<?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>CodeJoust Blog &#187; Computers</title>
	<atom:link href="http://iain.codejoust.com/category/computers/feed/" rel="self" type="application/rss+xml" />
	<link>http://iain.codejoust.com</link>
	<description>Iain's thoughts, ideas, interests from CodeJoust</description>
	<lastBuildDate>Wed, 07 Jul 2010 21:05:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ubuntu Tips and Tricks</title>
		<link>http://iain.codejoust.com/2009/10/ubuntu-tips-and-tricks/</link>
		<comments>http://iain.codejoust.com/2009/10/ubuntu-tips-and-tricks/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 19:34:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[top ten]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://iain.codejoust.com/?p=270</guid>
		<description><![CDATA[
In this tutorial of Learning Linux, we will be going over the top ten tips and tricks that helped me have a enjoyable experience with Ubuntu.
1. Install Gnome themes. If you haven&#8217;t heard of this you are really missing out. The themes provided with Ubuntu are fine for the normal user but for geeks like [...]]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } 		A:link { so-language: zxx } --></p>
<p style="margin-bottom: 0in;">In this tutorial of Learning Linux, we will be going over the top ten tips and tricks that helped me have a enjoyable experience with Ubuntu.</p>
<p style="margin-bottom: 0in;"><strong>1</strong>. <span style="text-decoration: none;"><strong>Install Gnome themes.</strong></span> If you haven&#8217;t heard of this you are really missing out. The themes provided with Ubuntu are fine for the normal user but for geeks like us you may want something more suited to your taste. To begin point your browser to <a href="http://gnome-look.org/"><span style="text-decoration: underline;">http://www.gnome-look.org/</span></a><span style="text-decoration: none;">.</span> Here you can find complete themes, icons, login screens, etc&#8230; In the left sidebar look for the topic you want and then scroll down (or search) until you find something you like. To install something (for example a theme-which is what you will be doing most of the time,) download it, open System/ Preferences/ Appearance, go to the “Theme” tab and click “install”. Then locate and select the file to activate it. To install a login screen go to System/Administration&gt;Login Window and it&#8217;s basically the same from there.</p>
<p style="margin-bottom: 0in;">If you find yourself reinstalling a theme you may see a message saying, &#8220;can&#8217;t move directory over directory.&#8221; This happens when you delete a theme then try to reinstall it. This is however very easy to fix. Just go to your home folder, and push CTRL+H to show hidden files. Navigate to the folder named .themes and delete the folder with the name of the previously deleted theme. You should now be able to reinstall the theme without any problem.</p>
<p style="margin-bottom: 0in;">My favorite themes packages are the Moomex desktop theme with the new “Breathe” icons. (The icons come separately.)</p>
<p style="margin-bottom: 0in;"><strong>2. Install those essential packages. </strong>Another essential thing to do upon installing Ubuntu is to install some essential packages. Open the the &#8220;Add/Remove&#8221; window. Make sure that &#8220;show all available programs&#8221; is selected from the dropdown list. First do a search for &#8220;java&#8221;. The average user will need, &#8220;Sun Java Runtime,&#8221; OpenJDK Java Webstart and Runtime&#8221; and Sun Java Plugin.&#8221; Some more packages I find essential are, &#8220;Ubuntu Restricted Extras,&#8221; and the Gstreamer Plugins which lloqa you play restricted file types such as MP3&#8217;s and others.</p>
<p style="margin-bottom: 0in;"><strong>3.</strong> <strong>Edit what runs at Startup.</strong> Go to System&gt;Preferences&gt;Startup Applications. From here you can add your own program to run at startup or disable the splash screen (which I do not recommend for beginner and intermediate Ubuntu users.) Ubuntu also lets you chose whether to remember open applications from the last shutdown.</p>
<p style="margin-bottom: 0in;"><strong>4. Install some cool fonts. </strong>To install fonts in Ubuntu, just go to Computer/Filesystem/usr/share/fonts/truetype/. (Most fonts if not all fonts you will be installing in Ubuntu will be in the TrueType format.) Then create a folder for your fonts to go into. I created a folder named “Personal” so I can remember which fonts I installed in case I need to transfer them to another computer.</p>
<p style="margin-bottom: 0in;"><strong>5.</strong> <strong>Install restricted drivers.</strong> One of the first things you need to do after installing Ubuntu is check out if you need any restricted drivers. Go to System&gt;Administration&gt;Hardware Drivers to see if you do. You may not need them or you may as in my case where I didn&#8217;t have the driver for my wireless card.</p>
<p style="margin-bottom: 0in;"><strong>6. Edit root files. </strong>Every once in a while you will need to edit some files in a root directory such as the “folder” talked about above. If you try to copy and paste a file into those folders, you will be denied permission. Do bypass this open a terminal and type “gksu nautilus”. After  entering your password a window will open with root permissions to the folder. Just copy and paste through that window and it will not deny you access.</p>
<p style="margin-bottom: 0in;"><strong>7</strong>. <strong>Install Gnome Deskbar Applet. </strong><span style="font-weight: normal;">This handy application sits in your panel and acts as an instant file searcher and it can open web pages. You can also set it to be used as a Dictionary. To install it open the Terminal and type, “sudo apt-get install deskbar-applet”. Then right click a panel, click “add to panel” and scroll down to the Deskbar Applet. From there you can set your preferences to your heart&#8217;s delight.</span></p>
<p style="margin-bottom: 0in;"><strong>8. Make use of Workspaces! </strong><span style="font-weight: normal;">This is one thing in Ubuntu that once you use it you will never know how you lived without it. Add to panel and scroll down to Workspaces. (You may already have it on a panel.) Workspaces are basically multiple desktops. You click the little boxes in the Workspace Switcher and the Desktop slides to a new desktop that has no applications in the taskbar (is that the right name for it?) The programs are still running, just in the other workspace. This is really helpful is you have a lot of programs open at one time.</span></p>
<p style="margin-bottom: 0in;"><strong> 9. Enable visual effects. </strong><span style="font-weight: normal;">Go to System/Preferences/Appearance, Visual Effects tab. From there you can change the level of eye candy Ubuntu uses. </span></p>
<p style="margin-bottom: 0in;"><strong> 10. Linux has an active community that wants to help you! </strong>Finally, remember there is a great community of Ubuntu users who are willing to help you with your problems. Go to <span style="color: #000080;"><span lang="zxx"><span style="text-decoration: underline;"><a href="http://www.ubuntuforums.org/">http://www.ubuntuforums.org</a></span></span></span> to get started.</p>
<p style="margin-bottom: 0in;">~ Theo</p>
]]></content:encoded>
			<wfw:commentRss>http://iain.codejoust.com/2009/10/ubuntu-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Favorite Applications</title>
		<link>http://iain.codejoust.com/2009/09/favorite-applications/</link>
		<comments>http://iain.codejoust.com/2009/09/favorite-applications/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 18:10:51 +0000</pubDate>
		<dc:creator>Iain</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[favorite]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[list]]></category>

		<guid isPermaLink="false">http://iain.codejoust.com/?p=44</guid>
		<description><![CDATA[Hi All, The following is a few favorite websites &#8211; applications of all time:
Applications :
Web
Firefox!
-&#62;and Adblock Plus to go with that
My Yahoo! (iGoogle isn&#8217;t quite as well done)
Answers.com
(web search either Yahoo! or Google)
E-Mail :
G-Mail
Thunderbird! (accessing G-Mail)
*(only for outlook) -&#62; xobni (in case your wondering, inbox -&#62; xobni)
Web Design :
Aptana Studio
A List Apart
Fireftp
XXAMP
Drupal
Operating Systems:
Mac OSX
Ubuntu
Windows
(there all [...]]]></description>
			<content:encoded><![CDATA[<p>Hi All, The following is a few favorite websites &#8211; applications of all time:</p>
<p>Applications :</p>
<p>Web<br />
Firefox!<br />
-&gt;and Adblock Plus to go with that<br />
My Yahoo! (iGoogle isn&#8217;t quite as well done)<br />
Answers.com<br />
(web search either Yahoo! or Google)</p>
<p>E-Mail :<br />
G-Mail<br />
Thunderbird! (accessing G-Mail)<br />
*(only for outlook) -&gt; xobni (in case your wondering, inbox -&gt; xobni)</p>
<p>Web Design :<br />
Aptana Studio<br />
A List Apart<br />
Fireftp<br />
XXAMP<br />
Drupal</p>
<p>Operating Systems:<br />
Mac OSX<br />
Ubuntu<br />
Windows<br />
(there all good, with different strengths, and I use them all.<br />
However, my primary computer is Win XP based with a virtual Ubuntu)</p>
<p>System Utilities :<br />
7-Zip,<br />
Yahoo! Widgets (Google desktop widgets are WAAAY too unstable)<br />
Google Desktop (only for the search, it bogs down lesser computers, but it allows for Super Fast Accurate searching of EVERYTHING.)</p>
<p>IM clients {<br />
Digsby | Skype }</p>
<p>Editors :<br />
Paint.net (or something like enhanced paint)<br />
Google Sketchup<br />
Adobe Photoshop Elements<br />
Adobe Premiere Elements<br />
Inkscape (for SVG, or Illustratons)</p>
<p>Text Editor :<br />
MS Word<br />
Open Office<br />
Dark Write (or somthing like that)</p>
<p>Remote Desktop {<br />
Microsoft Built-in XP Pro | Tight VNC (for connecting to macs from windows) }</p>
<p>&#8212;-&gt;<br />
That Should be about all, is there anything I missed, or anything you think shouldn&#8217;t be on here.<br />
You can Google all the apps names for download or to use, but try to find legitimate sites (C-Net, the Author&#8217;s Site, SourceForge), or you can just ask for a link. &#8211; Iain</p>
]]></content:encoded>
			<wfw:commentRss>http://iain.codejoust.com/2009/09/favorite-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thunderbird</title>
		<link>http://iain.codejoust.com/2009/05/thunderbird/</link>
		<comments>http://iain.codejoust.com/2009/05/thunderbird/#comments</comments>
		<pubDate>Sun, 10 May 2009 19:56:12 +0000</pubDate>
		<dc:creator>Iain</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[hints]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[thunderbird]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://iain.codejoust.com/2009/05/thunderbird/</guid>
		<description><![CDATA[Some of you might have heard of Thunderbird, Mozilla&#8217;s E-mail application, and I&#8217;ve used it for about 3 years.
I think it&#8217;s the best mail client out there. (even over apple mail) for the following reasons :

Great Search
Integrated, or with Google Desktop.
Superb Rich Text editor
Very useful for basic formatting, to table&#8217;d email newsletters.
Also, it has spellcheck, [...]]]></description>
			<content:encoded><![CDATA[<p>Some of you might have heard of Thunderbird, Mozilla&#8217;s E-mail application, and I&#8217;ve used it for about 3 years.<br />
I think it&#8217;s the best mail client out there. (even over apple mail) for the following reasons :</p>
<dl>
<dt>Great Search</dt>
<dd>Integrated, or with Google Desktop.</dd>
<dt>Superb Rich Text editor</dt>
<dd>Very useful for basic formatting, to table&#8217;d email newsletters.</dd>
<dd>Also, it has spellcheck, a MUST!</dd>
<dt>Address book functionality</dt>
<dd>Pretty Good and simple</dd>
<dt>Spam filtering</dt>
<dd> No spam has gotten through it, so I&#8217;m guessing it&#8217;s pretty good <img src='http://iain.codejoust.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  </dd>
<dt>Good confirmation</dt>
<dd> Too many times you accidentally send something out without an attachment, or meant to say something else, or sent it to the wrong person.</dd>
<dd>Well, thunderbird asks if you wish to send something BEFORE you send it so you can look it over</dd>
<dt>Great Themes and Extensions</dt>
<dd>Need something? The chances for there to be an extension for it are great</dd>
<dd>If you don&#8217;t like it&#8217;s default skin, there are numerous great themes in mozilla&#8217;s addons section.</dd>
<dt>Anything else I missed?</dt>
<dd>Great IMAP integration, easy yet comprehensive settings, snappy. </dd>
<dd>It gets out of your way so you can read, sort and label email.</dd>
</dl>
<p>Phew! You can read more or download <a href="http://www.mozillamessaging.com">Thunderbird</a> at MozillaMessaging.com</p>
]]></content:encoded>
			<wfw:commentRss>http://iain.codejoust.com/2009/05/thunderbird/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bookmark Managament</title>
		<link>http://iain.codejoust.com/2009/05/bookmark-managament/</link>
		<comments>http://iain.codejoust.com/2009/05/bookmark-managament/#comments</comments>
		<pubDate>Thu, 07 May 2009 03:14:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[folders]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[gtd]]></category>
		<category><![CDATA[organization]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://iain.codejoust.com/?p=102</guid>
		<description><![CDATA[Until Recently, I haven&#8217;t really used bookmarks as much. I used to just remember how I get to a certain page and try to backtrack there because I haven&#8217;t bothered to mark them.
That took much of my time, so now I have discovered the power and helpfulness of bookmarks. It helps considerably when I need [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-103" title="out-1" src="http://iain.codejoust.com/wp-content/uploads/2009/05/out-1.jpg" alt="out-1" width="310" height="586" />Until Recently, I haven&#8217;t really used bookmarks as much. I used to just remember how I get to a certain page and try to backtrack there because I haven&#8217;t bothered to mark them.</p>
<p>That took much of my time, so now I have discovered the power and helpfulness of bookmarks. It helps considerably when I need to find an obscure article again (relevant to stuff I do/like), or if I need to go back to a great-looking site for inspiration in design or code.</p>
<p>Another thing, is that I am using x-Marks for bookmark synchronization between firefox and online, so when I&#8217;m using someone else&#8217;s computer, I can still  get all my bookmarks. I find the awesome bar in firefox very awesome, but I wish it had better integration with bookmarks.</p>
<p>Just speaking of organization, I really enjoy folders, drilling down right to what I need. It&#8217;s really hard for me to sort through fifty or so files in a folder, all unrelated, so I typically partion out what and where I need so I can find stuff again in the tree of my mind.</p>
<p>Using linux has been nice for this becuase Natilus is excellent, and one of my favorite features in it is the ability to quick-find and drill-down through folders using the first few letters of a file or folder, instead of one letter, which is hard if you have a lot of stuff in the folder.</p>
<p>My Screen-shot review of Nautilus, Gnome&#8217;s Desktop File Manager :</p>
<div id="attachment_104" class="wp-caption alignright" style="width: 487px"><a href="http://iain.codejoust.com/wp-content/uploads/2009/05/gnomereview.jpg"><img class="size-full wp-image-104 " title="Natilus Screenshot" src="http://iain.codejoust.com/wp-content/uploads/2009/05/gnomereview.jpg" alt="Gnome Filemanager Screenshot - Natilus Review" width="477" height="472" /></a><p class="wp-caption-text">Gnome Filemanager Screenshot - Natilus Review</p></div>
]]></content:encoded>
			<wfw:commentRss>http://iain.codejoust.com/2009/05/bookmark-managament/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning PHP &#8211; xHTML &#8211; CSS</title>
		<link>http://iain.codejoust.com/2009/05/learning-php-xhtml-css/</link>
		<comments>http://iain.codejoust.com/2009/05/learning-php-xhtml-css/#comments</comments>
		<pubDate>Wed, 06 May 2009 03:41:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Hobbies]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://iain.codejoust.com/?p=94</guid>
		<description><![CDATA[Do you want to learn how to write, tweak websites?
I&#8217;ve always liked computers, websites, and have recently started getting into PHP after learning xHTML and CSS.
Throughout this process, I&#8217;ve discovered lots of great resources and learned lots of great things.
Some of these are there is always something to learn or do. This stuff fascinates me.
If [...]]]></description>
			<content:encoded><![CDATA[<p>Do you want to learn how to write, tweak websites?</p>
<p>I&#8217;ve always liked computers, websites, and have recently started getting into PHP after learning xHTML and CSS.</p>
<p>Throughout this process, I&#8217;ve discovered lots of great resources and learned lots of great things.</p>
<p>Some of these are there is always something to learn or do. This stuff fascinates me.</p>
<p>If you are interested in learning more about (x)HTML (to get your feet wet <img src='http://iain.codejoust.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ), visit my favorite tutorial for getting started in (x)HTML (and no, it isn&#8217;t HTML for dummies) &#8212; <a href="http://htmldog.com/guides/htmlbeginner/" target="_blank">http://htmldog.com</a>. There, just thumb through the tutorials, do the exercises (if you wish).</p>
<p>Once you&#8217;ve done that, I&#8217;d recommend looking further at <a href="http://w3schools.com">W3Schools</a> and <a href="http://tizag.com">Tizag.com</a>, both are more indepth, but they can help you find out how to do something and supplement what you&#8217;ve already done.</p>
<p>Then, consider reading the <a href="http://www.nettuts.com/">nettuts.com</a> (great all-around tutorial website) and <a href="http://cssnewbie.com/">CSS Newbie</a> (css help and interesting tutorials) and <a href="http://alistapart.com/">AlistApart.com</a> (slightly more technical, but great archives, pioneering techniques).</p>
<p>Phew! Some fun stuff to look at for learning javascript, go to <a href="http://w3schools.com/">W3Schools</a>&#8217;s tutorial and <a href="http://tizag.com/">Tizag Tutorials</a>. Then, look at <a href="http://jquery.com/">jquery.com</a> or another javascript framework, like <a href="http://www.prototypejs.org/">Prototype Javascript</a>. A good resource for jquery is <a href="http://jqueryfordesigners.com/">http://jqueryfordesigners.com/</a>.</p>
<p>And, some good PHP tutorials can be found in this article, I&#8217;ll get to more in depth ones later. &#8212; <a href="http://nettuts.com/articles/web-roundups/25-resources-to-get-you-started-with-php-from-scratch/">Nettuts PHP from Scratch</a>.</p>
<p>If you still want links <img src='http://iain.codejoust.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  look at this article (which probably includes the kitchen sink <img src='http://iain.codejoust.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> ) &#8211; <a href="http://blog.themeforest.net/resources/html-css-php-and-jquery-killer-tutorials/">blog.themeforest.net</a>.</p>
<p>If you have any questions, feel free to leave a comment, and I&#8217;ll consider writing a tutorial or just emailing you if you need help.</p>
<p>When things quiet down around here, I&#8217;ll start writing my own tutorials here.</p>
<p>Good luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://iain.codejoust.com/2009/05/learning-php-xhtml-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Background Changer</title>
		<link>http://iain.codejoust.com/2009/05/html-background-changer/</link>
		<comments>http://iain.codejoust.com/2009/05/html-background-changer/#comments</comments>
		<pubDate>Mon, 04 May 2009 18:07:53 +0000</pubDate>
		<dc:creator>Iain</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[hint]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://iain.codejoust.com/?p=40</guid>
		<description><![CDATA[Hi Everyone!
I recently have had a few comments about the background image changer.
This post is for those who wish to do this on their blog etc.
The code is under a creative commons license (you need to keep in the comment by blah&#8230; etc)
&#8212;
&#8211; In this demo I will be using &#8220;-your image url-&#8221; as &#8220;http://img.wherever.com/image.jpg&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>Hi Everyone!</p>
<p>I recently have had a few comments about the background image changer.<br />
This post is for those who wish to do this on their blog etc.<br />
The code is under a creative commons license (you need to keep in the comment by blah&#8230; etc)<br />
&#8212;<br />
&#8211; In this demo I will be using &#8220;-your image url-&#8221; as &#8220;http://img.wherever.com/image.jpg&#8221; etc. and &#8221; /*-your color-*/ &#8221; as a hex color code (can get those here http://www.colorschemer.com/online.html) which are preceded by a # and are 6 digits, color names can work also. (get rid of /*- and the */ when inserting your value, repace it with the other string.</p>
<p>The code:</p>
<p>In your blogger edit layout tab there is another tab that says edit html.<br />
Put this code right before the in the blog html add :</p>
<p><code>background-color: /*-your defalt color here-*/ !important;<br />
background-position: /*-possible values here are top, bottom, and center, left, right-*/ !important;<br />
background-image: url(/*-your background url-*/) !important;</code><br />
<code>/*background code changer by JPN3 Consulting, (http://jpn3.blogspot.com/, http://jpn3.50webs.com/) /*<br />
</code></p>
<p>Then, create a module called HTML/Javascript:</p>
<p>In that paste this code (with your modifications) (if your want to make a different background link, just copy from the &lt;a&gt; to the &lt;/a&gt; and paste, you&#8217;ll have another link. if you want a line break inbetween the links, insert &lt;br /&gt; inbetween the &lt;/a&gt; and &lt;a&gt; tags.</p>
<blockquote><p>&lt;a href=&#8221;#&#8221; onclick=&#8221;document.body.style.backgroundImage = &#8216;url(/*-your background image url-*/)&#8217;;document.body.style.backgroundColor = &#8216;/*-background color-*/;&#8221;&gt; /*-link text-*/&lt;/a&gt; | &lt;br /&gt;</p>
<p>&lt;href=&#8221;#&#8221; onclick=&#8221;document.body.style.backgroundImage = &#8216;url(/*-your background image url-*/)&#8217;;document.body.style.backgroundColor = &#8216;/*-background color-*/;&#8221;&gt; /*-link text 2-*/&lt;/a&gt;&lt;!&#8211; code by JPN3 Consulting (http://jpn3.50webs.com/)(http://jpn3.blogspot.com/) &#8211;&gt;</p></blockquote>
<div style="text-align: left;"><span style="font-family: Georgia,&quot;Times New Roman&quot;,serif;">And that should be all, </span>I probably made a typo ect, because I don&#8217;t have time to test this version, so, if you have any problems, post a comment with your problem and a link to what page your trying to implement it on. If you want any features and/or help, you can comment on this post also.</div>
<div style="text-align: left;">Iain Nash</div>
<p><span style="font-family: monospace;"> </span></p>
]]></content:encoded>
			<wfw:commentRss>http://iain.codejoust.com/2009/05/html-background-changer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google</title>
		<link>http://iain.codejoust.com/2009/03/google/</link>
		<comments>http://iain.codejoust.com/2009/03/google/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 14:16:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dependencies]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[reviews]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-7794691018199660376.post-6152191377758113012</guid>
		<description><![CDATA[Google,
What a name it is today.
They started out small as a search company and grew&#8230; and grew&#8230; and grew&#8230;, The rest is history
Recently, they have branched out from their internet search business and added some new tools. I will outline some of these tools, their benefits, and why to use then versus other tools.
The first is Gmail.
Gmail [...]]]></description>
			<content:encoded><![CDATA[<p>Google,<br />
What a name it is today.<br />
They started out small as a search company and grew&#8230; and grew&#8230; and grew&#8230;, The rest is history<br />
Recently, they have branched out from their internet search business and added some new tools. I will outline some of these tools, their benefits, and why to use then versus other tools.<br />
The first is Gmail.<br />
Gmail is the best webmail client in my opinion, It allows for you to access your mail using another client (outlook, thunderbird) or online, I&#8217;ve never received ONE piece of spam using it, and it has chat to put the cherry on top.<br />
In comparison, Yahoo! mail only allows you to access it in your browser and their interface is rather slow and clunky compared to Gmail&#8217;s lightweight and fast webmail client.<br />
Another service is Picasa Web albums, it is a great, simple, and fast service to share photos, you do not need Picasa to use it, but having Picasa is great also. It is a simple, quick, free and efficient photo organizer.<br />
Finally, They also have Google Reader, a browser based RSS (news feed) reader.<br />
For this, I prefer to use My Yahoo for its superior content, but google is quickly catching up with iGoogle.<br />
Oh, and I nearly forgot about Google Docs, an online based office alternative.<br />
It is great for lightweight and free document work, although I do not wish to trust it with all my stuff, preferring to use Microsoft Office or OpenOffice.<br />
I like to use it for quick email editing, web publishing (the code it exports is clean and simple) along with group document sharing. I think there are better alternatives to it though, but like most of Google&#8217;s offerings, its easy, quick, and simple. (not to mention integrated with Gmail.)<br />
They also made a good decision allowing for one google sign in to be used everywhere.<br />
This makes it easy and fast to sign into many services, while not sharing it with other companies (I think that was one of Microsoft&#8217;s Paramount mistakes with windows live id)<br />
Oh, and I forgot to mention blogger, but I&#8217;ll save that for a later date.<br />
P.S., Chrome looks promising, but isn&#8217;t anywhere near a polished browser of Firefox.</p>
<div class="blogger-post-footer"><img src="http://res1.blogblog.com/tracker/7794691018199660376-6152191377758113012?l=iainnash.blogspot.com" alt="" width="1" height="1" /></div>
]]></content:encoded>
			<wfw:commentRss>http://iain.codejoust.com/2009/03/google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
