<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for bemoko&#039;s blog on mobile</title>
	<atom:link href="http://blog.bemoko.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bemoko.com</link>
	<description>mobile made simple</description>
	<lastBuildDate>Fri, 20 Jan 2012 16:37:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Taking Responsive Web Design Further by Web Design Aberdeen</title>
		<link>http://blog.bemoko.com/2012/01/19/taking-responsive-web-design-further/comment-page-1/#comment-46643</link>
		<dc:creator>Web Design Aberdeen</dc:creator>
		<pubDate>Fri, 20 Jan 2012 16:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bemoko.com/?p=1229#comment-46643</guid>
		<description>Thorough article. What we have been doing is testing using modernizr and loading scripts and css based on that using if IE and some other stuff. Whilst could be much improved it can work well.</description>
		<content:encoded><![CDATA[<p>Thorough article. What we have been doing is testing using modernizr and loading scripts and css based on that using if IE and some other stuff. Whilst could be much improved it can work well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bugzilla Reports for MediaWiki by Arturas</title>
		<link>http://blog.bemoko.com/2008/06/28/bugzilla-reports-for-mediawiki/comment-page-3/#comment-46515</link>
		<dc:creator>Arturas</dc:creator>
		<pubDate>Fri, 28 Oct 2011 06:22:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bemoko.com/?p=45#comment-46515</guid>
		<description>Hello,
I have one problem and don&#039;t know how to fix it. I can&#039;t start using bugzilla reports on my mediawiki. My bugzilla version is 3.4.4 on virtual server, mediawiki is on another virtual server. I get this message:
BugzillaReports : Can&#039;t get database connection (user@192.168.0.235) :
Warnings were generated during the execution of function

    Setting parameter bzalternateconfig is not supported
    Getting parameter bzalternateconfig is not supported</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I have one problem and don&#8217;t know how to fix it. I can&#8217;t start using bugzilla reports on my mediawiki. My bugzilla version is 3.4.4 on virtual server, mediawiki is on another virtual server. I get this message:<br />
BugzillaReports : Can&#8217;t get database connection (user@192.168.0.235) :<br />
Warnings were generated during the execution of function</p>
<p>    Setting parameter bzalternateconfig is not supported<br />
    Getting parameter bzalternateconfig is not supported</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iPhone 3.0 geolocation javascript API by Joris</title>
		<link>http://blog.bemoko.com/2009/06/17/iphone-30-geolocation-javascript-api/comment-page-1/#comment-45959</link>
		<dc:creator>Joris</dc:creator>
		<pubDate>Fri, 24 Jun 2011 12:11:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bemoko.com/?p=415#comment-45959</guid>
		<description>I just tested this on my Iphone 4 but it&#039;s not working, still it is working in Safari, Chrome and Firefox 5...

Do you know why it&#039;s not working on the Iphone 4 and how I can get this to work?

Thanks!</description>
		<content:encoded><![CDATA[<p>I just tested this on my Iphone 4 but it&#8217;s not working, still it is working in Safari, Chrome and Firefox 5&#8230;</p>
<p>Do you know why it&#8217;s not working on the Iphone 4 and how I can get this to work?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bugzilla Reports for MediaWiki by Ian Homer</title>
		<link>http://blog.bemoko.com/2008/06/28/bugzilla-reports-for-mediawiki/comment-page-3/#comment-45840</link>
		<dc:creator>Ian Homer</dc:creator>
		<pubDate>Mon, 11 Apr 2011 23:08:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bemoko.com/?p=45#comment-45840</guid>
		<description>Matthew - thanks for the positive feedback, glad you&#039;re finding it useful.  Unfortunately the extension doesn&#039;t support AND of keywords.  The building up of the keywords and subsequent SQL search is in http://code.google.com/p/bugzillareports/source/browse/trunk/BugzillaQuery.php if you&#039;re feeling like you want to dive in.</description>
		<content:encoded><![CDATA[<p>Matthew &#8211; thanks for the positive feedback, glad you&#8217;re finding it useful.  Unfortunately the extension doesn&#8217;t support AND of keywords.  The building up of the keywords and subsequent SQL search is in <a href="http://code.google.com/p/bugzillareports/source/browse/trunk/BugzillaQuery.php" rel="nofollow">http://code.google.com/p/bugzillareports/source/browse/trunk/BugzillaQuery.php</a> if you&#8217;re feeling like you want to dive in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bugzilla Reports for MediaWiki by Matthew</title>
		<link>http://blog.bemoko.com/2008/06/28/bugzilla-reports-for-mediawiki/comment-page-3/#comment-45838</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Mon, 11 Apr 2011 21:10:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bemoko.com/?p=45#comment-45838</guid>
		<description>Hello, awesome extension Ian!  I think I might be overlooking something obvious here.  For the keywords field, is it possible to make the search use AND instead of OR?  So similar to
&#124;keywords=testing,help,beta
except that it will only return bugs id&#039;s where ALL three of those keywords were present?</description>
		<content:encoded><![CDATA[<p>Hello, awesome extension Ian!  I think I might be overlooking something obvious here.  For the keywords field, is it possible to make the search use AND instead of OR?  So similar to<br />
|keywords=testing,help,beta<br />
except that it will only return bugs id&#8217;s where ALL three of those keywords were present?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iPhone 3.0 geolocation javascript API by ricky</title>
		<link>http://blog.bemoko.com/2009/06/17/iphone-30-geolocation-javascript-api/comment-page-1/#comment-45063</link>
		<dc:creator>ricky</dc:creator>
		<pubDate>Mon, 28 Mar 2011 17:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bemoko.com/?p=415#comment-45063</guid>
		<description>heya, yeah it was working now, sorry i had an error in my code.

is there anyway to assign the long and lat to a variable in php, so when using the yelp api to search bars, a list of local ones would come up based on the long and lat?</description>
		<content:encoded><![CDATA[<p>heya, yeah it was working now, sorry i had an error in my code.</p>
<p>is there anyway to assign the long and lat to a variable in php, so when using the yelp api to search bars, a list of local ones would come up based on the long and lat?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iPhone 3.0 geolocation javascript API by Ian Homer</title>
		<link>http://blog.bemoko.com/2009/06/17/iphone-30-geolocation-javascript-api/comment-page-1/#comment-45033</link>
		<dc:creator>Ian Homer</dc:creator>
		<pubDate>Mon, 28 Mar 2011 12:57:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bemoko.com/?p=415#comment-45033</guid>
		<description>Ricky - it&#039;s working OK for me (just tested in Firefox 4) - what browser are you coming in one?</description>
		<content:encoded><![CDATA[<p>Ricky &#8211; it&#8217;s working OK for me (just tested in Firefox 4) &#8211; what browser are you coming in one?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iPhone 3.0 geolocation javascript API by ricky</title>
		<link>http://blog.bemoko.com/2009/06/17/iphone-30-geolocation-javascript-api/comment-page-1/#comment-44696</link>
		<dc:creator>ricky</dc:creator>
		<pubDate>Sat, 26 Mar 2011 10:42:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bemoko.com/?p=415#comment-44696</guid>
		<description>hi ive just tried this to test, im not getting a map, but a location,

is this example no longer valid?</description>
		<content:encoded><![CDATA[<p>hi ive just tried this to test, im not getting a map, but a location,</p>
<p>is this example no longer valid?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Alterian join forces with bemoko by Tweets that mention Alterian join forces with bemoko &#124; bemoko's blog on mobile -- Topsy.com</title>
		<link>http://blog.bemoko.com/2011/01/24/alterian-join-forces-with-bemoko/comment-page-1/#comment-33521</link>
		<dc:creator>Tweets that mention Alterian join forces with bemoko &#124; bemoko's blog on mobile -- Topsy.com</dc:creator>
		<pubDate>Mon, 24 Jan 2011 23:29:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bemoko.com/?p=1087#comment-33521</guid>
		<description>[...] This post was mentioned on Twitter by Ian Homer, bemoko. bemoko said: New blog post: Alterian join forces with bemoko http://blog.bemoko.com/2011/01/24/alterian-join-forces-with-bemoko/ [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Ian Homer, bemoko. bemoko said: New blog post: Alterian join forces with bemoko <a href="http://blog.bemoko.com/2011/01/24/alterian-join-forces-with-bemoko/" rel="nofollow">http://blog.bemoko.com/2011/01/24/alterian-join-forces-with-bemoko/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick step-by-step guide : Upgrading Junit 3.x to Junit 4.x by Tom Castle</title>
		<link>http://blog.bemoko.com/2009/03/20/quick-step-by-step-guide-upgrading-junit-3x-to-junit-4x/comment-page-1/#comment-31175</link>
		<dc:creator>Tom Castle</dc:creator>
		<pubDate>Wed, 05 Jan 2011 15:57:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bemoko.com/?p=347#comment-31175</guid>
		<description>Thanks! This was useful for automating my upgrade to JUnit 4. A couple of extra upgrades most will require is annotating any setUp methods with @Before, and tearDown methods with @After. Both of which previously overrided methods in TestCase.</description>
		<content:encoded><![CDATA[<p>Thanks! This was useful for automating my upgrade to JUnit 4. A couple of extra upgrades most will require is annotating any setUp methods with @Before, and tearDown methods with @After. Both of which previously overrided methods in TestCase.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

