Posts Tagged ‘Tips’
Power of CSS3 and jQuery, How to CSS3 Effects via jQuery
Friday, July 10, 2009 0:54 1 CommentHow to use CSS3 today with safety to create visible effects in all browsers? Simple! Hiding it in jQuery! In this way your problem is just to know if the browser supports jQuery. Today we show yuo a useful list to learn to use CSS3 via jQuery but let’s start with some info and examples [...]
Useful Tips To Speed Up Your MySQL Queries
Sunday, July 5, 2009 6:55 2 CommentsIf you are interested in how to create fast MySQL queries, this article is for you
Use persistent connections to the database to avoid connection overhead.
Check all tables have PRIMARY KEYs on columns with high cardinality (many rows match the key value). Well,`gender` column has low cardinality (selectivity), unique user id column has high one and [...]
Best Tips for Every Web Designer, Just Starting Out Should Know
Wednesday, July 1, 2009 14:53 4 CommentsThere are many aspects of creating a website design. Web designers often have to play multiple roles and be very knowledgeable about building effective and usable site layouts.
Most of the lessons you’ll learn in web design comes from work experience; learning is an iterative process and there is no better way to gain knowledge [...]
Good Tips For Faster Websites By Google
Friday, June 26, 2009 9:55 1 CommentInside the “Let’s make the web faster” website, Google is sharing the tips & tutorials for better performing webpages.
Some of the articles are:
HTTPÂ caching
PHPÂ peformance tips
Optimizing JavaScript code
& much more.
Some Important and Effective Tips and Tricks from the Masters of CSS
Thursday, June 11, 2009 12:01 2 CommentsPeter-Paul Koch: Avoid CSS Hacks
As web design has progressed, the endlessly nested table has transformed into the endlessly complicated CSS hack. In many cases, CSS hacks solve one bug by exploiting another one; not exactly the most stable way to fix something. When the next version of the browser is released, it might fix neither [...]
Canvas Tooltips With jQuery: BeautyTips
Monday, June 8, 2009 12:31 No CommentsBeautyTips is a jQuery plugin which draws tooltips in realtime using the canvas element.
The tooltips are very flexible and can be triggered in various ways.
Every tooltip, by default is displayed at the side of an element where there is more space. But the position can also be forced.
Content can be hard-coded, called from an attribute [...]


