<?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>R0B0TZ</title>
	<atom:link href="http://r0b0tz.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://r0b0tz.com</link>
	<description>music, art, parties, technology, code</description>
	<lastBuildDate>Sat, 19 Nov 2011 05:56:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>FlashDevelop Script for CodeFormatter fixes</title>
		<link>http://r0b0tz.com/2011/11/flashdevelop-script-for-codeformatter-fixes/</link>
		<comments>http://r0b0tz.com/2011/11/flashdevelop-script-for-codeformatter-fixes/#comments</comments>
		<pubDate>Sat, 12 Nov 2011 02:22:04 +0000</pubDate>
		<dc:creator>lawrencealan</dc:creator>
				<category><![CDATA[Flash / AS3]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://r0b0tz.com/?p=338</guid>
		<description><![CDATA[I&#8217;ve created a fix for single line if, while, and for statements, and adding a space between ){ for bracketed statement blocks. There&#8217;s a Macro to run codeformatter, then execute the script, and relocate you back to the original cursor position. If you find a bug post the test case and I&#8217;ll get around to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve created a fix for single line if, while, and for statements, and adding a space between ){ for bracketed statement blocks.</p>
<p>There&#8217;s a Macro to run codeformatter, then execute the script, and relocate you back to the original cursor position.</p>
<p>If you find a bug post the test case and I&#8217;ll get around to it when I can <img src='http://r0b0tz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Macro Setup &#8212; CTRL+SHIFT+(~ or `)</strong><br />
AutoRun:	<em>False</em></p>
<p>Shortcut: <em>Ctrl+Shift+Oemtilde</em></p>
<p>Entries:</p>
<p><code>InvokeMenuItem|RefactorMenu.CodeFormatter<br />
InvokeMenuItem|RefactorMenu.OrganizeImports<br />
ExecuteScript|Internal;C://pathto//fixifstatements.cs<br />
</code></p>
<p><strong><span style="color: #bf0000;">** Make sure to change the path (C://pathto//fixifstatements.cs) to the correct location of the script! **</span></strong></p>
<p><strong>Script code is here:</strong> <a href='http://pastebin.com/Qt5W73mR'>http://pastebin.com/Qt5W73mR</a></p>
<p>Hope this eases some minds   <img src='http://r0b0tz.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://r0b0tz.com/2011/11/flashdevelop-script-for-codeformatter-fixes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Modern Warfare 3: PS3 Multiplayer Issues</title>
		<link>http://r0b0tz.com/2011/11/modern-warfare-3-ps3-multuplayer-issues/</link>
		<comments>http://r0b0tz.com/2011/11/modern-warfare-3-ps3-multuplayer-issues/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 00:02:44 +0000</pubDate>
		<dc:creator>lawrencealan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mw3 ps3 multiplayer]]></category>

		<guid isPermaLink="false">http://r0b0tz.com/?p=335</guid>
		<description><![CDATA[I found a solution to my own personal issues with trying to connect to multiplayer games, I would always get the &#8220;Unable to connect to host&#8221; or &#8220;Waiting for players&#8221; messages and get dropped back to the menu. My solution was to disable blocking of anonymous internet requests on my router. The setting was under [...]]]></description>
			<content:encoded><![CDATA[<p>I found a solution to my own personal issues with trying to connect to multiplayer games, I would always get the &#8220;Unable to connect to host&#8221; or &#8220;Waiting for players&#8221; messages and get dropped back to the menu.</p>
<p>My solution was to disable blocking of anonymous internet requests on my router.</p>
<p>The setting was under &#8220;Security&#8221;, and &#8220;Firewall&#8221; tab. (For my Linksys)</p>
<p>Hope that helps someone <img src='http://r0b0tz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://r0b0tz.com/2011/11/modern-warfare-3-ps3-multuplayer-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Local staging configuration for using Apache 2.0 and DNS wildcards</title>
		<link>http://r0b0tz.com/2011/10/local-staging-configuration-for-using-apache-2-0-and-dns-wildcards/</link>
		<comments>http://r0b0tz.com/2011/10/local-staging-configuration-for-using-apache-2-0-and-dns-wildcards/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 22:40:26 +0000</pubDate>
		<dc:creator>lawrencealan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://r0b0tz.com/?p=329</guid>
		<description><![CDATA[As a web developer / designer, I do a lot of things that make my workflow easier, one of them is using a local staging server for sites I am working on in the initial build phases. The first step is modifying the httpd-vhosts.config to point to a local folder for a specific domain. This [...]]]></description>
			<content:encoded><![CDATA[<p>As a web developer / designer, I do a lot of things that make my workflow easier, one of them is using a local staging server for sites I am working on in the initial build phases.</p>
<p>The first step is modifying the <strong>httpd-vhosts.config</strong> to point to a local folder for a specific domain. This is better than using subfolders in a single public folder, because you can use absolute relative paths (ie: /css/, and in CSS files /images/logo.jpg)</p>
<p>Example insert into the vhosts configuration file:<br />
<code><br />
&lt;VirtualHost <strong>*:80</strong>&gt;<br />
ServerAdmin webmaster@dummy-host.example.com<br />
DocumentRoot "<strong>Q:\_WORK\projectname\www</strong>"<br />
ServerName <strong>projectname.stage</strong><br />
&lt;/VirtualHost&gt;<br />
&lt;Directory "<strong>Q:/_WORK/projectname/www</strong>"&gt;<br />
AllowOverride All<br />
Order allow,deny<br />
Allow from all<br />
&lt;/Directory&gt;</code></p>
<p>The *:80 string tells Apache to listen on any IP address for the connection (ie: your internet IP address), you can change this to <strong>127.0.0.1</strong> if you don&#8217;t want the website to be available outside of your computer (you would need a real internet based DNS entry for that, and access to the DNS Zone for the domain).</p>
<p>The <strong>DocumentRoot</strong> directive should match the <strong>Directory</strong> path exactly, aside from the use of back/forwardslashes as used above.</p>
<p>So now to make the <strong>projectname.stage</strong> address actually work, we need to add a DNS entry pointing it to our IP address (127.0.0.1)&#8230; there&#8217;s a few ways to do this.</p>
<p>1) You can edit your hosts file (c:\windows\system32\drivers\etc\hosts in windows, /etc/hosts in most *nix based systems)  to include a line:</p>
<p><code>127.0.0.1     projectname.stage</code></p>
<p>or 2) Use a local DNS proxy server (with wildcards!!)&#8230; I use <a href="http://mayakron.altervista.org/support/browse.php?path=Acrylic&amp;name=Home">Acrylic</a>, which allows wildcards, so I don&#8217;t need to configure a new stage server name in my hosts every time.</p>
<p>You can edit the Acrylic hosts file (mine is at C:\Program Files (x86)\Acrylic DNS Proxy\AcrylicHosts.txt), adding the following line and restart the proxy:</p>
<p><code>127.0.0.1 *.stage</code></p>
<p>This will make it so any usage of the .stage TLD will point to your local machine. So all you need to do is have the virtual host configured and Bob&#8217;s your uncle!</p>
<p>Now whenever you hit <strong>projectname.stage</strong> in your browser it will point towards your loopback IP address. Hitting http://projectname.stage would connect to Apache, sending it the hostname in the requests, and Apache will render the files in the location specified in your vhost config!</p>
<p>*UPDATE*</p>
<p>As soon as I wrote this, I thought to myself, how AWESOME would it be to not even have to configure each virtual host??? With Apache 2 it&#8217;s totally possible (can I get a hell yes?)</p>
<p>As stated <a href="http://stackoverflow.com/questions/4887308/virtual-hosting-in-apache-with-regular-expressions">here</a> you can use Regular Expressions to dynamically point to directories.</p>
<p>You need to uncomment / add the following to httpd.conf:</p>
<p><code>LoadModule vhost_alias_module modules/mod_vhost_alias.so</code></p>
<p>And then add the following to your vhosts config:<br />
<code><br />
&lt;VirtualHost *:80&gt;<br />
UseCanonicalName Off<br />
ServerAdmin webmaster@dummy-host.example.com<br />
VirtualDocumentRoot "Q:\_WORK\%1.0\www"<br />
ServerAlias *.stage<br />
ServerName *.stage<br />
LogLevel Debug<br />
&lt;/VirtualHost&gt;<br />
&lt;Directory "Q:/_WORK/"&gt;<br />
Options -Indexes FollowSymLinks<br />
AllowOverride AuthConfig FileInfo<br />
Order allow,deny<br />
Allow from all<br />
&lt;/Directory&gt;<br />
</code><br />
This, along with your wilcard DNS setup, will point  *.stage to the appropriate folder;<br />
<em><br />
blah.stage =&gt; q:\_WORK\blah\www</em></p>
<p><em> </em></p>
<p><em>abc1234.stage =&gt; q:\_WORK\abc1234\www<br />
</em><br />
Without ever needing to touch your config files again&#8230;. YEAAAAAAAAAAAAA!<br />
Sorry. got super excited.</p>
]]></content:encoded>
			<wfw:commentRss>http://r0b0tz.com/2011/10/local-staging-configuration-for-using-apache-2-0-and-dns-wildcards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gucci louie fendi prada &#8211; kreayshawn + remix</title>
		<link>http://r0b0tz.com/2011/05/gucci-gucci-louie-louie-fendi-fendi-prada-kreayshawn-lawrencealan-remix/</link>
		<comments>http://r0b0tz.com/2011/05/gucci-gucci-louie-louie-fendi-fendi-prada-kreayshawn-lawrencealan-remix/#comments</comments>
		<pubDate>Fri, 20 May 2011 01:50:20 +0000</pubDate>
		<dc:creator>lawrencealan</dc:creator>
				<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://r0b0tz.com/?p=317</guid>
		<description><![CDATA[dang ya&#8217;ll. and then&#8230; gucci gucci &#8211; kreayshawn (lawrencealan totally unauthorized remix) from la on Vimeo.]]></description>
			<content:encoded><![CDATA[<iframe width="640" height="385" src="http://www.youtube.com/embed/6WJFjXtHcy4" frameborder="0" type="text/html"></iframe><div style="text-align:right;"><a style="color:#aaa;font-size:9px" href="http://www.clickonf5.org/" title="IFRAME Embed for Youtube Free WordPress Plugin" target="_blank">IFRAME Embed for Youtube</a></div>
<p>dang ya&#8217;ll.</p>
<p>and then&#8230;</p>
<p><iframe src="http://player.vimeo.com/video/24013487?title=0&amp;byline=0&amp;portrait=0" width="640" height="320" frameborder="0"></iframe>
<p><a href="http://vimeo.com/24013487">gucci gucci &#8211; kreayshawn (lawrencealan totally unauthorized remix)</a> from <a href="http://vimeo.com/stuntinlike">la</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://r0b0tz.com/2011/05/gucci-gucci-louie-louie-fendi-fendi-prada-kreayshawn-lawrencealan-remix/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows 7: Audio / Video playback issue solution</title>
		<link>http://r0b0tz.com/2011/05/windows-7-audio-video-playback-issue-solution/</link>
		<comments>http://r0b0tz.com/2011/05/windows-7-audio-video-playback-issue-solution/#comments</comments>
		<pubDate>Mon, 09 May 2011 19:23:50 +0000</pubDate>
		<dc:creator>lawrencealan</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://r0b0tz.com/?p=308</guid>
		<description><![CDATA[Are you experiencing what seems like thrashing or pauses / breaks in audio or video playback? Audio pausing for a second and then resuming somewhat randomly? I may have the solution. I run quite a bit of new technology on my computer, so I have strange applications and drivers installed, and even strange IP routing [...]]]></description>
			<content:encoded><![CDATA[<p>Are you experiencing what seems like thrashing or pauses / breaks in audio or video playback? Audio pausing for a second and then resuming somewhat randomly?</p>
<p>I may have the solution.</p>
<p>I run quite a bit of new technology on my computer, so I have strange applications and drivers installed, and even strange IP routing configuration and a hosts file that helps me when developing websites.</p>
<p>I&#8217;m what most would call a &#8220;power user&#8221;</p>
<p>Not too long ago I started experiencing audio issues with both my on-board and external Native Instruments audio2dj.</p>
<p>The fact that it occurred when using either meant it was either software or hardware related and not specific to the audio output.</p>
<p>First I reset the BIOS, changed the HPET, and set the USB 3.0 transport to xHCI.  This seemed to help a bit, but I still had some issues.</p>
<p>I loaded up <a href="http://www.thesycon.de/deu/latency_check.shtml">dpclat.exe</a> and sure enough, I was getting large spikes every few seconds.</p>
<p>I did some additional searching and found that there was an issue with the BIOS version I was running on my GIGABYTE GA-X58A-UD3R.  Using @BIOS, I updated to the &#8220;latest&#8221; BIOS version from the USA server (which seems to have gotten much much more reliable by the way)</p>
<p>This helped some, but I was still getting issues. I closed out the Gigabyte EasyTune application and my spikes all but disappeared.</p>
<p>I was still getting spikes, but now it was less than two or three an hour&#8230; I tried RATT3, which doesn&#8217;t seem to report anything in Windows 7 64bit (my reports were all empty)&#8230; and then, somehow, I found this little golden nugget:</p>
<p><a href="http://www.resplendence.com/latencymon">Resplendence Software&#8217;s LatencyMon</a></p>
<p>LatencyMon allows you to see max execution time and DPC count per driver.</p>

<a href='http://r0b0tz.com/2011/05/windows-7-audio-video-playback-issue-solution/screen5405cf/' title='screen5405cf'><img width="150" height="150" src="http://r0b0tz.com/wp-content/uploads/2011/05/screen5405cf-150x150.png" class="attachment-thumbnail" alt="screen5405cf" title="screen5405cf" /></a>
<a href='http://r0b0tz.com/2011/05/windows-7-audio-video-playback-issue-solution/screen07ef5b/' title='screen07ef5b'><img width="150" height="150" src="http://r0b0tz.com/wp-content/uploads/2011/05/screen07ef5b-150x150.png" class="attachment-thumbnail" alt="screen07ef5b" title="screen07ef5b" /></a>

<p>Using all of the above tools, I was able to eliminate / update drivers (see: nVidia, Himachi) and services that were causing DPC latency spikes.</p>
<p>I can finally listen to music and watch flash videos without annoying pauses!</p>
<p>Hope this helps someone out there.</p>
]]></content:encoded>
			<wfw:commentRss>http://r0b0tz.com/2011/05/windows-7-audio-video-playback-issue-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DisplayDuino: LEDMatrix components</title>
		<link>http://r0b0tz.com/2011/04/displayduino-ledmatrix-components/</link>
		<comments>http://r0b0tz.com/2011/04/displayduino-ledmatrix-components/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 08:02:25 +0000</pubDate>
		<dc:creator>lawrencealan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://r0b0tz.com/?p=266</guid>
		<description><![CDATA[This is just a note for the people using the DisplayDuino LEDMatrix board, and looking for connectors. I was able to locate, order and use successfully the a 2.54mm 4-pin polarized connectors found here: http://www.protostack.com/connectors/polarized-headers/polarized-header-4-pin-female For the wiring I am using lightweight and thin Dollhouse Miniature Electrical wire. Just thought I&#8217;d post this to save [...]]]></description>
			<content:encoded><![CDATA[<p>This is just a note for the people using the DisplayDuino <a href="http://mondomatrix.com/info/?page_id=317">LEDMatrix</a> board, and looking for connectors.</p>
<p>I was able to locate, order and use successfully the a 2.54mm 4-pin polarized connectors found here:<a href="http://www.protostack.com/connectors/polarized-headers/polarized-header-4-pin-female"></p>
<p>http://www.protostack.com/connectors/polarized-headers/polarized-header-4-pin-female</a></p>
<p>For the wiring I am using lightweight and thin <a href="http://amzn.to/hk1kmc">Dollhouse Miniature Electrical wire.</a></p>
<p>Just thought I&#8217;d post this to save people the trouble of narrowing the connectors down!</p>
]]></content:encoded>
			<wfw:commentRss>http://r0b0tz.com/2011/04/displayduino-ledmatrix-components/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tonight&#8217;s full &#8220;Supermoon&#8221; is the closest it will be until 2016</title>
		<link>http://r0b0tz.com/2011/03/tonights-full-supermoon-is-the-closest-it-will-be-until-2016/</link>
		<comments>http://r0b0tz.com/2011/03/tonights-full-supermoon-is-the-closest-it-will-be-until-2016/#comments</comments>
		<pubDate>Sat, 19 Mar 2011 18:35:40 +0000</pubDate>
		<dc:creator>lawrencealan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://r0b0tz.com/?p=297</guid>
		<description><![CDATA[This evening the moon is going to be the closest it&#8217;s been to Earth since 1992, giving a great view for photographers and astronomers. Another Supermoon will not occur until 2016&#8230; you know, if we are still around. Be safe tonight, who knows what will happen! Carpe noctum! http://en.wikipedia.org/wiki/Supermoon]]></description>
			<content:encoded><![CDATA[<p>This evening the moon is going to be the closest it&#8217;s been to Earth since 1992, giving a great view for photographers and astronomers.</p>
<p>Another Supermoon will not occur until 2016&#8230; you know, if we are still around.</p>
<p>Be safe tonight, who knows what will happen! Carpe noctum!</p>
<p><a href="http://en.wikipedia.org/wiki/Supermoon">http://en.wikipedia.org/wiki/Supermoon</a></p>
]]></content:encoded>
			<wfw:commentRss>http://r0b0tz.com/2011/03/tonights-full-supermoon-is-the-closest-it-will-be-until-2016/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LinkedIn Login Buttons</title>
		<link>http://r0b0tz.com/2011/03/linkedin-login-buttons/</link>
		<comments>http://r0b0tz.com/2011/03/linkedin-login-buttons/#comments</comments>
		<pubDate>Tue, 15 Mar 2011 14:38:00 +0000</pubDate>
		<dc:creator>lawrencealan</dc:creator>
				<category><![CDATA[Websites]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[oauth]]></category>
		<category><![CDATA[social]]></category>

		<guid isPermaLink="false">http://r0b0tz.com/?p=241</guid>
		<description><![CDATA[Was a hassle to find these LinkedIn buttons, maybe this post will help others locate them more easily: Official buttons from LinkedIn to use on your site. For more information about how to setup a &#8220;Login with LinkedIn&#8221; experience, please see this blog post: http://developer.linkedin.com/community/apis/blog/2010/04/29/oauth&#8211;now-for-authentication]]></description>
			<content:encoded><![CDATA[<p>Was a hassle to find <a href="http://developer.linkedin.com/docs/DOC-1182">these</a> LinkedIn buttons, maybe this post will help others locate them more easily:</p>
<div>
<blockquote><p>Official buttons from LinkedIn to  use on your site. For more information about how to setup a &#8220;Login with  LinkedIn&#8221; experience, please see this blog post:</p>
<p><a href="http://developer.linkedin.com/community/apis/blog/2010/04/29/oauth--now-for-authentication">http://developer.linkedin.com/community/apis/blog/2010/04/29/oauth&#8211;now-for-authentication</a></p>
<p><a href="http://developer.linkedin.com/servlet/JiveServlet/showImage/102-1182-2-1063/log-in-linkedin-large.png"><img src="http://developer.linkedin.com/servlet/JiveServlet/downloadImage/102-1182-2-1063/197-31/log-in-linkedin-large.png" alt="log-in-linkedin-large.png" width="197" height="31" /></a></p>
<p><a href="http://developer.linkedin.com/servlet/JiveServlet/showImage/102-1182-2-1070/log-in-linkedin-small.png"><img src="http://developer.linkedin.com/servlet/JiveServlet/downloadImage/102-1182-2-1070/152-21/log-in-linkedin-small.png" alt="log-in-linkedin-small.png" width="152" height="21" /></a></p>
<p><a href="http://developer.linkedin.com/servlet/JiveServlet/showImage/102-1182-2-1071/linkedin-large.png"><img src="http://developer.linkedin.com/servlet/JiveServlet/downloadImage/102-1182-2-1071/115-31/linkedin-large.png" alt="linkedin-large.png" width="115" height="31" /></a></p>
<p><a href="http://developer.linkedin.com/servlet/JiveServlet/showImage/102-1182-2-1072/linkedin-small.png"><img src="http://developer.linkedin.com/servlet/JiveServlet/downloadImage/102-1182-2-1072/89-21/linkedin-small.png" alt="linkedin-small.png" width="89" height="21" /></a></p></blockquote>
</div>
]]></content:encoded>
			<wfw:commentRss>http://r0b0tz.com/2011/03/linkedin-login-buttons/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>BAD DECISIONS @ CAMEO</title>
		<link>http://r0b0tz.com/2011/03/bad-decsions-cameo/</link>
		<comments>http://r0b0tz.com/2011/03/bad-decsions-cameo/#comments</comments>
		<pubDate>Sun, 13 Mar 2011 18:19:58 +0000</pubDate>
		<dc:creator>lawrencealan</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://r0b0tz.com/?p=259</guid>
		<description><![CDATA[Make better BAD DECISIONS next weekend in Brooklyn, with a soundtrack by some of the best: J PHLIP (Dirtybird, Liason) BERLIN ATOMLY (Wolf+Lamb, Atomiq Records) MEANS and ENDS (Detek, Black Nation Records) JD HARRINGTON (fat camp, den of thieves) CAMEO 96 N Sixth Street Brooklyn, NY 11211 $5 before 12:30am with RSVP RSVP for the [...]]]></description>
			<content:encoded><![CDATA[<p>Make better BAD DECISIONS next weekend in Brooklyn, with a soundtrack by some of the best:</p>
<p><a href="http://www.residentadvisor.net/dj/j.phlip">J PHLIP</a> (Dirtybird, Liason) BERLIN<br />
<a href="http://www.residentadvisor.net/dj/atomly">ATOMLY</a> (Wolf+Lamb, Atomiq Records)<br />
<a href="http://www.residentadvisor.net/dj/meansandends">MEANS and ENDS</a> (Detek, Black Nation Records)<br />
<a href="http://www.residentadvisor.net/dj/JDHARRINGTON">JD HARRINGTON</a> (fat camp, den of thieves)</p>
<p><a href="http://r0b0tz.com/wp-content/uploads/2011/03/643_image_2.jpg"><img class="size-full wp-image-260 alignnone" title="Print" src="http://r0b0tz.com/wp-content/uploads/2011/03/643_image_2.jpg" alt="" width="545" height="349" /></a><br />
<a href="http://www.yelp.com/biz/cameo-gallery-brooklyn"></a></p>
<p><a href="http://www.yelp.com/biz/cameo-gallery-brooklyn">CAMEO</a><br />
96 N Sixth Street<br />
Brooklyn, NY 11211<br />
$5 before 12:30am with RSVP</p>
<p>RSVP for the event <a href="http://www.clubtix.com/bad-decisions--detek-nyc-tickets-37044">HERE</a></p>
]]></content:encoded>
			<wfw:commentRss>http://r0b0tz.com/2011/03/bad-decsions-cameo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android application PowerAMP is getting an API!</title>
		<link>http://r0b0tz.com/2011/03/android-application-poweramp-is-getting-an-api/</link>
		<comments>http://r0b0tz.com/2011/03/android-application-poweramp-is-getting-an-api/#comments</comments>
		<pubDate>Sun, 13 Mar 2011 18:02:00 +0000</pubDate>
		<dc:creator>lawrencealan</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://r0b0tz.com/?p=255</guid>
		<description><![CDATA[Exciting. Android&#8217;s most popular third-party audio player is getting it&#8217;s own API. It is scheduled for the release after build-328.  There will be earlier pre-release  (non-market install) version of PowerAMP available with the API. APIs will be completely intent based (no service), events, notifications, etc. All documentation and details  about the API will be published [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignright" style="width: 174px"><img title="PowerAMP QR" src="http://powerampapp.com/wp-content/themes/poweramp/images/market-qr.png" alt="PowerAMP QR" width="164" height="164" /><p class="wp-caption-text">PowerAMP QR</p></div>
<p>Exciting. Android&#8217;s most popular third-party audio player is getting it&#8217;s own API.</p>
<p>It is scheduled for the release after build-328.  There will be earlier pre-release  (non-market install) version of PowerAMP available  with the API.</p>
<p>APIs will be completely intent based (no service), events, notifications, etc.</p>
<p>All documentation and details  about the API will be published on the forum at <a href="http://powerampapp.com/forum/">powerampapp.com/forum/</a>.</p>
<p>Get PowerAMP:</p>
]]></content:encoded>
			<wfw:commentRss>http://r0b0tz.com/2011/03/android-application-poweramp-is-getting-an-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

