Do you know what does URI, URL and URN means? I bet you will say that I know about URL but what about URI and URN! Here is a good description on Wikipedia and that is enough to understand these three:
URI tells a unique path to a resource on the Internet. This image will give [...]
From the title, one may thought that I will tell some tricky or black hat SEO works to apply on your web site, but I am not. I will discuss about getting Search Engine Ranking without doing any SEO job you may know come under SEO.
1st is content. It is obvious that if you have [...]
When a commenter comment on a post then you may be queuing it for approval before it can appear on your Wordpress blog. In that case, commenter is not getting any feedback about when you are going to approve it, how much time it may take etc. For full time blogger, it is not a [...]
Here are some stats about browser usages by visitors on my blog (Web Scripting). Data and graph presents are from my cPanel application Awstats and Google Analytics.
Here is a Browser Usage stats from March 1 to 6. Data taken from Google Analytics.
As visible from the statistics, techie has accepted Chrome and Chrome stands at 12.5 [...]
Want to control the display of contents on sidebar? Content can be any widget content or text/JavaScript content. Many times it may happen that you want to display some content on Home page but not on other pages. Or you may want to display a sidebar content on Achieve pages only. Or you may want [...]
Here is my experience with Tabbed Widgets for Wordpress sidebar. I want to save space on sidebar of my Wordpress blog, so searching for a good sidebar tab widget.
Wordpress Widgets for Sidebar tabs:
Fun with tabs:
Breaking with my Wordpress version (2.9.1) or theme (Which has created trouble).
Going into infinite loop and eat all my memory when [...]
Wordpress has a nice feature of moving Wp-Content folder to a different place. This can be helpful for Content Delivery Network management. Wp-Content directory include all theme files, plugins and any uploads you have.
We can use Content Delivery Network to parallelize the connection in Browser and distribute the loads on server.
Head to wp-config.php file in [...]
Just few quick and simple points for writing clean and maintainable code that come to my mind. There can be many points added to it but I thought to publish whatever is just coming into my mind. I will try to add more points for clean, maintainable code and coding standard latter.
Think about the context [...]
Need to add random content is sidebar! Do you have two kind of contents and want to display randomly to visitors. This can also be useful when you have two content and both are equally important but sidebar space is not allowing to add both kind of content.
The technique and code provided will work [...]
Here is my experiment with delaying JavaScript execution order. I have tried various methods I can remember and all failed. So, I have written an efficient script (I think!) for delaying the execution of dependent JavaScript code.
I had three lines of code. First was External JavaScript file. Second was call to a function declared inside [...]