<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SmibsTV Blog &#187; Technology</title>
	<atom:link href="http://blog.smibs.com/posts/tag/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.smibs.com</link>
	<description>Blogging From Inside the New Media Revolution</description>
	<lastBuildDate>Wed, 06 Jul 2011 16:43:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>New technology is always fun!</title>
		<link>http://blog.smibs.com/posts/1511/new-technology-is-always-fun/</link>
		<comments>http://blog.smibs.com/posts/1511/new-technology-is-always-fun/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 17:29:36 +0000</pubDate>
		<dc:creator>Forrest</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Smibs Inc.]]></category>

		<guid isPermaLink="false">http://blog.smibs.com/?p=1511</guid>
		<description><![CDATA[The new interface is up, and we&#8217;ve all had a chance to catch our breath from an exciting update.  I thought it would be a good chance for me to talk about some of the neat technology that has been added to the Smibs Network and Doorbell.
One of the more obvious changes are utilities. [...]]]></description>
			<content:encoded><![CDATA[<p>The new interface is up, and we&#8217;ve all had a chance to catch our breath from an exciting update.  I thought it would be a good chance for me to talk about some of the neat technology that has been added to the Smibs Network and Doorbell.</p>
<div class="wp-caption alignright" style="width: 250px"><a href="http://farm4.static.flickr.com/3619/3654722132_e2eeedfee1_o.png"><img title="Smibs windows" src="http://farm4.static.flickr.com/3619/3654722132_4e75d622db_m.jpg" alt="This is what utilities look like with the new windowing system." width="240" height="130" /></a><p class="wp-caption-text">This is what utilities look like with the new windowing system.</p></div>
<p>One of the more obvious changes are utilities. We&#8217;ve launched our first two: a message center utility, and a centralized task list. Both of these aggregate information across all your accounts, and let you work with that information from anywhere in Smibs via the navigation bar.  This magic is performed by the windowing script I <a href="http://blog.smibs.com/posts/1188/smibs-on-code-javascript-windows/">wrote about</a> a few months back. You can drag, resize and adjust columns. We even carried over some tricks like holding down shift to select multiple messages. After working with desktop browsers, our interface should be really intuitive for users.</p>
<p>The next trick is less obvious, but even more useful. While Ajax is great for loading data from the server without reloading your webpage, the back button stops being useful. Doorbell used to jump back to the Dashboard when you pressed the back button. I am now proud to announce that we no longer suffer from this annoyance. Thanks to a handy tool called <a href="http://code.google.com/p/unfocus-history-keeper/">HistoryKeeper</a>, we can now use JavaScript to add items to the browser history in the form of anchor tags. This may result in a messy url, but now Doorbell keeps track of your history for more that 4 items. Once you have browsed through several contacts, groups, or opportunities you can use the back button to search through a true history of your browser.</p>
<p>We&#8217;ve had a lot of fun building Smibs and Doorbell, and hope that you&#8217;ll have as much fun using them. Login, check it out, and let us know what you think. We love feedback.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.smibs.com/posts/1511/new-technology-is-always-fun/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Smibs on code: JavaScript lines</title>
		<link>http://blog.smibs.com/posts/1220/smibs-on-code-javascript-lines/</link>
		<comments>http://blog.smibs.com/posts/1220/smibs-on-code-javascript-lines/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 19:42:41 +0000</pubDate>
		<dc:creator>Forrest</dc:creator>
				<category><![CDATA[Smibs on Code]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://blog.smibs.com/?p=1220</guid>
		<description><![CDATA[This is going to be another short post where I share some code, and much more importantly provide a demo to play with. There have been a number of times when our team has an idea that would require some creative drawing &#038; lines in a browser. This is traditionally Flash territory. There has been [...]]]></description>
			<content:encoded><![CDATA[<p>This is going to be another short post where I share some code, and much more importantly provide a demo to play with. There have been a number of times when our team has an idea that would require some creative drawing &#038; lines in a browser. This is traditionally Flash territory. There has been lots of work with canvases to allow drawing in Javascript, but these are still exploratory and are not really ready for the lime-light.</p>
<p>It is actually quite possible to draw lines on the screen. An excellent explanation of an efficient method can be found at <a href="http://www.p01.org/releases/Drawing_lines_in_JavaScript/">http://www.p01.org/releases/Drawing_lines_in_JavaScript/</a> (I believe it was written by Mathieu &#8216;P01&#8242; HENRI) I recently turned this method into a Prototype class with some useful functionality.</p>
<p>My demo is at <a href="http://lines.live2code.ca">http://lines.live2code.ca</a> (Tested on IE7, IE8, FF3 &#038; Safari)<br />
or you can check out the code at <a href="http://github.com/forrest/javascript-line-class">http://github.com/forrest/javascript-line-class</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.smibs.com/posts/1220/smibs-on-code-javascript-lines/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The IE6 Rant!!!</title>
		<link>http://blog.smibs.com/posts/1130/the-ie6-rant/</link>
		<comments>http://blog.smibs.com/posts/1130/the-ie6-rant/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 16:26:51 +0000</pubDate>
		<dc:creator>Forrest</dc:creator>
				<category><![CDATA[Innovative Business Practices]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[Internet Explorer]]></category>

		<guid isPermaLink="false">http://blog.smibs.com/?p=1130</guid>
		<description><![CDATA[It&#8217;s no big secret that large organizations are slow to change. Especially with their technology. But I am constantly amazed by the number of people who are still being forced to use Internet Explorer 6 (IE6) by their work environments. IE6 was initially released in 2001. Thatâ€™s 8 year ago! Stop reading for a second [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://upload.wikimedia.org/wikipedia/en/thumb/1/10/Internet_Explorer_7_Logo.png/64px-Internet_Explorer_7_Logo.png" alt="" width="64" height="64" />It&#8217;s no big secret that large organizations are slow to change. Especially with their technology. But I am constantly amazed by the number of people who are still being forced to use <a href="http://en.wikipedia.org/wiki/Internet_Explorer_6">Internet Explorer 6 (IE6)</a> by their work environments. IE6 was initially released in 2001. Thatâ€™s 8 year ago! Stop reading for a second and look around the room your in. What technology do you see from 8 years ago? When are large organizations going to realize that itâ€™s time to upgrade?</p>
<p>Big reason #1 for not upgrading: â€œUpgrading may break our current apps.â€</p>
<p>IE6 behaves differently than every other browser, so it requires more development time. It is a last generation browser which doesnâ€™t support many newer features. It is half the speed of most modern browsers (on a good day). This limits new applications, not to mention the price increases that accompany longer development processes. Google has been actively pushing people away from IE6. When you log into Gmail with IE6 you get a &#8220;Get faster Gmail&#8221; message which encourages you to switch to Chrome or FireFox. Even 37Signals has dropped support with an explanation of IE6â€™s limitations at <a href="http://37signals.blogs.com/products/2008/07/basecamp-phasin.html">http://37signals.blogs.com/products/2008/07/basecamp-phasin.html</a>. It is much easier to upgrade an app to a modern browser, than develop modern apps to run in IE6. While these organizations may need to spend money on upgrading older applications, they will save money in the long run because all their new projects will be quicker and easier to develop.</p>
<p>Big reason #2 for not upgrading: â€œWe donâ€™t know the security and compatibility implications of upgrading.â€</p>
<p>Even Microsoft has decided it is time to move on. They have announced that they will stop actively supporting IE6 in June. It will be grandfathered in, but will receive no more compatibility and security updates. If this isnâ€™t an indication that it is time to move on I donâ€™t know what is. In 2009, Secunia, a computer security company, reported 142 vulnerabilities compared to the 34 in Firefox (<a href="http://secunia.com/advisories/product/11/">http://secunia.com/advisories/product/11/</a>). I wonder how long it will take for IT departments to catch on that upgrading will be cheaper and easier than trying to support software that even the company that wrote it wonâ€™t support.</p>
<p>If anybody else has complaints about IE6, letâ€™s hear it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.smibs.com/posts/1130/the-ie6-rant/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

