May
29th | 2008

5 More Firefox Plugins Any Web Developer Needs

Posted by Amit |
Filed under Utilities, Web Development |

In my last post about 5 Firefox plugin’s any web developer needs I got hammered for not posting FireBug. I admit that FireBug is Amazing and I use it often, but anyone knows FireBug, so posting about it is a bit pointless. My aim was to shed some light on some less known plugins, and therefore today’s post will not include FireBug again :)

lets start then:


Continue Reading...
May
21st | 2008

How to Create Interactive Form Validation Using Ajax

Posted by Amit |
Filed under Web Development |

I’m sure you’ve seen those nice interactive form validations on some Web 2.0 websites. The validation occurs while you’re typing your form input. For example, you’re typing your email in the email address field. You see a red “X” mark beside the field and when you’re finished typing your email address, a green check mark replaces the red “X” mark. What happens there is while you’re typing in your email address, the page communicates with the server to validate what you’re typing. When you finished typing your email address and the data you keyed in is valid, it passes the validation so it shows the green check mark without reloading the page. This is done using Ajax.

In this tutorial, you’re going to learn how to make this kind of interactive, Ajax-powered form validation (the same validation sample mentioned earlier). If you haven’t used Ajax before, don’t worry because I will show you how you can create Ajax-powered applications without worrying about the whole XmlHttpRequest process. If you can program with PHP and a little Javascript, you’re good to go. All you need is this handy little open-source Ajax toolkit called Sajax.


Continue Reading...
Apr
30th | 2008

Call ASP.Net WebMethod from jQuery

Posted by Shahar A |
Filed under ASP.Net, Web Development |

I’ve read about jQuery in this great post Five recommendations for starting a startup with ASP.NET and wanted to play with it and see
how easy it is to call a WebMethod from
sQuery. I Started by reading some of the great Tutorials and downloaded the code from here.
I Created a test web project, copied the jQuery [...]


Continue Reading...

Search Dev102