close(X)

Showing posts related to Web

Top 10 jQuery Tips and Tricks

10. Always Use the Latest Version of jQuery You can even include jQuery directly from Google’s servers, which provide free CDN hosting for a number of JavaScript libraries. 9. Detect browser With jQuery Although it is better to use CSS … Continue reading

November 1st, 2011

Top 10 CSS frame work

1. 960 Grid System Excellent CSS Framework that worth a look. The download includes templates for Fireworks, Photoshops, Inkscape and etc. so that you can start designing your web template immediately. The PSD file that comes with guides ready save … Continue reading

October 12th, 2011

Top 10 Tools for Creating Web Design Wireframes

10. OmniGraffle OmniGraffle is an app for Mac OS that gives you plenty of tools to create amazing wireframes and mockups, but it’s also great for creating all kinds of charts and diagrams as well. 9. iPlotz iPlotz allows you … Continue reading

September 26th, 2011

Top 10 PHP framework

10. QPHP Quick PHP Framework is an event-driven(EDP), component-based web framework similar as architecture to ASP.NET. It is a tool, which will help you to create any PHP-based website in an easy, fast, reliable, safe and well-organized way. It comes … Continue reading

September 13th, 2011

Top 10 HTML5 Tip and Tricks

10. New Doctype Switch to the new HTML5 doctype it’s used for current, and older browsers that require a specified doctype. Browsers that do not understand this doctype will simply render the contained markup in standards mode. So, without worry, … Continue reading

August 29th, 2011

Top 10 Mistakes in Web Design

1. Bad Search Overly literal search engines reduce usability in that they’re unable to handle typos, plurals, hyphens, and other variants of the query terms. Such search engines are particularly difficult for elderly users, but they hurt everybody. A related … Continue reading

August 23rd, 2011

Top 10 Animations Made with CSS3

1. CSS3 Clock With jQuery Use the basic features of the CSS3 Transform: rotate. And the combination of javascript frameworks like jQuery can produce a cool CSS3 clock Demo 2. jQuery DJ Hero CSS3 and jQuery Fun In this tutorial, … Continue reading

August 14th, 2011

How to Make CSS Circle

A generic, cross-browser method to round the edges of a square into a circle. #circle { background-color:blue; width: 250px; height: 250px; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:125px; overflow:hidden; position:relative; } Use below code for IE.Add this code at the bottom of your page … Continue reading

August 10th, 2011

Top 10 Most Visited Websites

#1 www.google.com #2 www.facebook.com #3 www.youtube.com #4 www.yahoo.com #5 www.blogger.com #6 www.baidu.com #7 www.wikipedia.org #8 www.live.com #9 www.twitter.com #10 www.qq.com

July 11th, 2011

Top 10 HTML Questions

#1 How do I add midi music to my web page This can be done quite with the below tag. <bgsound src=”music.mid” loop=”1″> This tag will play the music.mid once. If you wanted this song to continue without stopping, you … Continue reading

June 15th, 2011
Page 1 of 512345