<?xml version="1.0"?>
<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/"
	>
   <channel>
      <pubDate>Sat, 11 Oct 2008 01:21:08 GMT</pubDate>
      <lastBuildDate>Sat, 11 Oct 2008 01:21:08 GMT</lastBuildDate>
      <language>en</language>
      <docs>http://www.rssboard.org/rss-specification</docs>
      <title>CrunchBang ~ tools</title>
      <link>http://crunchbang.org/tags/tools/</link>
      <description>Code, Design &amp; GNU/Linux</description>

<item>
    <title>A(nother) Regular Expression Test Tool</title>
    <link>http://crunchbang.org/archives/2008/05/07/another-regular-expression-test-tool/</link>
    <pubDate>Wed, 07 May 2008 17:44:26 GMT</pubDate>
    <dc:creator>Philip Newborough</dc:creator>
    <guid>http://crunchbang.org/archives/2008/05/07/another-regular-expression-test-tool/</guid>
    <description><![CDATA[
    <p>I came across another <a href="http://regex.larsolavtorvik.com/ " title="A regular expression test tool.">regular expression test tool</a> today. This one is an Ajax enabled regex tool which lets you evaluate regex expressions in several languages, including PHP PCRE and PHP POSIX, with instant results. You can choose which functions to use, such as match, match all, replace, split etc. I much prefer it to the <a href="http://crunchbang.org/archives/2008/02/18/regular-expression-test-tool/ " title="Regular Expression Test Tool">similar regex tool</a> I mentioned a couple of months ago. Everything considered, it&#39;s a very handy resource for when you are struggling with those pesky expressions.</p>

<p>URL: <a href="http://regex.larsolavtorvik.com/ " title="Regular Expression Tool">http://regex.larsolavtorvik.com/</a><br />
Blog: <a href="http://larsolavtorvik.com/ " title="Lars Olav Torvik - Programming and computer stuff.">Lars Olav Torvik - Programming and computer stuff.</a></p>

    <p style="font-size:smaller;">Tags: <a href="http://crunchbang.org/tags/php/" title="Browse all posts tagged with &#8220;php&#8221;">php</a>, <a href="http://crunchbang.org/tags/programming/" title="Browse all posts tagged with &#8220;programming&#8221;">programming</a>, <a href="http://crunchbang.org/tags/tools/" title="Browse all posts tagged with &#8220;tools&#8221;">tools</a></p>
    ]]></description>
</item>

<item>
    <title>Conduit Available via PPA</title>
    <link>http://crunchbang.org/archives/2008/02/18/conduit-available-via-ppa/</link>
    <pubDate>Mon, 18 Feb 2008 20:51:38 GMT</pubDate>
    <dc:creator>Philip Newborough</dc:creator>
    <guid>http://crunchbang.org/archives/2008/02/18/conduit-available-via-ppa/</guid>
    <description><![CDATA[
    <p>I&#39;m torn on the idea of <a href="http://www.conduit-project.org/ " title="Conduit is a synchronization application for GNOME.">Conduit</a>. I really like the concept of an all-in-one synchronisation tool for the desktop; however, whenever I&#39;ve tried it I&#39;ve found that I would typically use less than 10% of its features/data providers. Also, being fairly adept at scripting, I tend to Bash my way through my syncing needs.</p>

<p>Having said that, Conduit is still an interesting and impressive application and I&#39;m glad to see that John Carr has set-up a <a href="https://launchpad.net/~conduit/+archive " title="PPA on Launchpad for Conduit releases.">PPA on Launchpad for Conduit releases</a>. The PPA should make it much easier to test the most up to date versions with <a href="http://www.ubuntu.com/ " title="Ubuntu, Linux for human beings.">Ubuntu</a> based Linux distributions.</p>

<p>Also, <a href="http://www.johnstowers.co.nz/blog/index.php/2008/02/18/they-come-in-pairs/ " title="John Stowers - They come in pairs.">John Stowers</a> has just <a href="http://www.conduit-project.org/wiki/0.3.8 " title="Conduit 0.3.8 release notes.">released Conduit 0.3.8</a>. If you&#39;ve not done so already, go check it out.</p>

<p>URL: <a href="http://www.conduit-project.org/ " title="Conduit is a synchronization application for GNOME.">http://www.conduit-project.org/</a></p>

    <p style="font-size:smaller;">Tags: <a href="http://crunchbang.org/tags/conduit/" title="Browse all posts tagged with &#8220;conduit&#8221;">conduit</a>, <a href="http://crunchbang.org/tags/ppa/" title="Browse all posts tagged with &#8220;ppa&#8221;">ppa</a>, <a href="http://crunchbang.org/tags/software/" title="Browse all posts tagged with &#8220;software&#8221;">software</a>, <a href="http://crunchbang.org/tags/tools/" title="Browse all posts tagged with &#8220;tools&#8221;">tools</a>, <a href="http://crunchbang.org/tags/ubuntu/" title="Browse all posts tagged with &#8220;ubuntu&#8221;">ubuntu</a></p>
    ]]></description>
</item>

<item>
    <title>Regular Expression Test Tool</title>
    <link>http://crunchbang.org/archives/2008/02/18/regular-expression-test-tool/</link>
    <pubDate>Mon, 18 Feb 2008 16:36:29 GMT</pubDate>
    <dc:creator>Philip Newborough</dc:creator>
    <guid>http://crunchbang.org/archives/2008/02/18/regular-expression-test-tool/</guid>
    <description><![CDATA[
    <p>I&#39;ve used this web based <a href="http://www.solmetra.lt/scripts/regex/ " title="Regular Expression Test Tool">regular expression test tool</a> a couple of times over the last day or so. While I don&#39;t normally struggle with <a href="http://en.wikipedia.org/wiki/Regular_expressions " title="Wikipedia - Regular Expressions">regular expressions</a>, this tool has still come in handy; it has saved me from the &#34;code it and cross your fingers&#34; approach I normally take.</p>

<p>This is a great tool for anyone who works with <a href="http://en.wikipedia.org/wiki/PHP " title="Wikipedia - PHP">PHP</a>, especially as the service uses PHP regular expression functions as a base for its operations.</p>

<p>URL: <a href="http://www.solmetra.lt/scripts/regex/ " title="Regular Expression Test Tool">http://www.solmetra.lt/scripts/regex/</a></p>

    <p style="font-size:smaller;">Tags: <a href="http://crunchbang.org/tags/php/" title="Browse all posts tagged with &#8220;php&#8221;">php</a>, <a href="http://crunchbang.org/tags/programming/" title="Browse all posts tagged with &#8220;programming&#8221;">programming</a>, <a href="http://crunchbang.org/tags/tools/" title="Browse all posts tagged with &#8220;tools&#8221;">tools</a></p>
    ]]></description>
