<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Disqus - Latest Comments for jamesu</title><link xmlns="http://www.w3.org/2005/Atom" rel="http://api.friendfeed.com/2008/03#sup" href="http://disqus.com/sup/all.sup#usercomments-febb4c07" type="application/json"/><link>http://disqus.com/people/jamesu/</link><description></description><language>en</language><lastBuildDate>Fri, 06 Nov 2009 17:37:27 -0000</lastBuildDate><item><title>Re: http://limpet.net/mbrubeck/2009/11/06/android-v8.html</title><link>http://limpet.net/mbrubeck/2009/11/06/android-v8.html#comment-22066186</link><description>CSS Transitions on Android are slow? Yikes! Guess that's my CSS Transition-based Game out of the picture then :(</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jamesu</dc:creator><pubDate>Fri, 06 Nov 2009 17:37:27 -0000</pubDate></item><item><title>Re: Flash on iPhone: My Experience</title><link>http://coderhump.com/archives/517#comment-20156306</link><description>Great write-up. It's nice to see flash finally appearing on the iPhone, albeit in app-form rather than in a fancy plugin. :)&lt;br&gt;&lt;br&gt;A pity i haven't really taken flash seriously as a game development platform before this.&lt;br&gt;&lt;br&gt;Performance-wise, getting into the "this is an embedded device with slow hardware" mindset does take a bit of getting used to. Nowadays i just refer to my little list of things which i know is slow. e.g. uncompressed texture uploads, disk i/o, various system api's, etc.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jamesu</dc:creator><pubDate>Thu, 15 Oct 2009 18:15:07 -0000</pubDate></item><item><title>Re: A Browser within a browser: htmlcanvas</title><link>http://www.cuppadev.co.uk/projects/a-browser-within-a-browser-htmlcanvas/#comment-19927234</link><description>Possible in the far future, sure - but seems a bit of overkill for a potentially annoying effect. ;)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jamesu</dc:creator><pubDate>Mon, 12 Oct 2009 17:29:46 -0000</pubDate></item><item><title>Re: RailsCollab isn&amp;#8217;t Dead</title><link>http://www.cuppadev.co.uk/webdev/railscollab-isnt-dead/#comment-17297435</link><description>No mailing list at the moment. Not been much demand for one - closest thing currently is the issue tracker on github.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jamesu</dc:creator><pubDate>Thu, 24 Sep 2009 12:06:35 -0000</pubDate></item><item><title>Re: An Analogue Clock using Safari Transforms</title><link>http://www.cuppadev.co.uk/oldbrew/an-analogue-clock-using-safari-transforms/#comment-16993650</link><description>Yikes! Thanks for pointing that out. Seems i misconfigured the server - should work fine now. :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jamesu</dc:creator><pubDate>Sun, 20 Sep 2009 15:44:22 -0000</pubDate></item><item><title>Re: Cuppadev &amp;raquo; Flash Plays SCUMM (sort of)</title><link>http://www.cuppadev.co.uk/oldbrew/flash-plays-scumm-sort-of/#comment-16031721</link><description>Hi there. The code for hiscumm is not located at &lt;a href="http://github.com/jamesu/closet/tree/master/hiscumm" rel="nofollow"&gt;http://github.com/jamesu/closet/tree/master/his...&lt;/a&gt; :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jamesu</dc:creator><pubDate>Sat, 05 Sep 2009 16:57:21 -0000</pubDate></item><item><title>Re: Making a Real Calendar in Rails</title><link>http://www.cuppadev.co.uk/webdev/making-a-real-calendar-in-rails/#comment-13377759</link><description>Regarding the plugin, as with my original code you can customise the event view by passing a block to the calendar helper (along with the configuration options). i.e.:&lt;br&gt;&lt;br&gt;calendar event_calendar_options do |event|&lt;br&gt;  "&lt;a href='/events/#{event.id}' title=\"#{h(event.name)}\" rel="nofollow"&gt;&amp;lt;div&amp;gt;#{h(event.name)}&amp;lt;/div&amp;gt;&lt;/a&gt;"&lt;br&gt;end</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jamesu</dc:creator><pubDate>Mon, 27 Jul 2009 04:15:01 -0000</pubDate></item><item><title>Re: Making a Real Calendar in Rails</title><link>http://www.cuppadev.co.uk/webdev/making-a-real-calendar-in-rails/#comment-13258710</link><description>Neat. Linked to from the post! :D</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jamesu</dc:creator><pubDate>Fri, 24 Jul 2009 04:45:50 -0000</pubDate></item><item><title>Re: Making a Real Calendar in Rails</title><link>http://www.cuppadev.co.uk/webdev/making-a-real-calendar-in-rails/#comment-13218427</link><description>Kevin,&lt;br&gt;&lt;br&gt;Good point. I don't have the schema off hand, but it went something like...&lt;br&gt;&lt;br&gt;Events:&lt;br&gt;  id(int), calendar_id(int), name(string), created_by_id(int), updated_by_id(int), start_date(datetime), end_date(datetime), repeat_id(int)&lt;br&gt;Calendar&lt;br&gt;  id(int), name(string), created_by_id(int), updated_by_id(int)&lt;br&gt;&lt;br&gt;The key bits being the Calendar and the calendar_id, start_date, end_date, and name on the Event.&lt;br&gt;&lt;br&gt;Obviously modify to suit your needs :)&lt;br&gt;&lt;br&gt;Hope that helps! :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jamesu</dc:creator><pubDate>Thu, 23 Jul 2009 12:35:02 -0000</pubDate></item><item><title>Re: Cloning Backpack</title><link>http://www.cuppadev.co.uk/uncategorized/cloning-backpack/#comment-12677967</link><description>Nice to hear! As for help, well basically just use it and give feedback is all that i ask.&lt;br&gt;&lt;br&gt;If you are technically inclined, you might want to also fork it and implement some cool new feature or bugfix. There is actually quite a lively level of forking activity on the RailsCollab project (looking at the github page).&lt;br&gt;&lt;br&gt;Same goes to Rucksack as well, btw :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jamesu</dc:creator><pubDate>Wed, 15 Jul 2009 02:36:35 -0000</pubDate></item><item><title>Re: iPhone Magic</title><link>http://www.cuppadev.co.uk/oldbrew/iphone-magic/#comment-8921566</link><description>The page *is* the source. :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jamesu</dc:creator><pubDate>Sat, 02 May 2009 03:07:30 -0000</pubDate></item><item><title>Re: Playing Animated GIFs on the iPhone</title><link>http://www.cuppadev.co.uk/iphone/playing-animated-gifs-on-the-iphone/#comment-8120084</link><description>Hey there,&lt;br&gt;&lt;br&gt;Yes i tried UIWebView, but unfortunately it's extremely temperamental about what gifs it will animate. Apart from stuff which is *really* small, you have no chance.&lt;br&gt;&lt;br&gt;Not to mention, it is a fair bit of overhead if all you want to do is animate a single gif. :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jamesu</dc:creator><pubDate>Mon, 13 Apr 2009 14:03:12 -0000</pubDate></item><item><title>Re: Playing Animated GIFs on the iPhone</title><link>http://www.cuppadev.co.uk/iphone/playing-animated-gifs-on-the-iphone/#comment-8076590</link><description>Sent an email. Good luck :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jamesu</dc:creator><pubDate>Sat, 11 Apr 2009 07:29:57 -0000</pubDate></item><item><title>Re: SCUMM in JavaScript</title><link>http://www.cuppadev.co.uk/oldbrew/scumm-in-javascript/#comment-7527512</link><description>Hi there,&lt;br&gt;&lt;br&gt;I moved it into the closet as i more or less stopped working on it. The reason being, it really liked to break for no apparent reason in a lot of browsers (e.g. FF3). Also, the novelty wore off. Still, could be useful if you want to implement a script interpreter for green threading. :)&lt;br&gt;&lt;br&gt;See:&lt;br&gt;&lt;br&gt;&lt;a href="http://github.com/jamesu/closet/tree/master/hiscumm" rel="nofollow"&gt;http://github.com/jamesu/closet/tree/master/his...&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jamesu</dc:creator><pubDate>Thu, 26 Mar 2009 11:43:51 -0000</pubDate></item><item><title>Re: Another way of using iPhone Web Apps Offline</title><link>http://www.cuppadev.co.uk/webhacks/another-way-of-using-iphone-web-apps-offline/#comment-7173984</link><description>The only other way is to use the "data:/" URL hack (coupled with the database api), which i discussed in the iphone database article.&lt;br&gt;&lt;br&gt;Or of course, make a real app. If you really want to write it as a web page, you can use something like PhoneGap.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jamesu</dc:creator><pubDate>Fri, 13 Mar 2009 14:02:39 -0000</pubDate></item><item><title>Re: Making a Real Calendar in Rails</title><link>http://www.cuppadev.co.uk/webdev/making-a-real-calendar-in-rails/#comment-6897671</link><description>Apologies. I have posted a GIST which contains all the code i used in an example app, if that helps with your implementation..&lt;br&gt;&lt;br&gt;&lt;a href="http://gist.github.com/74325" rel="nofollow"&gt;http://gist.github.com/74325&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jamesu</dc:creator><pubDate>Thu, 05 Mar 2009 07:00:53 -0000</pubDate></item><item><title>Re: Making a Real Calendar in Rails</title><link>http://www.cuppadev.co.uk/webdev/making-a-real-calendar-in-rails/#comment-6212551</link><description>For this particular implementation, i started off with &lt;a href="http://github.com/febuiles/cute_calendar/tree/master" rel="nofollow"&gt;http://github.com/febuiles/cute_calendar/tree/m...&lt;/a&gt;. Then ended up merging most of it to my application helpers.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jamesu</dc:creator><pubDate>Thu, 12 Feb 2009 14:01:42 -0000</pubDate></item><item><title>Re: Tweaking your game with Google Spreadsheets</title><link>http://coderhump.com/archives/385#comment-5743589</link><description>I like the spreadsheet approach, especially after seeing it used quite sensibly in Startopia. Taking it to the next level with Google Spreadsheets is nothing short of amazing!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jamesu</dc:creator><pubDate>Sun, 01 Feb 2009 05:21:54 -0000</pubDate></item><item><title>Re: Making a Real Calendar in Rails</title><link>http://www.cuppadev.co.uk/webdev/making-a-real-calendar-in-rails/#comment-5648919</link><description>For exporting to iCal, i suggest using the iCalendar gem - &lt;a href="http://icalendar.rubyforge.org/" rel="nofollow"&gt;http://icalendar.rubyforge.org/&lt;/a&gt; - which is pretty simple and straight forward to use (using an ics mime handler), especially if you use an event schema as suggested by the gist.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jamesu</dc:creator><pubDate>Thu, 29 Jan 2009 10:39:50 -0000</pubDate></item><item><title>Re: Hard To Believe: Three Years Of Blogging</title><link>http://makeitbigingames.com/2009/01/hard-to-believe-three-years-of-blogging/#comment-5123042</link><description>Wow, it seems like only yesterday when i saw this blog and its oddly placed bold text and thought "Wow, Jeff started a new blog. Great! But wait, what is with this bold text? It must be some form of code!".&lt;br&gt;&lt;br&gt;Sadly i never did crack the code. :)&lt;br&gt;&lt;br&gt;So here's to another 3 years of blogging.  Have fun.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jamesu</dc:creator><pubDate>Wed, 14 Jan 2009 19:04:38 -0000</pubDate></item><item><title>Re: C to ActionScript via Adobe Alchemy</title><link>http://www.cuppadev.co.uk/platforms/c-to-actionscript-via-adobe-alchemy/#comment-4957969</link><description>Will try that as soon as i get Alchemy on my system again. Got a bit annoyed with it after finished this, but i may warrant another look considering the debugger and c++ compilation.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jamesu</dc:creator><pubDate>Wed, 07 Jan 2009 05:26:31 -0000</pubDate></item><item><title>Re: C to ActionScript via Adobe Alchemy</title><link>http://www.cuppadev.co.uk/platforms/c-to-actionscript-via-adobe-alchemy/#comment-4957953</link><description>Thanks Ben. It is indeed cool, until of course after 5 minutes when you realize that there is little practical use for it, besides using it to run new games made with scummc (which is an even bigger pain). :)&lt;br&gt;&lt;br&gt;btw, in case you missed it the modified code is at &lt;a href="http://www.cuppadev.co.uk/hiscumm/scummc/trunk/" rel="nofollow"&gt;http://www.cuppadev.co.uk/hiscumm/scummc/trunk/&lt;/a&gt; (most of the meat being in scvm.c)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jamesu</dc:creator><pubDate>Wed, 07 Jan 2009 05:23:50 -0000</pubDate></item><item><title>Re: Running your own iPhone applications without paying the developer fee</title><link>http://www.cuppadev.co.uk/platforms/running-your-own-iphone-applications-without-paying-the-developer-fee/#comment-4774229</link><description>Not tried with 2.2, considering i coughed up and paid $99 for a real development sdk.&lt;br&gt;&lt;br&gt;Still, i don't see the harm in patching. If it doesn't work you can just restore...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jamesu</dc:creator><pubDate>Tue, 30 Dec 2008 09:57:53 -0000</pubDate></item><item><title>Re: An Analogue Clock using Safari Transforms</title><link>http://www.cuppadev.co.uk/oldbrew/an-analogue-clock-using-safari-transforms/#comment-4163893</link><description>No, however it might be possible to use IE's transforms to achieve the same effect. As for Firefox, i'm still waiting for the support.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jamesu</dc:creator><pubDate>Thu, 04 Dec 2008 06:51:11 -0000</pubDate></item><item><title>Re: http://makeitbigingames.com/2008/11/push-button-labs-initial-site-goes-live/</title><link>http://makeitbigingames.com/2008/11/push-button-labs-initial-site-goes-live/#comment-3556541</link><description>Great work Jeff! I thought you did a great job with GarageGames, and hope your success follows its way through into your new venture. :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jamesu</dc:creator><pubDate>Wed, 05 Nov 2008 14:26:11 -0000</pubDate></item></channel></rss>