<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ZZZZZZZZZ &#187; web development</title>
	<atom:link href="http://zzzzzzzzz.net/category/web-development/feed" rel="self" type="application/rss+xml" />
	<link>http://zzzzzzzzz.net</link>
	<description>The internet and other bits</description>
	<lastBuildDate>Sat, 17 Apr 2010 00:44:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Enabling sites and accessing them locally with Apache on Ubuntu</title>
		<link>http://zzzzzzzzz.net/enabling-sites-and-accessing-them-locally-with-apache-on-ubuntu</link>
		<comments>http://zzzzzzzzz.net/enabling-sites-and-accessing-them-locally-with-apache-on-ubuntu#comments</comments>
		<pubDate>Fri, 16 Apr 2010 22:52:41 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[web servers]]></category>

		<guid isPermaLink="false">http://zzzzzzzzz.net/?p=95</guid>
		<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>
			<content:encoded><![CDATA[<p>Sites can be added and enabled in Apache by creating the site's directory:</p>
<blockquote><p>mkdir /var/www/my_site_name</p></blockquote>
<p>Create the my_site_name configuration file within /etc/apache2/sites-available</p>
<blockquote><p>vim my_site_name</p></blockquote>
<p>and enter the configuration</p>
<blockquote><p>&lt;VirtualHost *:80&gt;<br />
ServerAdmin webmaster@localhost<br />
ServerName my_site_name.dev</p>
<p>DocumentRoot /var/www/my_site_name</p>
<p>&lt;/VirtualHost&gt;</p></blockquote>
<p>and running the Apache enable site command to 'enable' the site:</p>
<blockquote><p>sudo a2ensite my_site_name.dev</p></blockquote>
<p>Then you have to restart Apache so it sees the new site / configuration</p>
<blockquote><p>sudo /etc/init.d/apache2 reload</p></blockquote>
<p>Next you will probably need to add an entry to your /etc/hosts file if you want to access the site via a user friendly url like my_site_name.dev.</p>
<blockquote><p>sudo vim /etc/hosts</p></blockquote>
<p>Add an entry for your site:</p>
<blockquote><p>127.0.0.1 my_site_name.dev</p></blockquote>
<p>save it and you may also need to restart your web browser.</p>
<p>If you placed an index file in your DocumentRoot you should see it when you visit</p>
<blockquote><p>my_site_name.dev</p></blockquote>
<p>Referenced: <a title="Linux Apache site configuration" href="http://www.debian-administration.org/articles/412">http://www.debian-administration.org/articles/412</a></p>
]]></content:encoded>
			<wfw:commentRss>http://zzzzzzzzz.net/enabling-sites-and-accessing-them-locally-with-apache-on-ubuntu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Color scheme generators and tools</title>
		<link>http://zzzzzzzzz.net/colorscheme-generators-and-tool</link>
		<comments>http://zzzzzzzzz.net/colorscheme-generators-and-tool#comments</comments>
		<pubDate>Wed, 08 Apr 2009 21:49:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[color scheme]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://zzzzzzzzz.net/?p=1</guid>
		<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>
			<content:encoded><![CDATA[<p>Here are a few useful tools for working with colors:</p>
<p><span style="text-decoration: underline;"><img class="alignnone size-full wp-image-6" title="Pixie screen shot" src="http://zzzzzzzzz.net/wp-content/uploads/2009/04/pixie.jpg" alt="Pixie screen shot" width="160" height="82" /> </span><img class="alignnone size-full wp-image-8" title="Pixie keystrokes" src="http://zzzzzzzzz.net/wp-content/uploads/2009/04/pixie-codes1.jpg" alt="Pixie keystrokes" width="159" height="80" /></p>
<p><a title="Pixie color code viewer by Nattyware" href="http://www.nattyware.com/pixie.php">Pixie</a> 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 <code>CTRL + ALT + C</code>. It also has a 'magnifier' ( <code>CTRL + ALT + Z</code> ) and a 'color mixer' ( <code>CTRL + ALT + X</code> ).  <a title="Pixie color picker " href="http://www.nattyware.com/pixie.php">Get the pixie color picker here</a></p>
<h3>Color scheme generators</h3>
<p><a title="Color scheme generator" href="http://colorschemedesigner.com/">http://colorschemedesigner.com/</a></p>
<p>Paste in code copied from <a title="Pixie color picker" href="http://www.nattyware.com/pixie.php">Pixie</a> and get color schemes, see analogic, complimentary, tertiary  colors and more.</p>
<p><a title="Color scheme generator" href="http://colorschemedesigner.com/"><img class="alignnone size-medium wp-image-14" title="Color Scheme Generator" src="http://zzzzzzzzz.net/wp-content/uploads/2009/04/colorscheme-full-300x174.jpg" alt="Color Scheme Generator" width="300" height="174" /></a></p>
<p><a title="Color scheme generator" href="http://kuler.adobe.com">kuler</a> is a a neat utility for generating color schemes and features many inspirational color schemes.</p>
<p>There are many other color utilities out there, these are a few I enjoy using.</p>
]]></content:encoded>
			<wfw:commentRss>http://zzzzzzzzz.net/colorscheme-generators-and-tool/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
