by Ben on September 25, 2008
The HTTP 301 status code is meant for use when you want to redirect a page or URL to its new destination after reorganizing or moving a web site around. This can be on the same domain or an entirely new domain. Here is the W3C definition of the 301 code.
The requested resource has been [...]
Tagged as:
How To's,
php,
redirect
by Ben on September 23, 2008
If you have previously disabled the Mac OS X Spotlight feature and you now find that you would like to turn it on again, following these steps to do so.
Launch Terminal and type the following command: sudo nano /etc/hostconfig
Find the following entry in the hostconfig file: SPOTLIGHT=-NO-
Change SPOTLIGHT=-NO- to SPOTLIGHT=-YES-
Save /etc/hostconfig by hitting Control-O and [...]
Tagged as:
How To's,
mac os x,
spotlight
by Ben on September 23, 2008
One of the primary features of the Mac OS X operating system is their search feature called Spotlight. Many Mac OS X users depend on this great feature but others don’t find it necessary. For those of you who don’t find it necessary, it can improve the performance of your Mac OS X system if [...]
Tagged as:
How To's,
mac os x,
spotlight
If you are planning to upgrade to a new Apple iPhone 3G anytime soon, you are probably thinking, “what am I going to do with my first generation iPhone?” We’ll whether you give it to a friend or family member or decide to sell it on ebay, you are going to need to reset the [...]
Tagged as:
How To's,
iphone
A local DNS host file can be very useful when working in a development environment. You can have a development environment and a production environment and simply point the host to the development environment on your machine while all of the other users are directed to the production environment. This allows you to work on [...]
Tagged as:
dns,
How To's,
mac os x