Posts tagged as:

ASP.NET

Maritime DevCon June 18 in Moncton, NB

May 26, 2010
Thumbnail image for Maritime DevCon June 18 in Moncton, NB

The Maritime Developer Conference is a half-day event happening in Moncton, NB on Friday, June 18. With hot topics like iPhone development and MongoDB on the agenda along with introductory sessions to many popular languages and frameworks, Maritime DevCon is an amazing value at $19. This event is possible thanks to the generosity of many [...]

Read the full article →

How To Debug Weird AJAX Errors

May 25, 2010

Ever had a weird AJAX error that literally gave you no information?  This post describes a simple thing you can do to make AJAX spill its guts and reveal its dirty little secret. I was helping a coworker today with a weird issue he was having with a website after deploying to the QA server.  [...]

Read the full article →

How To Deploy the myToDo Sample Azure Application

Thumbnail image for How To Deploy the myToDo Sample Azure Application November 15, 2009

I recently decided to learn a bit more about Azure.  There is a lot of information, tutorials and videos at the Getting Started site.  I watched some of the videos and thought it didn’t look too bad.  I followed the links to install the SDK and download the sample myToDo application. After opening the sample [...]

Read the full article →

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 →

Vote early and vote often. Bring TechDays to Halifax!

May 6, 2009

Vote early, vote often, and most importantly make your voice heard. Follow the links and cast your vote to bring TechDays to Halifax!

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 →