</item>

<item>
    <title>Windows XP, Ubuntu, GParted &amp; Super Grub Disk</title>
    <link>http://crunchbang.org/archives/2008/02/12/windows-xp-ubuntu-gparted-and-super-grub-disk/</link>
    <pubDate>Tue, 12 Feb 2008 21:13:46 GMT</pubDate>
    <dc:creator>Philip Newborough</dc:creator>
    <guid>http://crunchbang.org/archives/2008/02/12/windows-xp-ubuntu-gparted-and-super-grub-disk/</guid>
    <description><![CDATA[
    <p>Yesterday I permanently shut down the old family desktop. I say family, but in reality it was the desktop used by Becky and Emma before they got their laptops. Anyhow, before shutting the desktop down for the last time, Becky asked if I would transfer her music and photo collection to her laptop.</p>

<p>Becky&#39;s laptop is one of my old machines, it&#39;s an Acer Travelmate 240. I used it for a good few years before handing it over to Becky sometime last year. Being one of my old machines, it was set-up for dual booting with <a href="http://www.ubuntu.com/ " title="Ubuntu, Linux for human beings.">Ubuntu</a> and Windows XP. Unfortunately I&#39;ve yet to persuade Becky to migrate to Linux, so she always boots the system into Windows XP.</p>

<p>Anyway, before attempting to move Becky&#39;s data I performed a quick check on her system. Turns out that I&#39;d partitioned her 30GB drive in favour of Ubuntu, no surprise there, and Windows XP had less than 2GB of free space to play with. I asked Becky what she would like me to do, her reply, &#34;You can remove that second-rate operating system, I don&#39;t want your linucks shite on my laptop&#34; &#8212; or something along those lines.</p>

<p>Not wanting to take her bait, and not being a Linux zealot, I agreed. So, I inserted my <a href="http://crunchbang.org/projects/linux/ " title="CrunchBang Linux">CrunchBang Linux CD</a> and booted the machine. I then ran <a href="http://gparted.sourceforge.net/ " title="GParted is the Gnome Partition Editor application.">GParted</a> and removed Ubuntu&#39;s swap and ext3 partitions, before resizing the fat32 partition to use the whole drive [<em>GParted is a fantastic tool!</em>] Once I&#39;d finished adjusting the partitions, I attempted a reboot, only to be presented with a <a href="http://www.gnu.org/software/grub/ " title="GNU GRUB">GRUB</a> error. I forgot that this would happen, GRUB couldn&#39;t find its configuration file as I&#39;d removed it when I edited the disk partitions.</p>

<p>To fix Becky&#39;s now useless system, I inserted my copy of the <a href="http://supergrub.forjamari.linex.org/ " title="Super Grub Disk">Super Grub Disk</a> and within a couple of minutes I&#39;d managed to restore the MBR and configure the system so that it would boot directly into Windows XP. I then transferred Becky&#39;s data and decommissioned the old family desktop. Easy.</p>

    <p style="font-size:smaller;">Tags: <a href="http://crunchbang.org/tags/linux/" title="Browse all posts tagged with &#8220;linux&#8221;">linux</a>, <a href="http://crunchbang.org/tags/tools/" title="Browse all posts tagged with &#8220;tools&#8221;">tools</a>, <a href="http://crunchbang.org/tags/ubuntu/" title="Browse all posts tagged with &#8220;ubuntu&#8221;">ubuntu</a>, <a href="http://crunchbang.org/tags/windows/" title="Browse all posts tagged with &#8220;windows&#8221;">windows</a></p>
    ]]></description>
</item>

<item>
    <title>Finding Colour Palettes with Color Hunter</title>
    <link>http://crunchbang.org/archives/2007/12/10/finding-colour-palettes-with-color-hunter/</link>
    <pubDate>Mon, 10 Dec 2007 09:52:00 GMT</pubDate>
    <dc:creator>Philip Newborough</dc:creator>
    <guid>http://crunchbang.org/archives/2007/12/10/finding-colour-palettes-with-color-hunter/</guid>
    <description><![CDATA[
    <blockquote>
  <p>Color Hunter is a place to find and make color palettes created from images.</p>
</blockquote>

<p>I&#39;m really liking <a href="http://www.colorhunter.com/ " title="Color Hunter, create and find color palettes made from images.">Color Hunter</a> and think it&#39;s one of the most useful applications of the Flickr API I&#39;ve seen to date. You can use the service to search for new colour palettes either by tag, hex color code or image URL; once you&#39;ve created a free account you can save a list of your favourite colour palettes for future reference. <a href="http://www.colorhunter.com/user/corenominal " title="Corenominal at Color Hunter">See some palettes I&#39;ve saved</a>.</p>

<p>Another great feature of the Color Hunter service is a toggle for displaying palettes in either vibrant or dull mode, this feature instantly doubles the number of palettes available and provides alternative palettes you may not have previously considered. Good stuff.</p>

    <p style="font-size:smaller;">Tags: <a href="http://crunchbang.org/tags/colour/" title="Browse all posts tagged with &#8220;colour&#8221;">colour</a>, <a href="http://crunchbang.org/tags/design/" title="Browse all posts tagged with &#8220;design&#8221;">design</a>, <a href="http://crunchbang.org/tags/tools/" title="Browse all posts tagged with &#8220;tools&#8221;">tools</a>, <a href="http://crunchbang.org/tags/webdesign/" title="Browse all posts tagged with &#8220;webdesign&#8221;">webdesign</a></p>
    ]]></description>
</item>

