Life, Surf, Code and everything in between
White Papers | Free Tools | Products | Message Board | News |

Weblog Posts in December 2008
Understanding the jQuery Object returned from a jQuery Selector Query
December 29, 2008 @ 4:52 am

Cody Lindley has a great post that explains some of the innards of the jQuery object returned from selector queries. As you may know if you are using jQuery, the jQuery object returned from a jQuery selector expression is an object that acts like an array, but is in fact an object with numeric properties that masquerade as an array. If this sounds a little confusing you’re not alone. Even though...

kick it on DotNetKicks.com
Online Video Streaming – Not quite there yet
December 27, 2008 @ 7:21 am

I've been experimenting with online streaming of movie and TV content recently and while the technology has improved quite a bit and it's quite cool to have on demand service, it's seems there are quite a few obstacles to overcome before we are 'there' yet.

kick it on DotNetKicks.com
String Extraction
December 19, 2008 @ 2:51 am

One thing I do quite frequently in applications is parsing strings and a common scenario requires extracting a string from within another string with delimiters. Here's a small utility function out of my StringUtils library that provides this functionality easily.

kick it on DotNetKicks.com
Problems with opening CHM Help files from Network or Internet
December 16, 2008 @ 4:48 pm

Opening CHM files from a non-local location is no longer supported. Conveniently there's no decent error information displayed for this error so your first thought goes that there's something wrong with your help file. Here's an overview of the issue and some solutions on how to deal with it.

kick it on DotNetKicks.com
Removing the .SVC Extension from WCF REST URLs
December 15, 2008 @ 4:27 pm

One of the most frequent questions that come up when talking about WCF REST urls is how to remove the .SVC extension from the endpoint Url for a REST service. While it's not automatic, there are a couple of fairly simple solutions to this problem: Using the IIS 7 Rewrite Module or a small custom module.

kick it on DotNetKicks.com
Quest for a Driver – or how to waste your Life Away
December 15, 2008 @ 3:02 pm

Last month I inherited an old laptop – an Averatec 2100 which was to be put on Craigslist and sold for a few bucks. Well, it didn’t work out that way. It’s been a journey and I think eventually this thing is bound for the dump after all rather than going to a needing home. It all started innocuous enough with a new computer being bought to replace this the Averatec. The Averatec is going on 3...

kick it on DotNetKicks.com
Silverlight ListBox Selections or what’s with SelectionChanged Events?
December 11, 2008 @ 5:18 pm

  I was musing today on Microsoft’s obsession with OnSelectionChanged events on list controls in general and particularily in Silverlight, which is what I’m working with at the moment.In one of the apps I’m mucking around with I have a ton of sidebar menu selections that get displayed and the easiest way to drive these is with ListBoxes. They look something like this: As you can see this...

kick it on DotNetKicks.com
Monitoring Household Electricity
December 06, 2008 @ 8:36 pm

Here on Maui electricity is rather on the pricey side and as my household here is hitting the 10 year mark a lot of the household appliances are starting to limp or downright fail. It’s getting to be time for replacements. As I do so I started to pay attention a little more to energy usage of the components. So a week ago I picked up an electricity usage monitor as an exercise in better...

kick it on DotNetKicks.com
jQuery and ASP.NET Article Part 2 Posted
December 03, 2008 @ 2:26 am

I've posted Part 2 of my jQuery with ASP.NET article series. Part 2 deals almost entirely with making AJAX callbacks to ASP.NET using several different mechanisms to retrieve data from the server for client side consumption. Covered are external content retrieval, same page callbacks, WCF/ASMX and a pluggable custom callback implementation that can be used with any application. Also covered is client side templating for managing HTML in one place.

kick it on DotNetKicks.com
Archives
Categories
ASP.NET (204) Personal (68) .NET (62) JavaScript (52) Visual Studio (50) jQuery (43) AJAX (43) LINQ (32) CSharp (29) IIS (28) Vista (28) HTML (26) WCF (24) Localization (21) Web Services (15) Windows (15) FoxPro (14) Microsoft AJAX (13) WPF (12) ADO.NET (12) COM (9) XML (9) Web Connection (8) Silverlight (8) CSS (8) Sql Server (7) West Wind Ajax Toolkit (7) ASP.NET (6) C++ (6) Hardware (5) Security (5) MVC (5) ISV (4) Office (4) Software Development (4) Html Help Builder (4) Bugs (4) DataBinding (3) HTTP (3) Help Builder (3) Live Writer (3) Source Control (3) WebLog (3) Windsurfing (3) WinForms (2) Web Design (2) Speaking (2) Tools (2) RegEx (2) RSS (2) Maui (2) Installation (2) Help (2) Conferences (2) Visual Studio (2) ADO.NET (1) IIS7 (1) Addins (1) Control Development (1) Graphics (1) Html Help (1) iPhone (1) IIS7 (1) Networking (1) Travel (1) Utilities (1) Threading (1) SmartPhone (1) wwHoverPanel (1) Web Deployment Projects (1)


West Wind  © Rick Strahl, West Wind Technologies, 2005 - 2010