<?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>Hack the Day &#187; d-i-y</title>
	<atom:link href="http://www.hacktheday.com/topic/d-i-y/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hacktheday.com</link>
	<description>Productivity, life and computer tips. Tricks for a better day.</description>
	<lastBuildDate>Sun, 25 Jul 2010 18:21:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>DIY a Firefox Search Engine &#8211; Twitter People</title>
		<link>http://www.hacktheday.com/step-by-step-create-your-own-search-engine-for-firefox-twitter-contacts/</link>
		<comments>http://www.hacktheday.com/step-by-step-create-your-own-search-engine-for-firefox-twitter-contacts/#comments</comments>
		<pubDate>Thu, 01 May 2008 07:32:15 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[d-i-y]]></category>
		<category><![CDATA[hack the day]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[mycroft]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[step by step]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.hacktheday.com/step-by-step-create-your-own-search-engine-for-firefox-twitter-contacts/</guid>
		<description><![CDATA[I mentioned it already: I love Firefox&#8217;s feature of &#8220;Manage Search Engines&#8221; (Internet Explorer 7 has copied introduced a similar one as well). Simply love it, and the reason for it is that it saves me lots and lots of time.
One of the &#8220;custom&#8221; search engines I had installed was called Flickr Tags. Ironically, though, [...]]]></description>
			<content:encoded><![CDATA[<p>I <a href="http://www.hacktheday.com/top-10-firefox-search-engines/" title="Top 10 Firefox search engines | Hack the Day">mentioned it already</a>: I love Firefox&#8217;s feature of &#8220;Manage Search Engines&#8221; (Internet Explorer 7 has <del>copied</del> <ins>introduced</ins> a similar one as well). Simply love it, and the reason for it is that it saves me lots and lots of time.</p>
<p>One of the &#8220;custom&#8221; search engines I had installed was called Flickr Tags. Ironically, though, using it was always a burden. Most of the times I didn&#8217;t want to simply search Flickr; what I wanted instead was to search Flickr for Creative Commons images(ones I could put on my blog, for instance), sorted by interestingness (to keep the lame ones out). One way to do this would have been to simply search Mycroft Project <a href="http://mycroft.mozdev.org/download.html?name=Flickr&amp;category=all&amp;country=all&amp;language=all&amp;submitform=Search&amp;sherlock=yes&amp;opensearch=yes&amp;skipcache=yes" title="Mycroft Project: Flickr Search Engine Plugins - Firefox &amp; IE7">for a better one</a>. One other way, though, was to just create my own custom search engine, and this proved to be much simpler than expected (the proof is the little plugin over on mycroft.mozdev.org called <em>Flickr Creative Commons Interesting</em>).</p>
<p>For tutorial purposes, I&#8217;ll show you how to build, step by step, a Firefox Search Engine for <a href="http://twitter.com/" title="Twitter: What are you doing?">Twitter</a> contacts.<br />
<img src="http://www.hacktheday.com/images/twitter_search.png" /></p>
<p><span id="more-44"></span></p>
<p>For this:</p>
<ol>
<li>We&#8217;ll need a favicon for the project. Let&#8217;s go to http://twitter.com/favicon.ico and save it on our computer. <img src="http://twitter.com/favicon.ico" /></li>
<li>Go to <a href="http://mycroft.mozdev.org/submitos.html" title="Mycroft Project: Search Engine Plugins - Firefox &amp; IE7">http://mycroft.mozdev.org/submitos.html</a>. Check the &#8220;Full Instructions&#8221; checkbox if you need verbose indications, or just continue.</li>
<li>Choose the icon as the Twitter favicon you previously saved.</li>
<li>Fill in the project name, your email, the project description..</li>
<li>Now for the nice part: <strong>The Search URL</strong>:<br />
<img src="http://www.hacktheday.com/images/twitter_people.png" height="250" /><br />
When I used the search feature on Twitter (see screenshot), I saw that the page url gets changed to include the searched terms. I&#8217;ll just copy the url in the <strong>Search URL:</strong> field, replacing my searched terms by <strong>{searchTerms}</strong>. Therefore, a url like <strong>http://twitter.com/tw/search/users?q=george</strong> gets changed into <strong>http://twitter.com/tw/search/users?q={searchTerms}</strong>. Easy as PI!</li>
<li>Fill in the remaining fields: the plugin category, language, default page(<strong>Search Form URL:</strong>), comment.<br />
<img src="http://www.hacktheday.com/images/mycroft.png" height="250" /></li>
<li>Click on Generate Plugin</li>
</ol>
<p>That&#8217;s it, you&#8217;re done. You&#8217;ll see a link to <a href="http://mycroft.mozdev.org/developer/devlist.html?email=office%40hacktheday.com" title="Mycroft Project: Search Engine Plugins - Firefox &amp; IE7">your plugins list</a>. Clicking on the plugin&#8217;s name will prompt you to add it in the Firefox Search Engines bar.<br />
<img src="http://www.hacktheday.com/images/twitter_search.png" /><br />
It took me less than 2 minutes, and I got my custom search engine. You can do it as well. What&#8217;s best, by carefully looking at other parameters a search form sends you can, for instance, change the sort order, fine grain the search results and more.</p>
<p>If you ever find yourself using an online search form time and time again, you should consider using(or even creating) a Firefox custom search engine that could save you many hours in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hacktheday.com/step-by-step-create-your-own-search-engine-for-firefox-twitter-contacts/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Make yourself an unique laptop sleeve on the cheap</title>
		<link>http://www.hacktheday.com/make-yourself-an-unique-laptop-sleeve-on-the-cheap/</link>
		<comments>http://www.hacktheday.com/make-yourself-an-unique-laptop-sleeve-on-the-cheap/#comments</comments>
		<pubDate>Tue, 26 Jun 2007 19:40:05 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[d-i-y]]></category>
		<category><![CDATA[life hacks]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.hacktheday.com/make-yourself-an-unique-laptop-sleeve-on-the-cheap/</guid>
		<description><![CDATA[ Old habits die hard, and as much as the continuous progress wants us to change we still fight these artificial urges. We are builders, makers, do-it-yourselfers; or, at least, the heirs of some. My grandfather used to do by himself all kinds of stuff around house &#8211; masonry, carpentry, agriculture and much more &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://farm2.static.flickr.com/1369/632528925_eff33684f4_m.jpg" alt="laptopenvelope2.jpg" class="alignright" height="180" width="240" /> Old habits die hard, and as much as the continuous progress wants us to change we still fight these artificial urges. We are builders, makers, do-it-yourselfers; or, at least, the heirs of some. My grandfather used to do by himself all kinds of stuff around house &#8211; masonry, carpentry, agriculture and much more &#8211; he had built his own bed, sofas, fireplace; even his own motorcycle, from the spare parts of two different models bought in the junkyard.</p>
<p>Me, I&#8217;m not a builder, but I do love getting things done once in a while, especially when I get to save a few bucks. Call me cheap, but I really don&#8217;t see the point on spending 30 bucks for a <a href="http://www.amazon.com/gp/product/B000IJLSQS?ie=UTF8&amp;tag=mobic-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B000IJLSQS">laptop sleeve</a><img src="http://www.assoc-amazon.com/e/ir?t=mobic-20&amp;l=as2&amp;o=1&amp;a=B000IJLSQS" style="border: medium none  ! important; margin: 0px ! important" border="0" height="1" width="1" /> I can make on my own for less than 1$. For less than 10 cents even.</p>
<p><span id="more-25"></span></p>
<p>Here&#8217;s the complete detail on How I Did it:</p>
<ol>
<li> Get the material: This was the hardest, but also the cheapest thing on the list. You need to get hold of a piece of thick textile material you fancy. The rough size is of 40*60 cm, meaning around 2.5 times the dimensions of a A4 sheet of paper. For me, this took the longest time, cause I wanted something modern and thick at the same time. Eventually I found it in the material used to make packages in a local clothes depot. Did I mention it was cheap? It was free, a minor gift from a relative with connections.<img src="http://farm2.static.flickr.com/1123/632528653_48c7d0aeb1_m.jpg" alt="laptopenvelope1.jpg" height="180" width="240" /></li>
<li>  	The only hard part &#8211; getting the right dimensions for the piece of cloth. A MacBook has the size 325 x 227 x 27.5 mm (sorry US visitors, they are in metric), so according to your design you should pick the right ones. I went for an envelope bag model, which means a piece of material of 50 cm length and 40 cm width. The extra material is just to make sure we have enough and to make for nice rounded edges.</li>
<li>  	The laborious part &#8211; You fold the material in two, splitting the length in half. The trick is to do it with the backside showing up. With a needle and a string or, much better, a sewing machine, you just go ahead and sew the margins, leaving about half a centimeter outside(or as much as you need to make sure your laptop still fits). The expert tip? Use a bit more material in the first place &#8211; you just cut the remaining parts away, once the sewing is done.<br />
<img src="http://farm2.static.flickr.com/1333/632529177_eec1eff468_m.jpg" alt="laptop envelope working" height="180" width="240" /></li>
<li>  	The finishing part &#8211; go ahead and cut the outside pieces of material and, for a nice touch, gently saw the margins individually for a nicer look.</li>
<li>  	Turn the sleeve inside out, the front of the material on the outside. Looking good, isn&#8217;t it?<br />
<img src="http://farm2.static.flickr.com/1227/632529427_bce13b11c9_m.jpg" alt="laptop sleeve" height="180" width="240" /></li>
</ol>
<p>Bored already? I bet you are. Still, as you saw, anyone can make their own laptop sleeve. It takes about half an hour and saves you tens of dollars. Not to mention the exciting feeling of having cheated the system, having proven that you can do stuff for yourself. Did I mention the elated feeling of the artist polishing up his masterpiece?</p>
<p>If my lame do-it-yourself tutorial didn&#8217;t convince you, there is still hope. Take a look over <a href="http://www.instructables.com/id/E1SB8LR4QGES9J7MQY/?relatedLink">the instructables</a> for tutorials on making your own laptop sleeve(also check the related ones) or the <a href="http://www.makezine.com/blog/archive/2007/04/tie_and_pocket_laptop_sle.html?CMP=OTC-0D6B48984890">Makezine page</a> of ideas on making one from a sweater or Ikea towel.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hacktheday.com/make-yourself-an-unique-laptop-sleeve-on-the-cheap/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
