<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>vincelee.net &#187; Scripting</title>
	<atom:link href="http://www.vincelee.net/category/scripting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vincelee.net</link>
	<description>web design, development and general chicanery</description>
	<lastBuildDate>Mon, 24 May 2010 09:10:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>GiT Ignore Rules Being Ignored</title>
		<link>http://www.vincelee.net/2010/05/24/git-ignore-rules-being-ignored/</link>
		<comments>http://www.vincelee.net/2010/05/24/git-ignore-rules-being-ignored/#comments</comments>
		<pubDate>Mon, 24 May 2010 09:10:06 +0000</pubDate>
		<dc:creator>Vince</dc:creator>
				<category><![CDATA[Scripting]]></category>
		<category><![CDATA[git ignore]]></category>

		<guid isPermaLink="false">http://www.vincelee.net/?p=113</guid>
		<description><![CDATA[Just a quick post about working with git ignore files not seemingly not being recognised by git.
Having followed everything in the manual, my git was still picking up the files I set to ignore. After muchos trawling, I found this post, detailing the command to clear your cache, and sorting out my woes.
The commands:
git rm [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick post about working with git ignore files not seemingly not being recognised by git.</p>
<p>Having followed everything in the <a href="http://www.kernel.org/pub/software/scm/git/docs/gitignore.html">manual</a>, my git was still picking up the files I set to ignore. After muchos trawling, I found <a href="http://jpablobr.com/gitignore-file-not-ignoring-files/comment-page-1/#comment-360">this post</a>, detailing the command to clear your cache, and sorting out my woes.</p>
<p>The commands:</p>
<p><code>git rm -r --cached .<br />
git add .<br />
git commit -m ".gitignore is now working"</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vincelee.net/2010/05/24/git-ignore-rules-being-ignored/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Augmented Reality Tinkering</title>
		<link>http://www.vincelee.net/2010/03/02/augmented-reality-tinkering-2/</link>
		<comments>http://www.vincelee.net/2010/03/02/augmented-reality-tinkering-2/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 19:07:25 +0000</pubDate>
		<dc:creator>Vince</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[augmented reality]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://www.vincelee.net/?p=101</guid>
		<description><![CDATA[Having been fiddling with an augmented reality tutorial for the last few evenings, I have finally got it working! 
I was following the video tutorial at gotoandlearn.com, but ran into a few snags &#8211; solutions for which I&#8217;m posting here to help anyone else struggling with it!
I used Flex Builder 3 to write the source [...]]]></description>
			<content:encoded><![CDATA[<p>Having been fiddling with an augmented reality tutorial for the last few evenings, I have finally got it working! <a href="http://www.vincelee.net/wp-content/uploads/2010/03/Capture.jpg"><img src="http://www.vincelee.net/wp-content/uploads/2010/03/Capture-300x216.jpg" alt="" title="Augmented Cow" width="300" height="216" class="alignright size-medium wp-image-110" /></a></p>
<p>I was following the video tutorial at <a href="http://www.gotoandlearn.com/play?id=105">gotoandlearn.com</a>, but ran into a few snags &#8211; solutions for which I&#8217;m posting here to help anyone else struggling with it!</p>
<p>I used Flex Builder 3 to write the source (<a href="http://www.adobe.com/products/flex/">free trial here</a>) and got the code libraries via Subversion, as described in the video.</p>
<p><strong>Vector class not found</strong> &#8211; This is down to Flex exporting to Flash Player 9 by default. Fix this by following these articles: <a href="http://communitymx.com/content/article.cfm?cid=5AC26">article 1</a> and <a href="http://opensource.adobe.com/wiki/display/flexsdk/Targeting+Flash+Player+10">article 2</a>.</p>
<p><strong>FLARRgbRaster_BitmapData expects 2 int parameters</strong> &#8211; Importing the FLARToolkit library from the trunk folder has the wrong class. I used the one from /FLARToolKit/branches/ver1_x_x/src.</p>
<p>Once those little problems are taken care of, you&#8217;re on your way!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vincelee.net/2010/03/02/augmented-reality-tinkering-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