<item>
    <title>No Internet Explorer, No Problem</title>
    <link>http://crunchbang.org/archives/2007/12/06/no-internet-explorer-no-problem/</link>
    <pubDate>Thu, 06 Dec 2007 02:09:08 GMT</pubDate>
    <dc:creator>Philip Newborough</dc:creator>
    <guid>http://crunchbang.org/archives/2007/12/06/no-internet-explorer-no-problem/</guid>
    <description><![CDATA[
    <p>I read a <a href="http://ramblingfoo.blogspot.com/2007/12/people-who-think-default-wiki-theme-is.html " title="Rambling around foo: People who think the default wiki theme is nice.">blog post</a> today and it reminded me of a solution to a <a href="http://en.wikipedia.org/wiki/Internet_Explorer " title="Wikipedia - Microsoft Internet Explorer">problem</a> encountered when running a Linux only web design operation. <a href="http://browsershots.org/ " title="Browsershots">Browsershots</a>:</p>

<blockquote>
  <p>Browsershots makes screenshots of your web design in different browsers. It is a free open-source online service created by Johann C. Rocholl. When you submit your web address, it will be added to the job queue. A number of distributed computers will open your website in their browser. Then they will make screenshots and upload them to the central server here.</p>
</blockquote>

<p>Running a Linux only operation myself I can really appreciate how fantastic a tool/service Browsershots is. I no longer have to maintain an installation of Microsoft Windows and make it available via a dual boot set-up. When I did maintain a dual boot system I only ever entered Windows to check a new web template in Internet Explorer. Maintaining a complete operating system just for this reason is not worth the time or the effort.</p>

<p>Thank you <a href="http://browsershots.org/ " title="Browsershots - Test your web design in numerous different browsers.">Browsershots</a>, you&#39;ve helped liberate my systems!</p>

    <p style="font-size:smaller;">Tags: <a href="http://crunchbang.org/tags/linux/" title="Browse all posts tagged with &#8220;linux&#8221;">linux</a>, <a href="http://crunchbang.org/tags/tools/" title="Browse all posts tagged with &#8220;tools&#8221;">tools</a>, <a href="http://crunchbang.org/tags/ubuntu/" title="Browse all posts tagged with &#8220;ubuntu&#8221;">ubuntu</a>, <a href="http://crunchbang.org/tags/webdesign/" title="Browse all posts tagged with &#8220;webdesign&#8221;">webdesign</a></p>
    ]]></description>
</item>

<item>
    <title>Firefox Bookmarklet for Flickr CC Search</title>
    <link>http://crunchbang.org/archives/2007/11/27/firefox-bookmarklet-for-flickr-cc-search/</link>
    <pubDate>Tue, 27 Nov 2007 02:58:27 GMT</pubDate>
    <dc:creator>Philip Newborough</dc:creator>
    <guid>http://crunchbang.org/archives/2007/11/27/firefox-bookmarklet-for-flickr-cc-search/</guid>
    <description><![CDATA[
    <p>Searching <a href="http://www.flickr.com/ " title="Flickr LOVES YOU">Flickr</a> for images licensed under <a href="http://www.flickr.com/creativecommons/ " title="Creative Commons page at Flickr.">Creative Commons</a> is painfully slow and frustrating. For every new query you have to visit the <a href="http://www.flickr.com/search/advanced/ " title="Flickr Advanced Search">advanced search page</a> and select the appropriate check boxes before hitting the search button. I&#39;ve been using Flickr in this way quite a bit lately and so I wanted to find an easier way to achieve this task.</p>

<p>I turned to Google and found this <a href="http://internetducttape.com/tools/flickr-always-search-for-creative-commons/ " title="Flickr always search for Creative Commons licensed photos.">Greasemonkey hack</a>. It looks good and does what I want, however I don&#39;t use <a href="https://addons.mozilla.org/en-US/firefox/addon/748 " title="Firefox Add-ons - Greasemonkey">Greasemonkey</a> and I&#39;m not about to start using it anytime soon. So I ended up creating a quick bookmarklet to do the job instead &#8212; I don&#39;t know why I didn&#39;t do this in the first place, it only took seconds?!</p>

<p><strong><a href="javascript:(function(){ q=document.getSelection(); if(!q) q=prompt('Flickr%20Creative%20Commons%20Search:'); if(q) location.href='http://www.flickr.com/search/?ct=0&amp;ss=0&amp;l=commderiv&amp;q='+escape(q); })()" title="Flickr CC Search">Flickr CC Search</a></strong></p>

<p>You can install the bookmarklet by dragging it your Firefox &#34;Bookmarks&#34; toolbar.</p>

    <p style="font-size:smaller;">Tags: <a href="http://crunchbang.org/tags/bookmarklets/" title="Browse all posts tagged with &#8220;bookmarklets&#8221;">bookmarklets</a>, <a href="http://crunchbang.org/tags/hacks/" title="Browse all posts tagged with &#8220;hacks&#8221;">hacks</a>, <a href="http://crunchbang.org/tags/javascript/" title="Browse all posts tagged with &#8220;javascript&#8221;">javascript</a>, <a href="http://crunchbang.org/tags/tools/" title="Browse all posts tagged with &#8220;tools&#8221;">tools</a></p>
    ]]></description>
</item>

