<?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>Josh Schwartzberg on Enterprise Development</title><link>http://weblogs.asp.net/dotjosh/default.aspx</link><description>Standing on the shoulders of the CLR</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Hiring! Tampa Bay Developer</title><link>http://weblogs.asp.net/dotjosh/archive/2008/03/31/hiring-tampa-bay-developer.aspx</link><pubDate>Mon, 31 Mar 2008 19:24:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6053079</guid><dc:creator>dotjosh</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/dotjosh/rsscomments.aspx?PostID=6053079</wfw:commentRss><comments>http://weblogs.asp.net/dotjosh/archive/2008/03/31/hiring-tampa-bay-developer.aspx#comments</comments><description>&lt;p style="font-weight: bold;"&gt;Are you a highly motivated .NET &lt;span style="text-decoration: line-through;"&gt;code monkey&lt;/span&gt; developer in the Tampa Bay area with a passion for software and the ability to learn quickly?&lt;/p&gt;
&lt;p style="font-weight: bold;"&gt;&amp;nbsp;&lt;a href="http://weblogs.asp.net/blogs/dotjosh/ThinkingMonkey.jpg"&gt;&lt;img src="http://weblogs.asp.net/blogs/dotjosh/ThinkingMonkey.jpg" border="0"&gt;&lt;/a&gt;&lt;a href="http://weblogs.asp.net/blogs/dotjosh/ThinkingMonkey.jpg"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;if(not){return;} &lt;br&gt;&lt;/p&gt;&lt;p&gt;Come join our top-notch team of developers who utilize the latest technologies (JQuery, NHibernate, CruiseControl, Nant, Resharper, etc.) to build the essential tools for the nation's largest and fastest-growing audiovisual firm.&lt;/p&gt;&lt;br&gt;&lt;p style="margin: 0in 0in 0pt; font-weight: bold;"&gt;The ideal candidate will have:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Minimum 2 years experience developing applications.&lt;/li&gt;
&lt;li&gt;Minimum 1 year experience with C# in ASP.NET and/or Windows Forms.&lt;/li&gt;
&lt;li&gt;Strong experience with MS SQL Server.&lt;/li&gt;
&lt;li&gt;Solid skills and knowledge of HTML/DHTML, JavaScript and XML.&lt;/li&gt;
&lt;li&gt;Excellent written and verbal communication skills.&lt;/li&gt;
&lt;li&gt;Ability to learn quickly, as well as think and work independently.&lt;/li&gt;
&lt;li&gt;Passion for learning new technology and implementation techniques &lt;/li&gt;&lt;/ul&gt;&lt;a href="http://jobsearch.aviinc.careers.monster.com/getjob.asp?JobID=68925538&amp;amp;AVSDM=2008%2D02%2D22+21%3A37%3A33&amp;amp;Logo=0&amp;amp;col=dlt&amp;amp;sort=rv&amp;amp;vw=b&amp;amp;lid=390" title="All your code are belong to us" target="_blank" mce_href="http://jobsearch.aviinc.careers.monster.com/getjob.asp?JobID=68925538&amp;amp;AVSDM=2008%2D02%2D22+21%3A37%3A33&amp;amp;Logo=0&amp;amp;col=dlt&amp;amp;sort=rv&amp;amp;vw=b&amp;amp;lid=390"&gt;Apply now and come play with us&lt;/a&gt;&lt;br&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6053079" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/dotjosh/archive/tags/.NET+Jobs/default.aspx">.NET Jobs</category></item><item><title>NHibernate querying without mapping inverse relationships</title><link>http://weblogs.asp.net/dotjosh/archive/2008/02/28/nhibernate-querying-without-inverse-relationships.aspx</link><pubDate>Thu, 28 Feb 2008 16:00:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5878291</guid><dc:creator>dotjosh</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/dotjosh/rsscomments.aspx?PostID=5878291</wfw:commentRss><comments>http://weblogs.asp.net/dotjosh/archive/2008/02/28/nhibernate-querying-without-inverse-relationships.aspx#comments</comments><description>&lt;p mce_keep="true"&gt;In my neverending quest to keep my domain minimal, I ran into a query that I wanted to perform with NHibernate that seems to be impossible without adding an additional property and&amp;nbsp;hbm mapping definition.&lt;/p&gt;
&lt;p mce_keep="true"&gt;Note: I still consider myself rather new to NHibernate, so this might have an obvious answer.&lt;/p&gt;
&lt;p mce_keep="true"&gt;Let's say I have following two classes:&lt;br&gt;&lt;font color="#0000ff" size="1"&gt;public&lt;/font&gt;&lt;font size="1"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="1"&gt;class&lt;/font&gt;&lt;font size="1"&gt; &lt;/font&gt;&lt;font color="#2b91af" size="1"&gt;School : EntityBase&lt;br&gt;&lt;/font&gt;&lt;font size="1"&gt;{&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;font color="#0000ff"&gt;public&lt;/font&gt;&lt;font size="1"&gt;&amp;nbsp;&lt;/font&gt;&lt;font color="#2b91af" size="1"&gt;string&lt;/font&gt;&lt;font size="1"&gt; Name { get; set; }&lt;br&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;font color="#0000ff" size="1"&gt;public&lt;/font&gt;&lt;font size="1"&gt; &lt;/font&gt;&lt;font color="#2b91af" size="1"&gt;IList&lt;/font&gt;&lt;font size="1"&gt;&amp;lt;&lt;/font&gt;&lt;font color="#2b91af" size="1"&gt;Student&lt;/font&gt;&lt;font size="1"&gt;&amp;gt; Students { get; set; }&lt;br&gt;&lt;/font&gt;&lt;font size="1"&gt;}&lt;br&gt;&lt;font color="#0000ff" size="1"&gt;&lt;br&gt;public&lt;/font&gt;&lt;font size="1"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="1"&gt;class&lt;/font&gt;&lt;font size="1"&gt; &lt;/font&gt;&lt;font color="#2b91af" size="1"&gt;Student : EntityBase&lt;br&gt;&lt;/font&gt;&lt;font size="1"&gt;{&lt;/font&gt;&lt;/font&gt;&lt;font size="1"&gt;&lt;font size="1"&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;font color="#0000ff" size="1"&gt;public&lt;/font&gt;&lt;font size="1"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="1"&gt;string&lt;/font&gt;&lt;font size="1"&gt; Name { get; set; }&lt;br&gt;}&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p mce_keep="true"&gt;The School.hbm.xml file contains this in the body:&lt;br&gt;&lt;font color="#0000ff" size="1"&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="1"&gt;bag&lt;/font&gt;&lt;font color="#0000ff" size="1"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="1"&gt;name&lt;/font&gt;&lt;font color="#0000ff" size="1"&gt;=&lt;/font&gt;&lt;font size="1"&gt;"&lt;/font&gt;&lt;font color="#0000ff" size="1"&gt;Students&lt;/font&gt;&lt;font size="1"&gt;"&lt;/font&gt;&lt;font color="#0000ff" size="1"&gt;&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="1"&gt;key&lt;/font&gt;&lt;font color="#0000ff" size="1"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="1"&gt;column&lt;/font&gt;&lt;font color="#0000ff" size="1"&gt;=&lt;/font&gt;&lt;font size="1"&gt;"&lt;/font&gt;&lt;font color="#0000ff" size="1"&gt;SchoolId&lt;/font&gt;&lt;font size="1"&gt;"&lt;/font&gt;&lt;font color="#0000ff" size="1"&gt;/&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="1"&gt;one-to-many&lt;/font&gt;&lt;font color="#0000ff" size="1"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="1"&gt;class&lt;/font&gt;&lt;font color="#0000ff" size="1"&gt;=&lt;/font&gt;&lt;font size="1"&gt;"&lt;/font&gt;&lt;font color="#0000ff" size="1"&gt;Student&lt;/font&gt;&lt;font size="1"&gt;"&lt;/font&gt;&lt;font color="#0000ff" size="1"&gt;/&amp;gt;&lt;br&gt;&amp;lt;/&lt;/font&gt;&lt;font color="#a31515" size="1"&gt;bag&lt;/font&gt;&lt;font color="#0000ff" size="1"&gt;&amp;gt;&lt;/font&gt;&lt;/p&gt;
&lt;p mce_keep="true"&gt;&lt;font size="1"&gt;&lt;font size="2"&gt;The database representation of the above looks something like this:&lt;br&gt;&lt;img src="http://liquidoptical.com/joshblog/content/DDLScreenie_2-28-2008.png" title="Db representation" style="width: 549px; height: 100px;" alt="Db representation" mce_src="http://liquidoptical.com/joshblog/content/DDLScreenie_2-28-2008.png" height="100" width="549"&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p mce_keep="true"&gt;Without making any changes to my classes/mappings,&amp;nbsp;I can perform&amp;nbsp;this&amp;nbsp;&lt;b&gt;SQL &lt;/b&gt;query&amp;nbsp;to retrieve all Students who's name contains 'Powers' that belong to a school who's&amp;nbsp;name contains 'Middle':&lt;br&gt;&lt;font color="#0000ff" size="2"&gt;SELECT&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#808080" size="2"&gt;*&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;FROM&lt;/font&gt;&lt;font size="2"&gt; Students&lt;br&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;WHERE&lt;/font&gt;&lt;font size="2"&gt; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Students&lt;/font&gt;&lt;font color="#808080" size="2"&gt;.&lt;/font&gt;&lt;font size="2"&gt;Name &lt;/font&gt;&lt;font color="#808080" size="2"&gt;LIKE&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;'%Powers%'&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;font color="#808080" size="2"&gt;AND&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;font size="2"&gt;Students&lt;/font&gt;&lt;font color="#808080" size="2"&gt;.&lt;/font&gt;&lt;font size="2"&gt;SchoolId &lt;/font&gt;&lt;font color="#808080" size="2"&gt;IN&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#808080" size="2"&gt;(&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;SELECT&lt;/font&gt;&lt;font size="2"&gt; School&lt;/font&gt;&lt;font color="#808080" size="2"&gt;.&lt;/font&gt;&lt;font size="2"&gt;Id &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;FROM&lt;/font&gt;&lt;font size="2"&gt; Schools &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;WHERE&lt;/font&gt;&lt;font size="2"&gt; Schools&lt;/font&gt;&lt;font color="#808080" size="2"&gt;.&lt;/font&gt;&lt;font size="2"&gt;Name &lt;/font&gt;&lt;font color="#808080" size="2"&gt;LIKE&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;'%Middle%'&lt;/font&gt;&lt;font color="#808080" size="2"&gt;)&lt;/font&gt;&lt;/p&gt;
&lt;p mce_keep="true"&gt;&lt;font size="2"&gt;So - Here is the question, how can I do this in an &lt;b&gt;HQL &lt;/b&gt;query without making any changes to my domain (which would be specifically&amp;nbsp;adding a School property to the Student class and defining the relationship in the Student.hbm.xml file)?&lt;/font&gt;&lt;font color="#808080" size="2"&gt;&lt;/font&gt;&lt;/p&gt;&lt;font size="1"&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="1"&gt;&lt;/font&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5878291" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/dotjosh/archive/tags/NHibernate/default.aspx">NHibernate</category><category domain="http://weblogs.asp.net/dotjosh/archive/tags/.NET/default.aspx">.NET</category></item><item><title>Inheriting code (that smells)</title><link>http://weblogs.asp.net/dotjosh/archive/2007/12/14/inheriting-code-that-smells.aspx</link><pubDate>Fri, 14 Dec 2007 19:23:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5455560</guid><dc:creator>dotjosh</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/dotjosh/rsscomments.aspx?PostID=5455560</wfw:commentRss><comments>http://weblogs.asp.net/dotjosh/archive/2007/12/14/inheriting-code-that-smells.aspx#comments</comments><description>&lt;span style="font-weight: bold;"&gt;Josh&lt;/span&gt;: I am excited to be furthering the development of your tremendously popular website.&amp;nbsp; How may I gain access to the source control repository?&lt;br&gt;&lt;span style="font-weight: bold;"&gt;Customer&lt;/span&gt;: Give me a second... *You've got mail! - &lt;b&gt;sourcecode.zip&lt;/b&gt;*&lt;p&gt;Wow, this isn't my ideal way of getting my hands dirty in a project.&amp;nbsp; But, this will be easy to fix.&lt;br&gt;&lt;/p&gt;&lt;p&gt;Opening this .NET 1.1 ASP.NET app, I find three projects and no solution file.&amp;nbsp; Confused, I open the projects individually and realize there is a huge circular reference issue that was circumvented by compiling the projects seperately and then referencing their output assemblies. Yuck. There are also heaps of bugs in the code causing all sorts of unneeded memory usage that's causing the application to freeze and recycle several times a day.&amp;nbsp; Finally, I'm told that all of the latest features created for the site have been causing problems everywhere else.&amp;nbsp; I think it's time for a change.&lt;br&gt;&lt;br&gt;After several weeks of &lt;a href="http://www.mbunit.com/" target="_blank" mce_href="http://www.mbunit.com/"&gt;unit tests&lt;/a&gt;, &lt;a href="http://www.jetbrains.com/resharper/" target="_blank" mce_href="http://www.jetbrains.com/resharper/"&gt;refactoring&lt;/a&gt;, &lt;a href="http://subversion.tigris.org/" target="_blank" mce_href="http://subversion.tigris.org/"&gt;SVN&lt;/a&gt;, and &lt;a href="http://confluence.public.thoughtworks.org/display/CCNET/Welcome+to+CruiseControl.NET" target="_blank" mce_href="http://confluence.public.thoughtworks.org/display/CCNET/Welcome+to+CruiseControl.NET"&gt;CC.NET&lt;/a&gt; configuration. &lt;/p&gt;&lt;ul&gt;&lt;li&gt;The site no longer crashes.&lt;br&gt;&lt;/li&gt;&lt;li&gt;Features can be implemented faster and more effectively.&lt;/li&gt;&lt;li&gt;Source control provides a source history with much safer storage.&lt;/li&gt;&lt;li&gt;A new version of the site can be deployed with the click of a button.&lt;br&gt;&lt;/li&gt;&lt;/ul&gt;&amp;nbsp;There is still a lot of work to be done.&amp;nbsp; But, I think this goes to show the power and reason for being agile.&amp;nbsp;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5455560" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/dotjosh/archive/tags/Legacy/default.aspx">Legacy</category><category domain="http://weblogs.asp.net/dotjosh/archive/tags/ASP.NET/default.aspx">ASP.NET</category></item><item><title>Windows Live and Windows Media Center are becoming friends.</title><link>http://weblogs.asp.net/dotjosh/archive/2006/01/26/436531.aspx</link><pubDate>Thu, 26 Jan 2006 16:26:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:436531</guid><dc:creator>dotjosh</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/dotjosh/rsscomments.aspx?PostID=436531</wfw:commentRss><comments>http://weblogs.asp.net/dotjosh/archive/2006/01/26/436531.aspx#comments</comments><description>It appears that the new Windows Live services portal that Microsoft has been pushing has finally caught my eye.&amp;nbsp; A new service that will allow me to communicate with Windows Media Center over the Internet. The interactions allow users to remotely record television shows, find programming information, and discover viewing preferences from buddies in their MSN Messenger social network.&lt;br /&gt;&lt;br /&gt;Now they aren't saying yet if this service will allow for remote viewing, but lets hope we hear more about that soon. Kris Barton at Microsoft provided &lt;a href="http://www.liquidoptical.com/livemediacenter.jpg"&gt;this screenshot &lt;/a&gt;of this sexy service in action.&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=436531" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/dotjosh/archive/tags/Tech/default.aspx">Tech</category></item><item><title>Web Authoring Statistics from Google</title><link>http://weblogs.asp.net/dotjosh/archive/2006/01/25/436468.aspx</link><pubDate>Wed, 25 Jan 2006 21:20:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:436468</guid><dc:creator>dotjosh</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/dotjosh/rsscomments.aspx?PostID=436468</wfw:commentRss><comments>http://weblogs.asp.net/dotjosh/archive/2006/01/25/436468.aspx#comments</comments><description>Google has &lt;a href="http://code.google.com/webstats/index.html"&gt;posted&lt;/a&gt; a very interesting analysis of the code/authoring techniques of over one billion documents &lt;a href="http://code.google.com/webstats/index.html"&gt;here&lt;/a&gt;.&amp;nbsp; &lt;br /&gt;It seems much of the data they collected was pretty obvious (ex: the abundance of&amp;nbsp; the "a" and "img" element).&amp;nbsp;&amp;nbsp; But, it's still an interesting read.&lt;br /&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=436468" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/dotjosh/archive/tags/Tech/default.aspx">Tech</category></item><item><title>New Vista Website</title><link>http://weblogs.asp.net/dotjosh/archive/2005/09/15/425320.aspx</link><pubDate>Thu, 15 Sep 2005 17:12:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:425320</guid><dc:creator>dotjosh</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/dotjosh/rsscomments.aspx?PostID=425320</wfw:commentRss><comments>http://weblogs.asp.net/dotjosh/archive/2005/09/15/425320.aspx#comments</comments><description>I'm liking the new vista website design.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.microsoft.com/windowsvista/default.mspx"&gt;http://www.microsoft.com/windowsvista/default.mspx&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=425320" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/dotjosh/archive/tags/Tech/default.aspx">Tech</category></item><item><title>iPod Nano Picture</title><link>http://weblogs.asp.net/dotjosh/archive/2005/09/08/424687.aspx</link><pubDate>Thu, 08 Sep 2005 19:00:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:424687</guid><dc:creator>dotjosh</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/dotjosh/rsscomments.aspx?PostID=424687</wfw:commentRss><comments>http://weblogs.asp.net/dotjosh/archive/2005/09/08/424687.aspx#comments</comments><description>Wow this thing really is small.&amp;nbsp; But, where is the headphone jack?&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.laist.com/attachments/la_kevin/iPodPica2.jpg" /&gt; &lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=424687" width="1" height="1"&gt;</description></item><item><title>10 Free PC Games for download</title><link>http://weblogs.asp.net/dotjosh/archive/2005/08/24/423597.aspx</link><pubDate>Wed, 24 Aug 2005 17:24:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:423597</guid><dc:creator>dotjosh</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/dotjosh/rsscomments.aspx?PostID=423597</wfw:commentRss><comments>http://weblogs.asp.net/dotjosh/archive/2005/08/24/423597.aspx#comments</comments><description>&lt;a href="http://reviews.cnet.com/4520-6464_7-6300449-1.html?tag=cnetfd.sd"&gt;CNet&lt;/a&gt; has a list of 10 PC Games available for free download.&lt;br /&gt; &lt;ul&gt; &lt;li&gt;America's Army: Special Forces&lt;/li&gt;&lt;li&gt;Battlecruiser 3000 A.D.&lt;/li&gt;&lt;li&gt;Grand Theft Auto &amp;amp; Grand Theft Auto 2&lt;/li&gt;&lt;li&gt;Hidden &amp;amp; Dangerous Deluxe&lt;/li&gt;&lt;li&gt;The Marathon Trilogy&lt;/li&gt;&lt;li&gt;Return to Castle Wolfenstein: Enemy Territory&lt;/li&gt;&lt;li&gt;Starsiege: Tribes&lt;/li&gt;&lt;li&gt;Wild Metal Country&lt;/li&gt;&lt;li&gt;The Zork Trilogy&lt;/li&gt; &lt;/ul&gt; &lt;br /&gt; &lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=423597" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/dotjosh/archive/tags/Everything+Else/default.aspx">Everything Else</category></item><item><title>How to change the color of the BSOD</title><link>http://weblogs.asp.net/dotjosh/archive/2005/08/10/422166.aspx</link><pubDate>Wed, 10 Aug 2005 18:49:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:422166</guid><dc:creator>dotjosh</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/dotjosh/rsscomments.aspx?PostID=422166</wfw:commentRss><comments>http://weblogs.asp.net/dotjosh/archive/2005/08/10/422166.aspx#comments</comments><description>&lt;a href="http://www.everything2.com/index.pl?node_id=653343"&gt;How to change the color of the BSOD&lt;/a&gt;&lt;br /&gt; &lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=422166" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/dotjosh/archive/tags/Everything+Else/default.aspx">Everything Else</category></item><item><title>Insane Ukulele skills...</title><link>http://weblogs.asp.net/dotjosh/archive/2005/08/07/421816.aspx</link><pubDate>Sun, 07 Aug 2005 17:06:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:421816</guid><dc:creator>dotjosh</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/dotjosh/rsscomments.aspx?PostID=421816</wfw:commentRss><comments>http://weblogs.asp.net/dotjosh/archive/2005/08/07/421816.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://www.ukuleledisco.com/jakeconcert"&gt;http://www.ukuleledisco.com/jakeconcert&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Here's another one: &lt;a href="http://movies.collegehumor.com/items/2005/06/collegehumor.159572.mov"&gt;http://movies.collegehumor.com/items/2005/06/collegehumor.159572.mov&lt;/a&gt;&lt;/p&gt; &lt;p&gt;I've never heard&amp;nbsp;anyone play a ukulele like this... his name is Jake Shimabukuro &lt;a href="jakeshimabukuro.com"&gt;jakeshimabukuro.com&lt;/a&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=421816" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/dotjosh/archive/tags/Everything+Else/default.aspx">Everything Else</category></item><item><title>Live 8 Performances</title><link>http://weblogs.asp.net/dotjosh/archive/2005/07/14/419431.aspx</link><pubDate>Thu, 14 Jul 2005 18:26:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:419431</guid><dc:creator>dotjosh</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/dotjosh/rsscomments.aspx?PostID=419431</wfw:commentRss><comments>http://weblogs.asp.net/dotjosh/archive/2005/07/14/419431.aspx#comments</comments><description>&lt;a href="http://www.sonician.com/live8/list.html"&gt;Here's a link to every Live 8 performance&lt;/a&gt; (Good quality too)&lt;br /&gt; &lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=419431" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/dotjosh/archive/tags/Everything+Else/default.aspx">Everything Else</category></item><item><title>Free GMail - First come first serve</title><link>http://weblogs.asp.net/dotjosh/archive/2004/07/02/171987.aspx</link><pubDate>Fri, 02 Jul 2004 18:01:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:171987</guid><dc:creator>dotjosh</dc:creator><slash:comments>10</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/dotjosh/rsscomments.aspx?PostID=171987</wfw:commentRss><comments>http://weblogs.asp.net/dotjosh/archive/2004/07/02/171987.aspx#comments</comments><description>&lt;p&gt;I've got 5 invites left&amp;nbsp;on my&amp;nbsp;&lt;a href="http://gmail.google.com"&gt;GMail&lt;/a&gt; account.&amp;nbsp; The first 5 people to send me a request message&amp;nbsp;(please include your email address) will get one.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;**UPDATE! I'm all out of Gmail Invites now sorry!&amp;nbsp; When I get more invites, I'll make them available again!**&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=171987" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/dotjosh/archive/tags/Everything+Else/default.aspx">Everything Else</category></item><item><title>Perspective Sidewalk Art</title><link>http://weblogs.asp.net/dotjosh/archive/2004/01/21/61176.aspx</link><pubDate>Wed, 21 Jan 2004 17:10:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:61176</guid><dc:creator>dotjosh</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/dotjosh/rsscomments.aspx?PostID=61176</wfw:commentRss><comments>http://weblogs.asp.net/dotjosh/archive/2004/01/21/61176.aspx#comments</comments><description>&lt;P&gt;Here's some pretty nicely done &lt;A href="http://www.mooie-meiden.com/wtfpeople/temp/chalk.htm"&gt;&lt;FONT color=#0000ff&gt;Perspective Sidewalk Art&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=61176" width="1" height="1"&gt;</description></item><item><title>Removing HTML Auto-ID-Population in Visual Studio .NET (2003)</title><link>http://weblogs.asp.net/dotjosh/archive/2004/01/06/48011.aspx</link><pubDate>Tue, 06 Jan 2004 19:01:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:48011</guid><dc:creator>dotjosh</dc:creator><slash:comments>6</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/dotjosh/rsscomments.aspx?PostID=48011</wfw:commentRss><comments>http://weblogs.asp.net/dotjosh/archive/2004/01/06/48011.aspx#comments</comments><description>&lt;p&gt;I've searched the internet&amp;nbsp;high and low for a solution to this problem.&lt;/p&gt; &lt;p&gt;My current occupation requires me to support the now legacy&amp;nbsp;ASP 3.0 language.&amp;nbsp; Naturally... my IDE of choice/usage is Visual Studio .NET 2003... it really does a great job of almost&amp;nbsp;everything.&amp;nbsp; &lt;strong&gt;The only major complaint I have is the auto-ID-population of many HTML&amp;nbsp;elements (such as INPUT) when you do a copy and paste with&amp;nbsp;these elements&lt;/strong&gt;.&amp;nbsp; I'm sure most of you have seen this&amp;nbsp;major annoyance.&amp;nbsp; I understand that every element SHOULD have a unique identifier, but I'd rather handle that on my own, not have VS.NET creating a text1, text2, text3 for me, when I just have to go back and change it.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;How to reproduce:&lt;/strong&gt;&lt;br /&gt;just copy and paste this&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;input type=text&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; into visual studio.net 2003 on a&amp;nbsp;page recognized by the IDE as an&amp;nbsp;HTML page (You are going to have to use the PASTE AS HTML option)....&amp;nbsp;and watch the auto ID creation begin.&lt;/p&gt; &lt;p&gt;I have seen posts from microsoft rep's saying they there is no way to disable this in the current versions.&amp;nbsp; But with an Visual Studio .NET 2003 API, anything is possible.&lt;/p&gt; &lt;p&gt;So does anyone have a solution, script,&amp;nbsp;crack,&amp;nbsp;or&amp;nbsp;prayer to disable the VS.NET HTML&amp;nbsp;Auto-ID-Population setting?&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=48011" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/dotjosh/archive/tags/Tech/default.aspx">Tech</category></item></channel></rss>