Home » Archive

Articles tagged with: seo

Programming »

[24 Aug 2009 | No Comment | ]
Jquery / Ajax Sliding Panel

I will be looking to use this in a e-commerce application soon, possibly keep the shopping cart information up in the sliding panel.

Programming »

[24 Aug 2009 | No Comment | ]
Awesome list of cheat sheets for developers

Someone took the time to gather up 30 great cheat sheets for web developers, programmers and tech people. Definitely worth printing a few of these out for your desk.

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.