<item>
    <title>A Couple of Favicon Tools&#8230;</title>
    <link>http://crunchbang.org/archives/2007/11/14/a-couple-of-favicon-tools-dot-dot-dot-/</link>
    <pubDate>Wed, 14 Nov 2007 01:31:16 GMT</pubDate>
    <dc:creator>Philip Newborough</dc:creator>
    <guid>http://crunchbang.org/archives/2007/11/14/a-couple-of-favicon-tools-dot-dot-dot-/</guid>
    <description><![CDATA[
    <p>&#8230;because creating <a href="http://en.wikipedia.org/wiki/Favicon " title="Wikipedia - favicons">favicons</a> with <a href="http://gimp.org/ " title="GIMP - The GNU Image Manipulation Program">GIMP</a> can be tricky.</p>

<ol>
<li><p><a href="http://www.htmlkit.com/services/favicon/ " title="Favicon from Pics">Favicon from Pics</a> is an old favourite of mine. This online tool will generate a favicon from an existing image. It copes well with transparent images and will also create animated favicons [<em>not that I would advise using them!</em>] Works best when using square images.</p></li>
<li><p><a href="http://favikon.com/ " title="Favikon - creating favicons has never been easier.">Favikon</a> is another good web based tool for creating favicons. This tool will crop and resize an existing image before presenting your new favicon for download. Via <a href="http://www.simplebits.com/notebook/2007/11/13/favikon.html " title="SimpleBits ~ Favikon">Dan Cederholm</a>.</p></li>
</ol>

    <p style="font-size:smaller;">Tags: <a href="http://crunchbang.org/tags/images/" title="Browse all posts tagged with &#8220;images&#8221;">images</a>, <a href="http://crunchbang.org/tags/tools/" title="Browse all posts tagged with &#8220;tools&#8221;">tools</a>, <a href="http://crunchbang.org/tags/webdesign/" title="Browse all posts tagged with &#8220;webdesign&#8221;">webdesign</a></p>
    ]]></description>
</item>

<item>
    <title>Sites Added to Ubuntu Search Engine</title>
    <link>http://crunchbang.org/archives/2007/11/13/sites-added-to-ubuntu-search-engine/</link>
    <pubDate>Tue, 13 Nov 2007 02:20:55 GMT</pubDate>
    <dc:creator>Philip Newborough</dc:creator>
    <guid>http://crunchbang.org/archives/2007/11/13/sites-added-to-ubuntu-search-engine/</guid>
    <description><![CDATA[
    <p>I&#39;ve added the following addresses to <a href="http://crunchbang.org/archives/2007/11/05/ubuntu-search-engine/ " title="CrunchBang ~ Ubuntu Search Engine">my version</a> of an <a href="http://crunchbang.org/ubuntu-search-engine/ " title="Google Custom Ubuntu Search Engine">Ubuntu Search Engine</a>:</p>

<ul>
<li><a href="http://xubuntu.org/ " title="xubuntu.org">xubuntu.org</a></li>
<li><a href="http://xubuntublog.wordpress.com/ " title="xubuntublog.wordpress.com">xubuntublog.wordpress.com</a></li>
<li><a href="http://xubuntu.wordpress.com/ " title="xubuntu.wordpress.com">xubuntu.wordpress.com</a></li>
<li><a href="http://www.kubuntu.org/ " title="www.kubuntu.org">www.kubuntu.org</a></li>
<li><a href="http://wiki.kubuntu.org/ " title="wiki.kubuntu.org">wiki.kubuntu.org</a></li>
<li><a href="http://www.edubuntu.org/ " title="www.edubuntu.org">www.edubuntu.org</a></li>
<li><a href="http://wiki.edubuntu.org/ " title="wiki.edubuntu.org">wiki.edubuntu.org</a></li>
<li><a href="http://ubuntustudio.org/ " title="ubuntustudio.org">ubuntustudio.org</a></li>
</ul>

<p>That brings the total number of sites to 178.</p>

<p>I&#39;ve been quite surprised at how popular the service is becoming, especially considering that I only created it as an experiment to satisfy my own curiosity. The <a href="http://crunchbang.org/ubuntu-search-engine/firefox-tools/ " title="Ubuntu Search Engine - Firefox addons">Firefox tools</a> have also attracted a number of downloads.</p>

<p>Here&#39;s a basic usage chart provided by Google:</p>

<p><span style="outline:4px solid #babdb6;"><img src="http://crunchbang.org/uploads/111207174856-google-ubuntu-cse-chart.png" alt="Usage of Ubuntu Search Engine" /></span></p>

<h3>Add your site</h3>

<p>I&#39;d like to keep the service as relevant and concise as possible, so if you own or know of an Ubuntu related blog/site that is not included then <a href="http://crunchbang.org/contact/ " title="Contact me to add your domain.">please let me know</a>.</p>

    <p style="font-size:smaller;">Tags: <a href="http://crunchbang.org/tags/google/" title="Browse all posts tagged with &#8220;google&#8221;">google</a>, <a href="http://crunchbang.org/tags/projects/" title="Browse all posts tagged with &#8220;projects&#8221;">projects</a>, <a href="http://crunchbang.org/tags/tools/" title="Browse all posts tagged with &#8220;tools&#8221;">tools</a>, <a href="http://crunchbang.org/tags/ubuntu/" title="Browse all posts tagged with &#8220;ubuntu&#8221;">ubuntu</a>, <a href="http://crunchbang.org/tags/ubuntucse/" title="Browse all posts tagged with &#8220;ubuntucse&#8221;">ubuntucse</a></p>
    ]]></description>
</item>

