Home » Archive

Articles in the Programming Category

Featured, Programming »

[2 Sep 2009 | No Comment | ]
Migrating SQL Databases

We have just recently moved databases between a few systems, here is a great guide on migrating MS SQL databases.

Programming, Random »

[24 Aug 2009 | No Comment | ]
Having a hard time talking business with me?

When talking web development / projects with me there are somethings that can be done to make the task easier :)

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.

Programming »

[24 Aug 2009 | No Comment | ]
Getting Started With Ajax and Jquery

Great article on how Ajax works under the hood, how to monitor / see the data coming and going as well as how Jquery makes it easy to work with.

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, 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.