<?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>Joey Rivera &#187; General</title>
	<atom:link href="http://www.joeyrivera.com/category/categories/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joeyrivera.com</link>
	<description>Blogging about PHP, Actionscript, MySQL, and other interests.</description>
	<lastBuildDate>Wed, 04 Aug 2010 14:52:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>What have I been up to recently&#8230;</title>
		<link>http://www.joeyrivera.com/2010/what-have-i-been-up-to-recently/</link>
		<comments>http://www.joeyrivera.com/2010/what-have-i-been-up-to-recently/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 15:32:18 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.joeyrivera.com/?p=585</guid>
		<description><![CDATA[Last month was an action packed month for me. I had a few events going on and lots of work to get done.
Atlanta PHP User Group
We had a really cool presentation on load testing using JMeter and Xdebug by Brian DeShong. Load testing and profiling are very important to help identify possible bottlenecks in your [...]]]></description>
			<content:encoded><![CDATA[<p>Last month was an action packed month for me. I had a few events going on and lots of work to get done.</p>
<h2>Atlanta PHP User Group</h2>
<p>We had a really cool <a href="http://atlantaphp.org/archive/242">presentation</a> on load testing using <a href="http://jakarta.apache.org/jmeter/">JMeter</a> and <a href="http://xdebug.org/">Xdebug</a> by <a href="http://www.deshong.net/">Brian DeShong</a>. Load testing and profiling are very important to help identify possible bottlenecks in your application/server before reaching a breaking point. JMeter allows a user to setup different scenarios to run with varying loads (number of users, ramp up time). It&#8217;s pretty fancy with all the options you can do such as submit variables to pages to simulate login ins to an application and tracking sessions. Xdebug lets us analyze logs to see what was going on in your application to easily spot which part of the execution process took the most amount of time. At that point, you can look at your code to see how to improve that particular process.</p>
<p>At work we have an outside firm doing our testing/load testing so it was nice learning about JMeter so eventually we can start doing some of our own load tests for things we need done asap. I currently use Zend Studio&#8217;s profiler to profile my applications so I probably won&#8217;t be using Xdebug any time soon.</p>
<h2>TEK-X</h2>
<p><img class="alignleft" title="TEK-X Conference" src="http://tek.phparch.com/wp-content/themes/tekx/images/header-logo.png" alt="" width="300" height="100" />I asked around our local user group what conference they would recommend if they could only attend one PHP conference and this was the one I heard the most good things about. This was my first time attending a PHP conference and it was WELL worth it. The sessions were great with three tracks daily to choose from. The conference was small enough where you could spend time with the presenters interacting and asking questions. I met a bunch of new people which made the whole experience that much better. There was always something to do during presentations as well as after hours.</p>
<p>This is the web site for <a href="http://tek.phparch.com/">TEX-K</a> if you want more info or want to take a look at the <a href="http://tek.phparch.com/schedule/">schedule</a>. Some of my favorite were the two Flex sessions by <a href="http://caseysoftware.com/blog">Keith Casey</a> since I want to start doing more Flex and the Lost Art of Simplicty by <a href="http://www.joshholmes.com/blog/">Josh Holmes</a> was interesting as well. It was really nice having a bunch of Adobe and Microsoft people there. They were all great and helpful. We had been having some server hiccups at work and the guys at Microsoft were extremely helpful in trying to help us figure things out. We also learned from various people (both the MS and PHP crowd) that we (at work) should start using IIS instead of Apache for Windows. Microsoft has been spending resources in working with the PHP team to make sure things run smoother with PHP on IIS for Windows than before.</p>
<p>Two thumbs up for Microsoft and Adobe for being there and supporting the community (and for the drinks and dinners :p) . I&#8217;ll definitely try to go next year again.</p>
<h2>Flash Builder for PHP</h2>
<p><img class="alignleft" title="Flash Builder" src="http://www.adobe.com/products/flex/images/overview_flashbuildermnemonic.jpg" alt="" width="80" height="80" />I took a one day-8 hour course on using Flash Builder and wow&#8230; I&#8217;m sold. After working on Flash for so many years, Flex is just too amazing to ignore. The class was taught by Adobe certified <a href="http://stallons.com/bio.html">Jeanette Stallons</a> and it was a small class which was great for us since we could get a lot more time for questions and one on one time. She did a great job keeping our attention and was very easy to follow. This was a hands on class so we each had our own computer to work the examples with.</p>
<p>The class started with us learning about the different Adobe applications, the difference between Flash/Flex, and reasoning behind changing the name Flex builder to Flash builder. Then we went through the basics of the IDE and how to setup a project and what the different folders and files are for. Next is when things got fun. We started creating an application that communicates with the database through PHP. We did all the code manually to better appreciate the last lesson which was creating the exact same application in an automated fashion with literally only a few lines of code at most. That was the coolest part of this class, how easy it is to use the wizards (that actually spit out good code!) to be able to just click and drag and have everything working correctly in such a <span style="text-decoration: underline;">short amount of time</span>.</p>
<p>I already <a href="http://www.adobe.com/products/flashbuilder/">downloaded</a> the two month trial from the Adobe&#8217;s site and have been playing around with Flash Builder at work and at home.</p>
<h2>Google AdWords API v13 to v2009</h2>
<p>A few years ago I wrote an application that heavily uses the Google Adwords API. It worked without me touching it for years until recently Google <a href="http://code.google.com/apis/adwords/articles/migrating.html">changed</a> their Adwords API and my app completely stopped working. This was my fault of course since many months ago Google emailed me letting me know this was going to happen but at the time I figured there wouldn&#8217;t be much difference between both versions so I didn&#8217;t pay much attention to it&#8230; boy was I wrong.</p>
<p>The new API v2009 is very different since you call things differently now and many of the old services I was using no longer exist in the new version. I spent some time trying to rework my code to use the new calls but that was not working well for me. It just seemed as if I was wasting time instead of just starting over with a clean rewrite. Fortunately for me, after doing some research, I found that Google had already created a <a href="http://code.google.com/apis/adwords/v2009/docs/clientlibraries.html">client library</a> for PHP that already did all the heavy lifting code to interact with the services. I downloaded the library, ran a couple tests and everything was working perfectly. All I had to do was rewrite the application using the client library and everything is running smoothly again.</p>
<p>Thanks Google! You saved me a lot of time but don&#8217;t change your API again <img src='http://www.joeyrivera.com/blog_new/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<h2>My Birthday</h2>
<p><img class="alignleft" title="Garmin 405 Watch" src="https://static.garmincdn.com/en/products/010-00658-10/g/cf-lg.jpg" alt="" width="300" height="300" />Not much to mention here other than it was my birthday last month as well so had dinners with parents and drinks with friends. I have been running a lot lately so I bought myself a nice new watch with my birthday money: <a href="https://buy.garmin.com/shop/shop.do?pID=11039">Garmin 405</a>. I saw this watch on sale on <a href="http://www.slickdeals.net/">slickdeals.net</a> for under $200 and I couldn&#8217;t resist. I&#8217;ve used it a couple times already and it&#8217;s great. The GPS seems to be working flawlessly for me so far and all the features it brings are neat to play with. My biggest sellers were: GPS to track my distance and pace and the heart rate monitor.</p>
<p><a href="http://www.atlantatrackclub.org/peachtree.htm">Peachtree Road Race</a>, here I come!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joeyrivera.com/2010/what-have-i-been-up-to-recently/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finally gave my blog a much needed face lift!</title>
		<link>http://www.joeyrivera.com/2010/finally-gave-my-blog-a-much-needed-face-lift/</link>
		<comments>http://www.joeyrivera.com/2010/finally-gave-my-blog-a-much-needed-face-lift/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 18:38:47 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.joeyrivera.com/?p=513</guid>
		<description><![CDATA[So what do you guys think? Does it look better now? It is not finished, I still need to tweak some graphics and colors but overall I&#8217;m very pleased. I started out with a new theme: Arclite by digitalnature. It has many customization options so I haven&#8217;t had to do too much tweaking of the .css files [...]]]></description>
			<content:encoded><![CDATA[<p>So what do you guys think? Does it look better now? It is not finished, I still need to tweak some graphics and colors but overall I&#8217;m very pleased. I started out with a new theme: Arclite by <a href="http://digitalnature.ro/">digitalnature</a>. It has many customization options so I haven&#8217;t had to do too much tweaking of the .css files but there has been some. Since I blog so much about code, I finally stopped being lazy and got a code highlighter. I&#8217;m using: <a href="http://www.deanlee.cn/wordpress/code_highlighter_plugin_for_wordpress/">Dean&#8217;s Code Highlighter by</a> Dean Lee. It&#8217;s very easy to use and supports a range of different code syntax such as PHP and Actionscript. One of the reasons I decided to update my look was because I have been running an older version of WordPress and it was about time to upgrade. I&#8217;m now running 2.9.1 and it looks great. I really like the new admin back office and it is so easy to use and setup.</p>
<p>I also created my first widgets! The &#8216;Interesting Links&#8217; and &#8216;Interesting Images&#8217; on the sidebar are no longer hacks done on the themes sidebar.php file. I learned how to create a plugin in WordPress and make it into a widget. Here is what one of the widgets looks like:</p>
<div class="dean_ch" style="white-space: wrap;">
<span class="coMULTI">/*<br />
Plugin Name: JR-Images<br />
Plugin URI: http://www.joeyrivera.com<br />
Description: Show my images<br />
Version: 0.1<br />
Author: Joey Rivera<br />
Author URI: http://www.joeyrivera.com</p>
<p>&nbsp; Copyright 2010 &nbsp;Joey Rivera &nbsp;(email : joey1.rivera@gmail.com)</p>
<p>&nbsp; &nbsp; This program is free software; you can redistribute it and/or modify<br />
&nbsp; &nbsp; it under the terms of the GNU General Public License, version 2, as <br />
&nbsp; &nbsp; published by the Free Software Foundation.</p>
<p>&nbsp; &nbsp; This program is distributed in the hope that it will be useful,<br />
&nbsp; &nbsp; but WITHOUT ANY WARRANTY; without even the implied warranty of<br />
&nbsp; &nbsp; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. &nbsp;See the<br />
&nbsp; &nbsp; GNU General Public License for more details.</p>
<p>&nbsp; &nbsp; You should have received a copy of the GNU General Public License<br />
&nbsp; &nbsp; along with this program; if not, write to the Free Software<br />
&nbsp; &nbsp; Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA &nbsp;02110-1301 &nbsp;USA<br />
*/</span><br />
&nbsp;<br />
<span class="kw2">function</span> show_images<span class="br0">&#40;</span><span class="br0">&#41;</span> <br />
<span class="br0">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.php.net/global"><span class="kw3">global</span></a> <span class="re0">$wpdb</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="re0">$query</span> = <span class="st0">&#8216;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SELECT image_file, image_origin, image_thumbnail<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; FROM wp_images<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ORDER BY image_id DESC<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; LIMIT 6&#8242;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="re0">$results</span> = <span class="re0">$wpdb</span>-&gt;<span class="me1">get_results</span><span class="br0">&#40;</span><span class="re0">$query</span><span class="br0">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="kw1">if</span><span class="br0">&#40;</span>!<span class="re0">$results</span><span class="br0">&#41;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="br0">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="kw1">return</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="br0">&#125;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.php.net/echo"><span class="kw3">echo</span></a> <span class="st0">&#8216;&lt;li class=&quot;block widget widget_images&quot;&gt;&lt;div class=&quot;box&quot;&gt; &lt;div class=&quot;wrapleft&quot;&gt;&lt;div class=&quot;wrapright&quot;&gt;&lt;div class=&quot;tr&quot;&gt;&lt;div class=&quot;bl&quot;&gt;&lt;div class=&quot;tl&quot;&gt;&lt;div class=&quot;br the-content&quot;&gt;&lt;div class=&quot;titlewrap&quot;&gt;&lt;h4&gt;&lt;span&gt;Interesting Images&lt;/span&gt;&lt;/h4&gt;&lt;/div&gt;&#8217;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.php.net/echo"><span class="kw3">echo</span></a> <span class="st0">&#8216;&lt;ul class=&quot;blank&quot;&gt;&#8217;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="kw1">foreach</span><span class="br0">&#40;</span><span class="re0">$results</span> <span class="kw1">as</span> <span class="re0">$row</span><span class="br0">&#41;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="br0">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.php.net/echo"><span class="kw3">echo</span></a> <span class="st0">&#8216;&lt;li&gt;&lt;a href=&quot;/uploader/sample/&#8217;</span> . <span class="re0">$row</span>-&gt;<span class="me1">image_file</span> . <span class="st0">&#8216;&quot; title=&quot;&#8217;</span> . <span class="re0">$row</span>-&gt;<span class="me1">image_origin</span> . <span class="st0">&#8216;&quot; rel=&quot;lightbox&quot;&gt;&lt;img src=&quot;/uploader/sample/&#8217;</span> . <span class="re0">$row</span>-/&gt;image_thumbnail . <span class="st0">&#8216;&quot; /&gt;&lt;/a&gt;&lt;/li&gt;&#8217;</span>, <span class="st0">&quot;<span class="es0">\n</span>&quot;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="br0">&#125;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.php.net/echo"><span class="kw3">echo</span></a> <span class="st0">&#8216;&lt;/ul&gt;&#8217;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.php.net/echo"><span class="kw3">echo</span></a> <span class="st0">&#8216;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt; &lt;/div&gt;&lt;/li&gt;&#8217;</span>;<br />
<span class="br0">&#125;</span><br />
&nbsp;<br />
<span class="kw2">function</span> register_images<span class="br0">&#40;</span><span class="br0">&#41;</span><br />
<span class="br0">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; register_sidebar_widget<span class="br0">&#40;</span><span class="st0">&quot;JR-Images&quot;</span>, <span class="st0">&quot;show_images&quot;</span><span class="br0">&#41;</span>; &nbsp; &nbsp; <br />
<span class="br0">&#125;</span><br />
&nbsp;<br />
add_action<span class="br0">&#40;</span><span class="st0">&quot;plugins_loaded&quot;</span>, <span class="st0">&quot;register_images&quot;</span><span class="br0">&#41;</span>;</div>
<p>I had to go back to all my old posts and make updates. If you find any issues anywhere, please let me know so I can fix it asap. I&#8217;ve found instances in code where there should be two &amp;&amp; and instead the code blocks shows &amp;amp;&amp;amp;. I&#8217;m currently trying to figure out why my preview button doesn&#8217;t work, hopefully I&#8217;ll figure that out soon so I can move on to changing some colors around and finally updating my &#8216;About Me&#8217; page. I hope to have some content in that page by the end of this weekend. Other than that, I hope you all enjoy the new look and am looking forward to hearing some feedback!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joeyrivera.com/2010/finally-gave-my-blog-a-much-needed-face-lift/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sony&#8217;s Motion Controller for PS3</title>
		<link>http://www.joeyrivera.com/2009/sonys-motion-controller-for-ps3/</link>
		<comments>http://www.joeyrivera.com/2009/sonys-motion-controller-for-ps3/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 13:51:15 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[ps3]]></category>
		<category><![CDATA[sony]]></category>

		<guid isPermaLink="false">http://www.joeyrivera.com/?p=382</guid>
		<description><![CDATA[Soon after Microsoft showed off project Natal, Sony introduced their own motion controllers they&#8217;ve been working on. Both seem very cool and just from watching these videos it seems to me that the Microsoft technology is more sophisticated but the Sony controllers would be more fun to play with. And like they said in the [...]]]></description>
			<content:encoded><![CDATA[<p>Soon after Microsoft showed off project Natal, Sony introduced their own motion controllers they&#8217;ve been working on. Both seem very cool and just from watching these videos it seems to me that the Microsoft technology is more sophisticated but the Sony controllers would be more fun to play with. And like they said in the video below, sometimes it feel more natural to push a button.</p>
<p><div class="gametrailers_embed_container" style="text-align: center;">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="gtembed" width="480" height="392"><param name="allowScriptAccess" value="sameDomain" /><param name="allowFullScreen" value="true" /><param name="movie" value="http://www.gametrailers.com/remote_wrap.php?mid=50276"/><param name="quality" value="high" /><embed src="http://www.gametrailers.com/remote_wrap.php?mid=50276" swLiveConnect="true" name="gtembed" align="middle" allowScriptAccess="sameDomain" allowFullScreen="true" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="480" height="392"></embed></object>
</div>
</p>
<div class="gametrailers_embed_container" style="text-align: center;">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="gtembed" width="480" height="392"><param name="allowScriptAccess" value="sameDomain" /><param name="allowFullScreen" value="true" /><param name="movie" value="http://www.gametrailers.com/remote_wrap.php?mid=50277"/><param name="quality" value="high" /><embed src="http://www.gametrailers.com/remote_wrap.php?mid=50277" swLiveConnect="true" name="gtembed" align="middle" allowScriptAccess="sameDomain" allowFullScreen="true" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="480" height="392"></embed></object>
</div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joeyrivera.com/2009/sonys-motion-controller-for-ps3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Project Natal for Xbox 360 looks neat</title>
		<link>http://www.joeyrivera.com/2009/microsoft-project-natal-for-xbox-360-looks-neat/</link>
		<comments>http://www.joeyrivera.com/2009/microsoft-project-natal-for-xbox-360-looks-neat/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 17:31:11 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[natal]]></category>
		<category><![CDATA[xbox]]></category>

		<guid isPermaLink="false">http://www.joeyrivera.com/?p=376</guid>
		<description><![CDATA[I must say I&#8217;m very impressed with what I&#8217;m seeing. Microsoft announced Project Natal at E3 and it&#8217;s a control/camera that detects sound and motion for the Xbox 360 so the user can play a game without ever holding a remote control. It&#8217;s easier to understand through these videos:



And here is a bit more info:
http://e3.gamespot.com/story/6210641/microsofts-project-natal-3d-camera-system
I [...]]]></description>
			<content:encoded><![CDATA[<p>I must say I&#8217;m very impressed with what I&#8217;m seeing. Microsoft announced Project Natal at E3 and it&#8217;s a control/camera that detects sound and motion for the Xbox 360 so the user can play a game without ever holding a remote control. It&#8217;s easier to understand through these videos:</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/oACt9R9z37U" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/oACt9R9z37U"></embed></object>
</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/SxU_T7C4Ils&amp;NR" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/SxU_T7C4Ils&amp;NR"></embed></object></p>
<p>And here is a bit more info:<br />
<a href="http://e3.gamespot.com/story/6210641/microsofts-project-natal-3d-camera-system">http://e3.gamespot.com/story/6210641/microsofts-project-natal-3d-camera-system</a></p>
<p>I personally don&#8217;t own a console but am very eager to try this one out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joeyrivera.com/2009/microsoft-project-natal-for-xbox-360-looks-neat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EQ vs IQ: Emotional Intelligence (also know an EI or EQ)</title>
		<link>http://www.joeyrivera.com/2009/eq-vs-iq-emotional-intelligence-also-know-an-ei-or-eq/</link>
		<comments>http://www.joeyrivera.com/2009/eq-vs-iq-emotional-intelligence-also-know-an-ei-or-eq/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 15:27:30 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[ei]]></category>
		<category><![CDATA[emotional intelligence]]></category>
		<category><![CDATA[eq]]></category>

		<guid isPermaLink="false">http://www.joeyrivera.com/?p=369</guid>
		<description><![CDATA[Ever talked to a neighbor that won&#8217;t stop talking no matter how many hints you give that you want to leave? Are you giving the right clues? Ever talked to people that don&#8217;t care what you have to say and only want to tell you about themselves? Ever talked to someone at work that snapped [...]]]></description>
			<content:encoded><![CDATA[<p>Ever talked to a neighbor that won&#8217;t stop talking no matter how many hints you give that you want to leave? Are you giving the right clues? Ever talked to people that don&#8217;t care what you have to say and only want to tell you about themselves? Ever talked to someone at work that snapped at you for no reason? Did you notice them before to see if they seemed stressed or were having a bad day?</p>
<p>If you aren&#8217;t familiar with Emotional Intelligence I recommend you read some more about it. I recently learned about EQ at a work seminar and thought it&#8217;s a great concept that others should know about as well. Here&#8217;s are a couple resources:</p>
<p><a title="Wiki page on Emotional Intelligence" href="http://en.wikipedia.org/wiki/Emotional_intelligence" target="_blank">http://en.wikipedia.org/wiki/Emotional_intelligence</a><a title="Times Article on Emotional Intelligence" href="http://www.time.com/time/classroom/psych/unit5_article1.html" target="_blank">http://www.time.com/time/classroom/psych/unit5_article1.html</a></p>
<p>If you like psychology you will probably enjoying learning more about this.</p>
<p>Taken from the wiki page:</p>
<p>&#8220;The model introduced by Daniel Goleman [16] focuses on EI as a wide array of competencies and skills that drive leadership performance. Goleman&#8217;s model outlines four main EI constructs:[1]</p>
<p><strong> Self-awareness</strong> — the ability to read one&#8217;s emotions and recognize their impact while using gut feelings to guide decisions.</p>
<p><strong> Self-managemen</strong>t — involves controlling one&#8217;s emotions and impulses and adapting to changing circumstances.</p>
<p><strong> Social awareness</strong> — the ability to sense, understand, and react to others&#8217; emotions while comprehending social networks.</p>
<p><strong> Relationship managemen</strong>t — the ability to inspire, influence, and develop others while managing conflict.&#8221;</p>
<p>Some of you may find some of this common sense but others may not. Why is this important? Because even the smartest person in the world (IQ) will have problems succeeding if he/she can&#8217;t manage their emotions or the way they interact and are perceived by others (EQ). I think the more understanding a person has of EQ, the easier life becomes. There are various situations that can be avoided or easily overcome just by paying attention causing less unnecessary stress.</p>
<p>Here is an example of where I think I use EQ relating to technology. When I go to speak to a person about say coding, I have to ask myself &#8211; &#8220;Do I know this person and if so, how tech savy are they?&#8221;. Based on that answer, I&#8217;ll adjust the way I speak to this person and use wording and or acronyms that I think this person would understand. If I don&#8217;t know this person and don&#8217;t know enough of their background to guesstimate, I&#8217;ll start talking to this person in a very general level (not too low to insult them if they are techy but not too detailed to lose them from the start if they aren&#8217;t) and based on the way this person interacts with me, see if I can go more tech details or if I need to get more generic and use none-tech related examples.</p>
<p>From then I also try to pay attention to see if this is a person that really truelly understands what I&#8217;m saying or is just knoding since many, including myself, are guilty to this. And finally based on the interaction or lack of I know if it&#8217;s time to change the subject or if we can keep going. All that just to have a conversation&#8230;</p>
<p>Have any similar experiences to share? Please do! We can all learn from each other.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joeyrivera.com/2009/eq-vs-iq-emotional-intelligence-also-know-an-ei-or-eq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to recognize a good programmer</title>
		<link>http://www.joeyrivera.com/2009/how-to-recognize-a-good-programmer/</link>
		<comments>http://www.joeyrivera.com/2009/how-to-recognize-a-good-programmer/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 14:13:53 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[programmer]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.joeyrivera.com/?p=352</guid>
		<description><![CDATA[I just found this link on twitter and it&#8217;s a really good read. The author mentions a few points on how to identify a good programmer and I agree with all of them. Check it out:
http://www.inter-sections.net/2007/11/13/how-to-recognise-a-good-programmer/
]]></description>
			<content:encoded><![CDATA[<p>I just found this link on twitter and it&#8217;s a really good read. The author mentions a few points on how to identify a good programmer and I agree with all of them. Check it out:</p>
<p><a href="http://www.inter-sections.net/2007/11/13/how-to-recognise-a-good-programmer/">http://www.inter-sections.net/2007/11/13/how-to-recognise-a-good-programmer/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.joeyrivera.com/2009/how-to-recognize-a-good-programmer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Atlanta PHP User Group &#8211; 11/06/2008</title>
		<link>http://www.joeyrivera.com/2008/atlanta-php-user-group-11062008/</link>
		<comments>http://www.joeyrivera.com/2008/atlanta-php-user-group-11062008/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 15:34:42 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[atlanta php]]></category>
		<category><![CDATA[atlanta startup weekend]]></category>
		<category><![CDATA[AtlantaPHP]]></category>
		<category><![CDATA[php wiki]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[user group]]></category>

		<guid isPermaLink="false">http://www.joeyrivera.com/?p=150</guid>
		<description><![CDATA[So I attended my first Atlanta PHP user group thanks to Moses nagging me about going :p. I&#8217;m glad I went, I had a great time. I really enjoyed being there listening and even sharing a little. The things I took with me that I&#8217;m going to mention are:
Atlanta Startup Weekend
During the meeting I found [...]]]></description>
			<content:encoded><![CDATA[<p>So I attended my first <a title="Atlanta PHP User Group page" href="http://www.atlantaphp.org/" target="_blank">Atlanta PHP user group</a> thanks to <a title="Moses web site" href="http://www.mospired.com" target="_blank">Moses</a> nagging me about going :p. I&#8217;m glad I went, I had a great time. I really enjoyed being there listening and even sharing a little. The things I took with me that I&#8217;m going to mention are:</p>
<p><strong>Atlanta Startup Weekend</strong><br />
During the meeting I found out about this really neat event. The objective of the <a title="Atlanta Startup Weekend" href="http://atlanta2.startupweekend.com/" target="_blank">Atlanta Startup Weekend</a> is to get a bunch of people together, divide them into groups (developers, marketing people, business people, etc) and in one weekend finalize a product from a concept. Tickets are already sold out so I&#8217;ll have to try for next year. I&#8217;m sure I could learn a lot.</p>
<p><strong>PHP Wiki</strong><br />
I didn&#8217;t know about this page: <a href="http://wiki.php.net/">http://wiki.php.net/</a>. You can get lots of neat information from the PHP group. The rfc (request for comments) section is also very informative. You can see what requests have been made, which request are going to be implemented and which have already been implemented. It&#8217;s a good way to stay ahead of the curve since you would know what&#8217;s coming out before it&#8217;s out.</p>
<p><strong>REST</strong><br />
Don&#8217;t quote me on any of this, this is just bits and pieces that I think I gathered from listening to others talk. If I understand correctly, REST is a standard for creating RESTful url/url/web services that are efficient and scalable&#8230; maybe? I heard REST mentioned a lot during the &lt;head&gt; conference a couple weekends ago and I heard it mentioned a few times last night during this meeting. So, now I need to go do some more research and figure out what this REST thing is all about. Seems like it&#8217;s something worth knowing about and maybe even following? If you have any info or resources you can recommend please do.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joeyrivera.com/2008/atlanta-php-user-group-11062008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&lt;head&gt; conference 2008</title>
		<link>http://www.joeyrivera.com/2008/head-conference-2008/</link>
		<comments>http://www.joeyrivera.com/2008/head-conference-2008/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 18:39:38 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[head]]></category>

		<guid isPermaLink="false">http://www.joeyrivera.com/?p=83</guid>
		<description><![CDATA[So I attended the &#60;head&#62; conference a couple weekends ago and I&#8217;m glad I did.  There were a ton of knowledgeable speakers covering many interesting topics. The following are the sessions I enjoyed the most so far:

Building Personal Brand with Social Media (Gary Vaynerchuk)
I really enjoyed this session. It was all about why personal branding [...]]]></description>
			<content:encoded><![CDATA[<p>So I attended the <a title="&lt;head&gt; conference website" href="http://www.headconference.com/" target="_blank">&lt;head&gt;</a> conference a couple weekends ago and I&#8217;m glad I did.  There were a ton of knowledgeable speakers covering many interesting topics. The following are the sessions I enjoyed the most so far:</p>
<p><span id="more-83"></span></p>
<p><strong>Building Personal Brand with Social Media (<a title="Gary Vaynerchuk" href="http://www.headconference.com/speakers/gary-vaynerchuk/" target="_blank">Gary Vaynerchuk</a>)</strong><br />
I really enjoyed this session. It was all about why personal branding is so important and various ways to get a person started. A lot of this was stuff I&#8217;ve been hearing for years (specially from my friend <a title="Moses website" href="http://www.mospired.com" target="_blank">Moses</a>) but I never did anything about. Gary said things that made sense and put things on a different perspective for me. As you call tell, it worked. I now have a blog and even a twitter account!</p>
<p><strong>Google App Engine: An Overview (<a title="Pete Koomen" href="http://www.headconference.com/speakers/pete-koomen/" target="_blank">Pete Koomen</a>)</strong><br />
This was a good introduction to <a title="Google App Engine website" href="http://code.google.com/appengine/" target="_blank">Google App Engine</a> for me. I first learned about Google App Engine from <a title="Aral Balkan" href="http://aralbalkan.com/">Aral Balkans</a> blog but I never did much research on it to find out what it&#8217;s all about. After this session I have a better understanding on what this does and how I could use it at some point.</p>
<p><strong>Beyond Web Standards: Crafting Design and Development Standards (<a title="Kimberly Blessing" href="http://www.headconference.com/speakers/kimberly-blessing/" target="_blank">Kimberly Blessing</a>)</strong><br />
This was another good one. All about trying to create/use standards. This should be common sense but the reality is I haven&#8217;t worked anywhere yet were we had any kind of standards. I&#8217;m going to make it a personal goal to create some sort of standards to implement at my current company. We do so much and all our documentation, code, naming conventions, folder structures, everything is different. Every project seems to be completely different from the next. Things would be much more efficient at least for us (the developers) if we all followed some sort of standards.</p>
<p><strong>Architecting Human Behaviour (<a title="Andy Budd" href="http://www.headconference.com/speakers/andy-budd/" target="_blank">Andy Budd</a>)</strong><br />
This was one of my favorite.  Andy did a great job on making a very fun and interesting presentation. I was 100% engaged the entire time wanting to hear more on what he had to say. It was very interesting to hear the tricks being used out there in the way buildings are structured to guide customers through certain paths increasing the amount of time customers stay in the building and increasing the chances the customers will purchase more items. The coolest example was all the levels of details put on how things are laid out on a grocery store and why they are built the way they are. There was a ton of neat info that I now have to think about how I can put these ideas into practice on my own projects. Looking forward to hearing more on what Andy has to say.</p>
<p><strong>Building Pyramids out of Bits: How can we build software that lasts? (<a title="Cliff Hall" href="http://www.headconference.com/speakers/cliff-hall/" target="_blank">Cliff Hall</a>)</strong><br />
This was an interesting one too. Cliff shared his experiences on how over time, things change and the code you were so proud off can eventually fade away. Technologies change, new languages surface and old languages sometimes stop being used. It&#8217;s important to develop code in a way that will be easily transferable from one application to the next. He talked about <a title="PureMVC" href="http://puremvc.org/" target="_blank">PureMVC</a> and I&#8217;m definately going to look more into it. The idea behind it is having a single framework that is platform independent based on MVC. If you code in AS3 using PureMVC, you should be able to transfer the same code to Java or PHP without too many problems since the structure is the same.</p>
<p>Now I need to look at some of the recordings for the sessions I missed. I&#8217;m sure there are a few other great ones out there.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joeyrivera.com/2008/head-conference-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finally!</title>
		<link>http://www.joeyrivera.com/2008/hello-world-2/</link>
		<comments>http://www.joeyrivera.com/2008/hello-world-2/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 14:56:39 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.joeyrivera.com/blog/?p=1</guid>
		<description><![CDATA[I&#8217;ve been resisting for the longest time to start blogging but with the help of my friend and co-worker Moses I&#8217;ve decided it&#8217;s about time. My thoughts at the time are to blog about my interests such as coding (mainly PHP and Flash), current projects, and every once in a while about my car. I [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been resisting for the longest time to start blogging but with the help of my friend and co-worker <a title="Mose's website" href="http://www.mospired.com/">Moses</a> I&#8217;ve decided it&#8217;s about time. My thoughts at the time are to blog about my interests such as coding (mainly PHP and Flash), current projects, and every once in a while about my car. I think this will be a good way to organize myself (having a centralized location for my ideas, thoughts, projects) as well as a good way to get to know more people out there. Help me via comments on what you would like to see more or less about. Would you like things more or less technical etc. Thanks for reading!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joeyrivera.com/2008/hello-world-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
