Home » Archive

Articles in the Programming Category

Featured, Programming »

[8 Dec 2010 | No Comment | ]

Low Page Views & Pages Per Visit?

If you have recently redesigned your site to use tabs instead of multiple pages, you may have seen your analytics data slowly going down. The site that I worked on before the redesign had an About Us section with pages for Who we are, Why do business with us, How are we different, Our History etc. When we redesigned the page and the site we started implementing the JQuery Tabs to consolidate pages and information. While we feel this helps the user experience, it also now only appears as one page view for what used to be multiple pages.

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.