<?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>ozkey.com</title>
	<atom:link href="http://ozkey.com/notes/feed/" rel="self" type="application/rss+xml" />
	<link>http://ozkey.com/notes</link>
	<description>Notes</description>
	<lastBuildDate>Wed, 29 Feb 2012 11:19:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>bugzilla</title>
		<link>http://ozkey.com/notes/2012/bugzilla/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=bugzilla</link>
		<comments>http://ozkey.com/notes/2012/bugzilla/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 08:27:25 +0000</pubDate>
		<dc:creator>Ozkey</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ozkey.com/notes/?p=441</guid>
		<description><![CDATA[I wanted to try Bugzilla but these days I have little time to play with software and install look like it was going to take to long. After an easier install I was recomened to use a virtual machine. will try it with virtual box http://www.turnkeylinux.org/bugzilla Update: turnkeylinux is great. I tried bugzilla and Trac [...]]]></description>
		<wfw:commentRss>http://ozkey.com/notes/2012/bugzilla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zk GenericForwardComposer limit scope</title>
		<link>http://ozkey.com/notes/2011/zk-genericforwardcomposer-limit-scope/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=zk-genericforwardcomposer-limit-scope</link>
		<comments>http://ozkey.com/notes/2011/zk-genericforwardcomposer-limit-scope/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 09:24:41 +0000</pubDate>
		<dc:creator>Ozkey</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ozkey.com/notes/?p=437</guid>
		<description><![CDATA[After having a few problem with the scope of my spring beans for hours we found the answer here: http://en.wikibooks.org/wiki/ZK/How-Tos/Integrate-Other-Frameworks]]></description>
		<wfw:commentRss>http://ozkey.com/notes/2011/zk-genericforwardcomposer-limit-scope/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ZK gmaps &#8211; Failed to process rm e._area is undefined</title>
		<link>http://ozkey.com/notes/2011/zk-gmaps-failed-to-process-rm-e-_area-is-undefined/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=zk-gmaps-failed-to-process-rm-e-_area-is-undefined</link>
		<comments>http://ozkey.com/notes/2011/zk-gmaps-failed-to-process-rm-e-_area-is-undefined/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 10:44:12 +0000</pubDate>
		<dc:creator>Ozkey</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ozkey.com/notes/?p=433</guid>
		<description><![CDATA[While using zk gmaps/gmapz I could not find anything on the internet on why I was getting the error &#8220;Failed to process rm e._area is undefined&#8221; so if you are having this problem here is the solution. When you create Gmarker set the &#8220;maxzoom&#8221; to zero. Gmarker marker = new Gmarker(); marker.setMaxzoom(0); &#160;]]></description>
		<wfw:commentRss>http://ozkey.com/notes/2011/zk-gmaps-failed-to-process-rm-e-_area-is-undefined/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>css animation</title>
		<link>http://ozkey.com/notes/2011/css-animation/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=css-animation</link>
		<comments>http://ozkey.com/notes/2011/css-animation/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 22:58:29 +0000</pubDate>
		<dc:creator>Ozkey</dc:creator>
				<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://ozkey.com/notes/?p=428</guid>
		<description><![CDATA[Today I did some css animation. great example: http://chrismar.sh/2011/07/19/animating-sprites-using-css/ http://www.grandomo.com/]]></description>
		<wfw:commentRss>http://ozkey.com/notes/2011/css-animation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3D HTML5 games for iPhone</title>
		<link>http://ozkey.com/notes/2011/3d-html5-games-for-iphone/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=3d-html5-games-for-iphone</link>
		<comments>http://ozkey.com/notes/2011/3d-html5-games-for-iphone/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 22:45:27 +0000</pubDate>
		<dc:creator>Ozkey</dc:creator>
				<category><![CDATA[3D Game]]></category>
		<category><![CDATA[3D game engine]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://ozkey.com/notes/?p=422</guid>
		<description><![CDATA[I been looking for a good 3D JavaScript engine that will allow us to make some kind of html5 game on a mobile but none of them really work on iphones. Today I found this: https://github.com/mrdoob/three.js#readme Most of the examples do not work with an iphone as they have to many polygons but some do [...]]]></description>
		<wfw:commentRss>http://ozkey.com/notes/2011/3d-html5-games-for-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ZK &#8211; Communicating with the server</title>
		<link>http://ozkey.com/notes/2011/zk-communicating-with-the-server/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=zk-communicating-with-the-server</link>
		<comments>http://ozkey.com/notes/2011/zk-communicating-with-the-server/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 08:52:03 +0000</pubDate>
		<dc:creator>Ozkey</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ZK]]></category>

		<guid isPermaLink="false">http://ozkey.com/notes/?p=414</guid>
		<description><![CDATA[Using Javascript instead of zscript  to calculate a value means you don&#8217;t have to communicate with the server until necessary but how do you send data back to the server? I could not find a complete answer so here is my answer below: In your zul page you will need a textbox (hidden if you [...]]]></description>
		<wfw:commentRss>http://ozkey.com/notes/2011/zk-communicating-with-the-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GeoLocation using Google API</title>
		<link>http://ozkey.com/notes/2011/geolocation-using-google-api/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=geolocation-using-google-api</link>
		<comments>http://ozkey.com/notes/2011/geolocation-using-google-api/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 17:13:22 +0000</pubDate>
		<dc:creator>Ozkey</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ozkey.com/notes/?p=409</guid>
		<description><![CDATA[I been trying to get the users GEO-location so I can pre-fill one of the questions with the users country. This code did the trick the HTML: &#60;script type="text/javascript" src="http://www.google.com/jsapi?key=ABQIAAAA-O3c-Om9OcvXMOJXreXHAxQGj0PqsCtxKvarsoS-iqLdqZSKfxS27kJqGZajBjvuzOBLizi931BUow"&#62;&#60;/script&#62; &#60;script type="text/javascript" src="/js/geoIP.js" &#62;&#60;/script&#62; &#60;script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"&#62;&#60;/script&#62; &#60;div class="countryDiv"/&#62; &#60;input&#62; &#60;/div&#62; &#160; &#160; the Script: google.load("maps", "2", {callback: initialize}); function initialize() { // Initialize default values [...]]]></description>
		<wfw:commentRss>http://ozkey.com/notes/2011/geolocation-using-google-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazon web services</title>
		<link>http://ozkey.com/notes/2011/amazon-web-services/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=amazon-web-services</link>
		<comments>http://ozkey.com/notes/2011/amazon-web-services/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 03:19:55 +0000</pubDate>
		<dc:creator>Ozkey</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[amazonwebservices]]></category>

		<guid isPermaLink="false">http://ozkey.com/notes/?p=399</guid>
		<description><![CDATA[Amazon web services looks very complicated at first but this document really helps to explain the different products they have. http://media.amazonwebservices.com/AWS_Storage_Options.pdf]]></description>
		<wfw:commentRss>http://ozkey.com/notes/2011/amazon-web-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazon EC2 asecurity</title>
		<link>http://ozkey.com/notes/2011/amazon-ec2-asecurity/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=amazon-ec2-asecurity</link>
		<comments>http://ozkey.com/notes/2011/amazon-ec2-asecurity/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 01:41:13 +0000</pubDate>
		<dc:creator>Ozkey</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ozkey.com/notes/?p=400</guid>
		<description><![CDATA[Amazon EC2 cloud allow root access to the Instance over ssh.  This is a Bad Idea. To secure your Instance and give you a more secure method to access it: Log into your Instance Add yourself a local account, make sure to add this account to the wheel group: # useradd -G wheel account Set [...]]]></description>
		<wfw:commentRss>http://ozkey.com/notes/2011/amazon-ec2-asecurity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazon web services &#8211; tomcat and mysql</title>
		<link>http://ozkey.com/notes/2011/amazon-web-services-tomcat-and-mysql/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=amazon-web-services-tomcat-and-mysql</link>
		<comments>http://ozkey.com/notes/2011/amazon-web-services-tomcat-and-mysql/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 12:51:37 +0000</pubDate>
		<dc:creator>Ozkey</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ozkey.com/notes/?p=394</guid>
		<description><![CDATA[I just got an account with Amazon web services and I hope to get tomcat and mysql running sometime in the near future. sudo apt-get install mysql-server tomcat6 That&#8217;s really as complicated as it gets. Depending on how you do your webapp deployment, you&#8217;ll want to install tomcat6-admin this is what i think i have [...]]]></description>
		<wfw:commentRss>http://ozkey.com/notes/2011/amazon-web-services-tomcat-and-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

