Home » Archive

Articles in the Featured Category

Featured, Programming »

[24 Aug 2009 | No Comment | ]
How To Add Google Maps To Your Site

Looking to integrate a listing of all your family, clients, business etc into Google Maps?

Featured, Programming »

[15 Aug 2009 | No Comment | ]
Best Resources for working with JSON and C#.Net

I have recently picked up AJAX & JSON for some .net projects here are some great resources for making this easy to get started.

Featured, Photography »

[22 Jun 2009 | No Comment | ]
High Speed Bullet Photography

Read Article…

Featured, Photography »

[5 Jun 2009 | No Comment | ]
Why does HDR bring out the best/worst in you as a Photographer?

I am a fan of HDR/Tone Mapping as long as it isnt pushed so far that it starts to look unrealistic.

Automotive, Featured »

[29 May 2009 | No Comment | ]
BMW Introduces Exclusive M3 Editions

BMW gives new buyers some options with a few special edition models, with new colors, specs and some minor upgrades

Featured, Photography »

[25 May 2009 | One Comment | ]
Getting started guide with your Canon 1D

The jump into the 1d series is a big one and I know when I made the swtich I was looking for as much information on how to use everything as I could find. Here is a quick list of the majority of the things you need.

Featured, Headline, Photography, Random »

[25 May 2009 | One Comment | ]
Resources for Manual Focus / Alternative Lens on Digital Cameras

I recently picked up a few old Olympus Zuiko wide angles and used adapters to fit them on my EOS camera. Here are a bunch of useful links when looking into manual focus lens on digital bodies.

Featured, Programming »

[25 May 2009 | No Comment | ]
Server Running Apache? Check out .htaccess.

.htacess files are great for 301 redirects, enforcing security as well as many other useful configuration tools.

Featured, Programming »

[25 May 2009 | No Comment | ]
What to do and what not to do when designing modern websites.

Most of these are pretty good tips, its worth the quick read.

Featured, Programming »

[25 May 2009 | No Comment | ]
URL Rewriting with ASP.NET – Best Article Yet

I have been looking for some time for a simple way to do URL rewriting on my e-commerce systems. Most of them have required static rules be made etc. Finally a simple way to take care of this, I used approach #1, which is Request.PathInfo. This is definately worth looking into.