Dynamic Web Lab

Blog

HTML5 input autofocus Attribute

HTML5 allows us input autofocus attribute on elements when page loads. This is accomplished by using the autofocus attribute. Using this autofocus attribute the INPUT, TEXTAREA, or BUTTON element will be automatically selected on page load. The best part is no JavaScript is needed. This autofocus attribute can be set using this 3 ways : […]

Read More

Easy Press : Free WordPress Theme

Easy Press is a free WordPress theme.You can easily use this theme for your WordPress blog or for your news website.I make this theme using my BLANK RESPONSIVE HTML5 WORDPRESS THEME. It came with following features: [list style=”check”] HTML5 and CSS3 Theme Option Panel Custom Widgets Dynamic Footer widget area Have full control on Home […]

Read More

Add visitor browser name in the body class function

You can easily detect browser using this function and add visitor browser name in the body class function . Put this on your theme functions.php [php] add_filter(‘body_class’,’myfunction_browser_body_class’); function myfunction_browser_body_class($classes) { global $is_lynx, $is_gecko, $is_IE, $is_opera, $is_NS4, $is_safari, $is_chrome, $is_iphone; if($is_lynx) $classes[] = ‘lynx’; elseif($is_gecko) $classes[] = ‘gecko’; elseif($is_opera) $classes[] = ‘opera’; elseif($is_NS4) $classes[] = ‘ns4’; […]

Read More

5 Best invoicing tools for freelancers to make your life easier

For freelance business owner whatever its a small or medium sized business they needs to use an invoicing tool. Choosing a right invoicing tool is very important to grow your business.This will show your professionalism to your client and will bring more trust on you skills. Today i will share some best invoicing tools for […]

Read More

Blank Responsive HTML5 WordPress theme

As the modern browsers are starting to support some parts of HTML5, CSS3 and also the user of iphone and other mobile device are growing rapidly. So HTML5 responsive web design is getting very popular. Today i am very much excited to present Blank Responsive HTML5 WordPress theme which will reduce your theme development time. […]

Read More

10 Useful WordPress functions to reduce your development time

This 10 Useful WordPress functions will certainly reduce your WordPress development time.I found this functions when i do some research for my projects. So i think i better share this with you. 1.Custom Excerpt Length By default, excerpt length is set to 55 words. To change excerpt length using excerpt_length filter, add the following code […]

Read More
  • September 10, 2012
  • PHP

8 useful PHP code snippets for developers

Today, i want to share you some useful PHP code snippets which may reduce your development time. 1.Send HTML Mail [php] <?php $to = "[email protected]"; $subject = "This is my test html email send using php mail function"; $body = "Body of your message here you can use HTML too. <br /> <h1> Header </h1> […]

Read More

Best Ways to Fight WordPress Spam in 2025 – Updated Anti-Spam Guide

Whether you run a personal blog or a high-traffic business site, this updated guide shares the best anti-spam strategies for WordPress in 2025, with a strong focus on SEO, performance, and user experience. Why Fighting Spam Matters in 2025 Top Anti-Spam Techniques for WordPress in 2025 1. Use a Trusted Anti-Spam Plugin Modern plugins now […]

Read More

Best 4 WordPress Sharing Plugins in 2012

After finishing  your content  you have to actively promote your content to let the world know about this. By adding some  plugins to your WordPress Blog you will get a lot more exposure and grow in popularity and credibility. I arrange some best Sharing plugin in 2012. [1] AddThis Over 1,400,000 sites have installed AddThis. […]

Read More

How Your Website can Grow Your Business

Website can automate your marketing and sales campaigns for your business so it will starts growing on its own. Having a Website may cost  $500 which may can give you 5 million dollar marketing value . So when it comes to bang for the buck, your Website is the single best place to invest your […]

Read More