<?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>Max Brackett</title>
	<atom:link href="http://maxbrackett.com/feed" rel="self" type="application/rss+xml" />
	<link>http://maxbrackett.com</link>
	<description>IT/IS Evangelist. Entrepreneur. SQL/ASP.NET/Windows/OpenSource/LAMP/ WordPress, marketing, start-ups, etc.</description>
	<lastBuildDate>Sun, 05 Feb 2012 08:20:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Twitter Weekly Updates for 2012-02-05</title>
		<link>http://maxbrackett.com/2012/133-twitter-weekly-updates-for-2012-02-05</link>
		<comments>http://maxbrackett.com/2012/133-twitter-weekly-updates-for-2012-02-05#comments</comments>
		<pubDate>Sun, 05 Feb 2012 08:20:00 +0000</pubDate>
		<dc:creator>Max Brackett</dc:creator>
				<category><![CDATA[General Tech]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://maxbrackett.com/2012/133-twitter-weekly-updates-for-2012-02-05</guid>
		<description><![CDATA[@Jorriss Very cool&#8230; I&#039;ll have to check out BitBucket. How have you been? # @Jorriss Glad to hear that! # Video: Too cool, size of a penny! Spry robot built to zip like the butterfly http://t.co/FF6Ydwpi #robot # RT @cioonline: Android: Not So Insecure After All http://t.co/AYmDqEqm #droid #security # @jorriss Thanks! # @Jorriss I&#039;m [...]]]></description>
			<content:encoded><![CDATA[<p></p><ul class="aktt_tweet_digest">
<li>@<a href="http://twitter.com/Jorriss" target="_blank">Jorriss</a> Very cool&#8230; I&#039;ll have to check out BitBucket. How have you been? <a href="http://twitter.com/maxbrackett/statuses/164920620214267904" target="_blank">#</a></li>
<li>@<a href="http://twitter.com/Jorriss" target="_blank">Jorriss</a> Glad to hear that! <a href="http://twitter.com/maxbrackett/statuses/164922503750352896" target="_blank">#</a></li>
<li>Video: Too cool, size of a penny! Spry robot built to zip like the butterfly <a href="http://t.co/FF6Ydwpi" target="_blank">http://t.co/FF6Ydwpi</a> #<a href="http://search.twitter.com/search?q=%23robot" target="_blank">robot</a> <a href="http://twitter.com/maxbrackett/statuses/165560214060404737" target="_blank">#</a></li>
<li>RT @<a href="http://twitter.com/cioonline" target="_blank">cioonline</a>: Android: Not So Insecure After All  <a href="http://t.co/AYmDqEqm" target="_blank">http://t.co/AYmDqEqm</a>  #<a href="http://search.twitter.com/search?q=%23droid" target="_blank">droid</a> #security <a href="http://twitter.com/maxbrackett/statuses/165567751870619649" target="_blank">#</a></li>
<li>@<a href="http://twitter.com/jorriss" target="_blank">jorriss</a> Thanks! <a href="http://twitter.com/maxbrackett/statuses/165615191311122433" target="_blank">#</a></li>
<li>@<a href="http://twitter.com/Jorriss" target="_blank">Jorriss</a> I&#039;m getting access denied when trying to go to the link, also it&#039;s not showing on your main page. <a href="http://twitter.com/maxbrackett/statuses/165673388713574400" target="_blank">#</a></li>
<li>@<a href="http://twitter.com/Jorriss" target="_blank">Jorriss</a> Downloaded, I will try to check it out this weekend. Thx! <a href="http://twitter.com/maxbrackett/statuses/165820222723473408" target="_blank">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress" target="_blank">Twitter Tools</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maxbrackett.com/2012/133-twitter-weekly-updates-for-2012-02-05/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server Data Dictionary</title>
		<link>http://maxbrackett.com/2012/119-sql-server-data-dictionary</link>
		<comments>http://maxbrackett.com/2012/119-sql-server-data-dictionary#comments</comments>
		<pubDate>Thu, 02 Feb 2012 03:33:29 +0000</pubDate>
		<dc:creator>Max Brackett</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[dictionary]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://maxbrackett.com/?p=119</guid>
		<description><![CDATA[Keeping documentation for a database in development current can be a pain and a waste of time because of the amount of changes.  Redgate makes a great tool for this called SQL Doc, for $295 .  Even though I love their products, I don&#8217;t need something that extensive or pricey for documentation . I&#8217;m only concerned [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Keeping documentation for a database in development current can be a pain and a waste of time because of the amount of changes.  Redgate makes a great tool for this called SQL Doc, for $295 .  Even though I love their products, I don&#8217;t need something that extensive or pricey for documentation . I&#8217;m only concerned with a few columns: table name, column name, nullable, default value, data type, length, and description. The key to using this is to make sure you keep the description fields up to date when you are creating columns. I like to put the below into a view on each database, then hit the view with a datagrid or in the report server to have an always up to date data dictionary.</p>
<pre>
SELECT a.TABLE_NAME
, a.COLUMN_NAME
, a.IS_NULLABLE
, isnull(a.COLUMN_DEFAULT, '') as COLUMN_DEFAULT
, a.DATA_TYPE
, isnull(a.CHARACTER_MAXIMUM_LENGTH, '') as CHARACTER_MAXIMUM_LENGTH
, isnull((SELECT x.value FROM sys.extended_properties AS x
LEFT OUTER JOIN sys.columns AS C ON C.object_id = x.major_id
AND C.column_id = x.minor_id
where OBJECT_NAME(x.major_id) = a.TABLE_NAME
and c.name = a.COLUMN_NAME
), '') as ColumnDescription
FROM INFORMATION_SCHEMA.COLUMNS as a
WHERE a.TABLE_NAME &lt;&gt; 'sysdiagrams'
ORDER BY a.TABLE_NAME, a.COLUMN_NAME
</pre>
]]></content:encoded>
			<wfw:commentRss>http://maxbrackett.com/2012/119-sql-server-data-dictionary/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2012-01-22</title>
		<link>http://maxbrackett.com/2012/118-twitter-weekly-updates-for-2012-01-22</link>
		<comments>http://maxbrackett.com/2012/118-twitter-weekly-updates-for-2012-01-22#comments</comments>
		<pubDate>Sun, 22 Jan 2012 08:20:00 +0000</pubDate>
		<dc:creator>Max Brackett</dc:creator>
				<category><![CDATA[General Tech]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://maxbrackett.com/2012/118-twitter-weekly-updates-for-2012-01-22</guid>
		<description><![CDATA[Any senator that supported SOPA should be impeached for gross ignorance of our constitutional freedoms. # Get the NoSOPA Chrome extension&#8230; https://t.co/itcS30un #SOPA # Powered by Twitter Tools]]></description>
			<content:encoded><![CDATA[<p></p><ul class="aktt_tweet_digest">
<li>Any senator that supported SOPA should be impeached for gross ignorance of our constitutional freedoms. <a href="http://twitter.com/maxbrackett/statuses/158670837266915328" target="_blank">#</a></li>
<li>Get the NoSOPA Chrome extension&#8230; <a href="https://t.co/itcS30un" target="_blank">https://t.co/itcS30un</a> #<a href="http://search.twitter.com/search?q=%23SOPA" target="_blank">SOPA</a> <a href="http://twitter.com/maxbrackett/statuses/159505869015486464" target="_blank">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress" target="_blank">Twitter Tools</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maxbrackett.com/2012/118-twitter-weekly-updates-for-2012-01-22/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2012-01-15</title>
		<link>http://maxbrackett.com/2012/117-twitter-weekly-updates-for-2012-01-15</link>
		<comments>http://maxbrackett.com/2012/117-twitter-weekly-updates-for-2012-01-15#comments</comments>
		<pubDate>Sun, 15 Jan 2012 08:20:00 +0000</pubDate>
		<dc:creator>Max Brackett</dc:creator>
				<category><![CDATA[General Tech]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://maxbrackett.com/2012/117-twitter-weekly-updates-for-2012-01-15</guid>
		<description><![CDATA[For Work Comp, the Soft Market is Over http://t.co/V23g9EaB # FTC probe on Google shows the lack of understanding of tech, companies own private servers, &#38; freedoms guaranteed by the US Constitution. # Websites, web apps, and the programming should have the same protections of freedom of press/expression/speech. # Boycott SOPA supporters App http://t.co/7vNxqA3A # [...]]]></description>
			<content:encoded><![CDATA[<p></p><ul class="aktt_tweet_digest">
<li>For Work Comp, the Soft Market is Over <a href="http://t.co/V23g9EaB" target="_blank">http://t.co/V23g9EaB</a> <a href="http://twitter.com/maxbrackett/statuses/156509309268795392" target="_blank">#</a></li>
<li>FTC probe on Google shows the lack of understanding of tech, companies own private servers, &amp; freedoms guaranteed by the US Constitution. <a href="http://twitter.com/maxbrackett/statuses/158196078221602816" target="_blank">#</a></li>
<li>Websites, web apps, and the programming should have the same protections of freedom of press/expression/speech. <a href="http://twitter.com/maxbrackett/statuses/158196361718800384" target="_blank">#</a></li>
<li>Boycott SOPA supporters App <a href="http://t.co/7vNxqA3A" target="_blank">http://t.co/7vNxqA3A</a> <a href="http://twitter.com/maxbrackett/statuses/158249993575211008" target="_blank">#</a></li>
<li>Between the Buc&#039;s black outs &amp; SOPA, I can&#039;t stand the NFL commission, but I am going to watch this game. #<a href="http://search.twitter.com/search?q=%23SOPA" target="_blank">SOPA</a> #NFL <a href="http://twitter.com/maxbrackett/statuses/158356288248623104" target="_blank">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress" target="_blank">Twitter Tools</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maxbrackett.com/2012/117-twitter-weekly-updates-for-2012-01-15/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2012-01-08</title>
		<link>http://maxbrackett.com/2012/115-twitter-weekly-updates-for-2012-01-08-2</link>
		<comments>http://maxbrackett.com/2012/115-twitter-weekly-updates-for-2012-01-08-2#comments</comments>
		<pubDate>Sun, 08 Jan 2012 08:20:00 +0000</pubDate>
		<dc:creator>Max Brackett</dc:creator>
				<category><![CDATA[General Tech]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://maxbrackett.com/2012/115-twitter-weekly-updates-for-2012-01-08-2</guid>
		<description><![CDATA[The Seven Habits of Spectacularly Unsuccessful Executives http://t.co/0ISPXV64 # Powered by Twitter Tools]]></description>
			<content:encoded><![CDATA[<p></p><ul class="aktt_tweet_digest">
<li>The Seven Habits of Spectacularly Unsuccessful Executives <a href="http://t.co/0ISPXV64" target="_blank">http://t.co/0ISPXV64</a> <a href="http://twitter.com/maxbrackett/statuses/153908343344349185" target="_blank">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress" target="_blank">Twitter Tools</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maxbrackett.com/2012/115-twitter-weekly-updates-for-2012-01-08-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2012-01-01</title>
		<link>http://maxbrackett.com/2012/112-twitter-weekly-updates-for-2012-01-01</link>
		<comments>http://maxbrackett.com/2012/112-twitter-weekly-updates-for-2012-01-01#comments</comments>
		<pubDate>Sun, 01 Jan 2012 08:20:00 +0000</pubDate>
		<dc:creator>Max Brackett</dc:creator>
				<category><![CDATA[General Tech]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://maxbrackett.com/2012/112-twitter-weekly-updates-for-2012-01-01</guid>
		<description><![CDATA[RT @designfollow: 100 Free High Quality Wooden Texture Packs http://t.co/YoE5k0w9 # SOPA = government censorship http://t.co/BlG0cEQL # @VerizonWireless really? A $2 convenience charge to pay online. That is ridiculously retarded, so much I want to change carriers. # Check this video out &#8212; Be a HERO and Help STOP SOPA Now!! I&#039;ll tell you How! [...]]]></description>
			<content:encoded><![CDATA[<p></p><ul class="aktt_tweet_digest">
<li>RT @<a href="http://twitter.com/designfollow" target="_blank">designfollow</a>: 100 Free High Quality Wooden Texture Packs <a href="http://t.co/YoE5k0w9" target="_blank">http://t.co/YoE5k0w9</a> <a href="http://twitter.com/maxbrackett/statuses/151875617212739584" target="_blank">#</a></li>
<li>SOPA = government censorship <a href="http://t.co/BlG0cEQL" target="_blank">http://t.co/BlG0cEQL</a> <a href="http://twitter.com/maxbrackett/statuses/152193372898078720" target="_blank">#</a></li>
<li>@<a href="http://twitter.com/VerizonWireless" target="_blank">VerizonWireless</a> really? A $2 convenience charge to pay online. That is ridiculously retarded, so much I want to change carriers. <a href="http://twitter.com/maxbrackett/statuses/152557948550385666" target="_blank">#</a></li>
<li>Check this video out &#8212; Be a HERO and Help STOP SOPA Now!! I&#039;ll tell you How!  This Video that M&#8230; <a href="http://t.co/COT9dPpl" target="_blank">http://t.co/COT9dPpl</a> via @<a href="http://twitter.com/youtube" target="_blank">youtube</a> <a href="http://twitter.com/maxbrackett/statuses/152598224778178561" target="_blank">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress" target="_blank">Twitter Tools</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maxbrackett.com/2012/112-twitter-weekly-updates-for-2012-01-01/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2011-12-25</title>
		<link>http://maxbrackett.com/2011/111-twitter-weekly-updates-for-2011-12-25</link>
		<comments>http://maxbrackett.com/2011/111-twitter-weekly-updates-for-2011-12-25#comments</comments>
		<pubDate>Sun, 25 Dec 2011 08:20:00 +0000</pubDate>
		<dc:creator>Max Brackett</dc:creator>
				<category><![CDATA[General Tech]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://maxbrackett.com/2011/111-twitter-weekly-updates-for-2011-12-25</guid>
		<description><![CDATA[RT: 7 Points on Programming Yourself Out of a Job http://t.co/aX7h1sTE # Burzynski The Movie &#8211; Cancer Is Serious Business http://t.co/zFH47wPV # RT @eweeknews: eWEEK Labs Picks the Stupid Tech Tricks of 2011: At the end of each year, eWEEK Labs turns its gaze not only upo&#8230;&#8230; # Anti-trust attack on Google is a ridiculous [...]]]></description>
			<content:encoded><![CDATA[<p></p><ul class="aktt_tweet_digest">
<li>RT:  7 Points on Programming Yourself Out of a Job <a href="http://t.co/aX7h1sTE" target="_blank">http://t.co/aX7h1sTE</a> <a href="http://twitter.com/maxbrackett/statuses/148808604848365568" target="_blank">#</a></li>
<li>Burzynski The Movie &#8211; Cancer Is Serious Business <a href="http://t.co/zFH47wPV" target="_blank">http://t.co/zFH47wPV</a> <a href="http://twitter.com/maxbrackett/statuses/148810093574627328" target="_blank">#</a></li>
<li>RT @<a href="http://twitter.com/eweeknews" target="_blank">eweeknews</a>: eWEEK Labs Picks the Stupid Tech Tricks of 2011: At the end of each year, eWEEK Labs turns its gaze not only upo&#8230;&#8230; <a href="http://twitter.com/maxbrackett/statuses/148908028782051331" target="_blank">#</a></li>
<li>Anti-trust attack on Google is a ridiculous waste of money, my guess is the gov asked them to invade our privacy &amp; they said no. <a href="http://twitter.com/maxbrackett/statuses/149292402316820480" target="_blank">#</a></li>
<li>RT: 7 Points on Programming Yourself Out of a Job <a href="http://t.co/aX7h1sTE" target="_blank">http://t.co/aX7h1sTE</a> <a href="http://twitter.com/maxbrackett/statuses/150015173921484801" target="_blank">#</a></li>
<li>Ditch GoDaddy&#039;s SOPA-Loving Butt and Get a Better Web Host at a Discount [Web Hosting] <a href="http://t.co/rQL64Axk" target="_blank">http://t.co/rQL64Axk</a> <a href="http://twitter.com/maxbrackett/statuses/150037532044820480" target="_blank">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress" target="_blank">Twitter Tools</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maxbrackett.com/2011/111-twitter-weekly-updates-for-2011-12-25/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2011-12-18</title>
		<link>http://maxbrackett.com/2011/110-twitter-weekly-updates-for-2011-12-18</link>
		<comments>http://maxbrackett.com/2011/110-twitter-weekly-updates-for-2011-12-18#comments</comments>
		<pubDate>Sun, 18 Dec 2011 08:20:00 +0000</pubDate>
		<dc:creator>Max Brackett</dc:creator>
				<category><![CDATA[General Tech]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://maxbrackett.com/2011/110-twitter-weekly-updates-for-2011-12-18</guid>
		<description><![CDATA[RT: 6 Points and Resources to Virtualize Your Office http://t.co/e2lQQ7Nc #in # If companies knew the cost of dirty data they would be much more accurate during input. # Powered by Twitter Tools]]></description>
			<content:encoded><![CDATA[<p></p><ul class="aktt_tweet_digest">
<li>RT: 6 Points and Resources to Virtualize Your Office <a href="http://t.co/e2lQQ7Nc" target="_blank">http://t.co/e2lQQ7Nc</a> #<a href="http://search.twitter.com/search?q=%23in" target="_blank">in</a> <a href="http://twitter.com/maxbrackett/statuses/146271874488340480" target="_blank">#</a></li>
<li>If companies knew the cost of dirty data they would be much more accurate during input. <a href="http://twitter.com/maxbrackett/statuses/147104401453096960" target="_blank">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress" target="_blank">Twitter Tools</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maxbrackett.com/2011/110-twitter-weekly-updates-for-2011-12-18/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>7 Points on Programming Yourself Out of a Job</title>
		<link>http://maxbrackett.com/2011/103-7-points-on-programming-yourself-out-of-a-job</link>
		<comments>http://maxbrackett.com/2011/103-7-points-on-programming-yourself-out-of-a-job#comments</comments>
		<pubDate>Sat, 17 Dec 2011 16:14:50 +0000</pubDate>
		<dc:creator>Max Brackett</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[General Tech]]></category>

		<guid isPermaLink="false">http://maxbrackett.com/?p=103</guid>
		<description><![CDATA[I have heard a few people in the consulting business and in tech departments warn about programming yourself out of a job. I completely disagree with this mindset for multiple reasons. If I program enough automation into processes where the business thinks they don&#8217;t need me anymore, then that is a business that is setting [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I have heard a few people in the consulting business and in tech departments warn about programming yourself out of a job. I completely disagree with this mindset for multiple reasons.</p>
<ol>
<li>If I program enough automation into processes where the business thinks they don&#8217;t need me anymore, then that is a business that is setting itself up for failure, and it&#8217;s not one I want to be part of.</li>
<li>No matter what the automation process is, there is always a chance for error where the programmer will be need to fix it.</li>
<li>Business processes change because of regulations, product lines, improvement of technology, and the whims of the executives. The programmer will need to manage the tools.</li>
<li>The business that lets a programmer go for &#8216;programming their way out of a job&#8217;, is an ideal prospect to consult to at a higher rate of pay for less work.</li>
<li>Programming yourself out of a job looks great on a resume. Quality companies will know that you are worth top dollar and will want to keep you, or at least contract with you for consulting work because you will grow the bottom line.</li>
<li>We have an obligation to do the job right. This includes reducing their costs, being open, and being honest with those that employ our services.</li>
<li>Consultants and information workers that milk projects make us all look bad, do IT right, or don&#8217;t do IT.</li>
</ol>
<p>If a company lets you go for programming yourself out of a job, that means that you&#8217;ve done something that no one else in the company could do, can do, or is smart enough to do&#8230; which could make you the most valuable employee in the company. A company would be foolish to let you go. This would be the time to negotiate a raise, not worry about being terminated. If they do let you go with no chance of consulting work, then the perfect prospective new employer would be their competition, who should be eager to bring you on.</p>
]]></content:encoded>
			<wfw:commentRss>http://maxbrackett.com/2011/103-7-points-on-programming-yourself-out-of-a-job/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>6 Points and Resources to Virtualize Your Office</title>
		<link>http://maxbrackett.com/2011/47-6-points-and-resources-to-vitualize-your-office</link>
		<comments>http://maxbrackett.com/2011/47-6-points-and-resources-to-vitualize-your-office#comments</comments>
		<pubDate>Sun, 11 Dec 2011 18:00:16 +0000</pubDate>
		<dc:creator>Max Brackett</dc:creator>
				<category><![CDATA[General Tech]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[resources]]></category>
		<category><![CDATA[systems]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[virtual]]></category>

		<guid isPermaLink="false">http://maxbrackett.com/?p=47</guid>
		<description><![CDATA[Our goal is to virtualize the most cost effective way while being able to provide superior customer service that can scale. If you ever plan to have more than three clients, you really need to be able to scale. I have encountered quite a few small and medium businesses that have much higher overhead than [...]]]></description>
			<content:encoded><![CDATA[<p></p><div>Our goal is to virtualize the most cost effective way while being able to provide superior customer service that <strong>can scale</strong>. If you ever plan to have more than three clients, you really need to be able to scale. I have encountered quite a few small and medium businesses that have much higher overhead than they would have needed if they had plan to scale in the beginning. The most common barrier to scaling has been the use of Excel and choosing systems they cannot automate data flow. Excel is a great way to prototype a tool and for needs analysis. Excel best practices use is for reports and calculations.</div>
<ul>
<li>
<h3>Systems</h3>
</li>
<ul>
<li><strong><a title="Microsoft Dynamics CRM 2011 Online" href="http://crm.dynamics.com/en-us/home" target="_blank">Microsoft Dynamics CRM 2011 Online</a></strong> &#8211; only $44 per user per month<br />
Dynamics CRM 2011  is the most robust and beautiful CRM system that I&#8217;ve ever seen. In the past, I have always been a big build it in-house to get it right believer because of so many products failing on some major functionality point. CRM 2011 gives businesses an easy way to customize for their needs. The key take away here is the one point of data entry that can feed other third party tools and in-house databases. If you have more than 20 people, you should seriously consider hosting this on-premise.</li>
<li><strong><a title="Google Apps" href="http://www.google.com/apps" target="_blank">Google Apps</a></strong> $5 per user per month</li>
<li><strong><a title="Office 365" href="http://www.microsoft.com/en-us/office365/" target="_blank">Office 365</a></strong> starting at $6.75 &amp; up per user per month</li>
<li><strong><a title="Hostgator" href="http://ink.ms/host" target="_blank">Hostgator</a></strong> website and email hosting starting at about $4/month, and they have all the way up to VPS hosting and dedicated servers</li>
<li><strong><a title="WebCRMFree.com" href="http://www.WebCRMFree.com" target="_blank">WebCRMFree.com</a></strong> &#8211; a free CRM system that operates like a spreadsheet that I built for a few different clients I have, I plan on doing a lot more with it as I get feedback from the current users.</li>
<li><strong><a title="WindowsAzure.com" href="http://www.windowsazure.com" target="_blank">WindowsAzure.com</a></strong> Microsoft&#8217;s cloud hosting for .NET programs and SQL Server</li>
</ul>
<li>
<h3>Hardware</h3>
</li>
<ul>
<li>Brands I recommend</li>
<ul>
<li>PCs/Laptops: Dell, IBM, Lenovo</li>
<li>Printers: Canon, HP</li>
<li>Monitors: ViewSonic, LG, Samsung, Acer</li>
<li>Peripherals: Micosoft, Logitech</li>
</ul>
<li><a title="CompUSA.com" href="http://www.compusa.com" target="_blank">CompUSA.com</a> -</li>
<li><a title="Dell.com" href="http://www.dell.com" target="_blank">Dell.com</a></li>
<li><a title="DealCatcher.com" href="http://www.dealcatcher.com" target="_blank">DealCatcher.com</a></li>
<li><a title="CurrentCodes.com" href="http://www.currentcodes.com" target="_blank">CurrentCodes.com</a></li>
<li><a title="NewEgg.com" href="http://www.newegg.com" target="_blank">NewEgg.com</a></li>
</ul>
<li>
<h3><strong>Communications</strong></h3>
</li>
<ul>
<li><strong><a title="Skype" href="http://skype.com" target="_blank">Skype</a></strong> Microsoft recently purchased Skype. I am looking for some very cool integration with other Microsoft products</li>
<li><strong><a title="Vonage" href="http://www.vonage.com" target="_blank">Vonage</a> </strong>I use to use Vonage for my home line, it was great. The only reason why I got rid of it was because we never used it.</li>
<li>CaaS: Communications as a Service</li>
<ul>
<li>Phone System &#8211; Hosted VOIP</li>
<li>There are many options going this route, I suggest Googling it for your area</li>
<ul>
<li><a title="Vonage.com" href="http://www.vonage.com" target="_blank">Vonage.com</a></li>
<li><a title="8x8.com" href="http://www.8x8.com" target="_blank">8&#215;8.com</a></li>
<li><a title="Volcalocity.com" href="http://www.vocalocity.com/small-business-voip/" target="_blank">Vocalocity.com</a></li>
</ul>
</ul>
<li>Using any of the above, your employees will have to have at least a high speed cable modem, fiber connections are preferable because the speed is solid unlike the fluctuations of cable modems</li>
<li><a title="Google Talk" href="http://google.com/talk" target="_blank">Google Talk</a>, <a title="windows messenger" href="http://explore.live.com/windows-live-essentials" target="_blank">Windows Messenger</a>, or <a title="yahoo messenger" href="http://messenger.yahoo.com/" target="_blank">Yahoo Messenger</a> for instant messaging</li>
</ul>
<li>
<h3>File Sharing</h3>
</li>
<ul>
<li>If you&#8217;re using Google Apps or Office 365, they provide online file storage</li>
<li><strong><a title="DropBox.com" href="http://ink.ms/box" target="_blank">DropBox.com</a></strong> 2 GB of free online backup, syncing files between multiple PC&#8217;s, and sharing. 50 GB for only $10/month</li>
<li><strong><a title="Egnyte.com" href="https://www.egnyte.com/" target="_blank">Egnyte.com</a></strong> Starting at $25/month for 5 power users, 100 standard users, up to 150 GB of online storage, and is the easiest way to transfer files securely over the web without the need for the IT Department to get involved, basically it&#8217;s Online FTP</li>
</ul>
<li>
<h3>Training</h3>
</li>
<ul>
<li>You cannot neglect training if you want to succeed</li>
<li><strong><a title="Lynda.com" href="http://ink.ms/lynda" target="_blank">Lynda.com</a></strong> Unlimited monthly training for as low as $25/month, hundreds of software video tutorials from beginner to expert. Check out their titles! Adobe, Apple iPhone, Autocad, Microsoft, and much more.</li>
<li><strong><a title="TrainingSpot.com" href="http://www.trainingspot.com/Buy.aspx" target="_blank">TrainingSpot.com</a></strong> A lifetime membership for $99 is hard to beat. This is a great resource for developers.</li>
<li><strong><a title="LearnVisiualStudio.net" href="http://www.learnvisualstudio.net" target="_blank">LearnVisualStudio.net</a></strong> Another developer resource specifically for Visual Studio, the tool created by Microsoft to program for the .NET framework &#8211; Lifetime membership only $140.</li>
<li><strong><a title="Audible.com" href="http://www.Audible.com" target="_blank">Audible.com</a></strong> As low as $14.95/month with a huge selection of the best business audiobooks available</li>
<li><strong><a title="ASP.net" href="http://www.asp.net" target="_blank">ASP.net</a></strong> a free resource focused on ASP.NET, with links to downloads from Microsoft&#8217;s free Express tools</li>
</ul>
<li>
<h3>Conference Rooms</h3>
</li>
<ul>
<li>StarBucks, local coffee shops, and any restaurant with WiFi</li>
<li>Regis Office Centers or similar office suite providers &#8211; These are great because you can have an official office that is shared between your team, typically a receptionist to answer phones, and conference rooms available. If you&#8217;re in the Bradenton area, be sure to check out the Pinnacle Business Suites at 345 6th Ave W. near downtown.</li>
</ul>
</ul>
<div>If you virtualize be sure to have a company meeting about every three to four weeks, and set aside a budget for your teams to get together somewhere weekly because to build a cohesive and effective team, you&#8217;ll need to have face to face interaction.</div>
]]></content:encoded>
			<wfw:commentRss>http://maxbrackett.com/2011/47-6-points-and-resources-to-vitualize-your-office/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

