<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Web Dev And Stuff</title><link>http://weblogs.asp.net/johnkatsiotis/default.aspx</link><description>ASP.NET from the G(r)eek side</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>LinkedIn OAuth Library Update</title><link>http://weblogs.asp.net/johnkatsiotis/archive/2011/08/07/linkedin-oauth-library-update.aspx</link><pubDate>Sun, 07 Aug 2011 12:31:52 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7900493</guid><dc:creator>djsolid</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/johnkatsiotis/rsscomments.aspx?PostID=7900493</wfw:commentRss><comments>http://weblogs.asp.net/johnkatsiotis/archive/2011/08/07/linkedin-oauth-library-update.aspx#comments</comments><description>&lt;p&gt;Version 0.3 of Linked OAuth Library is &lt;a href="http://nuget.org/List/Packages/LinkedIn.OAuth" target="_blank"&gt;available via Nuget&lt;/a&gt;. &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;This release has a dependency in Hammock Nuget package. &lt;/li&gt;    &lt;li&gt;I have also uploaded the &lt;a href="https://bitbucket.org/djsolid/linkedin-oauth"&gt;source code&lt;/a&gt; at Bitbucket and it’s available to fork it! &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;[&lt;a href="http://john.katsiotis.com/blog/linkedin-oauth-library-update"&gt;more…&lt;/a&gt;]&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7900493" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/johnkatsiotis/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/johnkatsiotis/archive/tags/NuGet/default.aspx">NuGet</category></item><item><title>RazorJS - Source code available!</title><link>http://weblogs.asp.net/johnkatsiotis/archive/2011/06/14/razorjs-source-code-available.aspx</link><pubDate>Mon, 13 Jun 2011 21:59:04 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7828589</guid><dc:creator>djsolid</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/johnkatsiotis/rsscomments.aspx?PostID=7828589</wfw:commentRss><comments>http://weblogs.asp.net/johnkatsiotis/archive/2011/06/14/razorjs-source-code-available.aspx#comments</comments><description>&lt;p&gt;As of today you can find RazorJS’s source code available on &lt;a href="https://bitbucket.org/djsolid/razorjs"&gt;BitBucket&lt;/a&gt;. Feel free to download the code and change it to fit your needs. [&lt;a href="http://john.katsiotis.com/blog/razorjs-source-code-available"&gt;read more&lt;/a&gt;…]&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7828589" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/johnkatsiotis/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/johnkatsiotis/archive/tags/Razor/default.aspx">Razor</category></item><item><title>PetaPoco and Spatial Data Types</title><link>http://weblogs.asp.net/johnkatsiotis/archive/2011/05/14/petapoco-and-spatial-data-types.aspx</link><pubDate>Sat, 14 May 2011 11:18:40 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7790564</guid><dc:creator>djsolid</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/johnkatsiotis/rsscomments.aspx?PostID=7790564</wfw:commentRss><comments>http://weblogs.asp.net/johnkatsiotis/archive/2011/05/14/petapoco-and-spatial-data-types.aspx#comments</comments><description>&lt;blockquote&gt;   &lt;p&gt;&lt;a href="http://www.toptensoftware.com/petapoco/" target="_blank"&gt;PetaPoco&lt;/a&gt; is a micro-ORM for .NET and Mono. If you haven’t see it yet I suggest you to check it out. Alternatives to PetaPoco are &lt;a href="http://blog.wekeroad.com/helpy-stuff/and-i-shall-call-it-massive" target="_blank"&gt;Massive&lt;/a&gt; and &lt;a href="http://code.google.com/p/dapper-dot-net" target="_blank"&gt;Dapper&lt;/a&gt;. (If you know more projects let me know).&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;After this brief introduction let me begin by explaining the problem. I need it to build a simple web app with a fairly simple data model that was using Spatial Data. The app would use SQL Server 2008.&lt;/p&gt;  &lt;p&gt;Let’s consider a table with a bunch of columns and one of them is a &lt;strong&gt;geometry&lt;/strong&gt; column. [&lt;a href="http://john.katsiotis.com/blog/petapoco-and-spatial-data-types"&gt;read more…&lt;/a&gt;]&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7790564" width="1" height="1"&gt;</description></item><item><title>RazorJS - Write Razor inside your Javascript files</title><link>http://weblogs.asp.net/johnkatsiotis/archive/2011/04/20/razorjs-write-razor-inside-your-javascript-files.aspx</link><pubDate>Tue, 19 Apr 2011 21:20:32 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7765033</guid><dc:creator>djsolid</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/johnkatsiotis/rsscomments.aspx?PostID=7765033</wfw:commentRss><comments>http://weblogs.asp.net/johnkatsiotis/archive/2011/04/20/razorjs-write-razor-inside-your-javascript-files.aspx#comments</comments><description>&lt;p&gt;Many times I have a Javascript file that contains a link and in order to be more generic I would prefer writing something like ~/image.png rather than /image.png or /myapp/image.png.&lt;/p&gt;  &lt;p&gt;Also when one of my Views in an MVC project interacts with 3rd party components and services (like Google Maps, UserVoice etc.) contains a lot of Javascript code along with html/server-side code. [&lt;a href="http://john.katsiotis.com/blog/razorjs---write-razor-inside-your-javascript-files"&gt;read more…&lt;/a&gt;]&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7765033" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/johnkatsiotis/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/johnkatsiotis/archive/tags/Razor/default.aspx">Razor</category></item><item><title>Why I Still L.O.V.E. ASP.NET WebForms</title><link>http://weblogs.asp.net/johnkatsiotis/archive/2011/03/30/why-i-still-l-o-v-e-asp-net-webforms.aspx</link><pubDate>Wed, 30 Mar 2011 10:17:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7738719</guid><dc:creator>djsolid</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/johnkatsiotis/rsscomments.aspx?PostID=7738719</wfw:commentRss><comments>http://weblogs.asp.net/johnkatsiotis/archive/2011/03/30/why-i-still-l-o-v-e-asp-net-webforms.aspx#comments</comments><description>&lt;h1&gt;Objectives&lt;/h1&gt;  &lt;ul&gt;   &lt;li&gt;Build Contact Page (a page that interacts with a data-storage)&lt;/li&gt;    &lt;li&gt;Build a Contact List Page (a page with a gird) &lt;/li&gt;    &lt;li&gt;Do it using ASP.NET WebForms &lt;/li&gt;    &lt;li&gt;Create Unit Tests &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;We will use the MVP pattern and the open-source project &lt;a href="http://webformsmvp.com/" target="_blank" mce_href="http://webformsmvp.com/"&gt;WebFormsMVP&lt;/a&gt; to accomplish&amp;nbsp; that! [&lt;a href="http://john.katsiotis.com/blog/why-i-still-l.o.v.e.-asp.net-webforms" mce_href="http://john.katsiotis.com/blog/why-i-still-l.o.v.e.-asp.net-webforms"&gt;read more&lt;/a&gt;…]&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7738719" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/johnkatsiotis/archive/tags/ASP.NET/default.aspx">ASP.NET</category></item><item><title>Where is the bug? - C#</title><link>http://weblogs.asp.net/johnkatsiotis/archive/2011/03/22/where-is-the-bug-c.aspx</link><pubDate>Tue, 22 Mar 2011 12:44:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7729535</guid><dc:creator>djsolid</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/johnkatsiotis/rsscomments.aspx?PostID=7729535</wfw:commentRss><comments>http://weblogs.asp.net/johnkatsiotis/archive/2011/03/22/where-is-the-bug-c.aspx#comments</comments><description>&lt;p&gt;&amp;nbsp;Below are a few lines of code written in C#. Is the code bug-free? What will this print in the console? Can you do it without VS? [&lt;a href="http://john.katsiotis.com/blog/where-is-the-bug-c-sharp" mce_href="http://john.katsiotis.com/blog/where-is-the-bug-c-sharp"&gt;read more...&lt;/a&gt;]&lt;br&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7729535" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/johnkatsiotis/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/johnkatsiotis/archive/tags/C_2300_/default.aspx">C#</category></item><item><title>ASP.NET MVC - Passing a Flag Enum to an Action as Parameter</title><link>http://weblogs.asp.net/johnkatsiotis/archive/2011/03/15/asp-net-mvc-passing-a-flag-enum-to-an-action-as-parameter.aspx</link><pubDate>Tue, 15 Mar 2011 18:53:54 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7724367</guid><dc:creator>djsolid</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/johnkatsiotis/rsscomments.aspx?PostID=7724367</wfw:commentRss><comments>http://weblogs.asp.net/johnkatsiotis/archive/2011/03/15/asp-net-mvc-passing-a-flag-enum-to-an-action-as-parameter.aspx#comments</comments><description>&lt;p&gt;A flag Enum is an Enumeration that can hold multiple values per instance An example of such Enum is: [&lt;a href="http://john.katsiotis.com/blog/asp.net-mvc---passing-a-flag-enum-to-an-action-as-parameter"&gt;read more&lt;/a&gt;…]&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7724367" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/johnkatsiotis/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/johnkatsiotis/archive/tags/ASP.NET+MVC/default.aspx">ASP.NET MVC</category></item><item><title>ASP.NET MVC 3 - A RadioButtonList for Enum Properties</title><link>http://weblogs.asp.net/johnkatsiotis/archive/2011/03/11/asp-net-mvc-3-a-radiobuttonlist-for-enum-properties.aspx</link><pubDate>Thu, 10 Mar 2011 23:52:13 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7720018</guid><dc:creator>djsolid</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/johnkatsiotis/rsscomments.aspx?PostID=7720018</wfw:commentRss><comments>http://weblogs.asp.net/johnkatsiotis/archive/2011/03/11/asp-net-mvc-3-a-radiobuttonlist-for-enum-properties.aspx#comments</comments><description>&lt;p&gt;ASP.NET MVC3 doesn’t have a built-in RadioButtonList helper and there are times that I want to display an Enum property. I can always do that using a [&lt;a href="http://john.katsiotis.com/blog/asp.net-mvc-3---a-radiobuttonlist-for-enum-properties"&gt;read more&lt;/a&gt;…]&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7720018" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/johnkatsiotis/archive/tags/Web+Development/default.aspx">Web Development</category><category domain="http://weblogs.asp.net/johnkatsiotis/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/johnkatsiotis/archive/tags/ASP.NET+MVC/default.aspx">ASP.NET MVC</category></item><item><title>Detect if Firebug is enabled and deny access</title><link>http://weblogs.asp.net/johnkatsiotis/archive/2011/03/10/detect-if-firebug-is-enabled-and-deny-access.aspx</link><pubDate>Wed, 09 Mar 2011 22:50:11 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7718928</guid><dc:creator>djsolid</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/johnkatsiotis/rsscomments.aspx?PostID=7718928</wfw:commentRss><comments>http://weblogs.asp.net/johnkatsiotis/archive/2011/03/10/detect-if-firebug-is-enabled-and-deny-access.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://getfirebug.com/" target="_blank"&gt;Firebug&lt;/a&gt; is an essential tool for every web developer. It allows to do many things such as script debugging, DOM manipulation etc. What happens though when it get’s to the hand of an experienced attacker? Then it could [&lt;a href="http://john.katsiotis.com/blog/detect-if-firebug-is-enabled-and-deny-access"&gt;read more&lt;/a&gt;…]&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7718928" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/johnkatsiotis/archive/tags/Web+Development/default.aspx">Web Development</category><category domain="http://weblogs.asp.net/johnkatsiotis/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/johnkatsiotis/archive/tags/Firebug/default.aspx">Firebug</category></item><item><title>Hope Driven Development - Are you doing it?</title><link>http://weblogs.asp.net/johnkatsiotis/archive/2011/03/08/hope-driven-development-are-you-doing-it.aspx</link><pubDate>Tue, 08 Mar 2011 10:00:20 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7717785</guid><dc:creator>djsolid</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/johnkatsiotis/rsscomments.aspx?PostID=7717785</wfw:commentRss><comments>http://weblogs.asp.net/johnkatsiotis/archive/2011/03/08/hope-driven-development-are-you-doing-it.aspx#comments</comments><description>&lt;p&gt;HDD (and it don’t mean Hard Disk Drive ☺) is intuitively a bad approach on Software Development. If someone tells you that many times is doing Hope Driven Development, only by name you might say “Oh that’s [&lt;a href="http://john.katsiotis.com/blog/hope-driven-development---are-you-doing-it"&gt;read more&lt;/a&gt;…]&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7717785" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/johnkatsiotis/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/johnkatsiotis/archive/tags/Development/default.aspx">Development</category></item><item><title>JavaScript is disabled - Should I Care?</title><link>http://weblogs.asp.net/johnkatsiotis/archive/2011/03/05/javascript-is-not-enable-should-i-care.aspx</link><pubDate>Sat, 05 Mar 2011 09:36:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7716293</guid><dc:creator>djsolid</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/johnkatsiotis/rsscomments.aspx?PostID=7716293</wfw:commentRss><comments>http://weblogs.asp.net/johnkatsiotis/archive/2011/03/05/javascript-is-not-enable-should-i-care.aspx#comments</comments><description>&lt;p&gt;Many times a Web Developer faces the question “This won’t work if JavaScript is disabled. Should I change it?” If it’s something simple like a &lt;a href="http://john.katsiotis.com/blog/javascript-is-not-enable---should-i-care" mce_href="http://john.katsiotis.com/blog/javascript-is-not-enable---should-i-care"&gt;read more…&lt;/a&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7716293" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/johnkatsiotis/archive/tags/Web+Development/default.aspx">Web Development</category><category domain="http://weblogs.asp.net/johnkatsiotis/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/johnkatsiotis/archive/tags/Javascript/default.aspx">Javascript</category></item><item><title>ASP.NET MVC SubmitLink with jQuery - Using an a tag as a submit button</title><link>http://weblogs.asp.net/johnkatsiotis/archive/2011/03/03/asp-net-mvc-submitlink-with-jquery-using-an-a-tag-as-a-submit-button.aspx</link><pubDate>Thu, 03 Mar 2011 16:07:12 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7715310</guid><dc:creator>djsolid</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/johnkatsiotis/rsscomments.aspx?PostID=7715310</wfw:commentRss><comments>http://weblogs.asp.net/johnkatsiotis/archive/2011/03/03/asp-net-mvc-submitlink-with-jquery-using-an-a-tag-as-a-submit-button.aspx#comments</comments><description>&lt;p&gt;The easiest way to submit a form is to use the &lt;strong&gt;input&lt;/strong&gt; tag with the &lt;strong&gt;submit&lt;/strong&gt; type [&lt;a href="http://john.katsiotis.com/blog/asp.net-mvc-submitlink-with-jquery---using-an-a-tag-as-a-submit-button"&gt;read more…&lt;/a&gt;]&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7715310" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/johnkatsiotis/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/johnkatsiotis/archive/tags/Javascript/default.aspx">Javascript</category><category domain="http://weblogs.asp.net/johnkatsiotis/archive/tags/ASP.NET+MVC/default.aspx">ASP.NET MVC</category></item><item><title>Visual Studio - A Common Replace Scenario</title><link>http://weblogs.asp.net/johnkatsiotis/archive/2011/03/02/visual-studio-a-common-replace-scenario.aspx</link><pubDate>Wed, 02 Mar 2011 12:39:46 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7714886</guid><dc:creator>djsolid</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/johnkatsiotis/rsscomments.aspx?PostID=7714886</wfw:commentRss><comments>http://weblogs.asp.net/johnkatsiotis/archive/2011/03/02/visual-studio-a-common-replace-scenario.aspx#comments</comments><description>&lt;p&gt;Visual Studio has a build in Replace function that uses Regular Expressions. Let’s consider the following scenario:&lt;/p&gt;  &lt;p&gt;Although it’s not “good” code many times a developer has to write the following code [&lt;a href="http://john.katsiotis.com/blog/visual-studio---a-common-replace-scenario"&gt;read more…&lt;/a&gt;]&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7714886" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/johnkatsiotis/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/johnkatsiotis/archive/tags/Tips+n+tricks/default.aspx">Tips n tricks</category><category domain="http://weblogs.asp.net/johnkatsiotis/archive/tags/Visual+Studio/default.aspx">Visual Studio</category></item><item><title>Creating classes in Javascript - Prototype method</title><link>http://weblogs.asp.net/johnkatsiotis/archive/2011/03/01/creating-classes-in-javascript-prototype-method.aspx</link><pubDate>Tue, 01 Mar 2011 09:51:41 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7714351</guid><dc:creator>djsolid</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/johnkatsiotis/rsscomments.aspx?PostID=7714351</wfw:commentRss><comments>http://weblogs.asp.net/johnkatsiotis/archive/2011/03/01/creating-classes-in-javascript-prototype-method.aspx#comments</comments><description>&lt;p&gt;Javascript is weeeell a script-based language. But over the years it has evolved a lot! So can we develop in an Object Oriented Way using javascript? [&lt;a href="http://john.katsiotis.com/blog/creating-classes-in-javascript---prototype-method"&gt;read more…&lt;/a&gt;]&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7714351" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/johnkatsiotis/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/johnkatsiotis/archive/tags/Javascript/default.aspx">Javascript</category></item><item><title>A simple SQL quiz</title><link>http://weblogs.asp.net/johnkatsiotis/archive/2011/02/28/a-simple-sql-quiz.aspx</link><pubDate>Mon, 28 Feb 2011 20:50:22 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7714105</guid><dc:creator>djsolid</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/johnkatsiotis/rsscomments.aspx?PostID=7714105</wfw:commentRss><comments>http://weblogs.asp.net/johnkatsiotis/archive/2011/02/28/a-simple-sql-quiz.aspx#comments</comments><description>&lt;p&gt;Today at work a colleague came up with a really interesting question. Let’s consider this [&lt;a href="http://john.katsiotis.com/blog/a-simple-sql-quiz"&gt;read more…&lt;/a&gt;] &lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7714105" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/johnkatsiotis/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/johnkatsiotis/archive/tags/SQL/default.aspx">SQL</category><category domain="http://weblogs.asp.net/johnkatsiotis/archive/tags/Quiz/default.aspx">Quiz</category></item></channel></rss>
