<?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 Timani</title>
	<atom:link href="http://timani.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://timani.net</link>
	<description>Seattle based Drupal, Wordpress, CSS3, HTML5 and Android</description>
	<lastBuildDate>Wed, 15 Feb 2012 23:39:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Zend Framework + WordPress by Andrew Kandels</title>
		<link>http://timani.net/2010/02/the-zend-framework-plugin-a-wordpress-plugin-and-theme-developers-life-saver/#comment-1082</link>
		<dc:creator>Andrew Kandels</dc:creator>
		<pubDate>Wed, 15 Feb 2012 23:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://timani.arkangel-inc.com/?p=43#comment-1082</guid>
		<description>I wrote an open source library called Vulnero that makes working with Zend Framework in WordPress super simple. You can share authentication, database connections, add your own routes, etc.. I have the source on GitHub or at vulnero [dot] com. </description>
		<content:encoded><![CDATA[<p>I wrote an open source library called Vulnero that makes working with Zend Framework in WordPress super simple. You can share authentication, database connections, add your own routes, etc.. I have the source on GitHub or at vulnero [dot] com.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easily add a simple HTML5 video player for your media using VideoJS &#8211; with demo by Farid</title>
		<link>http://timani.net/2011/04/easily-add-a-simple-html5-video-player-for-your-media-using-videojs/#comment-676</link>
		<dc:creator>Farid</dc:creator>
		<pubDate>Fri, 02 Dec 2011 12:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://timani.net/?p=1050#comment-676</guid>
		<description>how to put a end picture different than the start one ?</description>
		<content:encoded><![CDATA[<p>how to put a end picture different than the start one ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery and Google Maps with the jMapping Plugin by timani</title>
		<link>http://timani.net/2010/04/jquery-and-google-maps-with-the-jmapping-plugin/#comment-326</link>
		<dc:creator>timani</dc:creator>
		<pubDate>Sat, 05 Nov 2011 03:23:42 +0000</pubDate>
		<guid isPermaLink="false">http://timani.net/2010/04/06/jquery-and-google-maps-with-the-jmapping-plugin/#comment-326</guid>
		<description>I will take a look at the repo on github and then go through the setup to make sure it is still working. The last commit was in January, and i know there have been some changes to the Google Maps API.

If there is something that needs to be updated, that may be something to ping the author of the plugin. I also forked it on github so if it is something minor i may actually take a look at it and update that.</description>
		<content:encoded><![CDATA[<p>I will take a look at the repo on github and then go through the setup to make sure it is still working. The last commit was in January, and i know there have been some changes to the Google Maps API.</p>
<p>If there is something that needs to be updated, that may be something to ping the author of the plugin. I also forked it on github so if it is something minor i may actually take a look at it and update that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery and Google Maps with the jMapping Plugin by Evan Skuthorpe</title>
		<link>http://timani.net/2010/04/jquery-and-google-maps-with-the-jmapping-plugin/#comment-321</link>
		<dc:creator>Evan Skuthorpe</dc:creator>
		<pubDate>Fri, 04 Nov 2011 11:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://timani.net/2010/04/06/jquery-and-google-maps-with-the-jmapping-plugin/#comment-321</guid>
		<description>I have the same issue. What&#039;s the go huh?</description>
		<content:encoded><![CDATA[<p>I have the same issue. What&#8217;s the go huh?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easily add a simple HTML5 video player for your media using VideoJS &#8211; with demo by Leo A</title>
		<link>http://timani.net/2011/04/easily-add-a-simple-html5-video-player-for-your-media-using-videojs/#comment-225</link>
		<dc:creator>Leo A</dc:creator>
		<pubDate>Tue, 04 Oct 2011 20:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://timani.net/?p=1050#comment-225</guid>
		<description>what doctype is right to use?

also i did a suggestion i found on another site and i added these mime types to my htaccess file:

AddType video/ogg  .ogv
AddType video/mp4  .mp4
AddType video/webm .webmand it began working for firefox.  so right now it works in ie and ff, but not mobile (android).  don&#039;t know about mobile (iphone) cause i don&#039;t have one.so why is mobile browser having trouble?  i know html5 works on there because i played html5 games on there before.maybe it&#039;s not the browser, maybe it&#039;s the movie player app?  i&#039;m guessing it uses an app.  guess i&#039;ll check doctype and video player app next.</description>
		<content:encoded><![CDATA[<p>what doctype is right to use?</p>
<p>also i did a suggestion i found on another site and i added these mime types to my htaccess file:</p>
<p>AddType video/ogg  .ogv<br />
AddType video/mp4  .mp4<br />
AddType video/webm .webmand it began working for firefox.  so right now it works in ie and ff, but not mobile (android).  don&#8217;t know about mobile (iphone) cause i don&#8217;t have one.so why is mobile browser having trouble?  i know html5 works on there because i played html5 games on there before.maybe it&#8217;s not the browser, maybe it&#8217;s the movie player app?  i&#8217;m guessing it uses an app.  guess i&#8217;ll check doctype and video player app next.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

