I successfully transfered my blog/website to my new hosting at MediaTemple.net. The reason for my move is my old hosting didn’t allow 1/2 of the PHP and Apache features I tried to use over the past year or so, and after the final straw I decided it was time to move. So far everything I’ve wanted to use has worked, and that alone is worth the increase in cost (about 4x what I was paying). Now to weed out any issue’s of the process if there are any.
Categories
Archives


Google Font Directory & WebFont Loader
After switching over to my new host, I decided to do some cleanup/optimizing of my website. One of my biggest gripes was the size/annoyance of Cufon, which was what I used to load Century Gothic as a custom font for any of my header tags (I like the font a lot). The downside to cufon was that it didn’t actually download the font to the users computer, instead it created on the fly images so to speak. Thankfully Google just released their Fonts Directory & WebFont Loader, both great tools. Font Directory consists of free/easy to use fonts for web development, and WebFont Loader is a javascript tool that can load any of those fonts, as well as fonts from other sources such as TypeKit or even you own hosting (Custom). I chose to replace Tahoma as my main font with Droid Sans (the font developed for Android OS) from Google Font Directory. I also optimized images by creating large sprites of common sized images (such as icons). Finally I’ve also configured SSI (Server Side Includes) via Apache to pull my stylesheets and javascripts into single combined files upon page load.