<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Steve Novoselac's Tech Blog (stevienova.com)</title>
	
	<link>http://blog.stevienova.com</link>
	<description>BI, SharePoint, .NET, Agile, Mgr, Enterprise Architecture Dude @ TrekBikes, Father, Musician</description>
	<lastBuildDate>Fri, 27 Apr 2012 21:39:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Stevienovacom" /><feedburner:info uri="stevienovacom" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><geo:lat>43.095178</geo:lat><geo:long>-89.270408</geo:long><feedburner:emailServiceId>Stevienovacom</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><feedburner:feedFlare href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.feedburner.com%2FStevienovacom" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FStevienovacom" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Ffeeds.feedburner.com%2FStevienovacom" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare href="http://www.bloglines.com/sub/http://feeds.feedburner.com/Stevienovacom" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.feedburner.com%2FStevienovacom" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2FStevienovacom" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FStevienovacom" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><item>
		<title>Dynamic Sorting Using Parameters in SSRS</title>
		<link>http://feedproxy.google.com/~r/Stevienovacom/~3/olfNOd2U-K8/</link>
		<comments>http://blog.stevienova.com/2012/04/27/dynamic-sorting-using-parameters-in-ssrs/#comments</comments>
		<pubDate>Fri, 27 Apr 2012 21:39:12 +0000</pubDate>
		<dc:creator>Steve Novoselac</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Geeky/Programming]]></category>
		<category><![CDATA[SQLServerPedia Syndication]]></category>
		<category><![CDATA[Dynamic Sorting]]></category>
		<category><![CDATA[Expressions]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[Order By]]></category>
		<category><![CDATA[Parameters]]></category>
		<category><![CDATA[Sort By]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server Reporting Services]]></category>
		<category><![CDATA[SSRS]]></category>

		<guid isPermaLink="false">http://blog.stevienova.com/?p=1937</guid>
		<description>The other day, someone requested that a report in SSRS be sorted differently by default. While that might make sense if everyone wants it that way, more than likely you might have people that want a report sorted differently by default. How to do it? There are probably a few ways, but this is what...</description>
			<content:encoded><![CDATA[<p>The other day, someone requested that a report in SSRS be sorted differently by default. While that might make sense if everyone wants it that way, more than likely you might have people that want a report sorted differently by default. How to do it?</p>
<p>There are probably a few ways, but this is what I did.</p>
<p>First, I added two parameters. &#8220;SortByDefault&#8221; and &#8220;SortOrder&#8221;</p>
<p><a href="http://blog.stevienova.com/wp-content/uploads/2012/04/params.png"><img src="http://blog.stevienova.com/wp-content/uploads/2012/04/params.png" alt="" title="params" width="168" height="37" class="aligncenter size-full wp-image-1938" /></a></p>
<p>The &#8220;SortByDefault&#8221; will be a drop down of your columns you want to sort by for your dataset (or group, or table/tablix)</p>
<p>The &#8220;SortOrder&#8221; is simply Asc (1 to N, A to Z) and Desc (N to 1, Z to A)</p>
<p>Now, here is how mine look:</p>
<p>SortByDefault (I have two columns I want to allow sorting by, PointsLeft and StackRank):</p>
<p><a href="http://blog.stevienova.com/wp-content/uploads/2012/04/paramsbydefault.png"><img src="http://blog.stevienova.com/wp-content/uploads/2012/04/paramsbydefault-300x249.png" alt="" title="paramsbydefault" width="300" height="249" class="aligncenter size-medium wp-image-1939" /></a></p>
<p><a href="http://blog.stevienova.com/wp-content/uploads/2012/04/paramsbydefaultdef.png"><img src="http://blog.stevienova.com/wp-content/uploads/2012/04/paramsbydefaultdef-300x248.png" alt="" title="paramsbydefaultdef" width="300" height="248" class="aligncenter size-medium wp-image-1940" /></a></p>
<p>SortOrder:</p>
<p><a href="http://blog.stevienova.com/wp-content/uploads/2012/04/paramorderbyavail.png"><img src="http://blog.stevienova.com/wp-content/uploads/2012/04/paramorderbyavail-300x243.png" alt="" title="paramorderbyavail" width="300" height="243" class="aligncenter size-medium wp-image-1941" /></a></p>
<p><a href="http://blog.stevienova.com/wp-content/uploads/2012/04/paramorderbydefault.png"><img src="http://blog.stevienova.com/wp-content/uploads/2012/04/paramorderbydefault-300x247.png" alt="" title="paramorderbydefault" width="300" height="247" class="aligncenter size-medium wp-image-1942" /></a></p>
<p>Now comes the fun stuff: Making it work.</p>
<p>Make sure you remove any &#8220;ORDER BY&#8221; in your dataset (you don&#8217;t have to but this makes it easier). </p>
<p>I also have every column in the report set up for interactive sorting based on the column header/column it shows, but not sure that is necessary here, I just wanted to put that out there just in case</p>
<p>You want to get to your sorting options. So in my case, I have a tablix, so get to your tablix property window and the sorting option:</p>
<p><a href="http://blog.stevienova.com/wp-content/uploads/2012/04/tablix_properties.png"><img src="http://blog.stevienova.com/wp-content/uploads/2012/04/tablix_properties-294x300.png" alt="" title="tablix_properties" width="294" height="300" class="aligncenter size-medium wp-image-1943" /></a></p>
<p>Now you can see, my &#8220;Sort By&#8221; and &#8220;Then By&#8221; are expressions. It is kind of weird here. Also you can&#8217;t set expressions for &#8220;Asc&#8221; or &#8220;Desc&#8221; so what I had to do was trick it somewhat.</p>
<p>the first is to handle the asc option:</p>
<blockquote><p>=IIF(Parameters!SortOrder.Value=&#8221;Asc&#8221;,Fields(Parameters!SortByDefault.Value).Value,0)</p></blockquote>
<p>the second is to handle the desc option</p>
<blockquote><p>=IIF(Parameters!SortOrder.Value=&#8221;Desc&#8221;,Fields(Parameters!SortByDefault.Value).Value,0)</p></blockquote>
<p>You can see, some magic.  If the order by is XYZ then use the field, otherwise 0. If you notice from the screenshot, first one is A to Z (Asc) and the second one is Z to A (Desc). So we are basically telling SSRS to sort by the param or not based on the order by option and it chooses the right order by (ASC/DESC). I think this was easier in SQL 2000 SSRS :)</p>
<p>Well now you should be able to test your report and try to sort orders. What I did next is make my params hidden. The defaults are what I wanted for the existing report (Order By PointsLeft DESC), and what I did next is create a linked report and set the hidden parameters int he report options in Report Manager to (Order By Stack Rack, ASC)</p>
<p><a href="http://blog.stevienova.com/wp-content/uploads/2012/04/linkes_rep_params.png"><img src="http://blog.stevienova.com/wp-content/uploads/2012/04/linkes_rep_params-300x32.png" alt="" title="linkes_rep_params" width="300" height="32" class="aligncenter size-medium wp-image-1944" /></a></p>
<p>Now I have one report, with hidden sorting params and I can create linked reports with different sort options without having to create a new report. I could add all columns to the choices, or even let users choose as parameters (but they already have interactive sorting in this case).</p>
<p>Happy Report Buildin&#8217;! </p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=olfNOd2U-K8:oQh1-16UrIQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=olfNOd2U-K8:oQh1-16UrIQ:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?i=olfNOd2U-K8:oQh1-16UrIQ:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=olfNOd2U-K8:oQh1-16UrIQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?i=olfNOd2U-K8:oQh1-16UrIQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=olfNOd2U-K8:oQh1-16UrIQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=olfNOd2U-K8:oQh1-16UrIQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?i=olfNOd2U-K8:oQh1-16UrIQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=olfNOd2U-K8:oQh1-16UrIQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=olfNOd2U-K8:oQh1-16UrIQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?i=olfNOd2U-K8:oQh1-16UrIQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=olfNOd2U-K8:oQh1-16UrIQ:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Stevienovacom/~4/olfNOd2U-K8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.stevienova.com/2012/04/27/dynamic-sorting-using-parameters-in-ssrs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.stevienova.com/2012/04/27/dynamic-sorting-using-parameters-in-ssrs/</feedburner:origLink></item>
		<item>
		<title>SQL Server 2012: Data Quality Services</title>
		<link>http://feedproxy.google.com/~r/Stevienovacom/~3/ZwxWgMgQri4/</link>
		<comments>http://blog.stevienova.com/2012/04/05/sql-server-2012-data-quality-services/#comments</comments>
		<pubDate>Thu, 05 Apr 2012 11:30:58 +0000</pubDate>
		<dc:creator>Steve Novoselac</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[SQLServerPedia Syndication]]></category>
		<category><![CDATA[Data Quality]]></category>
		<category><![CDATA[Data Quality Services]]></category>
		<category><![CDATA[DQS]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[Master Data Services]]></category>
		<category><![CDATA[MDS]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2012]]></category>
		<category><![CDATA[SSIS]]></category>

		<guid isPermaLink="false">http://blog.stevienova.com/?p=1925</guid>
		<description>With the release of SQL Server 2012, I am looking more into Master Data Services (MDS) and Data Quality Services (DQS). A brief overview of DQS. You install DQS with SQL, and you have to configure it. The server configuration is a cmd line process that runs to create some databases on your server (DQS_MAIN,...</description>
			<content:encoded><![CDATA[<p>With the release of SQL Server 2012, I am looking more into Master Data Services (MDS) and Data Quality Services (DQS). A brief overview of DQS.</p>
<p>You install DQS with SQL, and you have to configure it. The server configuration is a cmd line process that runs to create some databases on your server (DQS_MAIN, DQS_PROJECTS, DQS_STAGING_DATA). </p>
<p>I ran into one issue with the running of the configuration, not sure if this happens everywhere, I am running Windows 8, but nonetheless, I ran into. After running the tool and getting error after error, and trying as admin, etc. I dug deeper into the error message and found that I there were some security/permission issues I had to resolve. It ended up being that I had to change permissions on </p>
<p>C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\machine.config </p>
<p>to allow write access. Once I did that, the configuration tool worked and I could get into DQS.</p>
<p>DQS gives you a &#8220;Data Quality Services Client&#8221; to work with. When you open it, connect to the database where you configured the three databases I talk about above. Once you, you have 3 panes.</p>
<p><a href="http://blog.stevienova.com/wp-content/uploads/2012/04/DQS.png"><img src="http://blog.stevienova.com/wp-content/uploads/2012/04/DQS-300x137.png" alt="" title="DQS" width="300" height="137" class="alignnone size-medium wp-image-1926" /></a></p>
<p>You have Knowledge Bases, Data Quality Projects, and Administration.</p>
<p><strong>Knowledge Bases:</strong> datasets of known data that you can use in your Data Quality Projects. You get a default Knowledge Base &#8211; state names and some other data similar to that. </p>
<p><strong>Data Quality Projects: </strong> Here is where the magic happens. You can choose some source data (Excel xls &#8211; xlsx wouldn&#8217;t work or SQL table) and then apply your knowledge base on it. Then you can reimport your data at the end back into SQL or export it, and update your Knowledge Base with learned values.</p>
<p><strong>Administration:</strong> Not a ton of options, but you can set some thresholds, and also setup your Azure data market settings.</p>
<p><strong>Azure Data Market</strong> <a href="https://datamarket.azure.com/browse/Data?Category=dqs" target="_blank">https://datamarket.azure.com/browse/Data?Category=dqs</a>  &#8211; Lots of data you can use to combine with your Knowledge Bases. Much more here and I won&#8217;t go into detail &#8211; it could be its own post in itself.</p>
<p>As a test, I took an excel file, added a few records with columns first, last, city, state (I actually imported into a staging SQL table to work with it) &#8211; But in the state field I put different variations of state, WI, Wis, Wisconsin, MN, Minn, Minn., etc. </p>
<p><a href="http://blog.stevienova.com/wp-content/uploads/2012/04/dqs_project.png"><img src="http://blog.stevienova.com/wp-content/uploads/2012/04/dqs_project-300x150.png" alt="" title="dqs_project" width="300" height="150" class="alignnone size-medium wp-image-1927" /></a></p>
<p>I then ran the file through creating a new data quality project and ran it against the default Knowledge Base, and it corrected the values it could. Got a weird error clicking next on the project, it seems the button is touchy. Hopefully they come out with a fix soon.</p>
<p><a href="http://blog.stevienova.com/wp-content/uploads/2012/04/dqs_cleanse.png"><img src="http://blog.stevienova.com/wp-content/uploads/2012/04/dqs_cleanse-300x219.png" alt="" title="dqs_cleanse" width="300" height="219" class="alignnone size-medium wp-image-1928" /></a></p>
<p><a href="http://blog.stevienova.com/wp-content/uploads/2012/04/dqs_view.png"><img src="http://blog.stevienova.com/wp-content/uploads/2012/04/dqs_view-300x218.png" alt="" title="dqs_view" width="300" height="218" class="alignnone size-medium wp-image-1929" /></a></p>
<p>Once you build up and get your Knowledge Base stable, you can use from SSIS packages or in Master Data Services. I see many useful applications for DQS. Either around your corporate data or pulling in data from Azure data market to cleanse existing data you might have (think: looking up gender from first/last name). </p>
<p>This post is a brief look at DQS and how it works, but there is so much more. I hope to get more in depth in the near future.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=ZwxWgMgQri4:HVtHKg9ukMk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=ZwxWgMgQri4:HVtHKg9ukMk:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?i=ZwxWgMgQri4:HVtHKg9ukMk:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=ZwxWgMgQri4:HVtHKg9ukMk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?i=ZwxWgMgQri4:HVtHKg9ukMk:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=ZwxWgMgQri4:HVtHKg9ukMk:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=ZwxWgMgQri4:HVtHKg9ukMk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?i=ZwxWgMgQri4:HVtHKg9ukMk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=ZwxWgMgQri4:HVtHKg9ukMk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=ZwxWgMgQri4:HVtHKg9ukMk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?i=ZwxWgMgQri4:HVtHKg9ukMk:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=ZwxWgMgQri4:HVtHKg9ukMk:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Stevienovacom/~4/ZwxWgMgQri4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.stevienova.com/2012/04/05/sql-server-2012-data-quality-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.stevienova.com/2012/04/05/sql-server-2012-data-quality-services/</feedburner:origLink></item>
		<item>
		<title>Reflecting on 1000 Posts</title>
		<link>http://feedproxy.google.com/~r/Stevienovacom/~3/Dw1pXycdlx0/</link>
		<comments>http://blog.stevienova.com/2012/04/02/reflecting-on-1000-posts/#comments</comments>
		<pubDate>Mon, 02 Apr 2012 11:30:48 +0000</pubDate>
		<dc:creator>Steve Novoselac</dc:creator>
				<category><![CDATA[Big Changes]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Azure]]></category>
		<category><![CDATA[Baby]]></category>
		<category><![CDATA[Homebrewing]]></category>
		<category><![CDATA[House]]></category>
		<category><![CDATA[Madison]]></category>
		<category><![CDATA[MADPASS]]></category>
		<category><![CDATA[New Baby]]></category>
		<category><![CDATA[New House]]></category>
		<category><![CDATA[SQL Saturday]]></category>
		<category><![CDATA[SQL Saturday 118]]></category>
		<category><![CDATA[SQL Server 2012]]></category>
		<category><![CDATA[Sun Prairie]]></category>

		<guid isPermaLink="false">http://blog.stevienova.com/?p=1906</guid>
		<description>First, I want to give an update on what&amp;#8217;s up recently. First off, work is busy as ever. SQL 2012 RTM&amp;#8217;d, so that is cool on the Business Intelligence side, and on the Dev side, working on moving a desktop app to the cloud, Azure specifically. Many things going on, as well as keeping on...</description>
			<content:encoded><![CDATA[<p>
First, I want to give an update on what&#8217;s up recently. First off, work is busy as ever. SQL 2012 RTM&#8217;d, so that is cool on the Business Intelligence side, and on the Dev side, working on moving a desktop app to the cloud, Azure specifically. Many things going on, as well as keeping on the SharePoint and Yammer trains. Enterprise Social is just &#8220;starting&#8221; and there is much more happening. Windows 8 is still good. Some quirks but very good, excited for the RC and RTM versions.</p>
<p>It has been a while since I have posted, for good reason, but of course it usually boils down to &#8220;just time&#8221;. This is my 1000th post on this blog. Well, not really, I had some that I probably removed over the years. Back since 2004, I have moved this blog from blogger.com, to wordpress, to my own wordpress (on windows!) to different providers and hosters and what not. It has been a road. And more to come. I have a few drafts queued up, but was waiting to have something good for post 1000.
</p>
<p>
So what else? Other things are keeping me busy. Since last October, <a href="https://www.facebook.com/pages/ShanksNova-Brewing/219252838157988" target="_blank">Homebrewing</a> has become a big hobby of mine. </p>
<p><a href="http://blog.stevienova.com/wp-content/uploads/2012/04/brewing.jpg"><img src="http://blog.stevienova.com/wp-content/uploads/2012/04/brewing-223x300.jpg" alt="" title="brewing" width="223" height="300" /></a></p>
<p>We have done 8 batches so far, and it keeps getting better and more fun. We are now past kits and we now are picking our ingredients, which is cool. The beer is good too :)
</p>
<p>
<strong>MADPASS</strong> (<a href="http://www.madpass.org/" target="_blank">www.madpass.org</a>) &#8211; I am on the board with MADPASS, we hit our 1 year mark in Feb, which was cool. </p>
<p><a href="http://blog.stevienova.com/wp-content/uploads/2012/04/madpass.jpg"><img src="http://blog.stevienova.com/wp-content/uploads/2012/04/madpass-300x225.jpg" alt="" title="madpass" width="300" height="225" /></a></p>
<p>We keep doing cool new things, the speakers are good, and the &#8220;community&#8221; is growing. <a href="http://www.sqlsaturday.com/118/eventhome.aspx" target="_blank">SQL Saturday 118</a> is coming up on April 21st as well in Madison (at MATC) &#8211; and I am helping out with that as well. </p>
<p>
Besides that? Always the same old tech things I do every day. Finally consolidated my Google life to my Google Apps (more on that in a future post). No, no iPad 3/Next for me yet. Maybe though. Thinking about my next tech gadget. Chromebook? New TV? Not sure yet. Nothing really pressing there.</p>
<p>What else could there be? Well&#8230; a couple of things :)</p>
<p>I have been in the Madison area since November 2007. Been at Trek since Sept 2008. I have lived in Madison (apts), Sun Prairie (condo) and now in an apartment downtown Sun Prairie. It is a cool place. Nice view. Right in the thick of everything that goes on downtown (parades, festivals, etc). But.. the apt life wears on you. We have been &#8220;looking&#8221; for a house for a while now. Not ready to just go pick one out that is on the market, but wait for the right one. Right area, right price, right look, etc. Well, we found one. In less than 2 weeks, I will be moving to a house in Sun Prairie. It is about 6 blocks away from downtown, so within walking distance of everything (cough cough &#8211; Eddies), but yeah, nice little place. In a semi-secluded street. 3 bed, 1.5 Bath, Nice fenced in yard. Should be a nice house.</p>
<p><a href="http://blog.stevienova.com/wp-content/uploads/2012/04/house.jpg"><img src="http://blog.stevienova.com/wp-content/uploads/2012/04/house-300x224.jpg" alt="" title="house" width="300" height="224"/></a></p>
<p>But wait, there&#8217;s more!</p>
<p>Now, I would say that I have everything I need to be happy, and that is true. But sometimes things happen and you get things in your life that will even make you *more* happy. Well, it is a good thing the new house is a 3 bedroom, because come fall there will be another baby Novoselac running around. Yes! We are expecting. Ella will be a big sister and of course our lives will change for the better once again. I am excited but will be even more excited around October!</p>
<p>So until then, and even after, we will keep watching the movie that we call life and having fun. </p>
<p><a href="http://blog.stevienova.com/wp-content/uploads/2012/04/movie.jpg"><img src="http://blog.stevienova.com/wp-content/uploads/2012/04/movie-300x224.jpg" alt="" title="movie" width="300" height="224" class="alignnone size-medium wp-image-1920" /></a></p>
<p><a href="http://blog.stevienova.com/wp-content/uploads/2012/04/park.jpg"><img src="http://blog.stevienova.com/wp-content/uploads/2012/04/park-300x224.jpg" alt="" title="park" width="300" height="224" class="alignnone size-medium wp-image-1921" /></a></p>
<p>Ok. 1000 down. couple more thousand to go. Keep rockin&#8217; everyone.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=Dw1pXycdlx0:fmvpLTppQIM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=Dw1pXycdlx0:fmvpLTppQIM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?i=Dw1pXycdlx0:fmvpLTppQIM:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=Dw1pXycdlx0:fmvpLTppQIM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?i=Dw1pXycdlx0:fmvpLTppQIM:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=Dw1pXycdlx0:fmvpLTppQIM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=Dw1pXycdlx0:fmvpLTppQIM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?i=Dw1pXycdlx0:fmvpLTppQIM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=Dw1pXycdlx0:fmvpLTppQIM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=Dw1pXycdlx0:fmvpLTppQIM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?i=Dw1pXycdlx0:fmvpLTppQIM:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=Dw1pXycdlx0:fmvpLTppQIM:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Stevienovacom/~4/Dw1pXycdlx0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.stevienova.com/2012/04/02/reflecting-on-1000-posts/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://blog.stevienova.com/2012/04/02/reflecting-on-1000-posts/</feedburner:origLink></item>
		<item>
		<title>Using Windows 8 Consumer Preview on an Active Directory Corporate Domain</title>
		<link>http://feedproxy.google.com/~r/Stevienovacom/~3/YdCCz1M15nE/</link>
		<comments>http://blog.stevienova.com/2012/03/05/using-windows-8-consumer-preview-on-an-active-directory-corporate-domain/#comments</comments>
		<pubDate>Tue, 06 Mar 2012 01:24:42 +0000</pubDate>
		<dc:creator>Steve Novoselac</dc:creator>
				<category><![CDATA[Geeky/Programming]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Corporate Domain]]></category>
		<category><![CDATA[Domain]]></category>
		<category><![CDATA[Domain account]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[Microsoft account]]></category>
		<category><![CDATA[Win8]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[Windows 8 Consumer Preview]]></category>
		<category><![CDATA[Windows Live]]></category>

		<guid isPermaLink="false">http://blog.stevienova.com/?p=1892</guid>
		<description>I have been using Windows 8 for a while now, here and there, the developer preview, on the tablet I got at build. Pretty cool, rough around the edges. I was really waiting for the next iteration. Last week the Windows 8 Consumer Preview was released. My computer at work was getting &amp;#8220;crufty&amp;#8221; so I...</description>
			<content:encoded><![CDATA[<p>I have been using Windows 8 for a while now, here and there, the developer preview, on the <a href="http://blog.stevienova.com/2011/09/17/quick-thoughts-from-build/" target="_blank">tablet I got at build</a>. Pretty cool, rough around the edges. I was really waiting for the next iteration.</p>
<p>Last week the <a href="http://windows.microsoft.com/en-US/windows-8/consumer-preview" target="_blank">Windows 8 Consumer Preview</a> was released. My computer at work was getting &#8220;crufty&#8221; so I decided to install Windows 8 on it fresh and see what I could see. </p>
<p>Well, first off, if you run Windows 8, you can associate your login account with a <del datetime="2012-03-06T01:13:50+00:00">Windows Live Id</del> Microsoft account. This is pretty cool for a couple of reasons. Most services on the OS then automatically know who you are, and second, your settings and Windows Store apps will sync between devices. </p>
<p>But what happens on domain? I was as curious as I could be as the info out there is/was sparse as of now from what I could see. So I set up the machine fresh on Windows 8. Logged in as my Microsoft account and got into the OS. Once on the corp network, got it on the domain, as normal, and then I could log in with my domain account. Great. </p>
<p>But then what? Do I lose all the cool Microsoft account stuff? Well, it depends. What you can do is go to the new &#8220;Settings&#8221; in Metro land on the machine and find the account stuff, you can then associate your Microsoft account with your Domain account. This is pretty cool. Then your settings on your domain machines (if you have multiple) will sync, but you still get the domain stuff of the corporate network. I have two Microsoft accounts anyways (One for personal, one for work &#8211; MSDN, etc, etc). </p>
<p>There is <a href="http://technet.microsoft.com/library/hh832040.aspx" target="_blank">one article</a> out there that tells admins how to restrict the Windows Store on domain, or at least they will be able to, so I am guessing most things will be configurable or restrictable by domain admins and group policy, but at least there is some cohesiveness between Microsoft account and Domain account now. Good stuff. More to come on my Windows 8 Experience, as I am and will be putting it through its paces.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=YdCCz1M15nE:qqcItFWvNeA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=YdCCz1M15nE:qqcItFWvNeA:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?i=YdCCz1M15nE:qqcItFWvNeA:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=YdCCz1M15nE:qqcItFWvNeA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?i=YdCCz1M15nE:qqcItFWvNeA:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=YdCCz1M15nE:qqcItFWvNeA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=YdCCz1M15nE:qqcItFWvNeA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?i=YdCCz1M15nE:qqcItFWvNeA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=YdCCz1M15nE:qqcItFWvNeA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=YdCCz1M15nE:qqcItFWvNeA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?i=YdCCz1M15nE:qqcItFWvNeA:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=YdCCz1M15nE:qqcItFWvNeA:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Stevienovacom/~4/YdCCz1M15nE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.stevienova.com/2012/03/05/using-windows-8-consumer-preview-on-an-active-directory-corporate-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.stevienova.com/2012/03/05/using-windows-8-consumer-preview-on-an-active-directory-corporate-domain/</feedburner:origLink></item>
		<item>
		<title>Yamanalysis: Analyzing Yammer and Using PowerPivot on MySQL</title>
		<link>http://feedproxy.google.com/~r/Stevienovacom/~3/isCS-9Z8lx8/</link>
		<comments>http://blog.stevienova.com/2012/02/26/yamanalysis-analyzing-yammer-and-using-powerpivot-on-mysql/#comments</comments>
		<pubDate>Sun, 26 Feb 2012 15:44:06 +0000</pubDate>
		<dc:creator>Steve Novoselac</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Geeky/Programming]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[ODBC]]></category>
		<category><![CDATA[PowerPivot]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Yamanalysis]]></category>
		<category><![CDATA[Yammer]]></category>

		<guid isPermaLink="false">http://blog.stevienova.com/?p=1887</guid>
		<description>I have blogged before about we use Yammer. Some interesting data can be gleaned from the usage of Yammer. One thing though is that the data and usage stats are limited in the Yammer area, but you can get all the data and take a look at things. I ran into Yamanalysis and decided to...</description>
			<content:encoded><![CDATA[<p>I have <a href="http://blog.stevienova.com/2011/08/19/yammer-transparency-in-enterprise-project-communication/" target="_blank">blogged before</a> about we use Yammer. Some interesting data can be gleaned from the usage of Yammer. One thing though is that the data and usage stats are limited in the Yammer area, but you can get all the data and take a look at things. I ran into <a href="http://bhuelbue.blogspot.com/2011/08/yamanalysis-ruby-yammer-api-usage.html" target="_blank">Yamanalysis</a> and decided to give it a try. </p>
<p>After getting Ruby, Rails, MySQL, curl/curb, GraphViz, IBM WordCloud and whatever else configured, I finally got it working. (FYI &#8211; MySQL 5.0 &#8211; you need to run the config wizard as administrator on Windows 7 or it just hangs at the end). </p>
<p>Pretty cool data and analysis from a higher level. Of course after getting everything working, I wanted to hit the data with PowerPivot. This sounds like an easy feat, but yet seemed to be a complicated task.</p>
<p>I first got the ODBC connector 5.1 for MySQL (Since PowerPivot doesn&#8217;t natively connect to MySQL,and 5.1 since that is the only one I could find reliably and get to work.), and set up an ODBC source. Tests fine. </p>
<p>In PowerPivot, I would run through the wizard and it would get architecture mismatches, and catastrophic failures, trying to test the connection. Ignoring that and moving forward, running a query would just hang on import forever. I tried different DSN&#8217;s, User/System DSNs, etc, to no avail.</p>
<p>What I ended up doing was firing up my local Microsoft SQL instance, and creating a linked server through a system DSN to the MySQL instance, then I could query the data fine from SQL. I opened up PowerPivot, connected to SQL local and then ran the query to MySQL and it work. What a workaround, what a hack, but at least I can hit the data in PowerPivot locally, which was my goal here. </p>
<p>Of course I could take what Yamanalysis is doing and dump to SQL, or do something similar in C# and dump to SQL, that might be a project for another day.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=isCS-9Z8lx8:nEWCwBRTr9A:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=isCS-9Z8lx8:nEWCwBRTr9A:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?i=isCS-9Z8lx8:nEWCwBRTr9A:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=isCS-9Z8lx8:nEWCwBRTr9A:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?i=isCS-9Z8lx8:nEWCwBRTr9A:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=isCS-9Z8lx8:nEWCwBRTr9A:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=isCS-9Z8lx8:nEWCwBRTr9A:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?i=isCS-9Z8lx8:nEWCwBRTr9A:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=isCS-9Z8lx8:nEWCwBRTr9A:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=isCS-9Z8lx8:nEWCwBRTr9A:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?i=isCS-9Z8lx8:nEWCwBRTr9A:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=isCS-9Z8lx8:nEWCwBRTr9A:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Stevienovacom/~4/isCS-9Z8lx8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.stevienova.com/2012/02/26/yamanalysis-analyzing-yammer-and-using-powerpivot-on-mysql/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://blog.stevienova.com/2012/02/26/yamanalysis-analyzing-yammer-and-using-powerpivot-on-mysql/</feedburner:origLink></item>
		<item>
		<title>Windows Phone 7 App Gap</title>
		<link>http://feedproxy.google.com/~r/Stevienovacom/~3/vpGXP8iugNA/</link>
		<comments>http://blog.stevienova.com/2012/02/13/windows-phone-7-app-gap/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 13:22:49 +0000</pubDate>
		<dc:creator>Steve Novoselac</dc:creator>
				<category><![CDATA[Geeky/Programming]]></category>
		<category><![CDATA[Product Reviews]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[App Gap]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Windows Phone 7]]></category>
		<category><![CDATA[WP7]]></category>

		<guid isPermaLink="false">http://blog.stevienova.com/?p=1872</guid>
		<description>I am pretty into tech and gadgets, all kinds, mobile too. I have an iPhone (I&amp;#8217;ve had all since 2G), Android (had a few, Dell Streak, Atrix 4g, now a Samsung Galaxy 4G), and Windows Phone (Samsung Focus WP7). People ask me about the differences between apps and devices and OS&amp;#8217;s. Big thing with WP7...</description>
			<content:encoded><![CDATA[<p></br></br></br>I am pretty into tech and gadgets, all kinds, mobile too. I have an iPhone (I&#8217;ve had all since 2G), Android (had a few, Dell Streak, Atrix 4g, now a Samsung Galaxy 4G), and Windows Phone (Samsung Focus WP7). People ask me about the differences between apps and devices and OS&#8217;s. Big thing with WP7 (which the OS is great), is the &#8220;App Gap&#8221;. I went through my iPhone and looked at the important apps, minus games, I use, and if there are equivalents on WP7. I downloaded them, etc, but made a list of ones that aren&#8217;t there yet. (interesting enough, I took notes for this post on OneNote from my WP7 device)</p>
<p></br></p>
<p></br><br />
<strong>Apps Missing </strong></p>
<ul>
<li>Cisco VPN (yes, it&#8217;s a service, but it&#8217;s not really there on WP7)</li>
<li>Disqus  &#8211; has api http://disqus.com/api/docs/ </li>
<li>Flipboard </li>
<li>Google Plus  </li>
<li>Hipporemote </li>
<li>Intonow </li>
<li>LogMeIn </li>
<li>Mint </li>
<li>Oink </li>
<li>Pandora </li>
<li>Path </li>
<li>PayPal </li>
<li>Posterous &#8211; has api http://posterous.com/api  </li>
<li>PS express  </li>
<li>Skype </li>
<li>Sportacular </li>
</ul>
<p><strong>Apps There But Not Official or Website only </strong></p>
<ul>
<li>Instagram (instacam) </li>
<li>Untappd  (website) </li>
<li>Pinterest (Pinspiration) </li>
<li>YouTube (it is native but MSFT made and mobile website wrapper) </li>
<li>Tumblr (not free 3rd party) </li>
<li>LinkedIn (3rd party app) </li>
<li>Google Voice (GoVoice, GV for Windows Phone, etc) </li>
<li>Digg (Digg7, Digg Reader, etc) </li>
<li>Dropbox (some readers, etc) </li>
<li>Google Authenticator (some 3rd party apps) </li>
<li>Google Latitude (some crappy 3rd party apps) </li>
<li>Google Reader/reeder (some crappy 3rd party apps) </li>
<li>RDP Client &#8211; some 3rd party clients </li>
<li>VNC Client &#8211; 3rd party clients </li>
<li>TFS Clients &#8211; couple 3rd party clients </li>
<li>Google Translate &#8211; some 3rd party apps, Microsoft Translator, etc</li>
</ul>
<p>As you can see, pretty big list. Many of the 3rd party apps just don&#8217;t cut it. Even some of the apps that are there, they just don&#8217;t compare to iOS or Android. Microsoft needs to overcome this App Gap to gain and/or stay relevant, in my eyes. </p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=vpGXP8iugNA:ig9qInm2WXE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=vpGXP8iugNA:ig9qInm2WXE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?i=vpGXP8iugNA:ig9qInm2WXE:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=vpGXP8iugNA:ig9qInm2WXE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?i=vpGXP8iugNA:ig9qInm2WXE:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=vpGXP8iugNA:ig9qInm2WXE:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=vpGXP8iugNA:ig9qInm2WXE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?i=vpGXP8iugNA:ig9qInm2WXE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=vpGXP8iugNA:ig9qInm2WXE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=vpGXP8iugNA:ig9qInm2WXE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?i=vpGXP8iugNA:ig9qInm2WXE:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=vpGXP8iugNA:ig9qInm2WXE:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Stevienovacom/~4/vpGXP8iugNA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.stevienova.com/2012/02/13/windows-phone-7-app-gap/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://blog.stevienova.com/2012/02/13/windows-phone-7-app-gap/</feedburner:origLink></item>
		<item>
		<title>Cool Things I Have Been Doing On the Computer Lately</title>
		<link>http://feedproxy.google.com/~r/Stevienovacom/~3/q2nQtWBn9MQ/</link>
		<comments>http://blog.stevienova.com/2012/02/05/cool-things-i-have-been-doing-on-the-computer-lately/#comments</comments>
		<pubDate>Sun, 05 Feb 2012 17:52:46 +0000</pubDate>
		<dc:creator>Steve Novoselac</dc:creator>
				<category><![CDATA[Geeky/Programming]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[2012]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Azure]]></category>
		<category><![CDATA[Beer]]></category>
		<category><![CDATA[FAST]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[heroku]]></category>
		<category><![CDATA[Homebrewing]]></category>
		<category><![CDATA[Kinect]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Picasa]]></category>
		<category><![CDATA[Power View]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Samsung]]></category>
		<category><![CDATA[SDK]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SMS]]></category>
		<category><![CDATA[SQL 2012]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[sqlite3]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Verizon]]></category>
		<category><![CDATA[VM]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Yammer]]></category>

		<guid isPermaLink="false">http://blog.stevienova.com/?p=1866</guid>
		<description>In the past couple of months, weeks, whatever (time flies) I have been doing some pretty cool things on the computer, in a wide range of areas. Just want to get them down on paper (you know what I mean)&amp;#8230; 1. Yammer &amp;#8211; working hard on growing Yammer community, external networks, just getting engagement and...</description>
			<content:encoded><![CDATA[<p>In the past couple of months, weeks, whatever (time flies) I have been doing some pretty cool things on the computer, in a wide range of areas. Just want to get them down on paper (you know what I mean)&#8230;</p>
<p>1. <strong>Yammer</strong> &#8211; working hard on growing Yammer community, external networks, just getting engagement and showing the benefits. It&#8217;s fun.</p>
<p>2. <strong>Kinect</strong> &#8211; did some Kinect hacking. On my own then with the group, got some cool stuff to show. It is crazy how easy it is to get something up and running with Kinect and the SDK. I see this stuff taking off in the coming months/years.</p>
<p>3. <strong>Azure</strong> &#8211; dorking around with Azure, looking at what it can and can&#8217;t do, what it could do well, how it would fit in with everything.</p>
<p>4. <strong>SQL 2012/Power View</strong> &#8211; been playing around with SQL 2012 since &#8220;Denali&#8221;, but now its got an official launch date (March 7th) and things are getting real. Power View demos online, trying to figure out how SQL 2012 is going to fit into our infrastructure and just learning as much as I can about it.</p>
<p>5. <strong>Ruby</strong> &#8211; been getting into Ruby and Ruby on Rails on my Mac, git, sqlite3, heroku, etc. Trying to learn more things that just the .NET ecosystem.</p>
<p>6. <strong>Ubuntu</strong> &#8211; same here, set up a VM, been trying to use it consistently, trying to get the other viewpoints from Windows and Mac and where things are at. Keep up with the joneses so to speak. </p>
<p>7. <strong>Android</strong> &#8211; I picked up a Samsung Galaxy (Verizon 4G) a few weeks ago and have been using it. I still love my iPhone, but getting more into Android. Ice Cream Sandwich (ICS) is a pretty good OS, there are still quirks, but its better. Verizon sucks around where I live btw. </p>
<p>8. <strong>Google+/Picasa Web Albums</strong> &#8211; been getting this into my photo workflow, for sharing and backup. Liking it so far. </p>
<p>9. <strong>SharePoint 2010/FAST</strong> &#8211; been researching and reading FAST server like crazy trying to see how it will fit in with a potential project. I think it could be amazing. more to come.</p>
<p>10. <strong>SMS</strong> &#8211; been playing around with different frameworks, and seeing how they compare, trying things out. Using Voice and SMS is all the rage these days. (Hall and Oates thing anyone?)</p>
<p><strong>Bonus</strong>: Nothing with computers, but I have been really getting into brewing beer/homebrewing. I think we have made 5 batches now, and the ones I have tasted so far are really good. It is a fun hobby and breaks up the constant technology I am involved in. More to come here too.</p>
<p>And much much more. Time is limited, time to post is limited. Getting out there and doing cool things is fun, and sharing them is fun too. Gotta find the right balance. I hope everyone is having a cool 2012 so far.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=q2nQtWBn9MQ:AR7S6a5i8bA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=q2nQtWBn9MQ:AR7S6a5i8bA:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?i=q2nQtWBn9MQ:AR7S6a5i8bA:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=q2nQtWBn9MQ:AR7S6a5i8bA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?i=q2nQtWBn9MQ:AR7S6a5i8bA:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=q2nQtWBn9MQ:AR7S6a5i8bA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=q2nQtWBn9MQ:AR7S6a5i8bA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?i=q2nQtWBn9MQ:AR7S6a5i8bA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=q2nQtWBn9MQ:AR7S6a5i8bA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=q2nQtWBn9MQ:AR7S6a5i8bA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?i=q2nQtWBn9MQ:AR7S6a5i8bA:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=q2nQtWBn9MQ:AR7S6a5i8bA:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Stevienovacom/~4/q2nQtWBn9MQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.stevienova.com/2012/02/05/cool-things-i-have-been-doing-on-the-computer-lately/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.stevienova.com/2012/02/05/cool-things-i-have-been-doing-on-the-computer-lately/</feedburner:origLink></item>
		<item>
		<title>Emergency Broadcast: Cursors in SQL are Bad.</title>
		<link>http://feedproxy.google.com/~r/Stevienovacom/~3/nnXTxnHDRR4/</link>
		<comments>http://blog.stevienova.com/2012/01/24/emergency-broadcast-cursors-in-sql-are-bad/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 04:42:42 +0000</pubDate>
		<dc:creator>Steve Novoselac</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Geeky/Programming]]></category>
		<category><![CDATA[Cursor]]></category>
		<category><![CDATA[Cursors]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://blog.stevienova.com/?p=1862</guid>
		<description>Emergency Broadcast: Last week, I stumbled across a &amp;#8220;legacy&amp;#8221; system. Small system, few tables, few stored procs, few web pages that let users manage it. The main table had about 40k rows in it, nothing huge. This system gets used sparingly. Reports of the main page of the system taking 5+ minutes to load, or...</description>
			<content:encoded><![CDATA[<p>Emergency Broadcast:</p>
<p>Last week, I stumbled across a &#8220;legacy&#8221; system. Small system, few tables, few stored procs, few web pages that let users manage it. The main table had about 40k rows in it, nothing huge. This system gets used sparingly. </p>
<p>Reports of the main page of the system taking 5+ minutes to load, or just timing out. Really? Dug through the code and lo and behold. A cursor.</p>
<p>Looping through 500+ items, and running 8 or so queries in each iteration. The queries were very similar:</p>
<p>SELECT some stuff INTO Cursor</p>
<p>WHILE LOOPING THROUGH CURSOR</p>
<p>SELECT STUFF 1</p>
<p>SELECT STUFF 2</p>
<p>..</p>
<p>..</p>
<p>END</p>
<p>I ended up re-writing the query to just grab all the data and did some case statement in the SELECT. They query went from 5+ minutes to less than 1 second. </p>
<p>Yes, CURSORs are bad. Avoid them. Rewrite your SQL. It amazes me that with all the good info out there on the web around SQL that people still write CURSORs in their queries. I asked the DBA to look at all procs on all systems and find all the CURSORs so we can root them out once and for all. </p>
<p>End of Emergency Broadcast</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=nnXTxnHDRR4:M2LXv_vNSLI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=nnXTxnHDRR4:M2LXv_vNSLI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?i=nnXTxnHDRR4:M2LXv_vNSLI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=nnXTxnHDRR4:M2LXv_vNSLI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?i=nnXTxnHDRR4:M2LXv_vNSLI:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=nnXTxnHDRR4:M2LXv_vNSLI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=nnXTxnHDRR4:M2LXv_vNSLI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?i=nnXTxnHDRR4:M2LXv_vNSLI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=nnXTxnHDRR4:M2LXv_vNSLI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=nnXTxnHDRR4:M2LXv_vNSLI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?i=nnXTxnHDRR4:M2LXv_vNSLI:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=nnXTxnHDRR4:M2LXv_vNSLI:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Stevienovacom/~4/nnXTxnHDRR4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.stevienova.com/2012/01/24/emergency-broadcast-cursors-in-sql-are-bad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.stevienova.com/2012/01/24/emergency-broadcast-cursors-in-sql-are-bad/</feedburner:origLink></item>
		<item>
		<title>Sites and Services Hacked: Use a Password Manager</title>
		<link>http://feedproxy.google.com/~r/Stevienovacom/~3/IUC8XajFEhM/</link>
		<comments>http://blog.stevienova.com/2012/01/18/sites-and-services-hacked-use-a-password-manager/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 04:08:33 +0000</pubDate>
		<dc:creator>Steve Novoselac</dc:creator>
				<category><![CDATA[Geeky/Programming]]></category>
		<category><![CDATA[1Password]]></category>
		<category><![CDATA[Passwords]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Zappos]]></category>

		<guid isPermaLink="false">http://blog.stevienova.com/?p=1858</guid>
		<description>With the recent hack on Zappos.com where usernames and &amp;#8220;cryptographically encoded&amp;#8221; (not encrypted?) passwords were taken, it&amp;#8217;s time to take warning. Other sites have gotten hacked in the past years as well, and there are ones you don&amp;#8217;t even know about. It is kind of scary. I, like many have been guilty of using same...</description>
			<content:encoded><![CDATA[<p>With the recent hack on Zappos.com where usernames and &#8220;cryptographically encoded&#8221; (not encrypted?) passwords were taken, it&#8217;s time to take warning. Other sites have gotten hacked in the past years as well, and there are ones you don&#8217;t even know about. It is kind of scary.</p>
<p>I, like many have been guilty of using same passwords for different services, throwaway services, etc. My most important services I used different passwords, but no more. I have been using 1Password for a couple years to store passwords, but now I am taking it to the next level. I went through the majority of the services and changed password and created a randomly generated password in <a href="https://agilebits.com/onepassword" target="_blank">1Password</a>. Yes it is a pain in the butt to have to look up password or whatever, but I think at this point, the best password is one you don&#8217;t even know. </p>
<p>1Password syncs across iOS, Android, all browser extensions, Mac and Windows, so it suits me well. Even after a few days I am getting used to the new workflow with any passwords I might have to look up or auto login to. All I know is the security and authorization on the net has to improve, it shouldn&#8217;t be this tough.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=IUC8XajFEhM:q1MfO_8ajYc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=IUC8XajFEhM:q1MfO_8ajYc:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?i=IUC8XajFEhM:q1MfO_8ajYc:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=IUC8XajFEhM:q1MfO_8ajYc:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?i=IUC8XajFEhM:q1MfO_8ajYc:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=IUC8XajFEhM:q1MfO_8ajYc:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=IUC8XajFEhM:q1MfO_8ajYc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?i=IUC8XajFEhM:q1MfO_8ajYc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=IUC8XajFEhM:q1MfO_8ajYc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=IUC8XajFEhM:q1MfO_8ajYc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?i=IUC8XajFEhM:q1MfO_8ajYc:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=IUC8XajFEhM:q1MfO_8ajYc:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Stevienovacom/~4/IUC8XajFEhM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.stevienova.com/2012/01/18/sites-and-services-hacked-use-a-password-manager/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.stevienova.com/2012/01/18/sites-and-services-hacked-use-a-password-manager/</feedburner:origLink></item>
		<item>
		<title>Waze – Social GPS Navigation</title>
		<link>http://feedproxy.google.com/~r/Stevienovacom/~3/SpfubjBTQJg/</link>
		<comments>http://blog.stevienova.com/2012/01/04/waze-social-gps-navigation/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 14:13:08 +0000</pubDate>
		<dc:creator>Steve Novoselac</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Product Reviews]]></category>
		<category><![CDATA[Gamification]]></category>
		<category><![CDATA[GPS]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Mobile Apps]]></category>
		<category><![CDATA[Navigation]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[Waze]]></category>

		<guid isPermaLink="false">http://blog.stevienova.com/?p=1853</guid>
		<description>This last week I have been using Waze on my iPhone. What is Waze? Well, it is a free &amp;#8220;social&amp;#8221; GPS turn by turn app. Since iOS doesn&amp;#8217;t have built in turn by turn, it is left up to the market to fill the gap. There are the big players out there TomTom, etc but...</description>
			<content:encoded><![CDATA[<p>This last week I have been using Waze on my iPhone. What is Waze? Well, it is a free &#8220;social&#8221; GPS turn by turn app. Since iOS doesn&#8217;t have built in turn by turn, it is left up to the market to fill the gap. There are the big players out there TomTom, etc but then Waze comes along. I have heard/read about them for a while now, but never got around to trying it. Pretty cool. Nice interface, and it&#8217;s social.</p>
<p>How is it social? Well, people can report slowdowns, accidents, police, etc and it will show up on your map as you drive. You can see other wazer&#8217;s on the map as you drive. They also gamify it by giving you points for miles and little rewards when you hit milestones, pretty cool. Works for me. The product becomes better as more people use it, and I assume as your friends or groups you are in use it more.</p>
<p>Check it out at <a href="http://www.waze.com/">waze.com </a> Looks like they have apps for more than iOS as well.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=SpfubjBTQJg:sjs9YFArnH4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=SpfubjBTQJg:sjs9YFArnH4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?i=SpfubjBTQJg:sjs9YFArnH4:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=SpfubjBTQJg:sjs9YFArnH4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?i=SpfubjBTQJg:sjs9YFArnH4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=SpfubjBTQJg:sjs9YFArnH4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=SpfubjBTQJg:sjs9YFArnH4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?i=SpfubjBTQJg:sjs9YFArnH4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=SpfubjBTQJg:sjs9YFArnH4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=SpfubjBTQJg:sjs9YFArnH4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?i=SpfubjBTQJg:sjs9YFArnH4:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stevienovacom?a=SpfubjBTQJg:sjs9YFArnH4:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/Stevienovacom?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Stevienovacom/~4/SpfubjBTQJg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.stevienova.com/2012/01/04/waze-social-gps-navigation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.stevienova.com/2012/01/04/waze-social-gps-navigation/</feedburner:origLink></item>
	</channel>
</rss>

