Resource website for Graphic & web designers and Developers with huge collection of design tips, tutorials, downloads and tricks
Posts tagged tips
Top jQuery Tips for Beginners
Mar 23rd
Hot Tip #1: Access Elements by Javascript Array Indexing Application of a selector creates a Javascript array which can be used for accessing DOM elements with array index easily. For Example: var element = $(“img”)[2]; will set the variable element to the second <img> element in the matched set of document’s all <img> elements. Hot [...]
Rss to Email Te Free and Easy Way
Feb 19th
FeedBurner is probably the best option to start with for most blogs. It’s free and gets the basic job done. The only reason you might want to upgrade to…
Setting Focus to an ASP.NET Control – Set Focus After PostBack – After Submit – on Page Load in ASP.NET 1.x
Jan 31st
Management of control focus is one of the common tasks when building web applications with effective and friendly user interface. In order to set focus on a certain control such as textboxes, buttons dropdowns after postback / after submit / on Page Load in ASP.NET 1.x
How To Design An Effective Web Form
Jan 2nd
Explore the countless tools and resource for designing forms
Increase your online security – Tips & Tricks for a better Passwords
Dec 8th
Creating strong passwords is key to your online security. Since the computers trying to hack passwords are getting more powerful everyday, passwords you are using could be the weakest link you are using. Password cracking tools use one of the following approaches: Guessing – using personal information (ex: using date of birth, phone number as [...]
Methods to Create Equal Height Columns
Dec 1st
Back when tables were used for layouts, creating equal height columns was very simple. All you had to do was create three cells in a row and you have a layout with equal height columns. The method for creating equal height columns isn’t as straightforward when you use CSS for layouts. This article discusses some [...]
Web Form Enhancement with jQuery Plugins and Tools
Sep 26th
Easy user interaction and data collection is really a key functionality on most websites and web applications. Providing users high quality and intuitive input forms may be just what is needed to make your users take the time to fill in and submit the information you’re trying to collect. In this article I have collected [...]
Great Useful Apache Rewrite Techniques and Tricks
Aug 31st
Apache HTTP Server (usually just Apache) has been the most popular web server in the Internet for more than a decade, with millions of installations serving up a huge portion of the World Wide Web. In 2009 it became the first web server to surpass the 100 million web site milestone. As of july 2009[update] [...]
MySQL 20+ Admin and Development Resources, Tools and cheat sheets
Aug 30th
MySQL is a very feature rich relational database management system (RDBMS) which has more than 11 million active installations and 60,000+ downloads/day. MySQL is commonly known to be an open source project available for free under GNU General Public License – this version of MySQL is called Community Server. MySQL Community Server is very often [...]
WordPress Resources – 48 Resources, Tips, Tricks and Themes
Jul 29th
Hello all! Hope your week is going well. Me and the wife just got back from a relaxing vacation in New Orleans (Which was the reason there was no post this weekend ), and now I’m back to it! Today I’m bringing you a bunch of WordPress resources. As I’m sure your aware, WordPress is [...]

