Posts tagged as:

jQuery

TwEXE – The Twitter Internet Command Line

June 18, 2009

TwEXE (pronounced “twexy”) will allow users to execute commands on the internet using Twitter as the messaging bus. In the TwEXE site users will create their own command aliases for http requests or posts. They then send the command by direct message to @TwEXE who in turn will run the actual request or post and return the results to the user. If the result is short it will be by a return DM; if long by email.

Read the full article →

jQuery Logging

May 31, 2009

This post outlines a handy jQuery plugin allows quick and easy logging to the Firebug console.

Read the full article →

Easily Validate ASP.NET CheckBoxLists With jQuery

March 8, 2009

The CheckBoxList control is very handy and easy to use. Unfortunately when it comes to validating it, none of the built in ASP.NET validators can get the job done. This post shows how you can easily validate CheckBoxLists with jQuery in less than 5 minutes.

Read the full article →

Using jQuery Inside A DotNetNuke UpdatePanel

February 28, 2009

When using jQuery within an ASP.NET UpdatePanel, postbacks can cause jQuery to stop working. This can be further complicated if the UpdatePanel you are using is the UpdatePanel that is automatically added for when you use DotNetNuke’s partial rendering in your module. This post outlines a simple solution that is easy to implement and not only works for regular ASP.NET applications, also works within DotNetNuke.

Read the full article →