If you try to set an iframe height which is hosted in another domain, the browser might throw security exception. So here is my solution to get it work in every browser based on the cross-domain jQuery postMessage Plugin.
Absolute and relative URLs
The URI general syntax allows a resource to be specified as an absoluteor a relative URL. Absolute URLs identify the protocol http://, the host, and the path of the resource, and can be used alone to locate a resource.
Googleon and Googleoff Tags
There are several ways to instruct Google to stay away from various pages in your site: Robots.txt directives Nofollow attributes on links Meta noindex/nofollow directives X-Robots noindex/nofollow directives ..and so on. These directives all function in different ways, but they all serve the same basic purpose: control how Google crawls the various pages on your [...]
Test your Website with webpagetest.org
When it comes to optimazing your web page performance, www.webpagetest.org is a very helpful tool to test your webpage and find out how to improve its performance. Through “Webpage Test” you can set a number of parameters before you begin testing a URL. The test results are comprehensively broken down into speed tests, JavaScript file [...]
Online Icon Converter
Convert Icon is a online tool that lets you to convert icons into PNG or ICO files. Just browse the file from your computer and convert it to ICO or PNG files with various size options. You can convert it to 16×16, 24×24, 128×128 etc. There are many options available. You can try Convert Icon [...]
Javascript Location Hash
Bookmark hash “#” sign provides the functionality to target thenamed anchor HTML <a> tag within the same other web pages. When you click on any link text that targets the bookmarked location of any webpage it adds the “#” symbol and bookmark name to the end of the URL. You can place the location.hash or [...]
Disable and Remove WordPress Revision Post Features
After WordPress introducing post revision features, it helps wordpress blogger to keep revision of post and restore to previous revisions anytime. However, too many revision stored on wordpress database might cause longer query time and processes database requests. That means, your blog will load slower and your visitors may wait longer before the content comes [...]