Jon Skeet is a programmer at Google, author of C# In Depth and Internet legend from his participation on Stack Overflow. After his meteoric rise to fame, a question was posted to gather Chuck Norris styl…
Scroll an element into view programmatically with JavaScript
June 14th, 2010 | by Adam Pope | Comments OffI’ve just finished building an FAQ section for one of Storm’s clients. The client requested that a list of questions be shown at the top of the page and the user be scrolled to the appropriate…
How to take your startup from an idea to $170m
June 14th, 2010 | by Adam Pope | Comments OffAaraon Patzer, the founder of Mint.com, gave a really insightful talk at Carsonified’s Future of Web Apps conference in Miami this year. The video of the talk is definitely worth watching (see bo…
Prevent a C# or VB.NET Console Application from closing when it finishes
June 8th, 2010 | by Adam Pope | Comments OffI’m working on a little console application to run a scheduled data import task. During the debugging of the application I wanted the console window to remain open after the program had finished ex…
URL Re-Writing in ASP.NET Requires Form Action to be Re-written
June 4th, 2010 | by Adam Pope | Comments OffOn a project I was working on recently we ran into a problem where the combination of URL re-writing and postbacks caused the page to post back to the wrong URL. When you create an ASP.NET page with a …
Execute JavaScript when an UpdatePanel is updated
June 4th, 2010 | by Adam Pope | Comments OffI’ve just spent a few hours banging my head against a wall trying to get ASP.NET to execute a JavaScript function each time an UpdatePanel is updated. Simply putting the script within the ContentTemp…
Setup email alerts from ELMAH when exceptions are raised
June 4th, 2010 | by Adam Pope | Comments OffThis is part of a series of posts on using ELMAH to handle error logging for your ASP.NET web applications. We’ve already looked at how to get started with ELMAH and how to allow remote access t…
Allowing secure, remote access to your ELMAH error log
June 4th, 2010 | by Adam Pope | Comments OffThis is part of a series of posts on using ELMAH to handle error logging for your ASP.NET web applications. We’ve already looked at how to get started with ELMAH and how to send email alerts whe…
Getting started with ELMAH: ASP.NET Error Logging and Reporting
June 4th, 2010 | by Adam Pope | Comments Off This is the first part of a series of posts showing you how to use ELMAH to handle error logging for your ASP.NET web applications.
What is ELMAH?
From the official site: “ELMAH (Error Logging Modul…
Designing a Logo- the Creative Process
May 27th, 2010 | by Andrew | Comments OffThe simple logo- small, pretty and simple. But nestled somewhere in those few pixels lies the power to make or break a business. That’s some heavy weight for such a little guy.
Having just finish…





