March 23, 2010 - 4:08 pm
Tags: tips
Posted in how to, tools | No comments
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 [...]
March 23, 2010 - 1:25 pm
Tags: javascript, tutorials
Posted in Developer | No comments
PHPLiveX is a lightweight php-javascript class library that helps you integrate AJAX into your PHP applications. Without a page is loaded again, you may call your PHP functions in the same page, submit your form to an URL and send a request to another page.
March 5, 2010 - 2:26 am
Tags: photoshop, tutorials
Posted in tutorials | No comments
I`ll show you how to create effects like Metal Effect,Inner Graved Text Effect or Mirror Reflection Effect in Photoshop.We`ll use two custom elements:a Custom Font and an original Grunge Brush Set.
February 19, 2010 - 8:12 am
Tags: tips, tools
Posted in tools | No comments
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…
January 2, 2010 - 1:00 am
Tags: tips, tutorials, Web design
Posted in resources | 2 comments
Explore the countless tools and resource for designing forms
December 8, 2009 - 3:12 pm
Tags: tips, tools
Posted in how to, tools | No comments
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 [...]
December 1, 2009 - 1:28 am
Tags: css, javascript, tips
Posted in css tips, jQuery | No comments
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 [...]
September 26, 2009 - 5:15 am
Tags: ajax, javascript, tips
Posted in Web design, resources | 1 comment
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 [...]
September 9, 2009 - 5:26 pm
Tags: ajax, tutorials
Posted in Developer, ajax | No comments
If you have used Google Reader, then you might have noticed the way Google Reader shows feed items, it loads up few items first when you click on a feed and as you scroll down to view more items, it fetches more items dynamically and adds it to the list. Dzone also implements this technique [...]
WordPress is undoubtedly an amazing publishing platform. You can get started as quickly as with few clicks or you can customize it to any level you want. The internet is filled with good quality tutorials on customizing every aspect of WordPress. Here are 20+ excellent tutorials that will help wordpress theme developers make better themes [...]