<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>code-help &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/code-help/</link>
	<description>Feed of posts on WordPress.com tagged "code-help"</description>
	<pubDate>Fri, 24 May 2013 11:23:44 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Using the Microsoft.LightSwitch.ExportProvider.dll to utilize the MEF in LightSwitch]]></title>
<link>http://iamrommel.wordpress.com/2013/05/09/using-the-microsoft-lightswitch-exportprovider-dll-to-utilize-the-mef-in-lightswitch/</link>
<pubDate>Thu, 09 May 2013 14:53:11 +0000</pubDate>
<dc:creator>iamrommel</dc:creator>
<guid>http://iamrommel.wordpress.com/2013/05/09/using-the-microsoft-lightswitch-exportprovider-dll-to-utilize-the-mef-in-lightswitch/</guid>
<description><![CDATA[Lightswitch was built using MEF! And one way to compose export and other MEF stuff is to use the ass]]></description>
<content:encoded><![CDATA[<p>Lightswitch was built using MEF!</p>
<p>And one way to compose export and other MEF stuff is to use the assembly Microsoft.LightSwitch.ExportProvider.dll (which is normally found in LS installation folder C:\Program Files (x86)\Microsoft SDKs\LightSwitch\v3.0\\Client\Microsoft.LightSwitch.ExportProvider.dll, take note this should be version 3 of lightswitch).</p>
<p>And normally to utilize the composition you can use the &#8220;VsExportProviderService&#8221; class as  such shown image below (<span style="color:#ff6600;">note</span>: i have already class that attributed as &#8220;Export&#8221;,  just like normal MEF way)</p>
<div id="attachment_366" class="wp-caption alignnone" style="width: 822px"><a href="http://iamrommel.files.wordpress.com/2013/05/vsexportservice.png"><img class="size-full wp-image-366" alt="Composing the class using the Lightswitch VsExportService" src="http://iamrommel.files.wordpress.com/2013/05/vsexportservice.png?w=812&#038;h=215" width="812" height="215" /></a><p class="wp-caption-text">Composing the class using the Lightswitch VsExportService</p></div>
<p>But when you are going to use this VsExportService outside the context of Lightswitch of course it will NOT compose for you, but you can use the   VsCompositionContainer to fill up the container with export values.</p>
<div id="attachment_368" class="wp-caption alignnone" style="width: 640px"><a href="http://iamrommel.files.wordpress.com/2013/05/addingthelocalexport.png"><img class="size-full wp-image-368" alt="using lightswitch and MEF" src="http://iamrommel.files.wordpress.com/2013/05/addingthelocalexport.png?w=630&#038;h=220" width="630" height="220" /></a><p class="wp-caption-text">Using the VsCompositionContaier to fill it up with exports</p></div>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Adding property data item on screen designer will give you the option to choose the display control in Lightswitch]]></title>
<link>http://iamrommel.wordpress.com/2013/05/03/adding-property-data-item-on-screen-designer-will-give-you-the-option-to-choose-the-display-control-in-lightswitch/</link>
<pubDate>Fri, 03 May 2013 13:45:44 +0000</pubDate>
<dc:creator>iamrommel</dc:creator>
<guid>http://iamrommel.wordpress.com/2013/05/03/adding-property-data-item-on-screen-designer-will-give-you-the-option-to-choose-the-display-control-in-lightswitch/</guid>
<description><![CDATA[I found out that some screen just needs a property but is not &#8216;string&#8217; but other complex]]></description>
<content:encoded><![CDATA[<p>I found out that some screen just needs a property but is not &#8216;string&#8217; but other complex type. And in addition to that can be displayed as any compatible control on LightSwitch screen. This useful when you want to show and entity not as grid or list but let say as independent autocomplete box. See the image below</p>
<div id="attachment_363" class="wp-caption alignnone" style="width: 834px"><a href="http://iamrommel.files.wordpress.com/2013/05/lightswitchproperty.png"><img class=" wp-image-363 " alt="Adding LightSwitch property on the screen aside from string will open up the option for selection of control" src="http://iamrommel.files.wordpress.com/2013/05/lightswitchproperty.png?w=824&#038;h=605" width="824" height="605" /></a><p class="wp-caption-text">Adding LightSwitch property on the screen aside from string will open up the option for selection of control</p></div>
]]></content:encoded>
</item>
<item>
<title><![CDATA[How to increase time-out for Silvelright client in Lightswitch]]></title>
<link>http://iamrommel.wordpress.com/2013/04/26/how-to-increase-time-out-for-silvelright-client-in-lightswitch/</link>
<pubDate>Fri, 26 Apr 2013 11:29:31 +0000</pubDate>
<dc:creator>iamrommel</dc:creator>
<guid>http://iamrommel.wordpress.com/2013/04/26/how-to-increase-time-out-for-silvelright-client-in-lightswitch/</guid>
<description><![CDATA[There are some operations that are really long to respond from server and when you run Silverlight c]]></description>
<content:encoded><![CDATA[<p>There are some operations that are really long to respond from server and when you run Silverlight client in Lightswitch it will throw this Time-Out exception. So to fixed it, just set the <strong>ClientTimeout</strong> on <strong>Application_Initialize()</strong> method. (see image below)</p>
<div id="attachment_358" class="wp-caption alignnone" style="width: 796px"><a href="http://iamrommel.files.wordpress.com/2013/04/lightswitchtimeout.png"><img class="size-full wp-image-358 " title="Set the ClientTime-out on the Application_Initialize() on silverlight client for lightswitch" alt="namespace LightSwitchApplication {     public partial class Application     {         partial void Application_Initialize()         {             //if you perform save DataWorkspace.ApplicationData.SaveChanges()             //and the server does not return with-in 5 minutes then it will throw the time-out error             //and the screen that perform this operation is still on the loading screen             this.Details.ClientTimeout = 60*5;        }          } } " src="http://iamrommel.files.wordpress.com/2013/04/lightswitchtimeout.png?w=786&#038;h=278" width="786" height="278" /></a><p class="wp-caption-text">Set the ClientTime-out on the Application_Initialize() on silverlight client for lightswitch</p></div>
]]></content:encoded>
</item>
<item>
<title><![CDATA[10 Online Resources That Will Help You Learn Code [PICS]]]></title>
<link>http://nationalcubicles.wordpress.com/2013/03/13/10-online-resources-that-will-help-you-learn-code-pics/</link>
<pubDate>Wed, 13 Mar 2013 17:15:35 +0000</pubDate>
<dc:creator>Workplace Emporium</dc:creator>
<guid>http://nationalcubicles.wordpress.com/2013/03/13/10-online-resources-that-will-help-you-learn-code-pics/</guid>
<description><![CDATA[[via mashable.com] &nbsp; 1. Code/Racer Made by the team at Treehouse, Code/Racer is an online racin]]></description>
<content:encoded><![CDATA[<p><em>[via mashable.com]</em></p>
<p>&#160;</p>
<header>
<figure>
<section>
<div>
<div>
<div>
<div>
<h2>1. <a href="http://coderace.me/#" target="_blank">Code/Racer</a></h2>
<div>
<p>Made by the team at <a href="http://teamtreehouse.com/" target="_blank">Treehouse</a>, Code/Racer is an online racing game that forces you to learn to code quickly to get ahead on the race track. Beyond this racing game, Treehouse boasts more than 650 instructional videos; as you complete courses, earn badges for your accomplishments.</p>
<p><em>Screenshot courtesy of Code/Racer</em></p>
</div>
</div>
<figure><img alt="Screen%2520shot%25202013-03-12%2520at%252012.14.32%2520pm" src="http://rack.0.mshcdn.com/media/ZgkyMDEzLzAzLzEyL2RhL1NjcmVlbjIwU2hvLjUxNTU0LnBuZwpwCXRodW1iCTg1MHg1OTA-CmUJanBn/97a272bf/551/Screen%2520Shot%25202013-03-12%2520at%252012.14.32%2520PM.jpg" /></figure>
</div>
<div>
<div>
<h2>2. <a href="http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/" target="_blank">MIT OpenCourseWare</a></h2>
<div>
<p>MIT has opened all of its course content to web audiences, so anyone, anywhere can learn from one of the top American research institutions. Think about it: An MIT education without the student loans or cut-throat application? Not too shabby.</p>
<p><em>Screenshot courtesy of MIT OpenCourseWare</em></p>
</div>
</div>
<figure><img alt="Screen%2520shot%25202013-03-12%2520at%252012.26.53%2520pm" src="http://rack.1.mshcdn.com/media/ZgkyMDEzLzAzLzEyL2RhL1NjcmVlbjIwU2hvLmFkNjAyLnBuZwpwCXRodW1iCTg1MHg1OTA-CmUJanBn/1febddf8/c9c/Screen%2520Shot%25202013-03-12%2520at%252012.26.53%2520PM.jpg" /></figure>
</div>
<div>
<div>
<h2>3. <a href="https://www.udacity.com/how-it-works" target="_blank">Udacity</a></h2>
<div>
<p>Udacity believes today&#8217;s higher education system is broken. Education is no longer something that happens once in a lifetime, but rather is a lifelong experience. That&#8217;s why it has ported loads of computer science, math and physics courses online.</p>
<p><em>Screenshot courtesy of Udacity</em></p>
</div>
</div>
<figure><img alt="Screen%2520shot%25202013-03-12%2520at%25201.18.12%2520pm" src="http://rack.1.mshcdn.com/media/ZgkyMDEzLzAzLzEyL2RhL1NjcmVlbjIwU2hvLjM2YWZjLnBuZwpwCXRodW1iCTg1MHg1OTA-CmUJanBn/ea2d1158/614/Screen%2520Shot%25202013-03-12%2520at%25201.18.12%2520PM.jpg" /></figure>
</div>
<div>
<div>
<h2>4. <a href="https://developer.mozilla.org/en-US/" target="_blank">Mozilla Developer Network</a></h2>
<div>
<p>The Mozilla Developer Network is a resource-rich collection of documents about web development, made for anyone, from expert programmers to students just starting out. MDN is a wiki, meaning anyone can edit its pages with corrections and updates.</p>
<p><em>Screenshot courtesy of Mozilla Developer Network</em></p>
</div>
</div>
<figure><img alt="Screen%2520shot%25202013-03-12%2520at%25201.29.20%2520pm" src="http://rack.2.mshcdn.com/media/ZgkyMDEzLzAzLzEyL2RhL1NjcmVlbjIwU2hvLjkwMjZiLnBuZwpwCXRodW1iCTg1MHg1OTA-CmUJanBn/522c6923/4b8/Screen%2520Shot%25202013-03-12%2520at%25201.29.20%2520PM.jpg" /></figure>
</div>
<div>
<div>
<h2>5. <a href="http://thecodeplayer.com/" target="_blank">The CodePlayer</a></h2>
<div>
<p>On The CodePlayer, watch interactive presentations that explain how people built things from scratch. Once you become a coding pro, you can add your own presentations to teach others what you know.</p>
<p><em>Screenshot courtesy of The CodePlayer</em></p>
</div>
</div>
<figure><img alt="Screen%2520shot%25202013-03-12%2520at%25201.47.41%2520pm" src="http://rack.1.mshcdn.com/media/ZgkyMDEzLzAzLzEyL2RhL1NjcmVlbjIwU2hvLjI3Y2E2LnBuZwpwCXRodW1iCTg1MHg1OTA-CmUJanBn/60c0e060/998/Screen%2520Shot%25202013-03-12%2520at%25201.47.41%2520PM.jpg" /></figure>
</div>
<div>
<div>
<h2>6. <a href="https://www.coursera.org/" target="_blank">Coursera</a></h2>
<div>
<p>Online education giant Coursera brings courses from dozens of top universities online, and lets anyone take them for free. Coursera classes are now available in five languages, English, Spanish, French, Italian and Chinese, and are taught by professors from 62 universities.</p>
<p><em>Screenshot courtesy of Coursera</em></p>
</div>
</div>
<figure><img alt="Screen%2520shot%25202013-03-12%2520at%25202.19.31%2520pm" src="http://rack.2.mshcdn.com/media/ZgkyMDEzLzAzLzEyL2RhL1NjcmVlbjIwU2hvLjUyNjdhLnBuZwpwCXRodW1iCTg1MHg1OTA-CmUJanBn/92541489/904/Screen%2520Shot%25202013-03-12%2520at%25202.19.31%2520PM.jpg" /></figure>
</div>
<div>
<div>
<h2>7. <a href="http://www.codecademy.com/#!/exercises/0" target="_blank">Codeacademy</a></h2>
<div>
<p>Unlike some of these other online education platforms, Codeacademy focuses solely on teaching coding. You can choose from courses grouped into eight tracks: APIs, Ruby, Python, JavaScript, jQuery, PHP, web fundamentals, or combine languages into projects.</p>
<p><em>Screenshot courtesy of Codeacademy</em></p>
</div>
</div>
<figure><img alt="Screen%2520shot%25202013-03-12%2520at%25202.27.56%2520pm" src="http://rack.0.mshcdn.com/media/ZgkyMDEzLzAzLzEyL2RhL1NjcmVlbjIwU2hvLmUwM2JjLnBuZwpwCXRodW1iCTg1MHg1OTA-CmUJanBn/6303df8b/d5f/Screen%2520Shot%25202013-03-12%2520at%25202.27.56%2520PM.jpg" /></figure>
</div>
<div>
<div>
<h2>8. <a href="https://www.khanacademy.org/cs/tutorials/programming-basics" target="_blank">Khan Academy</a></h2>
<div>
<p>Khan Academy brings millions of students from around the world together to learn all sorts of digital skills, from coding to calculus to computer science theory. This means you can become an expert coder and an expert mathematician in the same place.</p>
<p><em>Screenshot courtesy of KhanAcademy</em></p>
</div>
</div>
<figure><img alt="Screen%2520shot%25202013-03-12%2520at%25202.34.30%2520pm" src="http://rack.2.mshcdn.com/media/ZgkyMDEzLzAzLzEyL2RhL1NjcmVlbjIwU2hvLmE0MjJkLnBuZwpwCXRodW1iCTg1MHg1OTA-CmUJanBn/a03fc94c/764/Screen%2520Shot%25202013-03-12%2520at%25202.34.30%2520PM.jpg" /></figure>
</div>
<div>
<div>
<h2>9. <a href="http://learnpythonthehardway.org/" target="_blank">Learn Python the Hard Way</a></h2>
<div>
<p>Learn Python the Hard Way offers free PDFs, though, if you want to take the video version of the course, you&#8217;ll need to fork up $29.</p>
<p>What does learning the &#8220;Hard Way&#8221; mean? The number-one rule is that you can&#8217;t copy-paste; you must type out each of the lessons in order to teach your hands the language.</p>
<p><em>Screenshot courtesy of Learn Python the Hard Way</em></p>
</div>
</div>
<figure><img alt="Screen%2520shot%25202013-03-12%2520at%25202.44.53%2520pm" src="http://rack.2.mshcdn.com/media/ZgkyMDEzLzAzLzEyL2RhL1NjcmVlbjIwU2hvLjllNzMxLnBuZwpwCXRodW1iCTg1MHg1OTA-CmUJanBn/c9336271/928/Screen%2520Shot%25202013-03-12%2520at%25202.44.53%2520PM.jpg" /></figure>
</div>
<div>
<div>
<h2>10. <a href="http://www.html5rocks.com/en/" target="_blank">HTML5 Rocks</a></h2>
<div>
<p>HTML5 Rocks is a one-stop guide to learning HTML5, written by tons of contributors who work for Google, Adobe and a bunch of other places. As an HTML5 Rocks student, you&#8217;ll learn from slides, presentations and videos.</p>
<p><em>Screenshot courtesy of HTML5 Rocks</em></p>
</div>
</div>
<figure><img alt="Screen%2520shot%25202013-03-12%2520at%25202.50.51%2520pm" src="http://rack.3.mshcdn.com/media/ZgkyMDEzLzAzLzEyL2RhL1NjcmVlbjIwU2hvLjIyNDU4LnBuZwpwCXRodW1iCTg1MHg1OTA-CmUJanBn/1715e538/c55/Screen%2520Shot%25202013-03-12%2520at%25202.50.51%2520PM.jpg" /></figure>
</div>
</div>
</div>
<p><a href="http://mashable.com/2013/03/13/learn-to-code-free/#">Show As Gallery</a></section>
</figure>
<div><a href="http://mashable.com/people/zoefox/"> </a></div>
</header>
<section>If Mark Zuckerberg and Bill Gates say so, it must be true: <a href="http://mashable.com/2013/02/26/zuckerberg-dorsey-gates-coding/">Understanding how to code is the new literacy</a>.</p>
<p>Take Zuck and Gates&#8217; advice — learn to code. Understanding computer programming will open doors to new jobs and opportunities. But you&#8217;re probably thinking, where do I even begin? Will code classes drain my money and time?</p>
<p>&#160;</p>
<p>Fortunately for you, there are loads of ways to learn coding online, without paying a thing.</p>
<p>We&#8217;ve rounded up 10 places on the web that teach coding through video tutorials, games and quizzes. Try out one or two and let us know what you think.</p>
<p><em>Homepage image courtesy of <a href="http://www.istockphoto.com/mashableoffer.php" target="_blank" rel="nofollow">iStockphoto</a>, <a href="http://www.istockphoto.com/stock-photo-2713710-teaching-computer-programming.php?st=8249a56" target="_blank" rel="nofollow">bmcent1</a></em></p>
</section>
]]></content:encoded>
</item>
<item>
<title><![CDATA[To Character Separated String Extension]]></title>
<link>http://iamrommel.wordpress.com/2012/12/13/to-character-separated-string-extension/</link>
<pubDate>Wed, 12 Dec 2012 20:49:54 +0000</pubDate>
<dc:creator>iamrommel</dc:creator>
<guid>http://iamrommel.wordpress.com/2012/12/13/to-character-separated-string-extension/</guid>
<description><![CDATA[Extension for character separated string from collection ToCharacterSeparatedString Extension Usage]]></description>
<content:encoded><![CDATA[<div id="attachment_336" class="wp-caption alignnone" style="width: 500px"><a href="http://iamrommel.wordpress.com/2012/12/13/to-character-separated-string-extension/extension/" rel="attachment wp-att-336"><img class="size-full wp-image-336" alt="Extension for character separated string from collection" src="http://iamrommel.files.wordpress.com/2012/12/extension.png?w=490&#038;h=197" width="490" height="197" /></a><p class="wp-caption-text">Extension for character separated string from collection</p></div>
<div id="attachment_335" class="wp-caption alignnone" style="width: 500px"><a href="http://iamrommel.wordpress.com/2012/12/13/to-character-separated-string-extension/usage/" rel="attachment wp-att-335"><img class="size-full wp-image-335" alt="ToCharacterSeparatedString Extension Usage" src="http://iamrommel.files.wordpress.com/2012/12/usage.png?w=490&#038;h=53" width="490" height="53" /></a><p class="wp-caption-text">ToCharacterSeparatedString Extension Usage</p></div>
<p>A simple extension to show concatenate specific property in collection separated by specified character by using the power of LINQ.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Wrap Text Around A Video in Wordpress]]></title>
<link>http://prettysleepy.wordpress.com/2011/07/23/wrap-text-around-a-video-in-wordpress/</link>
<pubDate>Sat, 23 Jul 2011 23:06:25 +0000</pubDate>
<dc:creator>Z</dc:creator>
<guid>http://prettysleepy.wordpress.com/2011/07/23/wrap-text-around-a-video-in-wordpress/</guid>
<description><![CDATA[To wrap text around a youtube (or other) video in WordPress, switch to the HTML view: Paste in this]]></description>
<content:encoded><![CDATA[To wrap text around a youtube (or other) video in WordPress, switch to the HTML view: Paste in this]]></content:encoded>
</item>
<item>
<title><![CDATA[Specflow Visual Studio 2010 integration]]></title>
<link>http://iamrommel.wordpress.com/2011/05/30/specflow-visual-studio-2010-integration/</link>
<pubDate>Mon, 30 May 2011 01:13:49 +0000</pubDate>
<dc:creator>iamrommel</dc:creator>
<guid>http://iamrommel.wordpress.com/2011/05/30/specflow-visual-studio-2010-integration/</guid>
<description><![CDATA[Introduction This page will discuss some features of Specflow 1.6.1 that is integrated with Microsof]]></description>
<content:encoded><![CDATA[<h4>Introduction</h4>
<p>This page will discuss some features of <strong><a href="http://specflow.org/">Specflow 1.6.1</a></strong> that is integrated with Microsoft Visual Studio 2010. Features like</p>
<ul>
<li>Visual Studio Intellisense (auto-completion) </li>
<li>Auto formatting </li>
<li>Goto Definition </li>
<li>Debugging (to do) </li>
<li>Resharper, AgUnit and Silverlight (to do)</li>
</ul>
<p>because providing cool editor for Visual Studio is one of the goal of Specflow developers.</p>
<h4>Visual Studio Intellisense (auto-completion)</h4>
<p>IntelliSense is one of the feature that makes Specflow easy to use when integrated with Visual Studio. It provides a lists available steps definition and possible sample. It&#8217;s an auto complete because as you type it suggests based on the typed characters. It does not only displays the steps in the current file but for all &#34;*.feature&#34; files, filtered by what type of step (either Given, When or Then)</p>
<p><em>Figure 1: Specflow Integrated with Visual Studio and IntelliSense (click the image to see the full size)</em> <a href="http://i734.photobucket.com/albums/ww347/rommelmanalo/Specflow/IntilliSense.png"><img alt="Specflow Integrated with Visual Studio and IntelliSense" src="http://i734.photobucket.com/albums/ww347/rommelmanalo/Specflow/IntilliSense.png" /></a></p>
<p>As you can see from the Figure 1, the IntelliSense feature pop up (shown with Red Rectangle) in the <strong>Given</strong> step and it suggests existing (the first two from the IntelliSense pop up) steps from &#34;GetProducts.feature&#34; and &#34;AddProducts.feature&#34;. The step has already C# code definition that is why it also specified in the pop-up with &#34;<strong>&#8211;&#62;</strong>&#34; characters</p>
<h4>Auto formatting</h4>
<p>VS2010 &#34;Edit&#8211;&#62;Outlining&#34; menu item works well with Specflow feature file. Even most of the items on &#34;Edit&#34; menu. The &#34;table&#34; in Specflow is also formatted in a nice way with as you type for the column names and values, it automatically expands (shown in figure 3).</p>
<p><em>Figure 2: VS2010 Edit menu (click the image to see the full size)</em> <a href="http://i734.photobucket.com/albums/ww347/rommelmanalo/Specflow/Outlining.png"><img alt="VS2010 Edit menu" src="http://i734.photobucket.com/albums/ww347/rommelmanalo/Specflow/Outlining.png" /></a></p>
<p><em>Figure 3: Formatted table (click the image to see the full size)</em> <a href="http://i734.photobucket.com/albums/ww347/rommelmanalo/Specflow/FormattedTable.png"><img alt="Formatted table" src="http://i734.photobucket.com/albums/ww347/rommelmanalo/Specflow/FormattedTable.png" /></a></p>
<h4>Goto Definition</h4>
<p>Another sweet feature is the right-click &#34;Goto Definition&#34; of steps in *.feature file and it will automatically brings you to the C# code steps definition you have (Figure 4). And if the steps definition does not exists it show a message box and ask to copy to clipboard the template steps definition (Figure 5). One thing I notice if the the steps definition is in the partial class and sub-group (like the form1.designer.cs is subgroup of form.aspx) &#34;Goto Definition&#34; does not work</p>
<p><em>Figure 4: Goto Definition (click the image to see the full size)</em> <a href="http://i734.photobucket.com/albums/ww347/rommelmanalo/Specflow/GotoDefinition.png"><img alt="Goto Definition" src="http://i734.photobucket.com/albums/ww347/rommelmanalo/Specflow/GotoDefinition.png" /></a></p>
<p><em>Figure 5: Not existing steps definition (click the image to see the full size)</em> <a href="http://i734.photobucket.com/albums/ww347/rommelmanalo/Specflow/NotExistingDefinition.png"><img alt="Not existing steps definition" src="http://i734.photobucket.com/albums/ww347/rommelmanalo/Specflow/NotExistingDefinition.png" /></a></p>
<h4>Debugging</h4>
<p>TODO</p>
<h4>Resharper, AgUnit and Silverlight</h4>
<p>TODO</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[LightSwitch -  Add Screen Data]]></title>
<link>http://iamrommel.wordpress.com/2011/04/08/lightswitch-add-screen-data/</link>
<pubDate>Fri, 08 Apr 2011 11:48:41 +0000</pubDate>
<dc:creator>iamrommel</dc:creator>
<guid>http://iamrommel.wordpress.com/2011/04/08/lightswitch-add-screen-data/</guid>
<description><![CDATA[I just want to display the selected item in the “Rows Layout” Figure 1: My Vision Figure 2:&#160; My]]></description>
<content:encoded><![CDATA[<p>I just want to display the selected item in the “Rows Layout”</p>
<p><em>Figure 1: My Vision</em></p>
<p><a href="http://iamrommel.files.wordpress.com/2011/04/put-the-details-of-child-grid.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="Put the Details of Child grid" border="0" alt="Put the Details of Child grid" src="http://iamrommel.files.wordpress.com/2011/04/put-the-details-of-child-grid_thumb.png?w=648&#038;h=444" width="648" height="444" /></a></p>
<p><em>Figure 2:&#160; My Solution is to use the add data screen</em></p>
<p><a href="http://iamrommel.files.wordpress.com/2011/04/otherscreen.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="OtherScreen" border="0" alt="OtherScreen" src="http://iamrommel.files.wordpress.com/2011/04/otherscreen_thumb.png?w=648&#038;h=337" width="648" height="337" /></a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Amazing Cheat Sheets for Anyone with a Biz Website]]></title>
<link>http://inovediamarketing.wordpress.com/2009/08/21/amazing-cheat-sheets-for-anyone-with-a-biz-website/</link>
<pubDate>Fri, 21 Aug 2009 15:15:13 +0000</pubDate>
<dc:creator>@richardbouchez</dc:creator>
<guid>http://inovediamarketing.wordpress.com/2009/08/21/amazing-cheat-sheets-for-anyone-with-a-biz-website/</guid>
<description><![CDATA[Your Website Tips &amp; Tricks: Whether you&#8217;re a newbie or seasoned web guru you&#8217;ll find]]></description>
<content:encoded><![CDATA[<p style="text-align:left;"><a href="http://inovediamarketing.wordpress.com/category/your-website-tips-tricks/" target="_self">Your Website Tips &#38; Tricks: </a>Whether you&#8217;re a newbie or seasoned web guru you&#8217;ll find these cheat sheets extremely useful. Anyone with a business website should pay particular attention to Website Usability Checklist and the SEO Cheat Sheet.</p>
<p style="text-align:center;"><strong><a href="http://www.webdesignerdepot.com/2009/07/30-handy-cheat-sheets-and-reference-guides-for-web-professionals/" target="_blank">30 Handy Cheat Sheets and Reference Guides for Web Professionals.</a></strong></p>
<p>Now, truth be told told, I found this tidbit on Twistimage.com&#8217;s blog by Mitch Joel and if you&#8217;re a fan of well designed sites like I am you should definitely check it out. What about great information? Yep, it&#8217;s got that too!  <a href="http://www.twistimage.com/blog/" target="_blank">Six Pixels of Separation &#8211; The Blog</a></p>
<p>Got more reference guides, cheat sheets or blogs that are key to your web marketing arsenal? Please share in the comments!</p>
<p><a title="Bookmark and Share" href="http://www.addthis.com/bookmark.php" target="_blank"><img src="http://s7.addthis.com/addthis16.gif" border="0" alt="Bookmark and Share" width="16" height="16" /></a>click to share this post</p>
<p>Good luck!</p>
<p><a href="http://rabpromo.com/bouchezinfo" target="_blank"></a><a href="http://twitter.com/richardbouchez" target="_blank">@richardbouchez</a></p>
<p style="text-align:center;"><a href="http://www.zazzle.com/twitterfunny/biz+gifts" target="_blank">INJECT Twitter into you business! GET <strong>CUSTOMIZABLE</strong> <strong>stuff</strong>&#62;&#62;</a></p>
<p style="text-align:center;"><em><a href="http://www.zazzle.com/custom_ru_folowing_me_mens_tshirt-235653277582134173"><img title="yoursignonrufollowingme" src="http://inovediamarketing.files.wordpress.com/2009/08/yoursignonrufollowingme1.jpg?w=473&#038;h=166#38;h=166" alt="add your Twitter name!" width="473" height="166" /></a></em></p>
<p>More articles from <a href="http://twitter.com/inovedia" target="_blank">@inovedia</a> &#62;&#62;</p>
<ul>
<li><a href="../2008/12/01/make-your-small-biz-homepage-engage/">Make Your Small Biz Homepage Engage! </a></li>
<li><a href="../2008/11/24/blogs-to-facebook-where-your-biz-should-be-and-how-to-start/">Blogs to Facebook, Where Your Biz Should Be and How to Start </a></li>
<li><a href="../2008/11/17/7-ways-linkedincom-will-work-for-your-small-business/">7 Ways Linkedin.com will Improve Your Small Business </a></li>
</ul>
<p style="text-align:center;"><span style="color:#61636a;font-family:'Lucida Grande';font-size:11px;line-height:15px;text-align:justify;">
<dt><a style="color:#399cc6;text-decoration:none;" href="http://www.killertweets.com/?page_id=1015"><img class="aligncenter" style="margin-top:0;margin-bottom:0;padding:0;" title="killertweetsbanner" src="http://richanddaveshow.files.wordpress.com/2009/08/killertweetsbanner.jpg?w=300&#038;h=100#38;h=100&#038;h=100" alt="killertweetsbanner" width="300" height="100" /></a></dt>
<p>&#160;</p>
<p></span><a href="http://www.killertweets.com/?page_id=1015" target="_blank"><span style="color:#36769c;text-decoration:none;">GET KILLER CUSTOM TWITTER BACKGROUNDS!</span></a></p>
<p style="text-align:center;">&#160;</p>
<blockquote><p><img src="http://www.gravatar.com/avatar/c76cd53e35b84c5cb986a9c23ac3fa7d?s=100&#38;d=http%3A%2F%2Fwww.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D100&#38;r=G" alt="" width="100" height="100" /> <em><strong>Richard Bouchez</strong> is a <a title="Certified Inbound Marketing Professional" href="http://inboundmarketing.com/user/2307" target="_blank">certified Inbound Marketing professional </a>specializing in Social  Media Marketing &#38; New Media content development. <a title="View Richard's Social Media &#38; Multi-mdedia portfolio" href="http://bouchezinfo.com/" target="_blank">Richard&#8217;s web,  audio &#38; video work has been honored with Emmy, Promax &#38; CBA  awards.</a></em></p></blockquote>
]]></content:encoded>
</item>

</channel>
</rss>
