Archive for the 'Webmaster Resources' Category

How To Add JavaScript or Custom Contents to Google Sites with Gadget

February 3rd, 2010

Google Sites is web page creation service and a structured wiki offered by Google to general and Google Apps users, which allows multiple users to collaborate and edit the website. Although Google Sites accepts Google AdSense ad code and Google Analytics tracking code to be added and inserted into web pages via internal controls and settings, Google Sites offers just minimal support for JavaScript, an important HTML code brings extra functionality such as third-party advertisements and web traffic tracking.

Continue reading How To Add JavaScript or Custom Contents to Google Sites with Gadget » » »

Remove and Strip Query String (Session ID or Question Mark) From URL with mod_rewrite (.htaccess)

January 21st, 2010

A clean and SEO-friendly URL or web hyperlink address is important for easy visitors navigation and search engine optimization. However, due to many reasons and circumstances, the URL of the website or web page can be attached or appended with suffix which starts with question mark.

Continue reading Remove and Strip Query String (Session ID or Question Mark) From URL with mod_rewrite (.htaccess) » » »

Auto Publish Feed to Twitter in Real-Time with FeedBurner (TwitterFeed Alternative)

January 20th, 2010

Content publishers and bloggers who want to tweet the new blog posts as status update to Twitter normally have to manually post the tweets via Internet and SMS, or rely on plugin or addon which available for the platform website is built on, or use TwitterFeed.

Continue reading Auto Publish Feed to Twitter in Real-Time with FeedBurner (TwitterFeed Alternative) » » »

Remove and Disable Google Analytics Tags (?utm_source &utm_medium) in FeedBurner URL

January 18th, 2010

Many webmasters, website publishers, podcasters and bloggers make use of FeedBurner to manage and provide custom RSS or Atom feeds. FeedBurner, in turn, gives publishers important traffic analysis such as number of subscribers, reach (people who take action to view or click), feed readers and aggregators, popular feed item, item use and uncommon uses. FeedBurner also allows publishers to set up email subscriptions and participate in Google AdSense for Feed advertising program to earn revenue.

Continue reading Remove and Disable Google Analytics Tags (?utm_source &utm_medium) in FeedBurner URL » » »

15 SEO Tools from Google Essential for Publishers and Webmasters

January 18th, 2010

SEO, or search engine optimization, is an important and essential for the success of a website. Done properly, SEO can improve both the volume or quality of traffic to the website from search engines via “natural” or un-paid (“organic” or “algorithmic”) search results.

Continue reading 15 SEO Tools from Google Essential for Publishers and Webmasters » » »

How to Add Google Analytics Tracking Code in vBulletin 4

January 14th, 2010

When adding or inserting Google Analytics tracking code in vBulletin 4 forums software, either in styles, templates, plugins, products or ad HTML code of newly added advertising function, error message similar to the following may appear when saving the code:

The following error occurred when attempting to evaluate this template:

Parse error: syntax error, unexpected ‘[‘
in /home/forums/includes/adminfunctions_template.php(4595) : eval()’d code on line 18

This is likely caused by a malformed conditional statement. It’s highly recommended that you fix this error before continuing, but you may continue as-is if you wish.

Continue reading How to Add Google Analytics Tracking Code in vBulletin 4 » » »

How to Disable and Turn Off Apache (httpd) Access and Error Log

December 26th, 2009

Apache web server, which also commonly known as httpd process, has the ability to log comprehensive and detailed activity, performance and eror information about its operation. Apache logging capabilities allow webmaster to effectively manage a web server, analyze traffic statistics, and troubleshooting the errors that may occurred.

Continue reading How to Disable and Turn Off Apache (httpd) Access and Error Log » » »

Fix XCache Requires Zend Engine API Old Version Installed PHP Error

December 24th, 2009

When loading and running XCache (either version 1,3, 1.2, 1.2.1, 1.2.2, 1.0.3 or any other future or earlier versions) as PHP Zend extension as PHP opcode cacher to speed up a website delivery performance, the following error may occur:

XCache requires Zend Engine API version 220051025.
The Zend Engine API version 220060519 which is installed, is newer.
Contact mOo at http://xcache.lighttpd.net for a later version of XCache.

Continue reading Fix XCache Requires Zend Engine API Old Version Installed PHP Error » » »