<?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>Samad's Blog</title>
	<atom:link href="http://blog.samad64.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.samad64.com</link>
	<description>Yes.. I blog. Get over it.</description>
	<lastBuildDate>Thu, 26 Aug 2010 19:49:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Closed.</title>
		<link>http://blog.samad64.com/2010/08/26/closed/</link>
		<comments>http://blog.samad64.com/2010/08/26/closed/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 19:49:56 +0000</pubDate>
		<dc:creator>Samad</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.samad64.com/?p=98</guid>
		<description><![CDATA[I have decided to shut down this blog due to lack of activity and lack of interest on my part. I will keep it online, however I am disabling comments and will not be creating any more new posts. Future readers, please note that the knowledge in this blog may be outdated as technology is [...]]]></description>
			<content:encoded><![CDATA[<p>I have decided to shut down this blog due to lack of activity and lack of interest on my part. I will keep it online, however I am disabling comments and will not be creating any more new posts. Future readers, please note that the knowledge in this blog may be outdated as technology is constantly changing. Thank you.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.samad64.com/2010/08/26/closed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maven Problem (Id can not be null)</title>
		<link>http://blog.samad64.com/2010/07/13/maven-problem-id-can-not-be-null/</link>
		<comments>http://blog.samad64.com/2010/07/13/maven-problem-id-can-not-be-null/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 20:08:01 +0000</pubDate>
		<dc:creator>Samad</dc:creator>
				<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://blog.samad64.com/?p=91</guid>
		<description><![CDATA[Working with Maven I came across a very weird issue. I attempted to build a new project, and received a Fatal Error: ID Can Not Be Null. Basically a Java.Lang.NullPointerException. I work in a corporate environment so I had an idea of which parent POM was having issues, but it didn&#8217;t quite click in my [...]]]></description>
			<content:encoded><![CDATA[<p>Working with Maven I came across a very weird issue. I attempted to build a new project, and received a Fatal Error: ID Can Not Be Null. Basically a Java.Lang.NullPointerException. I work in a corporate environment so I had an idea of which parent POM was having issues, but it didn&#8217;t quite click in my mind until about 5 minutes ago. After researching the net for the past few hours, I finally had my AHA! moment and decided to try it out. The solution to this problem is as follows:</p>
<p>Inside the POM.XML file for the project you are currently working with, you should have something like the following:</p>
<div id="_mcePaste">&lt;parent&gt;</div>
<div id="_mcePaste">&lt;groupId&gt;com.mycompany.or.something&lt;/groupId&gt;</div>
<div id="_mcePaste">&lt;artifactId&gt;parent&lt;/artifactId&gt;</div>
<div id="_mcePaste">&lt;version&gt;1.0&lt;/version&gt;</div>
<div id="_mcePaste">&lt;relativePath&gt;../../parent/&lt;/relativePath&gt;</div>
<div id="_mcePaste">&lt;/parent&gt;</div>
<div></div>
<div>The groupId tag is very important, as in my case this is where the problem existed. I navigated to the local maven repo (~.m2/repositories) and through the directories til I came to the following dir:</div>
<div></div>
<div>~m2/repositories/com/mycompany/or/something/parent/1.0/</div>
<div></div>
<div>Inside this directory was a parent pom file. I opened it up in Notepad++ and looked through the tags. Sure enough, the repositories tag did not contain an ID element. I simply added one in ( &lt;id /&gt; ) and voila, problem solved.</div>
<div>Hope this helps someone in the future, because it had me banging my head against everything I could possibly find &#8211; from walls to staplers to windows (oh my!)</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.samad64.com/2010/07/13/maven-problem-id-can-not-be-null/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Try Before you Buy &#8211; AppStore</title>
		<link>http://blog.samad64.com/2009/02/23/try-before-you-buy-appstore/</link>
		<comments>http://blog.samad64.com/2009/02/23/try-before-you-buy-appstore/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 06:44:04 +0000</pubDate>
		<dc:creator>Samad</dc:creator>
				<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://blog.samad64.com/?p=82</guid>
		<description><![CDATA[Install the Hackulo.us repository as outlined in a previous post. Tap on Sections and navigate to Hackulo.us folder. Install the following files: AppSync for 3.0 Installous Restart your iPhone, and then launch Installous. Search for your AppStore application and download/install it. Once you&#8217;re satisfied with its usage, delete the application and purchase it from the [...]]]></description>
			<content:encoded><![CDATA[<p>Install the Hackulo.us repository as outlined in a previous post. Tap on Sections and navigate to Hackulo.us folder. Install the following files:</p>
<p>AppSync for 3.0<br />
Installous</p>
<p>Restart your iPhone, and then launch Installous. Search for your AppStore application and download/install it. Once you&#8217;re satisfied with its usage, delete the application and purchase it from the AppStore!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.samad64.com/2009/02/23/try-before-you-buy-appstore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Requested iPhone Features Available through Cydia</title>
		<link>http://blog.samad64.com/2009/02/23/requested-iphone-features-available-through-cydia/</link>
		<comments>http://blog.samad64.com/2009/02/23/requested-iphone-features-available-through-cydia/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 06:41:13 +0000</pubDate>
		<dc:creator>Samad</dc:creator>
				<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://blog.samad64.com/?p=79</guid>
		<description><![CDATA[Many requested features for the iPhone are available through 3rd party extensions on Cydia. Below you will find a list of commonly requested features that can be added through the application. Simply search on Cydia using the name and you&#8217;ll find what you&#8217;re looking for! This list is constantly updated as new applications come out. [...]]]></description>
			<content:encoded><![CDATA[<p>Many requested features for the iPhone are available through 3rd party extensions on Cydia. Below you will find a list of commonly requested features that can be added through the application. Simply search on Cydia using the name and you&#8217;ll find what you&#8217;re looking for! This list is constantly updated as new applications come out.</p>
<p>Video Recording (2G/3G only):  Cycorder<br />
Themes: Winterboard<br />
Music Sharing: MewSeek<br />
Ringtones: PhoneZap<br />
Password Protect Applications: Lockdown</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.samad64.com/2009/02/23/requested-iphone-features-available-through-cydia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Repositories to Add</title>
		<link>http://blog.samad64.com/2009/02/23/repositories-to-add/</link>
		<comments>http://blog.samad64.com/2009/02/23/repositories-to-add/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 06:34:09 +0000</pubDate>
		<dc:creator>Samad</dc:creator>
				<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://blog.samad64.com/?p=76</guid>
		<description><![CDATA[Cydia allows for the addition of as many repositories as you want. What is a repository? It&#8217;s basically a webserver that hosts files that you can install on your iPhone. Some repositories, such as Hackulo.us, allows you to add increased functionality to your phone&#8217;s backend. Others, such as XSellize, allow you to download and try [...]]]></description>
			<content:encoded><![CDATA[<p>Cydia allows for the addition of as many repositories as you want. What is a repository? It&#8217;s basically a webserver that hosts files that you can install on your iPhone. Some repositories, such as Hackulo.us, allows you to add increased functionality to your phone&#8217;s backend. Others, such as XSellize, allow you to download and try out applications before purchasing them. To add a repository in Cydia, follow these instructions:</p>
<ol>
<li>Open up Cydia, and tap on Manage (it will take some time to load Cydia)</li>
<li>Tap on Sources</li>
<li>Tap &#8220;Edit&#8221; in the top right corner, and then in the top left corner type Add</li>
</ol>
<p>Once on this screen, type in the full URL to the repository.</p>
<p>Hackulo.us: http://cydia.hackulo.us<br />
XSellize: http://xsellize.com/cydia/user-password</p>
<p>XSellize requires a username and password to access their repository. Simply sign up on their website and you should be able to access it.</p>
<p>You&#8217;re done! You just added a repository in cydia <img src='http://blog.samad64.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.samad64.com/2009/02/23/repositories-to-add/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DS Modding Scene Still Alive!</title>
		<link>http://blog.samad64.com/2009/02/19/ds-modding-scene-still-alive/</link>
		<comments>http://blog.samad64.com/2009/02/19/ds-modding-scene-still-alive/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 00:51:30 +0000</pubDate>
		<dc:creator>Samad</dc:creator>
				<category><![CDATA[Nintendo DS]]></category>
		<category><![CDATA[ds]]></category>
		<category><![CDATA[nintendo]]></category>

		<guid isPermaLink="false">http://blog.samad64.com/?p=69</guid>
		<description><![CDATA[With the upcoming release of the Nintendo DSi, you would think that people interested in the original DS and DS Lite would stop buying stuff for it. You&#8217;re wrong! The newer modding tools are designed to be compatible with not only the Nintendo DS (phat) and Nintendo DS Lite, but also the upcoming Nintendo DSi. [...]]]></description>
			<content:encoded><![CDATA[<p>With the upcoming release of the Nintendo DSi, you would think that people interested in the original DS and DS Lite would stop buying stuff for it. You&#8217;re wrong! The newer modding tools are designed to be compatible with not only the Nintendo DS (phat) and Nintendo DS Lite, but also the upcoming Nintendo DSi. I used to be big in the modding scene and had a few favorite shops, and one of those favorites closed down <img src='http://blog.samad64.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> . However, I recently revisited the site and it looks like they&#8217;re gearing up for the DSi release and started it back up. Check them out at <a href="http://www.modmydsi.com" target="_blank">http://www.modmydsi.com</a> &#8211; I recently spoke to a customer service representative and things look like they haven&#8217;t changed a bit &#8211; still great customer service and great prices!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.samad64.com/2009/02/19/ds-modding-scene-still-alive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Three Days Left in Windows Mobile 7 Beta!</title>
		<link>http://blog.samad64.com/2009/01/21/three-days-left-in-windows-mobile-7-beta/</link>
		<comments>http://blog.samad64.com/2009/01/21/three-days-left-in-windows-mobile-7-beta/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 16:53:06 +0000</pubDate>
		<dc:creator>Samad</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Beta]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://blog.samad64.com/?p=67</guid>
		<description><![CDATA[For those of you unsatisfied with Windows Vista (which many of us are), Microsoft is developing an answer &#8211; Windows 7. At it&#8217;s initial release, the beta was available to the first 2.5 million people, but that has since changed to allow downloads until January 24th, as shown on the Windows 7 Team Blog. The [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you unsatisfied with Windows Vista (which many of us are), Microsoft is developing an answer &#8211; Windows 7. At it&#8217;s initial release, the beta was available to the first 2.5 million people, but that has since changed to allow downloads until January 24th, as shown on the <a href="http://windowsteamblog.com/blogs/windows7/archive/2009/01/10/here-s-where-we-stand.aspx" target="_blank">Windows 7 Team Blog</a>. The beta expires on August 1st, 2009, on which day users may be forced to downgrade back to Vista SP1 or upgrade to Windows 7 Beta 2, if available.</p>
<p>Personally, I won&#8217;t be downgrading to Vista if there is no other beta out &#8211; I&#8217;ll be downgrading to XP SP3.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.samad64.com/2009/01/21/three-days-left-in-windows-mobile-7-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yahoo Push Sucks Ass.</title>
		<link>http://blog.samad64.com/2008/10/31/yahoo-push-sucks-ass/</link>
		<comments>http://blog.samad64.com/2008/10/31/yahoo-push-sucks-ass/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 17:17:27 +0000</pubDate>
		<dc:creator>Samad</dc:creator>
				<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://blog.samad64.com/?p=56</guid>
		<description><![CDATA[Push E-mail is supposed to be instant &#8211; as soon as I receive an e-mail in my inbox, I should get an alert on my phone. However, Yahoo&#8217;s service sucks ass &#8211; it doesn&#8217;t notify you as soon as you get an e-mail. I have a GMail account being checked every hour, and sometimes I [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Push_e-mail">Push E-mail</a> is supposed to be instant &#8211; as soon as I receive an e-mail in my inbox, I should get an alert on my phone. However, Yahoo&#8217;s service sucks ass &#8211; it doesn&#8217;t notify you as soon as you get an e-mail. I have a GMail account being checked every hour, and sometimes I receive e-mails on that quicker than I do on Yahoo (I forward all my GMail stuff to the Yahoo account just for the push feature, because I was under the impression that I would know instantly when I get an e-mail). I can&#8217;t wait til GMail comes out with Push, if ever.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.samad64.com/2008/10/31/yahoo-push-sucks-ass/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BeejiveIM Settings Missing (iPhone)</title>
		<link>http://blog.samad64.com/2008/10/28/beejiveim-settings-missing-iphone/</link>
		<comments>http://blog.samad64.com/2008/10/28/beejiveim-settings-missing-iphone/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 04:53:29 +0000</pubDate>
		<dc:creator>Samad</dc:creator>
				<category><![CDATA[iPod]]></category>
		<category><![CDATA[BeejiveIM]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://blog.samad64.com/?p=54</guid>
		<description><![CDATA[Recently I installed BeejiveIM from the AppStore on my iPhone. Unfortunately, the settings for the program wouldn&#8217;t show up in Settings.app. After uninstalling and reinstalling it on the phone a few times, the problem was still there. Simply delete the application, hook up the iPhone to iTunes, and sync the application from your computer &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I installed BeejiveIM from the AppStore on my iPhone. Unfortunately, the settings for the program wouldn&#8217;t show up in Settings.app. After uninstalling and reinstalling it on the phone a few times, the problem was still there. Simply delete the application, hook up the iPhone to iTunes, and sync the application from your computer &#8211; it will fix everything <img src='http://blog.samad64.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.samad64.com/2008/10/28/beejiveim-settings-missing-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPod Touch Home Button Issue</title>
		<link>http://blog.samad64.com/2008/09/05/ipod-touch-home-button-issue/</link>
		<comments>http://blog.samad64.com/2008/09/05/ipod-touch-home-button-issue/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 14:58:24 +0000</pubDate>
		<dc:creator>Samad</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iTouch]]></category>

		<guid isPermaLink="false">http://blog.samad64.com/?p=51</guid>
		<description><![CDATA[A few months ago I purchased an iPod touch from a local retailer. The three month exchange period from the retailer expired last month, and right around that time I started having an issue with the home button on my iTouch. The best way I can describe this is that the button seems to be [...]]]></description>
			<content:encoded><![CDATA[<p>A few months ago I purchased an iPod touch from a local retailer. The three month exchange period from the retailer expired last month, and right around that time I started having an issue with the home button on my iTouch. The best way I can describe this is that the button seems to be recessed into the device itself. When I click the home button on the iPod, it will read it like a single click sometimes, but like a double click more often (bringing up the music menu if I&#8217;m not already in the music application). The intended behavior of this button is a single click will lead you to the home screen, and a double click will bring you to the menu.</p>
<p>I called up Apple tech support and they shipped me out a box to send my iPod back in, and once they received it they claimed it had no problems. WTF? I press the button once and it brings up the music menu!! I tried restoring the device before calling tech support along with taking off the screen protector (in case the button got stuck on it) and neither of those worked. Now I&#8217;ve got an iPod on the way that has a faulty home button that Apple claims works properly. Great! Anyone else have this type of issue? I expected Apple to be better about this stuff.. I guess I was wrong.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.samad64.com/2008/09/05/ipod-touch-home-button-issue/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

