<?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>SmartLogic Solutions Blog &#187; JavaScript</title>
	<atom:link href="http://blog.smartlogicsolutions.com/category/javascript-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.smartlogicsolutions.com</link>
	<description>News and updates from the people at SmartLogic Solutions</description>
	<lastBuildDate>Tue, 30 Nov 2010 21:39:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Google Analytics Event Tracking Overview</title>
		<link>http://blog.smartlogicsolutions.com/2009/09/24/google-analytics-event-tracking-overview/</link>
		<comments>http://blog.smartlogicsolutions.com/2009/09/24/google-analytics-event-tracking-overview/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 18:17:44 +0000</pubDate>
		<dc:creator>Yair Flicker</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Yair Flicker]]></category>

		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=714</guid>
		<description><![CDATA[At our last monthly technical luncheon I gave a presentation on Google Analytics Event Tracking. Event Tracking in Google Analytics lets the web developer track AJAX requests and by extension Flash events too. AJAX requests don&#8217;t cause page views but as more and more web applications use AJAX it&#8217;s important to track the AJAX requests [...]]]></description>
			<content:encoded><![CDATA[<p>At our last monthly technical luncheon I gave a presentation on <a href="http://code.google.com/apis/analytics/docs/tracking/eventTrackerGuide.html">Google Analytics Event Tracking</a>.</p>
<p><em>Event Tracking</em> in Google Analytics lets the web developer track AJAX requests and by extension Flash events too.  AJAX requests don&#8217;t cause page views but as more and more web applications use AJAX it&#8217;s important to track the AJAX requests in addition to the standard page requests.  Here are some examples of things you can track with GA Event Tracking that you typically wouldn&#8217;t be able to track with the standard Google Analytics Javascript embed:</p>
<p><span id="more-714"></span></p>
<ul>
<li>Play/pause a video</li>
<li>Dragging an element from one part of the screen into another part of the screen, e.g. dragging a product into a shopping cart</li>
<li>Selecting a location/pin on a map</li>
<li>Resizing/panning a map</li>
<li>Reordering elements in a list</li>
<li>Hovering over elements on a webpage</li>
</ul>
<p>The presentation is embedded below and is also available online at <a href="http://docs.google.com/present/view?id=dd86b7wt_1dx9s9dc7">http://bit.ly/gaevents</a>.</p>
<p><iframe src="http://docs.google.com/present/embed?id=dd86b7wt_1dx9s9dc7&#038;size=m" frameborder="0" width="555" height="451"></iframe></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://blog.smartlogicsolutions.com/2008/05/29/tracking-flash-interactions-with-google-analytics/" rel="bookmark" class="crp_title">Tracking Interactions in Flash with Google Analytics</a></li><li><a href="http://blog.smartlogicsolutions.com/2009/11/24/rack-rewrite-google-analytics-makes-site-transitions-seamless/" rel="bookmark" class="crp_title">Rack::Rewrite + Google Analytics Makes Site Transitions Seamless</a></li><li><a href="http://blog.smartlogicsolutions.com/2008/06/20/google-ajax-libraries-on-rails/" rel="bookmark" class="crp_title">Google AJAX Libraries on Rails</a></li><li><a href="http://blog.smartlogicsolutions.com/2008/10/15/using-swfobject-to-seamlessly-upgrade-to-flash-player-10/" rel="bookmark" class="crp_title">Using SWFObject to Seamlessly Upgrade to Flash Player 10</a></li><li><a href="http://blog.smartlogicsolutions.com/2007/03/09/smartlogic-creates-a-video-player-for-searchles/" rel="bookmark" class="crp_title">SmartLogic Creates a Video Player for Searchles</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://blog.smartlogicsolutions.com/2009/09/24/google-analytics-event-tracking-overview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebox With Prototype</title>
		<link>http://blog.smartlogicsolutions.com/2008/10/14/facebox-with-prototype/</link>
		<comments>http://blog.smartlogicsolutions.com/2008/10/14/facebox-with-prototype/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 18:58:55 +0000</pubDate>
		<dc:creator>Scott Davis</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Scott Davis]]></category>
		<category><![CDATA[facebox]]></category>
		<category><![CDATA[modal]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[window]]></category>

		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=316</guid>
		<description><![CDATA[After many failed attempts of trying to find a modal window that worked like facebox and used prototype, I gave up and started to write one from scratch. In the process I found the first port made by Phil Burrows. It wasn&#8217;t perfect but it was enough for me to build off of so with [...]]]></description>
			<content:encoded><![CDATA[<p>After many failed attempts of trying to find a modal window that worked like facebox and used prototype, I gave up and started to write one from scratch.  In the process I found the <a href="http://blog.philburrows.com">first port</a> made by <a href="http://blog.philburrows.com">Phil Burrows</a>. It wasn&#8217;t perfect but it was enough for me to build off of so with a few tweaks I was able to allow window resizing and let the box center itself.  You can view the changes on my <a href="http://github.com/jetviper21/prototype-facebox/tree/master/">github</a>.</p>
<p>Screenshot:<br />
<div id="attachment_317" class="wp-caption alignnone" style="width: 310px"><a href="http://blog.smartlogicsolutions.com/wp-content/uploads/2008/10/picture-10.png"><img src="http://blog.smartlogicsolutions.com/wp-content/uploads/2008/10/picture-10-300x172.png" alt="My Version of Facebox in our timetracker application" title="Facebox" width="300" height="172" class="size-medium wp-image-317" /></a><p class="wp-caption-text">My Version of Facebox in our timetracker application</p></div></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://blog.smartlogicsolutions.com/2008/11/12/watch-multiple-logs-in-a-single-terminal/" rel="bookmark" class="crp_title">Watch Multiple Logs in a Single Terminal</a></li><li><a href="http://blog.smartlogicsolutions.com/2009/05/05/smartlogic-wants-to-clean-up-twitter-introduces-shouldirtcom/" rel="bookmark" class="crp_title">SmartLogic Wants to Clean Up Twitter, Introduces ShouldIRT.com</a></li><li><a href="http://blog.smartlogicsolutions.com/2008/08/21/getting-subclipse-to-work-in-gandymede-eclipse-34/" rel="bookmark" class="crp_title">Getting Subclipse to Work in Gandymede (Eclipse 3.4)</a></li><li><a href="http://blog.smartlogicsolutions.com/2009/11/24/rack-rewrite-google-analytics-makes-site-transitions-seamless/" rel="bookmark" class="crp_title">Rack::Rewrite + Google Analytics Makes Site Transitions Seamless</a></li><li><a href="http://blog.smartlogicsolutions.com/2008/05/22/spotcrime-iphone-application-gets-techcrunched/" rel="bookmark" class="crp_title">SpotCrime iPhone Application gets TechCrunched</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://blog.smartlogicsolutions.com/2008/10/14/facebox-with-prototype/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>SpotCrime iPhone Application gets TechCrunched</title>
		<link>http://blog.smartlogicsolutions.com/2008/05/22/spotcrime-iphone-application-gets-techcrunched/</link>
		<comments>http://blog.smartlogicsolutions.com/2008/05/22/spotcrime-iphone-application-gets-techcrunched/#comments</comments>
		<pubDate>Thu, 22 May 2008 11:58:35 +0000</pubDate>
		<dc:creator>Yair Flicker</dc:creator>
				<category><![CDATA[Clients]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Project/Product Releases]]></category>
		<category><![CDATA[Yair Flicker]]></category>

		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/2008/05/22/spotcrime-iphone-application-gets-techcrunched/</guid>
		<description><![CDATA[The iPhone application we recently developed for SpotCrime just got written up in a TechCrunch article at http://tinyurl.com/5hnx38. The iPhone application itself is available at spotcrime.com/iphone.php. The iPhone application has been a success so far and is being used by thousands of iPhone users every day. It is currently the seventh most popular travel application [...]]]></description>
			<content:encoded><![CDATA[<p>The iPhone application we recently developed for <a href="http://www.spotcrime.com/">SpotCrime</a> just got written up in a <a href="http://www.techcrunch.com/">TechCrunch</a> article at <a href="http://www.techcrunch.com/2008/05/21/spotcrime-keeps-you-on-the-right-side-of-the-tracks/">http://tinyurl.com/5hnx38</a>.</p>
<p>The iPhone application itself is available at <a href="http://www.spotcrime.com/iphone.php">spotcrime.com/iphone.php</a>.</p>
<p>The iPhone application has been a success so far and is being used by thousands of iPhone users every day.  It is currently the seventh most popular travel application in the <a href="http://www.apple.com/webapps/travel/index_top.html">Apple iPhone Travel Webapps directory</a>.</p>
<p>Developing this application was a fun project for us because we were able to learn the &#8220;ins and outs&#8221; of the custom programming functions available to iPhone web applications.  Some neat features of the webapp:</p>
<ul>
<li>Rotating your phone will cause the map to go full-screen</li>
<li>User-friendly buttons for navigating the map: the buttons are round and somewhat transparent, making the most of the small screen</li>
<li>Easily navigable list of cities for which crimes are reported</li>
</ul>
<p>For more information and more images, see our <a href="http://www.smartlogicsolutions.com/wiki/SpotCrime_iPhone_Application">portfolio entry for the SpotCrime iPhone webapp</a>.</p>
<div style="float:left;padding-right:3em;"><a href='http://blog.smartlogicsolutions.com/wp-content/uploads/2008/05/picture-1.png' title='SpotCrime iPhone webapp: Vertical View'><img src='http://blog.smartlogicsolutions.com/wp-content/uploads/2008/05/picture-1.thumbnail.png' alt='SpotCrime iPhone webapp: Vertical View' /></a></div>
<div style="float:left;padding-right:3em;"><a href='http://blog.smartlogicsolutions.com/wp-content/uploads/2008/05/picture-2.png' title='SpotCrime iPhone webapp: Horizontal View'><img src='http://blog.smartlogicsolutions.com/wp-content/uploads/2008/05/picture-2.thumbnail.png' alt='SpotCrime iPhone webapp: Horizontal View' /></a></div>
<div style="float:left;"><a href='http://blog.smartlogicsolutions.com/wp-content/uploads/2008/05/picture-9.png' title='SpotCrime iPhone webapp: City Selector View'><img src='http://blog.smartlogicsolutions.com/wp-content/uploads/2008/05/picture-9.thumbnail.png' alt='SpotCrime iPhone webapp: City Selector View' /></a></div>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://blog.smartlogicsolutions.com/2008/05/22/more-press-for-spotcrime/" rel="bookmark" class="crp_title">More press for SpotCrime</a></li><li><a href="http://blog.smartlogicsolutions.com/2008/05/21/using-ffmpeg-to-encode-video-for-ipod-iphone-streaming-and-flash-9/" rel="bookmark" class="crp_title">Using FFMPEG to Encode Video for iPod, iPhone Streaming, and Flash 9</a></li><li><a href="http://blog.smartlogicsolutions.com/2008/10/14/facebox-with-prototype/" rel="bookmark" class="crp_title">Facebox With Prototype</a></li><li><a href="http://blog.smartlogicsolutions.com/2009/11/24/rack-rewrite-google-analytics-makes-site-transitions-seamless/" rel="bookmark" class="crp_title">Rack::Rewrite + Google Analytics Makes Site Transitions Seamless</a></li><li><a href="http://blog.smartlogicsolutions.com/2008/11/12/watch-multiple-logs-in-a-single-terminal/" rel="bookmark" class="crp_title">Watch Multiple Logs in a Single Terminal</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://blog.smartlogicsolutions.com/2008/05/22/spotcrime-iphone-application-gets-techcrunched/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

