Lance's Whiteboard

Random scribbling about C#, Javascript, Web Development, Architecture, and anything else that pops into my mind.

News


Creative Commons License
Lance's Whiteboard Blog by Lance Hunt is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
Based on a work at weblogs.asp.net



Sponsored Ad
Sponsored Ad

Blogs I Read

November 2005 - Posts

New Apple iPod Nano - new Lockup - new Reset technique

Yesterday, my wife gave me an early Christmas present of an Apple iPod Nano 4GB.  (woohoo!)

Five-minutes after opening the box, I received my first (and hopefully last) lockup.     For reference, here is how you reset an iPod Nano:

  1. Toggle the "Hold" switch On, then Off again.
  2. Press and hold down the Menu and Center buttons for several seconds.
  3. The unit should reset to factory defaults.

Note: you will have to reconfigure some lost settings after this.

Posted: Nov 29 2005, 12:10 PM by CodeSniper | with 4 comment(s)
Filed under: ,
Neodynamic Barcode Professional for Sql Reporting Services

This product from Neodynamic looks rather interesting.  As a long-time user of barcodes in reports (both Crystal and Sql Reports), I appreciate anything that might simplify the design, development, and deployment experience.  

I had intended to write my own barcode custom ReportItem control for Sql Server 2005 Reporting Services(SRS2005), but hadnt had time or a need, since my company hasnt upgraded from SRS2000 yet.   However, next year, we have a project that will use SRS2005 and requires C128 barcode support, so I may give this product a try.

Please let me know if anyone has experience with Neodynamic's solution.

Correction: Phidgets URL
Matt, from Phidgets, pointed out that the URL was incorrect for the Phidgets webste in my previous post about the PDC05 exhibitors (unless you live in Canada).   Here is the correct URL for the US distributor (who was actually at PDC05).
Posted: Nov 11 2005, 11:09 AM by CodeSniper | with no comments
Filed under:
Proverbs of a Corporate Coder #5
"Where there is pain and frustration, there is also opportunity." - Lance Hunt
Proverbs of a Corporate Coder #4
"If it isn't broken, take it apart and figure out how it works.  If it is broken afterwards, blame the vendor." - Lance Hunt
Proverbs of a Corporate Coder #3
"When life hands you lemons, find some pieces of copper and zinc and make a lemon-battery." - Lance Hunt
Proverbs of a Corporate Coder #2
"Make sure you have a methodology, not a mess-odology." - Lance Hunt
Proverbs of a Corporate Coder #1

"When surrounded by idiots, make sure you aren't one too." - Lance Hunt

also,

"When surrounded by idiots, volunteer to be the head idiot so you can get a fat pay raise." - Lance Hunt

HelpSvc.exe causing explorer hangs on new Windows XP SP-2 install

Lately I have started having problems with the entire Windows Explorer shell becoming unresponsive.   I have a new Dell Latitude D810 laptop with the factory install of Windows XP with SP-2, so I am surprised that I could have such a problem.

The last time this problem occurred, I did a CTRL-ALT-DEL and opened Process Explorer (see Sysinternals) to check-out what was going on.  Surprisingly I found that the HelpSvc.exe process was at 100% CPU and was starving-out everything else.

After a quick search, I found Cyrus' blog post on this topic, which offered an excellent solution in the comments.  I just applied these steps, and so-far so-good.  *crossing fingers*

Hopefully this info will help-out someone else.

FW: A low-level Look at the ASP.NET Architecture (...and IIS)

I highly recommend this article by Rick Strahl of West Wind if you are trying to debug IIS 5/6 with ASP.NET or simply wanting to learn more about how web requests are processed. 

The article covers the ASP.NET request processing pipeline from the time the request hits HTTP.SYS until Response.End within the ASP.NET framework and everything in between.   Also, this has been useful for understanding differences between IIS 5 and IIS 6.

Note: this article is also available in print in the Nov/Dec 2005 issue of CoDe Magazine.

Posted: Nov 02 2005, 04:23 PM by CodeSniper | with no comments
Filed under:
More Posts