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 - 1054
Comments - 12010
since 1997
Personal Links
Photo Album
My Noise
Message Board
Now Reading
LINQ in Action
by Fabrice Marguerie, Steve Eichert, Jim Wooley
C# in Depth: What you need to master C# 2 and 3
by Jon Skeet
The Second World: Empires and Influence in the New Global Order
by Parag Khanna
Twitter Status
Log In
User Name:
Password:
Rembember me
Weblog Posts in February 2004
Creating Thumbnail Images on the fly with ASP.Net
February 26, 2004 @ 1:37 am
One frequent task is to take images and convert them into thumbnails. I was getting tired of constantly repeating this code for specific situations, so I created a generic page in the app to handle resizing images from the current site dynamically in a page called CreateThumbnail. You call this page with a relative image name from the Web site on the querystring and it returns the image as a thumbnail. An example of how this might work looks like this:
134 comments
Running a .NET Application over the network
February 23, 2004 @ 12:19 am
This post is a reminder to myself on how to get .Net applications to run over the network and set the required permissions to do so with the Framework Configuration tool. Welcome to security hell
...
4 comments
Making sense of ASP.Net Paths
February 19, 2004 @ 2:06 pm
ASP.Net a plethora of properties to retrieve path information about the current request, control and application. To keep things straight I thought it'd be a good idea to summarize those options briefly along with describing some common scenarios of how they might be used.
138 comments
HTML Edit Controls
February 17, 2004 @ 12:59 am
I've been thinking and messing with HTML Editing a lot lately. And it's giving me a headache
. I've gotten to the point were just about all of my document based UIs deal with HTML for displaying content. HTML display is relatively easy to create and display and it works well. For example, the Message Board here, the Web Log, Help Builder, the Wiki, the Message Board Reader are typical examples of applications that use a rich display surface with HTML to display data.
4 comments
Open Source Musing on Security and Developers
February 13, 2004 @ 1:42 pm
I've been thrown in the middle of a few open source discussions in the last couple of weeks and I always find the open source arguments that are thrown out immature and lacking any real depth or thought. Most of the argument come from Microsoft hatred for the heck of it and the most common 'alternate' reason given is security.
Reflection to provide EVALUATE functionality
February 12, 2004 @ 12:17 pm
After answering three more questions today on how to ‘dynamically’ access a property or control on a form I thought I’d post my Reflection helpers again. I’ve put these into most articles I’ve published, but this way they are easily searchable and pointable for future reference.
13 comments
Hardware Fun (Printer Installation)
February 11, 2004 @ 12:55 am
Adventures in a new printer installation.
2 comments
Google and the West Wind Message Board
February 10, 2004 @ 10:42 pm
I recently (what the hell took me so long) figured out that Google is not indexing the Message Board on this Web Site, or indexing it very incompletely anyway. But now I'm wondering what is it that's keeping Google and other search engines out of the Message Board. There are a few things that come to mind...
2 comments
A quick way to Object Serialization
February 09, 2004 @ 7:51 pm
Serialization in .Net is one of the more useful features in .Net that I use all the time. Serialization – especially XML Serialization – makes it essentially trivial to write out the content of an object to a file, stream very easily. This is useful to pass data between applications, but also a great simple mechanism for saving and reloading state of applications. In fact, I use Serialization for just about every application to store a number of configuration settings easily.
19 comments
Image Capture with SnagIt in VFP
February 07, 2004 @ 12:48 pm
Today I spent some time making a few requested enhancements to Help Builder and one thing I wanted to do for a while is add support for doing image capture with SnagIt via its COM interface. SnagIt provides a nice easily integrated COM interface that makes it easy to provide capture functionality in your own apps. For Help Builder this interface is used only if SnagIt is installed - if it isn't it uses its own not quite so slick capture mechanism.
4 comments
Using HTTP Ranges to resume resume aborted downloads
February 07, 2004 @ 7:21 am
You can use the Range: Http header to download a specific range of bytes which provides the ability to resume HTTP downloads that have been aborted.
3 comments
Back from the Snow Country
February 07, 2004 @ 6:21 am
Back from the Snow Country in Utah. Some personal notes and a link to pictures of the trip.
2 comments
Archives
January, 2009 (1)
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 (14)
December, 2003 (15)
Categories
ASP.NET (161)
Personal (65)
.NET (54)
Visual Studio (45)
AJAX (41)
JavaScript (39)
jQuery (31)
IIS (27)
Vista (27)
LINQ (26)
HTML (23)
WCF (23)
CSharp (20)
ASP.NET (19)
Localization (16)
FoxPro (13)
Microsoft AJAX (13)
Windows (12)
Web Services (11)
COM (9)
ADO.NET (9)
WPF (8)
XML (8)
Web Connection (7)
Silverlight (7)
Sql Server (7)
West Wind Ajax Toolkit (6)
C++ (6)
CSS (6)
Hardware (5)
Html Help Builder (4)
ISV (4)
Bugs (4)
Software Development (4)
Security (4)
Office (4)
Source Control (3)
WebLog (3)
Windsurfing (3)
DataBinding (3)
Help Builder (3)
Live Writer (3)
HTTP (3)
Installation (2)
Help (2)
Maui (2)
Conferences (2)
WinForms (2)
Web Design (2)
Speaking (2)
Tools (2)
RSS (2)
SmartPhone (1)
Networking (1)
RegEx (1)
Travel (1)
Utilities (1)
Threading (1)
Web Deployment Projects (1)
wwHoverPanel (1)
Control Development (1)
Graphics (1)
ADO.NET (1)
IIS7 (1)
Visual Studio (1)
Addins (1)
Html Help (1)
iPhone (1)
© Rick Strahl, West Wind Technologies, 2005 - 2009