<?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></title>
	<atom:link href="http://bygriz.com/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://bygriz.com/blog</link>
	<description></description>
	<lastBuildDate>Thu, 08 Sep 2011 04:41:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>My Thesis Project</title>
		<link>http://bygriz.com/blog/my-thesis-project</link>
		<comments>http://bygriz.com/blog/my-thesis-project#comments</comments>
		<pubDate>Sun, 08 May 2011 10:03:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Animation]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Automotive]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://bygriz.com/blog/?p=1443</guid>
		<description><![CDATA[VDI is a mobile application I am developing for my graduate thesis project at Parsons The New School For Design. For more information on the project, check it out here.]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-vertical"><script type="text/javascript">
				<!-- 
				tweetcount_url = "http://bygriz.com/blog/my-thesis-project";
				tweetcount_title = "My Thesis Project";
				tweetcount_src = "RT @socializeWP:";
				tweetcount_via = ;
				tweetcount_links = ;
				tweetcount_size = "";
				tweetcount_background = "";
				tweetcount_border = "";
                                
				//-->
			</script>
                        <script type="text/javascript" src="http://widgets.backtype.com/tweetcount.js"></script></div><div class="socialize-in-button socialize-in-button-vertical"><script>
			<!-- 
			var fbShare = {
				url: "http://bygriz.com/blog/my-thesis-project",
				size: "large",
				google_analytics: "true"
			}
			//-->
			</script>
                        <script src="http://widgets.fbshare.me/files/fbshare.js"></script></div></div><p>VDI is a mobile application I am developing for my graduate thesis project at Parsons The New School For Design.<br />
For more information on the project, check it out <a href="http://vdiproject.com">here</a>.<br />
<img src="http://bygriz.com/blog/wp-content/uploads/2011/05/vdiapp_ontable1-450x301.jpg" alt="" title="vdiapp_ontable" width="450" height="301" class="alignnone size-medium wp-image-1450" /><br />
<iframe src="http://player.vimeo.com/video/23407293?title=0&amp;byline=0&amp;portrait=0" width="570" height="271" frameborder="0"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://bygriz.com/blog/my-thesis-project/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sensor Graph</title>
		<link>http://www.bygriz.com/portfolio/sensor-graph/</link>
		<comments>http://www.bygriz.com/portfolio/sensor-graph/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 03:21:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[amarino]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[develop]]></category>
		<category><![CDATA[graph]]></category>
		<category><![CDATA[sensor]]></category>
		<category><![CDATA[toolkit]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://bygriz.com/blog/?p=1344</guid>
		<description><![CDATA[Sensor Graph is an Android app that uses the Amarino Toolkit Plugin to read real time data from Arduino. I thought I would post a little tutorial on this, since it took me quite a while to get this running. The Amarino Toolkit consist of an Android application, a Arduino Library, and a Android plugin, [...]]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-vertical"><script type="text/javascript">
				<!-- 
				tweetcount_url = "http://www.bygriz.com/portfolio/sensor-graph/";
				tweetcount_title = "Sensor Graph";
				tweetcount_src = "RT @socializeWP:";
				tweetcount_via = ;
				tweetcount_links = ;
				tweetcount_size = "";
				tweetcount_background = "";
				tweetcount_border = "";
                                
				//-->
			</script>
                        <script type="text/javascript" src="http://widgets.backtype.com/tweetcount.js"></script></div><div class="socialize-in-button socialize-in-button-vertical"><script>
			<!-- 
			var fbShare = {
				url: "http://www.bygriz.com/portfolio/sensor-graph/",
				size: "large",
				google_analytics: "true"
			}
			//-->
			</script>
                        <script src="http://widgets.fbshare.me/files/fbshare.js"></script></div></div><p><img class="alignnone size-full wp-image-1356" title="amarino_sensor-graph" src="http://bygriz.com/blog/wp-content/uploads/2010/10/amarino_sensor-graph.png" alt="" width="450" height="327" /></p>
<p>Sensor Graph is an Android app that uses the Amarino Toolkit Plugin to read real time data from Arduino.</p>
<p>I thought I would post a little tutorial on this, since it took me quite a while to get this running. The <a href="http://www.amarino-toolkit.net/index.php" target="_blank">Amarino Toolkit</a> consist of an Android application, a Arduino Library, and a Android plugin, that allows android applications to communicate with Arduino. While it is relatively simple to get the examples working, you will require some knowledge of android phones, android os, soldering, Eclipse IDE or equivalent for modifying and packaging an android app, Arduino, Java programming language.<br />
<span id="more-1344"></span><br />
Tools I am using are,</p>
<p>Mac osx Snow Leopard 10.6.4<br />
Arduino Duemilanova ATmega 328<br />
Arduino app for Mac<br />
Samsung Galaxy S: Android OS 2.1 Eclair<br />
<a href="http://www.eclipse.org/galileo/" target="_blank">Eclipse Galileo</a><br />
<a href="http://developer.android.com/sdk/index.html" target="_blank">Androidsdk </a><br />
<a href="http://www.amarino-toolkit.net/index.php/download.html" target="_blank">Amarino</a> Toolkit<br />
<a href="http://homepage.mac.com/dalverson/zterm/" target="_blank">Zterm</a> * mac osx program to change your bluetooth shield&#8217;s baud rate.<br />
<a href="http://www.sparkfun.com/commerce/product_info.php?products_id=582">Bluetooth Modem &#8211; BlueSMiRF Gold</a> * attach to your Arduino board if you do not have a Arduino BT board.<br />
Bread board and wires<br />
Potentiometer,  Temperature Sensor, any variable resistor will do.</p>
<p>1. To Start, head over to the <a href="http://www.amarino-toolkit.net/index.php/download.html" target="_blank">Amarino website </a> , download the android app and the android plugin bundle app and install it to your phone.<br />
You can do this two ways, either use a barcode scanner app to scan the QR code on the website, which will open a browser and download the app.<br />
The other way is to download the application using the link on the website, and use Terminal to install it to your phone (android sdk is required).</p>
<p>2. Download the <strong>MeetAndroid Library</strong> and place it in(your_arduino_sketches_dir/libraries/MeetAndroid).<br />
To do this on a mac, go to Applications Folder &gt; Right click on the Arduino.app &gt; Show Package Contents and place the MeetAndroid Library inside (Resources&gt;Java&gt;<strong>Libraries</strong>).<br />
If the Arduino program is open, restart it, if everything went well, the MeetAndroid library can be found under &#8220;Sketch-&gt;Import Library&#8230;&#8221;</p>
<p>3. Setting up your blue smirf gold adapter.<br />
<img class="alignnone size-medium wp-image-1350" title="Screen shot 2010-10-24 at 10.15.09 PM" src="http://bygriz.com/blog/wp-content/uploads/2010/10/Screen-shot-2010-10-24-at-10.15.09-PM-450x274.jpg" alt="" width="450" height="274" /><br />
Solder wires to your blue smirf gold, you only need connections to RX, TX ,GRND and VCC ports.<br />
<strong> *important*</strong> The TX wire from blue smirf gold connects to RX on the arduino board, the RX wire from the bluesmirf gold connects to TX on the arduino board.<br />
<strong> DO NOT</strong> connect these wires before uploading your sketch to the arduino board, you will receive an error.</p>
<p>4. ** Optional , I had issues pairing my blue smirf gold to arduino and needed to change the baud rate.<br />
The instructions to do that is <a href="http://todbot.com/blog/2006/02/23/howto-mac-os-x-bluetooth-serial-port/" target="_blank">here.</a></p>
<p>5. Once you have your bluesmirf soldered and wired to your arduino board try to connect the amarino app to it.<br />
You do this by, opening the Amarino app on your android phone<br />
Select add BT device<br />
The device name should be FIRE-FLY(some numbers)<br />
The password should be &#8220;1234&#8243; without quotes.<br />
The bluesmirf gold should stop blinking red and go to a steady green<br />
The app should also show a green indicator next to device showing that it is connected.<br />
Good, now you know the phone can speak to arduino.</p>
<p>6. Installing the Sensor Graph App<br />
Download the Sensor Graph example from <a href="http://www.amarino-toolkit.net/index.php/download.html" target="_blank">Amarino website </a>.<br />
Place the folder anywhere you want.<br />
Go to Eclipse and right click your project panel, and select new android project.<br />
&#8216;*important* you need to already have Eclipse and Androidsdk plugin installed&#8221;<br />
Select create from existing source.<br />
Use the browse button to find your Sensor Graph folder that you just downloaded.<br />
Select android 2.1 as the targeted device from the list.<br />
Click Finish.</p>
<p>*If you have a yellow exclamation warnings next to your sensor graph project file in eclipse it should still run fine.<br />
*If you have a red &#8220;X&#8221; you might need to make you have your &#8220;AmarinoLibrary.jar&#8221; file is included.<br />
*&#8221;The AmarinoLibrary.jar  is on the Amarino toolkit website and you should have already downloaded it and placed it somewhere for example your androidsdk folder.&#8221;<br />
*To include the file right click on your SensorGraph folder and click build path &gt; configure build path &gt; libraries &gt; add external jar &gt; and browse for the file. &gt; ok<br />
*you should not see any errors.<br />
<strong> **super important* </strong>Open the SensorGraph.java file in Eclipse and place your bluesmirf device number inside this line of code ( private static final String DEVICE_ADDRESS =  &#8220;YOUR BLUE TOOTH DEVICE NUMBER&#8221;;)</p>
<p>- The Amarino Android app will have the device number on the list of pair devices.<br />
Next, your phone should already be connected via usb to your computer, In your phone settings, developer debug mode, and install from unknown sources checked.<br />
Open the SensorGraph arduino file from Eclipse, this launches the arduino application<br />
check which pin to attach your variable resistor to, also modify your baudrate if neccessary.<br />
- make sure when you are uploading your tx and rx wires are not attached-</p>
<p>Upload your sketch to your arduino board, and then attach the rx and tx wires.<br />
Next, right click on your SensorGraph folder and &gt; Run as Android Application<br />
When the dialog box of the AVD manager launches select your phone as the targeted device. It will be the one that does not say emulator and probably have some device number to it.<br />
Launch<br />
This will install the SensorGraph app to your phone and run it.</p>
<p>If everything goes well the app will show you a graph of your variable resistors input.<br />
In my case I used a potentiometer, so as I turned it, the graph changed.</p>
<p>Pics :)</p>
<p><img class="alignnone size-medium wp-image-1353" title="arduino33" src="http://bygriz.com/blog/wp-content/uploads/2010/10/arduino33-450x299.jpg" alt="" width="450" height="299" /></p>
<p><img class="alignnone size-medium wp-image-1352" title="arduino34" src="http://bygriz.com/blog/wp-content/uploads/2010/10/arduino34-450x248.jpg" alt="" width="450" height="248" /></p>
<p><img class="alignnone size-medium wp-image-1351" title="arduino35" src="http://bygriz.com/blog/wp-content/uploads/2010/10/arduino35-450x268.jpg" alt="" width="450" height="268" /></p>
<p>any questions drop a comment below</p>
<p>&#8212;<br />
Also check out my graduate thesis project, for which I am using the Amarino Toolkit and a Android Tablet to control some car functions. <a href="http://www.vdiproject.com" target="_blank">VDI  Project</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.bygriz.com/portfolio/sensor-graph/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Create Divs In Photoshop</title>
		<link>http://bygriz.com/blog/create-divs-in-photoshop</link>
		<comments>http://bygriz.com/blog/create-divs-in-photoshop#comments</comments>
		<pubDate>Fri, 08 Oct 2010 08:21:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://bygriz.com/blog/?p=1334</guid>
		<description><![CDATA[This took some googling, so I figured I would post it. The images below show step by step on how to configure photoshop to output your slices as divs with css, instead of tables. This is a great option for designers and should be the default setting :/.]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-vertical"><script type="text/javascript">
				<!-- 
				tweetcount_url = "http://bygriz.com/blog/create-divs-in-photoshop";
				tweetcount_title = "Create Divs In Photoshop";
				tweetcount_src = "RT @socializeWP:";
				tweetcount_via = ;
				tweetcount_links = ;
				tweetcount_size = "";
				tweetcount_background = "";
				tweetcount_border = "";
                                
				//-->
			</script>
                        <script type="text/javascript" src="http://widgets.backtype.com/tweetcount.js"></script></div><div class="socialize-in-button socialize-in-button-vertical"><script>
			<!-- 
			var fbShare = {
				url: "http://bygriz.com/blog/create-divs-in-photoshop",
				size: "large",
				google_analytics: "true"
			}
			//-->
			</script>
                        <script src="http://widgets.fbshare.me/files/fbshare.js"></script></div></div><p>This took some googling, so I figured I would post it. The images below show step by step on how to configure photoshop to output your slices as divs with css, instead of tables. This is a great option for designers and should be the default setting :/.</p>
<p><img class="alignnone size-medium wp-image-1335" title="Screen shot 2010-10-08 at 4.06.28 AM" src="http://bygriz.com/blog/wp-content/uploads/2010/10/Screen-shot-2010-10-08-at-4.06.28-AM-450x327.jpg" alt="" width="450" height="327" /></p>
<p><img class="alignnone size-medium wp-image-1336" title="Screen shot 2010-10-08 at 4.06.37 AM" src="http://bygriz.com/blog/wp-content/uploads/2010/10/Screen-shot-2010-10-08-at-4.06.37-AM-450x299.jpg" alt="" width="450" height="299" /></p>
<p><img class="alignnone size-medium wp-image-1337" title="Screen shot 2010-10-08 at 4.07.01 AM" src="http://bygriz.com/blog/wp-content/uploads/2010/10/Screen-shot-2010-10-08-at-4.07.01-AM-450x331.jpg" alt="" width="450" height="331" /></p>
]]></content:encoded>
			<wfw:commentRss>http://bygriz.com/blog/create-divs-in-photoshop/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Behance</title>
		<link>http://bygriz.com/blog/behance</link>
		<comments>http://bygriz.com/blog/behance#comments</comments>
		<pubDate>Wed, 18 Aug 2010 03:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://bygriz.com/blog/?p=1203</guid>
		<description><![CDATA[I finally got my butt into gear and posted some work to my Behance portfolio page. It is currently the same stuff currently shown on my personal site, with some little extras. More designs coming soon..]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-vertical"><script type="text/javascript">
				<!-- 
				tweetcount_url = "http://bygriz.com/blog/behance";
				tweetcount_title = "Behance";
				tweetcount_src = "RT @socializeWP:";
				tweetcount_via = ;
				tweetcount_links = ;
				tweetcount_size = "";
				tweetcount_background = "";
				tweetcount_border = "";
                                
				//-->
			</script>
                        <script type="text/javascript" src="http://widgets.backtype.com/tweetcount.js"></script></div><div class="socialize-in-button socialize-in-button-vertical"><script>
			<!-- 
			var fbShare = {
				url: "http://bygriz.com/blog/behance",
				size: "large",
				google_analytics: "true"
			}
			//-->
			</script>
                        <script src="http://widgets.fbshare.me/files/fbshare.js"></script></div></div><p><a href ="http://www.behance.net/graeme_richardson" target ="_blank" style = "width:184px !important; height:60px !important; background-image:url(http://assets.behance.net//img/portfolio/black/med1.jpg?cb=242104669) !important; -webkit-border-radius:4px !important; -moz-border-radius:4px !important; -o-border-radius:4px !important; border-radius:4px !important; text-decoration:none !important; display:block !important;"><img src='http://behance.vo.llnwd.net/e1/userCover?user_id=200719&#038;size=50' style='width:50px !important; height:50px !important; margin-top:5px !important; margin-left:5px !important; float: left !important; border-style:none !important;' /><span style='overflow: hidden !important; height: 0px !important; font-size: 0px !important; line-height: 0px !important; clear:both !important;'></span></a><br />
<img src="http://bygriz.com/blog/wp-content/uploads/2010/08/Screen-shot-2010-08-17-at-10.55.15-PM-450x559.jpg" alt="" title="Screen shot 2010-08-17 at 10.55.15 PM" width="450" height="559" class="alignnone size-large wp-image-1205" /><br />
I finally got my butt into gear and posted some work to my Behance portfolio page. It is currently the same stuff currently shown on my personal site, with some little extras. More designs coming soon..</p>
]]></content:encoded>
			<wfw:commentRss>http://bygriz.com/blog/behance/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blackberry Sucks</title>
		<link>http://bygriz.com/blog/blackberry-sucks</link>
		<comments>http://bygriz.com/blog/blackberry-sucks#comments</comments>
		<pubDate>Thu, 05 Aug 2010 02:51:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://bygriz.com/blog/?p=1197</guid>
		<description><![CDATA[Well its not so bad, but I do think they are falling behind even though they are a big player in the US market. What prompt me to write about this, is this cnn article about why people still use blackberrys. The reasons I think people use blackberries are two main reasons. Normal users know [...]]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-vertical"><script type="text/javascript">
				<!-- 
				tweetcount_url = "http://bygriz.com/blog/blackberry-sucks";
				tweetcount_title = "Blackberry Sucks";
				tweetcount_src = "RT @socializeWP:";
				tweetcount_via = ;
				tweetcount_links = ;
				tweetcount_size = "";
				tweetcount_background = "";
				tweetcount_border = "";
                                
				//-->
			</script>
                        <script type="text/javascript" src="http://widgets.backtype.com/tweetcount.js"></script></div><div class="socialize-in-button socialize-in-button-vertical"><script>
			<!-- 
			var fbShare = {
				url: "http://bygriz.com/blog/blackberry-sucks",
				size: "large",
				google_analytics: "true"
			}
			//-->
			</script>
                        <script src="http://widgets.fbshare.me/files/fbshare.js"></script></div></div><p><img src="http://bygriz.com/blog/wp-content/uploads/2010/08/blackberry-logo-001.jpg" alt="" title="blackberry-logo-001" width="320" height="320" class="alignnone size-full wp-image-1201" /><br />
Well its not so bad, but I do think they are falling behind even though they are a big player in the US market. What prompt me to write about this, is this cnn <a href="http://www.cnn.com/2010/TECH/mobile/08/04/blackberry.fans/index.html" target="_blank">article</a> about why people still use blackberrys. The reasons I think people use blackberries are two main reasons. Normal users know it to be a &#8220;business smart phone&#8221;, and want to emulate the type of people we us them. Businesses hand out berries to their employers, because they are secure and have useful enterprise privacy features ie. wiping a phones data remotely. Black Berries are ugly and bulky, there physical design alone creates a barrier for enjoying the kind of experience and productivity that other smart phone users enjoy. The ui design, processing power and features also don&#8217;t compare. In the end it comes down to marketing. Berries are on all major US carriers, but Apples Iphone, HTC EVO 4G and HTC Droid isn&#8217;t. Those phones are locked in to their respective carriers, at-least for now. Those phones are then prone to what I like to dub the &#8220;hear say&#8221; epidemic. I have heard rumors such as &#8220;android phones get viruses&#8221; , Iphones have terrible reception&#8221;, &#8220;Apple is coming to Verizon next month anyways&#8221; . Black Berry is also successful at branding it self as a smart phone. The general mobile user views Apples Iphone as gaming and media device, locked into itunes and the app store. Non-tech and some tech mobile users still have no idea what an android phone is, even though they have the second largest app market and 9+% of the US cell phone market. As apple and android continue to develop there enterprise security features it will be interesting to see if businesses will catch on and if black berry can hold on to their market share and business appeal.</p>
]]></content:encoded>
			<wfw:commentRss>http://bygriz.com/blog/blackberry-sucks/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bleach?</title>
		<link>http://bygriz.com/blog/bleach</link>
		<comments>http://bygriz.com/blog/bleach#comments</comments>
		<pubDate>Fri, 09 Jul 2010 23:35:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Animation]]></category>

		<guid isPermaLink="false">http://bygriz.com/blog/?p=1193</guid>
		<description><![CDATA[I found this image while browsing through stock photos at work and figure it needed some bleaching.]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-vertical"><script type="text/javascript">
				<!-- 
				tweetcount_url = "http://bygriz.com/blog/bleach";
				tweetcount_title = "Bleach?";
				tweetcount_src = "RT @socializeWP:";
				tweetcount_via = ;
				tweetcount_links = ;
				tweetcount_size = "";
				tweetcount_background = "";
				tweetcount_border = "";
                                
				//-->
			</script>
                        <script type="text/javascript" src="http://widgets.backtype.com/tweetcount.js"></script></div><div class="socialize-in-button socialize-in-button-vertical"><script>
			<!-- 
			var fbShare = {
				url: "http://bygriz.com/blog/bleach",
				size: "large",
				google_analytics: "true"
			}
			//-->
			</script>
                        <script src="http://widgets.fbshare.me/files/fbshare.js"></script></div></div><p><img src="http://bygriz.com/blog/wp-content/uploads/2010/07/bleach2-450x337.jpg" alt="" title="bleach2" width="450" height="337" class="alignnone size-large wp-image-1194" /><br />
I found this image while browsing through stock photos at work and figure it needed some bleaching. </p>
]]></content:encoded>
			<wfw:commentRss>http://bygriz.com/blog/bleach/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wii Mouse</title>
		<link>http://bygriz.com/blog/wii-mouse</link>
		<comments>http://bygriz.com/blog/wii-mouse#comments</comments>
		<pubDate>Fri, 09 Jul 2010 21:23:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Gaming]]></category>

		<guid isPermaLink="false">http://bygriz.com/blog/?p=1185</guid>
		<description><![CDATA[Wii Mouse is a flash game, in which the player is the mouse and tries to evade the cat, while dodging obstacles. Eric Chung, Joseph Laquinte and I worked on this game for our advance flash final last year. We used a program called wii flash server, to map the wii-mote&#8217;s values to flash. Once [...]]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-vertical"><script type="text/javascript">
				<!-- 
				tweetcount_url = "http://bygriz.com/blog/wii-mouse";
				tweetcount_title = "Wii Mouse";
				tweetcount_src = "RT @socializeWP:";
				tweetcount_via = ;
				tweetcount_links = ;
				tweetcount_size = "";
				tweetcount_background = "";
				tweetcount_border = "";
                                
				//-->
			</script>
                        <script type="text/javascript" src="http://widgets.backtype.com/tweetcount.js"></script></div><div class="socialize-in-button socialize-in-button-vertical"><script>
			<!-- 
			var fbShare = {
				url: "http://bygriz.com/blog/wii-mouse",
				size: "large",
				google_analytics: "true"
			}
			//-->
			</script>
                        <script src="http://widgets.fbshare.me/files/fbshare.js"></script></div></div><p><img src="http://bygriz.com/blog/wp-content/uploads/2010/07/Screen-shot-2009-12-22-at-2.36.54-PM-450x658.png" alt="" title="Screen-shot-2009-12-22-at-2.36.54-PM-450x658" width="450" height="658" class="alignnone size-full wp-image-1187" /><br />
<img src="http://bygriz.com/blog/wp-content/uploads/2010/07/Screen-shot-2009-12-22-at-2.34.45-PM-450x656.png" alt="" title="Screen-shot-2009-12-22-at-2.34.45-PM-450x656" width="450" height="656" class="alignnone size-full wp-image-1188" /><br />
Wii Mouse is a flash game, in which the player is the mouse and tries to evade the cat, while dodging obstacles. Eric Chung, Joseph Laquinte and I worked on this game for our advance flash final last year. We used a program called <a href="http://wiiflash.bytearray.org/">wii flash server</a>, to map the wii-mote&#8217;s values to flash. Once it was running, we were able to use the wii-motes to control the mouse&#8217;s movement on the computer. Here is a link to the <a href="http://bygriz.com/interfacefall09/interfacefinal/index.html">project site.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bygriz.com/blog/wii-mouse/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Logos 062010</title>
		<link>http://bygriz.com/blog/logos-062010</link>
		<comments>http://bygriz.com/blog/logos-062010#comments</comments>
		<pubDate>Fri, 02 Jul 2010 05:39:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://bygriz.com/blog/?p=1177</guid>
		<description><![CDATA[I figure its time to post some more work. These are some logos I have been working on this past week. While I prefer to do simple typographic logo marks, I enjoyed working on the elements for these pieces as well.]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-vertical"><script type="text/javascript">
				<!-- 
				tweetcount_url = "http://bygriz.com/blog/logos-062010";
				tweetcount_title = "Logos 062010";
				tweetcount_src = "RT @socializeWP:";
				tweetcount_via = ;
				tweetcount_links = ;
				tweetcount_size = "";
				tweetcount_background = "";
				tweetcount_border = "";
                                
				//-->
			</script>
                        <script type="text/javascript" src="http://widgets.backtype.com/tweetcount.js"></script></div><div class="socialize-in-button socialize-in-button-vertical"><script>
			<!-- 
			var fbShare = {
				url: "http://bygriz.com/blog/logos-062010",
				size: "large",
				google_analytics: "true"
			}
			//-->
			</script>
                        <script src="http://widgets.fbshare.me/files/fbshare.js"></script></div></div><p><img src="http://bygriz.com/blog/wp-content/uploads/2010/07/logos_blog_480x4801-450x362.jpg" alt="" title="logos_blog_480x480" width="450" height="362" class="alignnone size-large wp-image-1183" /><br />
I figure its time to post some more work. These are some logos I have been working on this past week. While I prefer to do simple typographic logo marks, I enjoyed working on the elements for these pieces as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://bygriz.com/blog/logos-062010/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>24 HOURS IN 19500 FRAMES</title>
		<link>http://bygriz.com/blog/24-hours-in-19500-frames</link>
		<comments>http://bygriz.com/blog/24-hours-in-19500-frames#comments</comments>
		<pubDate>Wed, 30 Jun 2010 23:18:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<guid isPermaLink="false">http://bygriz.com/blog/?p=1172</guid>
		<description><![CDATA[24 HOURS IN 19500 FRAMES from tim hahne on Vimeo. Anyone who knows me, know I love cars. I found this video by Tim Hahne while catching up with all internet car shows/podcasts. This shows some very nice cars, and does a good job of capturing the on and off track during the 24 Hours [...]]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-vertical"><script type="text/javascript">
				<!-- 
				tweetcount_url = "http://bygriz.com/blog/24-hours-in-19500-frames";
				tweetcount_title = "24 HOURS IN 19500 FRAMES";
				tweetcount_src = "RT @socializeWP:";
				tweetcount_via = ;
				tweetcount_links = ;
				tweetcount_size = "";
				tweetcount_background = "";
				tweetcount_border = "";
                                
				//-->
			</script>
                        <script type="text/javascript" src="http://widgets.backtype.com/tweetcount.js"></script></div><div class="socialize-in-button socialize-in-button-vertical"><script>
			<!-- 
			var fbShare = {
				url: "http://bygriz.com/blog/24-hours-in-19500-frames",
				size: "large",
				google_analytics: "true"
			}
			//-->
			</script>
                        <script src="http://widgets.fbshare.me/files/fbshare.js"></script></div></div><p><object width="462" height="260"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=11932030&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=11932030&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="462" height="260"></embed></object>
<p><a href="http://vimeo.com/11932030">24 HOURS IN 19500 FRAMES</a> from <a href="http://vimeo.com/user720165">tim hahne</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>Anyone who knows me, know I love cars. I found this video by Tim Hahne while catching<br />
up with all internet car shows/podcasts. This shows some very nice cars, and does a good job of capturing the on and off track during the 24 Hours of Nurburgring.</p>
]]></content:encoded>
			<wfw:commentRss>http://bygriz.com/blog/24-hours-in-19500-frames/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>App Cleaner</title>
		<link>http://bygriz.com/blog/app-cleaner</link>
		<comments>http://bygriz.com/blog/app-cleaner#comments</comments>
		<pubDate>Mon, 28 Jun 2010 21:29:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apps]]></category>

		<guid isPermaLink="false">http://bygriz.com/blog/?p=1167</guid>
		<description><![CDATA[Uninstalling apps from your mac is pretty simply, just drag the app to your trash. However, sometimes apps will leave other files behind on your hard drive. This app is a pretty good solution to cleanly remove programs from your mac. Get it here]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-vertical"><script type="text/javascript">
				<!-- 
				tweetcount_url = "http://bygriz.com/blog/app-cleaner";
				tweetcount_title = "App Cleaner";
				tweetcount_src = "RT @socializeWP:";
				tweetcount_via = ;
				tweetcount_links = ;
				tweetcount_size = "";
				tweetcount_background = "";
				tweetcount_border = "";
                                
				//-->
			</script>
                        <script type="text/javascript" src="http://widgets.backtype.com/tweetcount.js"></script></div><div class="socialize-in-button socialize-in-button-vertical"><script>
			<!-- 
			var fbShare = {
				url: "http://bygriz.com/blog/app-cleaner",
				size: "large",
				google_analytics: "true"
			}
			//-->
			</script>
                        <script src="http://widgets.fbshare.me/files/fbshare.js"></script></div></div><p><img src="http://bygriz.com/blog/wp-content/uploads/2010/06/Screen-shot-2010-06-28-at-5.25.57-PM-450x370.jpg" alt="" title="Screen shot 2010-06-28 at 5.25.57 PM" width="450" height="370" class="alignnone size-large wp-image-1168" /><br />
Uninstalling apps from your mac is pretty simply, just drag the app to your trash. However, sometimes apps will leave other files behind on your hard drive. This app is a pretty good solution to cleanly remove programs from your mac. Get it <a href="http://www.freemacsoft.net/AppCleaner/index.php" target="_blank">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bygriz.com/blog/app-cleaner/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

