<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>ZZZZZZZZZ</title>
	<link>http://zzzzzzzzz.net</link>
	<description>The internet and other bits</description>
	<lastBuildDate>Sat, 17 Apr 2010 00:44:02 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Enabling sites and accessing them locally with Apache on Ubuntu</title>
		<description><![CDATA[Sites can be added and enabled in Apache by creating the site's directory:
mkdir /var/www/my_site_name
Create the my_site_name configuration file within /etc/apache2/sites-available
vim my_site_name
and enter the configuration
&#60;VirtualHost *:80&#62;
ServerAdmin webmaster@localhost
ServerName my_site_name.dev
DocumentRoot /var/www/my_site_name
&#60;/VirtualHost&#62;
and running the Apache enable site command to 'enable' the site:
sudo a2ensite my_site_name.dev
Then you have to restart Apache so it sees the new site / configuration
sudo /etc/init.d/apache2 reload
Next [...]]]></description>
		<link>http://zzzzzzzzz.net/enabling-sites-and-accessing-them-locally-with-apache-on-ubuntu</link>
			</item>
	<item>
		<title>How to be Creative</title>
		<description><![CDATA[While recently reading the "The Complete Tightwad Gazette" by Amy Dacyczyn, "The Frugal Zealot" I found this article about creativity and enjoyed it. Here it is...
How to be Creative
My own creative journey began nearly 20 years ago. My mother forced me to take an art class in high school. I recall tortured occasions of sitting [...]]]></description>
		<link>http://zzzzzzzzz.net/how-to-be-creative</link>
			</item>
	<item>
		<title>Play fullscreen flash videos on one monitor while working on another</title>
		<description><![CDATA[This isn't really web development related but it is web related and has been useful for me. For people who use multiple monitors there will probably be a time when you want to play a flash movie, youtube video or whatever, on your secondary or 'extended' monitor in full screen mode. But if you play [...]]]></description>
		<link>http://zzzzzzzzz.net/play-fullscreen-flash-videos-on-one-monitor-while-working-on-another</link>
			</item>
	<item>
		<title>Useful Firefox HotKeys</title>
		<description><![CDATA[Hotkeys or "Keyboard shortcuts"  are programmed key or key combinations that trigger some function to occur. Hotkeys are Typically faster than using the mouse in any application.  Here are a few Firefox Hotkeys I use on a regular basis.


Alt+right or left arrow - back &#38; forward page navigation
Backspace - back to the previous page
CTRL+T - [...]]]></description>
		<link>http://zzzzzzzzz.net/useful-firefox-hotkeys</link>
			</item>
	<item>
		<title>Add a percentage based fee to the shipping total in Zen-Cart&#8217;s UPS shipping module</title>
		<description><![CDATA[The default UPS shipping module for zen-cart allows the store owner to add a flat rate "shipping and handling fee" to orders.  I wanted to add a percentage to the shipping total instead of a flat rate for every order.
Here is a short snippet which worked worked for me.
Edit includes/modules/shipping/ups.php
Find the line

  // EOF: [...]]]></description>
		<link>http://zzzzzzzzz.net/add-a-percentage-based-fee-to-the-shipping-total-in-zen-carts-ups-shipping-module</link>
			</item>
	<item>
		<title>Color scheme generators and tools</title>
		<description><![CDATA[Here are a few useful tools for working with colors:
 
Pixie is a useful tool for finding out the color code of anything you mouse over. The application allows you to copy the current color's HTML code to the clipboard with CTRL + ALT + C. It also has a 'magnifier' ( CTRL + ALT [...]]]></description>
		<link>http://zzzzzzzzz.net/colorscheme-generators-and-tool</link>
			</item>
</channel>
</rss>
