<?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>Trust Your Technologist &#187; Solutions</title>
	<atom:link href="http://www.trustyourtechnologist.com/index.php/category/solutions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.trustyourtechnologist.com</link>
	<description>Software with coffee and art...</description>
	<lastBuildDate>Mon, 13 Jun 2011 20:31:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Quick Tip: Fluid Width Images</title>
		<link>http://www.trustyourtechnologist.com/index.php/2011/06/13/quick-tip-fluid-width-images/</link>
		<comments>http://www.trustyourtechnologist.com/index.php/2011/06/13/quick-tip-fluid-width-images/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 20:31:43 +0000</pubDate>
		<dc:creator>Damon</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[General Knowledge]]></category>
		<category><![CDATA[Solutions]]></category>

		<guid isPermaLink="false">http://www.trustyourtechnologist.com/?p=697</guid>
		<description><![CDATA[Today I&#8217;m sharing a quick tip: fluid width images. I&#8217;ve been working on a mobile website which requires me to make the site practical and functional across a myriad of devices and their corresponding screen sizes. Usually, this isn&#8217;t much of a problem if it&#8217;s just text and background colors, because you can just leave [...]]]></description>
			<content:encoded><![CDATA[<p>Today I&#8217;m sharing a quick tip: fluid width images.</p>
<p></p>
<p>I&#8217;ve been working on a mobile website which requires me to make the site practical and functional across a myriad of devices and their corresponding screen sizes. Usually, this isn&#8217;t much of a problem if it&#8217;s just text and background colors, because you can just leave the &#8220;width&#8221; attribute off of your element to have the text &amp; colors fill the screen.</p>
<p>
<span id="more-697"></span></p>
<p>However, for this particular project, it requires the use of large, high quality images to be used as background images. This presents a problem the &#8220;background&#8221; CSS attribute will not expand or contract based on screen size; instead, it will go by the image size, taking up as much space as the image dimensions. The workaround is the following:</p>
<ul>
<li>Add this line to your CSS:  img { max-width: 100% }</li>
<li>In your HTML, add the image inside the containing div, making sure to NOT specify width and height in the img tag.</li>
<li>In the  CSS, add &#8220;position:absolute&#8221; to that image. In the containing div&#8217;s CSS, add &#8220;position:relative&#8221;</li>
<li>It might also be beneficial to add &#8220;top:0&#8243; and &#8220;left:0&#8243; to the image CSS, to place it in the top left of the containing div.</li>
</ul>
<p>What this does is two-fold. It allows you to place an image as the background of a div AND allows it to expand or contract in size based on the screen size. Heres the full code:</p>
<p></p>
<p><strong>HTML</strong></p>
<p><code><br />
&lt;div id="container"&gt;<br />
   &lt;img src="images/bg.jpg" alt="" /&gt;<br />
&lt;/div&gt;<br />
</code></p>
<p><strong>CSS</strong></p>
<p><code><br />
    img { max-width:100% }    </p>
<p>    #container { position:relative }</p>
<p>    #container img {<br />
        position:absolute;<br />
        top:0; left:0;<br />
    }<br />
</code></p>
<p><strong><a href="http://trustyourtechnologist.com/demos/fi/index.html">See a demo of this technique here.</a></strong></p>
<p>Two important things to remember when using this:</p>
<ul>
<li>You&#8217;ve got to make the image as large as the biggest &#8220;version&#8221; of your site. So if the maximum width of your site is 1000px and you want the image to expand across all of it, the image must be 1000px.</li>
<li>Therefore, if you have a 1000px image, but are displaying the site on a smartphone, it&#8217;s still going to download that 1000px image; so be careful of image size. Make sure to optimize as much as possible.</li>
</ul>
<p>I found the max-width technique from Ethan Marcotte&#8217;s books and articles, <a href="http://www.alistapart.com/articles/fluid-images/" target="_blank">like this one</a>. Let me know in the comments if this helps or you have any better solutions!</p>
<div class='sociable'><div><span class='sociable-tagline'><strong>Share and Enjoy:</strong></span></div><ul><li><a rel="nofollow" target="_blank"  href="http://www.printfriendly.com/print/new?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2011%2F06%2F13%2Fquick-tip-fluid-width-images%2F" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/printfriendly.png" class="sociable-img sociable-hovers" title="Print" alt="Print" /></a></li><li><a rel="nofollow" target="_blank"  href="mailto:?subject=Quick%20Tip%3A%20Fluid%20Width%20Images&amp;body=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2011%2F06%2F13%2Fquick-tip-fluid-width-images%2F" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/email_link.png" class="sociable-img sociable-hovers" title="email" alt="email" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.trustyourtechnologist.com/index.php/feed/" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/rss.png" class="sociable-img sociable-hovers" title="RSS" alt="RSS" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2011%2F06%2F13%2Fquick-tip-fluid-width-images%2F&amp;t=Quick%20Tip%3A%20Fluid%20Width%20Images" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/facebook.png" class="sociable-img sociable-hovers" title="Facebook" alt="Facebook" /></a></li><li><a rel="nofollow" target="_blank"  href="http://twitter.com/home?status=Quick%20Tip%3A%20Fluid%20Width%20Images%20-%20http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2011%2F06%2F13%2Fquick-tip-fluid-width-images%2F" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/twitter.png" class="sociable-img sociable-hovers" title="Twitter" alt="Twitter" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2011%2F06%2F13%2Fquick-tip-fluid-width-images%2F&amp;title=Quick%20Tip%3A%20Fluid%20Width%20Images&amp;source=Trust+Your+Technologist+Software+with+coffee+and+art...&amp;summary=Today%20I%27m%20sharing%20a%20quick%20tip%3A%20fluid%20width%20images.%0D%0A%0D%0AI%27ve%20been%20working%20on%20a%20mobile%20website%20which%20requires%20me%20to%20make%20the%20site%20practical%20and%20functional%20across%20a%20myriad%20of%20devices%20and%20their%20corresponding%20screen%20sizes.%20Usually%2C%20this%20isn%27t%20much%20of%20a%20pro" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/linkedin.png" class="sociable-img sociable-hovers" title="LinkedIn" alt="LinkedIn" /></a></li><li><a rel="nofollow" target="_blank"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2011%2F06%2F13%2Fquick-tip-fluid-width-images%2F&amp;title=Quick%20Tip%3A%20Fluid%20Width%20Images&amp;bodytext=Today%20I%27m%20sharing%20a%20quick%20tip%3A%20fluid%20width%20images.%0D%0A%0D%0AI%27ve%20been%20working%20on%20a%20mobile%20website%20which%20requires%20me%20to%20make%20the%20site%20practical%20and%20functional%20across%20a%20myriad%20of%20devices%20and%20their%20corresponding%20screen%20sizes.%20Usually%2C%20this%20isn%27t%20much%20of%20a%20pro" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/digg.png" class="sociable-img sociable-hovers" title="Digg" alt="Digg" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2011%2F06%2F13%2Fquick-tip-fluid-width-images%2F&amp;title=Quick%20Tip%3A%20Fluid%20Width%20Images" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/stumbleupon.png" class="sociable-img sociable-hovers" title="StumbleUpon" alt="StumbleUpon" /></a></li><li><a rel="nofollow" target="_blank"  href="http://delicious.com/post?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2011%2F06%2F13%2Fquick-tip-fluid-width-images%2F&amp;title=Quick%20Tip%3A%20Fluid%20Width%20Images&amp;notes=Today%20I%27m%20sharing%20a%20quick%20tip%3A%20fluid%20width%20images.%0D%0A%0D%0AI%27ve%20been%20working%20on%20a%20mobile%20website%20which%20requires%20me%20to%20make%20the%20site%20practical%20and%20functional%20across%20a%20myriad%20of%20devices%20and%20their%20corresponding%20screen%20sizes.%20Usually%2C%20this%20isn%27t%20much%20of%20a%20pro" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/delicious.png" class="sociable-img sociable-hovers" title="del.icio.us" alt="del.icio.us" /></a></li><li><a rel="nofollow" target="_blank"  href="http://reddit.com/submit?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2011%2F06%2F13%2Fquick-tip-fluid-width-images%2F&amp;title=Quick%20Tip%3A%20Fluid%20Width%20Images" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/reddit.png" class="sociable-img sociable-hovers" title="Reddit" alt="Reddit" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.google.com/reader/link?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2011%2F06%2F13%2Fquick-tip-fluid-width-images%2F&amp;title=Quick%20Tip%3A%20Fluid%20Width%20Images&amp;srcURL=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2011%2F06%2F13%2Fquick-tip-fluid-width-images%2F&amp;srcTitle=Trust+Your+Technologist+Software+with+coffee+and+art..." ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/googlebuzz.png" class="sociable-img sociable-hovers" title="Google Buzz" alt="Google Buzz" /></a></li><li><a rel="nofollow" target="_blank"  href="http://technorati.com/faves?add=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2011%2F06%2F13%2Fquick-tip-fluid-width-images%2F" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/technorati.png" class="sociable-img sociable-hovers" title="Technorati" alt="Technorati" /></a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.trustyourtechnologist.com/index.php/2011/06/13/quick-tip-fluid-width-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamic SQL</title>
		<link>http://www.trustyourtechnologist.com/index.php/2010/08/05/dynamic-sql/</link>
		<comments>http://www.trustyourtechnologist.com/index.php/2010/08/05/dynamic-sql/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 18:45:44 +0000</pubDate>
		<dc:creator>Tommy</dc:creator>
				<category><![CDATA[Solutions]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[columns]]></category>
		<category><![CDATA[Dynamic SQL]]></category>
		<category><![CDATA[family of data]]></category>
		<category><![CDATA[selectmethod]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://www.trustyourtechnologist.com/?p=443</guid>
		<description><![CDATA[While working on a project I was challenged to build a table that showed only the columns of data associated with the current family of data. The challenge was the database I was pulling from had over a hundred columns and hundreds of rows. I only wanted to show the columns associated with the products showing in the table [...]]]></description>
			<content:encoded><![CDATA[<p>While working on a project I was challenged to build a table that showed only the columns of data associated with the current family of data. The challenge was the database I was pulling from had over a hundred columns and hundreds of rows. I only wanted to show the columns associated with the products showing in the table so I needed a way to remove the unneeded columns from the table. This could be done by hiding the unneeded columns after the data was retrieved but it was time intensive to pull all the columns and then hide some of them. What I chose to do was to build the table completely during the SQL call using Dynamic <span class="SpellE">SQL </span>methods.</p>
<div class="WordSection1">
<p><span id="more-443"></span>In order to return the final table, I needed to know the name of the column and what data was stored there. In order to find the name of a column one must use the method COL_NAME; this method had two parameters: Table ID and the column index. In order for this method to work you must know the number of columns in the table. To find the number of columns in a table, call a query from <span class="SpellE">information_schema</span>:</p>
<p style="text-align: center;"><a rel="attachment wp-att-444" href="http://www.trustyourtechnologist.com/index.php/2010/08/dynamic-sql/image001/"><img class="size-full wp-image-444 aligncenter" src="http://www.trustyourtechnologist.com/wp-content/uploads/2010/07/image001.gif" alt="count columns" width="338" height="81" /></a></p>
<p class="MsoNormal">
<p class="MsoNormal">
<p class="MsoNormal">Now that the number of columns is known, a loop can be created to find what columns have data:</p>
<p class="MsoNormal" style="text-align: center;"><a rel="attachment wp-att-445" href="http://www.trustyourtechnologist.com/index.php/2010/08/dynamic-sql/image002/"><img class="size-full wp-image-445 aligncenter" src="http://www.trustyourtechnologist.com/wp-content/uploads/2010/07/image002.gif" alt="Loop get column name" width="454" height="192" /></a></p>
<p class="MsoNormal">
<p class="MsoNormal">
<p class="MsoNormal">To simply make a table that only has columns with data, the following can be run inside of the loop:</p>
<p class="MsoNormal" style="text-align: center;"><a rel="attachment wp-att-446" href="http://www.trustyourtechnologist.com/index.php/2010/08/dynamic-sql/image003/"><img class="size-full wp-image-446 aligncenter" src="http://www.trustyourtechnologist.com/wp-content/uploads/2010/07/image003.gif" alt="Create table 1st type" width="552" height="113" /></a><!--[if mso &amp; !supportInlineShapes &amp; supportFields]&gt;--></p>
<p class="MsoNormal">
<p class="MsoNormal">
<p class="MsoNormal">The issue with the above is when the final table is returned the column names are set and would need to be changed. To avoid having to change the column after the table is returned, I used a reference table that held the corrected names of the columns and created a selecting variable with the right columns and names:</p>
<p class="MsoNormal" style="text-align: center;"><a rel="attachment wp-att-448" href="http://www.trustyourtechnologist.com/index.php/2010/08/dynamic-sql/image004/"><img class="size-full wp-image-448 aligncenter" src="http://www.trustyourtechnologist.com/wp-content/uploads/2010/07/image004.gif" alt="" width="585" height="126" /></a><!--[if mso &amp; !supportInlineShapes &amp; supportFields]&gt;--></p>
<p class="MsoNormal">
<p class="MsoNormal" style="text-align: center;"><a rel="attachment wp-att-449" href="http://www.trustyourtechnologist.com/index.php/2010/08/dynamic-sql/image005/"><img class="size-full wp-image-449 aligncenter" src="http://www.trustyourtechnologist.com/wp-content/uploads/2010/07/image005.gif" alt="Column name change" width="585" height="257" /></a><!--[if mso &amp; !supportInlineShapes &amp; supportFields]&gt;--></p>
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;">
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;">
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;">Once all of these queries are done, the temporary table can be queried and returned:</p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal; text-align: center;"><a rel="attachment wp-att-450" href="http://www.trustyourtechnologist.com/index.php/2010/08/dynamic-sql/image006/"><img class="size-full wp-image-450 aligncenter" src="http://www.trustyourtechnologist.com/wp-content/uploads/2010/07/image006.gif" alt="Select method" width="448" height="48" /></a></p>
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;">
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;">
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;">
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;">The final table displays only the columns that have data in them.  By using Dynamic SQL, I was able to build a list of items with only the needed information. The following is the procedure code:</p>
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;">
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;">
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;">
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;"><span style="color: #0000ff;">ALTER </span><span style="color: blue;">PROCEDURE</span> proc_MerchandiseTbl</p>
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;">(</p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal; padding-left: 30px;">@MerchandiseID <span style="color: blue;">uniqueidentifier</span></p>
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;">)</p>
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;"><span style="color: #0000ff;">AS</span></p>
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;">
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;"><span style="color: #0000ff;">BEGIN</span></p>
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;"><span style="color: #0000ff;">CREATE </span><span style="color: blue;">TABLE</span> #tmpTbl<span style="color: gray;">(</span><span style="color: blue;"> </span></p>
<p class="MsoNormal" style="margin-bottom: .0001pt; text-indent: .5in; line-height: normal;">.</p>
<p class="MsoNormal" style="margin-top: 0in; margin-right: 0in; margin-bottom: .0001pt; margin-left: .5in; line-height: normal;">.</p>
<p class="MsoNormal" style="margin-top: 0in; margin-right: 0in; margin-bottom: .0001pt; margin-left: .5in; line-height: normal;">.</p>
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;">
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;">)</p>
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;">
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;"><span style="color: #0000ff;">INSERT </span><span style="color: blue;">INTO</span> #tmpTbl<span style="color: blue;"> </span><span style="color: gray;">(</span></p>
<p class="MsoNormal" style="margin-top: 0in; margin-right: 0in; margin-bottom: .0001pt; margin-left: .5in; line-height: normal;">.</p>
<p class="MsoNormal" style="margin-top: 0in; margin-right: 0in; margin-bottom: .0001pt; margin-left: .5in; line-height: normal;">.</p>
<p class="MsoNormal" style="margin-top: 0in; margin-right: 0in; margin-bottom: .0001pt; margin-left: .5in; line-height: normal;">.</p>
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;">
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;">)</p>
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;"><span style="color: #0000ff;">SELECT </span><span style="color: gray;">*<br />
</span><span style="color: #0000ff;">FROM </span>[Merchandise]<br />
<span style="color: #0000ff;">WHERE</span>([MerchandiseID] <span style="color: gray;">=</span> @MerchandiseID<span style="color: gray;">)</span></p>
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;">
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;"><span style="color: #0000ff;">CREATE </span><span style="color: blue;">TABLE</span> #currentItem<span style="color: gray;">(</span>[CurrentItem] [nvarchar]<span style="color: gray;">(</span>4000<span style="color: gray;">)</span><span style="color: gray;"> </span><span style="color: gray;">NULL)</span></p>
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;">
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;"><span style="color: #0000ff;">DECLARE </span>@i <span style="color: blue;">int</span></p>
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;"><span style="color: #0000ff;">DECLARE </span>@count <span style="color: blue;">int</span></p>
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;"><span style="color: #0000ff;">DECLARE </span>@colName <span style="color: blue;">nvarchar</span><span style="color: gray;">(</span>1000<span style="color: gray;">)</span></p>
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;"><span style="color: #0000ff;">DECLARE</span> @current <span style="color: blue;">nvarchar</span><span style="color: gray;">(</span>1000<span style="color: gray;">)</span></p>
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;"><span style="color: #0000ff;">DECLARE </span>@selectMethod <span style="color: blue;">nvarchar</span><span style="color: gray;">(</span>4000<span style="color: gray;">)</span></p>
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;"><span style="color: #0000ff;">DECLARE </span>@header <span style="color: blue;">nvarchar</span><span style="color: gray;">(</span>1000<span style="color: gray;">)</span></p>
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;"><span style="color: #0000ff;">SET </span>@selectMethod <span style="color: gray;">=</span> <span style="color: red;">&#8221;</span></p>
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;">
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;"><span style="color: #0000ff;">SELECT </span>@count <span style="color: gray;">=</span> <span style="color: fuchsia;">COUNT</span><span style="color: gray;">(*)<br />
<span style="color: #000000;"><span style="color: #0000ff;">FROM </span><span style="color: green;">information_schema</span><span style="color: gray;">.</span><span style="color: green;">columns<br />
</span></span></span><span style="color: #0000ff;">WHERE </span>table_name <span style="color: gray;">=</span> &#8216;Merchandise&#8217;</p>
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;">
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;"><span style="color: #0000ff;">SET </span>@i <span style="color: gray;">=</span> 1</p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal; padding-left: 30px;"><span style="color: #0000ff;">WHILE </span>(@i <span style="color: gray;">&lt;=</span> @count<span style="color: gray;">)<br />
</span><span style="color: #0000ff;">BEGIN<br />
</span><span style="color: #0000ff;">SELECT </span>@colName <span style="color: gray;">= </span><span style="color: fuchsia;">COL_NAME</span><span style="color: gray;">(</span><span style="color: fuchsia;">OBJECT_ID</span><span style="color: gray;">(</span><span style="color: red;">&#8216;Merchandise&#8217;</span><span style="color: gray;">),</span>@i<span style="color: gray;">)</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal; padding-left: 30px;"><span style="color: #0000ff;">EXECUTE</span>(&#8216;<span style="color: #ff0000;">DECLARE<br />
</span><span style="color: #ff0000;">@LocalCurrent nvarchar(1000)SELECT<br />
</span><span style="color: #ff0000;">TOP(1) @LocalCurrent = &#8216; </span><span style="color: #000000;">+</span><span style="color: #000000;"> @colName </span><span style="color: #000000;">+</span><span style="color: #ff0000;"> </span><span style="color: #ff0000;">&#8216; FROM #tmpTbl<br />
</span><span style="color: #ff0000;">INSERT </span><span style="color: #ff0000;">INTO #currentItem VALUES(@LocalCurrent)</span>&#8216;)</p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal; padding-left: 30px;">
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal; padding-left: 30px;"><span style="color: #0000ff;">SELECT</span> <span style="color: blue;">TOP</span><span style="color: gray;">(</span>1<span style="color: gray;">)</span>@current <span style="color: gray;">=</span> [CurrentItem] <span style="color: blue;">FROM </span>#currentItem</p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal; padding-left: 30px;"><span style="color: #0000ff;">DELETE </span><span style="color: #0000ff;">FROM </span>#currentItem</p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal; padding-left: 30px;">
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal; padding-left: 30px;"><span style="color: #0000ff;">IF</span> @current <span style="color: gray;">IS </span><span style="color: gray;">NOT</span> <span style="color: gray;">NULL</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal; padding-left: 30px;"><span style="color: #0000ff;">BEGIN</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal; padding-left: 60px;"><span style="color: #0000ff;">SELECT </span>@header <span style="color: gray;">= </span>SpecName<br />
<span style="color: #0000ff;">FROM </span>Specifications<br />
<span style="color: #0000ff;">WHERE </span>SpecField <span style="color: gray;">= </span>@colName</p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal; padding-left: 30px;"><span style="color: #0000ff;">END</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal; padding-left: 30px;">
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal; padding-left: 30px;"><span style="color: #0000ff;">IF </span>@i <span style="color: gray;">&gt; </span>1</p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal; padding-left: 30px;"><span style="color: #0000ff;">BEGIN</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal; padding-left: 60px;"><span style="color: #0000ff;">SET </span>@selectMethod <span style="color: gray;">=</span> @selectMethod <span style="color: gray;">+</span> <span style="color: red;">&#8216;, &#8216;</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal; padding-left: 30px;"><span style="color: #0000ff;">END</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal; padding-left: 30px;"><span style="color: #0000ff;">SET </span>@selectMethod <span style="color: gray;">=</span> @selectMethod <span style="color: gray;">+</span> <span style="color: fuchsia;">QUOTENAME</span><span style="color: gray;">(</span>@colName<span style="color: gray;">)</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal; padding-left: 30px;"><span style="color: #0000ff;">IF </span>@header <span style="color: gray;">IS </span><span style="color: gray;">NOT</span> <span style="color: gray;">NULL</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal; padding-left: 30px;"><span style="color: #0000ff;">BEGIN</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal; padding-left: 60px;"><span style="color: #0000ff;">SET </span>@selectMethod <span style="color: gray;">=</span> @selectMethod <span style="color: gray;">+</span> <span style="color: red;">&#8216; &#8220;&#8216; </span><span style="color: gray;">+</span> @header <span style="color: gray;">+</span> <span style="color: red;">&#8216;&#8221;&#8216;</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal; padding-left: 60px;"><span style="color: blue;">SET</span> @header <span style="color: gray;">=</span> <span style="color: gray;">NULL</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal; padding-left: 30px;"><span style="color: #0000ff;">END </span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal; padding-left: 30px;"><span style="color: #0000ff;">SET </span>@i <span style="color: gray;">=</span> @i <span style="color: gray;">+</span> 1<span style="color: gray;">;</span><span style="color: blue;"> </span></p>
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;"><span style="color: #0000ff;">END</span></p>
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;">
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;"><span style="color: #0000ff;">EXECUTE</span>(&#8216;<span style="color: #ff0000;">Select&#8217;</span> <span style="color: gray;">+</span> @selectMethod <span style="color: gray;">+</span><span style="color: gray;"> </span><span style="color: red;">&#8216; FROM #tmpTbl&#8217;</span><span style="color: gray;">)</span></p>
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;">
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;"><span style="color: #0000ff;">DROP </span><span style="color: blue;">TABLE</span> #tmpTbl</p>
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;"><span style="color: #0000ff;">DROP </span><span style="color: blue;">TABLE</span> #currentItem</p>
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;">
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;"><span style="color: #0000ff;">RETURN </span>0</p>
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal;"><span style="color: #0000ff;">END</span></p>
</div>
<div class='sociable'><div><span class='sociable-tagline'><strong>Share and Enjoy:</strong></span></div><ul><li><a rel="nofollow" target="_blank"  href="http://www.printfriendly.com/print/new?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F08%2F05%2Fdynamic-sql%2F" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/printfriendly.png" class="sociable-img sociable-hovers" title="Print" alt="Print" /></a></li><li><a rel="nofollow" target="_blank"  href="mailto:?subject=Dynamic%20SQL&amp;body=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F08%2F05%2Fdynamic-sql%2F" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/email_link.png" class="sociable-img sociable-hovers" title="email" alt="email" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.trustyourtechnologist.com/index.php/feed/" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/rss.png" class="sociable-img sociable-hovers" title="RSS" alt="RSS" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F08%2F05%2Fdynamic-sql%2F&amp;t=Dynamic%20SQL" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/facebook.png" class="sociable-img sociable-hovers" title="Facebook" alt="Facebook" /></a></li><li><a rel="nofollow" target="_blank"  href="http://twitter.com/home?status=Dynamic%20SQL%20-%20http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F08%2F05%2Fdynamic-sql%2F" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/twitter.png" class="sociable-img sociable-hovers" title="Twitter" alt="Twitter" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F08%2F05%2Fdynamic-sql%2F&amp;title=Dynamic%20SQL&amp;source=Trust+Your+Technologist+Software+with+coffee+and+art...&amp;summary=While%20working%20on%20a%20project%20I%20was%20challenged%20to%20build%20a%20table%20that%20showed%20only%20the%20columns%20of%20data%20associated%20with%20the%20current%20family%20of%C2%A0data.%20The%20challenge%20was%20the%C2%A0database%20I%20was%20pulling%20from%20had%20over%20a%20hundred%20columns%20and%20hundreds%20of%C2%A0rows.%20I%20only" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/linkedin.png" class="sociable-img sociable-hovers" title="LinkedIn" alt="LinkedIn" /></a></li><li><a rel="nofollow" target="_blank"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F08%2F05%2Fdynamic-sql%2F&amp;title=Dynamic%20SQL&amp;bodytext=While%20working%20on%20a%20project%20I%20was%20challenged%20to%20build%20a%20table%20that%20showed%20only%20the%20columns%20of%20data%20associated%20with%20the%20current%20family%20of%C2%A0data.%20The%20challenge%20was%20the%C2%A0database%20I%20was%20pulling%20from%20had%20over%20a%20hundred%20columns%20and%20hundreds%20of%C2%A0rows.%20I%20only" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/digg.png" class="sociable-img sociable-hovers" title="Digg" alt="Digg" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F08%2F05%2Fdynamic-sql%2F&amp;title=Dynamic%20SQL" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/stumbleupon.png" class="sociable-img sociable-hovers" title="StumbleUpon" alt="StumbleUpon" /></a></li><li><a rel="nofollow" target="_blank"  href="http://delicious.com/post?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F08%2F05%2Fdynamic-sql%2F&amp;title=Dynamic%20SQL&amp;notes=While%20working%20on%20a%20project%20I%20was%20challenged%20to%20build%20a%20table%20that%20showed%20only%20the%20columns%20of%20data%20associated%20with%20the%20current%20family%20of%C2%A0data.%20The%20challenge%20was%20the%C2%A0database%20I%20was%20pulling%20from%20had%20over%20a%20hundred%20columns%20and%20hundreds%20of%C2%A0rows.%20I%20only" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/delicious.png" class="sociable-img sociable-hovers" title="del.icio.us" alt="del.icio.us" /></a></li><li><a rel="nofollow" target="_blank"  href="http://reddit.com/submit?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F08%2F05%2Fdynamic-sql%2F&amp;title=Dynamic%20SQL" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/reddit.png" class="sociable-img sociable-hovers" title="Reddit" alt="Reddit" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.google.com/reader/link?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F08%2F05%2Fdynamic-sql%2F&amp;title=Dynamic%20SQL&amp;srcURL=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F08%2F05%2Fdynamic-sql%2F&amp;srcTitle=Trust+Your+Technologist+Software+with+coffee+and+art..." ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/googlebuzz.png" class="sociable-img sociable-hovers" title="Google Buzz" alt="Google Buzz" /></a></li><li><a rel="nofollow" target="_blank"  href="http://technorati.com/faves?add=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F08%2F05%2Fdynamic-sql%2F" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/technorati.png" class="sociable-img sociable-hovers" title="Technorati" alt="Technorati" /></a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.trustyourtechnologist.com/index.php/2010/08/05/dynamic-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improve your Ecommerce Presence</title>
		<link>http://www.trustyourtechnologist.com/index.php/2010/07/23/improve-your-ecommerce-presence/</link>
		<comments>http://www.trustyourtechnologist.com/index.php/2010/07/23/improve-your-ecommerce-presence/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 13:12:31 +0000</pubDate>
		<dc:creator>Damon</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Solutions]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Ecommerce]]></category>
		<category><![CDATA[products]]></category>
		<category><![CDATA[users]]></category>

		<guid isPermaLink="false">http://www.trustyourtechnologist.com/?p=412</guid>
		<description><![CDATA[The world of Ecommerce is at a unique point in its young life.  With the increased focus on web standards and usability, web users are constantly on the lookout for something cutting edge and easy to use.  That being said, creating an online shopping presence is becoming an increasingly important avenue for selling your goods. [...]]]></description>
			<content:encoded><![CDATA[<p>The world of Ecommerce is at a unique point in its young life.  With the increased focus on web standards and usability, web users are constantly on the lookout for something cutting edge and easy to use.  That being said, creating an online shopping presence is becoming an increasingly important avenue for selling your goods. However, without a specific, granular approach to your<img class="alignleft size-full wp-image-440" title="open" src="http://www.trustyourtechnologist.com/wp-content/uploads/2010/07/open.jpg" alt="" width="300" height="206" /> Ecommerce store, it&#8217;s likely that it will produce less than desirable sales, be difficult to maintain and ultimately ineffective for users to perform even basic actions.</p>
<p>There are some fairly fool proof ways to combat common mistakes, however. By following some pretty simple rules within your Ecommerce store, we can improve sales, generate leads and referrals and subsequently increase conversions. Let&#8217;s get started!<br />
<span id="more-412"></span></p>
<p>&nbsp;</p>
<h3>1. Remove clutter and distracting elements</h3>
<p>The single biggest step I can recommend is removing &#8220;clutter&#8221; and unneeded elements from the design of the store. In doing so, you will free up sections of the page, which can help for many different reasons. First, it will reduce the amount of information the user takes in, drawing the focus to what is most important on the page, the product. Second, it frees up more real estate for product photos, descriptions and reviews; all of which will help a user make a more informed decision. Finally, by reducing clutter, you reduce the amount of elements that load when a page is requested by the user, thus decreasing their loading times and providing a more responsive feel to the site. Take a look at Lucky Brand Jeans&#8217; site:</p>
<p><img class="size-full wp-image-416 alignnone" src="http://www.trustyourtechnologist.com/wp-content/uploads/2010/07/lucky.jpg" alt="Lucky Brand Jeans" width="404" height="318" /></p>
<p><em><span style="font-size: 11px;">By incorporating a large product shot, the focus is drawn directly to the product. You will also notice a solid product description followed by different options you can select. Only when you get to the bottom of the page will you see recommended products. By doing this, they reduce clutter on the page in order to put the main focus on the product and the product only.</span></em></p>
<h3>2. Make actions clearly visible</h3>
<p>Along the same lines, making an Ecommerce site have clear and specific actions is essential to a successful store. Without them, a user might get lost on what to do next (ex: after adding a product to the cart, what do I do?). This becomes exponentially important during the checkout process, as users are very quick to cancel their entire transaction if they get even the slightest hint that they might be doing something wrong; especially if they believe it might compromise their sensitive information.</p>
<p>With that in mind, actions to make extremely clear might include: add to cart, remove from cart, update quantities, checkout, select variation/option and any forms they need to fill out. Below are some examples.</p>
<p><img class="alignnone size-full wp-image-419" title="Fugitive Toys" src="http://www.trustyourtechnologist.com/wp-content/uploads/2010/07/fugitive.jpg" alt="" width="404" height="310" /><br />
<em><span style="font-size: 11px;">Fugitive Toys has large buttons that clearly pull you to the next action.</span></em></p>
<p><img class="alignnone size-full wp-image-420" title="REI" src="http://www.trustyourtechnologist.com/wp-content/uploads/2010/07/rei.jpg" alt="" width="404" height="394" /><br />
<em><span style="font-size: 11px;">REI includes a 1. 2. 3. step process to add a product to the cart, which tells the user exactly what to do to add that product (and any variations) to the cart.</span></em></p>
<h3>3. Make product shots visually appealing</h3>
<p>If you have already removed distracting, unneeded elements from your store, chances are you have some free space (it might even look a bit empty). That&#8217;s OK! You can fill up a bit of that space with product images that will highlight the craftsmanship &amp; fine details of your products. A common feature found on Ecommerce sites is a product image gallery. This is quite a useful feature for users because they are able to see multiple images and it will help them to make a more informed decision about the product. Think of it this way: someone can describe something picturesque and beautiful, but if you&#8217;ve never seen it with your own eyes, you won&#8217;t appreciate it fully; it&#8217;s the same with your products online. You can have pages and pages detailing how your products are created, but if a user never sees a decent picture, their opinion will be skewed because ultimately, they want to make the final decision for themselves.</p>
<p><img class="alignnone size-full wp-image-425" title="Spy Optics" src="http://www.trustyourtechnologist.com/wp-content/uploads/2010/07/spy.jpg" alt="" width="404" height="309" /></p>
<p><img class="alignnone size-full wp-image-424" title="Converse" src="http://www.trustyourtechnologist.com/wp-content/uploads/2010/07/converse.jpg" alt="" width="404" height="290" /><br />
<em><span style="font-size: 11px;">Spy Optics &amp; Converse both use very large product shots to show detail; this is like being able to hold a product in a store.</span></em></p>
<h3>4. Include value added or related products</h3>
<p>Have you ever gone on a camping trip, assembled your tent, and realized you didn&#8217;t have any stakes to hold it down? Smaller items like tent stakes can help to increase sales by providing a user something extra to buy at the last minute. If they see a product that they &#8220;might need&#8221; just before checking out, they may feel inclined to add it to their order (think of the checkout aisle at the grocery store). There are a couple of things to keep in mind, though; first, you have to make these additional products stand out from the rest of the content, to draw attention to them (but do it subtly!). Second, make sure that the product you are trying to cross-sell is pertinent to the product they just are about to buy. Last but not least, it must be extremely simple to add that product to the cart so the user can be on their way in a matter of seconds.</p>
<p><img class="alignnone size-full wp-image-427" title="Amazon" src="http://www.trustyourtechnologist.com/wp-content/uploads/2010/07/amazon.jpg" alt="" width="404" height="318" /><br />
<em><span style="font-size: 11px;">On most product pages at Amazon, you will find items that are “Frequently Bought Together”.  Items that correspond to the product being viewed are typically placed here.</span></em></p>
<h3>5. Checkout process needs to be a breeze</h3>
<p>Let&#8217;s go to a real life example again. After picking out a few products, you head to the register and run into a long line. When you finally get to the clerk, they aren&#8217;t helpful in ringing up your items and give you no indication of when to swipe your card, enter your PIN or sign, and don&#8217;t bag your items up for you. Pretty inconvenient, right? Making the entire checkout process simple and easy is an integral part of increasing sales. This section could be an entire article by itself, so I won&#8217;t elaborate too much, but:</p>
<ul>
<li>Step by step completion can help the user see exactly where they are in the checkout process, giving them feedback and encouraging them to continue.</li>
<li>Error messages need to be clearly defined and helpful, so that the user can correct the problem quickly and be on their way.</li>
<li>Security is an increasing concern for everyone, so reassuring the user that their sensitive data is safe is imperative.</li>
<li>Confirmation of a successful transaction should be clearly stated so that the user understands everything that happened.</li>
</ul>
<p><img class="alignnone size-full wp-image-428" title="Crystal" src="http://www.trustyourtechnologist.com/wp-content/uploads/2010/07/crystal.jpg" alt="" width="404" height="404" /><br />
<em><span style="font-size: 11px;">Swarovski Crystal has a great checkout process. They have steps to alert you exactly where you are in the checkout process, as well as forms that guide you in case of errors.</span></em></p>
<h3>6. Go the extra mile to keep users informed</h3>
<p>You&#8217;re wrong if you think your job is done when the user completes their transaction! Keeping them informed about the status of their order will give them peace of mind that all is well. Emails that tell the user you received their order, their order was processed &amp; shipped, and possibly a follow up email are all key to helping the user through the end. Providing things like contact numbers and email addresses are great because it puts the user in contact with you if they have any questions. Also, adding a tracking number to the email is a great feature that a user definitely appreciates, as they like to see exactly what is happening with their order.</p>
<p>Will these 6 tips guarantee success in every Ecommerce store? No. However, they are guidelines that can be formatted to fit your store so that in the end, your focus is on the most important aspect of your business – the consumer. Take a look at these tips again, and then browse through your Ecommerce site. What can be improved? What can be added or removed? Whether you need to customize your current solution or start from scratch, we have the tools and knowledge to help.</p>
<p>﻿</p>
<div class='sociable'><div><span class='sociable-tagline'><strong>Share and Enjoy:</strong></span></div><ul><li><a rel="nofollow" target="_blank"  href="http://www.printfriendly.com/print/new?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F23%2Fimprove-your-ecommerce-presence%2F" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/printfriendly.png" class="sociable-img sociable-hovers" title="Print" alt="Print" /></a></li><li><a rel="nofollow" target="_blank"  href="mailto:?subject=Improve%20your%20Ecommerce%20Presence&amp;body=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F23%2Fimprove-your-ecommerce-presence%2F" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/email_link.png" class="sociable-img sociable-hovers" title="email" alt="email" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.trustyourtechnologist.com/index.php/feed/" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/rss.png" class="sociable-img sociable-hovers" title="RSS" alt="RSS" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F23%2Fimprove-your-ecommerce-presence%2F&amp;t=Improve%20your%20Ecommerce%20Presence" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/facebook.png" class="sociable-img sociable-hovers" title="Facebook" alt="Facebook" /></a></li><li><a rel="nofollow" target="_blank"  href="http://twitter.com/home?status=Improve%20your%20Ecommerce%20Presence%20-%20http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F23%2Fimprove-your-ecommerce-presence%2F" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/twitter.png" class="sociable-img sociable-hovers" title="Twitter" alt="Twitter" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F23%2Fimprove-your-ecommerce-presence%2F&amp;title=Improve%20your%20Ecommerce%20Presence&amp;source=Trust+Your+Technologist+Software+with+coffee+and+art...&amp;summary=The%20world%20of%20Ecommerce%20is%20at%20a%20unique%20point%20in%20its%20young%20life.%C2%A0%20With%20the%20increased%20focus%20on%20web%20standards%20and%20usability%2C%20web%20users%20are%20constantly%20on%20the%20lookout%20for%20something%20cutting%20edge%20and%20easy%20to%20use.%C2%A0%20That%20being%20said%2C%20creating%20an%20online%20shoppi" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/linkedin.png" class="sociable-img sociable-hovers" title="LinkedIn" alt="LinkedIn" /></a></li><li><a rel="nofollow" target="_blank"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F23%2Fimprove-your-ecommerce-presence%2F&amp;title=Improve%20your%20Ecommerce%20Presence&amp;bodytext=The%20world%20of%20Ecommerce%20is%20at%20a%20unique%20point%20in%20its%20young%20life.%C2%A0%20With%20the%20increased%20focus%20on%20web%20standards%20and%20usability%2C%20web%20users%20are%20constantly%20on%20the%20lookout%20for%20something%20cutting%20edge%20and%20easy%20to%20use.%C2%A0%20That%20being%20said%2C%20creating%20an%20online%20shoppi" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/digg.png" class="sociable-img sociable-hovers" title="Digg" alt="Digg" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F23%2Fimprove-your-ecommerce-presence%2F&amp;title=Improve%20your%20Ecommerce%20Presence" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/stumbleupon.png" class="sociable-img sociable-hovers" title="StumbleUpon" alt="StumbleUpon" /></a></li><li><a rel="nofollow" target="_blank"  href="http://delicious.com/post?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F23%2Fimprove-your-ecommerce-presence%2F&amp;title=Improve%20your%20Ecommerce%20Presence&amp;notes=The%20world%20of%20Ecommerce%20is%20at%20a%20unique%20point%20in%20its%20young%20life.%C2%A0%20With%20the%20increased%20focus%20on%20web%20standards%20and%20usability%2C%20web%20users%20are%20constantly%20on%20the%20lookout%20for%20something%20cutting%20edge%20and%20easy%20to%20use.%C2%A0%20That%20being%20said%2C%20creating%20an%20online%20shoppi" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/delicious.png" class="sociable-img sociable-hovers" title="del.icio.us" alt="del.icio.us" /></a></li><li><a rel="nofollow" target="_blank"  href="http://reddit.com/submit?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F23%2Fimprove-your-ecommerce-presence%2F&amp;title=Improve%20your%20Ecommerce%20Presence" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/reddit.png" class="sociable-img sociable-hovers" title="Reddit" alt="Reddit" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.google.com/reader/link?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F23%2Fimprove-your-ecommerce-presence%2F&amp;title=Improve%20your%20Ecommerce%20Presence&amp;srcURL=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F23%2Fimprove-your-ecommerce-presence%2F&amp;srcTitle=Trust+Your+Technologist+Software+with+coffee+and+art..." ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/googlebuzz.png" class="sociable-img sociable-hovers" title="Google Buzz" alt="Google Buzz" /></a></li><li><a rel="nofollow" target="_blank"  href="http://technorati.com/faves?add=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F23%2Fimprove-your-ecommerce-presence%2F" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/technorati.png" class="sociable-img sociable-hovers" title="Technorati" alt="Technorati" /></a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.trustyourtechnologist.com/index.php/2010/07/23/improve-your-ecommerce-presence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QR Codes Unleashed</title>
		<link>http://www.trustyourtechnologist.com/index.php/2010/07/22/qr-codes-unleashed/</link>
		<comments>http://www.trustyourtechnologist.com/index.php/2010/07/22/qr-codes-unleashed/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 14:50:50 +0000</pubDate>
		<dc:creator>Andrew Newby</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[General Knowledge]]></category>
		<category><![CDATA[Solutions]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[qr code]]></category>

		<guid isPermaLink="false">http://www.trustyourtechnologist.com/?p=366</guid>
		<description><![CDATA[As mobile application acceptance and influence grows, finding better ways to connect information will evolve. That means not only sharing but also accessing information and application interaction on a device level &#8211; bridging the divide between print, mobility and infosharing. One of these methods is the QR Code (Quick Response Code). A QR Code is [...]]]></description>
			<content:encoded><![CDATA[<p>As mobile application acceptance and influence grows, finding better ways to connect information will evolve.  That means not only sharing but also accessing information and application interaction on a device level &#8211; bridging the divide between print, mobility and infosharing.  One of these methods is the QR Code (Quick Response Code).  A QR Code is a 2D bar code configured in a matrix; information is stored horizontally as well as vertically.  This differs from a traditional bar code which only contains information horizontally.  A QR Code uses blocks (called modules) instead of variable width lines.  The benefit of this is the ability to store a lot more information.  Here is an example.</p>
<div id="attachment_370" class="wp-caption aligncenter" style="width: 290px"><a rel="attachment wp-att-370" href="http://www.trustyourtechnologist.com/index.php/2010/07/qr-codes-unleashed/trustyourtechnologist/"><img class="size-full wp-image-370" title="A QR Code of the url www.trustyourtechnologist.com" src="http://www.trustyourtechnologist.com/wp-content/uploads/2010/07/trustyourtechnologist.png" alt="A QR Code of the url www.trustyourtechnologist.com" width="280" height="280" /></a><p class="wp-caption-text">A QR Code of the url www.trustyourtechnologist.com</p></div>
<p>The basic function of the code is to be scanned (laser based 2D bar code scanner &#8211; or more likely, a phone&#8217;s camera).  On a phone the image is analyzed by a QR Code reading application such as <a href="http://www.qr-barcodes.com/" target="_blank">QRdvark</a> and the content, link, and info is then available on the device.</p>
<p><a rel="attachment wp-att-370" href="http://www.trustyourtechnologist.com/index.php/2010/07/qr-codes-unleashed/trustyourtechnologist/"><span id="more-366"></span></a>The QR Code is machine readable only, of course.  But its usefulness is only limited by the application reading it.  For example, a QR Code reader recognizing a URL in the QR Code will open the location in a browser.  A QR Code of contact information can automatically create that contact in your address book.</p>
<div id="attachment_369" class="wp-caption alignright" style="width: 160px"><a rel="attachment wp-att-369" href="http://www.trustyourtechnologist.com/index.php/2010/07/qr-codes-unleashed/sms-i-love-your-blog/"><img class="size-full wp-image-369" title="SMS I love your blog" src="http://www.trustyourtechnologist.com/wp-content/uploads/2010/07/SMS-I-love-your-blog.png" alt="SMS I love your blog" width="150" height="150" /></a><p class="wp-caption-text">SMS I love your blog</p></div>
<p>An enormous benefit is that this format can contain 4,296 text characters, 7,089 digits, 2,953 raw bytes, or 1,817 kanji.  That&#8217;s plenty of information to include full contact information on a business card, details about a movie on a poster, or quick link to a product&#8217;s URL.  If you have not seen it already, expect to see QR Codes appearing in print ads.  A scan of the code could open a URL of the product or a special promotion.</p>
<p><strong>Design QR</strong><br />
These QRs take logos or other imagery and incorporate them into the QR Code.  This is possible because there is redundancy enough for a lot of code deterioration before the code becomes unreadable.</p>
<div id="attachment_393" class="wp-caption aligncenter" style="width: 382px"><a rel="attachment wp-att-393" href="http://www.trustyourtechnologist.com/index.php/2010/07/qr-codes-unleashed/avatarsyndicate-com-2/"><img class="size-full wp-image-393" title="AVATAR's DesignQR" src="http://www.trustyourtechnologist.com/wp-content/uploads/2010/07/avatarsyndicate.com_1.png" alt="AVATAR's DesignQR" width="372" height="372" /></a><p class="wp-caption-text">AVATAR&#39;s DesignQR</p></div>
<p><strong>Structure</strong><br />
A QR Code contains several meta elements in addition to the embedded information being shared.  Extra information about what version of the code is being used but also tracking points to help the reader application adjust for position and skew.  A QR Code is from 21-177 modules in height and 21-177 modules in width.</p>
<p><strong>Future Uses</strong><br />
In advertising you attempt to catch the eye and make an impression.  QR Codes help make that impression digital.  But I think this will also be a major infosharing technique.  Current uses include an art gallery tour enhanced through codes to help identify sections of a digital tour or to open more information about the artist, the piece, the period, etc.  Street artists tagging their work with QR Codes.  Near future uses could include traffic signs auto-read by in-car readers.  And future uses such as 3D QR Codes that can store even more information (in theory, an entire video clip), or enhanced encoding techniques that could store more as well.</p>
<div class='sociable'><div><span class='sociable-tagline'><strong>Share and Enjoy:</strong></span></div><ul><li><a rel="nofollow" target="_blank"  href="http://www.printfriendly.com/print/new?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F22%2Fqr-codes-unleashed%2F" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/printfriendly.png" class="sociable-img sociable-hovers" title="Print" alt="Print" /></a></li><li><a rel="nofollow" target="_blank"  href="mailto:?subject=QR%20Codes%20Unleashed&amp;body=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F22%2Fqr-codes-unleashed%2F" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/email_link.png" class="sociable-img sociable-hovers" title="email" alt="email" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.trustyourtechnologist.com/index.php/feed/" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/rss.png" class="sociable-img sociable-hovers" title="RSS" alt="RSS" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F22%2Fqr-codes-unleashed%2F&amp;t=QR%20Codes%20Unleashed" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/facebook.png" class="sociable-img sociable-hovers" title="Facebook" alt="Facebook" /></a></li><li><a rel="nofollow" target="_blank"  href="http://twitter.com/home?status=QR%20Codes%20Unleashed%20-%20http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F22%2Fqr-codes-unleashed%2F" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/twitter.png" class="sociable-img sociable-hovers" title="Twitter" alt="Twitter" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F22%2Fqr-codes-unleashed%2F&amp;title=QR%20Codes%20Unleashed&amp;source=Trust+Your+Technologist+Software+with+coffee+and+art...&amp;summary=As%20mobile%20application%20acceptance%20and%20influence%20grows%2C%20finding%20better%20ways%20to%20connect%20information%20will%20evolve.%20%20That%20means%20not%20only%20sharing%20but%20also%20accessing%20information%20and%20application%20interaction%20on%20a%20device%20level%20-%20bridging%20the%20divide%20between%20prin" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/linkedin.png" class="sociable-img sociable-hovers" title="LinkedIn" alt="LinkedIn" /></a></li><li><a rel="nofollow" target="_blank"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F22%2Fqr-codes-unleashed%2F&amp;title=QR%20Codes%20Unleashed&amp;bodytext=As%20mobile%20application%20acceptance%20and%20influence%20grows%2C%20finding%20better%20ways%20to%20connect%20information%20will%20evolve.%20%20That%20means%20not%20only%20sharing%20but%20also%20accessing%20information%20and%20application%20interaction%20on%20a%20device%20level%20-%20bridging%20the%20divide%20between%20prin" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/digg.png" class="sociable-img sociable-hovers" title="Digg" alt="Digg" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F22%2Fqr-codes-unleashed%2F&amp;title=QR%20Codes%20Unleashed" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/stumbleupon.png" class="sociable-img sociable-hovers" title="StumbleUpon" alt="StumbleUpon" /></a></li><li><a rel="nofollow" target="_blank"  href="http://delicious.com/post?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F22%2Fqr-codes-unleashed%2F&amp;title=QR%20Codes%20Unleashed&amp;notes=As%20mobile%20application%20acceptance%20and%20influence%20grows%2C%20finding%20better%20ways%20to%20connect%20information%20will%20evolve.%20%20That%20means%20not%20only%20sharing%20but%20also%20accessing%20information%20and%20application%20interaction%20on%20a%20device%20level%20-%20bridging%20the%20divide%20between%20prin" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/delicious.png" class="sociable-img sociable-hovers" title="del.icio.us" alt="del.icio.us" /></a></li><li><a rel="nofollow" target="_blank"  href="http://reddit.com/submit?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F22%2Fqr-codes-unleashed%2F&amp;title=QR%20Codes%20Unleashed" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/reddit.png" class="sociable-img sociable-hovers" title="Reddit" alt="Reddit" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.google.com/reader/link?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F22%2Fqr-codes-unleashed%2F&amp;title=QR%20Codes%20Unleashed&amp;srcURL=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F22%2Fqr-codes-unleashed%2F&amp;srcTitle=Trust+Your+Technologist+Software+with+coffee+and+art..." ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/googlebuzz.png" class="sociable-img sociable-hovers" title="Google Buzz" alt="Google Buzz" /></a></li><li><a rel="nofollow" target="_blank"  href="http://technorati.com/faves?add=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F22%2Fqr-codes-unleashed%2F" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/technorati.png" class="sociable-img sociable-hovers" title="Technorati" alt="Technorati" /></a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.trustyourtechnologist.com/index.php/2010/07/22/qr-codes-unleashed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Force Facebook Profile Info to Link to Official Company Pages</title>
		<link>http://www.trustyourtechnologist.com/index.php/2010/07/09/force-facebook-links-to-official-company-pages/</link>
		<comments>http://www.trustyourtechnologist.com/index.php/2010/07/09/force-facebook-links-to-official-company-pages/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 19:42:17 +0000</pubDate>
		<dc:creator>Stephanie</dc:creator>
				<category><![CDATA[Solutions]]></category>
		<category><![CDATA[community page]]></category>
		<category><![CDATA[employer]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[Official Company Page]]></category>
		<category><![CDATA[profile info]]></category>

		<guid isPermaLink="false">http://www.trustyourtechnologist.com/?p=267</guid>
		<description><![CDATA[I was recently updating my Facebook account and I added AVATAR as my current employer in my profile. But when I clicked on the link to AVATAR it went to a generic community page with little content and no administrator. This was unsettling considering I had just taken the time to set up an official [...]]]></description>
			<content:encoded><![CDATA[<p>I was recently updating my Facebook account and I added AVATAR as my current employer in my profile. But when I clicked on the link to AVATAR it went to a generic community page with little content and no administrator. This was unsettling considering I had just taken the time to set up an official business page for the company. Apparently Facebook makes no attempt to check if an official page exists before they link to their generic community pages. Even worse, this seems to be a common frustration among employees and business owners alike who would like to link their profile to their company&#8217;s official page.</p>
<p>Luckily, we have a solution for you.  It is a bit more complex than a couple of clicks in your settings but it is not very technical. Essentially, you&#8217;ll be hacking the page to force the link. To get started, you&#8217;ll need to use Firefox by Mozilla (if you&#8217;re an IE user you&#8217;ll need to <a href="http://www.mozilla.com/firefox/">download Firefox</a>). Whether you&#8217;re a lifelong Firefox user or you&#8217;ve freshly installed it, you need to download an additional tool to actually make the changes you&#8217;ll need. You&#8217;ll be making the changes using the <a href="https://addons.mozilla.org/firefox/addon/60">Web Developer Toolbar</a> that you can download as an add-on to Firefox.</p>
<p><span id="more-267"></span>Once you&#8217;ve successfully installed Firefox (if necessary) and the Web Developer Toolbar, you&#8217;ll first need to go to your official Facebook company page (or whichever page it is that you wish to link). At the very end of the web address for that page there should be a series of numbers. Copy all the numbers stopping once you get to the backslash.</p>
<p><img class="size-full wp-image-269 alignnone" title="screen-shot-1" src="http://www.trustyourtechnologist.com/wp-content/uploads/2010/07/screen-shot-1.png" alt="screen-shot-1" width="630" height="417" /></p>
<p>Next go to your profile and click edit and go to the section you wish to change (in this example I&#8217;m editing the Education and Work section). Now you need to view the Web Developer Toolbar. Go to the menu bar at the top of your browser and click View, then Toolbars, then Web Developer Toolbar.</p>
<p><img class="alignnone size-full wp-image-273" title="screen-shot-2" src="http://www.trustyourtechnologist.com/wp-content/uploads/2010/07/screen-shot-2.png" alt="screen-shot-2" width="629" height="422" /></p>
<p>There should be a new toolbar that pops up under the address bar. Next, click on Forms and then View and then Display Form Details. You can see the toolbar options and what your screen will then look like below.</p>
<p><img class="alignnone size-full wp-image-274" title="screen-shot-3" src="http://www.trustyourtechnologist.com/wp-content/uploads/2010/07/screen-shot-3.png" alt="screen-shot-3" width="630" height="423" /></p>
<p>Don&#8217;t panic. Unless you&#8217;re a programmer or a technically minded individual, this probably looks very intimidating. But don&#8217;t worry; what we&#8217;re doing is quite simple. Remember the series of numbers you copied from the official page that you want to link to? Paste those numbers in the first gray box in the appropriate section. In the case of linking to your employer, the very first gray box after &#8220;Employer&#8221; would be the correct box. Below that gray box you can then type in the company name. Once you&#8217;re done, click the submit button at the bottom of the page. You can now turn off the form details and your employer name should now be forced to link to the official business page as opposed to a generic community page.</p>
<p>Unfortunately, this only works for the company name. If you wish to include your position title and other information, it will still create a link to yet another generic community page. This &#8220;hack&#8221; doesn&#8217;t seem to be a universal fix. You can also find this information on <a href="http://www.facebook.com/home.php?#!/help/?ref=pf">Facebook</a> in their help section. Their help topics are not very helpful but the <a href="http://www.facebook.com/home.php?#!/help/?community=175">help discussions section</a> is full of helpful users that have found tips and tricks to answer other users&#8217; questions. If you have any ideas to build further on this method to force link pages, please share them. We would love to hear your solutions.</p>
<div class='sociable'><div><span class='sociable-tagline'><strong>Share and Enjoy:</strong></span></div><ul><li><a rel="nofollow" target="_blank"  href="http://www.printfriendly.com/print/new?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F09%2Fforce-facebook-links-to-official-company-pages%2F" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/printfriendly.png" class="sociable-img sociable-hovers" title="Print" alt="Print" /></a></li><li><a rel="nofollow" target="_blank"  href="mailto:?subject=How%20to%20Force%20Facebook%20Profile%20Info%20to%20Link%20to%20Official%20Company%20Pages&amp;body=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F09%2Fforce-facebook-links-to-official-company-pages%2F" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/email_link.png" class="sociable-img sociable-hovers" title="email" alt="email" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.trustyourtechnologist.com/index.php/feed/" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/rss.png" class="sociable-img sociable-hovers" title="RSS" alt="RSS" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F09%2Fforce-facebook-links-to-official-company-pages%2F&amp;t=How%20to%20Force%20Facebook%20Profile%20Info%20to%20Link%20to%20Official%20Company%20Pages" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/facebook.png" class="sociable-img sociable-hovers" title="Facebook" alt="Facebook" /></a></li><li><a rel="nofollow" target="_blank"  href="http://twitter.com/home?status=How%20to%20Force%20Facebook%20Profile%20Info%20to%20Link%20to%20Official%20Company%20Pages%20-%20http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F09%2Fforce-facebook-links-to-official-company-pages%2F" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/twitter.png" class="sociable-img sociable-hovers" title="Twitter" alt="Twitter" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F09%2Fforce-facebook-links-to-official-company-pages%2F&amp;title=How%20to%20Force%20Facebook%20Profile%20Info%20to%20Link%20to%20Official%20Company%20Pages&amp;source=Trust+Your+Technologist+Software+with+coffee+and+art...&amp;summary=I%20was%20recently%20updating%20my%20Facebook%20account%20and%20I%20added%20AVATAR%20as%20my%20current%20employer%20in%20my%20profile.%20But%20when%20I%20clicked%20on%20the%20link%20to%20AVATAR%20it%20went%20to%20a%20generic%20community%20page%20with%20little%20content%20and%20no%20administrator.%20This%20was%20unsettling%20considerin" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/linkedin.png" class="sociable-img sociable-hovers" title="LinkedIn" alt="LinkedIn" /></a></li><li><a rel="nofollow" target="_blank"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F09%2Fforce-facebook-links-to-official-company-pages%2F&amp;title=How%20to%20Force%20Facebook%20Profile%20Info%20to%20Link%20to%20Official%20Company%20Pages&amp;bodytext=I%20was%20recently%20updating%20my%20Facebook%20account%20and%20I%20added%20AVATAR%20as%20my%20current%20employer%20in%20my%20profile.%20But%20when%20I%20clicked%20on%20the%20link%20to%20AVATAR%20it%20went%20to%20a%20generic%20community%20page%20with%20little%20content%20and%20no%20administrator.%20This%20was%20unsettling%20considerin" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/digg.png" class="sociable-img sociable-hovers" title="Digg" alt="Digg" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F09%2Fforce-facebook-links-to-official-company-pages%2F&amp;title=How%20to%20Force%20Facebook%20Profile%20Info%20to%20Link%20to%20Official%20Company%20Pages" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/stumbleupon.png" class="sociable-img sociable-hovers" title="StumbleUpon" alt="StumbleUpon" /></a></li><li><a rel="nofollow" target="_blank"  href="http://delicious.com/post?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F09%2Fforce-facebook-links-to-official-company-pages%2F&amp;title=How%20to%20Force%20Facebook%20Profile%20Info%20to%20Link%20to%20Official%20Company%20Pages&amp;notes=I%20was%20recently%20updating%20my%20Facebook%20account%20and%20I%20added%20AVATAR%20as%20my%20current%20employer%20in%20my%20profile.%20But%20when%20I%20clicked%20on%20the%20link%20to%20AVATAR%20it%20went%20to%20a%20generic%20community%20page%20with%20little%20content%20and%20no%20administrator.%20This%20was%20unsettling%20considerin" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/delicious.png" class="sociable-img sociable-hovers" title="del.icio.us" alt="del.icio.us" /></a></li><li><a rel="nofollow" target="_blank"  href="http://reddit.com/submit?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F09%2Fforce-facebook-links-to-official-company-pages%2F&amp;title=How%20to%20Force%20Facebook%20Profile%20Info%20to%20Link%20to%20Official%20Company%20Pages" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/reddit.png" class="sociable-img sociable-hovers" title="Reddit" alt="Reddit" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.google.com/reader/link?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F09%2Fforce-facebook-links-to-official-company-pages%2F&amp;title=How%20to%20Force%20Facebook%20Profile%20Info%20to%20Link%20to%20Official%20Company%20Pages&amp;srcURL=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F09%2Fforce-facebook-links-to-official-company-pages%2F&amp;srcTitle=Trust+Your+Technologist+Software+with+coffee+and+art..." ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/googlebuzz.png" class="sociable-img sociable-hovers" title="Google Buzz" alt="Google Buzz" /></a></li><li><a rel="nofollow" target="_blank"  href="http://technorati.com/faves?add=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F09%2Fforce-facebook-links-to-official-company-pages%2F" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/technorati.png" class="sociable-img sociable-hovers" title="Technorati" alt="Technorati" /></a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.trustyourtechnologist.com/index.php/2010/07/09/force-facebook-links-to-official-company-pages/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Protecting Your Data with On-Disk Encryption</title>
		<link>http://www.trustyourtechnologist.com/index.php/2010/07/07/protecting-your-data-with-on-disk-encryption/</link>
		<comments>http://www.trustyourtechnologist.com/index.php/2010/07/07/protecting-your-data-with-on-disk-encryption/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 15:16:40 +0000</pubDate>
		<dc:creator>Shazad</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Solutions]]></category>
		<category><![CDATA[BitLocker]]></category>
		<category><![CDATA[data encryption]]></category>
		<category><![CDATA[on-disk encryption]]></category>

		<guid isPermaLink="false">http://www.trustyourtechnologist.com/?p=253</guid>
		<description><![CDATA[A common issue facing businesses and organizations today is a lost or stolen laptop or PC that contains sensitive data.  As a result, many companies are starting to move to on-disk encryption to protect their data. Windows Vista and Windows 7 Ultimate and Enterprise editions contain a feature called BitLocker which protects data by encrypting [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-256" title="Firewall" src="http://www.trustyourtechnologist.com/wp-content/uploads/2010/07/329545_7095.jpg" alt="Firewall" width="266" height="345" /></p>
<p>A common issue facing businesses and organizations today is a lost or stolen laptop or PC that contains sensitive data.  As a result, many companies are starting to move to on-disk encryption to protect their data. Windows Vista and Windows 7 Ultimate and Enterprise editions contain a feature called BitLocker which protects data by encrypting information over entire volumes.</p>
<p>BitLocker is a full disk encryption program that uses the AES encryption algorithm in CBC(Cipher-block chaining) mode with a 128-bit key. BitLocker is only available on Server 2008 and select editions of Windows Vista and Windows 7. There are 3 different authentication modes that can be used as building blocks to implement BitLocker encryption.</p>
<p><strong>Transparent Operation Mode</strong></p>
<p>Transparent Operation Mode uses a key for the disk encryption.  It is encrypted by the Trusted Platform Module (TPM) chip and will only be released to the OS loader code if the early boot files appear to be unmodified.  By using TPM, a user can only protect against software based attacks but the computer is still vulnerable to hardware based attacks.  An example of such attack would be a cold-boot attack where a user doesn&#8217;t let the computer shut down completely. This attack relies on data to be in the RAM after power has been removed.</p>
<p><span id="more-253"></span><br />
<strong>User Authentication Mode</strong></p>
<p>User Authentication Mode or PIN Mode is when a user provides some authentication to the pre-boot environment (usually a username and password). The main problem when using a PIN is the system is still vulnerable to a pre-OS attack. Also, a PIN is great in theory but in order to be effective it must be very difficult, containing many different numbers and letters. But the more complex (and therefore more secure) a PIN is the less likely it is an end-user will remember it. Some users have such difficulty remembering their PINs that they resort to writing them down on a sticky note on their monitor, under their keyboard or somewhere else on their desk. This may help them remember the PIN but it defeats the purpose for it in the first place.</p>
<p><strong>Dongle Mode</strong></p>
<p>Dongle Mode is where a user must insert a USB device that contains a start-up key into the computer in order to boot the protected OS. The main problems with using a dongle are loss of the device and the system is still vulnerable to a pre-OS attack. This method is great against hardware attacks but how many people do you think will actually remove the dongle after they finish using the system?</p>
<p>BitLocker supports the above authentication modes in the following combinations: TPM only, Dongle only, TPM + PIN, TPM + Dongle and TPM + PIN + Dongle.  TPM is the least secure option and TPM + PIN + Dongle is the most secure.  You would think they would support a PIN only or a Dongle +PIN authentication mode.  How hard do you think it is to put in a Dongle versus trying to crack or brute-force a PIN?   Regardless which combination you choose, the smart thing to do is to use an authentication mode that requires two or more authentications.</p>
<p>If you are a business that needs to protect sensitive data, BitLocker is a Windows feature that you might want to check into.  Remember that no security is perfect but it is better to have one or more imperfect methods then none at all.</p>
<div class='sociable'><div><span class='sociable-tagline'><strong>Share and Enjoy:</strong></span></div><ul><li><a rel="nofollow" target="_blank"  href="http://www.printfriendly.com/print/new?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F07%2Fprotecting-your-data-with-on-disk-encryption%2F" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/printfriendly.png" class="sociable-img sociable-hovers" title="Print" alt="Print" /></a></li><li><a rel="nofollow" target="_blank"  href="mailto:?subject=Protecting%20Your%20Data%20with%20On-Disk%20Encryption&amp;body=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F07%2Fprotecting-your-data-with-on-disk-encryption%2F" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/email_link.png" class="sociable-img sociable-hovers" title="email" alt="email" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.trustyourtechnologist.com/index.php/feed/" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/rss.png" class="sociable-img sociable-hovers" title="RSS" alt="RSS" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F07%2Fprotecting-your-data-with-on-disk-encryption%2F&amp;t=Protecting%20Your%20Data%20with%20On-Disk%20Encryption" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/facebook.png" class="sociable-img sociable-hovers" title="Facebook" alt="Facebook" /></a></li><li><a rel="nofollow" target="_blank"  href="http://twitter.com/home?status=Protecting%20Your%20Data%20with%20On-Disk%20Encryption%20-%20http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F07%2Fprotecting-your-data-with-on-disk-encryption%2F" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/twitter.png" class="sociable-img sociable-hovers" title="Twitter" alt="Twitter" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F07%2Fprotecting-your-data-with-on-disk-encryption%2F&amp;title=Protecting%20Your%20Data%20with%20On-Disk%20Encryption&amp;source=Trust+Your+Technologist+Software+with+coffee+and+art...&amp;summary=%0D%0A%0D%0AA%20common%20issue%20facing%20businesses%20and%20organizations%20today%20is%20a%20lost%20or%20stolen%20laptop%20or%20PC%20that%20contains%20sensitive%20data.%20%C2%A0As%20a%20result%2C%20many%20companies%20are%20starting%20to%20move%20to%20on-disk%20encryption%20to%20protect%20their%20data.%20Windows%20Vista%20and%20Windows%207%20Ul" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/linkedin.png" class="sociable-img sociable-hovers" title="LinkedIn" alt="LinkedIn" /></a></li><li><a rel="nofollow" target="_blank"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F07%2Fprotecting-your-data-with-on-disk-encryption%2F&amp;title=Protecting%20Your%20Data%20with%20On-Disk%20Encryption&amp;bodytext=%0D%0A%0D%0AA%20common%20issue%20facing%20businesses%20and%20organizations%20today%20is%20a%20lost%20or%20stolen%20laptop%20or%20PC%20that%20contains%20sensitive%20data.%20%C2%A0As%20a%20result%2C%20many%20companies%20are%20starting%20to%20move%20to%20on-disk%20encryption%20to%20protect%20their%20data.%20Windows%20Vista%20and%20Windows%207%20Ul" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/digg.png" class="sociable-img sociable-hovers" title="Digg" alt="Digg" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F07%2Fprotecting-your-data-with-on-disk-encryption%2F&amp;title=Protecting%20Your%20Data%20with%20On-Disk%20Encryption" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/stumbleupon.png" class="sociable-img sociable-hovers" title="StumbleUpon" alt="StumbleUpon" /></a></li><li><a rel="nofollow" target="_blank"  href="http://delicious.com/post?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F07%2Fprotecting-your-data-with-on-disk-encryption%2F&amp;title=Protecting%20Your%20Data%20with%20On-Disk%20Encryption&amp;notes=%0D%0A%0D%0AA%20common%20issue%20facing%20businesses%20and%20organizations%20today%20is%20a%20lost%20or%20stolen%20laptop%20or%20PC%20that%20contains%20sensitive%20data.%20%C2%A0As%20a%20result%2C%20many%20companies%20are%20starting%20to%20move%20to%20on-disk%20encryption%20to%20protect%20their%20data.%20Windows%20Vista%20and%20Windows%207%20Ul" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/delicious.png" class="sociable-img sociable-hovers" title="del.icio.us" alt="del.icio.us" /></a></li><li><a rel="nofollow" target="_blank"  href="http://reddit.com/submit?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F07%2Fprotecting-your-data-with-on-disk-encryption%2F&amp;title=Protecting%20Your%20Data%20with%20On-Disk%20Encryption" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/reddit.png" class="sociable-img sociable-hovers" title="Reddit" alt="Reddit" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.google.com/reader/link?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F07%2Fprotecting-your-data-with-on-disk-encryption%2F&amp;title=Protecting%20Your%20Data%20with%20On-Disk%20Encryption&amp;srcURL=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F07%2Fprotecting-your-data-with-on-disk-encryption%2F&amp;srcTitle=Trust+Your+Technologist+Software+with+coffee+and+art..." ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/googlebuzz.png" class="sociable-img sociable-hovers" title="Google Buzz" alt="Google Buzz" /></a></li><li><a rel="nofollow" target="_blank"  href="http://technorati.com/faves?add=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F07%2Fprotecting-your-data-with-on-disk-encryption%2F" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/technorati.png" class="sociable-img sociable-hovers" title="Technorati" alt="Technorati" /></a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.trustyourtechnologist.com/index.php/2010/07/07/protecting-your-data-with-on-disk-encryption/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A Case for &#8220;Adaptive&#8221; Websites</title>
		<link>http://www.trustyourtechnologist.com/index.php/2010/07/01/a-case-for-adaptive-websites/</link>
		<comments>http://www.trustyourtechnologist.com/index.php/2010/07/01/a-case-for-adaptive-websites/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 20:13:55 +0000</pubDate>
		<dc:creator>Damon</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[General Knowledge]]></category>
		<category><![CDATA[Solutions]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.trustyourtechnologist.com/?p=193</guid>
		<description><![CDATA[Recently, I came across an astonishing article written by Ethan Marcotte for A List Apart titled Responsive Web Design. The concept of the article is quite simple: can a website be designed &#38; developed in such a way that it is smart enough to adapt to the size of the window it’s in? Marcotte’s article [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I came across an astonishing article written by <a href="http://unstoppablerobotninja.com/" target="_blank">Ethan Marcotte</a> for <a href="http://www.alistapart.com" target="_blank">A List Apart</a> titled <a href="http://www.alistapart.com/articles/responsive-web-design/" target="_blank"><em>Responsive Web Design</em></a>. The concept of the article is quite simple: can a website be designed &amp; developed in such a way that it is smart enough to adapt to the size of the window it’s in? Marcotte’s article attempts to answer this question. </p>
<p><span id="more-193"></span></p>
<h4>What is “Fluid” or “Adaptive” Web Design?</h4>
<p>Without getting technical, the code behind this technique does all of the heavy lifting on the fly; basically, it computes how to figure out the amount of room to give certain elements on the page, where they should be placed and how large (or small) something should be (like an image) depending on the browser window size. This is a fairly new concept; so much so that most websites haven&#8217;t even started to use it yet.
<p>&nbsp;</p>
<h4>Is there an advantage?</h4>
<p>You might be asking: “Why would I need to do this? My site is fine just the way it is!” Well, there are a few good reasons, outlined below:</p>
<ol>
<li>With the rise of mobile browsers (see <a href="http://www.trustyourtechnologist.com/index.php/2010/06/the-mobile-experience/" target="_blank">here</a> and <a href="http://www.mediapost.com/publications/?fa=Articles.showArticle&amp;art_aid=120590" target="_blank">here</a>), getting pertinent information &amp; making it look nice is difficult using the current coding techniques. Using the new adaptive coding procedures, a mobile user is able to see your site just how you intended it to be seen.</li>
<p>&nbsp;</p>
<li>On the opposite end of the spectrum, users on larger formats (like TV’s) have much more real estate compared to a normal computer monitor. An adaptive website will expand automatically to use an adequate amount of space, thus providing a richer experience for that user.</li>
<p>&nbsp;</p>
<li>Users with vision or motor problems will often zoom in on a website; with the new adaptive coding process, the site will keep its design integrity while simultaneously improving the impaired users browsing experience.</li>
</ol>
<div id="attachment_212" class="wp-caption alignright" style="width: 185px"><a href="http://www.trustyourtechnologist.com/wp-content/uploads/2010/07/colly-large.jpg"><img class="size-full wp-image-212 " title="Simon Collion's Website" src="http://www.trustyourtechnologist.com/wp-content/uploads/2010/07/colly-thumb1.jpg" alt="Simon Collion's Website" width="175" height="208" /></a><p class="wp-caption-text">Simon Collison&#39;s Website</p></div>
<p>&nbsp;</p>
<h4>Examples</h4>
<p>Ready to see some examples? Check out the <a href="http://www.alistapart.com/articles/responsive-web-design/" target="_blank">original article</a> &amp; its example to get a good idea. Once you get a feel for what you’re looking for, head to <a href="http://www.colly.com" target="_blank">Simon Collision’s site – colly.com</a>, <a href="http://hicksdesign.co.uk/journal/" target="_blank">Jon Hicks’ blog – The Hickensian</a>, and <a href="http://www.couch.io/couchcamp" target="_blank">Couch Camp</a>.  When looking at these sites, try resizing it to see how each site responds. Try picturing the site on different platforms such as a mobile phone and take note about how the site resizes itself for such a small window.</p>
<p>Have you even given thought to where your website will be in the future? If it plays out how it’s predicted, mobile browsing will surpass desktop browsing in the next 3-5 years. <strong>Is your site ready for a change?</strong></p>
<div class='sociable'><div><span class='sociable-tagline'><strong>Share and Enjoy:</strong></span></div><ul><li><a rel="nofollow" target="_blank"  href="http://www.printfriendly.com/print/new?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F01%2Fa-case-for-adaptive-websites%2F" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/printfriendly.png" class="sociable-img sociable-hovers" title="Print" alt="Print" /></a></li><li><a rel="nofollow" target="_blank"  href="mailto:?subject=A%20Case%20for%20%22Adaptive%22%20Websites&amp;body=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F01%2Fa-case-for-adaptive-websites%2F" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/email_link.png" class="sociable-img sociable-hovers" title="email" alt="email" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.trustyourtechnologist.com/index.php/feed/" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/rss.png" class="sociable-img sociable-hovers" title="RSS" alt="RSS" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F01%2Fa-case-for-adaptive-websites%2F&amp;t=A%20Case%20for%20%22Adaptive%22%20Websites" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/facebook.png" class="sociable-img sociable-hovers" title="Facebook" alt="Facebook" /></a></li><li><a rel="nofollow" target="_blank"  href="http://twitter.com/home?status=A%20Case%20for%20%22Adaptive%22%20Websites%20-%20http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F01%2Fa-case-for-adaptive-websites%2F" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/twitter.png" class="sociable-img sociable-hovers" title="Twitter" alt="Twitter" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F01%2Fa-case-for-adaptive-websites%2F&amp;title=A%20Case%20for%20%22Adaptive%22%20Websites&amp;source=Trust+Your+Technologist+Software+with+coffee+and+art...&amp;summary=Recently%2C%20I%20came%20across%20an%20astonishing%20article%20written%20by%20Ethan%20Marcotte%20for%20A%20List%20Apart%20titled%20Responsive%20Web%20Design.%20The%20concept%20of%20the%20article%20is%20quite%20simple%3A%20can%20a%20website%20be%20designed%20%26amp%3B%20developed%20in%20such%20a%20way%20that%20it%20is%20smart%20enough%20to%20ada" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/linkedin.png" class="sociable-img sociable-hovers" title="LinkedIn" alt="LinkedIn" /></a></li><li><a rel="nofollow" target="_blank"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F01%2Fa-case-for-adaptive-websites%2F&amp;title=A%20Case%20for%20%22Adaptive%22%20Websites&amp;bodytext=Recently%2C%20I%20came%20across%20an%20astonishing%20article%20written%20by%20Ethan%20Marcotte%20for%20A%20List%20Apart%20titled%20Responsive%20Web%20Design.%20The%20concept%20of%20the%20article%20is%20quite%20simple%3A%20can%20a%20website%20be%20designed%20%26amp%3B%20developed%20in%20such%20a%20way%20that%20it%20is%20smart%20enough%20to%20ada" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/digg.png" class="sociable-img sociable-hovers" title="Digg" alt="Digg" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F01%2Fa-case-for-adaptive-websites%2F&amp;title=A%20Case%20for%20%22Adaptive%22%20Websites" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/stumbleupon.png" class="sociable-img sociable-hovers" title="StumbleUpon" alt="StumbleUpon" /></a></li><li><a rel="nofollow" target="_blank"  href="http://delicious.com/post?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F01%2Fa-case-for-adaptive-websites%2F&amp;title=A%20Case%20for%20%22Adaptive%22%20Websites&amp;notes=Recently%2C%20I%20came%20across%20an%20astonishing%20article%20written%20by%20Ethan%20Marcotte%20for%20A%20List%20Apart%20titled%20Responsive%20Web%20Design.%20The%20concept%20of%20the%20article%20is%20quite%20simple%3A%20can%20a%20website%20be%20designed%20%26amp%3B%20developed%20in%20such%20a%20way%20that%20it%20is%20smart%20enough%20to%20ada" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/delicious.png" class="sociable-img sociable-hovers" title="del.icio.us" alt="del.icio.us" /></a></li><li><a rel="nofollow" target="_blank"  href="http://reddit.com/submit?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F01%2Fa-case-for-adaptive-websites%2F&amp;title=A%20Case%20for%20%22Adaptive%22%20Websites" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/reddit.png" class="sociable-img sociable-hovers" title="Reddit" alt="Reddit" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.google.com/reader/link?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F01%2Fa-case-for-adaptive-websites%2F&amp;title=A%20Case%20for%20%22Adaptive%22%20Websites&amp;srcURL=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F01%2Fa-case-for-adaptive-websites%2F&amp;srcTitle=Trust+Your+Technologist+Software+with+coffee+and+art..." ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/googlebuzz.png" class="sociable-img sociable-hovers" title="Google Buzz" alt="Google Buzz" /></a></li><li><a rel="nofollow" target="_blank"  href="http://technorati.com/faves?add=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F07%2F01%2Fa-case-for-adaptive-websites%2F" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/technorati.png" class="sociable-img sociable-hovers" title="Technorati" alt="Technorati" /></a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.trustyourtechnologist.com/index.php/2010/07/01/a-case-for-adaptive-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Mobile Experience</title>
		<link>http://www.trustyourtechnologist.com/index.php/2010/06/11/the-mobile-experience/</link>
		<comments>http://www.trustyourtechnologist.com/index.php/2010/06/11/the-mobile-experience/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 16:21:42 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[General Knowledge]]></category>
		<category><![CDATA[Solutions]]></category>
		<category><![CDATA[3g]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[mobile internet]]></category>
		<category><![CDATA[mobile web]]></category>
		<category><![CDATA[phone]]></category>

		<guid isPermaLink="false">http://www.trustyourtechnologist.com/?p=174</guid>
		<description><![CDATA[Internet is the fastest growing media outlet, representing 28% of total media consumption; this is surpassed only by television. Mobile internet represents over 20% of internet traffic and is growing faster than the internet as a whole. Mobile web traffic increased by 110% last year alone, and is expected to grow even faster in coming [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_297" class="wp-caption alignleft" style="width: 302px"><img class="size-full wp-image-297" src="http://www.trustyourtechnologist.com/wp-content/uploads/2010/06/newsafari.jpg" alt="Mobile Safari displaying Apple's full homepage" width="292" height="439" /><p class="wp-caption-text">Mobile Safari displaying Apple&#039;s full homepage</p></div>
<p>Internet is the fastest growing media outlet, representing 28% of total media consumption; this is surpassed only by television. Mobile internet represents over 20% of internet traffic and is growing faster than the internet as a whole. Mobile web traffic increased by 110% last year alone, and is expected to grow even faster in coming years due do skyrocketing sales of 3G smart phones. This growth is expected to cause mobile internet usage to overtake desktop usage by the year 2014.  Meaning by 2014, the number of people who view your site through the window of the mobile internet will exceed the number of views from desktops.</p>
<p>Many popular websites have already rolled out mobile versions, such as Google, Facebook, Yahoo, Wikipedia, Bing, eBay and all major news outlets. Mobile browsers have recently taken large steps to improve compatibility with standard websites starting with Apple’s iPhone mobile Safari, which included upgraded rendering and navigational capabilities. This allows mobile browsers to rival desktops in display quality giving mobile users full access to websites.</p>
<p>This does not mean they are without their shortcomings, as a heavy mobile internet user myself, I am always disappointed and irritated when I visit a website that does not render properly on my phone. Screen sizes on phones (which are the most popular mobile device by far) are relatively small, making navigation difficult on websites that aren’t optimized for mobile viewing. When viewed from a mobile device a cluttered or busy page can become all but impossible to navigate, with parts overlapping or not showing up at all, rendering an otherwise fully functional website obsolete and useless to potential customers.</p>
<p>A site that is not optimized for mobile view will deter viewers from staying very long and they will take their business to other, better optimized sites. If you were to visit the mobile pages of any of those sites I mentioned earlier, you would notice they are all very simple, and straightforward. There should be no clutter and ample spacing for finger navigation; links to other important pages need to be large, well placed and easily noticeable while extra content is hidden or collapsible. Users of mobile devices are generally avid users and it can be assumed that they understand the advanced functionality of compressed data techniques.</p>
<p>Mobile web use is accelerating very quickly, as are its abilities to accurately display websites, but due to size limitations, a mobile experience will never be the same as one on the desktop. However, that does not mean that content or the overall user experience should be abridged. It is the job of developers and content providers to accommodate for this difference in order to reach their mobile audience more readily or risk losing them.</p>
<div class='sociable'><div><span class='sociable-tagline'><strong>Share and Enjoy:</strong></span></div><ul><li><a rel="nofollow" target="_blank"  href="http://www.printfriendly.com/print/new?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F06%2F11%2Fthe-mobile-experience%2F" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/printfriendly.png" class="sociable-img sociable-hovers" title="Print" alt="Print" /></a></li><li><a rel="nofollow" target="_blank"  href="mailto:?subject=The%20Mobile%20Experience&amp;body=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F06%2F11%2Fthe-mobile-experience%2F" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/email_link.png" class="sociable-img sociable-hovers" title="email" alt="email" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.trustyourtechnologist.com/index.php/feed/" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/rss.png" class="sociable-img sociable-hovers" title="RSS" alt="RSS" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F06%2F11%2Fthe-mobile-experience%2F&amp;t=The%20Mobile%20Experience" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/facebook.png" class="sociable-img sociable-hovers" title="Facebook" alt="Facebook" /></a></li><li><a rel="nofollow" target="_blank"  href="http://twitter.com/home?status=The%20Mobile%20Experience%20-%20http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F06%2F11%2Fthe-mobile-experience%2F" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/twitter.png" class="sociable-img sociable-hovers" title="Twitter" alt="Twitter" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F06%2F11%2Fthe-mobile-experience%2F&amp;title=The%20Mobile%20Experience&amp;source=Trust+Your+Technologist+Software+with+coffee+and+art...&amp;summary=%0D%0A%0D%0AInternet%20is%20the%20fastest%20growing%20media%20outlet%2C%20representing%2028%25%20of%20total%20media%20consumption%3B%20this%20is%20surpassed%20only%20by%20television.%20Mobile%20internet%20represents%20over%2020%25%20of%20internet%20traffic%20and%20is%20growing%20faster%20than%20the%20internet%20as%20a%20whole.%20Mobile%20we" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/linkedin.png" class="sociable-img sociable-hovers" title="LinkedIn" alt="LinkedIn" /></a></li><li><a rel="nofollow" target="_blank"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F06%2F11%2Fthe-mobile-experience%2F&amp;title=The%20Mobile%20Experience&amp;bodytext=%0D%0A%0D%0AInternet%20is%20the%20fastest%20growing%20media%20outlet%2C%20representing%2028%25%20of%20total%20media%20consumption%3B%20this%20is%20surpassed%20only%20by%20television.%20Mobile%20internet%20represents%20over%2020%25%20of%20internet%20traffic%20and%20is%20growing%20faster%20than%20the%20internet%20as%20a%20whole.%20Mobile%20we" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/digg.png" class="sociable-img sociable-hovers" title="Digg" alt="Digg" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F06%2F11%2Fthe-mobile-experience%2F&amp;title=The%20Mobile%20Experience" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/stumbleupon.png" class="sociable-img sociable-hovers" title="StumbleUpon" alt="StumbleUpon" /></a></li><li><a rel="nofollow" target="_blank"  href="http://delicious.com/post?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F06%2F11%2Fthe-mobile-experience%2F&amp;title=The%20Mobile%20Experience&amp;notes=%0D%0A%0D%0AInternet%20is%20the%20fastest%20growing%20media%20outlet%2C%20representing%2028%25%20of%20total%20media%20consumption%3B%20this%20is%20surpassed%20only%20by%20television.%20Mobile%20internet%20represents%20over%2020%25%20of%20internet%20traffic%20and%20is%20growing%20faster%20than%20the%20internet%20as%20a%20whole.%20Mobile%20we" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/delicious.png" class="sociable-img sociable-hovers" title="del.icio.us" alt="del.icio.us" /></a></li><li><a rel="nofollow" target="_blank"  href="http://reddit.com/submit?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F06%2F11%2Fthe-mobile-experience%2F&amp;title=The%20Mobile%20Experience" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/reddit.png" class="sociable-img sociable-hovers" title="Reddit" alt="Reddit" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.google.com/reader/link?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F06%2F11%2Fthe-mobile-experience%2F&amp;title=The%20Mobile%20Experience&amp;srcURL=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F06%2F11%2Fthe-mobile-experience%2F&amp;srcTitle=Trust+Your+Technologist+Software+with+coffee+and+art..." ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/googlebuzz.png" class="sociable-img sociable-hovers" title="Google Buzz" alt="Google Buzz" /></a></li><li><a rel="nofollow" target="_blank"  href="http://technorati.com/faves?add=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2010%2F06%2F11%2Fthe-mobile-experience%2F" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/technorati.png" class="sociable-img sociable-hovers" title="Technorati" alt="Technorati" /></a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.trustyourtechnologist.com/index.php/2010/06/11/the-mobile-experience/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Be Social</title>
		<link>http://www.trustyourtechnologist.com/index.php/2009/04/29/be-social/</link>
		<comments>http://www.trustyourtechnologist.com/index.php/2009/04/29/be-social/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 14:40:43 +0000</pubDate>
		<dc:creator>Andrew Newby</dc:creator>
				<category><![CDATA[Solutions]]></category>

		<guid isPermaLink="false">http://www.trustyourtechnologist.com/?p=33</guid>
		<description><![CDATA[It is not just consumers of art, music and media that look for one-on-one relationships with their favorite vendors. All consumers are consumers of information. Blogs, user reviews, activity feeds, news feeds, social sites, professional directories, websites or mini-sites, streaming audio and video or content management – there are dozens of tools and tricks and [...]]]></description>
			<content:encoded><![CDATA[<p>It is not just consumers of art, music and media that look for one-on-one relationships with their favorite vendors.  All consumers are consumers of information.  Blogs, user reviews, activity feeds, news feeds, social sites, professional directories, websites or mini-sites, streaming audio and video or content management – there are dozens of tools and tricks and resources to make the relationship between consumer and resource stronger.  And it can be confusing to navigate them all.  They can be over done or simply ignored.  </p>
<p>Finding the balance is key.  The complications of integrating social media and interactive tools and systems into daily marketing activities can by eased by seeing where and how engaging your audiences can be beneficial to you and them.</p>
<div class='sociable'><div><span class='sociable-tagline'><strong>Share and Enjoy:</strong></span></div><ul><li><a rel="nofollow" target="_blank"  href="http://www.printfriendly.com/print/new?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2009%2F04%2F29%2Fbe-social%2F" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/printfriendly.png" class="sociable-img sociable-hovers" title="Print" alt="Print" /></a></li><li><a rel="nofollow" target="_blank"  href="mailto:?subject=Be%20Social&amp;body=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2009%2F04%2F29%2Fbe-social%2F" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/email_link.png" class="sociable-img sociable-hovers" title="email" alt="email" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.trustyourtechnologist.com/index.php/feed/" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/rss.png" class="sociable-img sociable-hovers" title="RSS" alt="RSS" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2009%2F04%2F29%2Fbe-social%2F&amp;t=Be%20Social" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/facebook.png" class="sociable-img sociable-hovers" title="Facebook" alt="Facebook" /></a></li><li><a rel="nofollow" target="_blank"  href="http://twitter.com/home?status=Be%20Social%20-%20http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2009%2F04%2F29%2Fbe-social%2F" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/twitter.png" class="sociable-img sociable-hovers" title="Twitter" alt="Twitter" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2009%2F04%2F29%2Fbe-social%2F&amp;title=Be%20Social&amp;source=Trust+Your+Technologist+Software+with+coffee+and+art...&amp;summary=It%20is%20not%20just%20consumers%20of%20art%2C%20music%20and%20media%20that%20look%20for%20one-on-one%20relationships%20with%20their%20favorite%20vendors.%20%20All%20consumers%20are%20consumers%20of%20information.%20%20Blogs%2C%20user%20reviews%2C%20activity%20feeds%2C%20news%20feeds%2C%20social%20sites%2C%20professional%20directories" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/linkedin.png" class="sociable-img sociable-hovers" title="LinkedIn" alt="LinkedIn" /></a></li><li><a rel="nofollow" target="_blank"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2009%2F04%2F29%2Fbe-social%2F&amp;title=Be%20Social&amp;bodytext=It%20is%20not%20just%20consumers%20of%20art%2C%20music%20and%20media%20that%20look%20for%20one-on-one%20relationships%20with%20their%20favorite%20vendors.%20%20All%20consumers%20are%20consumers%20of%20information.%20%20Blogs%2C%20user%20reviews%2C%20activity%20feeds%2C%20news%20feeds%2C%20social%20sites%2C%20professional%20directories" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/digg.png" class="sociable-img sociable-hovers" title="Digg" alt="Digg" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2009%2F04%2F29%2Fbe-social%2F&amp;title=Be%20Social" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/stumbleupon.png" class="sociable-img sociable-hovers" title="StumbleUpon" alt="StumbleUpon" /></a></li><li><a rel="nofollow" target="_blank"  href="http://delicious.com/post?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2009%2F04%2F29%2Fbe-social%2F&amp;title=Be%20Social&amp;notes=It%20is%20not%20just%20consumers%20of%20art%2C%20music%20and%20media%20that%20look%20for%20one-on-one%20relationships%20with%20their%20favorite%20vendors.%20%20All%20consumers%20are%20consumers%20of%20information.%20%20Blogs%2C%20user%20reviews%2C%20activity%20feeds%2C%20news%20feeds%2C%20social%20sites%2C%20professional%20directories" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/delicious.png" class="sociable-img sociable-hovers" title="del.icio.us" alt="del.icio.us" /></a></li><li><a rel="nofollow" target="_blank"  href="http://reddit.com/submit?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2009%2F04%2F29%2Fbe-social%2F&amp;title=Be%20Social" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/reddit.png" class="sociable-img sociable-hovers" title="Reddit" alt="Reddit" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.google.com/reader/link?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2009%2F04%2F29%2Fbe-social%2F&amp;title=Be%20Social&amp;srcURL=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2009%2F04%2F29%2Fbe-social%2F&amp;srcTitle=Trust+Your+Technologist+Software+with+coffee+and+art..." ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/googlebuzz.png" class="sociable-img sociable-hovers" title="Google Buzz" alt="Google Buzz" /></a></li><li><a rel="nofollow" target="_blank"  href="http://technorati.com/faves?add=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2009%2F04%2F29%2Fbe-social%2F" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/technorati.png" class="sociable-img sociable-hovers" title="Technorati" alt="Technorati" /></a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.trustyourtechnologist.com/index.php/2009/04/29/be-social/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Approaches to a 24-hour Government</title>
		<link>http://www.trustyourtechnologist.com/index.php/2009/04/29/approaches-to-a-24-hour-government/</link>
		<comments>http://www.trustyourtechnologist.com/index.php/2009/04/29/approaches-to-a-24-hour-government/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 13:54:34 +0000</pubDate>
		<dc:creator>Andrew Newby</dc:creator>
				<category><![CDATA[Solutions]]></category>
		<category><![CDATA[government]]></category>

		<guid isPermaLink="false">http://www.trustyourtechnologist.com/?p=24</guid>
		<description><![CDATA[The concept of a 24-hour Government addresses the need for Government agencies, departments, organizations and municipalities to provide services without concern for physical location, time of day or familiarity with process. At AVATAR we concern ourselves often with how individuals interact with information. Or, more precisely, how information that an individual desires can be delivered [...]]]></description>
			<content:encoded><![CDATA[<p>The concept of a 24-hour Government addresses the need for Government agencies, departments, organizations and municipalities to provide services without concern for physical location, time of day or familiarity with process.</p>
<p>At AVATAR we concern ourselves often with how individuals interact with information.  Or, more precisely, how information that an individual desires can be delivered in a way that meets that individual’s expectations.  Epistemological issues with the acquisition of knowledge being a subject for a separate work, let’s establish that communicating large amounts of information into reasonable categories for the uninitiated is a complex task and that this is particularly a concern for information delivery for Government bodies.</p>
<p>Looking at the general make up of a Government body we see a breakdown of their information into the following rough categories: processes, forms, documents, individuals and services.</p>
<p><strong>Processes</strong><br />
Processes (any interaction with particular action, age requirements, and date-related info).  Increase transparency of the process of Government by educating citizens on the roles of departments, funding, individuals and the community will result in more balanced information.</p>
<p><strong>Forms</strong><br />
Forms (specific materials that are used to communicate requests or intentions)</p>
<p><strong>Documents</strong><br />
Documents (written record of facts, laws or definition of processes, forms)</p>
<p><strong>Individuals</strong><br />
Individuals are often the largest repository of assistance and information, streamlining access to those individuals will maximize their effectiveness.</p>
<p><strong>Services</strong><br />
Any action performed by a department or individual as defined by a process.</p>
<p><strong>Communication Factors</strong><br />
Communication factors are physical and non-physical barriers that require special consideration when designing the information flow.  For Government bodies, these factors are:</p>
<p>Security<br />
Access to information by appropriate parties and interaction with official content such as specific forms requiring physical signatures.</p>
<p>Accessibility<br />
Many citizens with disabilities can be better served by being provided access to services and assistance from the comfort of their own homes.  </p>
<p>Legality<br />
The imposed requirements of most Government bodies to provide information has given many file clerks headaches.  Being aware of the need to provide unilateral access to information and documentation will allow information management to be designed to simplify and improve how this information is distributed.</p>
<div class='sociable'><div><span class='sociable-tagline'><strong>Share and Enjoy:</strong></span></div><ul><li><a rel="nofollow" target="_blank"  href="http://www.printfriendly.com/print/new?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2009%2F04%2F29%2Fapproaches-to-a-24-hour-government%2F" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/printfriendly.png" class="sociable-img sociable-hovers" title="Print" alt="Print" /></a></li><li><a rel="nofollow" target="_blank"  href="mailto:?subject=Approaches%20to%20a%2024-hour%20Government&amp;body=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2009%2F04%2F29%2Fapproaches-to-a-24-hour-government%2F" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/email_link.png" class="sociable-img sociable-hovers" title="email" alt="email" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.trustyourtechnologist.com/index.php/feed/" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/rss.png" class="sociable-img sociable-hovers" title="RSS" alt="RSS" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2009%2F04%2F29%2Fapproaches-to-a-24-hour-government%2F&amp;t=Approaches%20to%20a%2024-hour%20Government" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/facebook.png" class="sociable-img sociable-hovers" title="Facebook" alt="Facebook" /></a></li><li><a rel="nofollow" target="_blank"  href="http://twitter.com/home?status=Approaches%20to%20a%2024-hour%20Government%20-%20http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2009%2F04%2F29%2Fapproaches-to-a-24-hour-government%2F" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/twitter.png" class="sociable-img sociable-hovers" title="Twitter" alt="Twitter" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2009%2F04%2F29%2Fapproaches-to-a-24-hour-government%2F&amp;title=Approaches%20to%20a%2024-hour%20Government&amp;source=Trust+Your+Technologist+Software+with+coffee+and+art...&amp;summary=The%20concept%20of%20a%2024-hour%20Government%20addresses%20the%20need%20for%20Government%20agencies%2C%20departments%2C%20organizations%20and%20municipalities%20to%20provide%20services%20without%20concern%20for%20physical%20location%2C%20time%20of%20day%20or%20familiarity%20with%20process.%0D%0A%0D%0AAt%20AVATAR%20we%20concern%20" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/linkedin.png" class="sociable-img sociable-hovers" title="LinkedIn" alt="LinkedIn" /></a></li><li><a rel="nofollow" target="_blank"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2009%2F04%2F29%2Fapproaches-to-a-24-hour-government%2F&amp;title=Approaches%20to%20a%2024-hour%20Government&amp;bodytext=The%20concept%20of%20a%2024-hour%20Government%20addresses%20the%20need%20for%20Government%20agencies%2C%20departments%2C%20organizations%20and%20municipalities%20to%20provide%20services%20without%20concern%20for%20physical%20location%2C%20time%20of%20day%20or%20familiarity%20with%20process.%0D%0A%0D%0AAt%20AVATAR%20we%20concern%20" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/digg.png" class="sociable-img sociable-hovers" title="Digg" alt="Digg" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2009%2F04%2F29%2Fapproaches-to-a-24-hour-government%2F&amp;title=Approaches%20to%20a%2024-hour%20Government" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/stumbleupon.png" class="sociable-img sociable-hovers" title="StumbleUpon" alt="StumbleUpon" /></a></li><li><a rel="nofollow" target="_blank"  href="http://delicious.com/post?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2009%2F04%2F29%2Fapproaches-to-a-24-hour-government%2F&amp;title=Approaches%20to%20a%2024-hour%20Government&amp;notes=The%20concept%20of%20a%2024-hour%20Government%20addresses%20the%20need%20for%20Government%20agencies%2C%20departments%2C%20organizations%20and%20municipalities%20to%20provide%20services%20without%20concern%20for%20physical%20location%2C%20time%20of%20day%20or%20familiarity%20with%20process.%0D%0A%0D%0AAt%20AVATAR%20we%20concern%20" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/delicious.png" class="sociable-img sociable-hovers" title="del.icio.us" alt="del.icio.us" /></a></li><li><a rel="nofollow" target="_blank"  href="http://reddit.com/submit?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2009%2F04%2F29%2Fapproaches-to-a-24-hour-government%2F&amp;title=Approaches%20to%20a%2024-hour%20Government" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/reddit.png" class="sociable-img sociable-hovers" title="Reddit" alt="Reddit" /></a></li><li><a rel="nofollow" target="_blank"  href="http://www.google.com/reader/link?url=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2009%2F04%2F29%2Fapproaches-to-a-24-hour-government%2F&amp;title=Approaches%20to%20a%2024-hour%20Government&amp;srcURL=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2009%2F04%2F29%2Fapproaches-to-a-24-hour-government%2F&amp;srcTitle=Trust+Your+Technologist+Software+with+coffee+and+art..." ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/googlebuzz.png" class="sociable-img sociable-hovers" title="Google Buzz" alt="Google Buzz" /></a></li><li><a rel="nofollow" target="_blank"  href="http://technorati.com/faves?add=http%3A%2F%2Fwww.trustyourtechnologist.com%2Findex.php%2F2009%2F04%2F29%2Fapproaches-to-a-24-hour-government%2F" ><img src="http://www.trustyourtechnologist.com/wp-content/plugins/sociable-30/images/default/16/technorati.png" class="sociable-img sociable-hovers" title="Technorati" alt="Technorati" /></a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.trustyourtechnologist.com/index.php/2009/04/29/approaches-to-a-24-hour-government/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

