<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>studiowhiz</title>
	
	<link>http://studiowhiz.com</link>
	<description>a blog by Mr K - a crazy passionate web nut. Here Mr K blogs about life, technology, web, business and more. If it takes his fancy, you can read it here</description>
	<lastBuildDate>Sat, 12 Nov 2011 19:29:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/StudiowhizFeeds" /><feedburner:info uri="studiowhizfeeds" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>StudiowhizFeeds</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>HTML5 – the confusion of the web</title>
		<link>http://feedproxy.google.com/~r/StudiowhizFeeds/~3/Jc1wQToGui4/</link>
		<comments>http://studiowhiz.com/2011/11/13/html5-the-confusion-of-the-web/#comments</comments>
		<pubDate>Sat, 12 Nov 2011 19:23:11 +0000</pubDate>
		<dc:creator>Mr K</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Technology & Software]]></category>

		<guid isPermaLink="false">http://studiowhiz.com/?p=2339</guid>
		<description><![CDATA[I&#8217;ve been in the online industry for over 17 years, during much of that time I&#8217;ve been a &#8216;hack&#8217; developer. I recall my earliest days of HTML, which I chose to learn after refusing to learn HyperCard &#8211; something about HTML felt so right. I&#8217;ve always felt HTML had more potential than we ever realised. [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve been in the online industry for over 17 years, during much of that time I&#8217;ve been a &#8216;hack&#8217; developer. I recall my earliest days of HTML, which I chose to learn after refusing to learn HyperCard &#8211; something about HTML felt so right. I&#8217;ve always felt HTML had more potential than we ever realised.</p>
<p>Oh sure along the way I&#8217;ve learnt more than just HTML of course. I still recall experimenting with &#8220;Future Splash&#8221; which became Flash (which is now on deaths door with the <a title="Death of Flash on Mobile" href="http://www.engadget.com/2011/11/09/adobe-confirms-flash-player-is-dead-for-mobile-devices/" target="_blank">death of Flash on Mobile</a>), toyed with Silverlight (<a title="Microsoft kills off silverlight" href="http://www.engadget.com/2011/11/09/talk-mounts-that-version-5-could-be-silverlights-last-might-on/" target="_blank">which also is being killed off by Microsoft</a>), and I remember being &#8216;forced&#8217; to learn PHP in a hurry to help save a company I was working with at the time. I&#8217;ve battled with Javascript, I love CSS and I&#8217;ve experimented with so many different web-technologies. Alas now I find myself no longer coding much of anything. The last project I worked on is &#8216;<a href="http://www.localwhiz.net/" target="_blank">Localwhiz</a>&#8216; a location based exploration tool that I never really finished &#8211; I even started a version 2 (<a href="http://dev.localwhiz.net/" target="_blank">dev.localwhiz</a> if you try it, simply close the empty splash window to explore the map) which is 100% HTML, CSS, Javascript (and a small PHP Proxy) to build on others API&#8217;s. (Version 1 is limited to Canada becuase it uses <a href="http://yellowapi.com" target="_blank">yellowapi.com</a>, Version 2 isn&#8217;t limited as it uses Sensis, YellowAPI and Google Places. Both use Foursquare, and V2 also uses Flickr API and &#8230; anyway it&#8217;s not going anywhere fast at the moment)</p>
<p><strong>So why am I writing this blog post about HTML 5 after a period of time away from blogging</strong>?</p>
<p>I have the privilege this week of attending Google Developer Day in Sydney and during this time I sat in on a couple of sessions by <a href="https://plus.google.com/118075919496626375791/about" target="_blank">Eric Bidelman</a>. I&#8217;ve know of Eric for a long time, but had never met him before or really listened to him present. One of the sessions he took was &#8220;HTML5 Bleeding Edge&#8221;. And this is why I&#8217;m blogging today.</p>
<h2>HTML5 &#8211; the confusion</h2>
<p>Lets go back a second. Why are both Adobe and Microsoft moving away from technology they both saw as empowering the &#8216;interactive&#8217; or &#8216;engaging&#8217; web? Well Adobe and my old mate <a href="http://www.mikechambers.com/blog/2011/11/11/clarifications-on-flash-player-for-mobile-browsers-the-flash-platform-and-the-future-of-flash/" target="_blank">Mike Chambers</a> would tell you one of the key reasons they are killing off Mobile Flash is in part due to Apple and it&#8217;s lack of adoption for Flash on the iPhone. Sure this might have been the catalyst for this, but it is by far the primary driver. Both Flash and Silverlight existed to fill a void, a void that HTML historically left open. One of engagement.</p>
<p>HTML is a semantic structure language that defines on the page what elements are. That&#8217;s it. It simply says &#8220;This is a paragraph&#8221; or &#8220;This word should have <strong>emphasis</strong>&#8220;. HTML was never about &#8220;move this from here&#8221;, &#8220;reveal this&#8221;, or even &#8220;have I been clicked&#8221;.</p>
<p>HTML is and always will be a semantic markup language. It&#8217;s dumb. It does nothing other than tell you what an element is. In the same light CSS is a semantic language  that is also (by n large) dumb. It tells you how an element should look (excuse CSS animations for now). So we still have a void, a gap that links together elements, layout and actions. Enter stage left, Javascript.</p>
<p>I don&#8217;t know about you but to me HTML has always been just HTML, Javascript and to a lesser extent CSS were supporting acts to HTML. As I watched and listened to Eric presenting and showing off HTML5, everything (and I mean EVERYTHING) he did, had elements of &#8216;engagement&#8217; (think &#8216;actions&#8217;, &#8216;movement&#8217;). There was movement, there was fluidity, there was cause and reaction. He talked long and hard about the power of HTML 5 and demoed these things. Time and time again he used phrases like &#8216;raw html&#8217;, &#8216;power of html5&#8242;, &#8216;native html5 in the browser&#8217;.</p>
<h2>A reality check here</h2>
<p>So wait, <a href="http://www.html5rocks.com/en/" target="_blank">HTML5 Rocks</a>, I agree, but it would seem when we talk about HTML5 we are no longer talking about just HTML. What I&#8217;m seeing is HTML5 as more of a family, 3 in one if you will. The &#8216;holy trinity&#8217; of the web.</p>
<ul>
<li><strong>HTML</strong> &#8211; structured understanding and markup of elements on a page</li>
<li><strong>CSS</strong> &#8211; structured language for defining how an element sits on and what it looks like on a page</li>
<li><strong>Javascript</strong> &#8211; a defined set of API&#8217;s that allow engagement, interaction between elements (in this place you can consider a user, mouse, web server, or almost any outside influence as an element) on the page</li>
</ul>
<p>To that point, the folks over at HTML5 Rocks even have a slide that outlines this. They <a href="http://slides.html5rocks.com/#formula-intro-slide" target="_blank">say that HTML5 is this family</a>.</p>
<h2>HTMl5 &#8211; the future, today</h2>
<p>It&#8217;s nice to sit here and type out a blog post realising that finally after 17+ years, I&#8217;m seeing the true potential of what the web can be. HTML5 is what HTML2 should have been.  I wonder if we hadn&#8217;t so easily chased after technology like Flash and Silverlight if the web would be in a much stronger place now. If the W3C had fought harder for standards, earlier, would Internet Explorer be a stronger (and by that I mean better) browser than it is today? I don&#8217;t lay all the blame for IE&#8217;s short comings at Microsoft, I lay part of that blame at Adobe&#8217;s feet. Flash made web developers and designers lazy, it made the W3C &amp; web standards fights harder.</p>
<p>Today we no longer need Flash, we have HTML5 &#8211; sadly, Microsoft have promised 10+ years of support for Internet Explorer &amp; Flash on the desktop is still around (for now). So yes we might have the future technology, today, but thanks to Adobe and Microsoft, most main stream websites still can&#8217;t make use of many of these technologies today, and won&#8217;t be able too for many years to come.</p>
<h3>Footnote:</h3>
<p>Yes I know that <a href="http://www.i-programmer.info/news/86-browsers/3278-internet-explorer-loses-market-share.html" target="_blank">apparently Internet Explorer has dipped below 50% market share</a> for the first time, and speculation is Chrome will replace it as the #1 browser within 18 months to 2 years. But for most websites (at least here in NZ) Internet Explorer is still in the 70% range of users &#8211; thanks in part to corporations not upgrading from Windows XP.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=Jc1wQToGui4:tfuIM4wNcY0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=Jc1wQToGui4:tfuIM4wNcY0:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=Jc1wQToGui4:tfuIM4wNcY0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=Jc1wQToGui4:tfuIM4wNcY0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=Jc1wQToGui4:tfuIM4wNcY0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=Jc1wQToGui4:tfuIM4wNcY0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=Jc1wQToGui4:tfuIM4wNcY0:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=Jc1wQToGui4:tfuIM4wNcY0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=Jc1wQToGui4:tfuIM4wNcY0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=Jc1wQToGui4:tfuIM4wNcY0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=Jc1wQToGui4:tfuIM4wNcY0:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=Jc1wQToGui4:tfuIM4wNcY0:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=Jc1wQToGui4:tfuIM4wNcY0:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=Jc1wQToGui4:tfuIM4wNcY0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=Jc1wQToGui4:tfuIM4wNcY0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=Jc1wQToGui4:tfuIM4wNcY0:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/StudiowhizFeeds/~4/Jc1wQToGui4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://studiowhiz.com/2011/11/13/html5-the-confusion-of-the-web/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://studiowhiz.com/2011/11/13/html5-the-confusion-of-the-web/</feedburner:origLink></item>
		<item>
		<title>Timer Remote for Sony a55 (intervalometer)</title>
		<link>http://feedproxy.google.com/~r/StudiowhizFeeds/~3/gNMkbyuM0DU/</link>
		<comments>http://studiowhiz.com/2011/07/11/timer-remote-for-sony-a55-intervalometer/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 04:55:30 +0000</pubDate>
		<dc:creator>Mr K</dc:creator>
				<category><![CDATA[Gadgets & Toys]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Technology & Software]]></category>
		<category><![CDATA[product]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[sony a55]]></category>
		<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://studiowhiz.com/?p=2327</guid>
		<description><![CDATA[I bought a Sony a55 a while back and really couldn&#8217;t be happier. It&#8217;s a great camera and I&#8217;m taking some great shots with it. You can check out some of my shots here on flickr or 500px.com. But one thing bugged me &#8211; I can&#8217;t tether it to my laptop to do remote shooting [...]]]></description>
				<content:encoded><![CDATA[<p>I bought a Sony a55 a while back and really couldn&#8217;t be happier. It&#8217;s a great camera and I&#8217;m taking some great shots with it. You can check out some of my <a href="http://www.flickr.com/photos/studiowhiz/">shots here on flickr</a> or <a href="http://photosby.keranmckenzie.com/">500px.com</a>.</p>
<p>But one thing bugged me &#8211; I can&#8217;t tether it to my laptop to do remote shooting for timer release. So I went on the hunt for a intervalometer. The cheapest I could find here in NZ was over $140 &#8211; one issue with buying Sony is that accessories aren&#8217;t the cheapest. There are tons of Canon or Nikon accessories by 3rd parties that are cheap &#8211; but for Sony not so many (although this is changing)</p>
<p>Then someone introduced me to <a href="http://www.dealextreme.com/">dealextreme.com</a> a very dangerous website, with full PayPal support and FREE shipping any where in the world &#8211; it&#8217;s like the worlds best $2 shop (except not everything is $2).</p>
<p>When I went looking for a intervalometer I wanted one that was flexible and wasn&#8217;t a simple remote. I ended up settling on a JJC Timer Remote Shutter. This remote sets the following:</p>
<ul>
<li>Delay &#8211; allows you to set a delay before the first shot is taken (up to 99 hours, 59 mins, 59 seconds)</li>
<li>Bulb &#8211; how long should it hold the shutter open for (up to 99 hours, 59 mins, 59 seconds)</li>
<li>Interval &#8211; time between shots (up to 99 hours, 59 mins, 59 seconds &#8211; down to 1 second)</li>
<li>Number &#8211; how many shots 1 &#8211; 399 (I later found out you can set it to limitless)</li>
<li>Sound &#8211; it can do a 3 second beep count down to shots</li>
</ul>
<p>Considering it&#8217;s $39.99 (US$) price the build is fantastic, it&#8217;s really solid and everything feels just right. Buttons are very tactile and easy to use.</p>
<div id="attachment_2328" class="wp-caption aligncenter" style="width: 414px"><img class="size-full wp-image-2328" title="The body" src="http://studiowhiz.com/wp-content/uploads/2011/07/Screen-shot-2011-07-11-at-4.28.26-PM.png" alt="" width="404" height="489" /><p class="wp-caption-text">The body</p></div>
<p>As you can see there is a good sized LCD screen (the on off is on the right side by the screen). The main button (has hold written on it) clicks well and you push DOWN and UP to hold the shutter open when in bulb mode. This can be used with the unit off to save batteries.</p>
<div id="attachment_2329" class="wp-caption aligncenter" style="width: 363px"><img class="size-full wp-image-2329" title="Screen &amp; Lights" src="http://studiowhiz.com/wp-content/uploads/2011/07/Screen-shot-2011-07-11-at-4.28.56-PM.png" alt="" width="353" height="471" /><p class="wp-caption-text">Screen &amp; Lights</p></div>
<p>The LCD is a 3 line (kinda) system with a little black indicator to say what setting you&#8217;re in, large numbers to easily read and the bottom line for sound and count (there is space on the right for small text like the countdown timer).  The Light (lock button pushed for less than 1 second turns on the light) doesn&#8217;t stay on as long as I&#8217;d like, but still it&#8217;s handy for checking settings when shooting at night.</p>
<div id="attachment_2330" class="wp-caption aligncenter" style="width: 630px"><img class="size-full wp-image-2330" title="Connector" src="http://studiowhiz.com/wp-content/uploads/2011/07/Screen-shot-2011-07-11-at-4.28.46-PM.png" alt="" width="620" height="338" /><p class="wp-caption-text">Connector</p></div>
<p>The connector is compatible with Sony alpha cameras &#8211; technically speaking it&#8217;s compatible with the a300, a700 etc, but it works fine with my a55, so I&#8217;m guessing it&#8217;d work with the a33 and probably with the a77 when it arrives. It can also work with some Minolta cameras.</p>
<p>The only real con I have with the the unit is that it doesn&#8217;t count down right &#8211; now I&#8217;m not sure what&#8217;s causing this but if you set it for say a 10 second interval, it&#8217;ll fire the first one after 7 seconds, then every 10 seconds after that. The display counts down correctly, but it means the camera is firing on 3 rather than 0. No big drama really &#8211; just annoying. It also wont shoot sub-1 second.</p>
<p><strong>note:</strong> it took me a little while to realise that the &#8212; mode in the N setting (that&#8217;s the number of shots it should take) meant unlimited. The counter for some reason stops at 399. If you simply go DOWN (rather than up) when setting you jump direct from 1 shot to &#8212; (unlimited). This is how I shoot most of the time now.</p>
<h2>Some shots taken with this remote:</h2>
<p><a title="Lens - Focus Stack by Keran McKenzie, on Flickr" href="http://www.flickr.com/photos/studiowhiz/5875707099/"><img src="http://farm6.static.flickr.com/5154/5875707099_a5d58f1362.jpg" alt="Lens - Focus Stack" width="500" height="310" /></a><strong>Great for shooting focus stacked images</strong></p>
<p><a title="Fire Ball test #2 by Keran McKenzie, on Flickr" href="http://www.flickr.com/photos/studiowhiz/5645196121/"><img src="http://farm6.static.flickr.com/5070/5645196121_d2b0cc80bb.jpg" alt="Fire Ball test #2" width="500" height="332" /></a></p>
<p><a title="Tunnel Test #1 by Keran McKenzie, on Flickr" href="http://www.flickr.com/photos/studiowhiz/5645759522/"><img src="http://farm6.static.flickr.com/5105/5645759522_3a5fcb657b.jpg" alt="Tunnel Test #1" width="500" height="332" /></a></p>
<p>A quick video I setup while waiting for a plane in the Brisbane airport:<br />
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="400" height="225" type="application/x-shockwave-flash" data="http://www.flickr.com/apps/video/stewart.swf?v=71377"><param name="flashvars" value="intl_lang=en-us&amp;photo_secret=79ee28844c&amp;photo_id=5545270795" /><param name="movie" value="http://www.flickr.com/apps/video/stewart.swf?v=71377" /><param name="bgcolor" value="#000000" /><param name="allowFullScreen" value="true" /><embed type="application/x-shockwave-flash" width="400" height="225" src="http://www.flickr.com/apps/video/stewart.swf?v=71377" bgcolor="#000000" allowfullscreen="true" flashvars="intl_lang=en-us&amp;photo_secret=79ee28844c&amp;photo_id=5545270795"></embed></object></p>
<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="400" height="225" type="application/x-shockwave-flash" data="http://www.flickr.com/apps/video/stewart.swf?v=71377"><param name="flashvars" value="intl_lang=en-us&amp;photo_secret=55264c3499&amp;photo_id=5599057457" /><param name="movie" value="http://www.flickr.com/apps/video/stewart.swf?v=71377" /><param name="bgcolor" value="#000000" /><param name="allowFullScreen" value="true" /><embed type="application/x-shockwave-flash" width="400" height="225" src="http://www.flickr.com/apps/video/stewart.swf?v=71377" bgcolor="#000000" allowfullscreen="true" flashvars="intl_lang=en-us&amp;photo_secret=55264c3499&amp;photo_id=5599057457"></embed></object></p>
<h2>Summary</h2>
<p>This is a really great addition to my camera bag, and gets used so often I&#8217;m probably going to have to get another one. Other than the countdown issue and the light not staying on long enough &#8211; it&#8217;s really a great device. And yes they do make it for other cameras (Canon and Nikon) too.</p>
<ul>
<li><a href="http://www.dealextreme.com/p/jjc-tm-f-lcd-timer-remote-shutter-for-sony-minolta-slr-dslr-cameras-rm-s1am-rm-s1lm-compatible-19695">Purchase JJC Timer Remote for Sony from DealExtreme.com</a></li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=gNMkbyuM0DU:SRe9BEWSeHk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=gNMkbyuM0DU:SRe9BEWSeHk:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=gNMkbyuM0DU:SRe9BEWSeHk:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=gNMkbyuM0DU:SRe9BEWSeHk:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=gNMkbyuM0DU:SRe9BEWSeHk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=gNMkbyuM0DU:SRe9BEWSeHk:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=gNMkbyuM0DU:SRe9BEWSeHk:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=gNMkbyuM0DU:SRe9BEWSeHk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=gNMkbyuM0DU:SRe9BEWSeHk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=gNMkbyuM0DU:SRe9BEWSeHk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=gNMkbyuM0DU:SRe9BEWSeHk:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=gNMkbyuM0DU:SRe9BEWSeHk:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=gNMkbyuM0DU:SRe9BEWSeHk:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=gNMkbyuM0DU:SRe9BEWSeHk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=gNMkbyuM0DU:SRe9BEWSeHk:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=gNMkbyuM0DU:SRe9BEWSeHk:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/StudiowhizFeeds/~4/gNMkbyuM0DU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://studiowhiz.com/2011/07/11/timer-remote-for-sony-a55-intervalometer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://studiowhiz.com/2011/07/11/timer-remote-for-sony-a55-intervalometer/</feedburner:origLink></item>
		<item>
		<title>How to pick a church wordpress theme</title>
		<link>http://feedproxy.google.com/~r/StudiowhizFeeds/~3/e1J1dVngpfc/</link>
		<comments>http://studiowhiz.com/2011/03/27/picking_a_church_wordpress_theme/#comments</comments>
		<pubDate>Sun, 27 Mar 2011 01:14:26 +0000</pubDate>
		<dc:creator>Mr K</dc:creator>
				<category><![CDATA[Church]]></category>

		<guid isPermaLink="false">http://studiowhiz.com/?p=2323</guid>
		<description><![CDATA[So you need to create a new site for your church &#38; you are wondering where to go? I&#8217;m going to go out on a limb and say chances are WordPress is going to give you all you need. Here&#8217;s some resources that might help you get up to speed: A gallery of churches who [...]]]></description>
				<content:encoded><![CDATA[<p>So you need to create a new site for your church &amp; you are wondering where to go? I&#8217;m going to go out on a limb and say chances are WordPress is going to give you all you need.</p>
<p>Here&#8217;s some resources that might help you get up to speed:</p>
<ul>
<li><a href="http://wordpresschurch.org/churches/">A gallery of churches who use wordpress to drive their sites</a></li>
<li><a href="http://churchcommunicationspro.com/using-wordpress-to-run-church-websites-tutorial-series/">Tutorials helping you get WordPress up and running</a></li>
<li><a href="http://studiowhiz.com/2010/05/20/10-awesome-wordpress-themes-for-churches/">My own popular list of Themes for WordPress targeted at churches</a></li>
<li><a href="http://churchblogger.wordpress.com/creating-wordpress-church-websites/">Creating a church website on wordpress</a></li>
</ul>
<p><strong>But how do you pick a theme</strong>?</p>
<p>Well, let me say that&#8217;s never the easiest thing to do &#8211; there are SO many choices out there.</p>
<ol>
<li>First work out exactly what you want your site to do, what&#8217;s the purpose. This will drive what theme you pick as you look at what needs to be shared on the pages</li>
<li>Do you have the resources to drive visually rich websites? Many themes look beautiful on the demo sites with their graphics etc added &#8211; do you and your team have the time/skills to make up these graphics?</li>
<li>Media &#8211; podcasting? Decide what media you are sharing through your site, this also will dictate if you can use a theme or not</li>
<li>Who&#8217;s looking after the site? Do they/you have the technical ability to customise or tweak the theme to your specific needs?</li>
</ol>
<p><strong>Help me pick a theme</strong>?</p>
<p>Okay I&#8217;m going to suggest spending some money, why? Well put it this way. Spend a little to get something that you know works, that does exactly what you need and doesn&#8217;t need any finessing after that.</p>
<p><strong><a href="http://www.elegantthemes.com/affiliates/idevaffiliate.php?id=4541_0_1_3">Elegant Themes</a></strong>:  I&#8217;ve talked about these guys before &amp; they have to rank as one of my favourite theme companies. We&#8217;ve used their <a href="http://www.pakbapt.org.nz/">minimal theme on our church</a> site. One of the key things I like about these guys is their &#8220;<a href="http://www.elegantthemes.com/features/shortcodes.html">shortcodes</a>&#8221; that at the click of a button allow you to add complex web elements like tabs, accordions, buttons etc to your posts. Super easy &amp; super cool</p>
<p>However, as good as <a href="http://www.elegantthemes.com/affiliates/idevaffiliate.php?id=4541_0_1_3">Elegant Themes</a> are they are not custom made for churches, so you may need a little customisation to make them do exactly what you need. We had to install extras to support Podcasts etc.</p>
<p><strong><a href="http://www.mintthemes.com/affiliates/idevaffiliate.php?id=203_3_1_10">ChurchThemer</a></strong>:  These guys I&#8217;ve come across recently &amp; am currently working through a review in depth of one of their themes. I&#8217;m going to recommend <a href="http://www.mintthemes.com/affiliates/idevaffiliate.php?id=203_3_1_10">ChurchThemer</a> over <a href="http://www.elegantthemes.com/affiliates/idevaffiliate.php?id=4541_0_1_3">Elegant Themes</a> if you don&#8217;t have the technical skills to customise your theme. The reason I say that is that <a href="http://www.mintthemes.com/affiliates/idevaffiliate.php?id=203_3_1_10">ChurchThemer</a> wordpress themes come out of the box purpose built for churches. They make use of wordpress custom post types to allow you to quickly set up sections for sermons (complete with podcasts/mp3), events and notices. Notices are notoriously hard to setup as posts in wordpress, <a href="http://www.mintthemes.com/affiliates/idevaffiliate.php?id=203_3_1_10">ChurchThemer</a> makes that easy for you.</p>
<p><strong>What about free</strong>?</p>
<p>There are many free themes out there, but be careful, you get what you pay for. Do you really have the time to muck around finding a theme that you then have to customise, when a small outlay might actually save you time?</p>
<p>I&#8217;m not going to list free ones here &#8211; there are too many to list. But <a href="http://churchcommunicationspro.com/2007/01/picking-a-wordpress-theme-for-your-church-website/">Church Communications Pro</a> have a great article that links out to many great themes &#8211; <a href="http://churchcommunicationspro.com/2007/01/picking-a-wordpress-theme-for-your-church-website/">check them out here</a>.</p>
<p>&nbsp;</p>
<p>*<strong>NOTE</strong>:* Yes both <strong><a href="http://www.elegantthemes.com/affiliates/idevaffiliate.php?id=4541_0_1_3">Elegant Themes</a> </strong>&amp; <strong><a href="http://www.mintthemes.com/affiliates/idevaffiliate.php?id=203_3_1_10">ChurchThemer</a> </strong>links mentioned above are affiliate links. I support these two companies and they help me keep this site online. If you would rather NOT click on affiliate links, then click here for <a href="http://www.elegantthemes.com/">Elegant Themes</a> and here for <a href="http://www.churchthemer.com/">Church Themer</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=e1J1dVngpfc:0H-t71eQPWQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=e1J1dVngpfc:0H-t71eQPWQ:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=e1J1dVngpfc:0H-t71eQPWQ:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=e1J1dVngpfc:0H-t71eQPWQ:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=e1J1dVngpfc:0H-t71eQPWQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=e1J1dVngpfc:0H-t71eQPWQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=e1J1dVngpfc:0H-t71eQPWQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=e1J1dVngpfc:0H-t71eQPWQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=e1J1dVngpfc:0H-t71eQPWQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=e1J1dVngpfc:0H-t71eQPWQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=e1J1dVngpfc:0H-t71eQPWQ:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=e1J1dVngpfc:0H-t71eQPWQ:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=e1J1dVngpfc:0H-t71eQPWQ:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=e1J1dVngpfc:0H-t71eQPWQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=e1J1dVngpfc:0H-t71eQPWQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=e1J1dVngpfc:0H-t71eQPWQ:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/StudiowhizFeeds/~4/e1J1dVngpfc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://studiowhiz.com/2011/03/27/picking_a_church_wordpress_theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://studiowhiz.com/2011/03/27/picking_a_church_wordpress_theme/</feedburner:origLink></item>
		<item>
		<title>Stop Motion &amp; Time Lapse</title>
		<link>http://feedproxy.google.com/~r/StudiowhizFeeds/~3/jZyjKj8kcw8/</link>
		<comments>http://studiowhiz.com/2011/01/16/stop-motion-time-lapse/#comments</comments>
		<pubDate>Sun, 16 Jan 2011 03:34:04 +0000</pubDate>
		<dc:creator>Mr K</dc:creator>
				<category><![CDATA[Design & Art]]></category>
		<category><![CDATA[Gadgets & Toys]]></category>
		<category><![CDATA[Technology & Software]]></category>

		<guid isPermaLink="false">http://studiowhiz.com/?p=2315</guid>
		<description><![CDATA[Your camera can do so much more than simply take static shots ... what happens when you take a moment, and shoot multiple static shots of a slowly moving subject? Mr K explores Stop Motion &#038; Time Lapse photography]]></description>
				<content:encoded><![CDATA[<p>This year I&#8217;ve started playing around with Stop Motion and Time Lapse photography. Essentially one in the same &#8211; where the illusion of movement is created through a series of fixed images.  Time Lapse is where you set the camera up and let the world pass it by. Stop Motion is where you build an animation by moving objects around.</p>
<p>My first attempt was a simple walk test with Lego:<br />
<object type="application/x-shockwave-flash" width="400" height="225" data="http://www.flickr.com/apps/video/stewart.swf?v=71377" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param name="flashvars" value="intl_lang=en-us&#038;photo_secret=7597851596&#038;photo_id=5190752623"></param><param name="movie" value="http://www.flickr.com/apps/video/stewart.swf?v=71377"></param><param name="bgcolor" value="#000000"></param><param name="allowFullScreen" value="true"></param><embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/video/stewart.swf?v=71377" bgcolor="#000000" allowfullscreen="true" flashvars="intl_lang=en-us&#038;photo_secret=7597851596&#038;photo_id=5190752623" height="225" width="400"></embed></object></p>
<p>As you can see it wasn&#8217;t great. There was no planning, and no &#8220;gear&#8221; setup. I simply grabbed the point n shoot &#038; started shooting.  Crude &#8211; but it kinda worked.</p>
<p>My next test saw me sticking the lego board down, sticking the camera to the table (both with double sided tape) and thinking through more of what I wanted to do:</p>
<p><iframe src="http://player.vimeo.com/video/18614085?title=0&amp;byline=0&amp;portrait=0" width="400" height="225" frameborder="0"></iframe></p>
<p>Actually I think my first test was better &#8211; but hey. So I put the 2nd test up on facebook &#038; a friend saw it. Suggested that I borrow their Canon 400D, tripod &#038; remote control. I couldn&#8217;t pass it up.</p>
<p>Here&#8217;s some of the shots I&#8217;ve created having their gear to play with.</p>
<h2>Raisin Heart</h2>
<p><iframe src="http://player.vimeo.com/video/18652269?title=0&amp;byline=0&amp;portrait=0" width="400" height="225" frameborder="0"></iframe></p>
<p>This was the first one I created &#8211; very quickly, not a lot of pre-thought</p>
<h2>Deck Walk</h2>
<p><iframe src="http://player.vimeo.com/video/18653883?title=0&amp;byline=0&amp;portrait=0" width="400" height="225" frameborder="0"></iframe></p>
<p>This one saw me &#8220;using&#8221; my 3 year old daughter as the subject .. she did really well I thought</p>
<h2>M&#038;M Motion Test</h2>
<p><object type="application/x-shockwave-flash" width="400" height="225" data="http://www.flickr.com/apps/video/stewart.swf?v=71377" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param name="flashvars" value="intl_lang=en-us&#038;photo_secret=c1f99ee093&#038;photo_id=5348101203"></param><param name="movie" value="http://www.flickr.com/apps/video/stewart.swf?v=71377"></param><param name="bgcolor" value="#000000"></param><param name="allowFullScreen" value="true"></param><embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/video/stewart.swf?v=71377" bgcolor="#000000" allowfullscreen="true" flashvars="intl_lang=en-us&#038;photo_secret=c1f99ee093&#038;photo_id=5348101203" height="225" width="400"></embed></object></p>
<p>I tried to animate M&#038;M&#8217;s moving around in a circle. As you can see I didn&#8217;t have enough frames &#038; created the illusion that at one point the spin moves backwards</p>
<h2>Animated jeans</h2>
<p>One of the guys at work suggested I try something like this &#8230; so I grabbed a pair of jeans that were lying around and &#8230;<br />
<iframe src="http://player.vimeo.com/video/18690632?title=0&amp;byline=0&amp;portrait=0" width="400" height="225" frameborder="0"></iframe></p>
<p>This is one of my favourite &#038; an idea I&#8217;d love to build on. The cool thing is, with a remote trigger, my 3 year old was the one taking the shots, freeing me up to move the jeans. I&#8217;d move, step out of frame &#038; say &#8220;snap&#8221; and she&#8217;d take the shot. After about 4 or 5 shots, she figured it out &#038; as soon as I was out of frame she&#8217;d snap the shot.</p>
<h2>Eating the muffin</h2>
<p>I got hungry one night &#8230; so<br />
<object type="application/x-shockwave-flash" width="400" height="225" data="http://www.flickr.com/apps/video/stewart.swf?v=71377" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param name="flashvars" value="intl_lang=en-us&#038;photo_secret=15482016e2&#038;photo_id=5348712692"></param><param name="movie" value="http://www.flickr.com/apps/video/stewart.swf?v=71377"></param><param name="bgcolor" value="#000000"></param><param name="allowFullScreen" value="true"></param><embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/video/stewart.swf?v=71377" bgcolor="#000000" allowfullscreen="true" flashvars="intl_lang=en-us&#038;photo_secret=15482016e2&#038;photo_id=5348712692" height="225" width="400"></embed></object></p>
<p>This came out alright I think &#8230;.</p>
<h2>Blue gets hungry</h2>
<p><object type="application/x-shockwave-flash" width="400" height="225" data="http://www.flickr.com/apps/video/stewart.swf?v=71377" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param name="flashvars" value="intl_lang=en-us&#038;photo_secret=cf9c07b27e&#038;photo_id=5351416080"></param><param name="movie" value="http://www.flickr.com/apps/video/stewart.swf?v=71377"></param><param name="bgcolor" value="#000000"></param><param name="allowFullScreen" value="true"></param><embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/video/stewart.swf?v=71377" bgcolor="#000000" allowfullscreen="true" flashvars="intl_lang=en-us&#038;photo_secret=cf9c07b27e&#038;photo_id=5351416080" height="225" width="400"></embed></object></p>
<p>This one I &#8220;planned&#8221; loosely &#038; built up. There are many mistakes, you&#8217;ll notice the h just comes together, rather than flowing &#038; the smile/eyes should engage when blue goes on the rampage &#8230; they don&#8217;t opps.</p>
<h2>Painting</h2>
<p>Over the summer we painted the house:<br />
<object type="application/x-shockwave-flash" width="400" height="225" data="http://www.flickr.com/apps/video/stewart.swf?v=71377" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param name="flashvars" value="intl_lang=en-us&#038;photo_secret=84e61b44cb&#038;photo_id=5356078796"></param><param name="movie" value="http://www.flickr.com/apps/video/stewart.swf?v=71377"></param><param name="bgcolor" value="#000000"></param><param name="allowFullScreen" value="true"></param><embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/video/stewart.swf?v=71377" bgcolor="#000000" allowfullscreen="true" flashvars="intl_lang=en-us&#038;photo_secret=84e61b44cb&#038;photo_id=5356078796" height="225" width="400"></embed></object></p>
<p>Of course this would have been MUCH better if I&#8217;d done it on the first coat as the house used to be white &#038; the change would have been much more dramatic. I totally love this though &#8211; esp once my wife shut the kitchen window and you see the clouds moving in that reflection.</p>
<h2>The Lessons</h2>
<p>So, I&#8217;d never done this before &#038; of course I&#8217;m pretty much teaching myself. There&#8217;s stuff online but I was lazy, couldn&#8217;t really be bothered reading.  So here&#8217;s my quick take away on what I&#8217;ve found so far.</p>
<ul>
<li><strong>Practice, practice, practice</strong>: you might be a great photographer (I&#8217;m not) but stop motion &#038; time lapse are not as easy as they make out. You have to think ahead &#8211; esp around lighting. Shadows move &#038; in still photography that doesn&#8217;t matter, but in stop motion that matters a lot</li>
<li><strong>Plan, plan, plan</strong>: there is a reason why people storyboard their animations and work out the shots needed. I&#8217;ve not gone to that level yet, but a simple sheet of paper and an idea of what you want to do. If you want to animate an letter &#8211; how are the &#8220;characters&#8221; going to move into position?</li>
<li><strong>Help &#8230;</strong>: having help .. can be a huge help. I found having my daughter involved freed me up to concentrate on moving objects. It of course had the bonus of Daddy + Daughter time :)</li>
<li><strong>Take lots of shots</strong>: you need MORE shots than you&#8217;ll think. If you want a 30 second film to run at a reasonably smooth 10fps (TV runs at around 24 to 26fps), you&#8217;ll need 300 shots. If you are animating a character (or characters) in every shot, it&#8217;s going to take a long time.</li>
<li><strong>Get a decent tripod</strong>: I can not emphasise enough just how important it is to have a solid tripod, not some flimsy thing &#8211; but something serious that can hold your camera steady in all sorts of positions.</li>
<li><strong>Get a remote trigger</strong>: again like the tripod, get a remote trigger. Something that allows you to take the shot without touching the camera. This helps dramatically improve your shots. <strong>TIP:</strong> if you can&#8217;t get a remote control, then set your camera on TIMER of at least 5 seconds, line your shot up, click the shutter then step back &#8211; at least your camera will be steady when the shot goes off</li>
<li><strong>&#8220;auto&#8221; is not your friend</strong>: cameras today (esp point n shoot) are amazing, they take all the work out of taking great photos. However changes in focus, aperture settings, or heaven forbid the flash going off in one shot &#8211; make huge differences in your movie. So learn to use your camera properly, automate some things -sure, but the flash should never be used. </li>
<li><strong>Burst mode</strong>: in a push or in the right circumstances burst mode can be your friend. I took the opportunity to shoot a couple of kids blowing bubbles. With careful shooting and continuous mode, I made a great short clip of the bubbles coming off the &#8216;wand&#8217; and the magical expressions on the kids faces.</li>
<li><strong>Software</strong>: I&#8217;m using the Canon EOS Utility for managing the time lapse photography with the Mac Book Pro driving. This is great for time lapse &#8211; although have do have to lug your computer around with you. For stop motion I was using <strong>iStopMotion</strong> on the Mac but it doesn&#8217;t seem to like the Canon 400D, so I simply take all the shots on the camera and download afterwards. I use <strong>iStopMotion</strong> to put the photos in sequence and sort out the speed (frames per second). I then  push the movie to <strong>iMovie</strong> to add titles, colour correct and add music (I&#8217;ve not really bothered to work much on this side of things while I play).</li>
<li><strong>Share</strong>: the last bit of advice I can give you is share you tests, silly, great, funky or not .. just share them. Get comments from your friends, get feedback &#8211; ask how you can improve. This will help you get better and better.</li>
</ul>
<h2>Summary</h2>
<p>I love photography (<a href="http://www.flickr.com/photos/studiowhiz/">me on flickr</a>) but I&#8217;m just a hack hobby nutter (who doesn&#8217;t even have his own DSLR). I love animation &#038; movies, I love creativity. The summary of this post is quite simply this:</p>
<blockquote><p>Point your camera at something, push the shutter, rinse, repeat</p></blockquote>
<p>Seriously &#8211; just get out there and take photos, lots of photos. Put them in sequence and have some fun. </p>
<h2>UPDATE</h2>
<p>This Ice Melting clip shows you why getting the lighting right is so important &#8211; you&#8217;ll see the clip &#8220;flashes&#8221; as I walked past wearing a light coloured top &#8211; which reflected in the surfaces.<object type="application/x-shockwave-flash" width="400" height="225" data="http://www.flickr.com/apps/video/stewart.swf?v=71377" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param name="flashvars" value="intl_lang=en-us&#038;photo_secret=2ae461750e&#038;photo_id=5359258744"></param><param name="movie" value="http://www.flickr.com/apps/video/stewart.swf?v=71377"></param><param name="bgcolor" value="#000000"></param><param name="allowFullScreen" value="true"></param><embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/video/stewart.swf?v=71377" bgcolor="#000000" allowfullscreen="true" flashvars="intl_lang=en-us&#038;photo_secret=2ae461750e&#038;photo_id=5359258744" height="225" width="400"></embed></object></p>
<p>As a side note: this cube of ice took an hour to melt. At a shot every 5 seconds I ended up with over 560 shots. This plays back at 24fps</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=jZyjKj8kcw8:536ZBDHD15s:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=jZyjKj8kcw8:536ZBDHD15s:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=jZyjKj8kcw8:536ZBDHD15s:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=jZyjKj8kcw8:536ZBDHD15s:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=jZyjKj8kcw8:536ZBDHD15s:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=jZyjKj8kcw8:536ZBDHD15s:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=jZyjKj8kcw8:536ZBDHD15s:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=jZyjKj8kcw8:536ZBDHD15s:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=jZyjKj8kcw8:536ZBDHD15s:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=jZyjKj8kcw8:536ZBDHD15s:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=jZyjKj8kcw8:536ZBDHD15s:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=jZyjKj8kcw8:536ZBDHD15s:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=jZyjKj8kcw8:536ZBDHD15s:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=jZyjKj8kcw8:536ZBDHD15s:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=jZyjKj8kcw8:536ZBDHD15s:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=jZyjKj8kcw8:536ZBDHD15s:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/StudiowhizFeeds/~4/jZyjKj8kcw8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://studiowhiz.com/2011/01/16/stop-motion-time-lapse/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://studiowhiz.com/2011/01/16/stop-motion-time-lapse/</feedburner:origLink></item>
		<item>
		<title>Some jQuery basics</title>
		<link>http://feedproxy.google.com/~r/StudiowhizFeeds/~3/wXjMVbxtAtA/</link>
		<comments>http://studiowhiz.com/2010/11/06/some-jquery-basics/#comments</comments>
		<pubDate>Sat, 06 Nov 2010 03:41:26 +0000</pubDate>
		<dc:creator>Mr K</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Technology & Software]]></category>

		<guid isPermaLink="false">http://studiowhiz.com/?p=2305</guid>
		<description><![CDATA[I've been playing more and more with jQuery and remember some of the early things that tripped me up, so I thought I'd share a few simple jQuery things with you.]]></description>
				<content:encoded><![CDATA[<h2>jQuery and WordPress</h2>
<p>One of the things you&#8217;ll find is that most jQuery tutorials, code snippets and examples online use the <strong>$</strong> shortcut for talking to jQuery.</p>
<p>For example:<br />
<code>$('#someElement').css('display', 'none');</code></p>
<p>This is great most of the time, however when it comes to WordPress, it will fail. WordPress uses the <strong>$</strong> reference for something else (I forget what, it&#8217;s not important). So you need to change the scripts.</p>
<p>The way I&#8217;ve found it&#8217;s simplest is to just reference jQuery itself:<br />
<code>jQuery('#someElement').css('display', 'none');</code></p>
<p>In fact I now pretty much do that everywhere I use jQuery now.</p>
<p>Another way to do this touches on my old post of <a href="http://studiowhiz.com/2010/07/29/quick-wordpress-conflict-tip/">resolving jQuery Conflicts</a> and that is to set up your own reference variable &amp; include the noConflict flag for jQuery.<br />
<code><br />
&lt;script&gt;<br />
     var $j = jQuery.noConflict();</p>
<p>     // now just use $j<br />
     $j('#someElement').css('display', 'none');<br />
&lt;/script&gt;<br />
</code></p>
<h2>Use .bind()</h2>
<p>There are a heap of really great short cuts built straight into jQuery that enable you to do some things really fast. For example the .css() function or the .submit() function that gets triggered on event.</p>
<p>The thing is though that many of these are simply wrappers for parent classes. Apparently it&#8217;s actually faster for your jQuery if you simply use the parent class. Now I&#8217;m by no means a stickler for this, but I have found it really helpful for something, especially as you start to think about how things work.  </p>
<p>For me &#8220;binding&#8221; a function to a form submit event makes more sense that just using .submit() &#8211; even though they are basically identical.</p>
<p>Example:<br />
<code><br />
     jQuery('#formID').bind('submit', function() {<br />
          // code to run on form submission<br />
          alert('form submitted');<br />
     }<br />
</code></p>
<h2>Stop the default action</h2>
<p>Of course when you submit a form the browser takes over and expects to do something &#8211; like a page reload. Usually you don&#8217;t want that.  Now MOST tutorials I&#8217;ve seen will simply say, tell your code to <strong>return false;</strong> &#8211; this should really only be done if you are using jQuery to pre-process something and if the form is valid continue (thereby return true) or to STOP (thereby return false).</p>
<p>However if you are NOT wanting the form to submit normally, lets say you are making an ajax call, then you want to <strong>prevent the default</strong> action from happening.  Thankfully jQuery has a <a href="http://api.jquery.com/event.preventDefault/">preventDefault()</a> function.  You simply pass into your function the event (basically itself) and &#8230; well, lets just look at the example below</p>
<p>Example:<br />
<code><br />
     jQuery('#formID').bind('submit', function(event) {<br />
          // prevent the form from submitting<br />
          event.preventDefault();</p>
<p>          // code to run on form submission<br />
          alert('form submitted');<br />
     }<br />
</code></p>
<p>You can do this with all sorts of things &#8211; stop an <strong>&#8216;a&#8217;</strong> tag from linking as expected, stop forms from submitting etc</p>
<h2>Changing CSS elements</h2>
<p>One thing I struggled with a little was changing a style on an element. With jQuery there a number of ways of doing things. Some of the predefined functions like .show() or .hide() simply change the CSS of the display attribute (from inline-block to none). </p>
<p>The first thing you&#8217;ll probably try is .css() &#8211; this is a great function for working with CSS. It can either tell you about the css attribute, or it can set an attribue.<br />
<code><br />
     // set textColor variable with the color attribute of the p class<br />
     var textColor = jQuery( 'p' ).css( 'color' );<br />
</code><br />
Or if you want to see the colour to &#8216;red&#8217; then you could do this:<br />
<code><br />
     // set colour of paragraph to red for an error<br />
     jQuery( 'p' ).css( 'color', 'red'  );<br />
</code></p>
<p>This is really quick and handy if you have just ONE attribute to change (technically you can change multiple attributes this way but &#8230;)</p>
<p>The other way to modify css is to <strong>add</strong> or <strong>remove</strong> css classes that already exist in your stylesheet. This to me seems a much better way to do things as it helps keep style (display) and logic (code) separate.</p>
<p>Lets assume we have a class called &#8216;error&#8217; in our css that defines font-family, border, colours etc, we want to apply this class to an element.<br />
<code><br />
     // apply the class 'error' to an element<br />
     jQuery( '#anElement' ).addClass( 'error'  );<br />
</code><br />
And once the user has fixed the error we can easily remove the class again, restoring the element to it&#8217;s original state:<br />
<code><br />
     // remove the class 'error' to an element<br />
     jQuery( '#anElement' ).removeClass( 'error'  );<br />
</code></p>
<h2>Summary</h2>
<p>There is so much to really sink your teeth into with jQuery (and javascript) &#8211; I&#8217;m so glad I&#8217;ve finally been able to get my head around some of this stuff &#038; I hope that this quick post might help you too. </p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=wXjMVbxtAtA:k9Jj7jioB7E:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=wXjMVbxtAtA:k9Jj7jioB7E:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=wXjMVbxtAtA:k9Jj7jioB7E:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=wXjMVbxtAtA:k9Jj7jioB7E:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=wXjMVbxtAtA:k9Jj7jioB7E:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=wXjMVbxtAtA:k9Jj7jioB7E:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=wXjMVbxtAtA:k9Jj7jioB7E:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=wXjMVbxtAtA:k9Jj7jioB7E:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=wXjMVbxtAtA:k9Jj7jioB7E:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=wXjMVbxtAtA:k9Jj7jioB7E:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=wXjMVbxtAtA:k9Jj7jioB7E:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=wXjMVbxtAtA:k9Jj7jioB7E:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=wXjMVbxtAtA:k9Jj7jioB7E:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=wXjMVbxtAtA:k9Jj7jioB7E:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=wXjMVbxtAtA:k9Jj7jioB7E:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=wXjMVbxtAtA:k9Jj7jioB7E:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/StudiowhizFeeds/~4/wXjMVbxtAtA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://studiowhiz.com/2010/11/06/some-jquery-basics/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://studiowhiz.com/2010/11/06/some-jquery-basics/</feedburner:origLink></item>
		<item>
		<title>CSS Analog Clock – your turn</title>
		<link>http://feedproxy.google.com/~r/StudiowhizFeeds/~3/XiHDNqtxZa0/</link>
		<comments>http://studiowhiz.com/2010/10/17/css-analog-clock-your-turn/#comments</comments>
		<pubDate>Sun, 17 Oct 2010 00:44:23 +0000</pubDate>
		<dc:creator>Mr K</dc:creator>
				<category><![CDATA[Technology & Software]]></category>

		<guid isPermaLink="false">http://studiowhiz.com/?p=2298</guid>
		<description><![CDATA[Is it possible to create an entire animate analog clock using nothing but CSS (&#038; a little jQuery to simply update the CSS?) ... lets take a look and find out]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve been playing around lately with some CSS &amp; Javascript .. slowly brushing up and improving my skills. I&#8217;m quite happy with where I&#8217;m pushing myself &amp; what I&#8217;m doing. Nothing overly flash mind you &#8230; but still.</p>
<p>The other day we were talking at work and I&#8217;d mentioned I&#8217;d drawn a clock using ONLY css &#038; that I wasn&#8217;t using the new HTML 5 canvas tag to do it. One of the guys wanted to see it, so I figured I might as well put some jQuery too it an animate it.</p>
<p>Check it out &#8211; <a href="http://dev.studiowhiz.org/clock/" target="_blank">100% CSS Analoge Clock, powered by jQuery</a>. </p>
<p>Now there are some cavets with this clock. First up it makes use of &#8220;<strong>border-radius</strong>&#8221; in the CSS spec to do a lot of the drawing. This of course just doesn&#8217;t work in IE at all, so that rules out 70% of the internet. </p>
<p>Next up, I use the &#8220;<strong>transform</strong>&#8221; feature of CSS3 to rotate key elements within the clock &#8211; again this is only webkit (Safari &#038; Chrome) and Firefox compatible &#8211; so that rules out Opera (although I have heard Opera can support this &#8211; anyone care to test?)</p>
<h2>Your Turn</h2>
<p>One of my friends challenged me to add a little extra animation to this &#8211; but I can&#8217;t seem to get it to work, so I figure I&#8217;ll extend the challenge to you.</p>
<p><strong>Challenge 1</strong><br />
Modify the animation so that instead of the second hand simply snapping from place to place, it overshoots slightly, then bounces back and finally comes to rest. It&#8217;ll make it a little more realistic. My thinking here was overshoot by +5, drop back by -3, then stop.</p>
<p><strong>Challenge 2</strong><br />
The shadow on the hands is wrong, can you come up with a formula (or function) that would move the shadow correctly as the hands move around the clock. Assume the light source is directly on top (shining on the 12).  This should be achievable, simply by altering the numbers on the box shadow in the CSS.</p>
<p>Go on, have a play &#8211; can you push this clock to the next level?<br />
<a href="http://dev.studiowhiz.org/clock/" target="_blank">100% CSS Analoge Clock, powered by jQuery</a> &#8211; simply view source for all the details, have fun &#038; remember to post your response in the comments (or ping me &#038; I&#8217;ll add a link here)</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=XiHDNqtxZa0:8YqF7WVJDOw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=XiHDNqtxZa0:8YqF7WVJDOw:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=XiHDNqtxZa0:8YqF7WVJDOw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=XiHDNqtxZa0:8YqF7WVJDOw:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=XiHDNqtxZa0:8YqF7WVJDOw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=XiHDNqtxZa0:8YqF7WVJDOw:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=XiHDNqtxZa0:8YqF7WVJDOw:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=XiHDNqtxZa0:8YqF7WVJDOw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=XiHDNqtxZa0:8YqF7WVJDOw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=XiHDNqtxZa0:8YqF7WVJDOw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=XiHDNqtxZa0:8YqF7WVJDOw:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=XiHDNqtxZa0:8YqF7WVJDOw:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=XiHDNqtxZa0:8YqF7WVJDOw:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=XiHDNqtxZa0:8YqF7WVJDOw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=XiHDNqtxZa0:8YqF7WVJDOw:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=XiHDNqtxZa0:8YqF7WVJDOw:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/StudiowhizFeeds/~4/XiHDNqtxZa0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://studiowhiz.com/2010/10/17/css-analog-clock-your-turn/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://studiowhiz.com/2010/10/17/css-analog-clock-your-turn/</feedburner:origLink></item>
		<item>
		<title>Google Maps V3 – distanceFrom()</title>
		<link>http://feedproxy.google.com/~r/StudiowhizFeeds/~3/vk4chNKsAbA/</link>
		<comments>http://studiowhiz.com/2010/10/02/google-maps-v3-distancefrom/#comments</comments>
		<pubDate>Sat, 02 Oct 2010 01:29:21 +0000</pubDate>
		<dc:creator>Mr K</dc:creator>
				<category><![CDATA[Technology & Software]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[v2]]></category>
		<category><![CDATA[v3]]></category>

		<guid isPermaLink="false">http://studiowhiz.com/?p=2291</guid>
		<description><![CDATA[Google Maps API v3 is awesome, but missing some of key functions that were in Google Maps API v2 that made it super easy to do some things. This post shows you how to quickly add that missing functionality back in.]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve been tinkering lately with <a href="http://code.google.com/apis/maps/documentation/javascript/" target="_blank">Google Maps API</a>. I love that Google have created so many really solid API&#8217;s that folks like myself can leverage, to simply learn with, play with &#8211; or launch some great new site with.</p>
<p>For those in the know, there are two formats of the Google Maps API:</p>
<ul>
<li><a href="http://code.google.com/apis/maps/documentation/javascript/v2/" target="_blank">Google Maps API v2</a> (deprecated)</li>
<li><a href="http://code.google.com/apis/maps/documentation/javascript/" target="_blank">Google Maps API v3</a></li>
</ul>
<p>V2 has been around for a while, but as of May this year is deprecated (no longer recommended), which is great because there are some awesome wins you can get by moving to V3 (like full support for all mobile devices).</p>
<p>However, there are some (okay a LOT) of changes between V2 and V3. For example in V2 to add a listener to an element you did:</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="javascript" style="font-family:monospace;">GEvent.<span style="color: #660066;">addListener</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>However in V3 you do the more full reference of:</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="javascript" style="font-family:monospace;">google.<span style="color: #660066;">maps</span>.<span style="color: #660066;">event</span>.<span style="color: #660066;">addListener</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>That&#8217;s fine, those are really just syntax changes and you soon pick up on those. However there are other changes</p>
<h2>No more &#8216;distanceFrom()&#8217;</h2>
<p>One of the more annoying things is some functions that were in V2 are gone completely from V3 and there is no reference in the Google documentation as to why or what to use instead.</p>
<p>As I said, I&#8217;ve been playing around and one of the things I wanted to do was find out the distance between two markers on the map.  In V2 you simply say</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #000066; font-weight: bold;">var</span> distance <span style="color: #339933;">=</span> markerOne.<span style="color: #660066;">distanceFrom</span><span style="color: #009900;">&#40;</span>markerTwo<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>This fails completely in V3 &#8211; turns out there IS no support at all for any distance calculation in V3 (note: apparently it&#8217;s in beta, it was known as wh() for a while, but that&#8217;s no longer supported either).</p>
<h2>Prototype extensions to the rescue</h2>
<p>Now I&#8217;m not that much of a Javascript person. I tinker around, hack around &#8211; but don&#8217;t live and breathe the language like some of my friends. But one thing I did learn is that &#8216;prototype&#8217; languages (like javascript) allow you to append or create functions and slot them back into a model (forgive me if my terminology is wrong!).</p>
<p>Basically &#8211; you can quickly add your own distanceFrom() function back into the Google Maps LatLng functions.</p>
<h2>Okay, lets slot it in</h2>
<p>If you are playing with Google Maps, you&#8217;ll have a bunch of javascript either in your HTML file, or in a separate JS file. Pop the following into your Javascript &#8211; I&#8217;ve got it as the last thing (just before the closing &lt;/script&gt;  tag)</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #006600; font-style: italic;">/**
* @param {google.maps.LatLng} newLatLng
* @returns {number}
*/</span>
google.<span style="color: #660066;">maps</span>.<span style="color: #660066;">LatLng</span>.<span style="color: #000066; font-weight: bold;">prototype</span>.<span style="color: #660066;">distanceFrom</span> <span style="color: #339933;">=</span> <span style="color: #000066; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span>newLatLng<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
   <span style="color: #006600; font-style: italic;">// setup our variables</span>
   <span style="color: #000066; font-weight: bold;">var</span> lat1 <span style="color: #339933;">=</span> <span style="color: #000066; font-weight: bold;">this</span>.<span style="color: #660066;">lat</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
   <span style="color: #000066; font-weight: bold;">var</span> radianLat1 <span style="color: #339933;">=</span> lat1 <span style="color: #339933;">*</span> <span style="color: #009900;">&#40;</span> <span style="">Math</span>.<span style="color: #660066;">PI</span>  <span style="color: #339933;">/</span> <span style="color: #CC0000;">180</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
   <span style="color: #000066; font-weight: bold;">var</span> lng1 <span style="color: #339933;">=</span> <span style="color: #000066; font-weight: bold;">this</span>.<span style="color: #660066;">lng</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
   <span style="color: #000066; font-weight: bold;">var</span> radianLng1 <span style="color: #339933;">=</span> lng1 <span style="color: #339933;">*</span> <span style="color: #009900;">&#40;</span> <span style="">Math</span>.<span style="color: #660066;">PI</span>  <span style="color: #339933;">/</span> <span style="color: #CC0000;">180</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
   <span style="color: #000066; font-weight: bold;">var</span> lat2 <span style="color: #339933;">=</span> newLatLng.<span style="color: #660066;">lat</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
   <span style="color: #000066; font-weight: bold;">var</span> radianLat2 <span style="color: #339933;">=</span> lat2 <span style="color: #339933;">*</span> <span style="color: #009900;">&#40;</span> <span style="">Math</span>.<span style="color: #660066;">PI</span>  <span style="color: #339933;">/</span> <span style="color: #CC0000;">180</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
   <span style="color: #000066; font-weight: bold;">var</span> lng2 <span style="color: #339933;">=</span> newLatLng.<span style="color: #660066;">lng</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
   <span style="color: #000066; font-weight: bold;">var</span> radianLng2 <span style="color: #339933;">=</span> lng2 <span style="color: #339933;">*</span> <span style="color: #009900;">&#40;</span> <span style="">Math</span>.<span style="color: #660066;">PI</span>  <span style="color: #339933;">/</span> <span style="color: #CC0000;">180</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
   <span style="color: #006600; font-style: italic;">// sort out the radius, MILES or KM?</span>
   <span style="color: #000066; font-weight: bold;">var</span> earth_radius <span style="color: #339933;">=</span> <span style="color: #CC0000;">3959</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// (km = 6378.1) OR (miles = 3959) - radius of the earth</span>
&nbsp;
   <span style="color: #006600; font-style: italic;">// sort our the differences</span>
   <span style="color: #000066; font-weight: bold;">var</span> diffLat <span style="color: #339933;">=</span>  <span style="color: #009900;">&#40;</span> radianLat1 <span style="color: #339933;">-</span> radianLat2 <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
   <span style="color: #000066; font-weight: bold;">var</span> diffLng <span style="color: #339933;">=</span>  <span style="color: #009900;">&#40;</span> radianLng1 <span style="color: #339933;">-</span> radianLng2 <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
   <span style="color: #006600; font-style: italic;">// put on a wave (hey the earth is round after all)</span>
   <span style="color: #000066; font-weight: bold;">var</span> sinLat <span style="color: #339933;">=</span> <span style="">Math</span>.<span style="color: #660066;">sin</span><span style="color: #009900;">&#40;</span> diffLat <span style="color: #339933;">/</span> <span style="color: #CC0000;">2</span>  <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
   <span style="color: #000066; font-weight: bold;">var</span> sinLng <span style="color: #339933;">=</span> <span style="">Math</span>.<span style="color: #660066;">sin</span><span style="color: #009900;">&#40;</span> diffLng <span style="color: #339933;">/</span> <span style="color: #CC0000;">2</span>  <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> 
&nbsp;
   <span style="color: #006600; font-style: italic;">// maths - borrowed from http://www.opensourceconnections.com/wp-content/uploads/2009/02/clientsidehaversinecalculation.html</span>
   <span style="color: #000066; font-weight: bold;">var</span> a <span style="color: #339933;">=</span> <span style="">Math</span>.<span style="color: #660066;">pow</span><span style="color: #009900;">&#40;</span>sinLat<span style="color: #339933;">,</span> <span style="color: #CC0000;">2.0</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">+</span> <span style="">Math</span>.<span style="color: #660066;">cos</span><span style="color: #009900;">&#40;</span>radianLat1<span style="color: #009900;">&#41;</span> <span style="color: #339933;">*</span> <span style="">Math</span>.<span style="color: #660066;">cos</span><span style="color: #009900;">&#40;</span>radianLat2<span style="color: #009900;">&#41;</span> <span style="color: #339933;">*</span> <span style="">Math</span>.<span style="color: #660066;">pow</span><span style="color: #009900;">&#40;</span>sinLng<span style="color: #339933;">,</span> <span style="color: #CC0000;">2.0</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
   <span style="color: #006600; font-style: italic;">// work out the distance</span>
   <span style="color: #000066; font-weight: bold;">var</span> distance <span style="color: #339933;">=</span> earth_radius <span style="color: #339933;">*</span> <span style="color: #CC0000;">2</span> <span style="color: #339933;">*</span> <span style="">Math</span>.<span style="color: #660066;">asin</span><span style="color: #009900;">&#40;</span><span style="">Math</span>.<span style="color: #660066;">min</span><span style="color: #009900;">&#40;</span><span style="color: #CC0000;">1</span><span style="color: #339933;">,</span> <span style="">Math</span>.<span style="color: #660066;">sqrt</span><span style="color: #009900;">&#40;</span>a<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
   <span style="color: #006600; font-style: italic;">// return the distance</span>
   <span style="color: #000066; font-weight: bold;">return</span> distance<span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre></td></tr></table></div>

<p>Now your <strong>markerOne.distanceFrom(markerTwo)</strong> will work as expected and return an integer for you to carry on using in the rest of your script.</p>
<p>I&#8217;m not saying this is the most amazing script &#8211; it&#8217;s not, and it could probably be written more succinctly &#8211; however it works, and it&#8217;s showing the idea.</p>
<p>This distanceFrom() function uses the <a href="http://en.wikipedia.org/wiki/Haversine_formula" target="_blank">Haversine Calculation</a> to figure out distance.</p>
<h2>Summary</h2>
<p>So yes, Google Maps API v3 rocks, it&#8217;s really powerful &amp; pretty easy to work with. However there are some missing functions, but by adding the function back in via prototype you can restore some of the simple to use functionality.</p>
<p>Just be careful &#8211; Google may well reactivate the distanceFrom() function in the future, so use with caution.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=vk4chNKsAbA:jAtd7WvatJE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=vk4chNKsAbA:jAtd7WvatJE:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=vk4chNKsAbA:jAtd7WvatJE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=vk4chNKsAbA:jAtd7WvatJE:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=vk4chNKsAbA:jAtd7WvatJE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=vk4chNKsAbA:jAtd7WvatJE:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=vk4chNKsAbA:jAtd7WvatJE:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=vk4chNKsAbA:jAtd7WvatJE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=vk4chNKsAbA:jAtd7WvatJE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=vk4chNKsAbA:jAtd7WvatJE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=vk4chNKsAbA:jAtd7WvatJE:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=vk4chNKsAbA:jAtd7WvatJE:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=vk4chNKsAbA:jAtd7WvatJE:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=vk4chNKsAbA:jAtd7WvatJE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=vk4chNKsAbA:jAtd7WvatJE:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=vk4chNKsAbA:jAtd7WvatJE:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/StudiowhizFeeds/~4/vk4chNKsAbA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://studiowhiz.com/2010/10/02/google-maps-v3-distancefrom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://studiowhiz.com/2010/10/02/google-maps-v3-distancefrom/</feedburner:origLink></item>
		<item>
		<title>Topgun quadracentifiable seo challenge</title>
		<link>http://feedproxy.google.com/~r/StudiowhizFeeds/~3/ryxg4ryA1sE/</link>
		<comments>http://studiowhiz.com/2010/09/08/topgun-quadracentifiable-seo-challenge/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 06:33:07 +0000</pubDate>
		<dc:creator>Mr K</dc:creator>
				<category><![CDATA[Technology & Software]]></category>

		<guid isPermaLink="false">http://studiowhiz.com/?p=2288</guid>
		<description><![CDATA[Does New Zealand need and SEO challange? Is <a href="http://topgun.co.nz/quadracentifiable-seo-challenge/">quadracentifiable</a> the word to change the face of NZ SEO forever?]]></description>
				<content:encoded><![CDATA[<p>It&#8217;s bringing all the &#8220;topguns&#8221; to the fore, it&#8217;s challenging those who think, those that can and those that &#8230; well those who just want to try it.</p>
<h2>What is it?</h2>
<p>It&#8217;s <strong><a href="http://topgun.co.nz/quadracentifiable-seo-challenge/">quadracentifiable</a></strong> one of the silliest things I&#8217;ve heard of in a long time. Think about it as the modern day version of <a href="http://en.wikipedia.org/wiki/Google_bomb">Google Bombing</a> &#8211; &#8220;practices intended to influence the ranking of particular pages in results returned by the Google search engine&#8221;</p>
<h2>The challenge</h2>
<p>The challenge is to get a brand new domain ranking for a made up word before the end of the year? Technically speaking &#8220;<a href="http://topgun.co.nz/quadracentifiable/">Quadracentifiable</a>&#8221; is a made up word. However according to the <a href="http://topgun.co.nz/">TopGun SEOs</a> its a word that will propel seo companies from obscurity to &#8220;fame&#8221; here in NZ.</p>
<h2>NZ Challenge</h2>
<p>It&#8217;s a challenge issued here in NZ (<a href="http://www.seochallenge.co.nz/">more here</a>) and I&#8217;d have to say I&#8217;d be a little more encouraged if there were some bigger names trying this out. There is no official list of entrants, no way to know who is competing and what domains they are trying to achieve this with.</p>
<p>I&#8217;m all for some fostering of a bit of fun and seeing some real companies setup and give it a shot &#8211; sadly at this stage the only real dealings I&#8217;ve had, have been people trying to abuse online systems to get links to their sites &#8211; I hope that dies out.</p>
<h2>Summary</h2>
<p>So here&#8217;s to the TopGuns of the NZ SEO scene &#8211; put your money where your mouth is and prove to us, that SEO &#038; <a href="http://topgun.co.nz/quadracentifiable-seo-challenge/">quadracentifiable</a> is not all smoke and mirrors.</p>
<h2>Disclaimer</h2>
<p>I am NOT participating in any team however &#8211; I&#8217;m open to bribes &#038; have a soft spot for flat white coffee ;)</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=ryxg4ryA1sE:-Pv32TfslZ8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=ryxg4ryA1sE:-Pv32TfslZ8:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=ryxg4ryA1sE:-Pv32TfslZ8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=ryxg4ryA1sE:-Pv32TfslZ8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=ryxg4ryA1sE:-Pv32TfslZ8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=ryxg4ryA1sE:-Pv32TfslZ8:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=ryxg4ryA1sE:-Pv32TfslZ8:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=ryxg4ryA1sE:-Pv32TfslZ8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=ryxg4ryA1sE:-Pv32TfslZ8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=ryxg4ryA1sE:-Pv32TfslZ8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=ryxg4ryA1sE:-Pv32TfslZ8:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=ryxg4ryA1sE:-Pv32TfslZ8:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=ryxg4ryA1sE:-Pv32TfslZ8:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=ryxg4ryA1sE:-Pv32TfslZ8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=ryxg4ryA1sE:-Pv32TfslZ8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=ryxg4ryA1sE:-Pv32TfslZ8:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/StudiowhizFeeds/~4/ryxg4ryA1sE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://studiowhiz.com/2010/09/08/topgun-quadracentifiable-seo-challenge/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://studiowhiz.com/2010/09/08/topgun-quadracentifiable-seo-challenge/</feedburner:origLink></item>
		<item>
		<title>100 Prayers</title>
		<link>http://feedproxy.google.com/~r/StudiowhizFeeds/~3/zo90apdwKIw/</link>
		<comments>http://studiowhiz.com/2010/08/28/100-prayers/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 02:39:03 +0000</pubDate>
		<dc:creator>Mr K</dc:creator>
				<category><![CDATA[Book Reviews]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://studiowhiz.com/?p=2280</guid>
		<description><![CDATA[Teaching young kids the value of prayer is fundamentally important to life. Knowing that God isn't some far off "being", instead He's a loving God who desires to know you personally - that is the foundation of following Christ.]]></description>
				<content:encoded><![CDATA[<p>As the parent of an almost 3 year old, we are keen to foster in her a seeking heart, a heart that knows beyond a shadow of a doubt that God is all, He is I AM.</p>
<p>Ever since we knew we were expecting we’ve quietly looked at different books we could include in life that weren’t preachy, but reflected a natural life of including God in the centre of what you do.  We found  <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2Fgp%2Fentity%2FStephen-Elkins%2FB001JS3QSA%3Fie%3DUTF8%26ref_%3Dsr_ntt_srch_lnk_1%26qid%3D1282962088%26sr%3D1-1&amp;tag=stu-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=390957">Stephen Elkins</a><img style="border: none !important; margin: 0px !important;" src="https://www.assoc-amazon.com/e/ir?t=stu-20&amp;l=ur2&amp;o=1" border="0" alt="" width="1" height="1" /> great drawings and he has a bunch of great books for young (&amp; young at heart).</p>
<p>When I joined the Book Sneeze program the first book offered to me for review was this <a href="http://www.amazon.com/gp/product/1400315492?ie=UTF8&amp;tag=stu-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1400315492">100  Prayers God Loves to Hear, 100 Praise Songs</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=stu-20&amp;l=as2&amp;o=1&amp;a=1400315492" border="0" alt="" width="1" height="1" />. It was a pleasant surprise to find it was a <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2Fgp%2Fentity%2FStephen-Elkins%2FB001JS3QSA%3Fie%3DUTF8%26ref_%3Dsr_ntt_srch_lnk_1%26qid%3D1282962088%26sr%3D1-1&amp;tag=stu-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=390957">Stephen Elkins</a><img style="border: none !important; margin: 0px !important;" src="https://www.assoc-amazon.com/e/ir?t=stu-20&amp;l=ur2&amp;o=1" border="0" alt="" width="1" height="1" /> book. When the book arrived our little one eagerly ripped into the package and squealed with delight when she saw not 1 but 2 CD’s of music. As I type this she’s dancing round in circles to the CD in the computer.</p>
<p>The book has many well-known prayers, graces and little stories sprinkled through it. It’s easy to sit and share the book with her.  I was a little disappointed that the CD’s don’t reflect the prayers – instead they are simply 100 praise songs that have been matched to a prayer. Still the music is fun and little one loves to listen and flick through the book.</p>
<p>We are slowly introducing more of these prayers into our everyday life with the little one, encouraging her to explore what it means to have a relationship with a God who wants to know you.</p>
<p>If you have a little one, I recommend <a href="http://www.amazon.com/gp/product/1400315492?ie=UTF8&amp;tag=stu-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1400315492">this</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=stu-20&amp;l=as2&amp;o=1&amp;a=1400315492" border="0" alt="" width="1" height="1" /> – or any of the <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2Fgp%2Fentity%2FStephen-Elkins%2FB001JS3QSA%3Fie%3DUTF8%26ref_%3Dsr_ntt_srch_lnk_1%26qid%3D1282962088%26sr%3D1-1&amp;tag=stu-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=390957">Stephen Elkins</a><img style="border: none !important; margin: 0px !important;" src="https://www.assoc-amazon.com/e/ir?t=stu-20&amp;l=ur2&amp;o=1" border="0" alt="" width="1" height="1" /> books.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=zo90apdwKIw:vvIQARDQ4CM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=zo90apdwKIw:vvIQARDQ4CM:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=zo90apdwKIw:vvIQARDQ4CM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=zo90apdwKIw:vvIQARDQ4CM:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=zo90apdwKIw:vvIQARDQ4CM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=zo90apdwKIw:vvIQARDQ4CM:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=zo90apdwKIw:vvIQARDQ4CM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=zo90apdwKIw:vvIQARDQ4CM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=zo90apdwKIw:vvIQARDQ4CM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=zo90apdwKIw:vvIQARDQ4CM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=zo90apdwKIw:vvIQARDQ4CM:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=zo90apdwKIw:vvIQARDQ4CM:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=zo90apdwKIw:vvIQARDQ4CM:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=zo90apdwKIw:vvIQARDQ4CM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=zo90apdwKIw:vvIQARDQ4CM:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=zo90apdwKIw:vvIQARDQ4CM:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/StudiowhizFeeds/~4/zo90apdwKIw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://studiowhiz.com/2010/08/28/100-prayers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://studiowhiz.com/2010/08/28/100-prayers/</feedburner:origLink></item>
		<item>
		<title>WordPress for worship teams</title>
		<link>http://feedproxy.google.com/~r/StudiowhizFeeds/~3/u7huQiRxFVo/</link>
		<comments>http://studiowhiz.com/2010/08/01/wordpress-for-worship-teams/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 03:48:46 +0000</pubDate>
		<dc:creator>Mr K</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Church]]></category>
		<category><![CDATA[Technology & Software]]></category>

		<guid isPermaLink="false">http://studiowhiz.com/?p=2253</guid>
		<description><![CDATA[Keep your worship team organised with an online collection of music, song sheets, MP3's, lyrics and much more. Using Wordpress can streamline and simplify the ordeal of organising music for a Sunday morning worship service.]]></description>
				<content:encoded><![CDATA[<p>When I joined the <a href="http://www.pakbapt.org.nz/" target="_blank">Pakuranga Baptist Church</a> worship team as a singer and guitarist/bassist my first question was -<strong> &#8220;<em>where do I get music from?</em>&#8220;</strong></p>
<p>This was the first time I&#8217;d really been involved in worship (well I was as a kid, but then I was a drummer and didn&#8217;t really need music), and so I didn&#8217;t have my own collection.</p>
<p>The answer I received surprised me <strong>&#8220;<em>there is a file cabinet over there with music you can photocopy</em>&#8220;</strong> &#8211; umm okay. Being an online guy I figured there had to be an easier way, especially when I moved into worship leading and wanted a much better way to search through songs, find resources and such like.  I asked our creative director if there was a better way and he said, &#8220;Yes, I&#8217;ve been working on a spread sheet that you can use&#8221;</p>
<p><img class="aligncenter size-full wp-image-2254" title="songs_spreadsheet" src="http://studiowhiz.com/wp-content/uploads/2010/08/songs_spreadsheet.png" alt="" width="620" height="150" /></p>
<p>This wasn&#8217;t going to work &#8211; sure you can search for names, you can check common sequences and such like, but there is no way to search lyrics etc.</p>
<h2>WordPress to the rescue</h2>
<p>I&#8217;d just completed transitioning the church from using Powerpoint for songs to using <a href="http://www.zionworx.org.uk/" target="_blank">Zionworx</a> <em>(We&#8217;ve since moved to </em><em><a href="http://www.renewedvision.com/" target="_blank">ProPresenter</a> on Mac &#8211; look for a post soon on technology in worship</em>), and during this transition our creative director wrote a Windows script to convert Powerpoint files to text files so we could import them to Zionworx. I wondered if I could use this collection of text files and the wonderful XML importer for WordPress.</p>
<p>I wrote a quick PHP script that would read the text files one by one and create one large XML file in the WordPress format. I then created a clean WordPress install &amp; imported this XML file. Suddenly I had a WordPress install full of 180 songs. Of course it didn&#8217;t go completely smoothly &#8211; there were issues where either the original Powerpoint to Text or Text to XML scripts had split titles and such like. But it didn&#8217;t take long to whip through and clean up the ones that weren&#8217;t right.</p>
<h2>Grabbing a theme</h2>
<p>Next I needed a theme that would allow us to quickly show the songs, and be extensible so we could add extra elements to each song.</p>
<p><a href="http://www.elegantthemes.com/affiliates/idevaffiliate.php?id=4541&amp;keyword=swhiz&amp;url=14"><img class="aligncenter size-full wp-image-2255" title="theme" src="http://studiowhiz.com/wp-content/uploads/2010/08/theme.png" alt="" width="620" height="150" /></a></p>
<p>I hunted around a bunch of free and paid and settled on <a href="http://www.elegantthemes.com/affiliates/idevaffiliate.php?id=4541&amp;keyword=swhiz&amp;url=14" target="_&quot;blank&quot;">Basic &#8211; by Elegant Themes</a> (<strong>Note:</strong><em> &#8211; that <strong>IS</strong> an affilate link, if you do buy one, please help support Studiowhiz,</em> otherwise the <a href="http://www.elegantthemes.com/gallery/basic/" target="_blank">non-affilate link is here</a>).</p>
<p><img class="alignright size-full wp-image-2259" title="song_extras" src="http://studiowhiz.com/wp-content/uploads/2010/08/song_extras.png" alt="" width="234" height="264" align="right" />One of the reasons I picked <a href="http://www.elegantthemes.com/affiliates/idevaffiliate.php?id=4541&amp;keyword=swhiz&amp;url=14" target="_&quot;blank&quot;">Basic</a> was because of its simple nature. It&#8217;s a very clean simple theme that can quickly be adapted. One thing I did was hack the sidebar to use the <strong>WordPress custom fields</strong> for extra song data.</p>
<p>This side bar has information such as:</p>
<ul>
<li>Usual song sequence</li>
<li>Usual song key</li>
<li>Chord sheet &#8211; for guitarists</li>
<li>Lead sheet &#8211; for singers, pianists etc</li>
<li>MP3 &#8211; great for new songs</li>
<li>YouTube &#8211; link to a YouTube version</li>
<li>Last time the song was sung &amp; song count &#8211; great for <a href="http://www.ccli.com/" target="_blank">CCLI</a> records</li>
<li>Song printing options</li>
</ul>
<p>This makes it super easy now for team members to grab the music they need for songs, and the worship team can keep tabs on what songs are being sung and how often. When introducing a new song, we can put a MP3, song sheets &amp; a link to the YouTube versions of other churches doing the songs. This really helps the teams quickly get up to speed with songs.</p>
<h2>WordPress plugins to help</h2>
<p>Of course WordPress is fantastic &#8211; of course plugins make it just THAT much better, and yes of course I do have a few extra plugins installed.</p>
<p><img class="aligncenter size-full wp-image-2264" title="plugins" src="http://studiowhiz.com/wp-content/uploads/2010/08/plugins.png" alt="" width="620" height="150" /></p>
<p><strong><a href="http://wordpress.org/extend/plugins/wp-table-reloaded/" target="_blank">WP-Table Reloaded</a></strong>: I use WP Table Reloaded for the page with our team roster on it. This plugin makes it so easy to create reasonably complex and large tables, and updating them is really simple.</p>
<p><strong><a href="http://wordpress.org/extend/plugins/wptouch/" target="_blank">WPTouch iPhone Theme</a></strong>: Less a plugin, more a theme, WPTouch is perfect for worship leaders with iPhones, iPads, Android and such like phones. From the phone you can search posts, find songs and check lyrics &#8211; it&#8217;s brilliant.</p>
<p><strong><a href="http://wordpress.org/extend/plugins/yet-another-related-posts-plugin/" target="_blank">YARPP</a></strong>: (Yet Another Related Posts Plugin) has to be one of my favourites, especially in the context of a songs database. This plugin can use the category, tags and lyrics of a song to help suggest others. Now it&#8217;s not perfect, it is after all using words to match against words (rather than semantic meaning). I&#8217;ve found this really helpful just to spark those thoughts &#8211; &#8220;oh maybe this song, rather than that song&#8221;</p>
<h2>Adaptations to WordPress</h2>
<p>If I was setting this up today with WordPress 3.0 &#8211; I&#8217;d probably invest in setting up some custom post types. But really we don&#8217;t add much &#8211; when there is a new song I add it, otherwise we do have the church secretary update the site after the sunday from the Run Sheet &#8211; to update play dates and counts.  So when it comes to adaptations and changes I didn&#8217;t really make many.</p>
<p><strong>Alphabetical list</strong>: one thing of course that makes sense for a songs database is an alphabetical list of the songs. This is something blogs don&#8217;t do &#8211; they tend to order by date. So I created a page template that I could use to list the songs.</p>
<p>Here&#8217;s the code I used to generate the alphabetical list &#8230; note the 200 &#8211; we only have 180 songs, so 200 was more than enough for us<br />
<code>&lt;h1&gt;Alphabetical List of Songs&lt;/h1&gt;<br />
&lt;ul&gt;<br />
php<br />
global $post;<br />
$myposts = get_posts('numberposts=200&amp;order=ASC&amp;orderby=title');<br />
foreach($myposts as $post) :<br />
?&gt;<br />
</code></p>
<p><code></p>
<li><a href="&lt;?&lt;span class=">php the_permalink(); ?&gt;"&gt;</a></li>
<p>php endforeach; ?&gt;<br />
&lt;/ul&gt;</code></p>
<p><strong>Other Changes</strong>: because of WordPress&#8217; custom fields I really didn&#8217;t need to change much else. I setup some custom fields for things like Chord Sheets, Lead Sheets, MP3, YouTube links etc.  Then in the side bar I wrote some IF statements to check if they exist, if they do &#8211; write them out, if they don&#8217;t &#8230; don&#8217;t.</p>
<p><strong>Music Sheets</strong>: We grab our PDF music sheets from <a href="http://www.ccli.com/" target="_blank">CCLI</a>, I download them to my local computer and then attach them to each song (or post) using the WordPress Media Upload tools &#8211; just as you would upload a post image. I then put the URL to each PDF into the appropriate custom field so they are collated in the sidebar.</p>
<h2>What about copyright?</h2>
<p>Okay this is a tricky one. As a church we have to honour local copyright laws &amp; of course we want to honour the licenses for music we have. We are members of <a href="http://www.ccli.com/" target="_blank">CCLI</a> and we obtain most music from that fantastic source.</p>
<p>The way we get around &#8211; or should I say, work with copyright issues, our Songs Database is not public. It is behind .htaccess and only team members have usernames and passwords.  Our <a href="http://www.ccli.com/" target="_blank">CCLI license</a> allows us to make photocopies for our worship teams (we do have to account for these). We figure that doing this online cuts down on wasted paper &amp; allows us to better track how many copies we have.</p>
<p>As for the MP3 &#8211; many churches distribute a CD of music for learning new songs. We figure that by having these online and stating that these are ONLY for learning music, that we honour the intent of the copyright laws. We have a church iTunes account which is fantastic as we can purchase the single MP3 we need to learn &#8211; this goes to learning, and adds music to our church music collection for playing during offerings etc etc.</p>
<p>Again, none of this is public &#8211; and we monitor site usage etc.</p>
<h2>Summary</h2>
<p>So there you have it, a quick way to use WordPress to help your worship team have a fully indexed, searchable, online songs database that can really save time.  Now when I create a Sunday Set List, I email to my worship team, with a list of songs and links to the songs on our Songs Database. They can login, check the song, grab any music sheets they need.</p>
<p><strong>Future Thoughts</strong>: we need to spend more time correctly categorising and tagging songs. Through a combination of Categories and Tags you could say that this song is a Praise song, or Worship song, then tag it with things like LOVE, PEACE, HOLY of HOLIES, REFLECTIVE etc and allow you to build up a powerful online understanding of your church music &#8211; this would of course massively improve the YARPP system too.</p>
<p>It would also be an advantage to rank songs by popularity rather than always by alphabetical order. The other thing I&#8217;d like to change is the way the WordPress search works. At the moment if you search by an exact title match it sometimes ranks other songs higher.</p>
<h2>Hope that helps</h2>
<p>I hope this helps you and your church. It has made a massive difference to us &#8211; even the older (less computer savvy) worship team members love using it. It&#8217;s amazing how something so simple can really streamline the whole process.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=u7huQiRxFVo:jJgDQGQbq7c:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=u7huQiRxFVo:jJgDQGQbq7c:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=u7huQiRxFVo:jJgDQGQbq7c:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=u7huQiRxFVo:jJgDQGQbq7c:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=u7huQiRxFVo:jJgDQGQbq7c:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=u7huQiRxFVo:jJgDQGQbq7c:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=u7huQiRxFVo:jJgDQGQbq7c:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=u7huQiRxFVo:jJgDQGQbq7c:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=u7huQiRxFVo:jJgDQGQbq7c:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=u7huQiRxFVo:jJgDQGQbq7c:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=u7huQiRxFVo:jJgDQGQbq7c:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=u7huQiRxFVo:jJgDQGQbq7c:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=u7huQiRxFVo:jJgDQGQbq7c:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=u7huQiRxFVo:jJgDQGQbq7c:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?i=u7huQiRxFVo:jJgDQGQbq7c:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StudiowhizFeeds?a=u7huQiRxFVo:jJgDQGQbq7c:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/StudiowhizFeeds?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/StudiowhizFeeds/~4/u7huQiRxFVo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://studiowhiz.com/2010/08/01/wordpress-for-worship-teams/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://studiowhiz.com/2010/08/01/wordpress-for-worship-teams/</feedburner:origLink></item>
	</channel>
</rss>
