From the category archives:

ASP.NET

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 →

Dev East Halifax .NET UG Meeting Apr. 6, 2010

March 8, 2010

This time out we’re bringing in Joel Hebert from Ottawa.  Joel is a Microsoft Community Influencer and a Microsoft MVP for ASP.NET.  He’s presenting 2 great topics…it’s going to be a great night!  Hurry now and reserve your seat because space is limited. To register go to http://deveast.eventbrite.com. Rough schedule for the evening: 6:00 pm to [...]

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 →

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 →

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 →

An Update From Duggan Labs

April 3, 2009

Even though I have not posted lately, I think I’ve stumbled across a killer idea. No one else is doing it, and I’ve just spent a fortune buying up domain names. Read more for details.

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 →