<?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>Ezra^3 - let&#039;s make things happen. &#187; Home Categories</title>
	<atom:link href="http://ezraezraezra.com/?cat=121&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://ezraezraezra.com</link>
	<description>lets make things happen.</description>
	<lastBuildDate>Sun, 17 Sep 2017 12:19:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>PuppyPics</title>
		<link>http://ezraezraezra.com/?p=1805</link>
		<comments>http://ezraezraezra.com/?p=1805#comments</comments>
		<pubDate>Mon, 06 Jan 2014 01:19:05 +0000</pubDate>
		<dc:creator>ezraezra</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Home Categories]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[ezra]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[pics]]></category>
		<category><![CDATA[pictures]]></category>
		<category><![CDATA[puppies]]></category>
		<category><![CDATA[puppy]]></category>
		<category><![CDATA[puppypics]]></category>
		<category><![CDATA[velazquez]]></category>

		<guid isPermaLink="false">http://ezraezraezra.com/?p=1805</guid>
		<description><![CDATA[Chrome puppy image extension]]></description>
			<content:encoded><![CDATA[<p id="top" /><strong>Name</strong>: PuppyPics<br />
<strong>Platform</strong>: Chrome Browser, Web<br />
<strong>Author</strong>: Ezra Velazquez<br />
<strong>Technology</strong>: JavaScript, HTML, CSS<br />
<strong>Source Code</strong>: Available on <a href="https://github.com/ezraezraezra/PuppyPics" target="_blank">GitHub</a><br />
<strong>Version</strong>: 0.9</p>
<p><strong>About PuppyPics</strong>: Chrome extension that replaces page images with pictures of puppies!<br />
Intent: Brighten up people&#8217;s day with pictures of puppies.<br />
<strong>Personal Intent:</strong> Wanted to build a Chrome extension and something fun.<br />
<strong>Backstory</strong>: Wanted to stretch my JavaScript muscles and follow a new set of guidelines for development.</p>
<p><strong>Gallery</strong>:</p>

<a href='http://ezraezraezra.com/?attachment_id=1806' title='puppypics'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2014/01/puppypics-150x150.png" class="attachment-thumbnail" alt="puppypics" title="puppypics" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1807' title='puppy_after'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2014/01/puppy_after-150x150.png" class="attachment-thumbnail" alt="puppy_after" title="puppy_after" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1808' title='puppy_before'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2014/01/puppy_before-150x150.png" class="attachment-thumbnail" alt="puppy_before" title="puppy_before" /></a>

]]></content:encoded>
			<wfw:commentRss>http://ezraezraezra.com/?feed=rss2&#038;p=1805</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NxJ Revenue Indicator</title>
		<link>http://ezraezraezra.com/?p=1764</link>
		<comments>http://ezraezraezra.com/?p=1764#comments</comments>
		<pubDate>Mon, 30 Sep 2013 12:22:18 +0000</pubDate>
		<dc:creator>ezraezra</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Home Categories]]></category>

		<guid isPermaLink="false">http://ezraezraezra.com/?p=1764</guid>
		<description><![CDATA[The numbers get physical]]></description>
			<content:encoded><![CDATA[<p id="top" />Visual Monitoring (Part II)<br/><br />
<strong>Foreword:</strong><br />
On Friday the 13th (9/13/13) J.O. and I participated in the company-wide Next Jump Hackathon 2013. We decided that instead of focusing on a software-based project, we should do a hardware-based project. This is a technical follow-up on our original project post, which can be found <a href="http://ezraezraezra.com/?p=1136"><strong>here</strong></a><br/><br />
<strong>How It Works:</strong><br />
A cron job runs two Shell scripts (revenue and site status) every 20 minutes and minute, respectively.<br/><br />
The site status Shell script first cURLs an internal dashboard that contains the status of the Next Jump sites. The site is then piped into a stream editor (sed) to pick out the graphic name used for site status. This value is grep&#8217;ed to check it it contains a certain graphic. We finally run an snmpset call passing either an on/off integer value, depending on the boolean result of the grep call.<br/><br />
<code>GET_CURL=$(curl -ks <Internal NOC URL> | sed -n '/nettable/,/Production/p')<br />
echo $GET_CURL | grep -q 'light_green'<br />
if [[ $? == 0 ]] ;then<br />
        $SIREN_ON<br />
else $SIREN_OFF<br />
fi<br />
</code><br />
As for the revenue status Shell script, the script cURLs another internal dashboard that contains both goal and current revenue. The result is then run through a series of stream editor (sed) and pattern-directed scanning and processing language (awk) calls in order to pull both the goal and current values.<br/><br />
<code>GET_GOAL=$(curl -ks <Internal Dashboard URL> | sed -n '/totalRow/,/avgRevenue/p' | sed -n '/goalRevenue/,/avgRevenue/p' | awk 'BEGIN{ RS="K<\/td>"}{gsub(/.*>$ /,"")}1{print $RS;exit}' | sed -e 's/^.*">$ \( \)*//')</code><br/><br />
In order to visually tell when the revenue status script ran, and to give the project flair, we added a small Shell script inside the revenue status Shell script to blink the revenue lights (red, yellow, green) in a continuous daisy-chain pattern for two cycles.<br/><br />
<code>until [ $COUNTER -lt 0 ]; do<br />
        $RED_OFF<br />
        $YELLOW_OFF<br />
        $GREEN_OFF<br />
        $RED_ON<br />
        $YELLOW_ON<br />
        $GREEN_ON<br />
        let COUNTER-=1<br />
done</code><br/><br />
Once we return back to the revenue status script, an snmpset calls are made to turn off the revenue lights, followed by another snmpset call to turn on the socket that corresponds to the revenue standings.<br/><br />
<strong>Construction:</strong><br />
The visual monitoring body is composed of 3/4&#8243; x 10&#8243; solid oak board and is fastened with 1.5&#8243; corrosion proof deck fasteners. It houses a smart PVD devise and is wired to the lighting system via 110 volt grounded pig tails. Leviton Ceramic lighting fixtures with NxJ beer pint glasses contain the heat created by the CFL lights and add to the decor. V2 will consist of color, labeling, and branding the devise, as well as installing an audible alert for coronitas.<br/><br />
<strong>Bill of Materials:</strong><br />
(1) APC Switched Rack PVD<br />
(1) 110v Red light siren<br />
(3) Beer Pint Glasses<br />
(3) Feit Electric 13-Watt (60W) Twist CFL LightBulb (Red, Green, Yellow Bug)<br />
(1) Lava Lamp<br />
(3) Leviton Ceramic Keyless Lamp Holder<br />
(36) Drill Screws<br />
(1) Ethernet Cable<br />
(3) Lamp Cord Set<br/><br />
<strong>Resources:</strong><br />
MAN Pages<br />
Steve B. (Fellow NxJ enlightened in the art of Shell scripting)<br/><br />
<strong>Snapshots:</strong><br />

<a href='http://ezraezraezra.com/?attachment_id=1778' title='photo[1]'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2013/09/photo1-150x150.jpg" class="attachment-thumbnail" alt="photo[1]" title="photo[1]" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1779' title='photo_1[1]'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2013/09/photo_11-150x150.jpg" class="attachment-thumbnail" alt="photo_1[1]" title="photo_1[1]" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1780' title='photo_2[1]'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2013/09/photo_21-150x150.jpg" class="attachment-thumbnail" alt="photo_2[1]" title="photo_2[1]" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1781' title='photo_3[1]'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2013/09/photo_31-150x150.jpg" class="attachment-thumbnail" alt="photo_3[1]" title="photo_3[1]" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1782' title='photo_4[1]'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2013/09/photo_41-150x150.jpg" class="attachment-thumbnail" alt="photo_4[1]" title="photo_4[1]" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1783' title='photo_5[1]'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2013/09/photo_51-150x150.jpg" class="attachment-thumbnail" alt="photo_5[1]" title="photo_5[1]" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1784' title='photo_6[1]'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2013/09/photo_61-150x150.jpg" class="attachment-thumbnail" alt="photo_6[1]" title="photo_6[1]" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1785' title='photo_7[1]'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2013/09/photo_71-150x150.jpg" class="attachment-thumbnail" alt="photo_7[1]" title="photo_7[1]" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1786' title='photo_8[1]'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2013/09/photo_81-e1380543578100-150x150.jpg" class="attachment-thumbnail" alt="photo_8[1]" title="photo_8[1]" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1787' title='photo_9[1]'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2013/09/photo_91-e1380543565502-150x150.jpg" class="attachment-thumbnail" alt="photo_9[1]" title="photo_9[1]" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1788' title='photo_10[1]'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2013/09/photo_101-e1380543554614-150x150.jpg" class="attachment-thumbnail" alt="photo_10[1]" title="photo_10[1]" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1789' title='photo_11[1]'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2013/09/photo_111-e1380543540714-150x150.jpg" class="attachment-thumbnail" alt="photo_11[1]" title="photo_11[1]" /></a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://ezraezraezra.com/?feed=rss2&#038;p=1764</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Alerting</title>
		<link>http://ezraezraezra.com/?p=1743</link>
		<comments>http://ezraezraezra.com/?p=1743#comments</comments>
		<pubDate>Sat, 14 Sep 2013 16:48:33 +0000</pubDate>
		<dc:creator>ezraezra</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Home Categories]]></category>

		<guid isPermaLink="false">http://ezraezraezra.com/?p=1743</guid>
		<description><![CDATA[Physical status monitoring]]></description>
			<content:encoded><![CDATA[<p id="top" />NxJ &#8211; NxJ Hackathon 2013<br />
<strong>Name:</strong> Visual Alerting<br />
<strong>Platform:</strong> Web, Server, Electronics<br />
<strong>Author:</strong> J.O. &#038; Ezra Velazquez<br />
<strong>Release:</strong> September 14th, 2013<br />
<strong>Technology:</strong> Unix, Bash Shell, SNMP, Ethernet-Enabled power-strip, lightbulbs<br />
<strong>Source Code:</strong> Currently Unavailable<br />
<strong>Version:</strong> 1.0<br />
<br/><br />
<strong>About:</strong> A physical alert &#038; monitoring system that reports on site outrage, revenue progress for the week, and outbound mailing progress.<br />
<strong>Intent: </strong>To give key company metrics a physical attribute. While seeing a red light go off in a dashboard on a site means something is wrong, seeing a physical siren go off brings a real sense of urgency to the physical world since as humans we instinctually react to the physical and what is right in front of us.<br />
<strong>Personal Intent: </strong>To work on shell scripting, something I&#8217;ve been meaning to learn more about but never had a chance to fully pursue.<br />
<strong>Backstory: </strong>A week or so ago J.O. approached me about this crazy idea he had: instead of relying on different dashboards all throughout the internal system, how about having a device that could be displayed in a public space and display key monitoring statuses. I was intrigued and joined his team, mostly because it sounded like an awesome project and because I would doing &#8220;physical computing&#8221;.<br />
<strong>Process:</strong> We first figured out what exactly to display on the device. After scratching our heads, it made sense to display site outage with a red light siren. The revenue status for the week would be best displayed with a stop-light approach, with red being behind goal, yellow being near goal, and green exceeding goal. Finally, given that we have outbound emails going out for great periods of time, it made sense to use a lava lamp. As for the code to run it all, we decided to use an ethernet-neabled power-strip that was lying around that accepts SNMP calls, which can be easily triggered with a bash script running every minute or so on a cron job.<br />
<strong>Success:</strong> The actual physical device got built, and we where able to detect site outage &#038; revenue progress via scrapping the site. Even though we could have easily used credentials to run an SQL script to check revenue status, we believed that wouldn&#8217;t make it a real hack.<br />
<strong>Failures:</strong> While the mercury light got installed and be responsive, we ran out of time to write a shell script that would detect outgoing mail status.<br />
<strong>Tips: </strong>
<ul>
<li>Rely on the MAN pages. They will explain what all those crazy characters after the command mean.</li>
<li>Always wear protection when doing woodwork
<li>Piping will save you a great deal of time when you need to write a script quickly and don&#8217;t have time to clean it up</li>
<li>Try to work with people with different work backgrounds than you. You&#8217;ll learn a great deal, and have some bonding time in the process</li>
</ul>
<p><br/><br />
<strong>GALLERY:</strong><br />

<a href='http://ezraezraezra.com/?attachment_id=1752' title='visual_alerting_finished'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2013/09/visual_alerting_finished-150x150.jpg" class="attachment-thumbnail" alt="Finished product" title="visual_alerting_finished" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1753' title='ezra_velazquez_wiring'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2013/09/ezra_wiring-150x150.jpeg" class="attachment-thumbnail" alt="Ezra Velazquez wiring a lightbulb" title="ezra_velazquez_wiring" /></a>
<br />
Photo of me wiring a lightbulb stand by <a href="http://instagram.com/p/eNn6JeBfqL/" title="#praetoriansentry" target="_blank">@praetoriansentry</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ezraezraezra.com/?feed=rss2&#038;p=1743</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MoneyRunner</title>
		<link>http://ezraezraezra.com/?p=1702</link>
		<comments>http://ezraezraezra.com/?p=1702#comments</comments>
		<pubDate>Mon, 30 Apr 2012 20:45:02 +0000</pubDate>
		<dc:creator>ezraezra</dc:creator>
				<category><![CDATA[Home Categories]]></category>
		<category><![CDATA[Interactive Telecommunications]]></category>
		<category><![CDATA[Redial]]></category>
		<category><![CDATA[asterisk]]></category>
		<category><![CDATA[interactive]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[redial]]></category>
		<category><![CDATA[telecommunications]]></category>
		<category><![CDATA[telephony]]></category>

		<guid isPermaLink="false">http://ezraezraezra.com/?p=1702</guid>
		<description><![CDATA[PacMan meets Wall Street]]></description>
			<content:encoded><![CDATA[<p id="top" />Redial &#8211; Telephony<br />
<strong>Name</strong>: MoneyRunner<br />
<strong>Platform</strong>: Big Screen, Web, Telephony<br />
<strong>Author</strong>: Ezra Velazquez<br />
<strong>Release</strong>: May 2nd, 2012<br />
<strong>Technology</strong>: AJAX, Asterisk, CSS, CSS3, HTML, HTML5, JavaScript, JSON, jQuery, Processing.js<br />
<strong>Source Code</strong>: Available on <strong><a href="https://github.com/ezraezraezra/MoneyRunner">GitHub</a></strong><br />
<strong>Version</strong>: 1.0</p>
<p>&nbsp;</p>
<p><strong>About MoneyRunner</strong>:  Remember the days of the Atari by being a 1980&#8242;s money hungry investor looking for coins and taking them away from other players.</p>
<p><strong>GALLERY</strong>:</p>

<a href='http://ezraezraezra.com/?attachment_id=1703' title='1'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2012/04/1-150x150.jpg" class="attachment-thumbnail" alt="1" title="1" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1704' title='2'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2012/04/2-150x150.jpg" class="attachment-thumbnail" alt="2" title="2" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1705' title='3'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2012/04/3-150x150.jpg" class="attachment-thumbnail" alt="3" title="3" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1706' title='4'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2012/04/4-150x150.jpg" class="attachment-thumbnail" alt="4" title="4" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1707' title='5'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2012/04/5-150x150.jpg" class="attachment-thumbnail" alt="5" title="5" /></a>

]]></content:encoded>
			<wfw:commentRss>http://ezraezraezra.com/?feed=rss2&#038;p=1702</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Telephony Games</title>
		<link>http://ezraezraezra.com/?p=1691</link>
		<comments>http://ezraezraezra.com/?p=1691#comments</comments>
		<pubDate>Wed, 07 Mar 2012 03:25:06 +0000</pubDate>
		<dc:creator>ezraezra</dc:creator>
				<category><![CDATA[Home Categories]]></category>
		<category><![CDATA[Interactive Telecommunications]]></category>
		<category><![CDATA[Redial]]></category>
		<category><![CDATA[agi]]></category>
		<category><![CDATA[asterisk]]></category>
		<category><![CDATA[ezra]]></category>
		<category><![CDATA[interactive]]></category>
		<category><![CDATA[itp]]></category>
		<category><![CDATA[nyu]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[phpagi]]></category>
		<category><![CDATA[redial]]></category>
		<category><![CDATA[telecommunications]]></category>
		<category><![CDATA[telephony]]></category>
		<category><![CDATA[velazquez]]></category>

		<guid isPermaLink="false">http://ezraezraezra.com/?p=1691</guid>
		<description><![CDATA[Games for your brain]]></description>
			<content:encoded><![CDATA[<p id="top" />Redial &#8211; Telephony<br />
Name:  GameCentral<br />
Platform: Telephony<br />
Author: Ezra Velazquez<br />
Release: March 6th, 2012<br />
Technology: Asterisk, MySQL, PHP, PHPAGI<br />
Source Code: Available on <a href="https://github.com/ezraezraezra/GameCentral" target="_blank"><strong>GitHub</strong></a><br />
Version: 0.5</p>
<p>To access project: Call (206) 456-1465, ext 1 when asked.</p>
<p><strong>About GameCentral</strong>: Allow anyone with a mobile phone (old-school Nokia phones to the new fancy smart-phones) to play audio-based brain games.</p>
<p>The user calls the number, their number is automatically pushed to the server, where it is check to see if its in the server. If it&#8217;s not, a new entry is created for them. If they are a previous user, their score is pulled.</p>
<p>The user is then presented with a phone tree, which contains the game&#8217;s name. Once they pick a game, they are given instructions on how to play. Every single time they get a right answer, their score is updated in the database.</p>
<p>In the back-end of things, I took a OOP approach for the project. Each game is a &#8216;module&#8217;, which are broken down into two simplistic functions: state question &amp; check response. All other functionality of the game is handled by the main class. This will allow for easy swapping and adding of games. An extra class, Server, was written to allow for communication to the MySQL server. It was created as an extra class in order to separate the PHPAGI and PHP, along with giving each class its own purpose.</p>
]]></content:encoded>
			<wfw:commentRss>http://ezraezraezra.com/?feed=rss2&#038;p=1691</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Museum of the Mobile</title>
		<link>http://ezraezraezra.com/?p=1652</link>
		<comments>http://ezraezraezra.com/?p=1652#comments</comments>
		<pubDate>Sun, 18 Dec 2011 03:10:28 +0000</pubDate>
		<dc:creator>ezraezra</dc:creator>
				<category><![CDATA[Home Categories]]></category>
		<category><![CDATA[Interaction Design]]></category>
		<category><![CDATA[Interactive Telecommunications]]></category>
		<category><![CDATA[deck]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[ezra]]></category>
		<category><![CDATA[interaction]]></category>
		<category><![CDATA[interactive]]></category>
		<category><![CDATA[itp]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[nyu]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[slide]]></category>
		<category><![CDATA[smartphone]]></category>
		<category><![CDATA[telecommunications]]></category>
		<category><![CDATA[velazquez]]></category>

		<guid isPermaLink="false">http://ezraezraezra.com/?p=1652</guid>
		<description><![CDATA[Curating mobile photography online]]></description>
			<content:encoded><![CDATA[<p id="top" />Slide deck for Interaction Design Fall 2011 final presentation.</p>
<p>Slide deck is hosted by GDocs, and can be viewed <strong><a href="https://docs.google.com/present/view?id=dhp9xdt7_44hnxn7vdz">HERE</a></strong>.</p>
<p>Slide deck may also be viewed here:</p>
<p><iframe src="https://docs.google.com/present/embed?id=dhp9xdt7_44hnxn7vdz" frameborder="0" width="410" height="342"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://ezraezraezra.com/?feed=rss2&#038;p=1652</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SMS Event Notification</title>
		<link>http://ezraezraezra.com/?p=1611</link>
		<comments>http://ezraezraezra.com/?p=1611#comments</comments>
		<pubDate>Thu, 03 Nov 2011 17:44:58 +0000</pubDate>
		<dc:creator>ezraezra</dc:creator>
				<category><![CDATA[Home Categories]]></category>
		<category><![CDATA[Interactive Telecommunications]]></category>
		<category><![CDATA[Mobile Technology]]></category>
		<category><![CDATA[basin]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[ezra]]></category>
		<category><![CDATA[foundation]]></category>
		<category><![CDATA[interactive]]></category>
		<category><![CDATA[itp]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jquerymobile]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[notification]]></category>
		<category><![CDATA[nyu]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[sms]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[telecommunications]]></category>
		<category><![CDATA[twilio]]></category>
		<category><![CDATA[velazquez]]></category>
		<category><![CDATA[yolo]]></category>

		<guid isPermaLink="false">http://ezraezraezra.com/?p=1611</guid>
		<description><![CDATA[For Yolo Basin Foundation]]></description>
			<content:encoded><![CDATA[<p id="top" />Yolo Basin Event SMS Notification<br />
<strong>Name:</strong> SMSBroadcast<br />
<strong>Platform:</strong> Desktop, SMS, SmartPhone<br />
<strong>Author:</strong> Ezra Velazquez<br />
<strong>Release: </strong> November 1st, 2011<br />
<strong>Technology: </strong> AJAX, CSS, CSS3, HTML, JavaScript, JSON, jQuery, jQueryMobile, MySQL, PHP, Twilio<br />
<strong>Source Code: </strong>Available on <a href="https://github.com/ezraezraezra/SMSBroadcast" target="_blank"><strong>GitHub</strong></a><br />
<strong>Version: </strong> 1.0</p>
<p><strong><a href="http://ezraezraezra.com/mt/midterm/php/admin.php" target="_blank">CLICK HERE TO SEE ADMIN PANEL</a></strong><br />
<strong><a href="http://ezraezraezra.com/mt/midterm/php/event.php?id=20" target="_blank">CLICK HERE TO SEE EVENT MOBILE PAGE</a></strong></p>
<p><a href="http://ezraezraezra.com/?p=1572" target="_blank"><strong>Original Planning Post</strong></a><br />
<a href="http://ezraezraezra.com/?p=1592" target="_blank"><strong>Pillars of Support, Layers of a Pillar, Loyalty-Pie, Persona &#038; User Stories Post</strong></a> </p>
<p><strong>About SMSBroadcast:</strong> Targeting the upper-middle class female population, who likely have SmartPhones, I designed and developed an app to remind them of events happening at the Yolo Basin Foundation. The users send an &#8220;opt-in&#8221; message to a predefined number, where they receive an automated message back from the server. This registers the users&#8217; number to the mailing list. </p>
<p>When the administrator wants to send a message to the mailing list, he/she types visits the admin page, fills out the form, and submits the message. The content of the form is saved onto a database, while the title &#038; a generated url shortner is sent to all members of the mailing list.</p>
<p>The user receives an SMS message from the Yolo Basin, along with a link to a page with more info. When they click the link, they are taken to a mobile page that contains all the information needed.</p>
<p><strong>The Idea: </strong> The idea is based that people still like to receive SMS messages. There is something distinct about having one&#8217;s phone vibrate/ring when we receive a message. It is also more socially acceptable to check an SMS message than to check email, and also faster. By making it more socially acceptable, there is a better chance the receiver will tell their friends about it, and in return bring more people to the event. At the event, it is up to the foundation folks to ask for donations.</p>

<a href='http://ezraezraezra.com/?attachment_id=1615' title='admin'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2011/11/admin-150x150.jpg" class="attachment-thumbnail" alt="admin" title="admin" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1616' title='mobile'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2011/11/mobile-150x150.jpg" class="attachment-thumbnail" alt="mobile" title="mobile" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1617' title='IMAG0209'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2011/11/IMAG0209-e1320342242668-150x150.jpg" class="attachment-thumbnail" alt="IMAG0209" title="IMAG0209" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1618' title='IMAG0210'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2011/11/IMAG0210-e1320342258556-150x150.jpg" class="attachment-thumbnail" alt="IMAG0210" title="IMAG0210" /></a>

]]></content:encoded>
			<wfw:commentRss>http://ezraezraezra.com/?feed=rss2&#038;p=1611</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WITNESS</title>
		<link>http://ezraezraezra.com/?p=1535</link>
		<comments>http://ezraezraezra.com/?p=1535#comments</comments>
		<pubDate>Mon, 03 Oct 2011 00:13:19 +0000</pubDate>
		<dc:creator>ezraezra</dc:creator>
				<category><![CDATA[Home Categories]]></category>
		<category><![CDATA[Interactive Telecommunications]]></category>
		<category><![CDATA[Mobile Technology]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[anonymity]]></category>
		<category><![CDATA[identity]]></category>
		<category><![CDATA[itp]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[mock]]></category>
		<category><![CDATA[mockup]]></category>
		<category><![CDATA[nyu]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[up]]></category>
		<category><![CDATA[WITNESS]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://ezraezraezra.com/?p=1535</guid>
		<description><![CDATA[Mobile privacy app mock-up]]></description>
			<content:encoded><![CDATA[<p id="top" />
<div><strong>Assignment</strong>: Design a mobile media (audio/photo/video) app that addresses the issue of consent/intent, privacy, identity, anonymity&#8221;</div>
<p><br/></p>
<div><a href="http://ezraezraezra.com/itp/wp-content/uploads/2011/10/witness_app.jpg" target="_blank"><strong>Mock-Up can be viewed here</strong></a></div>
<div><strong><br />
</strong></div>
<div><strong>About App:</strong> The app is a response to the &#8220;WITNESS Cameras Everywhere Report&#8221;. While the first hurdle of people having cameras has been solved via the smartphone, the second hurdle hasn&#8217;t been addressed yet. This second hurdle is the technical skills needed to produce proper footage. Instead of giving people pages after pages to read, the app guides the user in recording media that protects privacy, identity, and anonymity.<br />
Once the media has been recorded, it uploads it onto the WITNESS YouTube channel. This allows for users to upload content while protecting their privacy, identity, and anonymity. The side effect of this is that it creates a global database of videos that can be easily accessed, all under one user handle. Another side-effect is that WITNESS gets more of a push to be noticed by YouTube and folks on the Internet.<br />
The app is focused towards people who want to participate, but do not know or have the time to learn proper recording techniques.</div>
<p><br/></p>
<div><strong>Design Notes &amp; Mock-Up:</strong></div>
<div>

<a href='http://ezraezraezra.com/?attachment_id=1537' title='witness_app'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2011/10/witness_app-150x150.jpg" class="attachment-thumbnail" alt="witness_app" title="witness_app" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1540' title='IMAG0150'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2011/10/IMAG0150-e1317600679158-150x150.jpg" class="attachment-thumbnail" alt="IMAG0150" title="IMAG0150" /></a>

</div>
<div><strong>WITNESS Cameras Everywhere Report Notes:</strong></div>
<ul>
<li>The technology exists, and is used, but it has to be labeled properly.</li>
<li>Make human rights options more accessible</li>
<li>Improve visual privacy &amp; anonymity</li>
<li>Dedicated digital human rights spaces</li>
<li>Engage with technologists</li>
<li>Create a human rights tech network</li>
<li>Make tools easy to use</li>
</ul>
<p>Photo from: http://www.zimbio.com/pictures/PX_JCS4YWHb/Ondine+Portraits+2009+Toronto+International/fl2zoy9KGKa/Colin+Farrell</p>
]]></content:encoded>
			<wfw:commentRss>http://ezraezraezra.com/?feed=rss2&#038;p=1535</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Static Visualization</title>
		<link>http://ezraezraezra.com/?p=1518</link>
		<comments>http://ezraezraezra.com/?p=1518#comments</comments>
		<pubDate>Sat, 01 Oct 2011 18:23:25 +0000</pubDate>
		<dc:creator>ezraezra</dc:creator>
				<category><![CDATA[Data Representation]]></category>
		<category><![CDATA[Home Categories]]></category>
		<category><![CDATA[Interactive Telecommunications]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[CSV]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[ezra]]></category>
		<category><![CDATA[guardian]]></category>
		<category><![CDATA[interactive]]></category>
		<category><![CDATA[itp]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[nyu]]></category>
		<category><![CDATA[processing]]></category>
		<category><![CDATA[representation]]></category>
		<category><![CDATA[telecommunications]]></category>
		<category><![CDATA[velazquez]]></category>

		<guid isPermaLink="false">http://ezraezraezra.com/?p=1518</guid>
		<description><![CDATA[Visualizing with Java]]></description>
			<content:encoded><![CDATA[<p id="top" />University applications: which subjects are up and down?<br />
<strong>Name:</strong> Majors Per Subject Core: An exercise in Data Representation<br />
<strong>Platform:</strong> Desktop<br />
<strong>Author:</strong> Ezra Velazquez<br />
<strong>Release: </strong> October 1st, 2011<br />
<strong>Technology: </strong> Processing, Java<br />
<strong>Code: </strong><a href="http://ezraezraezra.com/class/dr/w3/index.html" target="_blank"> <strong>Click me to see code AND implementation</strong></a><br />
<strong>Version: </strong> 0.2</p>
<p><strong>About:</strong> Assignment for Week 3 of Data Representation at ITP | NYU. &#8220;Let&#8217;s see what you can do with your newfound CSV skills. Pick a data set from the Guardian Data Store and create a simple, static visualization.&#8221;</p>
<p>I used the data set from the Guardian&#8217;s Datablog : <a href="http://www.guardian.co.uk/news/datablog/2011/sep/26/university-statistics-applications-subjects-staff" target="_blank">University applications: which subject are up and down?</a></p>
<p><strong>Notes:</strong>I decided to use OOP to better organize the data. I noticed that each subject more could be an object in an ArrayList, rather than having a huge array. This also allows me to remove objects later if needed to focus on certain major cores, like Languages, which contains a variety of majors.</p>
]]></content:encoded>
			<wfw:commentRss>http://ezraezraezra.com/?feed=rss2&#038;p=1518</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile Texting Campaign</title>
		<link>http://ezraezraezra.com/?p=1482</link>
		<comments>http://ezraezraezra.com/?p=1482#comments</comments>
		<pubDate>Mon, 19 Sep 2011 03:05:16 +0000</pubDate>
		<dc:creator>ezraezra</dc:creator>
				<category><![CDATA[Home Categories]]></category>
		<category><![CDATA[Interactive Telecommunications]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Mobile Technology]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[ezra]]></category>
		<category><![CDATA[interactive]]></category>
		<category><![CDATA[itp]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[nyu]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[sms]]></category>
		<category><![CDATA[telecommunications]]></category>
		<category><![CDATA[twilio]]></category>
		<category><![CDATA[velazquez]]></category>

		<guid isPermaLink="false">http://ezraezraezra.com/?p=1482</guid>
		<description><![CDATA[Feelings sms-based hotline]]></description>
			<content:encoded><![CDATA[<p id="top" />Concept:</p>
<ul>
<li>Feelings Support &#8211; Sometimes folks want to tell someone how they are feeling, but don&#8217;t have a support group nearby. They want to communicate with a real person, but are afraid of striking conversation with a stranger. With sms, folks get the knowledge of a real person responding with complete privacy. Sometimes one expresses themselves better via text than voice.</li>
</ul>
<p>How It Works:</p>
<ul>
<li>User sends a text with their emotions to a specified number (the server).</li>
<li>The server finds an available volunteer and relays the message to them.</li>
<li>The volunteer responds back to a specified number (the server).</li>
<li>The server relays the message back to the original recipient.</li>
</ul>
<p>From the top-most layer, it looks as if its Human &lt;&#8212;&gt; Human. In reality, its Human &lt;&#8212;&gt; Machine &lt;&#8212;&gt; Human. The machine in this case plays the role of the phone operator.</p>
<p>In the ideal situation, users would send the keyword &#8220;Omen&#8221; plus their message to a shortcode. Given the monetary restrictions on getting a shortcode via Twilio, I am using the sandbox number as the &#8216;shortcode&#8217;, and the sandbox id as the keyword in this prototype.</p>
<p>Code : <strong><a href="https://github.com/ezraezraezra/Omen" target="_blank">On GitHub</a></strong></p>
<p>Notes: <strong><a href="http://ezraezraezra.com/itp/wp-content/uploads/2011/09/omen_notes-1024x575.jpg" target="_blank">Omen Design Notes (image on new page)</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://ezraezraezra.com/?feed=rss2&#038;p=1482</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
