logo

Blog

Working with Google’s Cr-48 Chrome Notebook: Proof of the Cloud Concept

Feb 17, 2011 Chrome Cr-48

I want to start talking about the Cr-48 with a review, but unlike a huge number of other bloggers and writers who spend time talking about the hardware, I want to talk about proof of the cloud concept. The primary reason, after all, that I received this notebook from Google is to prove whether or not I (or anyone else) can successfully live in the cloud; not to see isf the machine could be cracked open and loaded with Ubuntu.

How to Add a www Resolve to Apache for Better SEO

Oct 19, 2010 Apache

There is a simple way to resolve your site URLs to include the www in each address. Or drop the www from each address. Why is this important? “Redirecting requests from a non-preferred hostname is important because search engines consider URLs with and without “www” as two different websites” (woorank.com). So, if you don’t resolve your www, you are harming your SEO performance.

How to Configure Apache to Use htaccess Files

Oct 19, 2010 Apache

Getting Apache to recognize .htaccess files is a pretty easy task. All you need to do is look for where your root web directory is defined in your Apache configuration files. On Ubuntu, this location is /etc/apache/sites-enabled. Once you have located the file, just add the line “AllowOverride All” (instead of AllowOverride None) to the root directory configuration detectives.

Setting a GET Parameter as a Variable in Typoscript

Jul 6, 2010 Content Management

Recently I had a problem that, in spite of many “support leads” on other sites, was hard to figure out. All I wanted to do was reference as GET parameter in a URL as a variable in Typoscript. After many failed attempts, I found a solution to my problem. So, for future reference, and for all others who may be struggling with this problem, here is a solution.

Parse PHP in HTML Pages on GoDaddy Hosting

May 12, 2010 Apache, PHP

Sometimes it is helpful, mainly to avoid broken links, to make sure your html files (with a .htm or .html extension) can parse PHP. On GoDaddy hosting, this threw me for a loop.