<item>
    <title>Cruciforum - Crucially Simple</title>
    <link>http://crunchbang.org/archives/2007/11/11/cruciforum-crucially-simple/</link>
    <pubDate>Sun, 11 Nov 2007 08:58:11 GMT</pubDate>
    <dc:creator>Philip Newborough</dc:creator>
    <guid>http://crunchbang.org/archives/2007/11/11/cruciforum-crucially-simple/</guid>
    <description><![CDATA[
    <p><a href="http://www.kryogenix.org/days/2007/11/11/cruciforum-v124 " title="as days pass by">Stuart Langridge</a> has updated his really simple forum software, <a href="http://www.kryogenix.org/code/cruciforum/ " title="Cruciforum - crucially simple">Cruciforum</a>.</p>

<blockquote>
  <p>Cruciforum is really, really simple. There&#39;s no database required to run it &#8212; you don&#39;t need MySQL or anything &#8212; it doesn&#39;t have user accounts, it doesn&#39;t need an administrator. It&#39;s really low-impact on your server because all the pages are plain HTML &#8212; if someone&#39;s browsing the forum then they don&#39;t even use PHP! Just fire it up and go; all you need on the server is PHP support, which most things have.</p>
  
  <p>Cruciforum is built with Joel Spolsky&#39;s <a href="http://www.joelonsoftware.com/articles/BuildingCommunitieswithSo.html " title="Building Communities with Software">thoughts on forum design</a> in mind, and a few other tweaks that might be interesting. It&#39;s designed to be crucially simple.</p>
</blockquote>

<p>I really like simple web software [<em>the simpler the better if you ask me</em>] and Cruciforum is about as simple as it gets. I really like the fact that there is no need to create an account before you can post a message.</p>

<p>Cruciforum also features built in support for <a href="http://akismet.com/ " title="Akismet - Antispam">Akismet</a> spam protection [<em>which I guess is a must when there&#39;s no account system.</em>] <a href="http://textile.thresholdstate.com/ " title="Textile - A Humane Web Text Generator">Textile</a> is used for converting user input and <a href="http://www.gravatar.com/ " title="Gravatar - Globally recognized avatars.">Gravatar</a> support is also a nice touch.</p>

<p>The only thing missing at the moment is support for RSS &#8212; this has been recognised and there&#39;s a <a href="http://www.kryogenix.org/bugs/cruciforum/rss-feed.html " title="cruciforum bug: rss-feed">bug report here</a>.</p>

<p>I can see many uses for Cruciforum, it has a lot of potential. Check it out here: <a href="http://www.kryogenix.org/code/cruciforum/ " title="Cruciforum - crucially simple">http://www.kryogenix.org/code/cruciforum/</a></p>

    <p style="font-size:smaller;">Tags: <a href="http://crunchbang.org/tags/php/" title="Browse all posts tagged with &#8220;php&#8221;">php</a>, <a href="http://crunchbang.org/tags/software/" title="Browse all posts tagged with &#8220;software&#8221;">software</a>, <a href="http://crunchbang.org/tags/tools/" title="Browse all posts tagged with &#8220;tools&#8221;">tools</a></p>
    ]]></description>
</item>

<item>
    <title>Ubuntu Search Engine</title>
    <link>http://crunchbang.org/archives/2007/11/05/ubuntu-search-engine/</link>
    <pubDate>Mon, 05 Nov 2007 01:30:34 GMT</pubDate>
    <dc:creator>Philip Newborough</dc:creator>
    <guid>http://crunchbang.org/archives/2007/11/05/ubuntu-search-engine/</guid>
    <description><![CDATA[
    <p><em>Foreword: I set-up this <a href="http://crunchbang.org/ubuntu-search-engine/ " title="Ubuntu Search Engine">Ubuntu Search Engine</a> as an experiment and to satisfy my own curiosity about <a href="http://google.com/coop/cse/ " title="Google CSE Service.">Google&#39;s CSE service</a>. It&#39;s ironic but I only found <a href="http://uboontu.com/ " title="uboontu.com - Ubuntu Search Engine">uboontu.com</a> when testing my own effort. I&#39;m also aware of the existence of ubuntuwire.com, however I&#39;ve not been able to connect to this service for the last few days. There isn&#39;t much difference between the any of these services [this is to be expected as they all use the same backend.] My version of an Ubuntu Search Engine has the slight advantage of having its results hosted on Google. Hopefully this will minimize the chances of the service going down or becoming unavailable in the future. Besides, you can never have too much Ubuntu goodness ;)</em></p>

<hr />

<p><a href="http://crunchbang.org/ubuntu-search-engine/" title="Ubuntu SearchEngine"><img src="http://crunchbang.org/images/bashful/goobuntu.gif" alt="Ubuntu Search Engine Logo - based on Google" style="float:left;border:0px;margin-right:20px;outline:4px solid #babdb6;" /></a></p>

<h3>Google Custom Search Engine for Ubuntu</h3>

<p>I&#39;ve set-up a new Google Custom <a href="http://crunchbang.org/ubuntu-search-engine/ " title="Ubuntu Search Engine">Search Engine for Ubuntu</a>. So far it provides results from a list of 169 separate Ubuntu related domains. The usual suspects are included in the list i.e. <a href="http://www.ubuntu.com/ " title="Main Ubuntu site.">www.ubuntu.com</a>, <a href="http://wiki.ubuntu.com/ " title="Ubuntu Wiki">wiki.ubuntu.com</a>, <a href="http://help.ubuntu.com/ " title="Ubuntu Documentation">help.ubuntu.com</a>, <a href="http://ubuntuforums.org/ " title="Ubuntu Forums">ubuntuforums.org</a> etc. The list also includes blogs listed on <a href="http://planet.ubuntu.com/ " title="Planet Ubuntu">planet.ubuntu.com</a> and various other Ubuntu related sites.</p>

<h3>Firefox Tools</h3>

<p>I&#39;ve created a couple of Firefox tools to accompany the service. See: <a href="http://crunchbang.org/ubuntu-search-engine/firefox-tools/ " title="Ubuntu Search Engine ~ Firefox Tools">http://crunchbang.org/ubuntu-search-engine/firefox-tools/</a></p>

<h3>About the design &amp; logo</h3>

<p>The <a href="http://crunchbang.org/ubuntu-search-engine/ " title="Ubuntu Search Engine">user interface</a> to my Ubuntu search engine should appear familiar to users of Google. This is intentional as I don&#39;t want to confuse anyone with a new Web 2.0 atrocity. Also, I like to keep to the <a href="http://en.wikipedia.org/wiki/KISS_principle " title="Wikipedia - Keep It Simple Stupid.">K.I.S.S principle</a> where possible and I don&#39;t think you can get much more simple than Google&#39;s default interface. Finally, this wasn&#39;t an exercise in stroking my design ego.</p>

<p>The logo may also look familiar &#8212; I&#39;m hoping I don&#39;t receive any threatening letters from Google Inc :)</p>

<h3>Spread the word</h3>

<p>If you enjoy this version of an Ubuntu Search Engine please consider spreading the love by sharing with your colleagues, friends, family and complete strangers. There are a couple of ways you could help share this service:</p>

<p><strong>1.</strong> Add an &#34;Ubuntu Search Engine&#34; search box to your blog or web site with <a href="http://crunchbang.org/ubuntu-search-engine/code.txt " title="Add an Ubuntu Search Engine form to your blog with this code.">this code</a>.</p>

<p><strong>2.</strong> Share with: <a href="http://digg.com/submit?phase=2&amp;url=http://crunchbang.org/ubuntu-search-engine/&amp;title=Ubuntu Search Engine" title="Spread the word, Digg the Ubuntu Search Engine.">Digg</a> - <a href="http://del.icio.us/post?url=http://crunchbang.org/ubuntu-search-engine/&amp;title=Ubuntu Search Engine" title="Add Ubuntu Search Engine to your Del.icio.us bookmarks.">Del.icio.us</a> - <a href="http://www.stumbleupon.com/url/http://crunchbang.org/ubuntu-search-engine/" title="Spread the Love with StumpleUpon.">StumbleUpon</a> etc.</p>

<p>Thank you :)</p>

<h3>Disclaimer</h3>

<p>Google search engine and the Google logo are the trademarks of Google Inc. My Ubuntu Search Engine is not affiliated with Google Inc.</p>

    <p style="font-size:smaller;">Tags: <a href="http://crunchbang.org/tags/google/" title="Browse all posts tagged with &#8220;google&#8221;">google</a>, <a href="http://crunchbang.org/tags/projects/" title="Browse all posts tagged with &#8220;projects&#8221;">projects</a>, <a href="http://crunchbang.org/tags/tools/" title="Browse all posts tagged with &#8220;tools&#8221;">tools</a>, <a href="http://crunchbang.org/tags/ubuntu/" title="Browse all posts tagged with &#8220;ubuntu&#8221;">ubuntu</a>, <a href="http://crunchbang.org/tags/ubuntucse/" title="Browse all posts tagged with &#8220;ubuntucse&#8221;">ubuntucse</a></p>
    ]]></description>
