<?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>Namazu Studios</title>
	<atom:link href="http://www.namazustudios.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.namazustudios.com</link>
	<description>Earth-shaking mobile games.</description>
	<lastBuildDate>Wed, 28 Jul 2010 00:21:16 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Custom Alert View for iOS4</title>
		<link>http://www.namazustudios.com/blog/customalertview/</link>
		<comments>http://www.namazustudios.com/blog/customalertview/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 19:02:49 +0000</pubDate>
		<dc:creator>keith</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[The Blog]]></category>
		<category><![CDATA[AlertView]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[obj-c]]></category>
		<category><![CDATA[Objective C]]></category>
		<category><![CDATA[TextField]]></category>

		<guid isPermaLink="false">http://www.namazustudios.com/?p=232</guid>
		<description><![CDATA[A customizable alert view for iOS4.  Near API match for minimal code refactoring.  Comes with custom delegate as well.]]></description>
			<content:encoded><![CDATA[<p>Hi everyone!</p>
<div id="attachment_245" class="wp-caption alignright" style="width: 170px"><a href="http://www.namazustudios.com/wp-content/uploads/2010/07/Screen-shot-2010-07-27-at-12.30.54-PM.png" rel="shadowbox[post-232];player=img;"><img class="size-full wp-image-245     " style="margin-left: 15px;" title="Screen shot 2010-07-27 at 12.30.54 PM" src="http://www.namazustudios.com/wp-content/uploads/2010/07/Screen-shot-2010-07-27-at-12.30.54-PM.png" alt="CustomAlertViewSampleProject Screen Shot" width="160" height="240" /></a><p class="wp-caption-text">CustomAlertView Screen Shot</p></div>
<p>With some of the changes in iOS4, it has become more difficult to create UIAlertViews with UITextFields as subviews and have it look right.  So I went ahead and made a fully customizable alert view replica called CustomAlertView (clever huh?).</p>
<p>One thing I didn&#8217;t want to do was re-factor a bunch of my code, so I recreated most of the methods in UIAlertView based on the description of their functionality in the API.  Some of the names are slightly different, particularly in the CustomAlertViewDelegate.  I have attached a sample project that should show how to use it, but I&#8217;ll also paste it below.</p>
<p>Two things to note in the project are that I connected the UITextFields in Interface Builder and that I set the main view to be the RootViewController of the main window.  The code relies on being able to access the root view controller, you you need to make sure it is set.  Here&#8217;s how I did it in CustomAlertViewSampleAppDelegate.m:</p>
<hr />
<p style="padding-left: 30px;">- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {</p>
<p style="padding-left: 30px;">// Override point for customization after application launch.</p>
<p style="padding-left: 30px;">// Add the view controller&#8217;s view to the window and display.<br />
 [window setRootViewController:viewController];<br />
 [window makeKeyAndVisible];<br />
 return YES;<br />
 }</p>
<hr />
<p>Also, be sure to get the images from the sample project as well if you want to use this as is.</p>
<p>I hope you find this useful!  Please let me know if you find any bugs or ways to clean this up!  Also, I didn&#8217;t include the animation to move the CustomAlertView up to make space for the keyboard, but I can if people want <img src='http://www.namazustudios.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Download: <a title="CustomAlertViewSampleProject" href="http://www.namazustudios.com/files/CustomAlertViewSample.zip">http://www.namazustudios.com/files/CustomAlertViewSample.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.namazustudios.com/blog/customalertview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>checkpasswd-imap &#8211; A mod_authnz_external style password checker.</title>
		<link>http://www.namazustudios.com/blog/checkpasswd-imap-a-mod_authnz_external-style-password-checker/</link>
		<comments>http://www.namazustudios.com/blog/checkpasswd-imap-a-mod_authnz_external-style-password-checker/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 22:44:35 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[The Blog]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.namazustudios.com/?p=205</guid>
		<description><![CDATA[Here's a free (as in speech and beer) resource for other developers trying to set up secure IMAP authentication with Apache mod_authnz_external.]]></description>
			<content:encoded><![CDATA[<p>For those of you who out there who have ever set up Trac in the past, you probably know that the out-of-the-box installation requires that you use some sort of external authentication mechanism to validate users who have access to Trac.  You&#8217;ll also know that if you use Google Accounts that and mod_auth_openid, it&#8217;s really difficult to authenticate users without adding a little bit of custom code to either Trac, mod_auth_openid, or both.  (Or if you don&#8217;t, I haven&#8217;t figured out a way to do it).   In the end I just ended up sidestepping the whole process and resorted to using mod_auth_imap against Google&#8217;s IMAP server.  Unfortunately, that lead to a second problem&#8230;.it appears that mod_auth_imap validates users credentials against the server for each HTTP request resulting in lots and lots of unnecessary traffic, painfully slow HTTP requests and if the IMAP server happens to have rate-limiting  it&#8217;s an easy way to quickly lock out all your accounts.  So for anybody who is faced with a similar problem, I hacked this little checkpasswd style external authentication program.  Here&#8217;s a quick rundown of the features:</p>
<ul>
<li>Configurable for multiple IMAP servers with filtering of users by regular expressions</li>
<li>Compatible with <a href="http://code.google.com/p/mod-auth-external/">mod_authnz_external</a></li>
<li>Login credentials are cached with unrecoverable encryption and then stored to disk.  Optionally this can be configured to be put in a RAM drive and cleaned regularly with a cron job.</li>
<li>Portable, written in Python.  Tested on Gentoo Linux only with Python 2.6.</li>
<li>Can be used in conjunction with mod_dav_svn</li>
</ul>
<p>If anybody has any questions or comments feel free to email me.  If you find bugs or issues, please wear the white hat and let me know so I can fix them immediately.  The code is released under GPL v3.</p>
<p><a href="http://www.namazustudios.com/files/checkpasswd-imap.tar.bz2">Download it Here</a></p>
<p>All the instructions are included in the archive.</p>
<hr style="width: 80%;" />
<p>Patrick &#8220;Invictvs&#8221; Twohig &lt;invictvs@namazustudios.com&gt; (A.K.A. &#8220;The Server Guy&#8221;)</p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.namazustudios.com/blog/checkpasswd-imap-a-mod_authnz_external-style-password-checker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iDuel Online 1.1 Update is Live!</title>
		<link>http://www.namazustudios.com/blog/iduel-online-1-1-update-is-live/</link>
		<comments>http://www.namazustudios.com/blog/iduel-online-1-1-update-is-live/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 22:33:42 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[The Blog]]></category>
		<category><![CDATA[iDuel Online]]></category>
		<category><![CDATA[updates]]></category>

		<guid isPermaLink="false">http://www.namazustudios.com/?p=180</guid>
		<description><![CDATA[We've made several additions and changes to the game and the server to improve performance and game play! Be sure to update so you can continue playing!]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been reading the TouchArcade forums as well as user reviews and feedback from the App Store reviews and have made several changes to the game and the server to improve performance and game play! Be sure to update so you can keep playing!</p>
<p>Features added to the new release:</p>
<ul>
<li>Added &#8220;Sleepwalker&#8221; mode.  When a player has disconnected or logged off, opponents may challenge them and the server will play in their place.  If the server population is low there is always somebody to fight, even if that person is just a bot.  Winning a &#8220;Sleepwalker&#8221; match reduces your match point earnings, however, so it&#8217;s always best to fight live players when possible!</li>
<li>Added auto-refresh to the lobby.  This will keep you up to date with the players entering and leaving the lobby in real time.</li>
<li>If a player disconnects during game play (<em>ie</em> you see them &#8220;Do Nothing&#8221;), the player will automatically forfeit on the next turn if he/she does not take action.  The winner is awarded full match points and credits if an opponent disconnects.  The loser will receive zero credits and zero match points.</li>
</ul>
<p>Major Bug fixes/Improvements:</p>
<ul>
<li>If you have multiple challenges pending, the server will automatically decline all other challenges when you enter a game.  This prevents many situations where you issue a challenge and wait forever for somebody to accept or decline and never get a response.</li>
<li>Made the lobby more efficient.  We greatly reduce the rate at which games fail to connect.</li>
<li>Found and fixed a number of crash problems.</li>
<li>Fixed the major issue where the duel screen simply waits forever on the opponent.</li>
<li>iDuel Online now requires iPhone OS 3.0 or greater.</li>
</ul>
<p>On the table for the future:</p>
<ul>
<li>Performance enhancements in the Gear Shop.</li>
<li>Performance enhancements in game.</li>
<li>AI Learning for sleepwalkers.  Your sleepwalker will fight matches based on how normally fight.</li>
<li>Other great stuff!</li>
</ul>
<p>I would also like to thank the players who have provided the constructive criticism regarding these issues and have waited patiently while we fix them.  For any questions or comments, please feel free to follow up on this post or contact me directly via email.</p>
<hr style="width: 80%;" />
<p>Patrick &#8220;Invictvs&#8221; Twohig &lt;invictvs@namazustudios.com&gt; (A.K.A. &#8220;The Server Guy&#8221;)</p>
<p><br class="spacer_" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.namazustudios.com/blog/iduel-online-1-1-update-is-live/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iDuel Online 1.1 Update Submitted!</title>
		<link>http://www.namazustudios.com/blog/iduel-online-1-1-update-submitted/</link>
		<comments>http://www.namazustudios.com/blog/iduel-online-1-1-update-submitted/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 22:15:51 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[The Blog]]></category>
		<category><![CDATA[iDuel Online]]></category>

		<guid isPermaLink="false">http://www.namazustudios.com/?p=198</guid>
		<description><![CDATA[iDuel Online 1.1 update is now awaiting approval!]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve submitted our first update to Apple for review for iDuel Online and are now waiting for approval. Thanks to player feedback on forums and App Store reviews we&#8217;ve added new features and fixed several issues. We&#8217;ll post detailed notes on the changes when the update goes live!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.namazustudios.com/blog/iduel-online-1-1-update-submitted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First iDuel Online Update is Coming Soon!</title>
		<link>http://www.namazustudios.com/blog/first-iduel-online-update-is-coming-soon/</link>
		<comments>http://www.namazustudios.com/blog/first-iduel-online-update-is-coming-soon/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 18:08:15 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[The Blog]]></category>
		<category><![CDATA[iDuel Online]]></category>

		<guid isPermaLink="false">http://www.namazustudios.com/?p=177</guid>
		<description><![CDATA[We're now working on some updates to both the game and the server. We will improve performance in matchmaking and battle to take care of the issues many players have experienced.]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re now working on some updates to both the game and the server. We  will improve performance in matchmaking and battle to take care of the  issues many players have experienced.</p>
<p> We&#8217;ll also be adding a &#8220;Sleepwalker&#8221; bot mode.  This will allow players  to choose to duel a bot version of a character if they can&#8217;t  successfully challenge another live player to a match or if other  players are unavailable.</p>
<p> I&#8217;ll post updates here (as well as on <a href="http://www.twitter.com/namazustudios/" target="_blank">Twitter</a>, <a href="http://www.facebook.com/pages/San-Diego-CA/Namazu-Studios-LLC/88002951448" target="_blank">Facebook</a>, and our thread on the <a href="http://forums.toucharcade.com/showthread.php?threadid=49519" target="_blank">TouchArcade Forums</a>) as the  changes go live.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.namazustudios.com/blog/first-iduel-online-update-is-coming-soon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iDuel Online at PAX East!</title>
		<link>http://www.namazustudios.com/blog/iduel-online-at-pax-east/</link>
		<comments>http://www.namazustudios.com/blog/iduel-online-at-pax-east/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 01:23:19 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[The Blog]]></category>
		<category><![CDATA[iDuel Online]]></category>
		<category><![CDATA[PAXE]]></category>

		<guid isPermaLink="false">http://www.namazustudios.com/?p=173</guid>
		<description><![CDATA[Three of us will be going to PAX East in Boston to promote iDuel Online!]]></description>
			<content:encoded><![CDATA[<p>Three of us will be going to <a href="http://www.paxsite.com/paxeast/index.php" target="_blank">PAX East</a> in Boston to promote iDuel Online! We printed an ad in the convention program for the game. We don&#8217;t have a booth, but we&#8217;ll be wandering around the convention wearing t-shirts featuring the iDuel Online logo. If you spot us be sure to say hi! If you give us your e-mail, we&#8217;ll hook you up with some credits or other in-game goodies!</p>
<p><img class="alignnone size-full wp-image-174" title="iDuel Online PAXE Ad" src="http://www.namazustudios.com/wp-content/uploads/2010/03/iduel_online_paxe.jpg" alt="iDuel Online PAXE Ad" width="589" height="457" /></p>
<p>iDuel Online is <a href="http://itunes.apple.com/us/app/iduel-online/id360729665?mt=8" target="_blank">now available on the App Store</a>! Be sure to get it for your iPhone or iPod Touch!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.namazustudios.com/blog/iduel-online-at-pax-east/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iDuel Online Submitted!</title>
		<link>http://www.namazustudios.com/blog/iduel-online-submitted/</link>
		<comments>http://www.namazustudios.com/blog/iduel-online-submitted/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 01:38:22 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[The Blog]]></category>
		<category><![CDATA[iDuel Online]]></category>

		<guid isPermaLink="false">http://www.namazustudios.com/?p=156</guid>
		<description><![CDATA[We&#8217;ve submitted iDuel Online to Apple for approval for the App Store!  Look for it soon!
]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve submitted <a href="http://www.namazustudios.com/games/iduel-online/">iDuel Online</a> to Apple for approval for the App Store!  Look for it soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.namazustudios.com/blog/iduel-online-submitted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iDuel Online</title>
		<link>http://www.namazustudios.com/games/iduel-online/</link>
		<comments>http://www.namazustudios.com/games/iduel-online/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 06:05:15 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Our Games]]></category>
		<category><![CDATA[iDuel Online]]></category>

		<guid isPermaLink="false">http://www.namazustudios.com/?p=136</guid>
		<description><![CDATA[

Read the latest iDuel Online news on our blog, Facebook page, or Twitter!
The iDuel Online 1.1 Update is live. Check here for details.
Create a unique character and duel other players LIVE in this FREE massively multiplayer online game on your iPhone and iPod Touch!  Fight your way up the leaderboards and deck out your character [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-160 alignnone" title="iDuel Online Avatars" src="http://www.namazustudios.com/wp-content/uploads/2010/01/avatars1.png" alt="iDuel Online Avatars" width="590" height="97" /></p>
<p><a href="http://itunes.apple.com/us/app/iduel-online/id360729665?mt=8" target="_blank"><img class="size-full wp-image-167 alignleft" style="margin: 0px 10px 10px 0px;" title="appstorebadge" src="http://www.namazustudios.com/wp-content/uploads/2010/01/appstorebadge.jpg" alt="appstorebadge" width="143" height="50" /></a><a href="http://www.namazustudios.com/wp-content/uploads/2010/01/iphone_mockup.jpg" rel="shadowbox[post-136];player=img;"><img class="size-medium wp-image-148 alignright" style="margin-left: 10px; margin-right: 0px;" title="iDuel Online Title Screen on the iPhone" src="http://www.namazustudios.com/wp-content/uploads/2010/01/iphone_mockup-294x590.jpg" alt="iDuel Online Title Screen on the iPhone" width="235" height="472" /></a></p>
<p>Read the latest iDuel Online news on our <a href="http://www.namazustudios.com/category/blog/">blog</a>, <a href="http://www.facebook.com/pages/San-Diego-CA/Namazu-Studios-LLC/88002951448" target="_blank">Facebook page</a>, or <a href="http://twitter.com/namazustudios" target="_blank">Twitter</a>!</p>
<p>The iDuel Online 1.1 Update is live. <a href="http://www.namazustudios.com/blog/iduel-online-1-1-update-is-live/">Check here for details.</a></p>
<p>Create a unique character and duel other players LIVE in this FREE massively multiplayer online game on your iPhone and iPod Touch!  Fight your way up the leaderboards and deck out your character in totally sweet gear!</p>
<p>Features:</p>
<ul>
<li>Duel other players LIVE in strategic RPG-style battles!</li>
<li>No limits on how many times a day or how often you can fight!</li>
<li>Create a custom character when you start!</li>
<li>Earn credits in battle to buy awesome gear for your character!</li>
<li>Hundreds of unique equipment items to choose from, with more to come!</li>
<li>Gear changes the way your character looks, boosts stats, and contains powerful special abilities!</li>
<li>Four character classes with unique abilities and bonuses, with more coming soon!</li>
<li>Post your victories to Twitter!</li>
<li>Weekly and Overall Leaderboards offer two ranking ladders to climb!</li>
</ul>
<p><span id=":v3" dir="ltr">iDuel Online requires iPhone OS 3.0 or greater and a WiFi, 3G or Edge Network connection.</span></p>
<p>Grab your dueling glove and get ready to slap your rivals!</p>
<table style="width: 336px; height: 260px;" border="0">
<tbody>
<tr>
<td><a href="http://www.namazustudios.com/wp-content/uploads/2010/01/battle.png" rel="shadowbox[post-136];player=img;"><img class="alignnone wp-image-149" title="iDuel Online Duel Screen" src="http://www.namazustudios.com/wp-content/uploads/2010/01/battle.png" alt="iDuel Online Duel Screen" width="160" height="230" /></a></td>
<td><a href="http://www.namazustudios.com/wp-content/uploads/2010/01/battle_animation.png" rel="shadowbox[post-136];player=img;"><img class="alignnone wp-image-150" title="iDuel Online Duel Screen Animation" src="http://www.namazustudios.com/wp-content/uploads/2010/01/battle_animation.png" alt="iDuel Online Duel Screen Animation" width="160" height="230" /></a></td>
<td><a href="http://www.namazustudios.com/wp-content/uploads/2010/01/equipscreen-noad.png" rel="shadowbox[post-136];player=img;"><img class="alignnone size-full wp-image-151" title="iDuel Online Equip Screen" src="http://www.namazustudios.com/wp-content/uploads/2010/01/equipscreen-noad.png" alt="iDuel Online Equip Screen" width="160" height="230" /></a></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<p>See our trailer!</p>
<p>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/PRvwRzjm2_Y&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/PRvwRzjm2_Y&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object>
</p>
<p>Follow us on Twitter for updates:<br />
 <a href="http://www.twitter.com/namazustudios/" target="_blank">http://www.twitter.com/namazustudios/</a></p>
<p>E-mail us for support:<br />
 <a href="mailto:support@namazustudios.com">support@namazustudios.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.namazustudios.com/games/iduel-online/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>iDuel Online is on the way</title>
		<link>http://www.namazustudios.com/blog/iduel-online-is-on-the-way/</link>
		<comments>http://www.namazustudios.com/blog/iduel-online-is-on-the-way/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 05:55:33 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[The Blog]]></category>

		<guid isPermaLink="false">http://www.namazustudios.com/?p=128</guid>
		<description><![CDATA[Check out our awesome logo for iDuel Online!]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s the logo for our upcoming game, iDuel Online, for the iPhone and iPod Touch:</p>
<p><a href="http://www.namazustudios.com/wp-content/uploads/2010/01/iduel_title.jpg" rel="shadowbox[post-128];player=img;"><img class="alignnone size-medium wp-image-130" title="iDuel Online logo" src="http://www.namazustudios.com/wp-content/uploads/2010/01/iduel_title-590x201.jpg" alt="iDuel Online logo" width="590" height="201" /></a></p>
<p>iDuel Online is a multiplayer online RPG where players strategically duel other players. We&#8217;ll be showing off some more art soon with additional info. We&#8217;ll also be adding to the game&#8217;s page on the site as we reveal more.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.namazustudios.com/blog/iduel-online-is-on-the-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upcoming iPhone Game</title>
		<link>http://www.namazustudios.com/blog/upcoming-iphone-game/</link>
		<comments>http://www.namazustudios.com/blog/upcoming-iphone-game/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 01:38:10 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[The Blog]]></category>

		<guid isPermaLink="false">http://www.namazustudios.com/?p=112</guid>
		<description><![CDATA[We've been hard at work on our next project, our first game for the iPhone and iPod Touch!]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.namazustudios.com/wp-content/uploads/2009/12/coming_soon_iphone.jpg" rel="shadowbox[post-112];player=img;"><img class="size-medium wp-image-119 alignnone" title="Coming Soon - Our First iPhone Game" src="http://www.namazustudios.com/wp-content/uploads/2009/12/coming_soon_iphone-590x263.jpg" alt="Coming Soon - Our First iPhone Game" width="590" height="263" /></a></p>
<p>We&#8217;ve been hard at work on our next project, our first game for the iPhone and iPod Touch!  I can&#8217;t say much now, but it&#8217;s in a totally different direction for us and we&#8217;re very excited about the project.</p>
<p>We can&#8217;t give too much more away at this time but it&#8217;s going to be big so keep your eyes open for more info in the very near future!</p>
<div><span style="font-size: x-small;">Curtain image credit: </span><span style="font-size: xx-small;"><a rel="cc:attributionURL" href="http://www.flickr.com/photos/giovannigaryurgelles/">giovannigaryurgelles of Flickr.com</a> / <a rel="license" href="http://creativecommons.org/licenses/by/2.0/">CC BY 2.0</a></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.namazustudios.com/blog/upcoming-iphone-game/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
