Call ASP.Net WebMethod from jQuery
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...
View ArticleHow to Create Interactive Form Validation Using Ajax
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...
View Article5 More Firefox Plugins Any Web Developer Needs
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...
View ArticleHow To Track Link Clicks With Google Analytics
Here is a short tutorial about how to track Any Link Click with Google Analytics. The first thing you will have to do is add a short snippet of code to the link you want to track. The code snippet you...
View ArticleObject Oriented Programming With JavaScript
Author: Justin Bezanson Overview If you have ever looked at JavaScript as more than just a language for validation and “neat” effects then you know that, despite it’s seemingly simple design, it is a...
View ArticleSpice Up Your Navigation With CSS Drop Down Menus
Author: Justin Bezanson Have you been told that using those fancy JavaScript navigation menus is bad for your search rankings or that you will lose some visitors that have JavaScript turned off? This...
View ArticleHow to Create A JQuery Plugin
JQuery has simplified a lot of my day to day coding. I think it is an amazing little framework and apparently a lot of people do too. Even Microsoft is bundling it with its ASP.NET MVC framework which...
View Article