Posted on November 1, 2012 Posted Under Web Design, Website Desiging
Here is jQuery Plugin to quickly and easily build feature tours for your website or app. jQuery Crumble allows you to quickly and easily build feature tours for your website or app using small bubbles.
Posted on November 1, 2012 Posted Under Web Design, Web Designer
Here are some list of Useful websites for web designer. There lots of website for web designers to subscribe here few which i listed below.
Posted on October 26, 2012 Posted Under Wordpress
Here is wordpress function php Snippet code to disable plugin updates on WordPress blog. Simply add that to your functions.php file and click save and the notices of wordpress plugin updates will disappear. Thanks to WP Snippets for the useful tip!
Posted on October 26, 2012 Posted Under Wordpress, Wordpress Tip and Tricks
Here is wordpress php function code to Disable the WordPress Update Notice from wordpress backend. Simply add that to your functions.php file and click save and the notices will disappear. :) Source: wp-snippets.com
Posted on October 23, 2012 Posted Under Freelance Web designer, Freelance Web developer, Freelancer, freelancer, Joomla freelancer, Responsive WordPress Theme, Web Designer, Web Developer, Wordpress, Wordpress Designer, Wordpress Freelancer, Wordpress theme freelancer
If you are a designer or developer, you probably know that this field is one of the most innovative and fastest growing industry in the world. If you want to keep up to date and stay ahead of your competitors you must learn new things all the time and follow trends. Even though the Internet is […]
Posted on October 18, 2012 Posted Under Web Design, Web development
Here is code for getting current Function object reference in javascript function. Here anchor html link
Posted on October 15, 2012 Posted Under Cross Browser Compatibility, Web development
Here is code which Web designer and web developer can use to make some code browser specific only in php. Many times Web designer and web developer require to put in browser-specific HTML / CSS in your files, because most often the pages are rendered differently (esp. IE). You can detect what browser the user is […]
If your page is on the web server, speed matters! For web developers, web designer and webmasters, making your page faster shouldn’t be a hassle, which is why Google PageSpeed Team introduced mod_pagespeed in 2010. Since then the development team has been working to improve the functionality, quality and performance of this open-source Apache module that automatically […]
Posted on October 11, 2012 Posted Under Wordpress
A common error you can come across in WordPress is a PHP memory limit error. This happens when WordPress doesn’t have enough memory to achieve what you want. It can be caused by poorly written plugins that will continue to run a procedure until the installation runs out of memory. Since version 2.5 there is a […]
Posted on October 10, 2012 Posted Under Wordpress, Wordpress Tip and Tricks
Here is useful wordpress code snippet to disable file edition in WordPress admin Just paste the following (or only the needed line) in your wp-config.php file. This file is located at the root of your WordPress install. Thanks to Paulund for this useful code snippet!
Posted on October 9, 2012 Posted Under Php, Web development
A good PHP framework improve security, make websites easier to upgrade and also dramatically reduce the time it takes you to build websites and web applications. but the big question that a lot of developers are asking these days is, What is the best PHP framework?
The World Wide Web Consortium (W3C) has announced the release of Web Platform Docs, a new community-driven site that will be a source for Web developer documentation. The W3C, the group that oversees the development of HTML and other web standards, is moving beyond dry, boring specifications with a new venture into developer documentation. The W3C […]
Posted on October 1, 2012 Posted Under Joomla
Joomla, one of the most popular content management systems (CMS), is finally releasing version 3.0, which bets heavily on Twitter’s Bootstrap framework to make responsive, mobile-friendly designs available to users immediately.
Posted on October 1, 2012 Posted Under SEO
A huge part of SEO Web Developer is putting the Right Words in the Right Places. I have found this Perfect SEO Infographic to help you know those “Right Places” where you should put the right words for Onsite SEO in your website easily :)
Posted on October 1, 2012 Posted Under SEO, Web Design
Your website isn’t getting as many visitors as you think it should! Or maybe you’ve got lots of traffic but you’re still not selling anything! Even if your site looks great, you may be running up against one of these common web design mistakes that hurt SEO. And it doesn’t matter whether you hired a […]
Posted on September 28, 2012 Posted Under Jquery, Wordpress
Jquery fix for preventing wordpress empty search issue. I found a decent/easy jquery workaround on preventing submit if the field is empty: And onload: