<?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; tips</title>
	<atom:link href="http://iain.codejoust.com/tag/tips/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>PrivacyChoice &#8211; Online Privacy Service</title>
		<link>http://iain.codejoust.com/2009/05/privacychoice-online-privacy-service/</link>
		<comments>http://iain.codejoust.com/2009/05/privacychoice-online-privacy-service/#comments</comments>
		<pubDate>Sun, 10 May 2009 21:52:11 +0000</pubDate>
		<dc:creator>Iain</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[lifehacker]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://iain.codejoust.com/?p=170</guid>
		<description><![CDATA[Web site Privacychoice rolls the opt-out routines for a couple dozen advertising networks into a single javascript button—so you can stop them tracking you without having to mess with cookie settings. from Lifehacker
PrivacyChoice.org.
]]></description>
			<content:encoded><![CDATA[<blockquote><p>Web site Privacychoice rolls the opt-out routines for a couple dozen advertising networks into a single javascript button—so you can stop them tracking you without having to mess with cookie settings. <small>from <a href="http://lifehacker.com/5170408/privacychoice-stops-advertisers-froma-profiling-you">Lifehacker</a></small></p></blockquote>
<p><small><a href="http://www.privacychoice.org/">PrivacyChoice.org</a>.</small></p>
]]></content:encoded>
			<wfw:commentRss>http://iain.codejoust.com/2009/05/privacychoice-online-privacy-service/feed/</wfw:commentRss>
		<slash:comments>1</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>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>
	</channel>
</rss>

