<?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>SVG &#8211; Matthew Petroff</title>
	<atom:link href="https://mpetroff.net/tag/svg/feed/" rel="self" type="application/rss+xml" />
	<link>https://mpetroff.net</link>
	<description>mpetroff.net</description>
	<lastBuildDate>Sun, 05 Jul 2020 23:57:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>HTML5 Night Sky Viewer</title>
		<link>https://mpetroff.net/2014/02/html5-night-sky-viewer/</link>
					<comments>https://mpetroff.net/2014/02/html5-night-sky-viewer/#comments</comments>
		
		<dc:creator><![CDATA[Matthew Petroff]]></dc:creator>
		<pubDate>Sun, 09 Feb 2014 23:41:29 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[night sky]]></category>
		<category><![CDATA[SVG]]></category>
		<guid isPermaLink="false">http://www.mpetroff.net/?p=1292</guid>

					<description><![CDATA[For HopHacks last weekend, I wrote an HTML5 night sky viewer. Using D3.js and SunCalc, the 750 brightest stars are rendered using SVG and Javascript. One&#8217;s location can either be found using the HTML5 Geolocation API, or it can be &#8230; <a href="https://mpetroff.net/2014/02/html5-night-sky-viewer/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p><span class="dropcap">F</span>or <a href="http://hophacks.com/">HopHacks</a> last weekend, I wrote an HTML5 night sky viewer. Using <a href="http://d3js.org/">D3.js</a> and <a href="https://github.com/mourner/suncalc">SunCalc</a>, the 750 brightest stars are rendered using SVG and Javascript. One&#8217;s location can either be found using the HTML5 Geolocation API, or it can be entered manually. The keyboard is used to navigate, and mousing over a star will display some information about it. As it was written in a weekend, there may be bugs.</p>
<p>Here is the viewer:<br />
<a href="/files/nightsky/">https://mpetroff.net/files/nightsky/</a></p>
<p>The code is available on <a href="https://github.com/mpetroff/nightsky">Github</a>.</p>
<p><a href="https://cdn0.mpetroff.net/wp-content/uploads/2014/02/nightsky.png" data-sbox="1292"><img decoding="async" class="aligncenter size-large wp-image-1296" alt="Night Sky" src="https://cdn0.mpetroff.net/wp-content/uploads/2014/02/nightsky-640x418.png" width="640" height="418" /></a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://mpetroff.net/2014/02/html5-night-sky-viewer/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Camp Workcoeman Website Redesign</title>
		<link>https://mpetroff.net/2014/01/camp-workcoeman-website-redesign/</link>
					<comments>https://mpetroff.net/2014/01/camp-workcoeman-website-redesign/#comments</comments>
		
		<dc:creator><![CDATA[Matthew Petroff]]></dc:creator>
		<pubDate>Tue, 21 Jan 2014 00:04:26 +0000</pubDate>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Bootstrap]]></category>
		<category><![CDATA[Camp Workcoeman]]></category>
		<category><![CDATA[Jekyll]]></category>
		<category><![CDATA[SVG]]></category>
		<category><![CDATA[web design]]></category>
		<guid isPermaLink="false">http://www.mpetroff.net/?p=1277</guid>

					<description><![CDATA[I spent the last few weeks redesigning the Camp Workcoeman website. The site design is based on Bootstrap, without the jQuery components, and makes heavy use of SVGs. In addition, the header dynamically responds to the time of day&#8212;the sun&#8217;s &#8230; <a href="https://mpetroff.net/2014/01/camp-workcoeman-website-redesign/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p><span class="dropcap">I</span> spent the last few weeks redesigning the <a href="http://campworkcoeman.org/">Camp Workcoeman website</a>. The site design is based on Bootstrap, without the jQuery components, and makes heavy use of SVGs. In addition, the header dynamically responds to the time of day&#8212;the sun&#8217;s out during the day, and the stars are out at night. Using <a href="https://github.com/mourner/suncalc">SunCalc.js</a>, it fairly accurately displays the sun and moon. <a href="http://jekyllrb.com/">Jekyll</a> is used for templating and site generation.</p>
<p><a href="https://cdn0.mpetroff.net/wp-content/uploads/2014/01/new-site.png" data-sbox="1277"><img loading="lazy" decoding="async" class="aligncenter size-large wp-image-1278" alt="New Site" src="https://cdn0.mpetroff.net/wp-content/uploads/2014/01/new-site-640x375.png" width="640" height="480" /></a><span id="more-1277"></span></p>
<p>Compare this to the old site, which was completely static HTML and Flash, making updates difficult.</p>
<p><a href="https://cdn0.mpetroff.net/wp-content/uploads/2014/01/old-site.png" data-sbox="1277"><img loading="lazy" decoding="async" class="aligncenter size-large wp-image-1279" alt="Old Site" src="https://cdn0.mpetroff.net/wp-content/uploads/2014/01/old-site-640x375.png" width="640" height="480" /></a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://mpetroff.net/2014/01/camp-workcoeman-website-redesign/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Content Delivery Network via Amazon Web Services: CloudFront: cdn0.mpetroff.net
Minified using Disk

Served from: mpetroff.net @ 2026-03-30 10:57:06 by W3 Total Cache
-->