wordpress

Hosting Multiple sites on a single IP address using apache Mod_rewrite.

Posted by Jay     Tags: , 26 September, 2009    3,610 views    (0) Comment

This is my notes, it will be refined very soon. Mod_rewrite, for those that don’t know, is a powerful module that allows you to handle incoming URI requests and more. This article will explain the use of and advantages of the MaxRedirects option. Web hosting companies that offer the mod_rewrite module should take note of these reasons to upgrade to the latest Apache release. Keeping your Web server up-to-date is a must. Hosting companies that do not offer the mod_rewrite module are Read Full Article (Click here)...

Categories : Technology, Web & Scripts, wordpress Tags : ,

Bash Script: How Do I Copy The Missing Files, Directories Alone From a Directory to Another Directory in Linux?

Posted by Jay     Tags: , , , 5 September, 2009    4,562 views    (0) Comment

How Do I Copy The Missing Files, Directories Alone From a Directory to Another Directory in Linux? I tried to upgrade the wordpress version for this blog and end up with some issues with my customization, especially on a production system like this. Hence, I have to unzip the latest wordpress in a directory and copy on the extra files, directories from the old wordpress directory to the new place including wp-config.php. Doing that manually is tiresome and have the risk of missing some files Read Full Article (Click here)...

Categories : Scripts Unix, wordpress Tags : , , ,

How to Write a Wordpress Plugin – Sample Code

Posted by Jay     Tags: , 25 August, 2009    4,248 views    (0) Comment

I wanted to write a plugin and came across an excellent site by Ronald Huereca that gives you good start on wordpress plugin. He gives a pdf down loadable file for wordpress plugn too. How to Write a Wordpress Plugin, written by Ronald Huereca is an extensive, twelve entry series on the process of creating your own Wordpress plugin. Every step is covered, from “Seven Steps for Writing a Wordpress Plugin” all the way down to adding ajax to your plugin and releasing it. This is an Read Full Article (Click here)...

Categories : Plugins, Web & Scripts, wordpress Tags : ,

How did I make Picture Slide Show in Wordpress, PHP?

Posted by Jay     Tags: , 21 August, 2009    15,091 views    (5) Comment

I saw similar effects in yahoo pages and few other sites. I wanted to have similar slide show at my site and made few search, reviewed php, ajax. Finally got a good handle at Dynamic Drive Step Carousel Viewer v1.6.1. Luckily, I have a placeholder thumbnail at my wordpress meta data which can be mapped with this step carousel. What is a Step Carousel Viewer v1.6.1? It displays images or even rich HTML by side scrolling them left or right. Users can step to any specific panel on demand, or Read Full Article (Click here)...

Categories : HelpYourself, Web & Scripts, wordpress Tags : ,

Wordpress Firestats Tips & Tricks: How Do I Find What Searches Are Made On The Post?

Posted by Jay     Tags: , 4 August, 2009    8,136 views    (0) Comment

I have been analyzing the firestats data to extract the searches made on the internet that lead to my blog postings. It is excellent that firestats plugin records all the searches and the connected postings. Here are my findings Firestats Hits are stored in a table wp_firestats_hits and the urls, search phrases are stored in wp_firestats_urls. I just combined these tables along with wp_firestats_useragents to get the summary table called search_summary. Here is the simple query. SELECT Read Full Article (Click here)...

Categories : Featured, Plugins, Web & Scripts, wordpress Tags : ,