Life, Surf, Code and everything in between
White Papers
|
Free Tools
|
Products
|
Message Board
|
News
|
Web Log Home
Site Home
Subscribe to Feed
Contact
Search
Posts - 1136
Comments - 14419
since 1997
Personal Links
Photo Album
My Noise
Message Board
Find this content useful? Consider making a small donation to show your support.
Now Reading
Designing for the Social Web (Voices That Matter)
by Joshua Porter
Programming Entity Framework
by Julia Lerman
ASP.NET MVC in Action
by Jeffrey Palermo, Ben Scheirman, Jimmy Bogard
Twitter Status
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...
5 comments
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.
6 comments
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.
18 comments
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.
46 comments
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.
12 comments
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...
21 comments
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...
14 comments
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...
16 comments
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.
57 comments
Archives
March, 2010 (1)
February, 2010 (1)
January, 2010 (3)
December, 2009 (5)
November, 2009 (5)
October, 2009 (6)
September, 2009 (6)
August, 2009 (8)
July, 2009 (7)
June, 2009 (5)
May, 2009 (6)
April, 2009 (9)
March, 2009 (6)
February, 2009 (9)
January, 2009 (7)
December, 2008 (9)
November, 2008 (8)
October, 2008 (8)
September, 2008 (13)
August, 2008 (18)
July, 2008 (8)
June, 2008 (8)
May, 2008 (11)
April, 2008 (16)
March, 2008 (21)
February, 2008 (13)
January, 2008 (15)
December, 2007 (24)
November, 2007 (13)
October, 2007 (17)
September, 2007 (21)
August, 2007 (27)
July, 2007 (26)
June, 2007 (20)
May, 2007 (17)
April, 2007 (17)
March, 2007 (20)
February, 2007 (14)
January, 2007 (26)
December, 2006 (21)
November, 2006 (22)
October, 2006 (28)
September, 2006 (26)
August, 2006 (23)
July, 2006 (23)
June, 2006 (21)
May, 2006 (24)
April, 2006 (20)
March, 2006 (27)
February, 2006 (22)
January, 2006 (19)
December, 2005 (25)
November, 2005 (22)
October, 2005 (14)
September, 2005 (14)
August, 2005 (20)
July, 2005 (20)
June, 2005 (9)
May, 2005 (18)
April, 2005 (19)
March, 2005 (26)
February, 2005 (21)
January, 2005 (20)
December, 2004 (15)
November, 2004 (11)
October, 2004 (14)
September, 2004 (15)
August, 2004 (16)
July, 2004 (6)
June, 2004 (10)
May, 2004 (9)
April, 2004 (11)
March, 2004 (11)
February, 2004 (12)
January, 2004 (13)
December, 2003 (15)
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)
© Rick Strahl, West Wind Technologies, 2005 - 2010