</item>

<item>
    <title>Deskbar Applet &amp; Tracker on Ubuntu</title>
    <link>http://crunchbang.org/archives/2007/10/30/deskbar-applet-and-tracker-on-ubuntu/</link>
    <pubDate>Tue, 30 Oct 2007 17:31:50 GMT</pubDate>
    <dc:creator>Philip Newborough</dc:creator>
    <guid>http://crunchbang.org/archives/2007/10/30/deskbar-applet-and-tracker-on-ubuntu/</guid>
    <description><![CDATA[
    <p>I&#39;ve been using the <a href="http://www.ubuntu.com/getubuntu/releasenotes/710tour " title="Find out more about Ubuntu 7.10, take the tour.">Gutsy Gibbon</a> on my desktop for just over a week now. I pretty much settled into using it straight after the <strike>upgrade</strike> fresh install from Feisty. So far I&#39;ve experienced no real problems with it whatsoever.</p>

<p>During the past week I&#39;ve managed to have a play with most of Ubuntu&#39;s new features. The one that has really stood out and impressed me the most has been the integrated desktop search provided by <a href="http://raphael.slinckx.net/deskbar/ " title="Deskbar Applet homepage.">Deskbar Applet</a> and <a href="http://www.gnome.org/projects/tracker/ " title="Gnome Tracker Project">Tracker</a>.</p>

<p>Desktop search has evaded me for a while now. I&#39;ve tried <a href="http://beagle-project.org/ " title="Beagle Project">Beagle</a> before but I wasn&#39;t overly keen on it, I much prefer Tracker. It&#39;s faster, more elegant and less intrusive. Also, it doesn&#39;t seem to grind on my hard drive &#8212; Beagle made my drives sound like they were shredding themselves when it was indexing my data.</p>

<p>Anyhow, I&#39;ve been using the Deskbar Applet and Tracker Search tools more and more over the last few days. I have to say, they work really well together and I&#39;m beginning to wonder how I managed without them. The only feature that I can think of that would make them better would be an integrated &#34;Find &amp; Replace&#34; tool.</p>

<p><strong>A screenshot of Deskbar Applet in action:</strong><br />
<img src="http://crunchbang.org/uploads/103007035559-tracker.gif" alt="Deskbar Applet in action on Ubuntu." /></p>

<p><strong>A screenshot of Tracker Search in action:</strong><br />
<img src="http://crunchbang.org/uploads/103007131347-tracker-search.gif" alt="Tracker Search in action on Ubuntu." /></p>

    <p style="font-size:smaller;">Tags: <a href="http://crunchbang.org/tags/tools/" title="Browse all posts tagged with &#8220;tools&#8221;">tools</a>, <a href="http://crunchbang.org/tags/ubuntu/" title="Browse all posts tagged with &#8220;ubuntu&#8221;">ubuntu</a></p>
    ]]></description>
</item>

<item>
    <title>Gmail IMAP Support</title>
    <link>http://crunchbang.org/archives/2007/10/29/gmail-imap-support/</link>
    <pubDate>Mon, 29 Oct 2007 07:44:23 GMT</pubDate>
    <dc:creator>Philip Newborough</dc:creator>
    <guid>http://crunchbang.org/archives/2007/10/29/gmail-imap-support/</guid>
    <description><![CDATA[
    <p>I&#39;ve been waiting to test <a href="http://mail.google.com/ " title="Gmail by Google">Gmail</a>&#39;s IMAP support ever since I first read about it. I&#39;ve been checking my account everyday to see if the new feature has been added, only to be disappointed. Then this morning I read this:</p>

<blockquote>
  <p>After hearing the news that Google had added IMAP to it’s Gmail service, I was somewhat surprised to find that my account didn’t seem to be set up for it.</p>
  
  <p>After fiddling a little I discovered that Google’s IMAP service is language specific, and isn’t enabled on UK English based accounts.</p>
  
  <p>Log on to your Gmail account. Click on Settings. In the General tab, change the ‘Google Mail display language’ option to ‘US English’.</p>
  
  <p>After a refresh you should now see the ‘Forwarding and POP/IMAP’ option.</p>
  
  <p>Have fun!</p>
</blockquote>

<p>I&#39;ve just tested it and it works! Nice one <a href="http://www.justuber.com/blog/2007/10/28/waiting-for-imap-on-your-gmail-account/ " title="Just Uber">Chris</a>.</p>

    <p style="font-size:smaller;">Tags: <a href="http://crunchbang.org/tags/email/" title="Browse all posts tagged with &#8220;email&#8221;">email</a>, <a href="http://crunchbang.org/tags/tools/" title="Browse all posts tagged with &#8220;tools&#8221;">tools</a></p>
    ]]></description>
</item>

