Welcome to AspAdvice
Sign in
|
Join
|
Help
Steven Smith
Now blogging at
SteveSmithBlog.com
Sponsor
Microsoft Advertising
loading...
Ads Via Dev
Mavens
This Blog
About
Email
Syndication
RSS 2.0
Atom 1.0
Search
Go
Tags
.NET
ADO.NET
advertising
ajax
announcement
ASP.NET
Atlas and Ajax
Books
C#
Caching
CC.NET
ci
CMS
community
conference
Cool Tools
devconnections
dotnetnuke
Events
gadgets
hardware
Marketing
Microsoft Office
MVC
Outlook
PDC
performance
Personal
regional director
Reporting Services
reviews
Scalability
Search
Security
silverlight
Software Development
Speaking
SQL
sql2005
SSRS
tdd
Team System
Test Driven Development
TFS
TiVo
video
VirtualPC
vista
Visual Basic
Visual Studio
VS.NET
VSTS
Window Forms
Windows
WPF
XAML
zune
News
ASP.NET Articles
ASP Forums
SQL Forums
XML Forums
Regular Expressions
C# Feeds
Threat Level:
Don't go around saying the world owes you a living. The world owes you nothing. It was here first. - Mark Twain
Navigation
Home
Blogs
Forums
Photos
Downloads
My Reader
Archives
July 2008 (2)
June 2008 (10)
May 2008 (9)
April 2008 (15)
March 2008 (21)
February 2008 (9)
January 2008 (20)
December 2007 (12)
November 2007 (15)
October 2007 (17)
September 2007 (8)
August 2007 (4)
July 2007 (9)
June 2007 (17)
May 2007 (9)
April 2007 (9)
March 2007 (8)
February 2007 (9)
January 2007 (27)
December 2006 (8)
November 2006 (10)
October 2006 (11)
September 2006 (12)
August 2006 (9)
July 2006 (19)
June 2006 (15)
May 2006 (10)
April 2006 (6)
March 2006 (19)
February 2006 (8)
January 2006 (13)
December 2005 (8)
November 2005 (10)
October 2005 (12)
September 2005 (14)
August 2005 (18)
July 2005 (12)
June 2005 (19)
May 2005 (5)
April 2005 (9)
March 2005 (15)
February 2005 (12)
January 2005 (3)
December 2004 (1)
November 2004 (1)
October 2004 (1)
September 2004 (2)
August 2004 (3)
July 2004 (1)
June 2004 (4)
May 2004 (1)
April 2004 (10)
March 2004 (15)
February 2004 (20)
January 2004 (2)
Events
ASPNetConnections Fall 2005
Music
Redshift
My Articles
Dynamic Excel Reports with ASP
ASP.NET Whidbey Overview
ASP.NET Whidbey Caching Overview
ASP.NET Caching Tips
ASP.NET Micro Caching
Writing a Days of the Week Selector Control
.NET Data Access Performance Comparison
MSDN: Regular Expressions in ASP.NET
MSDN: Evolving Custom Controls in ASP.NET
MSDN: Get Test Infected With NUnit
MSDN: Best Practices Using ASP.NET Caching
MSDN: Bind Your Data in ASP.NET 2.
MSDN: Creating a Cache Configuration Object for ASP.NET
Use Write Caching to Optimize High Volume Data Driven Applications
Programmatically Expire Output Cache Entries
My Books
ASP.NET Developer's Cookbook
ASP.NET By Example
Notable Blogs
Wayne King
Scott Guthrie
Rob Howard
Nikhil Kothari
Brad Abrams
My Army Blog
ArmyAdvice Community
Julia Lerman
J. Ambrose Little
Bob Parsons
Eric Sink
Gregg Stark
Brendan Enrick
May 2007 - Posts
Wednesday, May 30, 2007 1:44 PM
Surface Computing
A new tool coming from Microsoft soon will allow users to work on a tabletop surface as a computer interface. Watch this video – it’s very cool. I can totally see having one as a coffee table in a living room or home theater room that controls
Posted by
ssmith
|
2 Comments
Filed under:
hardware
Tuesday, May 29, 2007 10:25 PM
Optimize ASP.NET HTTP Connection Limit
Mads has a nice post on optimizing ASP.NET to utilize more than its default of 2 concurrent web connections . Here’s the relevant config info: <system.net> <connectionManagement> <add address="*" maxconnection="8"/> </connectionManagement>
Posted by
ssmith
|
1 Comments
Filed under:
performance
Wednesday, May 23, 2007 2:10 PM
Lake Quincy Media Launches AdSignia
We just launched AdSignia , our new advertising management platform for online advertisers and publishers. Read the full AdSignia online advertising server press release for more details. We're still working out a few things and will have a better
Posted by
ssmith
|
(Comments Off)
Filed under:
Marketing
,
announcement
Tuesday, May 15, 2007 7:07 AM
Oh *** Outlook Email Rule
I have a rule in Outlook that I call my “Oh ***” rule. It delays all messages from being sent for 1 minute, which is plenty of time for me to realize that I said the wrong thing, sent the wrong thing, forgot an attachment, or copied the wrong
Posted by
ssmith
|
3 Comments
Filed under:
Outlook
Monday, May 14, 2007 4:54 PM
Why Russia
First of all I’d like to say Thank You! to everyone who has congratulated us and wished our family well. We really appreciate the support we have received from our family and friends, both locally and online. I’ve had a number of people ask
Posted by
ssmith
|
6 Comments
Filed under:
Personal
Monday, May 14, 2007 4:49 PM
Microsoft Fans - Raise Your Hand
I have trouble, as a long time Microsoft developer community member and (dare I say) community leader, believing that someone could miss the fact that there are Microsoft communities and, by extension, community members and fans. I would definitely consider
Posted by
ssmith
|
7 Comments
Filed under:
community
Monday, May 14, 2007 1:46 PM
Outlook Data File PST Not Closed Properly
A common problem with Outlook is the infamous data file issue that pops up when you launch Outlook and says it must check the data file for constency because it was not shut down properly. In Outlook 2003 this is annoying because Outlook is unusable until
Posted by
ssmith
|
136 Comments
Filed under:
Outlook
Friday, May 11, 2007 11:53 AM
New Arrival
I could go the total geek route and write some pseudo-code to the effect of adding a new instance of a person to the smith family, but that’s been way overdone and I’m so overloaded now that it probably wouldn’t even compile anyway…
Posted by
ssmith
|
17 Comments
Filed under:
Personal
,
announcement
Wednesday, May 09, 2007 5:49 AM
Moscow User Group Presentation - Caching Best Practices
In my last post I wrote that I would be speaking in Moscow this week - well, I did so Monday night and it went quite well I thought. I have uploaded the presentation and demo code from the presentation as promised - sorry it took a couple of days but
Posted by
ssmith
|
3 Comments
Filed under:
ASP.NET
,
Caching
,
Speaking