Browse by Tags

All Tags » JavaScript and JavaScript Libraries (RSS)

Review: Stack Overflow DevDays Boston by Jason N. Gaylord

So after having a full day of recovery (11 hours in the car within a 36 hour period), I'm back to the grind. I wanted to provide a quick review of what I saw and what I thought of the conference. First, the location within Boston was pretty good since...

The Technology Post for June 22nd, 2009 by Jason N. Gaylord

If you are looking to follow this series, be sure to subscribe to my RSS feed at http://feeds.jasongaylord.com/JasonNGaylord or my Twitter account at http://twitter.com/jgaylord . This series can be followed by using the The Technology Post tag. Series...

The Technology Post for June 16th, 2009 by Jason N. Gaylord

If you are looking to follow this series, be sure to subscribe to my RSS feed at http://feeds.jasongaylord.com/JasonNGaylord or my Twitter account at http://twitter.com/jgaylord . This series can be followed by using the The Technology Post tag. Series...

What I’ve Been Up To Lately by Jason N. Gaylord

Things have been quite busy with me lately and thus my post count has dropped significantly. Nope, I haven’t dropped off the earth. I have been working pretty hard on a few projects that I’ll hopefully be able to shed some light on soon. I gave an MVC...

Minifying HTML and JavaScript Using Microsoft Expression Web by Jason N. Gaylord

I don’t get an opportunity to use Microsoft Expression Web that often, but when I do, I always discover new features. I was looking for a way to compress HTML and JavaScript files that I was generating for one of our affiliations. In Expression Web, simply...

Telerik Controls and Demo Application Support ASP.NET MVC by Jason N. Gaylord

I received Telerik’s monthly newsletter this morning and noticed that they’ve added support for ASP.NET MVC to their AjaxControls . Now they’ve taken it a step further to produce an MVC forums application using their control suite. If you are a Telerik...

2 Great ASP.NET Podcasts by Jason N. Gaylord

I’ve been quite busy working on a side project in which I’ll post more details very soon. However, I came across the two latest ASP.NET Podcasts in which I thought I’d share: Caching with ASP.NET 3.5 SP1 ASP.NET AJAX with JQuery

ASP.NET 3.5 SP1 (Formerly "ASP.NET 3.5 Extensions") Released by Jason N. Gaylord

ASP.NET 3.5 Service Pack 1, which was formerly called the ASP.NET 3.5 extensions, has been released. The NetFX update was available as part of the SQL Server 2008 download available on Friday. Now it is available as a separate download. There are quite...

Known Postback Issue with AJAX Controls by Jason N. Gaylord

I came across a postback issue while using the CascadingDropDown AJAX control. I had a web page with 3 DropDownList controls. The data for these controls was populated from the CascadingDropDown which would bind the data at runtime. The issue with this...

Tip: Set the SelectedValue on a DropDownList that is populated by a CascadingDropDown by Jason N. Gaylord

When using a DropDownList, you can set the selected item by using the SelectedIndex property. However, if your DropDownList is being populated by the CascadingDropDown control (from the ASP.NET AJAX Control Toolkit), that doesn't work. Instead, you must...
More Posts Next page »