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,611 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 : , , ,

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

Posted by Jay     Tags: , 4 August, 2009    8,163 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 : ,

WordPress, version 2.8 is released with new features!

Posted by Jiltin     Tags: 11 June, 2009    783 views    (2) Comment

Jiltin.com is upgraded to wordpress version 2.8! The first thing you’ll notice is that visually 2.8 feels a lot like 2.7, just with some minor tweaks here and there. However once you’ll dig in you’ll begin to appreciate the changes. The new release 2.8 represents a nice fit and finish release for WordPress with improvements to themes, widgets, taxonomies, and overall speed. We also fixed over 790 bugs. Major New Improvements First and foremost, 2.8 is way faster to use. We’ve changed Read Full Article (Click here)...

Categories : wordpress Tags :

Wordpress Table Schema extracted from the database.

Posted by Jiltin     Tags: 9 June, 2009    3,743 views    (4) Comment

The following is an outline and description of the database tables created during the standard installation of WordPress Version 2.7. Currently, the only database supported by WordPress Version 2.7 is MySQL version 4.0 or greater. For further reading look at http://codex.wordpress.org/Database_Description mysql> SHOW TABLES;                             Tables_in_twitter               Read Full Article (Click here)...

Categories : wordpress Tags :

How Can I Make Wordpress Featured Content Glider Post?

Posted by Jiltin     Tags: , 31 May, 2009    3,849 views    (6) Comment

I wanted to make little animation – gliding post in my wordpress blog. Goggled enough to find Dynamic Drive site that provides help. Here is the original script copied from the site. Visit my homepage http://www.notesbit.com to see the Glider content demo Description: This script lets you painlessly showcase new or featured contents on your page, by turning ordinary pieces of HTML content into an interactive, “glide in” slideshow. For the ultimate in the ability to Read Full Article (Click here)...

Categories : Reviews, wordpress Tags : ,