Are you getting duplicate Title warning in Google Webmasters tool? This come when you have same Title meta tag and different URLs. If URL is really different then we need to correct the title tag on Head section. Sometimes we do not have different URLs but the the same URL… READ MORE
Many of Wordpress users post codes online. Code can be HTML code, JavaScript code, PHP script or any other kind of code, codes need to be escaped so that it can come correctly in web page. I used to use this tool for escaping script for online posting on Wordpress… READ MORE
Just few days back we in India, we got Indian Rupee symbol approved by Indian government and so after that we got a font for the new symbol. A company named Foradian has developed the font that has Indian Rupee symbol. Later it added other characters.
We in development give… READ MORE
Are you aware of Y2K38 bug. I guess you are aware of it but do not know it by name. You may know that on 32 bit system, PHP date time can work from 1970 to 2038. 03:14:07 UTC on 19 January 2038 is farthest date you can use to… READ MORE
I was trying to develop a paging in XML with JavaScript and could write this code. It takes a XML file name as Input and gives five records on each page. No of records can be changed on each page. Check recordPerPage and max variable. I was working on this… READ MORE
PHP has lots of extensions and many are loaded by defaults based on PHP version you are using.
I was just reading about this PHP function get_loaded_extensions(), which gives you list of PHP extensions loaded in your installation and thought of writing this post.
To get list of available PHP… READ MORE
How to achieve find and replace in one go? I tried searching for find and replace at a time then I could not find the direct answer on net. There is find/search at a time or replace. I want to do both.
PHP regular expression function preg_replace_callback() can achieve this… READ MORE
Designing List using CSS is not a big thing. Generally I need to use few lines for simple setting of List (<li>). One things that creates problem every time is IE6 and IE7. I always see by surprise why why so much padding/margin IE6 and IE7 getting whereas IE8 and… READ MORE
You may know by this time that Twitter has made simple adding Tweet this button on you site. Adding tweet this button on your blog or website is very easy. It is as easy as adding Facebook Like button.
Here is the code I am using, after removing Tweetmeme button.… READ MORE
Here I have mentioned Wordpress Plugins that I have uninstalled that day. That posts tells about the plugin I have used or tested sometime on Web Scripting. I have never written about the post which tells which Wordpress plugins I am using to empower this Wordpress installation which handles so… READ MORE