<item>
    <title>dict.org Bookmarklets for Firefox</title>
    <link>http://crunchbang.org/archives/2007/10/27/dict-dot-org-bookmarklets-for-firefox/</link>
    <pubDate>Sat, 27 Oct 2007 15:07:28 GMT</pubDate>
    <dc:creator>Philip Newborough</dc:creator>
    <guid>http://crunchbang.org/archives/2007/10/27/dict-dot-org-bookmarklets-for-firefox/</guid>
    <description><![CDATA[
    <p>As well as <a href="http://crunchbang.org/archives/2007/10/27/i-like-monkeys/ " title="I Like Monkeys">liking monkeys</a> I also like <a href="http://dict.org/ " title="dict.org - free dictionary and thesaurus lookup.">dict.org</a>. I&#39;ve been using it more-and-more since my rant last month about <a href="http://crunchbang.org/archives/2007/09/30/popup-dictionary-dot-com/ " title="A rant about Dictionary.com and pop-up advertising">pop-up advertising and Dictionary.com</a>.</p>

<p>For anyone unfamiliar with dict.org, it&#39;s basically a free service <em>without any adverts</em> that provides a fast dictionary and thesaurus lookup [<em>it does more too!</em>]</p>

<h3>The bookmarklets</h3>

<p>This morning I decided to play about with creating a <a href="http://en.wikipedia.org/wiki/Bookmarklet " title="Wikipedia - Bookmarklet">Bookmarklet</a> to help perform dict.org queries. I ended up creating three. One to perform a standard query, another to perform dictionary only queries, and the final one to perform thesaurus only queries. The bookmarklets are below:</p>

<p><strong><a href="javascript:(function(){ q=document.getSelection(); if(!q) q=prompt('dict.org%20Search:'); if(q) location.href='http://www.dict.org/bin/Dict?Form=Dict1&amp;Strategy=*&amp;Database=*&amp;Query='+escape(q); })()" title="dict.org lookup">dict.org lookup</a></strong> &#8212; for performing default queries [<em>dictionary + thesaurus + more</em>]<br />
<strong><a href="javascript:(function(){ q=document.getSelection(); if(!q) q=prompt('Dictionary%20Search:'); if(q) location.href='http://www.dict.org/bin/Dict?Form=Dict1&amp;Strategy=*&amp;Database=gcide&amp;Query='+escape(q); })()" title="dictionary lookup">dictionary lookup</a></strong> &#8212; for erm&#8230; &#8230;dictionary only queries<br />
<strong><a href="javascript:(function(){ q=document.getSelection(); if(!q) q=prompt('Thesaurus%20Search:'); if(q) location.href='http://www.dict.org/bin/Dict?Form=Dict1&amp;Strategy=*&amp;Database=moby-thes&amp;Query='+escape(q); })()" title="thesaurus lookup">thesaurus lookup</a></strong> &#8212; for&#8230; &#8230;work it out :)</p>

<p>All three bookmarklets work the same way. You can either highlight a word on the web page you are viewing before clicking the bookmarklet to perform the query; or click the bookmarklet and type a word at the prompt.</p>

<h3>Howto install the bookmarkets</h3>

<p>Simply left-click and drag any of the bookmarklets to your Bookmarks Toolbar within Firefox.</p>

<p>Before installing the bookmarklets it should be noted that I&#39;ve only tested them with Firefox &#8212; as an <a href="http://ubuntu.com/ " title="Ubuntu Linux">Ubuntu</a> user it&#39;s pretty much the only browser I use. Please let me know [<em>post a comment or something</em>] if you test them with any other browsers.</p>

<h3>Credits</h3>

<p>These bookmarklets are a direct hack of the <a href="http://dictionary.reference.com/tools/bookmarklets.html " title="Bookmarklets for Dictionary.com">free browser buttons available for Dictionary.com</a>. These were inspired by the work of Steve Kangas at <a href="http://www.bookmarklets.com/ " title="Bookmarklets.com">Bookmarklets.com</a>.</p>

    <p style="font-size:smaller;">Tags: <a href="http://crunchbang.org/tags/bookmarklets/" title="Browse all posts tagged with &#8220;bookmarklets&#8221;">bookmarklets</a>, <a href="http://crunchbang.org/tags/hacks/" title="Browse all posts tagged with &#8220;hacks&#8221;">hacks</a>, <a href="http://crunchbang.org/tags/javascript/" title="Browse all posts tagged with &#8220;javascript&#8221;">javascript</a>, <a href="http://crunchbang.org/tags/tools/" title="Browse all posts tagged with &#8220;tools&#8221;">tools</a>, <a href="http://crunchbang.org/tags/ubuntu/" title="Browse all posts tagged with &#8220;ubuntu&#8221;">ubuntu</a></p>
    ]]></description>
</item>

<item>
    <title>Howto Boot After a Failed Linux Install</title>
    <link>http://crunchbang.org/archives/2007/10/09/howto-boot-after-a-failed-linux-install/</link>
    <pubDate>Tue, 09 Oct 2007 08:54:56 GMT</pubDate>
    <dc:creator>Philip Newborough</dc:creator>
    <guid>http://crunchbang.org/archives/2007/10/09/howto-boot-after-a-failed-linux-install/</guid>
    <description><![CDATA[
    <p>Installing Ubuntu [<em>and most other Linux distros</em>] isn&#39;t too difficult. In fact with the latest liveCD installs it has become easier than ever before. However, it is still possible for the installation process will go wrong and fail. This has happened to me on a couple of occasions and it has left me with a system that is incapable of booting.</p>

<p>The first time this happened there was a power outage mid-installation. On the second occasion the installation shut down after finding a hardware fault [<em>the heatsink had pinged off my coprocessor!</em>] On both instances the installation had created new partitions and edited my disk structure, but crucially, had not installed <a href="http://en.wikipedia.org/wiki/GNU_GRUB " title="Wikipedia - Grub">Grub</a>. Again, this caused my system to choke and die when it came to booting.</p>

<h3>Enter the Super Grub Disk</h3>

<p>The <a href="http://supergrub.forjamari.linex.org/ " title="Super Grub Disk">Super Grub Disk</a> is a bootable floppy, CD or USB that can help you to fix and deal with boot problems. You can use it to automatically restore Grub and Microsoft&#39;s Windows bootloader [<em>if you&#39;re that way inclined</em>] to your disk&#39;s <a href="http://en.wikipedia.org/wiki/Master_boot_record " title="Wikipedia - Master Boot Record">MBR</a>.</p>

<p>The Super Grub Disk is one of those tools every Linux enthusiast should have. It can be a real time-saver when things go a little tits up.</p>

<p>You can get more details about the Super Grub Disk at: <a href="http://supergrub.forjamari.linex.org/ " title="Super Grub Disk">http://supergrub.forjamari.linex.org/</a></p>

    <p style="font-size:smaller;">Tags: <a href="http://crunchbang.org/tags/linux/" title="Browse all posts tagged with &#8220;linux&#8221;">linux</a>, <a href="http://crunchbang.org/tags/software/" title="Browse all posts tagged with &#8220;software&#8221;">software</a>, <a href="http://crunchbang.org/tags/tools/" title="Browse all posts tagged with &#8220;tools&#8221;">tools</a>, <a href="http://crunchbang.org/tags/ubuntu/" title="Browse all posts tagged with &#8220;ubuntu&#8221;">ubuntu</a></p>
    ]]></description>
