<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.1" -->
<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/"
	>

<channel>
	<title>TechToolBlog &#187; web 2.0 ish</title>
	<link>http://www.techtoolblog.com</link>
	<description></description>
	<pubDate>Mon, 30 Aug 2010 13:08:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
	<language>en</language>
			<item>
		<title>Dealer.com - Impressed</title>
		<link>http://www.techtoolblog.com/archives/dealercom-impressed</link>
		<comments>http://www.techtoolblog.com/archives/dealercom-impressed#comments</comments>
		<pubDate>Thu, 10 Apr 2008 14:36:56 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[tools]]></category>

		<category><![CDATA[web 2.0 ish]]></category>

		<guid isPermaLink="false">http://www.techtoolblog.com/archives/dealercom-impressed</guid>
		<description><![CDATA[We recently were in the car market because of a bad transmission on our Toyota Corrolla.&#160; As I was browsing thru the different online car dealers websites, I ran across a few that really impressed me from a tech/geekie view.&#160; These sites were using lightbox for car photos, had some really nice icon work, their [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Dealer.com - Impressed", url: "http://www.techtoolblog.com/archives/dealercom-impressed" });</script>]]></description>
			<content:encoded><![CDATA[<p>We recently were in the car market because of a bad transmission on our Toyota Corrolla.&#160; As I was browsing thru the different online car dealers websites, I ran across a few that really impressed me from a tech/geekie view.&#160; These sites were using lightbox for car photos, had some really nice icon work, their search had multiple filters you could apply, real nice rollover effects on their grids, all really good web techniques were being displayed.&#160;&#160; I started noticing a trend that these sites were being made from the same mold, not exactly cookie cut, but defiantly produced by the same web shop.&#160; Today I figured out they were all produced from <a href="http://www.dealer.com">dealer.com</a>.&#160; </p>
<p>Here is the list of technology they are using to make car sites really nice for once and what other technology they use that I could gleam from their source &amp; site:</p>
<ul>
<li><a href="http://jquery.com/demo/thickbox/">Thickbox</a> - I&#8217;m a big fan of this lightbox cousin.</li>
<li>jQuery - You know I love jQuery goodness.</li>
<li>Validation - They have their own validation routines that they are able add a &lt;script&gt; tag and plug in an array with fields that need validation.&#160; Not bad but they should look at my <a href="http://www.techtoolblog.com/archives/javascript-generic-form-validation">javascript generic form validation</a> script which works in a similar way to jQuery.</li>
<li>Jive Live for the online chat sessions, although I thought Jive Live was defunct now but maybe not.&#160; Either way I&#8217;ll give them a pass for using Java <img src='http://www.techtoolblog.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
<li>SEO friendly markup.&#160; Not a lot of of table tags and a nice usage of friendly seo markup on important keywords. Although I think they could do a better job on URL, meta tags, and title tags.</li>
<li>Icon/Images/Navigation.&#160; They stand out here, text style is pt so it scales to my dpi setting.&#160; Images are clean, navigation is standard (which is good), icons are meaning full and big enough to give a real impression.</li>
<li><a href="http://extjs.com/">Ext JS</a> - A really nice framework for AJAX grids and other ajax aspects.</li>
<li>Java - Ah, dang I was so impressed until I found this out :).&#160; Half joking of course.&#160; In a world of dynamics language being the thing, it&#8217;s funny how I now feel more comfortable thinking about doing Java then say Ruby or Python.</li>
<li>MySQL - Another proof that MySQL scales, although they must have some really good DB guys to put their system on it.</li>
<li>CVS - Hey you guys should be using <a href="http://www.seapine.com/surroundscm.html">Surround SCM</a> <img src='http://www.techtoolblog.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
<li>Hibernate - Yes another good choice here.&#160; I&#8217;ve never messed with hibernate but ORM is a good thing.</li>
<li>Flex - No thanks, would prefer Silverlight</li>
</ul>
<p>So here is a run down on their architecture and my choice if I was the evil mastermind behind the scene:</p>
<table cellspacing="0" cellpadding="2" width="400" border="1">
<tbody>
<tr>
<td valign="top" width="133">&#160;</td>
<td valign="top" width="133"><strong>Dealer.com</strong></td>
<td valign="top" width="133"><strong>Mine</strong></td>
</tr>
<tr>
<td valign="top" width="133"><strong>Javascript Framework</strong></td>
<td valign="top" width="133">jQuery</td>
<td valign="top" width="133">jQuery         </td>
</tr>
<tr>
<td valign="top" width="133"><strong>Imaging Javascript</strong></td>
<td valign="top" width="133">Thickbox</td>
<td valign="top" width="133">Thickbox</td>
</tr>
<tr>
<td valign="top" width="133"><strong>Ajax Framework</strong></td>
<td valign="top" width="133">Ext JS</td>
<td valign="top" width="133">ASP.NET AJAX</td>
</tr>
<tr>
<td valign="top" width="133"><strong>Server Side Language</strong></td>
<td valign="top" width="133">Java</td>
<td valign="top" width="133">C#</td>
</tr>
<tr>
<td valign="top" width="133"><strong>Database</strong></td>
<td valign="top" width="133">MySQL</td>
<td valign="top" width="133">SQL Server</td>
</tr>
<tr>
<td valign="top" width="133"><strong>ORM</strong></td>
<td valign="top" width="133">Hiberate</td>
<td valign="top" width="133">LINQ</td>
</tr>
<tr>
<td valign="top" width="133"><strong>Rich Application Framework</strong></td>
<td valign="top" width="133">Flex</td>
<td valign="top" width="133">Silverlight</td>
</tr>
</tbody>
</table>
<p><a href="http://sharethis.com/item?&wp=2.3.1&amp;publisher=24accfc2-4cf2-46ea-abf6-c137f8fa267d&amp;title=Dealer.com+-+Impressed&amp;url=http%3A%2F%2Fwww.techtoolblog.com%2Farchives%2Fdealercom-impressed">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.techtoolblog.com/archives/dealercom-impressed/feed</wfw:commentRss>
		</item>
		<item>
		<title>Firefox 3 beta 5 mini Review</title>
		<link>http://www.techtoolblog.com/archives/firefox-3-beta-5-mini-review</link>
		<comments>http://www.techtoolblog.com/archives/firefox-3-beta-5-mini-review#comments</comments>
		<pubDate>Wed, 02 Apr 2008 18:28:41 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[tools]]></category>

		<category><![CDATA[web 2.0 ish]]></category>

		<guid isPermaLink="false">http://www.techtoolblog.com/archives/firefox-3-beta-5-mini-review</guid>
		<description><![CDATA[ Firefox 3 beta 5 is shipping soon or maybe already shipped, either way I got my hands on it today to play around.&#160; It&#8217;s much further along then the last 3 beta I tried (2,3?).&#160; Extensions don&#8217;t work and never will unless each extension developer updates their stuff to either tell firefox it is [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Firefox 3 beta 5 mini Review", url: "http://www.techtoolblog.com/archives/firefox-3-beta-5-mini-review" });</script>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techtoolblog.com//wp-content/uploads/2008/04/image.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" border="0" alt="image" align="right" src="http://www.techtoolblog.com//wp-content/uploads/2008/04/image-thumb.png" width="244" height="240" /></a> Firefox 3 beta 5 is shipping soon or maybe already shipped, either way I got my hands on it today to play around.&#160; It&#8217;s much further along then the last 3 beta I tried (2,3?).&#160; Extensions don&#8217;t work and never will unless each extension developer updates their stuff to either tell firefox it is compatible or actual code changes to make it happen.&#160; I&#8217;m not a fan of the architect of their compatibility system, I think things should try to work and if not let you know an extension broke firefox and let you disable it.&#160; Microsoft Outlook does this very well.</p>
<h2>Fast</h2>
<p>Firefox 3 beta 5 is silly fast, so much so that I was browsing an internal web app today, thinking, &quot;hey who ajaxified this thing?&quot;.&#160; Turns out the web app is still doing traditional post backs but FF is so fast you can&#8217;t tell, the screen never &quot;refreshes&quot; only by looking at the green loading indicator at the bottom can you tell.</p>
<p>Gmail has become paininfully slow on FF 2.&#160; With FF 3, the thing is blazing fast again.&#160; You know the FF &amp; Google guys must be working on things together like this. Gmail search is still slow though.</p>
<h2>Memory </h2>
<p>Better then FF 2 which is a memory hog but still not great, it easily got up to 100 mb after an hour of using (2-3 tabs open at once).</p>
<h2>Conclusion</h2>
<p>I&#8217;d be using this thing as my main browser if my extensions would all work, at last I&#8217;m back to FF 2 because I&#8217;m tied to my extensions.</p>
<p><a href="http://sharethis.com/item?&wp=2.3.1&amp;publisher=24accfc2-4cf2-46ea-abf6-c137f8fa267d&amp;title=Firefox+3+beta+5+mini+Review&amp;url=http%3A%2F%2Fwww.techtoolblog.com%2Farchives%2Ffirefox-3-beta-5-mini-review">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.techtoolblog.com/archives/firefox-3-beta-5-mini-review/feed</wfw:commentRss>
		</item>
		<item>
		<title>Android Developer Session</title>
		<link>http://www.techtoolblog.com/archives/android-developer-session</link>
		<comments>http://www.techtoolblog.com/archives/android-developer-session#comments</comments>
		<pubDate>Tue, 15 Jan 2008 14:10:21 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[tools]]></category>

		<category><![CDATA[web 2.0 ish]]></category>

		<guid isPermaLink="false">http://www.techtoolblog.com/archives/android-developer-session</guid>
		<description><![CDATA[Although I have never done any mobile programming I went to the Google Android Developer session at CodeMash anyway.&#160; I wanted to get a peek on how the big Goog was going to market and sell to developers.
I was not disappointed, this was the most educational session I was at.&#160; First of all Android is [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Android Developer Session", url: "http://www.techtoolblog.com/archives/android-developer-session" });</script>]]></description>
			<content:encoded><![CDATA[<p>Although I have never done any mobile programming I went to the Google Android Developer session at CodeMash anyway.&#160; I wanted to get a peek on how the big Goog was going to market and sell to developers.</p>
<p>I was not disappointed, this was the most educational session I was at.&#160; First of all Android is java based like EJB.&#160; I do not do Java and have no real idea what EJB is.&#160; That being said, this is what I took away from Android.</p>
<ul>
<li>UI - XML layout like XUL, striking similarities to Microsoft Silverlight interface design or vice versa if you want.</li>
<li>Should use Eclipse for your IDE</li>
<li>Views &amp; Controls terminology is the same i.e. a view is a control and vice versa.</li>
<li>No intellisense yet on the xml gui, plus xml is case sensitive</li>
<li>Programs can be created as application or as a service.&#160; Services have a longer life span</li>
</ul>
<h5>Overview</h5>
<p>Again, I haven&#8217;t done any mobile program so correct me if I&#8217;m wrong here, but Android seems to function differently then any other mobile OS.&#160; For one, Android programs (including programs you write for Android) never really die.&#160; So when a user clicks close on an application, it still exists, running in the background.&#160; That&#8217;s why when you click on the same application it is instantly there, no startup wait or anything.&#160; I know on my Blackberry 8830, programs take a second or two to start up so they can&#8217;t be running in the background like Android does.&#160; This makes things much more fluid to the end user.&#160; Android deals with all these applications running by systematically killing applications that haven&#8217;t been used in a while and or &quot;learns&quot; the end users tendencies from what apps they use.&#160; Brilliant.&#160; When an app is killed by the OS, the program can see this event happening and can store its current state, file or on SQL Lite, so that when the end user fires this app back up, no data is lost.&#160; One thing is that programmers must put this logic in their app.&#160; Google isn&#8217;t Microsoft, they don&#8217;t seem to want to hand hold developers thru this.</p>
<p>Another feature Android is pushing is a new messaging system to replace SMS, although SMS will still be included.&#160; SMS is limited to the number of character able to be sent.&#160; This new protocol will have infinite character length.&#160; The reason is Google wants to be able to push XML to the device, similar to how Blackberrys work.&#160; This XML can have specific commands tied to specific applications that can be fired off.&#160; There is a lot of possibility here.</p>
<p>Although I&#8217;m certainly not a Java guy (we do have one in the family), Android is something I have to make room in my schedule to whip something together.</p>
<p><a href="http://sharethis.com/item?&wp=2.3.1&amp;publisher=24accfc2-4cf2-46ea-abf6-c137f8fa267d&amp;title=Android+Developer+Session&amp;url=http%3A%2F%2Fwww.techtoolblog.com%2Farchives%2Fandroid-developer-session">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.techtoolblog.com/archives/android-developer-session/feed</wfw:commentRss>
		</item>
		<item>
		<title>Mobile Services Review</title>
		<link>http://www.techtoolblog.com/archives/mobile-services-review</link>
		<comments>http://www.techtoolblog.com/archives/mobile-services-review#comments</comments>
		<pubDate>Wed, 24 Oct 2007 15:32:27 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[tools]]></category>

		<category><![CDATA[web 2.0 ish]]></category>

		<guid isPermaLink="false">http://www.techtoolblog.com/archives/mobile-services-review</guid>
		<description><![CDATA[&#160;
General Thoughts
Google provides the most coverage of the categories, although typically not the best.&#160; They have some real improvement to be&#160;made here.&#160; Yahoo! seems to&#160;do the best for coverage and quality.&#160; Microsoft is lacking on a few fronts but their find a business (which is probably the best feature of a mobile service period)&#160;feature was [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Mobile Services Review", url: "http://www.techtoolblog.com/archives/mobile-services-review" });</script>]]></description>
			<content:encoded><![CDATA[<p><strong></strong>&nbsp;</p>
<p><strong>General Thoughts</strong></p>
<p>Google provides the most coverage of the categories, although typically not the best.&nbsp; They have some real improvement to be&nbsp;made here.&nbsp; Yahoo! seems to&nbsp;do the best for coverage and quality.&nbsp; Microsoft is lacking on a few fronts but their find a business (which is probably the best feature of a mobile service period)&nbsp;feature was clearly the best.&nbsp;Google services are slow, so are Yahoo!.&nbsp; Microsoft is the fastest.</p>
<p>Rating scale 0-3, 0 if they did not offer the service.</p>
<p><a href="http://www.techtoolblog.com//wp-content/uploads/2007/10/image1.png" atomicselection="true"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="57" alt="image" src="http://www.techtoolblog.com//wp-content/uploads/2007/10/image-thumb1.png" width="551" border="0"></a> </p>
<p><strong>The Winner</strong></p>
<p>I&#8217;m a gmail guy so I find myself in Google&#8217;s Gmail Mobile most of the time, Google understands mail &amp; map applications.&nbsp; Yahoo! has the leg up on Google for the other areas besides Find Business.&nbsp; Microsoft does a really nice job with their category/movies/find a business, it has the most potential.&nbsp;&nbsp;&nbsp; But still the winner&nbsp;goes to Google Services.&nbsp; </p>
<p><a href="http://sharethis.com/item?&wp=2.3.1&amp;publisher=24accfc2-4cf2-46ea-abf6-c137f8fa267d&amp;title=Mobile+Services+Review&amp;url=http%3A%2F%2Fwww.techtoolblog.com%2Farchives%2Fmobile-services-review">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.techtoolblog.com/archives/mobile-services-review/feed</wfw:commentRss>
		</item>
		<item>
		<title>Windows Live SkyDrive</title>
		<link>http://www.techtoolblog.com/archives/windows-live-skydrive</link>
		<comments>http://www.techtoolblog.com/archives/windows-live-skydrive#comments</comments>
		<pubDate>Tue, 02 Oct 2007 19:29:53 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[web 2.0 ish]]></category>

		<guid isPermaLink="false">http://www.techtoolblog.com/archives/windows-live-skydrive</guid>
		<description><![CDATA[Errr, I take back what I said about using Amazon S3 as my personal backup tool.&#160; After playing around with Windows Live SkyDrive, it&#8217;s now my picked solution, mainly because it&#8217;s free.&#160; Although Amazon S3 has much more potential for applications using it then SkyDrive, SkyDrive is perfect for a quick &#38; dirty backup solution.&#160; [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Windows Live SkyDrive", url: "http://www.techtoolblog.com/archives/windows-live-skydrive" });</script>]]></description>
			<content:encoded><![CDATA[<p>Errr, I take back <a href="http://www.techtoolblog.com/archives/amazon-s3-for-backups">what I said</a> about using Amazon S3 as my personal backup tool.&nbsp; After playing around with <a href="http://skydrive.live.com/">Windows Live SkyDrive</a>, it&#8217;s now my picked solution, mainly because it&#8217;s free.&nbsp; Although Amazon S3 has much more potential for applications using it then SkyDrive, SkyDrive is perfect for a quick &amp; dirty backup solution.&nbsp; They have a really nice Active X upload tool that makes it a snap to upload more then 1 file at a time.&nbsp; Microsoft finally beat Google to the punch by offering online storage.&nbsp; Only drawback so far is the storage, 500 MB, but I see this being raised eventually and of course Microsoft is well known for selling a higher platform which at this point I&#8217;m willing to pay.</p>
<p><a href="http://www.techtoolblog.com//wp-content/uploads/2007/10/image.png" atomicselection="true"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="306" alt="image" src="http://www.techtoolblog.com//wp-content/uploads/2007/10/image-thumb.png" width="466" border="0"></a></p>
<p><a href="http://sharethis.com/item?&wp=2.3.1&amp;publisher=24accfc2-4cf2-46ea-abf6-c137f8fa267d&amp;title=Windows+Live+SkyDrive&amp;url=http%3A%2F%2Fwww.techtoolblog.com%2Farchives%2Fwindows-live-skydrive">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.techtoolblog.com/archives/windows-live-skydrive/feed</wfw:commentRss>
		</item>
		<item>
		<title>Google on Smart Phones</title>
		<link>http://www.techtoolblog.com/archives/google-on-smart-phones</link>
		<comments>http://www.techtoolblog.com/archives/google-on-smart-phones#comments</comments>
		<pubDate>Tue, 25 Sep 2007 15:05:21 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[web 2.0 ish]]></category>

		<guid isPermaLink="false">http://www.techtoolblog.com/archives/google-on-smart-phones</guid>
		<description><![CDATA[So the Google guys made http://calendar.google.com iPhone specific.&#160; That&#8217;s great, if you have an iphone, otherwise it looks like crap (on my BlackBerry 8830).
Google,

The iPhone is no way the market leading smart phone so why are writing specific apps for it?
The iPhone is not ready for the enterprise so all the goodness you are putting [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Google on Smart Phones", url: "http://www.techtoolblog.com/archives/google-on-smart-phones" });</script>]]></description>
			<content:encoded><![CDATA[<p>So the <a href="http://gmailblog.blogspot.com/2007/09/updates-from-google-docs-and-google.html">Google guys</a> made <a href="http://calendar.google.com">http://calendar.google.com</a> iPhone specific.&nbsp; That&#8217;s great, if you have an iphone, otherwise it looks like crap (on my BlackBerry 8830).</p>
<p>Google,</p>
<ol>
<li>The iPhone is no way the market leading smart phone so why are writing specific apps for it?</li>
<li>The iPhone is not ready for the enterprise so all the goodness you are putting in for iPhone specific apps doesn&#8217;t help us enterprise guys.&nbsp; You do want to sell your office apps to the enterprise right?</li>
<li>Can you update your generic smart phone apps?&nbsp; They all have a tendency to lock, especially gmail.</li>
</ol>
<p>Observation: It&#8217;s been long rumored that Google was <a href="http://gigaom.com/2006/12/17/google-phone/">coming out with a smart phone</a>, but with these iPhone specific apps coming out I am starting to doubt anything but maybe a WIFI only cell phone.&nbsp; Either way, any Google phone would be a direct competitor to the iPhone.&nbsp; Things would sure get interesting on the relationship between Apple &amp; Google if they started to compete against each other.</p>
<hr />
<a href="http://www.historicaltextarchive.com/s/cell-phones.php">Cell phones</a> have had an interesting history, and smart <a href="http://www-plan.cs.colorado.edu/henkel/fso/index-en.html">phones</a> are a technology that everyone is getting excited about.  With new <a href="http://www.fda.gov/cellphones/">smart</a> phones, you can listen to <a href="http://www.historicaltextarchive.com/s/streaming-music.php">streaming music</a>, send emails and browse the Internet.  <a href="http://www.historicaltextarchive.com/s/free-online-music.php">Free music</a> is just a click away!</p>
<p><a href="http://sharethis.com/item?&wp=2.3.1&amp;publisher=24accfc2-4cf2-46ea-abf6-c137f8fa267d&amp;title=Google+on+Smart+Phones&amp;url=http%3A%2F%2Fwww.techtoolblog.com%2Farchives%2Fgoogle-on-smart-phones">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.techtoolblog.com/archives/google-on-smart-phones/feed</wfw:commentRss>
		</item>
		<item>
		<title>Forgot Attachment, Not in Gmail</title>
		<link>http://www.techtoolblog.com/archives/forgot-attachment-not-in-gmail</link>
		<comments>http://www.techtoolblog.com/archives/forgot-attachment-not-in-gmail#comments</comments>
		<pubDate>Wed, 05 Sep 2007 16:36:07 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[web 2.0 ish]]></category>

		<guid isPermaLink="false">http://www.techtoolblog.com/archives/forgot-attachment-not-in-gmail</guid>
		<description><![CDATA[One of the easy email blunders is to tell someone you attached a file and forget to attach it - DOH!&#160; Depending on who you are sending it to (like the CIO say) it can be quite&#160;embarrassing.&#160; I really try not to make this email foul but occasionally do.&#160; 
I&#8217;m in Gmail today creating an [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Forgot Attachment, Not in Gmail", url: "http://www.techtoolblog.com/archives/forgot-attachment-not-in-gmail" });</script>]]></description>
			<content:encoded><![CDATA[<p>One of the easy email blunders is to tell someone you attached a file and forget to attach it - DOH!&nbsp; Depending on who you are sending it to (like the CIO say) it can be quite&nbsp;embarrassing.&nbsp; I really try not to make this email foul but occasionally do.&nbsp; </p>
<p>I&#8217;m in <a href="http://www.gmail.com">Gmail</a> today creating an email with an attachment and click the send button and something funny pops&nbsp;up.&nbsp;</p>
<p><a href="http://www.techtoolblog.com//wp-content/uploads/2007/09/image.png" atomicselection="true"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="175" alt="image" src="http://www.techtoolblog.com//wp-content/uploads/2007/09/image-thumb.png" width="449" border="0"></a> </p>
<p>Oh DOH! - I forgot to attach the file.&nbsp; Gmail is smart enough to remind me?&nbsp; Kinda of, it looks for the verbiage like &#8220;attach&#8221; and pops this up if the email doesn&#8217;t have an attachment.&nbsp;Sweet!&nbsp;</p>
<p>I&#8217;ve always been a fan of Outlook but I now prefer Gmail to it.</p>
<p><a href="http://sharethis.com/item?&wp=2.3.1&amp;publisher=24accfc2-4cf2-46ea-abf6-c137f8fa267d&amp;title=Forgot+Attachment%2C+Not+in+Gmail&amp;url=http%3A%2F%2Fwww.techtoolblog.com%2Farchives%2Fforgot-attachment-not-in-gmail">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.techtoolblog.com/archives/forgot-attachment-not-in-gmail/feed</wfw:commentRss>
		</item>
		<item>
		<title>Ruby, PHP, ASP.NET Job Comparison</title>
		<link>http://www.techtoolblog.com/archives/ruby-php-aspnet-job-comparison</link>
		<comments>http://www.techtoolblog.com/archives/ruby-php-aspnet-job-comparison#comments</comments>
		<pubDate>Sun, 26 Aug 2007 03:48:05 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[web 2.0 ish]]></category>

		<guid isPermaLink="false">http://www.techtoolblog.com/archives/ruby-php-aspnet-job-comparison</guid>
		<description><![CDATA[I don&#8217;t do RoR&#8230;.yet, I hear the good things about it so I&#8217;m really close into diving into it.&#160; Before I do I want to make sure RoR is going to be something I can use professionally too.&#160; Here is a&#160;30 minute research into the jobs out there for RoR compared to Asp.Net &#38; PHP. [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Ruby, PHP, ASP.NET Job Comparison", url: "http://www.techtoolblog.com/archives/ruby-php-aspnet-job-comparison" });</script>]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t do RoR&#8230;.yet, I <a href="http://dotavery.com/blog/archive/2007/07/27/106320.aspx">hear</a> the good things about it so I&#8217;m really close into diving into it.&nbsp; Before I do I want to make sure RoR is going to be something I can use professionally too.&nbsp; Here is a&nbsp;30 minute research into the jobs out there for RoR compared to Asp.Net &amp; PHP. I searched for the phrases &#8220;Ruby on Rails&#8221;, &#8220;PHP&#8221;, &#8220;ASP.NET&#8221; and radius of 100 miles from the zip code. There is no doubt some overlap of job posting but this is pretty clear indication of where things are.</p>
<p><strong>8/25/2008</strong></p>
<p>Where I live - Cincinnati Ohio, Midwest</p>
<table cellspacing="0" cellpadding="2" width="400" border="1" unselectable="on">
<tbody>
<tr>
<td valign="top" width="116">Site</td>
<td valign="top" width="45">Zip</td>
<td valign="top" width="74"><strong>RoR</strong></td>
<td valign="top" width="74"><strong>PHP</strong></td>
<td valign="top" width="87"><strong>ASP.NET</strong></td>
</tr>
<tr>
<td valign="top" width="116"><strong>Monster.com</strong></td>
<td valign="top" width="45">45102</td>
<td valign="top" width="72">4</td>
<td valign="top" width="73">35</td>
<td valign="top" width="88">114</td>
</tr>
<tr>
<td valign="top" width="116"><strong>Career Builder</strong></td>
<td valign="top" width="45">45102</td>
<td valign="top" width="71">1</td>
<td valign="top" width="73">36</td>
<td valign="top" width="88">89</td>
</tr>
<tr>
<td valign="top" width="116"><strong>Hot Jobs</strong></td>
<td valign="top" width="45">45102</td>
<td valign="top" width="71">1</td>
<td valign="top" width="72">12</td>
<td valign="top" width="88">7</td>
</tr>
<tr>
<td valign="top" width="116"><strong><font color="#ff0000">Total</font></strong></td>
<td valign="top" width="45"><strong><font color="#ff0000"></font></strong></td>
<td valign="top" width="71"><strong><font color="#ff0000">6</font></strong></td>
<td valign="top" width="72"><strong><font color="#ff0000">83</font></strong></td>
<td valign="top" width="88"><strong><font color="#ff0000">210</font></strong></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p>Second&nbsp;up New York City, East Coast</p>
<table cellspacing="0" cellpadding="2" width="398" border="1" unselectable="on">
<tbody>
<tr>
<td valign="top" width="116">Site</td>
<td valign="top" width="45">Zip</td>
<td valign="top" width="74"><strong>RoR</strong></td>
<td valign="top" width="74"><strong>PHP</strong></td>
<td valign="top" width="87"><strong>ASP.NET</strong></td>
</tr>
<tr>
<td valign="top" width="116"><strong>Monster.com</strong></td>
<td valign="top" width="45">10270</td>
<td valign="top" width="72">29</td>
<td valign="top" width="73">357</td>
<td valign="top" width="88">621</td>
</tr>
<tr>
<td valign="top" width="116"><strong>Career Builder</strong></td>
<td valign="top" width="45">10270</td>
<td valign="top" width="71">8</td>
<td valign="top" width="73">184</td>
<td valign="top" width="88">356</td>
</tr>
<tr>
<td valign="top" width="116"><strong>Hot Jobs</strong></td>
<td valign="top" width="45">10270</td>
<td valign="top" width="71">18</td>
<td valign="top" width="72">176</td>
<td valign="top" width="88">180</td>
</tr>
<tr>
<td valign="top" width="116"><strong><font color="#ff0000">Total</font></strong></td>
<td valign="top" width="45"><strong><font color="#ff0000"></font></strong></td>
<td valign="top" width="71"><strong><font color="#ff0000">55</font></strong></td>
<td valign="top" width="72"><strong><font color="#ff0000">717</font></strong></td>
<td valign="top" width="88"><strong><font color="#ff0000">1157</font></strong></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p>And now for the West Coast - San Francisco</p>
<table cellspacing="0" cellpadding="2" width="398" border="1" unselectable="on">
<tbody>
<tr>
<td valign="top" width="116">Site</td>
<td valign="top" width="45">Zip</td>
<td valign="top" width="74"><strong>RoR</strong></td>
<td valign="top" width="74"><strong>PHP</strong></td>
<td valign="top" width="87"><strong>ASP.NET</strong></td>
</tr>
<tr>
<td valign="top" width="116"><strong>Monster.com</strong></td>
<td valign="top" width="45">94130</td>
<td valign="top" width="72">23</td>
<td valign="top" width="73">216</td>
<td valign="top" width="88">135</td>
</tr>
<tr>
<td valign="top" width="116"><strong>Career Builder</strong></td>
<td valign="top" width="45">94130</td>
<td valign="top" width="71">17</td>
<td valign="top" width="73">123</td>
<td valign="top" width="88">67</td>
</tr>
<tr>
<td valign="top" width="116"><strong>Hot Jobs</strong></td>
<td valign="top" width="45">94130</td>
<td valign="top" width="71">31</td>
<td valign="top" width="72">521</td>
<td valign="top" width="88">107</td>
</tr>
<tr>
<td valign="top" width="116"><strong><font color="#ff0000">Total</font></strong></td>
<td valign="top" width="45"><strong><font color="#ff0000"></font></strong></td>
<td valign="top" width="71"><strong><font color="#ff0000">71</font></strong></td>
<td valign="top" width="72"><strong><font color="#ff0000">860</font></strong></td>
<td valign="top" width="88"><strong><font color="#ff0000">309</font></strong></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p>So for me ASP.NET makes the most sense by far (almost 4x that of PHP).&nbsp;&nbsp;A surprise to me is on the West Coast, were it looks like ASP.NET is much smaller then else where.&nbsp; It seems that Ruby on Rails is very much in the incubator stage still, I guess I&#8217;m not turning on RoR anytime soon after all.</p>
<hr />
Sign up for <a href="http://www.testking.com/MCDBA-certification-training.htm">testking mcdba</a> training to learn about PHP and other web applications using latest <a href="http://www.testking.com/MCDST-certification-training.htm">testking mcdst</a> tutorials and <a href="http://www.testking.com/MCP-certification-training.htm">testking mcp</a> dumps written by experienced developers.</p>
<p><a href="http://sharethis.com/item?&wp=2.3.1&amp;publisher=24accfc2-4cf2-46ea-abf6-c137f8fa267d&amp;title=Ruby%2C+PHP%2C+ASP.NET+Job+Comparison&amp;url=http%3A%2F%2Fwww.techtoolblog.com%2Farchives%2Fruby-php-aspnet-job-comparison">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.techtoolblog.com/archives/ruby-php-aspnet-job-comparison/feed</wfw:commentRss>
		</item>
		<item>
		<title>Amazon S3 &#38; Koders.com</title>
		<link>http://www.techtoolblog.com/archives/amazon-s3-koderscom</link>
		<comments>http://www.techtoolblog.com/archives/amazon-s3-koderscom#comments</comments>
		<pubDate>Wed, 22 Aug 2007 21:22:53 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[web 2.0 ish]]></category>

		<guid isPermaLink="false">http://www.techtoolblog.com/archives/amazon-s3-koderscom</guid>
		<description><![CDATA[I had a vision today when signing up for Amazon S3.&#160; Here is the background: Amazon s3 is great, cheap storage, API, scalable, reliable, accessible from anywhere (Internet&#160;capable), etc&#8230; I plan on using it for my personal backup center putting things like my personal source code library, photos, &#38; important documents. I get everything a [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Amazon S3 &#38; Koders.com", url: "http://www.techtoolblog.com/archives/amazon-s3-koderscom" });</script>]]></description>
			<content:encoded><![CDATA[<p>I had a vision today when signing up for Amazon S3.&nbsp; Here is the background: Amazon s3 is great, cheap storage, API, scalable, reliable, accessible from anywhere (Internet&nbsp;capable), etc&#8230; I plan on using it for my personal backup center putting things like my personal source code library, photos, &amp; important documents. I get everything a enterprise company gets but at my rate.&nbsp; Great.</p>
<p>The one thing I&#8217;m dreading is maintaining folders.&nbsp; Lets be frank, directories/folders are anything but proficient compared to say search.&nbsp; That&#8217;s why Google beat Yahoo!.&nbsp; Yahoo! was a directory, you had to drill down to find results where as for Google you searched for them. Yahoo! later changed to be a search engine but people are starting to forget the thing was directory of links, users would submit links and Yahoo! people would categorize (not so automated would you&nbsp;say?)&nbsp;</p>
<p>So for Amazon S3, I&#8217;m going to have act like I work at Yahoo! back in the day, this is going to suck big time.&nbsp; That&#8217;s when the revelation hit me.&nbsp; </p>
<p>What if I could point Google or even better <a href="http://www.koders.com">Koders</a>/<a href="http://www.krugle.com">Krugle</a> at my directory and search it?&nbsp; That would rock except some things I don&#8217;t want public <strong>BUT</strong> I still want it searchable just by me.&nbsp; </p>
<p>I already have my personal backup center in Amazon S3 now I need my personal search engine. I could easily write something that populates a simple html page with a directory listing of all the files I have stored/want indexed.&nbsp; I would then want to login to koders to search for code/files/documents etc&#8230;.</p>
<p><a href="http://sharethis.com/item?&wp=2.3.1&amp;publisher=24accfc2-4cf2-46ea-abf6-c137f8fa267d&amp;title=Amazon+S3+%26amp%3B+Koders.com&amp;url=http%3A%2F%2Fwww.techtoolblog.com%2Farchives%2Famazon-s3-koderscom">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.techtoolblog.com/archives/amazon-s3-koderscom/feed</wfw:commentRss>
		</item>
		<item>
		<title>Amazon S3 for Backups</title>
		<link>http://www.techtoolblog.com/archives/amazon-s3-for-backups</link>
		<comments>http://www.techtoolblog.com/archives/amazon-s3-for-backups#comments</comments>
		<pubDate>Wed, 22 Aug 2007 21:03:48 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[tools]]></category>

		<category><![CDATA[web 2.0 ish]]></category>

		<guid isPermaLink="false">http://www.techtoolblog.com/archives/amazon-s3-for-backups</guid>
		<description><![CDATA[
I&#8217;m really looking forward to Google&#8217;s version of S3, Google tends to do things better plus free ;).&#160;&#160;&#160; Until then I&#8217;m going with Amazon S3 for my personal backup strategy.&#160; Right now I have a media PC with a&#160;100 Gig hard drive, that is mirrored&#160;that serves this purpose but we really don&#8217;t use it enough [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Amazon S3 for Backups", url: "http://www.techtoolblog.com/archives/amazon-s3-for-backups" });</script>]]></description>
			<content:encoded><![CDATA[<h1></h1>
<p><font size="2">I&#8217;m really looking forward to Google&#8217;s version of S3, Google tends to do things better plus free ;).&nbsp;&nbsp;&nbsp; Until then I&#8217;m going with Amazon S3 for my personal backup strategy.&nbsp; Right now I have a media PC with a&nbsp;100 Gig hard drive, that is mirrored&nbsp;that serves this purpose but we really don&#8217;t use it enough to justifying it running all the&nbsp;time.&nbsp; Plus in the bigger picture of things,&nbsp;this just fills my life with more&nbsp;work that I don&#8217;t want to do.&nbsp;</font></p>
<h5>Links</h5>
<ul>
<li><a href="http://jeremy.zawodny.com/blog/archives/007641.html">A List of Amazon S3 Backup Tools</a> - Mostly these are tools that work via Linux/OS X
<li><a href="http://elastic8.com/blog/tools_for_accessing_using_to_backup_your_data_to_and_from_s3.html">elastic8</a> - A nice list of these tools
<li><a href="http://www.rjonna.com/ext/s3fox.php">S3Fox</a> - Firefox plugin - I&#8217;m probably going to be using this for my ad hoc client
<li><a href="http://www.suchwerk.net/sodcms_S3Drive_at_work.htm">S3Drive</a> - Provides a drive on your my computer that is your Amazon storage
<li><a href="http://s3browse.com/">S3Browse</a> - Uses a web interface to interact with your S3 storage.
<li><a href="http://www.putplace.com/">PutPlace</a> - Promises to publish to S3, Flicker, etc&#8230; Still in beta
<li><a href="http://www.jungledisk.com/">Jungle Disk</a>&nbsp;- Looks to be the premier paid software to give WebDAV support.
<li>I really like <a href="http://filicio.us">http://filicio.us</a>&nbsp;ideas with tagging but it looks to new for me to rely on.</li>
</ul>
<h5>My Setup</h5>
<p>I&#8217;m looking for a way to automate backups of certain folders at certain times, tag folders so I can search later on, an ad hoc way to get files.&nbsp; I&#8217;m looking to backup source code files, pictures, and important documents.&nbsp; For now I think I&#8217;m going with S3Fox until I find something more automated and with tagging/searching.</p>
<p><a href="http://sharethis.com/item?&wp=2.3.1&amp;publisher=24accfc2-4cf2-46ea-abf6-c137f8fa267d&amp;title=Amazon+S3+for+Backups&amp;url=http%3A%2F%2Fwww.techtoolblog.com%2Farchives%2Famazon-s3-for-backups">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.techtoolblog.com/archives/amazon-s3-for-backups/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
