<?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>Matthew Gorbsky &#187; AJAX</title>
	<atom:link href="http://www.gorbsky.com/tag/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gorbsky.com</link>
	<description>Life as I see it...</description>
	<lastBuildDate>Tue, 30 Mar 2010 20:36:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Chrome Extensions</title>
		<link>http://www.gorbsky.com/2010/03/chrome-extensions/</link>
		<comments>http://www.gorbsky.com/2010/03/chrome-extensions/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 20:36:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://www.gorbsky.com/?p=148</guid>
		<description><![CDATA[So while reading one of the many tech blogs, I came across this Chrome extension called &#8220;Incredible Start Page&#8221; that replaces the standard Chrome new tab (the one with the most visited sites, recently closed tabs, etc) with something a bit more pleasing to the eye, yet also functional. Being the way I am, I [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-150" title="Default New Tab Page" src="http://www.gorbsky.com/wp-content/uploads/2010/03/ntp-default-150x150.png" alt="Default New Tab Page" width="150" height="150" />So while reading one of the many tech blogs, I came across this Chrome extension called &#8220;<a href="https://chrome.google.com/extensions/detail/ncdfeghkpohnalmpblddmnppfooljekh" target="_blank">Incredible Start Page</a>&#8221; that replaces the standard Chrome new tab (the one with the most visited sites, recently closed tabs, etc) with something a bit more pleasing to the eye, yet also functional. Being the way I am, I immediately wanted to start customizing this to include things like weather, my netflix queue of upcoming movies, twitter feed, etc.</p>
<p>Doing some quick research reveals that Google makes the chrome new tab page easy to change. Just <a href="http://code.google.com/chrome/extensions/getstarted.html" target="_blank">create an extension</a>, give it an attribute of &#8220;newtab&#8221;: &#8220;newtab.html&#8221; (<a href="http://code.google.com/chrome/extensions/override.html" target="_blank">link to documentation</a>) and set it to whatever HTML page you want. You can interact with the bookmarks, recent tabs, etc as well as add in anything else you wan to do.</p>
<p>I typically use 3 browsers for various activities:</p>
<ul>
<li><strong>Internet Explorer</strong> &#8211; for work related activities and testing my personal sites to see how much IE breaks my CSS</li>
<li><strong>Firefox </strong>- personal browsing at home and for developing websites, reading tech blogs at work (the RSS dynamic bookmarks are wonderful)</li>
<li><strong>Chrome </strong>- personal browsing at work (gmail, facebook, twitter, etc)</li>
</ul>
<p>In Firefox, my home page at at both work and home is my iGoogle page. I get current news updates, slickdeals feeds, weather, and all kinds of other stuff that I miss when I open Chrome. I don&#8217;t use it as my home page in Chrome because I really like the new tab page functionality. Big icons let me open the pages I read most often very quickly.</p>
<p>The thought of combining the real-time stream of information with the tab interactions of Chrome leaves me wanting to take the Incredible Start Page, rip it apart (you can find the source for chrome extensions in your local machine), and put it all back together with all the bells and whistles I get in iGoogle.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gorbsky.com/2010/03/chrome-extensions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inselkampf Online Gaming Portal</title>
		<link>http://www.gorbsky.com/2009/12/inselkampf-online-gaming-portal/</link>
		<comments>http://www.gorbsky.com/2009/12/inselkampf-online-gaming-portal/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 22:55:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://localhost/gorbsky/wordpress/?p=51</guid>
		<description><![CDATA[The Problem: A while back, I started playing an online game called Inselkampf (&#8220;Island Wars&#8221;), a real-time war strategy game. The interface was extremely simple (see below), but the data behind the game was vast. Early on, many players realized that the key to success was to have the most current information quickly available. The [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="lightbox" href="http://www.gorbsky.com/wp-content/uploads/2009/12/ik_portal.jpg"><img class="alignleft size-thumbnail wp-image-52" title="Inselkampf Portal" src="http://www.gorbsky.com/wp-content/uploads/2009/12/ik_portal-150x150.jpg" alt="Inselkampf Portal" width="150" height="150" /></a><strong>The Problem:</strong> A while back, I started playing an online game called Inselkampf (&#8220;Island Wars&#8221;), a real-time war strategy game. The interface was extremely simple (see below), but the data behind the game was vast. Early on, many players realized that the key to success was to have the most current information quickly available.</p>
<p><strong>The Solution:</strong> To begin with, I created a simple set of PHP scripts that imported the game data (player stats, island counts, etc) and parsed them out. This helped each alliance keep track of their own players islands and know when someone was attacking them. As the site grew, I eventually created a portal that provided a variety of functions and information essential to effective game play.</p>
<p>The site featured:</p>
<ul>
<li>Map View &#8211; instead of looking at one group of islands at a time, individual islands across a 5&#215;5 grid could be seen. Player stats were overlayed (pic below).</li>
<li>Attack Monitor &#8211; Using AJAX, a notification could be displayed the moment any island became under attack, making manually checking each island one at a time obsolete.</li>
<li>Player Statistics &#8211; View players history to quickly determine activity levels and island captures.</li>
<li>Daily Reports &#8211; after each night&#8217;s scrape of the game data, a report was sent to allies detailing the previous days activities.</li>
<li>One-Click Attacks &#8211; Replacing multiple clicks and windows, the portal allowed players to designate a target and fleet size and send the fleets with one click.</li>
<li>Fleet Visualization &#8211; Think of the War Games movie where the missiles are being launched. This replaced the game&#8217;s text-based lists.</li>
<li>Battle Planner &#8211; Coordinating attacks with fellow players became a breeze with a tool to track the number of troops sent to a target island and helped coordinate launch times to land them all at the same time.</li>
</ul>
<p><a rel="lightbox" href="http://www.gorbsky.com/wp-content/uploads/2009/12/ik_map.jpg"><img class="alignleft size-thumbnail wp-image-55" title="Original Inselkampf Map" src="http://www.gorbsky.com/wp-content/uploads/2009/12/ik_map-150x150.jpg" alt="Original Inselkampf Map" width="150" height="150" /></a> <a rel="lightbox" href="http://www.gorbsky.com/wp-content/uploads/2009/12/ik_new_map.jpg"><img class="size-thumbnail wp-image-56 alignleft" title="Updated Map on My Site" src="http://www.gorbsky.com/wp-content/uploads/2009/12/ik_new_map-150x150.jpg" alt="Updated Map on My Site" width="150" height="150" /></a></p>
<p><strong>The Technology: </strong>Javascript, PHP, MySQL (the database has 0ver 9.9 MILLION records!)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gorbsky.com/2009/12/inselkampf-online-gaming-portal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

