<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Andrew On Tech</title>
	<atom:link href="http://techandrew.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://techandrew.wordpress.com</link>
	<description>tech tricks, hack, useful links, productivity tips, developers tools review and many more</description>
	<lastBuildDate>Mon, 17 Nov 2008 03:34:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='techandrew.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Andrew On Tech</title>
		<link>http://techandrew.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://techandrew.wordpress.com/osd.xml" title="Andrew On Tech" />
	<atom:link rel='hub' href='http://techandrew.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Upgrade Rails on Mac</title>
		<link>http://techandrew.wordpress.com/2008/11/17/upgrade-rails-on-mac/</link>
		<comments>http://techandrew.wordpress.com/2008/11/17/upgrade-rails-on-mac/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 03:28:43 +0000</pubDate>
		<dc:creator>mymuss</dc:creator>
				<category><![CDATA[ruby]]></category>
		<category><![CDATA[rails ruby mac]]></category>

		<guid isPermaLink="false">http://techandrew.wordpress.com/?p=26</guid>
		<description><![CDATA[First let&#8217;s check our version: ruby -v rails -v gem -v In my case the Rails version was outdated. Let&#8217;s upgrade it: sudo gem update --system sudo gem update rails --include-dependencies sudo gem update rake --include-dependencies sudo gem update sqlite3-ruby --include-dependencies sudo gem install mongrel # ok, this one is optional, but still nice to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techandrew.wordpress.com&amp;blog=3892648&amp;post=26&amp;subd=techandrew&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>First let&#8217;s check our version:</p>
<p><code><br />
ruby -v<br />
rails -v<br />
gem -v<br />
</code></p>
<p>In my case the Rails version was outdated. Let&#8217;s upgrade it:</p>
<p><code><br />
sudo gem update --system<br />
sudo gem update rails --include-dependencies<br />
sudo gem update rake --include-dependencies<br />
sudo gem update sqlite3-ruby --include-dependencies<br />
sudo gem install mongrel # ok, this one is optional, but still nice to have, when switching from rails 1 to rails 2<br />
</code></p>
<br /> Tagged: rails ruby mac <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techandrew.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techandrew.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techandrew.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techandrew.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techandrew.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techandrew.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techandrew.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techandrew.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techandrew.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techandrew.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techandrew.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techandrew.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techandrew.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techandrew.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techandrew.wordpress.com&amp;blog=3892648&amp;post=26&amp;subd=techandrew&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techandrew.wordpress.com/2008/11/17/upgrade-rails-on-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b74ceddbe9659ba31dd36545f201e9ec?s=96&#38;d=identicon" medium="image">
			<media:title type="html">usandrew</media:title>
		</media:content>
	</item>
		<item>
		<title>sed one-liners</title>
		<link>http://techandrew.wordpress.com/2008/07/28/sed-oneliners/</link>
		<comments>http://techandrew.wordpress.com/2008/07/28/sed-oneliners/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 23:30:33 +0000</pubDate>
		<dc:creator>mymuss</dc:creator>
				<category><![CDATA[*nix]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[sed]]></category>

		<guid isPermaLink="false">http://techandrew.wordpress.com/?p=22</guid>
		<description><![CDATA[&#8230; more sed one-liners: http://student.northpark.edu/pemente/sed/sed1line.txt<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techandrew.wordpress.com&amp;blog=3892648&amp;post=22&amp;subd=techandrew&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#8230; more sed one-liners:</p>
<p><a href="http://student.northpark.edu/pemente/sed/sed1line.txt">http://student.northpark.edu/pemente/sed/sed1line.txt</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/techandrew.wordpress.com/22/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/techandrew.wordpress.com/22/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techandrew.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techandrew.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techandrew.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techandrew.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techandrew.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techandrew.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techandrew.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techandrew.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techandrew.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techandrew.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techandrew.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techandrew.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techandrew.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techandrew.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techandrew.wordpress.com&amp;blog=3892648&amp;post=22&amp;subd=techandrew&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techandrew.wordpress.com/2008/07/28/sed-oneliners/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b74ceddbe9659ba31dd36545f201e9ec?s=96&#38;d=identicon" medium="image">
			<media:title type="html">usandrew</media:title>
		</media:content>
	</item>
		<item>
		<title>Multiline processing in sed</title>
		<link>http://techandrew.wordpress.com/2008/07/28/multiline-processing-in-sed/</link>
		<comments>http://techandrew.wordpress.com/2008/07/28/multiline-processing-in-sed/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 23:29:06 +0000</pubDate>
		<dc:creator>mymuss</dc:creator>
				<category><![CDATA[*nix]]></category>
		<category><![CDATA[sed]]></category>

		<guid isPermaLink="false">http://techandrew.wordpress.com/?p=20</guid>
		<description><![CDATA[You want sed to replace backslash-newline to space (i.e. to convert multiline string into a singleline) like this: param = &#160;&#160;&#160;&#160;&#160;val1, \ &#160;&#160;&#160;&#160;&#160;val2, \ &#160;&#160;&#160;&#160;&#160;val3 should become param = val1, val2, val3 The following sed command does the trick<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techandrew.wordpress.com&amp;blog=3892648&amp;post=20&amp;subd=techandrew&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You want sed to replace backslash-newline to space (i.e. to convert multiline string into a singleline) like this:</p>
<p><code><br />
param =<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;val1, \<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;val2, \<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;val3<br />
</code></p>
<p>should become</p>
<p><code><br />
param = val1, val2, val3<br />
</code></p>
<p>The following sed command does the trick</p>
<p><pre class="brush: php;">
sed -e :a -e '/\\$/N; s/\\\n/ /; ta'
</pre></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/techandrew.wordpress.com/20/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/techandrew.wordpress.com/20/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techandrew.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techandrew.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techandrew.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techandrew.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techandrew.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techandrew.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techandrew.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techandrew.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techandrew.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techandrew.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techandrew.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techandrew.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techandrew.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techandrew.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techandrew.wordpress.com&amp;blog=3892648&amp;post=20&amp;subd=techandrew&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techandrew.wordpress.com/2008/07/28/multiline-processing-in-sed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b74ceddbe9659ba31dd36545f201e9ec?s=96&#38;d=identicon" medium="image">
			<media:title type="html">usandrew</media:title>
		</media:content>
	</item>
		<item>
		<title>SQL Server 2005: XQuery snippets</title>
		<link>http://techandrew.wordpress.com/2008/07/25/sql-server-2005-xquery-snippets/</link>
		<comments>http://techandrew.wordpress.com/2008/07/25/sql-server-2005-xquery-snippets/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 17:22:16 +0000</pubDate>
		<dc:creator>mymuss</dc:creator>
				<category><![CDATA[DB]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://techandrew.wordpress.com/?p=13</guid>
		<description><![CDATA[Suppose we have an XML snippet: 1. To get all pairs tag1 =&#62; val1 tag2 =&#62; val2 etc. 2. To insert a new pair where value is to be taken from a local variable: Note how sql:variable() function was taken into curly braces, otherwise it would have inserted &#8216;sql:variable(&#8220;@val&#8221;)&#8217;. Also the modify() argument must be [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techandrew.wordpress.com&amp;blog=3892648&amp;post=13&amp;subd=techandrew&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Suppose we have an XML snippet:</p>
<p><pre class="brush: xml;">
&lt;root&gt;
  &lt;tag1&gt;val1&lt;/tag1&gt;
  &lt;tag2&gt;val2&lt;/tag2&gt;
&lt;/root&gt;
</pre></p>
<p>1. To get all pairs<br />
  <em>tag1 =&gt; val1</em><br />
  <em>tag2 =&gt; val2</em><br />
etc.</p>
<p><pre class="brush: sql;">
DECLARE @x XML;
SET @x = '&lt;root&gt;&lt;tag1&gt;...&lt;/root&gt;';
SELECT
  CAST(C.query('local-name(.)') AS NVARCHAR(4000)) AS [Tag],
  CAST(C.value('.', 'nvarchar(4000)') AS NVARCHAR(4000)) AS [Val]
FROM @x.nodes('/root/*') T(C);
</pre></p>
<p>2. To insert a new pair where value is to be taken from a local variable:</p>
<p><pre class="brush: sql;">
DECLARE @val NVARCHAR(4000);
SET @val = 'val0';
SET @x.modify('insert &lt;tag0&gt;{sql:variable(&quot;@val&quot;)}&lt;/tag0&gt; as first into(/root)[1]');
</pre></p>
<p>Note how <strong>sql:variable()</strong> function was taken into curly braces, otherwise it would have inserted <strong>&#8216;sql:variable(&#8220;@val&#8221;)&#8217;</strong>. Also the <strong>modify()</strong> argument must be a string literal, i.e. the following construction does not work: <strong>&#8216;insert &#8216; + @val + &#8216; as first into(/root)[1]&#8216;</strong></p>
<p>3. To update a value:</p>
<p><pre class="brush: sql;">
DECLARE @val NVARCHAR(4000);
SET @val = 'val000';
SET @x.modify('replace value of (/root/tag0/text())[1] with sql:variable(&quot;@val&quot;)');
</pre></p>
<p>No curly braces but still have to use <strong>sql:variable()</strong> function.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/techandrew.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/techandrew.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techandrew.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techandrew.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techandrew.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techandrew.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techandrew.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techandrew.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techandrew.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techandrew.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techandrew.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techandrew.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techandrew.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techandrew.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techandrew.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techandrew.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techandrew.wordpress.com&amp;blog=3892648&amp;post=13&amp;subd=techandrew&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techandrew.wordpress.com/2008/07/25/sql-server-2005-xquery-snippets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b74ceddbe9659ba31dd36545f201e9ec?s=96&#38;d=identicon" medium="image">
			<media:title type="html">usandrew</media:title>
		</media:content>
	</item>
		<item>
		<title>Syntax Sugar in SQL Server 2005</title>
		<link>http://techandrew.wordpress.com/2008/07/25/syntax-sugar-in-sql-server-2005/</link>
		<comments>http://techandrew.wordpress.com/2008/07/25/syntax-sugar-in-sql-server-2005/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 16:57:13 +0000</pubDate>
		<dc:creator>mymuss</dc:creator>
				<category><![CDATA[DB]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://techandrew.wordpress.com/?p=11</guid>
		<description><![CDATA[1. Using OUTPUT clause: Only updated rows go to @NewKeys table, of course a temporary or even a regular table can be used instead of table variable. No need for triggers. 2. Using JOIN with UPDATE:<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techandrew.wordpress.com&amp;blog=3892648&amp;post=11&amp;subd=techandrew&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1. Using OUTPUT clause:</p>
<p><pre class="brush: sql;">
DECLARE @NewKeys TABLE (
  [Key1]    UNIQUEIDENTIFIER NOT NULL,
  [Key2]    UNIQUEIDENTIFIER NOT NULL
);

UPDATE [XTable]
SET [Key2] = NEWID()
  OUTPUT inserted.[Key1], inserted.[Key2]
  INTO @NewKeys
WHERE [Key2] IS NULL;
</pre></p>
<p>Only updated rows go to @NewKeys table, of course a temporary or even a regular table can be used instead of table variable. No need for triggers.</p>
<p>2. Using JOIN with UPDATE:</p>
<p><pre class="brush: sql;">
UPDATE [x]
SET [x].[Key1] = [y].[Key1]
FROM [XTable] AS [x] INNER JOIN [YTable] AS [y]
ON [x].[Key2] = [y].[Key2]
</pre></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/techandrew.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/techandrew.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techandrew.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techandrew.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techandrew.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techandrew.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techandrew.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techandrew.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techandrew.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techandrew.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techandrew.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techandrew.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techandrew.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techandrew.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techandrew.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techandrew.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techandrew.wordpress.com&amp;blog=3892648&amp;post=11&amp;subd=techandrew&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techandrew.wordpress.com/2008/07/25/syntax-sugar-in-sql-server-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b74ceddbe9659ba31dd36545f201e9ec?s=96&#38;d=identicon" medium="image">
			<media:title type="html">usandrew</media:title>
		</media:content>
	</item>
		<item>
		<title>SQL Server Management Studio: Vertical Split</title>
		<link>http://techandrew.wordpress.com/2008/07/25/5/</link>
		<comments>http://techandrew.wordpress.com/2008/07/25/5/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 16:18:48 +0000</pubDate>
		<dc:creator>mymuss</dc:creator>
				<category><![CDATA[DB]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://techandrew.wordpress.com/?p=5</guid>
		<description><![CDATA[You can split a SQL Server Management Studio horizontally. Nice feature I didn&#8217;t know about. Open at least two tabs and go to Window -&#62; New Vertical Tab Group<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techandrew.wordpress.com&amp;blog=3892648&amp;post=5&amp;subd=techandrew&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You can split a SQL Server Management Studio horizontally. Nice feature I didn&#8217;t know about.</p>
<p>Open at least two tabs and go to <em>Window -&gt; New Vertical Tab Group</em></p>
<p><a href="http://techandrew.files.wordpress.com/2008/07/tech-sqlstudio-layout.png"><img class="alignnone size-medium wp-image-6" src="http://techandrew.files.wordpress.com/2008/07/tech-sqlstudio-layout.png?w=300&#038;h=200" alt="" width="300" height="200" /></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/techandrew.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/techandrew.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techandrew.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techandrew.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techandrew.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techandrew.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techandrew.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techandrew.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techandrew.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techandrew.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techandrew.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techandrew.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techandrew.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techandrew.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techandrew.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techandrew.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techandrew.wordpress.com&amp;blog=3892648&amp;post=5&amp;subd=techandrew&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techandrew.wordpress.com/2008/07/25/5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b74ceddbe9659ba31dd36545f201e9ec?s=96&#38;d=identicon" medium="image">
			<media:title type="html">usandrew</media:title>
		</media:content>

		<media:content url="http://techandrew.files.wordpress.com/2008/07/tech-sqlstudio-layout.png?w=300" medium="image" />
	</item>
		<item>
		<title>First post</title>
		<link>http://techandrew.wordpress.com/2008/07/25/first-post/</link>
		<comments>http://techandrew.wordpress.com/2008/07/25/first-post/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 16:06:50 +0000</pubDate>
		<dc:creator>mymuss</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://techandrew.wordpress.com/?p=3</guid>
		<description><![CDATA[In this blog I will post various tips, tricks, hack that I found helpful. This is just a reminder for myself.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techandrew.wordpress.com&amp;blog=3892648&amp;post=3&amp;subd=techandrew&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In this blog I will post various tips, tricks, hack that I found helpful. This is just a reminder for myself.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/techandrew.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/techandrew.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techandrew.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techandrew.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techandrew.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techandrew.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techandrew.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techandrew.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techandrew.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techandrew.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techandrew.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techandrew.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techandrew.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techandrew.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techandrew.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techandrew.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techandrew.wordpress.com&amp;blog=3892648&amp;post=3&amp;subd=techandrew&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techandrew.wordpress.com/2008/07/25/first-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b74ceddbe9659ba31dd36545f201e9ec?s=96&#38;d=identicon" medium="image">
			<media:title type="html">usandrew</media:title>
		</media:content>
	</item>
	</channel>
</rss>