</item>

<item>
    <title>Editing Disk Partitions with GParted LiveCD</title>
    <link>http://crunchbang.org/archives/2007/10/07/editing-disk-partitions-with-gparted-livecd/</link>
    <pubDate>Sun, 07 Oct 2007 20:45:44 GMT</pubDate>
    <dc:creator>Philip Newborough</dc:creator>
    <guid>http://crunchbang.org/archives/2007/10/07/editing-disk-partitions-with-gparted-livecd/</guid>
    <description><![CDATA[
    <p>I&#39;ve answered a couple of <a href="https://answers.launchpad.net/ubuntu/+questions " title="Ubuntu Questions">Ubuntu questions</a> today where I&#39;ve suggested using the GParted LiveCD. I like <a href="http://gparted.sourceforge.net/ " title="Gnome Partition Editor">GParted</a>, it&#39;s one of those tools that once you&#39;ve used it you never forget it. This is probably because you&#39;ll normally first encounter it when you have a problem with one of your hard drives!</p>

<p>I think Microsoft Windows users could also benefit from knowing about GParted, not least because it could save them from forking out for commercial options such as Norton PartitionMagic.</p>

<p>More information about the GParted LiveCD can be found at: <a href="http://gparted.sourceforge.net/livecd.php " title="GParted LiveCD">http://gparted.sourceforge.net/livecd.php</a></p>

    <p style="font-size:smaller;">Tags: <a href="http://crunchbang.org/tags/software/" title="Browse all posts tagged with &#8220;software&#8221;">software</a>, <a href="http://crunchbang.org/tags/tools/" title="Browse all posts tagged with &#8220;tools&#8221;">tools</a>, <a href="http://crunchbang.org/tags/ubuntu/" title="Browse all posts tagged with &#8220;ubuntu&#8221;">ubuntu</a></p>
    ]]></description>
</item>

<item>
    <title>Greasemonkey Hack for Google Reader</title>
    <link>http://crunchbang.org/archives/2007/10/06/greasemonkey-hack-for-google-reader/</link>
    <pubDate>Sat, 06 Oct 2007 19:05:35 GMT</pubDate>
    <dc:creator>Philip Newborough</dc:creator>
    <guid>http://crunchbang.org/archives/2007/10/06/greasemonkey-hack-for-google-reader/</guid>
    <description><![CDATA[
    <p>Some hacks are <a href="http://crunchbang.org/archives/2007/10/05/a-virtual-richard-stallman-for-cowsay-hack/ " title="A Virtual Richard Stallman for Cowsay Hack.">are pointless</a>, others are not. This <a href="http://automorphic.blogspot.com/2007/10/burned-again-by-google-reader.html " title="Greasemonkey hack for Google Reader.">Greasemonkey hack</a> will remove the dreaded &#34;Mark all as read&#34; button from the Google Reader UI. Sweet.</p>

<p>For more info about Greasemonkey see: <a href="http://www.greasespot.net/ " title="The Greasepot.">http://www.greasespot.net/</a></p>

    <p style="font-size:smaller;">Tags: <a href="http://crunchbang.org/tags/hacks/" title="Browse all posts tagged with &#8220;hacks&#8221;">hacks</a>, <a href="http://crunchbang.org/tags/tools/" title="Browse all posts tagged with &#8220;tools&#8221;">tools</a></p>
    ]]></description>
</item>

<item>
    <title>Testing Type With Typetester</title>
    <link>http://crunchbang.org/archives/2007/09/30/testing-type-with-typetester/</link>
    <pubDate>Sun, 30 Sep 2007 08:57:35 GMT</pubDate>
    <dc:creator>Philip Newborough</dc:creator>
    <guid>http://crunchbang.org/archives/2007/09/30/testing-type-with-typetester/</guid>
    <description><![CDATA[
    <p><a href="http://typetester.maratz.com/ " title="Compare fonts for the screen.">Typetester</a> is a tool for comparing type on screen. It&#39;s an excellent tool for any web designer who wants to be able to quickly check how a specific font renders to screen. Options include setting sizes, line-height, letter-spacing, alignment and more. You can compare up to 3 fonts at anyone time and there is a preconfigured list of popular fonts available on Windows and Mac platforms [<em>what no linux?</em>] You can also use fonts from your own system.</p>

<p>All in all, Typetester is a valuable tool.</p>

    <p style="font-size:smaller;">Tags: <a href="http://crunchbang.org/tags/design/" title="Browse all posts tagged with &#8220;design&#8221;">design</a>, <a href="http://crunchbang.org/tags/tools/" title="Browse all posts tagged with &#8220;tools&#8221;">tools</a>, <a href="http://crunchbang.org/tags/typography/" title="Browse all posts tagged with &#8220;typography&#8221;">typography</a>, <a href="http://crunchbang.org/tags/webdesign/" title="Browse all posts tagged with &#8220;webdesign&#8221;">webdesign</a></p>
    ]]></description>
</item>

 </channel>
</rss>