<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Ryan Stemkoski</title>
	
	<link>http://www.stemkoski.com</link>
	<description>Web design tips &amp; tricks plus anything else I want to talk about...</description>
	<lastBuildDate>Fri, 02 Jul 2010 18:22:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/stemkoski/kDjQ" /><feedburner:info uri="stemkoski/kdjq" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Easily Find the Latest Versions of Javascript Libraries at Google Code</title>
		<link>http://feedproxy.google.com/~r/stemkoski/kDjQ/~3/VVqeoKpDqXI/</link>
		<comments>http://www.stemkoski.com/easily-find-the-latest-versions-of-javascript-libraries-at-google-code/#comments</comments>
		<pubDate>Tue, 04 May 2010 18:21:17 +0000</pubDate>
		<dc:creator>Ryan Stemkoski</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jQuery UI]]></category>

		<guid isPermaLink="false">http://www.stemkoski.com/?p=1408</guid>
		<description><![CDATA[A couple days ago Dustin brought a great site to my attention. It is called ScriptSrc.net and is located at: http://scriptsrc.net/. Using this site, a developer can easily locate and copy the latest stable version of their favorite library. This can be a real time saver in searching out the various library links. It would [...]


Related posts:<ol><li><a href='http://www.stemkoski.com/jquery-ui-1-7-2-themes-list-at-google-code/' rel='bookmark' title='Permanent Link: jQuery UI 1.7.2 Themes List at Google Code'>jQuery UI 1.7.2 Themes List at Google Code</a> <small>Working with jQuery UI for the first time and looking...</small></li>
<li><a href='http://www.stemkoski.com/google-analytics-not-tracking-data-on-your-website-could-be-a-javascript-error/' rel='bookmark' title='Permanent Link: Google Analytics Not Tracking Data on Your Website? Could be a JavaScript Error.'>Google Analytics Not Tracking Data on Your Website? Could be a JavaScript Error.</a> <small>This fix wont solve all Google Analytics tracking problems but...</small></li>
<li><a href='http://www.stemkoski.com/a-little-known-list-of-javascript-functions-equivalent-to-php-functions-in-jquery/' rel='bookmark' title='Permanent Link: A Little Known List of JavaScript Functions Equivalent to PHP Functions in jQuery'>A Little Known List of JavaScript Functions Equivalent to PHP Functions in jQuery</a> <small>Many of us PHP developers often find working with JavaScript...</small></li>
<li><a href='http://www.stemkoski.com/how-to-detect-ie6-with-javascript/' rel='bookmark' title='Permanent Link: How to Detect IE6 Browser with JavaScript'>How to Detect IE6 Browser with JavaScript</a> <small>I have been doing a lot of work with jQuery...</small></li>
<li><a href='http://www.stemkoski.com/problem-with-jquery-ui-datepicker-dynamic-dom/' rel='bookmark' title='Permanent Link: Problem with jQuery UI Datepicker and Copied Dynamic DOM: Solved'>Problem with jQuery UI Datepicker and Copied Dynamic DOM: Solved</a> <small>Today, I ran into an interesting problem with the jQuery...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>A couple days ago Dustin brought a great site to my attention.  It is called ScriptSrc.net and is located at: <a href="http://scriptsrc.net/">http://scriptsrc.net/</a>. </p>
<p>Using this site, a developer can easily locate and copy the latest stable version of their favorite library.  This can be a real time saver in searching out the various library links.  It would be really nice if they also had associated elements like the sets of pre-constructed stylesheets for jQuery UI.  I keep a list here: <a href="http://www.stemkoski.com/jquery-ui-1-7-2-themes-list-at-google-code/">http://www.stemkoski.com/jquery-ui-1-7-2-themes-list-at-google-code/</a> but being able to get all of that information in one location would be fantastic.</p>
<p>Right now SrcriptSrc.net supports jQuery, jQuery UI, Chrome Frame, SwfObject, MooTools,m Prototype, YUI, Dojo, ExtJS, and Script.aculo.us.  All you have to do is find your library, click on the copy button, and you have on your clipboard all of the code required to embed the library.</p>


<p>Related posts:<ol><li><a href='http://www.stemkoski.com/jquery-ui-1-7-2-themes-list-at-google-code/' rel='bookmark' title='Permanent Link: jQuery UI 1.7.2 Themes List at Google Code'>jQuery UI 1.7.2 Themes List at Google Code</a> <small>Working with jQuery UI for the first time and looking...</small></li>
<li><a href='http://www.stemkoski.com/google-analytics-not-tracking-data-on-your-website-could-be-a-javascript-error/' rel='bookmark' title='Permanent Link: Google Analytics Not Tracking Data on Your Website? Could be a JavaScript Error.'>Google Analytics Not Tracking Data on Your Website? Could be a JavaScript Error.</a> <small>This fix wont solve all Google Analytics tracking problems but...</small></li>
<li><a href='http://www.stemkoski.com/a-little-known-list-of-javascript-functions-equivalent-to-php-functions-in-jquery/' rel='bookmark' title='Permanent Link: A Little Known List of JavaScript Functions Equivalent to PHP Functions in jQuery'>A Little Known List of JavaScript Functions Equivalent to PHP Functions in jQuery</a> <small>Many of us PHP developers often find working with JavaScript...</small></li>
<li><a href='http://www.stemkoski.com/how-to-detect-ie6-with-javascript/' rel='bookmark' title='Permanent Link: How to Detect IE6 Browser with JavaScript'>How to Detect IE6 Browser with JavaScript</a> <small>I have been doing a lot of work with jQuery...</small></li>
<li><a href='http://www.stemkoski.com/problem-with-jquery-ui-datepicker-dynamic-dom/' rel='bookmark' title='Permanent Link: Problem with jQuery UI Datepicker and Copied Dynamic DOM: Solved'>Problem with jQuery UI Datepicker and Copied Dynamic DOM: Solved</a> <small>Today, I ran into an interesting problem with the jQuery...</small></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=VVqeoKpDqXI:6HBq8flZQkc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=VVqeoKpDqXI:6HBq8flZQkc:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=VVqeoKpDqXI:6HBq8flZQkc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?i=VVqeoKpDqXI:6HBq8flZQkc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=VVqeoKpDqXI:6HBq8flZQkc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=VVqeoKpDqXI:6HBq8flZQkc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?i=VVqeoKpDqXI:6HBq8flZQkc:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=VVqeoKpDqXI:6HBq8flZQkc:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/stemkoski/kDjQ/~4/VVqeoKpDqXI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.stemkoski.com/easily-find-the-latest-versions-of-javascript-libraries-at-google-code/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.stemkoski.com/easily-find-the-latest-versions-of-javascript-libraries-at-google-code/</feedburner:origLink></item>
		<item>
		<title>The Grove in Cheney WA – The Downside to Facebook Fan Pages for Businesses</title>
		<link>http://feedproxy.google.com/~r/stemkoski/kDjQ/~3/nsxuuvKdfxA/</link>
		<comments>http://www.stemkoski.com/the-grove-in-cheney-wa-%e2%80%93-the-downside-to-facebook-fan-pages-for-businesses/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 22:26:49 +0000</pubDate>
		<dc:creator>Ryan Stemkoski</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Cheney WA]]></category>
		<category><![CDATA[Reputation Management]]></category>
		<category><![CDATA[The Grove]]></category>

		<guid isPermaLink="false">http://www.stemkoski.com/?p=1404</guid>
		<description><![CDATA[I was browsing Facebook today and a post from my little sister Kelsey caught my attention. Kelsey is currently a student at Eastern Washington University. She lives off campus at a privately owned apartment complex called the Grove. The Grove is a new complex designed specifically for students. It includes a number amenities like tanning, [...]


Related posts:<ol><li><a href='http://www.stemkoski.com/software-to-automatically-make-a-html-version-of-a-dynamic-website/' rel='bookmark' title='Permanent Link: Software to Automatically Make a HTML version of a Dynamic Website'>Software to Automatically Make a HTML version of a Dynamic Website</a> <small>It seems like there are a million different content management...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.stemkoski.com/wp-content/uploads/2010/04/26812_401895016936_309914811936_4385116_3011320_n.jpg"><img src="http://www.stemkoski.com/wp-content/uploads/2010/04/26812_401895016936_309914811936_4385116_3011320_n.jpg" alt="" title="26812_401895016936_309914811936_4385116_3011320_n" width="250" height="159" style="float:right;"/></a>I was browsing Facebook today and a post from my little sister Kelsey caught my attention.   Kelsey is currently a student at Eastern Washington University.  She lives off campus at a privately owned apartment complex called the Grove.   The Grove is a new complex designed specifically for students.  It includes a number amenities like tanning, swimming, basketball, and shared recreational room.  The post from Kelsey was a notification that she “likes” a fan paged named “Not living at the Grove next year.”  Upon further inspection I realized that the group had at least count 323 people in agreement with my sister.  Most of whom were or are residents of the complex.  This caught my attention and I decided to dig deeper.</p>
<p>Now, I can&#8217;t say much for or against the Grove because I have never lived there personally. I know both my sisters have lived there and neither enjoyed the experience. I did assist them when they moved  in and I can say that their apartment was completely filthy, the electricity didn&#8217;t work in one bathroom, the mattress had a huge brown stain that went clear through, the door to that bathroom didn&#8217;t open all the way because it hit the toilet, and there were insects breeding in the closet.  However, I also must say the furniture was brand new, all the appliances worked, and when they called maintenance someone was there in less then 30 minutes on move in Saturday to help fix the various electrical problems.  Overall, in my opinion, even with the various negatives it was far superior to the nasty old houses most of my friends lived in while I was attending EWU. </p>
<p>Anyway, enough background, now to my point.  After discovering so many students disliked the grove I did a search to see if I could find a Facebook page for Grove residents sponsored by management.  I was unable to find an official page but I was able to find a page called, “We ♥ The Grove in Cheney, WA.” This group only had 36 fans at the time of writing this.  After doing some additional research the only positive information about The Grove I could find was from their poorly designed website that contained a wealth of multi-cultural photos and very little relevant information.  Aside from what I found on Facebook I also found a number of negative Twitter posts and reviews on various review  websites none of which had an official response from The Grove management.</p>
<p>Making an impression is important.  Both of my sisters were very excited about living in The Grove last Spring when they signed their lease and now as the end of the year is coming they couldn&#8217;t be more excited about leaving.  The Grove could&#8217;ve created evangelists and multi-year tenants but after a number of poor experiences they have created enemies, both of whom are willing to go out of their way from discouraging their friends from moving there next year. When your primary target audience is a tightly knit group like college students it is incredibly important to maintain a good reputation because word spreads very quickly about any problems that occur.  Social media outlets like Facebook magnify this problem to an entirely new level.  What does it say to a prospective tenant when the group against living somewhere has 900% more fans than the group supporting it? I think some reputation management would be a fantastic idea for the folks at the Grove.  The Grove could be actively monitoring the Facebook, Twitter, and review websites and offering solutions to people that post about problems but instead they are nowhere to be found online. I suppose this is fitting, at least the online experience mirrors the real-life experience students are reporting. Every business should be monitoring their reputation online.  There may not be much activity on a daily or weekly basis but if there is a negative review it is important to resolve that issue as soon as possible before it evolves into a social war like one The Grove is about to be fighting in Cheney.</p>


<p>Related posts:<ol><li><a href='http://www.stemkoski.com/software-to-automatically-make-a-html-version-of-a-dynamic-website/' rel='bookmark' title='Permanent Link: Software to Automatically Make a HTML version of a Dynamic Website'>Software to Automatically Make a HTML version of a Dynamic Website</a> <small>It seems like there are a million different content management...</small></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=nsxuuvKdfxA:Y6-c8hlwj8I:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=nsxuuvKdfxA:Y6-c8hlwj8I:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=nsxuuvKdfxA:Y6-c8hlwj8I:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?i=nsxuuvKdfxA:Y6-c8hlwj8I:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=nsxuuvKdfxA:Y6-c8hlwj8I:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=nsxuuvKdfxA:Y6-c8hlwj8I:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?i=nsxuuvKdfxA:Y6-c8hlwj8I:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=nsxuuvKdfxA:Y6-c8hlwj8I:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/stemkoski/kDjQ/~4/nsxuuvKdfxA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.stemkoski.com/the-grove-in-cheney-wa-%e2%80%93-the-downside-to-facebook-fan-pages-for-businesses/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		<feedburner:origLink>http://www.stemkoski.com/the-grove-in-cheney-wa-%e2%80%93-the-downside-to-facebook-fan-pages-for-businesses/</feedburner:origLink></item>
		<item>
		<title>CSS3 Support for Internet Explorer 6, 7, and 8</title>
		<link>http://feedproxy.google.com/~r/stemkoski/kDjQ/~3/vL3cMuDDMLA/</link>
		<comments>http://www.stemkoski.com/css3-support-for-internet-explorer-6-7-and-8/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 18:14:51 +0000</pubDate>
		<dc:creator>Ryan Stemkoski</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[VML]]></category>

		<guid isPermaLink="false">http://www.stemkoski.com/?p=1402</guid>
		<description><![CDATA[Internet Explorer, the browser with the largest percentage of legacy users tends to lag far behind the other popular browsers in adopting new standards. This is like a double roundhouse kick to a web developer. There are a number of great JavaScript tools out there that help Internet Explorer 6 and even 7, and 8 [...]


Related posts:<ol><li><a href='http://www.stemkoski.com/how-to-detect-ie6-with-javascript/' rel='bookmark' title='Permanent Link: How to Detect IE6 Browser with JavaScript'>How to Detect IE6 Browser with JavaScript</a> <small>I have been doing a lot of work with jQuery...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Internet Explorer, the browser with the largest percentage of legacy users tends to lag far behind the other popular browsers in adopting new standards.  This is like a double  roundhouse kick to a web developer.  There are a number of great JavaScript tools out there that help Internet Explorer 6 and even 7, and 8 peform like a modern standards compliant browser. </p>
<p>Now thanks to a script you can get CSS3 support in the latest 3 versions of Internet Explorer with very little work.  I tested it out and it worked great for me, however, there are a few known bugs you should review before implementing it.   </p>
<p>You can get the script here: <a href="http://fetchak.com/ie-css3/" rel="nofollow" target="_blank">http://fetchak.com/ie-css3/</a></p>


<p>Related posts:<ol><li><a href='http://www.stemkoski.com/how-to-detect-ie6-with-javascript/' rel='bookmark' title='Permanent Link: How to Detect IE6 Browser with JavaScript'>How to Detect IE6 Browser with JavaScript</a> <small>I have been doing a lot of work with jQuery...</small></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=vL3cMuDDMLA:KpBURlMmIdQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=vL3cMuDDMLA:KpBURlMmIdQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=vL3cMuDDMLA:KpBURlMmIdQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?i=vL3cMuDDMLA:KpBURlMmIdQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=vL3cMuDDMLA:KpBURlMmIdQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=vL3cMuDDMLA:KpBURlMmIdQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?i=vL3cMuDDMLA:KpBURlMmIdQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=vL3cMuDDMLA:KpBURlMmIdQ:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/stemkoski/kDjQ/~4/vL3cMuDDMLA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.stemkoski.com/css3-support-for-internet-explorer-6-7-and-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.stemkoski.com/css3-support-for-internet-explorer-6-7-and-8/</feedburner:origLink></item>
		<item>
		<title>2010 Yakima Advertising Federation Chinook Awards</title>
		<link>http://feedproxy.google.com/~r/stemkoski/kDjQ/~3/Fp_aXpOwaQI/</link>
		<comments>http://www.stemkoski.com/2010-yakima-advertising-federation-chinook-awards/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 16:29:37 +0000</pubDate>
		<dc:creator>Ryan Stemkoski</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Zipline]]></category>
		<category><![CDATA[Advertising Blogs]]></category>
		<category><![CDATA[Judges]]></category>
		<category><![CDATA[Judging]]></category>
		<category><![CDATA[SAF]]></category>
		<category><![CDATA[Spokane Adfed]]></category>
		<category><![CDATA[Spokane Advertising Federation]]></category>
		<category><![CDATA[YAF]]></category>
		<category><![CDATA[Yakima Advertising Federation]]></category>

		<guid isPermaLink="false">http://www.stemkoski.com/?p=1389</guid>
		<description><![CDATA[Zipline Interactive has been a participating member in Spokane Advertising Federation since we opened shop in 2005. Our team members have attended a number of programs, helped with events, sat on the SAF board, and even helped develop and host the SAF website.    We believe the SAF is an important resource for Spokane creatives. [...]


Related posts:<ol><li><a href='http://www.stemkoski.com/get-listed-local-university-spokane-wa-review/' rel='bookmark' title='Permanent Link: Get Listed &#8211; Local University &#8211; Spokane WA (REVIEW)'>Get Listed &#8211; Local University &#8211; Spokane WA (REVIEW)</a> <small>On Thursday, Shawn and I attended the GetListed.org Local University...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.stemkoski.com/wp-content/uploads/2010/02/photo.jpg"><img src="http://www.stemkoski.com/wp-content/uploads/2010/02/photo.jpg" alt="" title="photo" width="250" height="333" style="float:right;" /></a>Zipline Interactive has been a participating member in Spokane Advertising Federation since we opened shop in 2005.  Our team members have attended a number of programs, helped with events, sat on the SAF board, and even helped develop and host the SAF website.    </p>
<p>We believe the SAF is an important resource for Spokane creatives. The SAF helps to educate, inspire, and motivate our creative community.  This in turns raises the image of Spokane and all regional companies that rely on the SAF members for their marketing and advertising needs.</p>
<p>This year we had the privilege of hosting the judging for the Yakima Advertising Federation at our office on Madison Street here in Spokane.  It was a great event.  There were a number of good entries from both students and professionals.  </p>
<p>The judges for the event where:  <br />
Kevin Armstrong &#8211; Addison/Kimberly<br />
 Jesse Pierpoint &#8211; Pierpoint Design &#038; Branding <br />
Rick Hosmer &#8211; Klündt | Hosmer<br />
Ryan Stemkoski &#8211; Zipline Interactive</p>
<p>Judging took several grueling hours but in the end kings were crowned. We won’t share the winners now but hopefully once they are announced we can share some of this great work with you.</p>


<p>Related posts:<ol><li><a href='http://www.stemkoski.com/get-listed-local-university-spokane-wa-review/' rel='bookmark' title='Permanent Link: Get Listed &#8211; Local University &#8211; Spokane WA (REVIEW)'>Get Listed &#8211; Local University &#8211; Spokane WA (REVIEW)</a> <small>On Thursday, Shawn and I attended the GetListed.org Local University...</small></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=Fp_aXpOwaQI:UtRH_WZDMn4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=Fp_aXpOwaQI:UtRH_WZDMn4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=Fp_aXpOwaQI:UtRH_WZDMn4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?i=Fp_aXpOwaQI:UtRH_WZDMn4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=Fp_aXpOwaQI:UtRH_WZDMn4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=Fp_aXpOwaQI:UtRH_WZDMn4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?i=Fp_aXpOwaQI:UtRH_WZDMn4:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=Fp_aXpOwaQI:UtRH_WZDMn4:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/stemkoski/kDjQ/~4/Fp_aXpOwaQI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.stemkoski.com/2010-yakima-advertising-federation-chinook-awards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.stemkoski.com/2010-yakima-advertising-federation-chinook-awards/</feedburner:origLink></item>
		<item>
		<title>Google Analytics Not Tracking Data on Your Website? Could be a JavaScript Error.</title>
		<link>http://feedproxy.google.com/~r/stemkoski/kDjQ/~3/lXOMl4GqMSk/</link>
		<comments>http://www.stemkoski.com/google-analytics-not-tracking-data-on-your-website-could-be-a-javascript-error/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 19:01:53 +0000</pubDate>
		<dc:creator>Ryan Stemkoski</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.stemkoski.com/?p=1386</guid>
		<description><![CDATA[This fix wont solve all Google Analytics tracking problems but it does address a specific issue. Outside of this problem, there are many other issues including disabled cookies, disabled JavaScript etc. that cannot be helped or fixed. If you have an existing website and Google Analytics is installed properly but is not collecting data please [...]


Related posts:<ol><li><a href='http://www.stemkoski.com/a-little-known-list-of-javascript-functions-equivalent-to-php-functions-in-jquery/' rel='bookmark' title='Permanent Link: A Little Known List of JavaScript Functions Equivalent to PHP Functions in jQuery'>A Little Known List of JavaScript Functions Equivalent to PHP Functions in jQuery</a> <small>Many of us PHP developers often find working with JavaScript...</small></li>
<li><a href='http://www.stemkoski.com/software-to-automatically-make-a-html-version-of-a-dynamic-website/' rel='bookmark' title='Permanent Link: Software to Automatically Make a HTML version of a Dynamic Website'>Software to Automatically Make a HTML version of a Dynamic Website</a> <small>It seems like there are a million different content management...</small></li>
<li><a href='http://www.stemkoski.com/how-to-detect-ie6-with-javascript/' rel='bookmark' title='Permanent Link: How to Detect IE6 Browser with JavaScript'>How to Detect IE6 Browser with JavaScript</a> <small>I have been doing a lot of work with jQuery...</small></li>
<li><a href='http://www.stemkoski.com/problem-with-jquery-ui-datepicker-dynamic-dom/' rel='bookmark' title='Permanent Link: Problem with jQuery UI Datepicker and Copied Dynamic DOM: Solved'>Problem with jQuery UI Datepicker and Copied Dynamic DOM: Solved</a> <small>Today, I ran into an interesting problem with the jQuery...</small></li>
<li><a href='http://www.stemkoski.com/jquery-ui-1-7-2-themes-list-at-google-code/' rel='bookmark' title='Permanent Link: jQuery UI 1.7.2 Themes List at Google Code'>jQuery UI 1.7.2 Themes List at Google Code</a> <small>Working with jQuery UI for the first time and looking...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.stemkoski.com/wp-content/uploads/2010/02/1246831917417792463.png"><img src="http://www.stemkoski.com/wp-content/uploads/2010/02/1246831917417792463.png" alt="" title="1246831917417792463" width="256" height="256" style="float:right;" /></a>This fix wont solve all Google Analytics tracking problems but it does address a specific issue.  Outside of this problem, there are many other issues including disabled cookies, disabled JavaScript etc. that cannot be helped or fixed. If you have an existing website and Google Analytics is installed properly but is not collecting data please read on.</p>
<p>I recently talked to a new customer with an existing website.  Her website was working great and was bringing in lots of business, however, no matter what she did she could not get Google Analytics to work on her website.  The website was well designed, and modern, the Google Analytics tracking code was installed properly and the code did not contain any errors.  I was perplexed so I started digging deeper.</p>
<h3>The Solution:</h3>
<p>After reviewing her code and analyzing her website I started reviewing the source code to see if some of the other JavaScript was somehow interfering with the Google Analytics.  This was not the problem, but the problem was directly related to JavaScript.  Some of the JavaScript code copy and pasted from another source contained a small syntax error.  This syntax error occurred early in the page and was preventing the rest of the on page JavaScript including Google Analytics from being executed.  The error, didn’t however effect the user experience and had gone unnoticed by her previous development company.  Once we repaired the issue Google Analytics begin to function as expected.</p>
<p>Note:  If you think this may be your problem I would suggest installing the web developer toolbar for Firefox.  It has a fantastic error and warning notification system that will help you find and debug these types of errors.</p>


<p>Related posts:<ol><li><a href='http://www.stemkoski.com/a-little-known-list-of-javascript-functions-equivalent-to-php-functions-in-jquery/' rel='bookmark' title='Permanent Link: A Little Known List of JavaScript Functions Equivalent to PHP Functions in jQuery'>A Little Known List of JavaScript Functions Equivalent to PHP Functions in jQuery</a> <small>Many of us PHP developers often find working with JavaScript...</small></li>
<li><a href='http://www.stemkoski.com/software-to-automatically-make-a-html-version-of-a-dynamic-website/' rel='bookmark' title='Permanent Link: Software to Automatically Make a HTML version of a Dynamic Website'>Software to Automatically Make a HTML version of a Dynamic Website</a> <small>It seems like there are a million different content management...</small></li>
<li><a href='http://www.stemkoski.com/how-to-detect-ie6-with-javascript/' rel='bookmark' title='Permanent Link: How to Detect IE6 Browser with JavaScript'>How to Detect IE6 Browser with JavaScript</a> <small>I have been doing a lot of work with jQuery...</small></li>
<li><a href='http://www.stemkoski.com/problem-with-jquery-ui-datepicker-dynamic-dom/' rel='bookmark' title='Permanent Link: Problem with jQuery UI Datepicker and Copied Dynamic DOM: Solved'>Problem with jQuery UI Datepicker and Copied Dynamic DOM: Solved</a> <small>Today, I ran into an interesting problem with the jQuery...</small></li>
<li><a href='http://www.stemkoski.com/jquery-ui-1-7-2-themes-list-at-google-code/' rel='bookmark' title='Permanent Link: jQuery UI 1.7.2 Themes List at Google Code'>jQuery UI 1.7.2 Themes List at Google Code</a> <small>Working with jQuery UI for the first time and looking...</small></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=lXOMl4GqMSk:cJU0ipoqDa8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=lXOMl4GqMSk:cJU0ipoqDa8:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=lXOMl4GqMSk:cJU0ipoqDa8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?i=lXOMl4GqMSk:cJU0ipoqDa8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=lXOMl4GqMSk:cJU0ipoqDa8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=lXOMl4GqMSk:cJU0ipoqDa8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?i=lXOMl4GqMSk:cJU0ipoqDa8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=lXOMl4GqMSk:cJU0ipoqDa8:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/stemkoski/kDjQ/~4/lXOMl4GqMSk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.stemkoski.com/google-analytics-not-tracking-data-on-your-website-could-be-a-javascript-error/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.stemkoski.com/google-analytics-not-tracking-data-on-your-website-could-be-a-javascript-error/</feedburner:origLink></item>
		<item>
		<title>Get Listed – Local University – Spokane WA (REVIEW)</title>
		<link>http://feedproxy.google.com/~r/stemkoski/kDjQ/~3/l2exPezm_q0/</link>
		<comments>http://www.stemkoski.com/get-listed-local-university-spokane-wa-review/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 16:46:20 +0000</pubDate>
		<dc:creator>Ryan Stemkoski</dc:creator>
				<category><![CDATA[SEO/SEM]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[GetListed.org]]></category>
		<category><![CDATA[Local University]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Spokane]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.stemkoski.com/?p=1380</guid>
		<description><![CDATA[On Thursday, Shawn and I attended the GetListed.org Local University conference at Northern Quest Casino here in Spokane. This was a great event, brought to town by our good friend Ed Reese from Sixth Man Marketing. Being a web professional in Spokane is difficult. All of the exciting workshops and conferences take places in major [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>On Thursday, Shawn and I attended the GetListed.org Local University conference at Northern Quest Casino here in Spokane.  This was a great event, brought to town by our good friend Ed Reese from Sixth Man Marketing.  Being a web professional in Spokane is difficult.  All of the exciting workshops and conferences take places in major U.S. cities.   Seattle is relatively nearby, and it gets its share of exciting web design / SEO events but even a half day conference in Seattle generally requires a hotel stay and hours of traveling.  </p>
<p>In some ways this puts Spokane Web Designers, Developers, and SEOs at a disadvantage.  We either have to make costly trips, pay expensive conference fees, and sacrifice precious work time to learn about new industry innovations or we are relegated to watching post conference video presentations.  Don’t get me wrong, I am very thankful these options exist but it is not the same as interacting with industry experts. Also, if people less motivated than I, they are unlikely to take the time to research these virtually attend these events on their own.  I believe this creates a barrier to information and contributes to a lack of innovation in our local market. In time, this will cause our local designers and developers to fall behind the national competition in major cities. This trend is bad for our regional economy and the local customers that rely on us to be industry experts.</p>
<h3>What was this Event About?</h3>
<p>This event was primarily an introductory course to Google Local and SEO.  This event was really useful for anyone involved with marketing a website but it was especially useful for those with little or no practical knowledge of SEO.  I personally do quite a bit of reading on the topic and I follow several of the presenters’ blogs so I wasn’t expecting much new information.  For me, this was primarily a refresher course but for the business owners in attendance there was a wealth of useful information.</p>
<p>While the presentations were good, I believe most of the new information I learned was in response to audience questions to the experts.  The event allowed for two separate Q/A sessions and there were some great questions asked by the attendees. </p>
<h3>What did I really think about the event?</h3>
<p>As I said previously this was a great event.  If GetListed.org’s Local University was return to Spokane, I would attended again, even if it were just to hear the same information. Prior to the event, we didn’t know how technical the information would be so we didn’t market the event to our clients.  In retrospect it would have been a great event to bring clients to, especially those with local retail locations who could benefit from better leveraging of Google Local.</p>
<p>I only have 2 complaints about the event.  The first, it would have been nice to have a 10-15 minute intermission after the first Q/A session to get up, stretch, and socialize.  During the 3rd hour I begin to lose some focus and I think a break would’ve helped immensely. Second, I think it would be a good idea to put the entire presentation into one Powerpoint file to make it easier to jump from person to person.  It appeared the presentations were very coordinated, however, the different styles of presentation and the constant changing between presentations was a bit distracting.<br />
One other note, I really enjoyed having a hand-out for Ed’s presentation and it would be great to have some take-away documents from each presenter even if it just had their contact information, an overview of what they do, their blog address, and some general points regarding their presentation.</p>
<h3>So who did the presenting?</h3>
<p><a href="http://www.davidmihm.com/blog/">David Mihm </a><br />
<a href="http://www.sixthmanmarketing.com/">Ed Reese</a><br />
<a href="http://blumenthals.com/blog/">Mike Blumenthal</a><br />
<a href="http://www.marybowling.com/">Mary Bowling</a><br />
<a href="http://www.smallbusinesssem.com/">Matt McGee</a></p>
<h3>What is the website for the event?</h3>
<p>You can read more about the event at: <a href="http://getlisted.org/spokane/">http://getlisted.org/spokane/</a></p>


<p>No related posts.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=l2exPezm_q0:5kGf1IwiszQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=l2exPezm_q0:5kGf1IwiszQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=l2exPezm_q0:5kGf1IwiszQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?i=l2exPezm_q0:5kGf1IwiszQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=l2exPezm_q0:5kGf1IwiszQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=l2exPezm_q0:5kGf1IwiszQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?i=l2exPezm_q0:5kGf1IwiszQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=l2exPezm_q0:5kGf1IwiszQ:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/stemkoski/kDjQ/~4/l2exPezm_q0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.stemkoski.com/get-listed-local-university-spokane-wa-review/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://www.stemkoski.com/get-listed-local-university-spokane-wa-review/</feedburner:origLink></item>
		<item>
		<title>Christmas 2009</title>
		<link>http://feedproxy.google.com/~r/stemkoski/kDjQ/~3/kE3q9lBleq8/</link>
		<comments>http://www.stemkoski.com/christmas-2009/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 13:36:04 +0000</pubDate>
		<dc:creator>Ryan Stemkoski</dc:creator>
				<category><![CDATA[PHP Development]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Christmas]]></category>
		<category><![CDATA[Family]]></category>
		<category><![CDATA[Kayla]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://www.stemkoski.com/?p=1362</guid>
		<description><![CDATA[This year we had 3 Christmas events. The first was with my side of the family the week prior to Christmas and the last two were with Kayla’s family on Christmas Eve and Christmas day. Since I have been too busy lately with work and family to sit down and write I thought I would [...]


Related posts:<ol><li><a href='http://www.stemkoski.com/holdens-3rd-birthday-party/' rel='bookmark' title='Permanent Link: Holden&#8217;s 3rd Birthday Party'>Holden&#8217;s 3rd Birthday Party</a> <small>Yesterday, Kayla and I made the trip to her family...</small></li>
<li><a href='http://www.stemkoski.com/the-bahamas-%e2%80%93-our-honeymoon-cruise-on-the-norwegian-sky/' rel='bookmark' title='Permanent Link: The Bahamas – Our Honeymoon Cruise on the Norwegian Sky'>The Bahamas – Our Honeymoon Cruise on the Norwegian Sky</a> <small>For those of you that follow this blog on a...</small></li>
<li><a href='http://www.stemkoski.com/ryan-stemkoski-kayla-arlt-engagement-photos/' rel='bookmark' title='Permanent Link: Engagement Photos of Kayla and I'>Engagement Photos of Kayla and I</a> <small>Kayla and I are getting married in just under 2...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This year we had 3 Christmas events.  The first was with my side of the family the week prior to Christmas and the last two were with Kayla’s family on Christmas Eve and Christmas day.  Since I have been too busy lately with work and family to sit down and write I thought I would share a few photos from Christmas Eve.  They’re mostly of Holden, Leah, and Mya our nieces and nephews on Kayla’s side.<br />

<a href='http://www.stemkoski.com/christmas-2009/img_5739/' title='IMG_5739'><img width="150" height="150" src="http://www.stemkoski.com/wp-content/uploads/2009/12/IMG_5739-150x150.jpg" class="attachment-thumbnail" alt="IMG_5739" title="IMG_5739" /></a>
<a href='http://www.stemkoski.com/christmas-2009/img_5751/' title='IMG_5751'><img width="150" height="150" src="http://www.stemkoski.com/wp-content/uploads/2009/12/IMG_5751-150x150.jpg" class="attachment-thumbnail" alt="IMG_5751" title="IMG_5751" /></a>
<a href='http://www.stemkoski.com/christmas-2009/img_5765/' title='IMG_5765'><img width="150" height="150" src="http://www.stemkoski.com/wp-content/uploads/2009/12/IMG_5765-150x150.jpg" class="attachment-thumbnail" alt="IMG_5765" title="IMG_5765" /></a>
<a href='http://www.stemkoski.com/christmas-2009/img_5806/' title='IMG_5806'><img width="150" height="150" src="http://www.stemkoski.com/wp-content/uploads/2009/12/IMG_5806-150x150.jpg" class="attachment-thumbnail" alt="IMG_5806" title="IMG_5806" /></a>
<a href='http://www.stemkoski.com/christmas-2009/img_5811/' title='IMG_5811'><img width="150" height="150" src="http://www.stemkoski.com/wp-content/uploads/2009/12/IMG_5811-150x150.jpg" class="attachment-thumbnail" alt="IMG_5811" title="IMG_5811" /></a>
<a href='http://www.stemkoski.com/christmas-2009/img_5818/' title='IMG_5818'><img width="150" height="150" src="http://www.stemkoski.com/wp-content/uploads/2009/12/IMG_5818-150x150.jpg" class="attachment-thumbnail" alt="IMG_5818" title="IMG_5818" /></a>
<a href='http://www.stemkoski.com/christmas-2009/img_5847/' title='IMG_5847'><img width="150" height="150" src="http://www.stemkoski.com/wp-content/uploads/2009/12/IMG_5847-150x150.jpg" class="attachment-thumbnail" alt="IMG_5847" title="IMG_5847" /></a>
<a href='http://www.stemkoski.com/christmas-2009/img_5862/' title='IMG_5862'><img width="150" height="150" src="http://www.stemkoski.com/wp-content/uploads/2009/12/IMG_5862-150x150.jpg" class="attachment-thumbnail" alt="IMG_5862" title="IMG_5862" /></a>
<a href='http://www.stemkoski.com/christmas-2009/img_5889/' title='IMG_5889'><img width="150" height="150" src="http://www.stemkoski.com/wp-content/uploads/2009/12/IMG_5889-150x150.jpg" class="attachment-thumbnail" alt="IMG_5889" title="IMG_5889" /></a>
<a href='http://www.stemkoski.com/christmas-2009/img_5903/' title='IMG_5903'><img width="150" height="150" src="http://www.stemkoski.com/wp-content/uploads/2009/12/IMG_5903-150x150.jpg" class="attachment-thumbnail" alt="IMG_5903" title="IMG_5903" /></a>
<a href='http://www.stemkoski.com/christmas-2009/img_5925/' title='IMG_5925'><img width="150" height="150" src="http://www.stemkoski.com/wp-content/uploads/2009/12/IMG_5925-150x150.jpg" class="attachment-thumbnail" alt="IMG_5925" title="IMG_5925" /></a>
<a href='http://www.stemkoski.com/christmas-2009/img_5948/' title='IMG_5948'><img width="150" height="150" src="http://www.stemkoski.com/wp-content/uploads/2009/12/IMG_5948-150x150.jpg" class="attachment-thumbnail" alt="IMG_5948" title="IMG_5948" /></a>
</p>


<p>Related posts:<ol><li><a href='http://www.stemkoski.com/holdens-3rd-birthday-party/' rel='bookmark' title='Permanent Link: Holden&#8217;s 3rd Birthday Party'>Holden&#8217;s 3rd Birthday Party</a> <small>Yesterday, Kayla and I made the trip to her family...</small></li>
<li><a href='http://www.stemkoski.com/the-bahamas-%e2%80%93-our-honeymoon-cruise-on-the-norwegian-sky/' rel='bookmark' title='Permanent Link: The Bahamas – Our Honeymoon Cruise on the Norwegian Sky'>The Bahamas – Our Honeymoon Cruise on the Norwegian Sky</a> <small>For those of you that follow this blog on a...</small></li>
<li><a href='http://www.stemkoski.com/ryan-stemkoski-kayla-arlt-engagement-photos/' rel='bookmark' title='Permanent Link: Engagement Photos of Kayla and I'>Engagement Photos of Kayla and I</a> <small>Kayla and I are getting married in just under 2...</small></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=kE3q9lBleq8:f9pL4S-8uuA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=kE3q9lBleq8:f9pL4S-8uuA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=kE3q9lBleq8:f9pL4S-8uuA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?i=kE3q9lBleq8:f9pL4S-8uuA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=kE3q9lBleq8:f9pL4S-8uuA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=kE3q9lBleq8:f9pL4S-8uuA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?i=kE3q9lBleq8:f9pL4S-8uuA:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=kE3q9lBleq8:f9pL4S-8uuA:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/stemkoski/kDjQ/~4/kE3q9lBleq8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.stemkoski.com/christmas-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.stemkoski.com/christmas-2009/</feedburner:origLink></item>
		<item>
		<title>How to Read a Remote Text File with PHP</title>
		<link>http://feedproxy.google.com/~r/stemkoski/kDjQ/~3/9KQ2BldL_78/</link>
		<comments>http://www.stemkoski.com/how-to-read-a-remote-text-file-with-php/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 16:34:17 +0000</pubDate>
		<dc:creator>Ryan Stemkoski</dc:creator>
				<category><![CDATA[PHP Development]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Zipline]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Remote]]></category>
		<category><![CDATA[Text Files]]></category>

		<guid isPermaLink="false">http://www.stemkoski.com/?p=1347</guid>
		<description><![CDATA[Reading text files with PHP isn’t really too difficult. I have done it quite a few times but it isn’t something I do everyday. A few weeks ago, I wrote a simple script to read a text file and it has been working great, until today. Originally, the script I wrote was reading a very [...]


Related posts:<ol><li><a href='http://www.stemkoski.com/block-inc-files-from-displaying-on-apache-web-server/' rel='bookmark' title='Permanent Link: Block .inc Files from Displaying on an Apache Web Server'>Block .inc Files from Displaying on an Apache Web Server</a> <small>Block .inc Files from Displaying on Apache Web ServerBlock .inc...</small></li>
<li><a href='http://www.stemkoski.com/how-to-access-mysql-at-web-hosts-without-phpmyadmin/' rel='bookmark' title='Permanent Link: How to Access MySQL at Web Hosts Without phpMyAdmin'>How to Access MySQL at Web Hosts Without phpMyAdmin</a> <small>While most web hosts have phpMyAdmin installed for their customers...</small></li>
<li><a href='http://www.stemkoski.com/how-to-use-php-in-htm-or-html-files/' rel='bookmark' title='Permanent Link: How to use PHP in .htm or .html Files'>How to use PHP in .htm or .html Files</a> <small>The need to execute PHP in HTM or HTML files...</small></li>
<li><a href='http://www.stemkoski.com/software-to-automatically-make-a-html-version-of-a-dynamic-website/' rel='bookmark' title='Permanent Link: Software to Automatically Make a HTML version of a Dynamic Website'>Software to Automatically Make a HTML version of a Dynamic Website</a> <small>It seems like there are a million different content management...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Reading text files with PHP isn’t really too difficult.  I have done it quite a few times but it isn’t something I do everyday.  A few weeks ago, I wrote a simple script to read a text file and it has been working great, until today.  Originally, the script I wrote was reading a very simple text file and it had no problems. Unfortunately, today I tried to use it to read a larger text file and discovered that when reading remote files fopen will stop after a packet is available. If you need to read a larger file this can be a real problem.</p>
<p><strong>Original </strong><br />
Below is the original script that had the problem with larger files, it works great with local files and also with short remote files. Check it out here:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?PHP</span>
	<span style="color: #000088;">$file</span> <span style="color: #339933;">=</span> <span style="color: #990000;">fopen</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;http://www.ietf.org/rfc/rfc2396.txt&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;rb&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #000088;">$output</span> <span style="color: #339933;">=</span> <span style="color: #990000;">fread</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$file</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">8192</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #990000;">fclose</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$file</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #b1b100;">echo</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$output</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p><strong>Improved</strong><br />
If you have a longer file then you can solve the packet issue by concatenating the file together in several groupings.  An example of the revised and working script has been included below:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?PHP</span>
	<span style="color: #000088;">$file</span> <span style="color: #339933;">=</span> <span style="color: #990000;">fopen</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;http://www.ietf.org/rfc/rfc2396.txt&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;rb&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #000088;">$output</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">''</span><span style="color: #339933;">;</span>
	<span style="color: #b1b100;">while</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span><span style="color: #990000;">feof</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$file</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
	 	<span style="color: #000088;">$output</span> <span style="color: #339933;">.=</span> <span style="color: #990000;">fread</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$file</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">8192</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #009900;">&#125;</span>
	<span style="color: #990000;">fclose</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$file</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #b1b100;">echo</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$output</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p><em>Note: I have no idea what the text file used in this example is for. I just grabbed it from a Google search because it was large enough to demonstrate the problem I am illustrating.</em></p>


<p>Related posts:<ol><li><a href='http://www.stemkoski.com/block-inc-files-from-displaying-on-apache-web-server/' rel='bookmark' title='Permanent Link: Block .inc Files from Displaying on an Apache Web Server'>Block .inc Files from Displaying on an Apache Web Server</a> <small>Block .inc Files from Displaying on Apache Web ServerBlock .inc...</small></li>
<li><a href='http://www.stemkoski.com/how-to-access-mysql-at-web-hosts-without-phpmyadmin/' rel='bookmark' title='Permanent Link: How to Access MySQL at Web Hosts Without phpMyAdmin'>How to Access MySQL at Web Hosts Without phpMyAdmin</a> <small>While most web hosts have phpMyAdmin installed for their customers...</small></li>
<li><a href='http://www.stemkoski.com/how-to-use-php-in-htm-or-html-files/' rel='bookmark' title='Permanent Link: How to use PHP in .htm or .html Files'>How to use PHP in .htm or .html Files</a> <small>The need to execute PHP in HTM or HTML files...</small></li>
<li><a href='http://www.stemkoski.com/software-to-automatically-make-a-html-version-of-a-dynamic-website/' rel='bookmark' title='Permanent Link: Software to Automatically Make a HTML version of a Dynamic Website'>Software to Automatically Make a HTML version of a Dynamic Website</a> <small>It seems like there are a million different content management...</small></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=9KQ2BldL_78:1f9EwEPopWk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=9KQ2BldL_78:1f9EwEPopWk:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=9KQ2BldL_78:1f9EwEPopWk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?i=9KQ2BldL_78:1f9EwEPopWk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=9KQ2BldL_78:1f9EwEPopWk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=9KQ2BldL_78:1f9EwEPopWk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?i=9KQ2BldL_78:1f9EwEPopWk:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=9KQ2BldL_78:1f9EwEPopWk:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/stemkoski/kDjQ/~4/9KQ2BldL_78" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.stemkoski.com/how-to-read-a-remote-text-file-with-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.stemkoski.com/how-to-read-a-remote-text-file-with-php/</feedburner:origLink></item>
		<item>
		<title>Software to Automatically Make a HTML version of a Dynamic Website</title>
		<link>http://feedproxy.google.com/~r/stemkoski/kDjQ/~3/LLpZ1ukKATQ/</link>
		<comments>http://www.stemkoski.com/software-to-automatically-make-a-html-version-of-a-dynamic-website/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 14:00:07 +0000</pubDate>
		<dc:creator>Ryan Stemkoski</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP Development]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Zipline]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Website Backup]]></category>

		<guid isPermaLink="false">http://www.stemkoski.com/?p=1351</guid>
		<description><![CDATA[It seems like there are a million different content management systems out there. Some like the ZLCMS system we use at Zipline are transferrable to another web host but occasionally we have run into web development companies with ‘proprietary’ content management systems. Many of these companies won’t allow their customers to transfer their website to [...]


Related posts:<ol><li><a href='http://www.stemkoski.com/how-to-use-php-in-htm-or-html-files/' rel='bookmark' title='Permanent Link: How to use PHP in .htm or .html Files'>How to use PHP in .htm or .html Files</a> <small>The need to execute PHP in HTM or HTML files...</small></li>
<li><a href='http://www.stemkoski.com/problem-with-jquery-ui-datepicker-dynamic-dom/' rel='bookmark' title='Permanent Link: Problem with jQuery UI Datepicker and Copied Dynamic DOM: Solved'>Problem with jQuery UI Datepicker and Copied Dynamic DOM: Solved</a> <small>Today, I ran into an interesting problem with the jQuery...</small></li>
<li><a href='http://www.stemkoski.com/how-to-access-mysql-at-web-hosts-without-phpmyadmin/' rel='bookmark' title='Permanent Link: How to Access MySQL at Web Hosts Without phpMyAdmin'>How to Access MySQL at Web Hosts Without phpMyAdmin</a> <small>While most web hosts have phpMyAdmin installed for their customers...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>It seems like there are a million different content management systems out there.  Some like the ZLCMS system we use at Zipline are transferrable to another web host but occasionally we have run into web development companies with ‘proprietary’ content management systems. Many of these companies won’t allow their customers to transfer their website to another hosting company. Often, when we run into these situations the customers are willing to forfeit their content management just to get away from the web development company they are working with.  On a few of these occasions we have been forced to hand backup an entire HTML website, updating images, links, etc.</p>
<p>Years ago I had a software program that would copy down an entire HTML site fairly accurately.  Unfortunately, as the web transitioned to dynamic websites this software package could not keep up with the advances.</p>
<p>Today, I discovered a website backup utility that has done a fantastic job in my tests.   I backed up several of our complicated dynamic websites and it has done a great job making them work in an HTML version.  If you run into a situation where your website, or your customers website is being held hostage by a web design company this could be the perfect solution for you.</p>
<p>The software is called HTTrack Website Copier and it is a free GPL licensed software package.</p>
<h3><a href="http://download.httrack.com/cserv.php3?File=httrack.exe">Click here to download HTTrack</a></h3>
<p></p>
<p>If you have any comments or questions please leave a comment below. </p>


<p>Related posts:<ol><li><a href='http://www.stemkoski.com/how-to-use-php-in-htm-or-html-files/' rel='bookmark' title='Permanent Link: How to use PHP in .htm or .html Files'>How to use PHP in .htm or .html Files</a> <small>The need to execute PHP in HTM or HTML files...</small></li>
<li><a href='http://www.stemkoski.com/problem-with-jquery-ui-datepicker-dynamic-dom/' rel='bookmark' title='Permanent Link: Problem with jQuery UI Datepicker and Copied Dynamic DOM: Solved'>Problem with jQuery UI Datepicker and Copied Dynamic DOM: Solved</a> <small>Today, I ran into an interesting problem with the jQuery...</small></li>
<li><a href='http://www.stemkoski.com/how-to-access-mysql-at-web-hosts-without-phpmyadmin/' rel='bookmark' title='Permanent Link: How to Access MySQL at Web Hosts Without phpMyAdmin'>How to Access MySQL at Web Hosts Without phpMyAdmin</a> <small>While most web hosts have phpMyAdmin installed for their customers...</small></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=LLpZ1ukKATQ:5O3h9OeC8YI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=LLpZ1ukKATQ:5O3h9OeC8YI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=LLpZ1ukKATQ:5O3h9OeC8YI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?i=LLpZ1ukKATQ:5O3h9OeC8YI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=LLpZ1ukKATQ:5O3h9OeC8YI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=LLpZ1ukKATQ:5O3h9OeC8YI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?i=LLpZ1ukKATQ:5O3h9OeC8YI:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=LLpZ1ukKATQ:5O3h9OeC8YI:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/stemkoski/kDjQ/~4/LLpZ1ukKATQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.stemkoski.com/software-to-automatically-make-a-html-version-of-a-dynamic-website/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.stemkoski.com/software-to-automatically-make-a-html-version-of-a-dynamic-website/</feedburner:origLink></item>
		<item>
		<title>New Camera – Canon EOS 7D</title>
		<link>http://feedproxy.google.com/~r/stemkoski/kDjQ/~3/BXeVrJJkmN8/</link>
		<comments>http://www.stemkoski.com/new-camera-canon-eos-7d/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 14:06:12 +0000</pubDate>
		<dc:creator>Ryan Stemkoski</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Canon 7D]]></category>
		<category><![CDATA[Canon Digital Rebel]]></category>
		<category><![CDATA[Landscape Photography]]></category>

		<guid isPermaLink="false">http://www.stemkoski.com/?p=1342</guid>
		<description><![CDATA[Anyone who reads my blog on a regular basis knows I am an amateur landscape photographer. Ever since I was very young I have enjoyed exploring and photographing the Pacific Northwest’s natural wonders. My grandfather taught me the basics of photography when I was very young. Back then we did all of our photography with [...]


Related posts:<ol><li><a href='http://www.stemkoski.com/the-bahamas-%e2%80%93-our-honeymoon-cruise-on-the-norwegian-sky/' rel='bookmark' title='Permanent Link: The Bahamas – Our Honeymoon Cruise on the Norwegian Sky'>The Bahamas – Our Honeymoon Cruise on the Norwegian Sky</a> <small>For those of you that follow this blog on a...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.stemkoski.com/wp-content/uploads/2009/12/7D.jpg"><img src="http://www.stemkoski.com/wp-content/uploads/2009/12/7D.jpg" alt="7D" title="7D" width="300" height="279" style="float:right; margin-left:10px; margin-bottom: 10px;" /></a>Anyone who reads my blog on a regular basis knows I am an amateur landscape photographer.  Ever since I was very young I have enjoyed exploring and photographing the Pacific Northwest’s natural wonders. My grandfather taught me the basics of photography when I was very young. Back then we did all of our photography with 35mm cameras. Over the years I have moved to digital and increased my photography skills. Someday I hope to be able to sell my photographs but I still have a long ways to go.</p>
<p>Several years ago, I purchased the Canon Digital Rebel the day it was released. At the time, it was one of the first affordable SLR cameras on the market.  Over the past few years my Digital Rebel has served me well but now it is time to upgrade.  There have been a number of improvements to digital SLR camera technology since the original Digital Rebel was released and I am excited to take advantage of them.</p>
<p><strong>Why the Canon 7D</strong><br />
I need a professional quality SLR. Prior to the announcement of the Canon 7D I had been looking at the Canon EOS 5D. The 5D is a fantastic camera with a ton of great features but as expected it comes with a hefty price tag.  As an amateur, it is hard to justify the cost for any new equipment, especially a camera that expensive.</p>
<p>The Canon 7D suits me very well.  It may not have as good a sensor as the 5D but it does take 1080P HD video and offer a solid 18MP CMOS Sensor.  It also has a quick 19 point AF system.  For the $1699 price tag it is a very nice camera and for an amateur like myself it will do a good job for me for years to come.<br />
I was tempted to buy this camera as soon as it was released like I did with the Digital Rebel but I decided to wait until I knew a few photographers that had purchased the 7D so I could get some honest, first-hand reviews.  I find that reading online camera reviews can be both good and bad.  Any mid-level camera will get very good reviews and very bad reviews.  Some of both come from real experts, some come from people who have either paid much more for a higher model camera and want to justify their purchase, or some are written by people that don’t know anything about good camera technology.  I have read many of the 7D reviews but I like to rely on the real world feedback from my friends.</p>
<p>What my photographer friends are saying about the 7D so far:</p>
<ul>
<li>The 7D takes great pictures and is very fast</li>
<li>The 7D is a professional grade camera and with all the options it isn’t as ‘easy’ to use as  Digital Rebel</li>
<li>The 7D has a massive user manual and will take some time to learn and use</li>
<li>The 7D 19 point AF system is quick and accurate</li>
<li>The ability to switch between RAW and JPEG is very handy</li>
<li>Video quality  is good and color is better than competing cameras at night</li>
<li>The viewfinder is very clear and shows exactly what you are photographing</li>
<li>The large LCD screen provides an accurate view of the photo</li>
</ul>
<p>Based on what I have read, heard, and the price, I am going to purchase the Canon 7D in the next couple weeks.  Once I get it, I will make some posts about my experiences adjusting from the basic Digital Rebel to a semi- professional camera, the 7D.  I will also discuss some of the pros and cons of the 7D from my perspective.  </p>


<p>Related posts:<ol><li><a href='http://www.stemkoski.com/the-bahamas-%e2%80%93-our-honeymoon-cruise-on-the-norwegian-sky/' rel='bookmark' title='Permanent Link: The Bahamas – Our Honeymoon Cruise on the Norwegian Sky'>The Bahamas – Our Honeymoon Cruise on the Norwegian Sky</a> <small>For those of you that follow this blog on a...</small></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=BXeVrJJkmN8:Ij7WnQc6wEU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=BXeVrJJkmN8:Ij7WnQc6wEU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=BXeVrJJkmN8:Ij7WnQc6wEU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?i=BXeVrJJkmN8:Ij7WnQc6wEU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=BXeVrJJkmN8:Ij7WnQc6wEU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=BXeVrJJkmN8:Ij7WnQc6wEU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?i=BXeVrJJkmN8:Ij7WnQc6wEU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?a=BXeVrJJkmN8:Ij7WnQc6wEU:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/stemkoski/kDjQ?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/stemkoski/kDjQ/~4/BXeVrJJkmN8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.stemkoski.com/new-camera-canon-eos-7d/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.stemkoski.com/new-camera-canon-eos-7d/</feedburner:origLink></item>
	</channel>
</rss>
