<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Hack a Day &#187; svg</title>
	<atom:link href="http://hackaday.com/tag/svg/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackaday.com</link>
	<description>Fresh hacks every day</description>
	<lastBuildDate>Fri, 10 Feb 2012 06:18:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='hackaday.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/5560f98f805877b0e332f191cb9e0af3?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Hack a Day &#187; svg</title>
		<link>http://hackaday.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://hackaday.com/osd.xml" title="Hack a Day" />
	<atom:link rel='hub' href='http://hackaday.com/?pushpress=hub'/>
		<item>
		<title>How to add flair to a webpage that shows your project data</title>
		<link>http://hackaday.com/2012/01/27/how-to-add-flair-to-a-webpage-that-shows-your-project-data/</link>
		<comments>http://hackaday.com/2012/01/27/how-to-add-flair-to-a-webpage-that-shows-your-project-data/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 17:58:40 +0000</pubDate>
		<dc:creator>Mike Szczys</dc:creator>
				<category><![CDATA[software hacks]]></category>
		<category><![CDATA[inkscape]]></category>
		<category><![CDATA[svg]]></category>
		<category><![CDATA[vector graphics]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=66320</guid>
		<description><![CDATA[This temperature display may not knock your socks off, but it&#8217;s a simple demonstration of how you can used vector graphics as a web readout for data (translated). [Luca] wrote this four page tutorial to help others, he makes it look really easy, and the sky&#8217;s the limit on eye candy once you get he basics [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=66320&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-66321" title="svg-based-dash-boards" src="http://hackadaycom.files.wordpress.com/2012/01/svg-based-dash-boards-e1327686308553.jpg" alt="" width="470" height="395" /></p>
<p>This temperature display may not knock your socks off, but it&#8217;s a simple demonstration of <a href="http://www.lucadentella.it/2012/01/22/dashboard-in-svg/">how you can used vector graphics as a web readout for data</a> (<a href="http://translate.google.com/translate?sl=auto&amp;tl=en&amp;js=n&amp;prev=_t&amp;hl=en&amp;ie=UTF-8&amp;layout=2&amp;eotf=1&amp;u=http%3A%2F%2Fwww.lucadentella.it%2F2012%2F01%2F22%2Fdashboard-in-svg%2F">translated</a>). [Luca] wrote this four page tutorial to help others, he makes it look really easy, and the sky&#8217;s the limit on eye candy once you get he basics in place.</p>
<p>The first step is to create the dynamic SVG (vector graphic) file using Inkscape that will be used by the webpage. This starts with a static background, in this case the grey parts of the thermometer which will not change. Over the top the blue parts were added, with just a bit of XML editing to give those parts a hook which will be used in the next step. The demo above will have a moving blue bar and changing numeric output to match data coming in from a temperature sensor.</p>
<p>An SVG file is just a text file that is rendered as a graphic when loaded. [Luca] shows you how to used the identifiers set up when making the graphic to dynamically change the size and value of the blue parts with server-side PHP before sending the graphic to the browser. With that in place you just need to give the PHP file access to the data. He shows how to use the Pachube API but you could just as easily get this via serial or otherwise.</p>
<br />Filed under: <a href='http://hackaday.com/category/software-hacks/'>software hacks</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/66320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/66320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/66320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/66320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/66320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/66320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/66320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/66320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/66320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/66320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/66320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/66320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/66320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/66320/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=66320&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2012/01/27/how-to-add-flair-to-a-webpage-that-shows-your-project-data/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Mike Szczys</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2012/01/svg-based-dash-boards-e1327686308553.jpg" medium="image">
			<media:title type="html">svg-based-dash-boards</media:title>
		</media:content>
	</item>
		<item>
		<title>Parametric script makes laser cutter designs a snap</title>
		<link>http://hackaday.com/2011/07/31/parametric-script-makes-laser-cutter-designs-a-snap/</link>
		<comments>http://hackaday.com/2011/07/31/parametric-script-makes-laser-cutter-designs-a-snap/#comments</comments>
		<pubDate>Sun, 31 Jul 2011 13:00:22 +0000</pubDate>
		<dc:creator>Mike Szczys</dc:creator>
				<category><![CDATA[cnc hacks]]></category>
		<category><![CDATA[laser cutter]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[svg]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=50766</guid>
		<description><![CDATA[[Tinkerer] bought a small cupboard from an antique store to fit nicely into his kitchen decor. After getting it home, he realized that some of the cubbyholes had originally housed drawers. The originals were long gone but this provided an opportunity for him to make the replacements seen above. The first design approach that popped [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=50766&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-50767" title="parametric-scripting-for-laser-cut-parts" src="http://hackadaycom.files.wordpress.com/2011/07/parametric-scripting-for-laser-cut-parts-e1312046649312.jpg" alt="" width="470" height="353" /></p>
<p>[Tinkerer] bought a small cupboard from an antique store to fit nicely into his kitchen decor. After getting it home, he realized that some of the cubbyholes had originally housed drawers. The originals were long gone but this provided an opportunity for him to <a href="http://www.hackvandedam.nl/blog/?p=64">make the replacements seen above</a>.</p>
<p>The first design approach that popped into [Tinkerer's] mind was to draw the pieces in an editor like Inkscape. Some consultation with others at the local Hackerspace led him to <a href="http://www.giplt.nl/svg/">this script-based parametric SVG design tool</a>. We jumped right in to give it a whirl, clicking on Load &#8211;&gt; Construction (category) &#8211;&gt; Better Box. Once you&#8217;ve chosen the script, click on &#8216;Parameters&#8217; on the left column and enter the sizing you want for your box. When all values are correct, click the renter tab, then export it as a Scalable Vector Graphic.</p>
<p>We&#8217;ve lamented time and again about <a href="http://hackaday.com/2011/04/14/buying-a-laser-cutter-from-china/">our lack of a laser cutter</a>, so we were unable to test this out. But we can&#8217;t see why it wouldn&#8217;t reproduce the same results that [Tinkerer] achieved.</p>
<br />Filed under: <a href='http://hackaday.com/category/cnc-hacks/'>cnc hacks</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/50766/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/50766/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/50766/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/50766/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/50766/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/50766/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/50766/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/50766/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/50766/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/50766/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/50766/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/50766/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/50766/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/50766/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=50766&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2011/07/31/parametric-script-makes-laser-cutter-designs-a-snap/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Mike Szczys</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2011/07/parametric-scripting-for-laser-cut-parts-e1312046649312.jpg" medium="image">
			<media:title type="html">parametric-scripting-for-laser-cut-parts</media:title>
		</media:content>
	</item>
		<item>
		<title>PartKAM produces CAM related files online</title>
		<link>http://hackaday.com/2010/06/02/partkam-produces-cam-related-files-online/</link>
		<comments>http://hackaday.com/2010/06/02/partkam-produces-cam-related-files-online/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 19:00:17 +0000</pubDate>
		<dc:creator>Mike Szczys</dc:creator>
				<category><![CDATA[cnc hacks]]></category>
		<category><![CDATA[cam]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[gcode]]></category>
		<category><![CDATA[partkam]]></category>
		<category><![CDATA[svg]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=24671</guid>
		<description><![CDATA[PartKAM is a Flash-based CAM production package created by [Jack Qiao]. There are a ton of computer aided manufacturing suites out there, this one is simple and requires nothing more than having your browser open. We played with it for a few moments and found it useful but still a bit buggy. Most notably, it lacks a &#8216;undo&#8217; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=24671&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-24672" title="PartKAM-browser-program" src="http://hackadaycom.files.wordpress.com/2010/06/partkam-browser-program.jpg" alt="" width="470" height="441" /></p>
<p>PartKAM is a <a href="http://www.cnczone.com/forums/showthread.php?t=106198">Flash-based CAM production package</a> created by [Jack Qiao]. There are a ton of computer aided manufacturing suites out there, this one is simple and requires nothing more than having your browser open. We played with it for a few moments and found it useful but still a bit buggy. Most notably, it lacks a &#8216;undo&#8217; option. That being said, you can export as SVG or gCode for use when you just need to <a href="http://hackaday.com/2009/02/01/generating-g-code-with-common-lisp/">hammer out a few parts</a> with that <a href="http://hackaday.com/2010/03/24/arm-based-cnc-mill-needs-no-computer/">CNC mill you threw together</a>.</p>
<br />Filed under: <a href='http://hackaday.com/category/cnc-hacks/'>cnc hacks</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/24671/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/24671/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/24671/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/24671/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/24671/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/24671/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/24671/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/24671/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/24671/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/24671/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/24671/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/24671/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/24671/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/24671/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=24671&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2010/06/02/partkam-produces-cam-related-files-online/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Mike Szczys</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2010/06/partkam-browser-program.jpg" medium="image">
			<media:title type="html">PartKAM-browser-program</media:title>
		</media:content>
	</item>
		<item>
		<title>Ponoko launches subscription manufacturing</title>
		<link>http://hackaday.com/2008/12/01/ponoko-launches-subscription-manufacturing/</link>
		<comments>http://hackaday.com/2008/12/01/ponoko-launches-subscription-manufacturing/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 04:42:01 +0000</pubDate>
		<dc:creator>Eliot</dc:creator>
				<category><![CDATA[misc hacks]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[tool hacks]]></category>
		<category><![CDATA[dxf]]></category>
		<category><![CDATA[laser cut]]></category>
		<category><![CDATA[manufacture]]></category>
		<category><![CDATA[manufacturing as a service]]></category>
		<category><![CDATA[ponoko]]></category>
		<category><![CDATA[rapid prototyping]]></category>
		<category><![CDATA[reprap]]></category>
		<category><![CDATA[subscription]]></category>
		<category><![CDATA[svg]]></category>

		<guid isPermaLink="false">http://hackadaycom.wordpress.com/?p=6530</guid>
		<description><![CDATA[Ponoko is an on-demand manufacturing service. You submit your design and they&#8217;ll cut it out of one of their many materials. The site is built so you can sell your products or designs directly. They recently took a major step with the introduction of Designmake Prime. It&#8217;s a monthly subscription based service with many benefits. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=6530&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-6531" title="reprap" src="http://hackadaycom.files.wordpress.com/2008/12/reprap.jpg" alt="reprap" width="450" height="253" /></p>
<p>Ponoko is an on-demand manufacturing service. You submit your design and they&#8217;ll cut it out of one of their many <a title="Ponoko - Materials Catalog" href="http://www.ponoko.com/make-and-sell/materials">materials</a>. The site is built so you can sell your products or designs directly. They recently took a major step with the <a title="Ponoko Blog" href="http://blog.ponoko.com/2008/11/20/ponoko-set-to-launch-another-world-first/">introduction of Designmake Prime</a>. It&#8217;s a monthly subscription based service with <a href="http://www.ponoko.com/make-and-sell/pricing-and-signup">many benefits</a>. It lets you submit DXFs for evaluation instead of their standard EPS or SVG. You can request any material you want and they&#8217;ll provide direct support. You also get priority in manufacturing queues. While they&#8217;ve always offered an à la carte service, this new move puts Ponoko directly in the role of a traditional manufacturer. Offering manufacturing as a service shows their intention of former a relationship with their customers, but at the an individual level, which most manufacturers can&#8217;t approach because of scale.</p>
<p>Ponoko first came to our attention when RepRap published an <a title="Lasercut RepRap kit  - Hack a Day" href="http://hackaday.com/2008/10/19/lasercut-reprap-kit/">acrylic version of their machine</a>.</p>
<p>[via <a title="Ponoko's Designmake Prime" href="http://www.fabbaloo.com/2008/12/ponokos-designmake-prime.html">Fabbaloo</a>]</p>
<br />Posted in misc hacks, news, tool hacks  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/6530/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/6530/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/6530/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/6530/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/6530/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/6530/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/6530/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/6530/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/6530/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/6530/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/6530/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/6530/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/6530/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/6530/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=6530&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2008/12/01/ponoko-launches-subscription-manufacturing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">RobotSkirts</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2008/12/reprap.jpg" medium="image">
			<media:title type="html">reprap</media:title>
		</media:content>
	</item>
	</channel>
</rss>
