Archive for October, 2008

Another 6 Free Online Web Tools for Webmasters

Thursday, October 30th, 2008

This post was moved to: http://codehill.com/2008/12/another-6-free-online-web-tools-for-webmasters/

6 Free Online Web Tools for Webmasters

Tuesday, October 28th, 2008

This post was moved to: http://codehill.com/2008/12/6-free-online-web-tools-for-webmasters/

Automating screencapture in OS X

Sunday, October 26th, 2008

I usually capture screens a lot when creating an article, blog post or presentation to show steps to follow in an application. And I wanted to automate this process to make it easier for me to get every step I go through without stopping to capture a screen and save ...

15 Free Website Templetes Providers

Friday, October 24th, 2008

This post was moved to: http://codehill.com/2008/12/15-free-website-templetes-providers/

Programming for Multiple Screens in DotNET

Wednesday, October 22nd, 2008

This post was moved to: http://codehill.com/2008/12/programming-for-multiple-screens-in-dotnet/

Moving the aspnetdb.mdf Database to a Production SQL Server

Monday, October 20th, 2008

This post was moved to: http://codehill.com/2008/12/moving-the-aspnetdbmdf-database-to-a-production-sql-server/

Searching for Files Using Locate

Saturday, October 18th, 2008

Darwin and all UNIX and Linux variants have a command line tool called locate, that searches the file system for a file or a wildcard pattern. Locate doesn't search the file system directly, instead it searches a database that is rebuilt periodically and contains pathnames of all the files that ...