Archive for February, 2010

Expand the Power of Xoops by Installing Modules

Saturday, February 13th, 2010

One of the most popular and newer Content Management Systems (CMS) in the world today, Xoops is rapidly making headway into a very crowded pool of open source CMS options thanks to its high level of customization options, ease of use and the fact that with Xoops html pages you already have are extremely easy to convert into the Xoops format of content delivery. In fact, this particular CMS is the choice of Sourceforge users, the biggest community of open source software developers in the world. The Xoops org goes to great lengths to keep its user base informed of all updates and readily respond to any errors reported, so that gives both new and experienced webmasters a great deal of security.

There are a ton of highly advanced modules available for this CMS these days, from the Xoops Protector to guard against security holes, to Xoops flash modules that allow you to create highly attractive sites which really capture the attention of the ever distracted web surfer. If you need to be able to build an incredibly capable site that is going to impress any visitors who chance upon it, Xoops mods are an absolute must.

While this article is not intended to push you towards any certain mods, we do want to show you how to install mods using the Xoops CMS. This is a fairly simple process, as are most things relating to Xoops, and it goes a little something like this:

Login to your Administrator account and head to the Administration area. Partway down the page, on the left hand side, you will see ‘Modules’ and you need to click that.

Once you’re in here, you may notice (especially if you have just recently installed Xoops) that there are some modules already present. These are known as Core Modules and they are included as part of the installation package for this CMS. You see how they have a small icon next to them that says Install? You can click that to install them and they each come with a set of instructions that will guide you through the installation process.

In addition to Core Modules, there are also Extra Modules. These types of modules are generally downloaded in compressed format, including zip or tar. Each Extra Module should come with its own set of instructions specifically tailored to guiding you through its unique installation, but in order to find that you will need to uncompress the Extra Module file onto your computer so that you can read the documentation. Most of these Extra Modules will be placed in the /modules sub directory, using the files you uncompressed and placed on your computer. An FTP program is the quick way to upload these. However, before you assume anything definitely read the instructions for the particular mod you wish to install in order to avoid potential errors because certain Extra Modules need to be placed in unusual directories in order to function correctly.

Once you have your Extra Module uploaded according to the guide it came with, you should be able to log into to Xoops admin panel and then navigate to the Modules section, select your new mod and click ‘Install’.

See, isn’t installing a module in Xoops a snap? No wonder it’s such a hit with webmasters!

Popularity: 2% [?]

Share and Enjoy:
  • email
  • del.icio.us
  • TwitThis
  • Reddit
  • StumbleUpon
  • Sphinn
  • Facebook
  • MySpace
  • Live
  • Google Bookmarks
  • LinkedIn
  • Technorati
  • Mixx
  • Yahoo! Buzz
  • Propeller
  • NewsVine
  • Slashdot

Monitor Traffic to Typo3 Site with Google Analytics

Friday, February 12th, 2010

There are a lot of great scripts out there for people who want to set up their own site, but not all of them are quite as expandable as the Typo3 Content Management System (CMS). Most CMS installations are going to require the person running the site to make a decision between flexibility or power and the ever important ‘ease of use’ factor. When you need to be able to create a strong site and you don’t care to become an expert programmer in order to do it, then system Typo3 is a great alternative to look into. They already have over 300,000 sites running this open source software and there are several thousand extensions (known as mods in most other CMS’s) so there’s a wide range of possibilities for your site.

Now, if you are going to go through the effort to  set up a site in Typo3, you really do want to be able to tell how effective it is at drawing people in to visit it. That’s why you are going to want to take advantage of visitor tracking through Google Analytics. This is also free for you to use and is going to help you figure out which Typo3 template your users respond best to, what content they like reading, where they came from and where they went when they left your site. Overall, Typo3 and Google Analytics are a great combination which is exactly what we want to show you how to set up right now.

This guide assumes you already have 1) a Google Analytics account and 2) an already set up installation of the Typo3 CMS.

Ready to begin? Let’s start with the editing. You are going to need to go into the Setup area of the the main template you usually use, the root template. After the last line of TypoScript, paste in this code:

