how to extract number only for php variable

Here is code to extract number only for php variable

How to stop showing wordpress Update notification message

Here is code to stop showing wordpress Update notification message. Want to remove the nagging update notice from your WordPress site? Sometimes this can be helpful if you built the site for someone else and don’t want them upgrading it. Perhaps there are plugins running on the site that won’t be compatible with the update. […]

Google Analytics for Android mobile

Here is Google Analytics Android mobile version for Web designer & web developer. Access all of your Google Analytics web and app reporting profiles from your mobile device. The app has an all-new look and feel that’s optimized for phones and tablets, so you can easily get your Analytics data anytime, anywhere in mobile. What’s New […]

Latest New WordPress 3.6 Features

WordPress co-founder Matt Mullenweg announced the release of the latest version WordPress 3.6 which has beed in honor of Canadian jazz pianist Oscar Peterson. Latest New WordPress 3.6 include follwing Features a beautiful new blog-centric theme  Twenty Thirteen theme, bullet-proof autosave and post locking, a revamped revision browser, native support for audio and video embeds, […]

How to Limit the size of the post excerpt in WordPress

Here is code to Limit the size of the post excerpt in WordPress. Add below code into function.php it will set limit 20 charactor.

How to display content to registered users only

Ever wanted to be able to show some content only to registered users in your blog posts? If yes, just read this recipe, which contains an awesome shortcode to do it! here is code to  display content to registered users only Just paste the following code on your functions.php file: Once done, you can add the […]

How to add jQuery Parent and Child Click events

Here is <LI> Tag and inside that there is anchor link tags <A>, so how we can make jQuery click event on both parent and child element. here is code

How to turn off magic_quotes_gpc module in php for joomla 3 setup on godaddy server

Its common problem with godaddy server for installing joomla3. As web designer or Web Developer you may face this issue. Here is steps which show you How to turn off magic_quotes_gpc module in php for joomla 3 setup on godaddy server. created script for phpinfo and saw that magic_quotes_gpc was on (the only one on […]

jQuery 2.0 Released news for Web designer and Web Developer

jQuery Latest version 2.0 has arrived! The arrival of jQuery 2.0 is an epic milestone for Web designer and Web Developer. Reduced size, No more support for IE6/7/8, Custom builds for even smaller files and more.  12 percent smaller than its predecessor. jQuery 2.0 leaves behind the older Internet Explorer 6, 7, and 8 browsers. In return it is smaller, faster, […]

how to change html tag OR change html element using jquery

here is code to change html tag OR change html element using jquery $(this).replaceWith($(‘<h5>’ + this.innerHTML + ‘</h5>’));

wordpress new dashboard

Gang of web designers and developers teamed up to explore how the modern version of wordpress look like. * Smple, uncluttered design; free of excessive decoration and focused on your content. * use beautiful webfonts, legible typography that’s consistent in every browser. * Responsive design that’s tailored to PCs, tablets and mobile smartphones devices * […]

Onsite SEO vs OffSite SEO for web pages

I’ve done quite a few posts about SEO, but i wanted to write one more about the difference between on and offsite SEO. Firstly, SEO stands for Search Engine Optimization. If you have no idea what it is, than this probably isn’t the post for you since it’s not really relevant. However if you have […]

W3C Drops ‘hgroup’ Tag From HTML5 Spec

If you’ve been using the HTML5 hgroup tag, now would be a good time to stop. The hgroup tag is in the process of being removed from the W3C’s HTML5 specification. While the official reason for hgroup‘s demise is the lack of support for hgroup semantics — the W3C requires two “reasonably complete implementations” — […]

Samples Legal Contract For Web Designers And Web Developers

For any client job or professional app/service, making a clear contract with the customer is one of the key points for the success of the project and happiness for both sides. Recently, Smashing Magazine has brought together design/development-related contracts that exist on Docracy and encourages everyone to share any new ones. The list includes sample contracts for web design, icon […]

How to Use Jquery CDN Media Template file in wordpress website

Here is code which show you that how to Use jQuery CDN Media Template file in wordpress website. Just copy and Paste below code to your theme function.php file.

How to Use Typekit fonts in WordPress theme

Typekit is a useful service which allow you to use countless different fonts on your website or blog. They do provide a WordPress plugin to easily add their fonts to your WordPress site, but there’s no built-in solution for integrating Typekit fonts directly to your theme. Here’s a code to do it.