Posts tagged as:

DotNetNuke

Speakers for Dev East UG Meeting on Oct. 13th Finalized

October 7, 2009

The speakers for the Dev East UG meeting on Oct. 13th have been finalized. The topics are: “How To Create a Twitter Module With DotNetNuke in 30 Mins” and
“An Introduction to Cloud Computing and Microsoft Azure”. For more information and to register please head over to the Dev East Blog (http://deveast.com).

Read the full article →

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 →

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 →