If you want to check your current browsers supports HTML5 or not ? just find out by visiting html5test.com. created by Niels Leenheer with help from Henri Sivonen and his HTML5 parser tests. Heads up by: Jeffrey Zeldman
Similar Posts
WordPress validate Email address
Wordpress have two functions using you can validate email address. So you don’t have to add extra functionality for the validation using regular expressions.
WordPress Photography Themes
If you want to create a photography websites then you can select one theme from these wordpress themes. All themes are premium wordpress themes.
WordPress Recent Posts excluding current category
To display recent posts from other categories excluding current category in which current posts resides then following code inside single.php will display recent 5 posts from same category. Just add following code inside single.php file at the location where you want to display recent posts. If you want to display recent posts from same category in…
WordPress Custom Post Types And Taxonomies
WordPress can hold and display many different types of content. Internally, these are all stored in the same place, in the wp_posts table. These are differentiated by a column called post_type. WordPress 3.0 gives you the capability to add your own custom post types and to use them in different ways. For more details check WordPress…
Magento get number of cart items
If you want to show total number of items present in your shopping cart basket then following code snippet is useful. Using Mage helper you can retrieve that information by calling Helper file checkout/cart. To show count use following code.

How to Change the Default Screenshot Save Location in macOS Catalina
After the mac’s Mojave version apple improved the options in screenshot tool. But by default in Mac Os Catalina screenshots are saved on your desktop. If you want to change that location then you can do that easily. Change the Default Screenshot Save Location in MAC OS Catalina You can open the Screenshot tool by hitting…