how to

Top jQuery Tips for Beginners

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 [...]

Setting Focus to an ASP.NET Control – Set Focus After PostBack – After Submit – on Page Load in ASP.NET 1.x

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

Quick ways to Create Buttons using Photoshop and Illustrator

These are lists of my old favorite tutorials to create button in quick steps. You can learn both in Photoshop or Illustrator I’m curious finding quick techniques to create buttons. You can find wide range of button type tutorial such as, rounded corner to glossy button, iconic to nice aqua button and many more. If [...]

Increase your online security – Tips & Tricks for a better Passwords

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 [...]

.NET Style String Formatting with jQuery – Javascript Function to Support Token Replacement within a String

Here is a quick jQuery Plugin Announcement: String concatenation and formatting are common aspects of almost every development effort. However, the combination of single and double quotes, along with escape characters, text, and plus signs (+) can be a bit overwhelming and difficult to remember. The .NET Framework provides a much cleaner approach with the [...]

Usability Issues on Date Formating – Choosing the Right Date Format

Dates used in web sites should be understandable for all cultures. The best practice for date formatting is using month names with 4 digit year.

Display Sitemap from HTML Unordered List without Javascript | Slick Map CSS

SlickMap CSS is cross-browser and can be customized easily. It enables automation of sitemap design by eliminating the need for additional software.

Grunge Text Effect in Photoshop Action – Part 3

Another grunge text effect photoshop action to download today . You should try this tutorial because this kind of text effect is neater than the Part 1 and Part 2. Still result in destroyed fonts but I exclude random rustic details at the text background which belong in previous version. Download the Graphic Identity – text grunge [...]

10+ Stunning Mootools script resources for enhancing your HTML Forms

Forms are one of the most important part of a website because thay allow users to submit information. But forms also require a lot of work to look good and to be easy to use. The good news is that others have made most of the hard work for you. If you use Javascript frameworks [...]