Some time I found some issues with Drupal site. When we make changes in javascript or in PHP code we need to clear the cache from Drupal site. One time I got really weird issue. I am not able to … Continue reading
What is reset css & How to use the reset CSS
Many new web developers or web application developers may be did not heard about reset CSS. Many web developers use the global selectors and global CSS styling. That is very basic reason behind that. They want to display there CSS … Continue reading
wordpress 3.0.2 released
On November 30, 2010, WordPress 3.0.2 was released to the public. In this release they introduced the major security updates. The WordPress development team has released version 3.0.2 of their popular open source blogging and publishing platform, a maintenance and … Continue reading
How to show custom post type in wordpress theme
From wordpress 3.0 version we got the custom_post_type method introduced in wordpress api. This is very powerful method to use. If you want to know how use this method or create the custom post type then use following URL: http://images.wordpressapi.com/2010/11/22/how-to-use-the-custom-post-type-in-wordpress-3-0/ … Continue reading
How to check which CMS is used for web application
Many times our clients gives the list of web applications or websites which they like or there competitors. We need to check that websites and we want to know which CMS and technologies they used in there website. There is … Continue reading
substr not working in IE browser – issue solved
substr() javascript method extracts the characters from a string. Here is working example for substr function. This function works with following browser. Firefox Safari Opera google chrome There is issue with IE browser. Do not use the substr javascript method … Continue reading
How optimize the all tables using php script
Optimizing tables is very necessary for database. That will improve the your website performance. Optimize command is helpful to manage database files in right manner. This command will optimize the size of file size of database files. If you want … Continue reading
Optimize Your WordPress Database using phpmyadmin and wp-optimize
Sometimes our wordpress tables became so big and we need to worry about wordpress database and table size. Big table always take extra time to execute the query. For this issue we need to keep our wordpress tables clean and … Continue reading
how to create contact us page without wordpress plugin
Every wordpress site is need to contact us page for there website or blog. All the people use the wordpress plugin for creating the contact us page. When you install the wordpress plugin that will install some extra code to … Continue reading
custom post type permalink not working wordpress
From WordPress 3.0 version we are able to use the custom_post_type. In installtion time of theme or plugin new permalink structrue will be created and you can easily able to use the custom post type permalink. If your custom_post_type function … Continue reading