page.wrap (
| <script type=”text/javascript”>
var gaJsHost = ((“https:” == document.location.protocol) ? “https://ssl.” : “http://www.”);
document.write(unescape(“%3Cscript src=’” + gaJsHost + “google-analytics.com/ga.js’ type=’text/javascript’%3E%3C/script%3E”));
</script>
<script type=”text/javascript”>
var pageTracker = _gat._getTracker(“UA-xxxxxx-x”);
pageTracker._initData();
pageTracker._trackPageview();
</script>
)

Of course, the “UA-xxxxxx-x” will need to be filled in with your own tracking code that is given to you by Google Analytics. Once you have done this, save your changes and Google’s Analytics is now tracking your website. Do remember that Analytics only reports every 24 hours so don’t drive yourself crazy checking the stats, a very common newbie mistake when it comes to using Analytics.

While this bit of code pasting is all you actually need, if you want optimum results with your tracking then either realURL or even simulateStaticDocuments should be configured in your Typo3 installation. That is what will give you better statistics that are going to be more useful to you in the long run as you monitor the traffic coming to your site.

Keep in mind that the purpose and power of Analytics is that it is going to give you very good SEO (Search Engine Optimization) information such as which search engines your users are coming in on, what keywords they typed in to find your site and how long they stayed. Those who want to really establish their site as a leader in its given field really benefit from this sort of insight into their visitors. If that sounds like you, then Typo3 and Google Analytics are definitely a match made in webmaster heaven.

Popularity: 5% [?]

Share and Enjoy:
  • email
  • del.icio.us
  • TwitThis
  • Reddit
  • StumbleUpon
  • Sphinn
  • Facebook
  • MySpace
  • Live
  • Google Bookmarks
  • LinkedIn
  • Technorati
  • Mixx
  • Yahoo! Buzz
  • Propeller
  • NewsVine
  • Slashdot

You Can Change Your Theme Easily in phpWebSite

Thursday, February 11th, 2010

Looking for a way to make your site stand out? If your site is powered by phpWebSite then you have quite a few options because this little known CMS (Content Management System) might not be the most popular on the block, but it certainly lends itself to a great level of customization that is helping it climb the ranks. With phpWebSite themes, you are going to be able to make your site look the way you want it to, but not all of us have time to create our own theme. In this instance, you will want to check out the pre-made themes that are often, just like phpWebSite itself, open source and totally free for you to use.

If you have ever used any other CMS then you will most likely have a general idea of how theme changing works in sites that are built using the script by phpWebSite. It’s more complex than most, but that is simply because the script was not designed for absolute beginners so there is not a lot of hand-holding going on. Still, even if you are a rank amateur to web design, enough determination can power you through this process.

Here’s how changing your phpWebSite works:

Obviously, the first thing you need to do is locate which of the phpWebSite templates you like, grab the theme file you want and download it to your computer. This is generally a tar.gz file and you will be placing this on the server. You will need to place the theme file in the the subdirectory ‘themes’ of your phpWebSite installation.

This is where it can get tricky and the installation of any phpWebSite theme or template is going to come with its own documentation. Reading these guides or docs is very important because while the generalities of theme and template installation for phpWebSite are usually correct for most third party themes out there, this is not guaranteed to be the case. The guide you are reading now is intended to supplement that documentation so that if it is poorly written, you can still have a basic grasp of what you need to do. Please keep in mind, not all of the guides and documentation for open source software and scripts such as phpWebSite are written by those who speak English as a first language and therefore, you may find that you encounter linguistic or grammatical problems that make reading the documentation difficult.

The process for setting up your theme is extremely simple once you have made sure this is the theme you want to use or at least try. Simply log into your phpWebSite under your admin account, go to the ‘Control Panel’ link and click that. Click the ‘Administrator’ tab and then, within that tab, click ‘Layout Admin’. Select your chosen theme and to the right of that theme will be a button titled ‘Set Default Theme’ which you will need to click on. After that, click the ‘Close Panel’ button and view your site.

While it may not be quite as simple as some of the other CMS’s out there, phpWebSite’s theme changing process really isn’t all that complicated.

Popularity: 3% [?]

Share and Enjoy:
  • email
  • del.icio.us
  • TwitThis
  • Reddit
  • StumbleUpon
  • Sphinn
  • Facebook
  • MySpace
  • Live
  • Google Bookmarks
  • LinkedIn
  • Technorati
  • Mixx
  • Yahoo! Buzz
  • Propeller
  • NewsVine
  • Slashdot

Discover What the Nucleus CMS Can Bring to Your Site

Tuesday, February 9th, 2010

There are a lot of different blogging platforms out there, but some people want a bit more power for their blogging needs. If you are one of those people, then checking out what Nucleus CMS has to offer certainly won’t hurt you. Whereas a lot of other blogging solutions require you to confine your blog to a specific website, with the CMS (Content Management System) that Nucleus offers, you can be sure that you can have your site hosted wherever Nucleus hosting is provided. In fact, those who want a very robust blog are going to find that Nucleus solutions provide a whole lot of flexibility with a high level of user friendly customization that’s a snap to do on your own.

One of the prime advantages of a Nucleus blog is the fact that it has an excellent list of features that you will likely want, but the package itself is not overly stuffed with a ton of extras you might not want to use. You can get plenty of Nucleus CMS plugins to really tweak your blog into the shape that you are looking for, but let’s go over the core functionality that this particular platform gives to those who choose it:

Customizable Author Settings – You’ll be able to determine who gets to post where and exactly what their level of power is. If you want someone to be able to post and not change the settings on your blog, this is no problem. The power really is in your hands.

Operate Multiple Blogs – Nucleus software gives you a sweet option that allows you to not only set up more than one blog, but actually display those blogs on the same page. As an example, if you wanted to run a sports blog site, but run separate blogs for basketball, football, soccer and hockey, you could have all of these set to show up on your main sports blog so users could see everything, but still navigate to the particular blog of their choice. This is a perfect solution for big blog networks.

Interactive Commenting System – Just about all blogs have a commenting system built in, but with the Nucleus CMS, you get a karma system that allows viewers to express their approval or disapproval of the comments on your blog. In a day and age when commenting can be the life blood of a blog, this is a great feature that is going to improve interaction quickly and lead to more commenting on your blog.

Bookmarklet Adding – A great feature, the right click bookmarklet feature allows you to post to your blog about something you like on the web with a simple click. This beats the time consuming process of logging into the admin area and going through all kinds of hassle just to point out something on the web that you want your viewers to see.

Other than these features, Nucleus contains everything you would get with any of the big name blogging platforms like WordPress, Movable Type or similar solutions. However, there are a whole lot of plugins available that really up the ante and these include:

Shoutbox for chatting
WYSIWYG (What You See is What You Get) editor
Fully integrated Google searches of your blog
Fully integrated Amazon searches
Polling for voting booths
Weather forecasts for your hometown or any city you like
Who’s Online to let your visitors see who all is visiting your blog
Highlighting of search engine keywords so that users can quickly find the subject that brought them to your blog

These are only a few of the useful plugins for Nucleus. Overall, this is an excellent choice for those who want a lot of power in an easy to use blogging platform.

Popularity: 4% [?]

Share and Enjoy:
  • email
  • del.icio.us
  • TwitThis
  • Reddit
  • StumbleUpon
  • Sphinn
  • Facebook
  • MySpace
  • Live
  • Google Bookmarks
  • LinkedIn
  • Technorati
  • Mixx
  • Yahoo! Buzz
  • Propeller
  • NewsVine
  • Slashdot

When It’s Time to Upgrade phpCOIN

Tuesday, February 9th, 2010

Do you provide a service that you need to bill for over the internet? Many times, service providers of all types find that the free phpCOIN solution works very well for their needs. The COIN in phpCOIN stands for Clients, Orders, Invoices and Notes. The point of the system is to allow those who bill for services to be able to do so easily. When you can take orders online and use your a customer management system like this to make the whole process easier, you will find that you make quite a bit more money because you have just done the one thing that will help any service provider make more money faster: you have made things easier. Customers are always going to be fond of simple ways to order products and if you can decrease the amount of effort they have to go through to order your services, then you are far more likely to achieve higher order rates.

Since there are so many different types of services out there, those who provide them are going to need different looks to suit their service. With the right phpCOIN templates, you can create a look that suits the rest of your site. Whether you are a graphic designer, online mentor, astrology chart reader or even a lawyer, phpCOIN themes abound that will help you customize the look of your site. You can even consider having a custom phpCOIN theme created specifically for your site to make sure that you get exactly the appearance you need in order to sell far more of your service than you ever have before.

It is definitely important to make sure that you are using the latest version of this script. You will want to be positive you are using the most recent incarnation because as with any software package, phpCOIN makes use of regular updates to tighten any security flaws and create a smoother experience for both you and your customers. Upgrading phpCOIN is very simple no matter which version you are currently using, here are the steps you must take to upgrade this invaluable script:

1) Backup your phpCOIN installation. Do this before you do anything else because there is nothing more frustrating that ruining your own script!

2) Download the latest version of phpCOIN and uncompress the file onto your computer.

3) Open the config.php file within the phpCOIN package you just uncompressed. Use a text editor such as Notepad2 to enter your MySQL database name, user name and password. Save and close this file once you are through.

4) Using an FTP client of your choice upload all of the files, including the config.php file that you edited, to your server and be sure you have the new files overwrite the previously existing files.

5) Use your web browser to navigate to your phpCOIN installation. This is generally a subdirectory on your site so that it would like this:

http://www.YourDomainName.com/phpcoin

6) Since phpCOIN automatically recognizes that is being updated, all you need to do is follow the onscreen directions to set it up once again.

That’s all there is to upgrading phpCOIN

Popularity: 3% [?]

Share and Enjoy:
  • email
  • del.icio.us
  • TwitThis
  • Reddit
  • StumbleUpon
  • Sphinn
  • Facebook
  • MySpace
  • Live
  • Google Bookmarks
  • LinkedIn
  • Technorati
  • Mixx
  • Yahoo! Buzz
  • Propeller
  • NewsVine
  • Slashdot