<?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>Webmonkey &#187; howto</title>
    <atom:link href="http://www.webmonkey.com/tag/howto/feed/" rel="self" type="application/rss+xml" />
    <link>http://www.webmonkey.com</link>
    <description>The Web Developer&#039;s Resource</description>
    <lastBuildDate>Fri, 05 Apr 2013 20:20:46 +0000</lastBuildDate>
    <language>en-US</language>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <generator>http://wordpress.org/?v=3.4.2</generator>
    
    <item>
        <title>Run Ajax Apps on Bare S3</title>
        <link>http://www.webmonkey.com/2008/05/run_ajax_apps_on_bare_s3/</link>
        <comments>http://www.webmonkey.com/2008/05/run_ajax_apps_on_bare_s3/#comments</comments>
        <pubDate>Mon, 19 May 2008 19:21:34 +0000</pubDate>

                <dc:creator>Paul Adams</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/blog/runajaxappsonbares32</guid>
        		<category><![CDATA[Software & Tools]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[howto]]></category>
        <description><![CDATA[Amazon&#8217;s Simple Storage Service is designed to host data, not entire applications. It&#8217;s made to just serve as the backend to an app server &#8212; typically in Amazon&#8217;s cloud. Tom Evslin has worked out a way to host dynamic Ajax applications directly in the storage, with no intermediate server. Very cool. See Also: Is Facebook [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled -->
<p><img class="blogimg" src="http://g-ecx.images-amazon.com/images/G/01/00/10/00/14/19/27/100014192753._V46777512_.gif" alt="S3" style="float:right;" />Amazon&#8217;s Simple Storage Service is designed to host data, not entire applications. It&#8217;s made to just serve as the backend to an app server &#8212; typically in Amazon&#8217;s cloud.  </p>
<p>Tom Evslin has worked out a way to host dynamic Ajax applications directly in the storage, with no intermediate server. <a href="http://blog.tomevslin.com/2008/03/amazon-s3-backs.html ">Very cool.</a></p>
<p><strong>See Also:</strong><br/></p>
<ul>
<li><a href="http://blog.wired.com/monkeybites/2007/09/is-facebook-pla.html#previouspost">Is Facebook Planning To Offer Online Storage?</a></li>
<li><a href="http://blog.wired.com/monkeybites/2007/08/google-ups-onli.html#previouspost">Google Ups Online Storage Ante With Fee-Based Options</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2008/05/run_ajax_apps_on_bare_s3/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    
    <item>
        <title>Get Your Word Docs on the Web Without HTML Bloat</title>
        <link>http://www.webmonkey.com/2008/04/get_your_word_docs_on_the_web_without_html_bloat/</link>
        <comments>http://www.webmonkey.com/2008/04/get_your_word_docs_on_the_web_without_html_bloat/#comments</comments>
        <pubDate>Tue, 29 Apr 2008 12:07:12 +0000</pubDate>

                <dc:creator>Scott Gilbertson</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/blog/convertingword</guid>
        		<category><![CDATA[Software & Tools]]></category>
		<category><![CDATA[Web Basics]]></category>
		<category><![CDATA[howto]]></category>
        <description><![CDATA[As anyone who&#8217;s ever tried to go from a Word document to the web can tell you, Microsoft Word outputs some of the most hideous and bloated HTML you&#8217;re ever going to see. So what&#8217;s a standards savvy developer to do when the client hands off a fifty page Word document with the instructions, &#8220;put [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled -->
<p><img class="blogimg" src="http://blog.wired.com/monkeybites//wordicon.jpg" alt="wordicon.jpg" border="0" width="111" height="121" style="float: right; margin: 0px 0px 5px 5px;" />As anyone who&#8217;s ever tried to go from a Word document to the web can tell you, Microsoft Word outputs some of the most hideous and bloated HTML you&#8217;re ever going to see. So what&#8217;s a standards savvy developer to do when the client hands off a fifty page Word document with the instructions, &#8220;put this on the site?&#8221;</p>
<p>It turns out there are some better ways to get your word documents into snappy, relatively cruft-free HTML without resorting to hand coding. Productivity Portfolio <a href="http://www.timeatlas.com/mos/5_Minute_Tips/Chunkers/Resources_for_Converting_Microsoft_Word_Files_to_HTML/">has a few suggestions</a>, including the ever-popular, make-Gmail-do-it-for-you technique. In other words, just e-mail yourself the Word doc and then use Gmail&#8217;s &#8220;View As HTML&#8221; option to generate some much better looking code than the standard Word output.</p>
<p><span id="more-12042"></span></p>
<p>Also in the list of suggestions is the Word HTML to sane HTML converter <a href="http://textism.com/wordcleaner/">Textism</a>, which promises to strip &#8220;Microsoft&#8217;s proprietary tags and other superfluous noise from Word-generated HTML documents.&#8221; </p>
<p>There are some other methods and tips in Productivity Portfolio&#8217;s post, but many of them will require you to actually own Word, Dreamweaver or other software packages.</p>
<p>[via <a href="http://lifehacker.com/384560/convert-word-documents-to-cruft+free-html">Lifehacker</a>]</p>
<p><strong>See Also:</strong><br/></p>
<ul>
<li><a href="http://blog.wired.com/monkeybites/2007/06/industry_leader.html#previouspost">Industry Leading Publications Reject Office 2007 Documents</a></li>
<li><a href="http://blog.wired.com/monkeybites/2007/08/zoho-viewer-spa.html#previouspost">Zoho Viewer: Spare Your Colleagues The Pain Of Bulky E-mail &#8230;</a></li>
<li><a href="http://blog.wired.com/monkeybites/2007/08/developers-goog.html#previouspost">Developers: Google Adds Docs &amp; Spreadsheets API</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2008/04/get_your_word_docs_on_the_web_without_html_bloat/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    
    <item>
        <title>New Tutorial Site for Budding Web Builders</title>
        <link>http://www.webmonkey.com/2008/04/new_tutorial_site_for_budding_web_builders/</link>
        <comments>http://www.webmonkey.com/2008/04/new_tutorial_site_for_budding_web_builders/#comments</comments>
        <pubDate>Wed, 02 Apr 2008 20:03:39 +0000</pubDate>

                <dc:creator>Paul Adams</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/blog/newtutorialsi</guid>
        		<category><![CDATA[Software & Tools]]></category>
		<category><![CDATA[howto]]></category>
        <description><![CDATA[HTML.net is a new site that offers very simple, free tutorials for people who are new to building websites. The content is really simple &#8212; one tutorial on HTML, one on CSS. It&#8217;s from Copenhagen, Denmark, of all places. The avatars remind me of the Village People.]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled -->
<p><a href="http://html.net/"><img border="0" src="http://blog.wired.com/photos/uncategorized/2008/04/02/htmlnet.png" title="Htmlnet" alt="Htmlnet" style="margin: 0px 0px 5px 5px; float: right;" /><br />
HTML.net</a> is a new site that offers very simple, free tutorials for people who are new to building websites. The content is really simple &#8212; one tutorial on HTML, one on CSS.</p>
<p>It&#8217;s from Copenhagen, Denmark, of all places. The avatars remind me of the Village People.</p>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2008/04/new_tutorial_site_for_budding_web_builders/feed/</wfw:commentRss>
        <slash:comments>2</slash:comments>

        
    </item>
    
    <item>
        <title>How to Fix the JFIF Bug in Firefox 3 Beta</title>
        <link>http://www.webmonkey.com/2008/03/how_to_fix_the_jfif_bug_in_firefox_3_beta/</link>
        <comments>http://www.webmonkey.com/2008/03/how_to_fix_the_jfif_bug_in_firefox_3_beta/#comments</comments>
        <pubDate>Tue, 18 Mar 2008 19:14:45 +0000</pubDate>

                <dc:creator>Scott Gilbertson</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/blog/howtofixthe</guid>
        		<category><![CDATA[Software & Tools]]></category>
		<category><![CDATA[howto]]></category>
        <description><![CDATA[The most recent beta releases of Firefox 3 on the Mac have one annoying quirk &#8212; dragging a Jpeg image to the desktop from the browser results in the file&#8217;s extension being renamed. Instead of saving a jpg, you&#8217;ve got a jfif. Jfif is the umbrella image format under which Jpg exists, but most applications [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled -->
<p><img border="0" src="http://blog.wired.com/photos/uncategorized/2008/03/18/automator.jpg" title="Automator" alt="Automator" style="margin: 0px 0px 5px 5px; float: right;" /><br />
The most recent beta releases of Firefox 3 on the Mac have one annoying quirk &#8212; dragging a Jpeg image to the desktop from the browser results in the file&#8217;s extension being renamed. Instead of saving a jpg, you&#8217;ve got a jfif.</p>
<p><a href="http://www.w3.org/Graphics/JPEG/">Jfif</a> is the umbrella image format under which Jpg exists, but most applications can&#8217;t understand or open Jfif files. <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=414201">This issue</a> will be resolved in a couple of weeks when Firefox 3&#8242;s code is finalized. Until then, you have to manually rename each and every Jfif, changing the extension to Jpeg in order to use them.</p>
<p>But why use the Finder when you can use Mac OS X&#8217;s Automator? This set of instructions was posted to the <a href="http://support.mozilla.com/tiki-view_forum_thread.php?locale=en-US&amp;comments_parentId=12271&amp;forumId=1">Mozilla support forums</a> by an unregistered user named Kory. We&#8217;ve tried it and it works.</p>
<p><span id="more-10452"></span></p>
<p>If you have any other suggestions, we&#8217;ve added a page about <a href="http://howto.wired.com/wiki/Fix_the_JFIF_Bug_in_Firefox_3_Beta">automating JFIF conversion in Mac OS X</a> to the Wired How-To Wiki. Go ahead and log in to add them there. Don&#8217;t be shy.</p>
<p><strong>How To Build an Automator Action to Convert Jfif to Jpeg</strong> (via Kory)</p>
<p>1. Open Automator and choose Custom.</p>
<p>2. Type &quot;rename&quot; into the search box.</p>
<p>3. Drag &quot;Rename Finder Items&quot; into the grey area to the right. Choose &quot;Don&#8217;t Add&quot; to the prompt that appears.</p>
<p>4. Change the first drop down box to &quot;Replace Text&quot;.</p>
<p>5. In the Find box type in &quot;.jfif&quot; and in the Replace box type in &quot;.jpg&quot;. Make sure the Ignore Case box is checked.</p>
<p>6. Click on the File menu and choose Save as Plug-in&#8230; Type in &quot;JFIF to JPEG&quot; and make sure the Finder option is chosen in the drop down box.</p>
<p>Now whenever you need to change a bunch of images to .jpeg, just select them in the Finder, right click, choose &quot;More&quot;, choose &quot;Automator&quot;, and click on &quot;JFIF to JPEG.&quot;</p>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2008/03/how_to_fix_the_jfif_bug_in_firefox_3_beta/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    
    <item>
        <title>How To: Get Higher Quality Videos on YouTube</title>
        <link>http://www.webmonkey.com/2008/03/how_to_get_higher_quality_videos_on_youtube/</link>
        <comments>http://www.webmonkey.com/2008/03/how_to_get_higher_quality_videos_on_youtube/#comments</comments>
        <pubDate>Thu, 13 Mar 2008 21:35:28 +0000</pubDate>

                <dc:creator>Scott Gilbertson</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/blog/howtogethigh</guid>
        		<category><![CDATA[Software & Tools]]></category>
		<category><![CDATA[howto]]></category>
        <description><![CDATA[With Wednesday&#8217;s introduction of a whole new developer API for YouTube, the site is continuing to offer some cutting-edge tools for independent video publishers. But many producers are still wary of using the site for any serious serving because of the relatively low video quality. What many people are unaware of is the fact that [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled -->
<p><img border="0" src="http://blog.wired.com/photos/uncategorized/2008/03/13/youtube_logo.png" title="Youtube_logo" alt="Youtube_logo" style="margin: 0px 0px 5px 5px; float: right;" /><br />
With Wednesday&#8217;s introduction of a whole <a href="http://blog.wired.com/monkeybites/2008/03/new-youtube-dev.html">new developer API for YouTube</a>, the site is continuing to offer some cutting-edge tools for independent video publishers. But many producers are still wary of using the site for any serious serving because of the relatively low video quality.</p>
<p>What many people are unaware of is the fact that YouTube is stepping up the quality of its videos. Select videos on the site are already available in 480&#215;360<br />
resolution &#8212; not HD, but better than the old 320&#215;240<br />
format. And sure, the videos still look compressed, but they aren&#8217;t nearly as crunchy and &quot;Jpeggy&quot; as their lower-quality brethren.</p>
<p>Also, YouTube isn&#8217;t serving the higher quality videos by default. You have to know how and where to find them. We&#8217;ve published <a href="http://howto.wired.com/wiki/Watch_Higher_Quality_YouTube_Videos">a simple guide to getting better quality videos on YouTube</a> at Wired&#8217;s How-To wiki. It&#8217;s remarkably easy. Check it out, and if you have extra advice, log in and add it to the wiki.</p>
<p>Wired How-To: <a href="http://howto.wired.com/wiki/Watch_Higher_Quality_YouTube_Videos">Watch Higher Quality YouTube Videos</a></p>
<p><span id="more-10312"></span></p>
<p>A nice, high-quality clip!</p>
<p><object width="480" height="397"><param name="movie" value="http://www.youtube.com/v/q6UXqjYzrOI&#038;hl&#038;ap=%2526fmt%3D18"></param><param name="wmode" value="window"></param><embed src="http://www.youtube.com/v/q6UXqjYzrOI&#038;hl&#038;ap=%2526fmt%3D18" type="application/x-shockwave-flash" wmode="window" width="480" height="397"></embed></object></p>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2008/03/how_to_get_higher_quality_videos_on_youtube/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    
    <item>
        <title>How To: Share Files on Usenet</title>
        <link>http://www.webmonkey.com/2008/02/how_to_share_files_on_usenet/</link>
        <comments>http://www.webmonkey.com/2008/02/how_to_share_files_on_usenet/#comments</comments>
        <pubDate>Thu, 28 Feb 2008 19:11:35 +0000</pubDate>

                <dc:creator>Michael Calore</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/blog/howtosharefi</guid>
        		<category><![CDATA[Software & Tools]]></category>
		<category><![CDATA[howto]]></category>
        <description><![CDATA[You&#8217;ve heard its name countless times. You&#8217;ve probably even tried to use it to download a file. But what exactly is Usenet, anyway? Simply put, Usenet is a network of newsgroups with a built-in file sharing protocol. Content on the Usenet network is self-propagating, meaning that when you upload a message or a file to [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled -->
<p><a onclick="window.open(this.href, '_blank', 'width=370,height=340,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false" href="http://blog.wired.com/.shared/image.html?/photos/uncategorized/2008/02/28/370pxusenet_servers_and_clientssvg.png"><img width="250" height="229" border="0" src="http://blog.wired.com/monkeybites/images/2008/02/28/370pxusenet_servers_and_clientssvg.png" title="370pxusenet_servers_and_clientssvg" alt="370pxusenet_servers_and_clientssvg" style="margin: 0px 0px 5px 5px; float: right;" /></a><br />
You&#8217;ve heard its name countless times. You&#8217;ve probably even tried to use it to download a file. But what exactly is Usenet, anyway?</p>
<p>Simply put, Usenet is a network of newsgroups with a built-in file sharing protocol. Content on the Usenet network is self-propagating, meaning that when you upload a message or a file to a Usenet server, that content is transferred from news server to news server until, eventually, every Usenet server contains a copy of that file or message.</p>
<p>Usenet has one main advantage over other P2P file-trading methods like BitTorrent and Kazaa, and that&#8217;s the fact that your download speed is only limited by the speed of your connection. There are no flaky peers or trackers to slow you down. Also, Usenet has a steeper learning curve and it has yet to hit the mainstream, so it isn&#8217;t in the public eye like BitTorrent or the other marquee names. OK, so there&#8217;s more than one big advantage.</p>
<p>To get started sharing files, check out our <a href="http://howto.wired.com/wiki/Share_Files_on_Usenet">Usenet guide on the How-To Wiki</a>. And yes, it&#8217;s a publicly-editable wiki, so if you have extra advice, you can log in and add it.</p>
<p>Illustration: <a href="http://commons.wikimedia.org/wiki/Image:Usenet_servers_and_clients.svg">Benjamin D. Esham</a> </p>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2008/02/how_to_share_files_on_usenet/feed/</wfw:commentRss>
        <slash:comments>4</slash:comments>

        
    </item>
    
    <item>
        <title>How To: Simulate Middle Click On A Trackpad</title>
        <link>http://www.webmonkey.com/2007/10/how_to_simulate_middle_click_on_a_trackpad/</link>
        <comments>http://www.webmonkey.com/2007/10/how_to_simulate_middle_click_on_a_trackpad/#comments</comments>
        <pubDate>Mon, 08 Oct 2007 16:16:50 +0000</pubDate>

                <dc:creator>Scott Gilbertson</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/blog/howtoaddami</guid>
        		<category><![CDATA[Software & Tools]]></category>
		<category><![CDATA[howto]]></category>
        <description><![CDATA[Laptops rarely, if ever, provide the trackpad equivalent of a middle mouse button, most models offer only two buttons, though some provide a way to simulate the middle button with software. For most people this may not be a problem, but if you&#8217;ve always wanted a middle mouse button on your laptop, we&#8217;ve found a [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled -->
<p><img class="blogimg" src="http://blog.wired.com/monkeybites/images/trackpad.jpg" alt="trackpad.jpg" border="0" width="180" height="116" style="float: right; margin: 0px 0px 5px 5px;" />Laptops rarely, if ever, provide the trackpad equivalent of a middle mouse button, most models offer only two buttons, though some provide a way to simulate the middle button with software. For most people this may not be a problem, but if you&#8217;ve always wanted a middle mouse button on your laptop, we&#8217;ve found a solution for you.</p>
<p>Ryan Wagner over at CyberNetNews was missing the middle mouse button on his laptop so he created a <a href="http://cybernetnews.com/2007/10/06/helpful-tip-middle-click-on-a-touchpad-laptop-mouse/">quick little AutoHotKey script</a>, which is actually just two lines of code:</p>
<blockquote>
<ul>
<li>~LButton &amp; RButton::MouseClick, Middle</li>
<li>~RButton &amp; LButton::MouseClick, Middle</li>
</ul>
</blockquote>
<p><span id="more-4652"></span></p>
<p>The commenters on the original post have some other suggestions for achieving the middle button on your trackpad, including one person who suggests using a trackpad tap for the left button, the left button for a right click and the right button for a middle click.</p>
<p>Mac users are left out of the fun on this one, but it got me thinking, if two fingers on the trackpad + button click = right click, wouldn&#8217;t it make sense to have <em>three</em> fingers on trackpad + button click = middle click?</p>
<p>Anyone know a way to achieve middle button nirvana on a Mac? Post your solutions in the comments below.</p>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2007/10/how_to_simulate_middle_click_on_a_trackpad/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    
    <item>
        <title>How To: Create Flickr Smart Sets</title>
        <link>http://www.webmonkey.com/2007/09/how_to_create_flickr_smart_sets/</link>
        <comments>http://www.webmonkey.com/2007/09/how_to_create_flickr_smart_sets/#comments</comments>
        <pubDate>Fri, 14 Sep 2007 16:45:08 +0000</pubDate>

                <dc:creator>Michael Calore</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/blog/howtocreatef</guid>
        		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Software & Tools]]></category>
		<category><![CDATA[howto]]></category>
        <description><![CDATA[The Flickr site is back up and functioning, which means you can try out our how to of the day: Flickr Set Manager. Flickr Set Manager is a handy web-based tool that allows you to create &#8220;smart&#8221; Flickr sets using a wide variety of criteria &#8212; very similar to smart playlists in iTunes. Define your [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --><img class="blogimg" src="http://blog.wired.com/monkeybites/images/europeatnight_1.jpg" alt="europeatnight.jpg" border="0" width="660" height="334" style="float: right; margin: 0px 0px 5px 5px;" /></p>
<p>The Flickr site is back up and functioning, which means you can try out our how to of the day: <a href="http://www.dopiaza.org/flickr/setmgr/">Flickr Set Manager</a>. Flickr Set Manager is a handy web-based tool that allows you to create &#8220;smart&#8221; Flickr sets using a wide variety of criteria &mdash; very similar to smart playlists in iTunes.</p>
<p>Define your sets based on interestingness, date posted and tags, or generate a completely random set of images. There&#8217;s even an option to automatically regenerate your set once a day.</p>
<p>As with any Flickr tool, you&#8217;ll need to authorize Flickr Set Manager to access your account, but once you do, creating sets is just a matter of defining the criteria through a web form. The app isn&#8217;t the fastest site we&#8217;ve ever used (probably due to the Flickr API, not the site), so be patient when generating your smart sets.</p>
<p><span id="more-37352"></span></p>
<p>If you&#8217;re wondering what you can do with this tool, here&#8217;s a tip: create sets based on multiple tags (the above screenshot is a set that combines the tags &#8220;Europe&#8221; and &#8220;night&#8221;).</p>
<p>There&#8217;s a myriad of Flickr tools out there if you&#8217;re looking to do a little more with Flickr. For a nice list of what&#8217;s available check out <a href="http://www.flickrbits.com/">FlickrBits</a>.</p>
<p>[via <a href="http://radar.oreilly.com/archives/2007/09/adding_smart_se.html">O'Reilly Radar</a>]</p>
<p><strong>See Also:</strong></p>
<ul>
<li><a href="http://blog.wired.com/monkeybites/2007/08/manage-flickr-u.html#previouspost">Manage Flickr Uploads From Your Desktop With FlickrSync</a></li>
<li><a href="http://blog.wired.com/monkeybites/2007/08/flickrs-new-web.html#previouspost">Flickr&#8217;s New Web-Based Tools Make Batch Uploads A Snap</a></li>
<li><a href="http://blog.wired.com/monkeybites/2007/06/give_your_photo.html#previouspost">Give Your Photos Coffee Table Glory With Flickr And Blurb</a></li>
<li><a href="http://blog.wired.com/monkeybites/2007/09/marsedit-20-add.html#previouspost">MarsEdit 2.0 Adds Flickr Support</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2007/09/how_to_create_flickr_smart_sets/feed/</wfw:commentRss>
        <slash:comments>1</slash:comments>

        
    </item>
    
    <item>
        <title>Add RAW Capabilities To Low-End Canon Cameras</title>
        <link>http://www.webmonkey.com/2007/09/add_raw_capabilities_to_low-end_canon_cameras/</link>
        <comments>http://www.webmonkey.com/2007/09/add_raw_capabilities_to_low-end_canon_cameras/#comments</comments>
        <pubDate>Mon, 10 Sep 2007 14:48:37 +0000</pubDate>

                <dc:creator>Scott Gilbertson</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/blog/addrawcapabil</guid>
        		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Software & Tools]]></category>
		<category><![CDATA[howto]]></category>
        <description><![CDATA[If you&#8217;ve got a low-end Canon point-and-shoot you could have access to more features than you think. Most of Canon&#8217;s recent digital cameras, even the low end models, are based on the DIGIC II chip, and, as Linux.com points out there&#8217;s an alternate firmware for that chip that unlocks the features Canon disables in the [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled -->
<p><img class="blogimg" src="http://blog.wired.com/monkeybites/images/canon.jpg" alt="canon.jpg" border="0" width="239" height="142" style="float: right; margin: 0px 0px 5px 5px;" />If you&#8217;ve got a low-end Canon point-and-shoot you could have access to more features than you think. Most of Canon&#8217;s recent digital cameras, even the low end models, are based on the DIGIC II chip, and, as Linux.com <a href="http://www.linux.com/feature/118946">points out</a> there&#8217;s an alternate firmware for that chip that unlocks the features Canon disables in the low end models &mdash; including the ability to shoot RAW images.</p>
<p>The alternate firmware for Canon&#8217;s DIGIC II processor is known as CHDK. You can grab the firmware from the site, which also has a list of <a href="http://scratchpad.wikia.com/wiki/CHDK/FAQ#Q._What_camera_models_are_supported_by_the_CHDK_firmware.3F">supported models</a> and <a href="http://scratchpad.wikia.com/wiki/CHDK/FAQ#Q._What_is_the_procedure_of_loading_the_CHDK_firmware_into_my_camera.3F">instructions for installation</a>.</p>
<p>CHDK adds the following features to your supported camera:</p>
<blockquote>
<ul>
<li>Shooting in RAW</li>
<li>Live histogram (RGB, blended, luminance and for each RGB channel)</li>
<li>Zebra mode (blinking highlights and shadows)</li>
<li>DOF-calculator</li>
<li>Battery indicator</li>
<li>Scripts execution (exposure/focus/&#8230; bracketing, intervalometer and more)</li>
<li>File browser</li>
<li>Text reader</li>
<li>Calendar</li>
<li>Some tools and games </li>
</ul>
</blockquote>
<p><span id="more-36902"></span></p>
<p>You&#8217;ll need to put CHDK on your memory card and then use Canon&#8217;s provided firmware update feature to launch CHDK, which means you&#8217;ll need an SD card reader to load the firmware files on to the card to begin with (though a couple of model have instructions for loading the firmware files straight to the camera).</p>
<p>By default the CHDK firmware will need to be manually booted each time you restart the camera, which, while it protects you from bricking your camera, is less than ideal. Fortunately, the latest version allows you to make CHDK auto-boot by locking your SD card. Instruction on how to set that up can be found on the <a href="http://scratchpad.wikia.com/wiki/CHDK/FAQ#Q._How_can_I_make_the_CHDK_firmware_load_automatically_at_startup.3F">CHDK wiki</a>.</p>
<p>It&#8217;s also worth noting that SDHC cards (most SD cards over 2 gigs) are not supported.</p>
<p>Still, despite a few shortcomings, this looks like a nice way to add RAW support to Canon&#8217;s low-end line. Of course, RAW image support isn&#8217;t going to make up for the less than stellar optical components of low-end cameras. </p>
<p>This isn&#8217;t a way to replace your SLR, but for those times when you don&#8217;t want to lug an SLR, but you&#8217;d like to have the advantage of RAW images, this could be the solution.</p>
<p>Note that I don&#8217;t have a Canon digital camera so I haven&#8217;t tested the CHDK firmware, but unlike some things, such as replacement firmware for routers, CHDK is non-destructive so it&#8217;s worth a try. Of course, this is a hack, and even though you&#8217;re unlikely to damage your camera, if you are under a warranty, proceed at your own risk.</p>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2007/09/add_raw_capabilities_to_low-end_canon_cameras/feed/</wfw:commentRss>
        <slash:comments>4</slash:comments>

        
    </item>
    
    <item>
        <title>Vote: The Best of the DIY Web</title>
        <link>http://www.webmonkey.com/2007/08/vote_the_best_of_the_diy_web/</link>
        <comments>http://www.webmonkey.com/2007/08/vote_the_best_of_the_diy_web/#comments</comments>
        <pubDate>Fri, 17 Aug 2007 21:13:53 +0000</pubDate>

                <dc:creator>Michael Calore</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/blog/votethebesto</guid>
        		<category><![CDATA[Software & Tools]]></category>
		<category><![CDATA[howto]]></category>
        <description><![CDATA[By now, we&#8217;re sure you&#8217;re totally enamored with the new Wired How To Wiki. If you haven&#8217;t seen it yet (what do you mean you haven&#8217;t seen it!?), then be sure to dig in and explore a little. It&#8217;s filled with dozens of instructional tutorials on a wide range of topics. Some of our favorites: [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled -->
<p><a onclick="window.open(this.href, '_blank', 'width=375,height=303,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false" href="http://blog.wired.com/.shared/image.html?/photos/uncategorized/2007/08/17/diyhead.jpg"><img width="250" height="202" border="0" src="http://blog.wired.com/monkeybites/images/2007/08/17/diyhead.jpg" title="Diyhead" alt="Diyhead" style="margin: 0px 0px 5px 5px; float: right;" /></a><br />
By now, we&#8217;re sure you&#8217;re totally enamored with the new <a href="http://howto.wired.com/">Wired How To Wiki</a>. If you haven&#8217;t seen it yet (what do you mean you haven&#8217;t seen it!?), then be sure to dig in and explore a little. It&#8217;s filled with dozens of instructional tutorials on a wide range of topics. Some of our favorites: <a href="http://howto.wired.com/wiredhowtos/index.cgi?page_name=run_a_fast_meeting;action=display;category=Work">How to run an efficient meeting</a>, <a href="http://howto.wired.com/wiredhowtos/index.cgi?page_name=compile_software_from_source_code;action=display;category=Work">how to compile software from source code</a>, <a href="http://howto.wired.com/wiredhowtos/index.cgi?page_name=make_an_ipod_nano_case_from_a_bike_inner_tube;action=display;category=Play">how to make an iPod Nano case from a bike inner-tube</a> and <a href="http://howto.wired.com/wiredhowtos/index.cgi?page_name=run_windows_on_a_mac;action=display;category=Live">how to run Windows on a Mac</a>. And the whole site a wiki, which means you can add your own expertise to make the how tos better.</p>
<p>Of course, we&#8217;re not the only ones providing resources of the hands-on variety. The web has always been well-steeped in DIY culture, so there are thousands of pages dedicated to projects, tutorial topics and helpful tips for using software and hardware of all stripes.</p>
<p>We&#8217;d like to ask you to nominate the best how to projects on the web.<br />
<strong>Vote for your favorite resources below or submit your own to the list.</strong><br />
What are the destinations that really inspire you to roll up your<br />
sleeves, grease your elbows and get your hands dirty? Once the votes<br />
have been counted, we&#8217;ll contact the winning author and send them some<br />
tchotchkes &#8212; and we&#8217;ll feature their tutorial on the front page of the<br />
Wired How To Wiki site.</p>
<p>Photo: Scott Beale / <a href="http://laughingsquid.com/">Laughing Squid</a> via <a href="http://www.flickr.com/photos/laughingsquid/505483982/">Flickr</a></p>
<p><span id="more-35962"></span></p>
<p><a name="submittop"></a></p>
<h4>Show DIY articles that are: <a href="http://reddit.wired.com/best_of_diy/" target="trend">hot</a> | <a href="http://reddit.wired.com/best_of_diy/?s=new" target="trend">new</a> | <a href="http://reddit.wired.com/best_of_diy/?s=top" target="trend">top-rated</a> or <a href="#submit">submit your own DIY best-of</a>.</h4>
<p><iframe width="600" height="1100" frameborder="0" src="http://reddit.wired.com/best_of_diy/" border="0" name="trend"> </iframe></p>
<p>&nbsp;</p>
<p><a name="submit"></a> </p>
<h4>Submit a DIY article</h4>
<p>While you can submit as many resources as you want, you can only submit one every 30 minutes. No HTML allowed. Be sure to put a link to the site, page, or article you want to submit in the &quot;link&quot; field.</p>
<p><iframe width="600" height="400" frameborder="0" src="http://reddit.wired.com/best_of_diy/submit" border="0" name="submit"> </iframe></p>
<p><a href="#submittop">Back to top</a></p>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2007/08/vote_the_best_of_the_diy_web/feed/</wfw:commentRss>
        <slash:comments>4</slash:comments>

        
    </item>
    </channel>
</rss>