March 23, 2010 - 4:04 pm
Tags: resources, tools
Posted in jQuery, tools | No comments
Ketchup is a simple jQuery plugin for form validation that allow you to validate user inputs on the client-side. It aims to be very flexible and extendable for its appearance and functionality. Although Ketchup is designed to be styled and extended by you it already looks tasty and gives you the most common validations by [...]
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.
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…
Regular expressions (â€regex’s†for short) are sets of symbols and syntactic elements used to match patterns of text and they are pretty powerful. Regular expressions have been around for a very long time (in computer industry scale) and was first introduced as part of the powerful UNIX search tool grep. The regex syntax used commonly [...]
January 6, 2010 - 6:12 am
Tags: resources, tools
Posted in resources, tools | No comments
Portable applications are handy when you are on move and can be run on most of the removable storage media like USB drive, mobile hard disk, iPod etc., Here in this article you will find extremely good 10 portable applications, that are very useful to carry with. If you are interested in application, just click [...]
January 4, 2010 - 2:05 am
Tags: ajax, jQuery
Posted in ajax | No comments
Recently, we reviewed couple of jQuery calendar, datePicker/dateSelector and timestamp formatting plugins. It is time to compile these widely used jQuery date/time plugins in a post. So this post is a collection of amazing jQuery Calendar, DatePicker and timestamp formatting plugins.
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 [...]
November 27, 2009 - 7:59 am
Tags: ajax, tools
Posted in ajax, how to, jQuery | No comments
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 [...]
November 1, 2009 - 8:15 pm
Tags: resources, tools
Posted in Developer, Web design, jQuery | No comments
Image galleries and slideshows provide a good user experience and make viewing images more pleasant and intuitive on your website. With the advent of powerful JavaScript frameworks like jQuery, Prototype, Mootools etc., the quality of JavaScript based image galleries and slideshows have improved dramatically. As these frameworks are getting popular day by day, more and [...]