Category web-development - Tim Stanley

Free Textures

May 23, 2008

Free textures from various sites and a Photoshop texture tutorial.

Texture 1 More...

BlogEngine.Net Control Parameters

May 18, 2008

How does one add or pass parameter to a user control in BlogEngine.Net?  This may be obvious to others already, but I thought I'd share a quick note on what I found.  More...

Common Layout Sizes

Apr 28, 2008

What size should you make your layout for a web site? Is there one layout that will fit all monitor sizes?

The basic width of a layout determines a lot of the internal layout sizes for panes, modules, images, and internal content.  More...

Standard Web Digital Image Sizes

Apr 23, 2008

What size should your photos be when posting them to the web?  What are the common standard digital photo image sizes? 

Every site I looked at had different size images, but some common themes did emerge.  240 x 160 pixels was a very common small format. Larger images were typically around 460 pixels wide.  If you make your images larger than 460 pixels, most layouts in most blogs or site designs will have some difficulty fitting these sizes into the layout.

My Preferred Image Sizes

  1. Very Large 800 pixels
  2. Large 500 or 520 pixels
  3. Medium 460 pixels
  4. Medium-Small 320 pixels
  5. Small 240 pixels
  6. Thumbnail 100 pixels
  7. Square Thumb 75 pixels

More...

One Layout To Bind Them All

Apr 21, 2008

When it comes to designing layout for on-line content, what size is the right size?  How does one design for multiple screen sizes without spending duplicate effort on multiple designs. The answer depends on what size windows users are using to access the site.  For me, creating a variable fixed width design based on both 960 pixels (large) or 700 pixels (medium) helps minimize duplication of design effort. More...

ASP.Net Cached XML File Settings

Apr 15, 2008

How to use ASP.Net Cache settings to automatically read and update values from an XML file when the file is updated, and how to lookup a value in the XML file.

.Net surprises me every day.  I think about how I want to do things and then I dig a little (some time a lot) into .Net components and viola, I find it provides some new interesting functionality that I didn't know about before. 

I recently wanted to implement some features for using configuration values for an ASP.NET application.  My requirements were as follows. More...

Extensible CSS Interface Articles

Apr 04, 2008

Cameron Moll has posted some incredibly useful information on his site regarding CSS, JQuery, AJAX and extensibility in a set of articles titled The Highly Extensible CSS Interface.  The information is PHP oriented, but the concepts certainly apply to ASP.NET. More...