<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;DEIFSXgzeSp7ImA9WhdaFEo.&quot;"><id>tag:blogger.com,1999:blog-8231095761312830779</id><updated>2011-10-24T12:15:18.681-05:00</updated><category term="announcement" /><category term="happy gaming" /><category term="rails" /><category term="googling so you don't have to" /><category term="sqlite" /><category term="outblogger" /><category term="ventrilo" /><category term=".net" /><category term="tdd" /><category term="readable" /><category term="issue" /><category term="plugins" /><category term="mercurial" /><category term="vista" /><category term="tip" /><title>Programming Nightmare</title><subtitle type="html" /><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://programmingnightmare.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://programmingnightmare.blogspot.com/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default?start-index=26&amp;max-results=25&amp;redirect=false&amp;v=2" /><author><name>Paul Bauer</name><uri>http://www.blogger.com/profile/08224229109566969995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="30" height="32" src="http://3.bp.blogspot.com/-hv19HhJ8c80/TfELZpl5YNI/AAAAAAAAACg/UybhvRouRXw/s220/profile.png" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>44</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/ProgrammingNightmare" /><feedburner:info uri="programmingnightmare" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry gd:etag="W/&quot;A0MGQnk9eyp7ImA9WxFbFUg.&quot;"><id>tag:blogger.com,1999:blog-8231095761312830779.post-7129184539826247655</id><published>2010-07-07T21:35:00.006-05:00</published><updated>2010-07-07T22:23:43.763-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-07-07T22:23:43.763-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="tip" /><category scheme="http://www.blogger.com/atom/ns#" term=".net" /><title>WebMatrix PHP Editor</title><content type="html">Yesterday Scott Guthrie &lt;a href="http://weblogs.asp.net/scottgu/archive/2010/07/06/introducing-webmatrix.aspx"&gt;announced &lt;/a&gt;WebMatrix, a new tool from Microsoft which lowers the barriers to entry for creating your own .NET based website. It features all the newest Microsft treats which Guthrie has introduced over the last week: &lt;a href="http://weblogs.asp.net/scottgu/archive/2010/06/28/introducing-iis-express.aspx"&gt;IIS Express&lt;/a&gt;, &lt;a href="http://weblogs.asp.net/scottgu/archive/2010/06/30/new-embedded-database-support-with-asp-net.aspx"&gt;Compact SQL Server&lt;/a&gt;, and &lt;a href="http://weblogs.asp.net/scottgu/archive/2010/07/02/introducing-razor.aspx"&gt;Razor&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Tonight, rather than playing with all these new toys, I was able to setup WebMatrix as an IDE for an existing PHP website I manage. A screenshot (clicky, please):&lt;br /&gt;&lt;br /&gt;&lt;a href="http://4.bp.blogspot.com/_0AU-M4CNeTk/TDU772hl1YI/AAAAAAAAABs/8th3C-J-6Jo/s1600/10pretty.png"&gt;&lt;img style="WIDTH: 400px; HEIGHT: 218px; CURSOR: hand" id="BLOGGER_PHOTO_ID_5491361220082914690" border="0" alt="" src="http://4.bp.blogspot.com/_0AU-M4CNeTk/TDU772hl1YI/AAAAAAAAABs/8th3C-J-6Jo/s400/10pretty.png" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;It's pretty, by far the best looking PHP IDE I've tried. And easy to use; everything about it screams simplicity (which is good and bad: no intellisense, no right-click context menu). Still a huge improvement over my previous editor: Filezilla and TextPad :)&lt;br /&gt;&lt;br /&gt;Two big complaints: the Publish functionality wasn't working well for me (I update to an ftp site, WebMatrix updates *all* files everytime) and my site doesn't render perfectly in the browser (css-related stuff, not sure if it's an IIS Express).&lt;br /&gt;&lt;br /&gt;I did have to go through a bit of pain to get IIS Express to render php pages. Detailed issue below:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Trying to load a .php page, I recieved a HTTP 404.3 error: "The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map."&lt;/li&gt;&lt;li&gt;The handler is not present! I spent quite a bit of time trying to manually update the .config file (I think I was updating the wrong one - %WebMatrixInstall%/config/applicationHost.config?? Anybody know?) before finding &lt;a href="http://www.iis.net/ConfigReference/system.webServer/handlers"&gt;this post &lt;/a&gt;which details how to add a php handler to IIS 7.0 and IIS 7.5 (and IIS Express, which is based on IIS 7.5) via appcmd.exe.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;And how to fix it:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Open a command prompt at your WebMatrix install directory (mine is "C:\Program Files (x86)\Microsoft WebMatrix"&lt;/li&gt;&lt;li&gt;For the following command, replace the scriptProcessor parameter with your proper path to php-cgi.exe and run: " appcmd set config /section:handlers /+"[name='PHP_via_FastCGI',scriptProcessor='C:\Program Files (x86)\PHP\php-cgi.exe',path='*.php',verb='*',modules='FastCgiModule',resourceType='Either']" "&lt;/li&gt;&lt;li&gt;Do the same with this command: " appcmd set config -section:system.web&lt;br /&gt;Server/fastCgi /+"[fullpath='C:\Program Files (x86)\PHP\php-cgi.exe']" /commit:a&lt;br /&gt;pphost "&lt;/li&gt;&lt;li&gt;It works (for me)!&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;All in all, I was very impressed with WebMatrix and IIS Express. I'll be using WebMatrix to manage my PHP site in the future and I hope to play with Razor and SQL Express soon!&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8231095761312830779-7129184539826247655?l=programmingnightmare.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ProgrammingNightmare/~4/Vmoyt_RUHv0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://programmingnightmare.blogspot.com/feeds/7129184539826247655/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://programmingnightmare.blogspot.com/2010/07/webmatrix-php-editor.html#comment-form" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/7129184539826247655?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/7129184539826247655?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ProgrammingNightmare/~3/Vmoyt_RUHv0/webmatrix-php-editor.html" title="WebMatrix PHP Editor" /><author><name>Paul Bauer</name><uri>http://www.blogger.com/profile/08224229109566969995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="30" height="32" src="http://3.bp.blogspot.com/-hv19HhJ8c80/TfELZpl5YNI/AAAAAAAAACg/UybhvRouRXw/s220/profile.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_0AU-M4CNeTk/TDU772hl1YI/AAAAAAAAABs/8th3C-J-6Jo/s72-c/10pretty.png" height="72" width="72" /><thr:total>3</thr:total><feedburner:origLink>http://programmingnightmare.blogspot.com/2010/07/webmatrix-php-editor.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0UHRHw7fyp7ImA9WxFWFEU.&quot;"><id>tag:blogger.com,1999:blog-8231095761312830779.post-9014606875271626631</id><published>2010-06-01T17:24:00.006-05:00</published><updated>2010-06-02T08:27:15.207-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-06-02T08:27:15.207-05:00</app:edited><title>TextPad and XML Tidy</title><content type="html">I've been using &lt;a href="http://www.textpad.com/download/index.html"&gt;TextPad&lt;/a&gt; for general text editing lately. Works quite nicely, no huge complaints (syntax highlighting would be nice, perhaps there's an add-on out there???).&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;There is an Add-On for Text-Pad named XML Tidy that formats XML documents nicely, taking them from ugly one-line documents to properly tabbed hierarchies. Very cool, this feature is a must for Text-Pad users working with XML documents. I ran into some problems during install on Windows 7 and will note the solution here. First, an install guide:&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;1. Download XML Tidy from the Text-Pad &lt;a href="http://www.textpad.com/add-ons/"&gt;Add-On page&lt;/a&gt;&lt;/div&gt;&lt;div&gt;2. Unzip and put the folder in a permanent location (I chose the existing TextPad install folder)&lt;/div&gt;&lt;div&gt;3. In TextPad, install the Add-On by going to Configure-&gt;Preferences and selecting Tools in the tree. Click Add-&gt; Program and select the XML Tidy exe (where you put in in step 2).&lt;/div&gt;&lt;div&gt;4. You will now be able to configure XML Tidy in the same Preferences window. Expand Tools and select XML Tidy. You'll need to change Parameters field to "$Clip $DocWnd" (as per the XML Tidy Readme). Hit OK.&lt;/div&gt;&lt;div&gt;5. You can now run XML Tidy in TextPad by going to Tools-&gt;External Tools -&gt; XML Tidy. Note the Ctrl + (number) shortcut, very handy!&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;At this point you should be excited, as you've installed and configured XML Tidy. Open up your favorite XML document, hit Ctrl + (number) aaaaaand.... Nothing happens. Here lies the issue.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;XML Tidy is throwing an error (it's hidden when running in TextPad). Run XMLTide.exe by itself, you'll get the following error in a dialog box:&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;"The program can't start because MSVBVM50.DLL is missing from your computer. Try reinstalling the program to fix this problem."&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;XML Tidy requires Visual Basic 5 runtime files, which apparently includes certain DLLs no longer packaged with or are deprecated in Windows 7 (Windows Vista, too? I didn't research it thoroughly). Luckily you can still download the required DLL &lt;a href="http://activex.microsoft.com/controls/vb5/MSVBVM50.CAB"&gt;here&lt;/a&gt;. Download and unzip the CAB file (a DLL and an INF file are inside) to the same directory as XMLTidy.exe (the exe will be able to find the DLL if it's located in the same directory).&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;That should be it! Try running the exe again, you should get a different error that says you need to pass text to the program. Go back into TextPad and try running the Add-On again there. I hope it works for you!&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8231095761312830779-9014606875271626631?l=programmingnightmare.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ProgrammingNightmare/~4/VsD78ZH20Zk" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://programmingnightmare.blogspot.com/feeds/9014606875271626631/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://programmingnightmare.blogspot.com/2010/06/textpad-and-xml-tidy.html#comment-form" title="9 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/9014606875271626631?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/9014606875271626631?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ProgrammingNightmare/~3/VsD78ZH20Zk/textpad-and-xml-tidy.html" title="TextPad and XML Tidy" /><author><name>Paul Bauer</name><uri>http://www.blogger.com/profile/08224229109566969995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="30" height="32" src="http://3.bp.blogspot.com/-hv19HhJ8c80/TfELZpl5YNI/AAAAAAAAACg/UybhvRouRXw/s220/profile.png" /></author><thr:total>9</thr:total><feedburner:origLink>http://programmingnightmare.blogspot.com/2010/06/textpad-and-xml-tidy.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ak8FQ3Y4fip7ImA9WxFQEkU.&quot;"><id>tag:blogger.com,1999:blog-8231095761312830779.post-5686057614738557380</id><published>2010-05-07T21:24:00.005-05:00</published><updated>2010-05-07T22:20:12.836-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-05-07T22:20:12.836-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="readable" /><title>Pepsi Promoting Entrepreneurship</title><content type="html">&lt;div&gt;It's great to see entrepreneurship promoted anywhere: schools, businesses, a beverage company's latest philanthropy...&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Check out &lt;a href="http://www.refresheverything.com/"&gt;Pepsi's Refresh Project&lt;/a&gt;, a philanthropic project whose basic premise hinges on the American Entrepreneurial Spirit(tm). Here's the &lt;a href="http://www.refresheverything.com/how-it-works"&gt;gist&lt;/a&gt;:&lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;Every month, Pepsi gives away $1.3 million to 32 philanthropic ideas&lt;/li&gt;&lt;li&gt;Anyone can submit an idea&lt;/li&gt;&lt;li&gt;Pepsi chooses 1000 ideas each month to be voted on by YOU!&lt;/li&gt;&lt;li&gt;YOU can cast up to 10 votes per day in support of any of the 1000 ideas&lt;/li&gt;&lt;li&gt;The top ideas at the end of the month are verified as legit by Pepsi, Pepsi sends a check&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;Brilliant! Some ideas are rather &lt;a href="http://www.refresheverything.com/XXICenturyKids1stFoundation"&gt;boring&lt;/a&gt; "grant money please" applications. But others, &lt;a href="http://www.refresheverything.com/SABEResPODER"&gt;others&lt;/a&gt; radiate with the entrepreneurial excitement that is so fun and energizing to behold. It's a joy to see that spirit promoted and rekindled in philanthropy and America at large.&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8231095761312830779-5686057614738557380?l=programmingnightmare.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ProgrammingNightmare/~4/xC_0ELcHuKI" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://programmingnightmare.blogspot.com/feeds/5686057614738557380/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://programmingnightmare.blogspot.com/2010/05/pepsi-promoting-entrepreneurship.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/5686057614738557380?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/5686057614738557380?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ProgrammingNightmare/~3/xC_0ELcHuKI/pepsi-promoting-entrepreneurship.html" title="Pepsi Promoting Entrepreneurship" /><author><name>Paul Bauer</name><uri>http://www.blogger.com/profile/08224229109566969995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="30" height="32" src="http://3.bp.blogspot.com/-hv19HhJ8c80/TfELZpl5YNI/AAAAAAAAACg/UybhvRouRXw/s220/profile.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://programmingnightmare.blogspot.com/2010/05/pepsi-promoting-entrepreneurship.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkYCR3o8eip7ImA9WxFSGEU.&quot;"><id>tag:blogger.com,1999:blog-8231095761312830779.post-1947310798053066650</id><published>2010-04-21T14:53:00.005-05:00</published><updated>2010-04-21T15:02:46.472-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-21T15:02:46.472-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="googling so you don't have to" /><category scheme="http://www.blogger.com/atom/ns#" term="tip" /><title>Setting up SVN</title><content type="html">I've used &lt;a href="http://www.codinghorror.com/blog/2008/04/setting-up-subversion-on-windows.html"&gt;this guide&lt;/a&gt; from Coding Horror several times over the past year. It takes the reader through the install and configuration of a simple SVN server. The end solution is hosted as a Windows Service and provides simple user authentication.&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Also, Programming Nightmare does not directly borrow its name from Coding Horror :-)&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8231095761312830779-1947310798053066650?l=programmingnightmare.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ProgrammingNightmare/~4/kgrzG_Tyv00" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://programmingnightmare.blogspot.com/feeds/1947310798053066650/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://programmingnightmare.blogspot.com/2010/04/setting-up-svn.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/1947310798053066650?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/1947310798053066650?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ProgrammingNightmare/~3/kgrzG_Tyv00/setting-up-svn.html" title="Setting up SVN" /><author><name>Paul Bauer</name><uri>http://www.blogger.com/profile/08224229109566969995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="30" height="32" src="http://3.bp.blogspot.com/-hv19HhJ8c80/TfELZpl5YNI/AAAAAAAAACg/UybhvRouRXw/s220/profile.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://programmingnightmare.blogspot.com/2010/04/setting-up-svn.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEEHQnozeyp7ImA9WxFSFE4.&quot;"><id>tag:blogger.com,1999:blog-8231095761312830779.post-7128167719229865463</id><published>2010-04-16T11:28:00.003-05:00</published><updated>2010-04-16T11:50:33.483-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-16T11:50:33.483-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="tip" /><category scheme="http://www.blogger.com/atom/ns#" term=".net" /><title>DBML (LINQ to SQL) Wonkiness</title><content type="html">I like using DBML (LINQ to SQL) as an ORM system when I'm doing work in C#.NET. It's far from a perfect solution but it's easy to use and expandable (partial classes for the win).&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Visual Studio 2008 has a graphical DBML file editor which allows you to drag tables from a SQL Server database onto its canvas. Probably the biggest pain working with this setup comes when making DB changes and you need to reflect those changes in this graphical editor. The best solution I've come up with in doing this is to basically delete all the tables you've updated, then drag them back onto the canvas. Unfortunately this requires deleting stored procedures that return an object of that table type.. So you have to re-add those as well, which makes this non-scalable solution. (If you have a better update solution, please post it!)&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;This is where the wonkiness comes in. I've had the following happen a few times: I have the DB Server connected inside Visual Studio and at the same time I'm making updates to it within SQL Server Management Studio. Changes are made to the database within Management Studio and I'll need to go through the above process in Visual Studio. Then something goofy happens. I'll be unable to add a stored procedure, receiving an error that indicates that the SP's return object does not match the Table shown in the graphical editor. Or Foreign Keys won't appear in the graphical editor or its produced code. The problem persists until Visual Studio is restarted. After a restart everything will work as expected.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;This wonkiness has me caused some hair pulling over the last year. Hopefully this tip - restart Visual Studio if the graphical DMBL editor isn't behaving as expected - will save you some time.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8231095761312830779-7128167719229865463?l=programmingnightmare.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ProgrammingNightmare/~4/bHFTEfVxYf0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://programmingnightmare.blogspot.com/feeds/7128167719229865463/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://programmingnightmare.blogspot.com/2010/04/dbml-linq-to-sql-wonkiness.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/7128167719229865463?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/7128167719229865463?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ProgrammingNightmare/~3/bHFTEfVxYf0/dbml-linq-to-sql-wonkiness.html" title="DBML (LINQ to SQL) Wonkiness" /><author><name>Paul Bauer</name><uri>http://www.blogger.com/profile/08224229109566969995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="30" height="32" src="http://3.bp.blogspot.com/-hv19HhJ8c80/TfELZpl5YNI/AAAAAAAAACg/UybhvRouRXw/s220/profile.png" /></author><thr:total>2</thr:total><feedburner:origLink>http://programmingnightmare.blogspot.com/2010/04/dbml-linq-to-sql-wonkiness.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0IMSX44eip7ImA9WxFTFk0.&quot;"><id>tag:blogger.com,1999:blog-8231095761312830779.post-805811077781033061</id><published>2010-04-06T20:19:00.006-05:00</published><updated>2010-04-06T20:59:48.032-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-06T20:59:48.032-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="happy gaming" /><category scheme="http://www.blogger.com/atom/ns#" term="readable" /><title>Getting Back Into Gaming</title><content type="html">&lt;div style="text-align: left;"&gt;I have fallen out of touch with the gaming universe.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;It happened slowly... I quit checking &lt;a href="http://evotab.com/"&gt;evotab.com&lt;/a&gt; for new articles every hour. Then I'd check it every day and just glance over the feeds for something interesting, not having time to keep up on all games on all consoles. I quit reading &lt;a href="http://www.pvponline.com/"&gt;PvP&lt;/a&gt;. I didn't listen to the &lt;a href="http://www.gamerswithjobs.com/"&gt;Gamers With Jobs&lt;/a&gt; podcast. I stopped watching &lt;a href="http://www.escapistmagazine.com/articles/view/editorials/zeropunctuation"&gt;Zero Punctuation&lt;/a&gt;. Before long I fell behind on &lt;a href="http://dubiousquality.blogspot.com/"&gt;Dubious Quality&lt;/a&gt;, &lt;a href="http://xkcd.com/"&gt;xkcd&lt;/a&gt; and &lt;a href="http://www.penny-arcade.com/"&gt;Penny Arcade&lt;/a&gt;..&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;As of today, it's been over 6 months since I've felt "in touch" with the gaming industry. It really came to light today when I stumbled across &lt;a href="http://kotaku.com/5499697/nintendo-announces-new-hardware-the-nintendo-3ds"&gt;this&lt;/a&gt; article, from 2 weeks ago. (Nintendo has released some info on the Nintendo 3DS, a new handheld which will be unveiled at E3 this year). Back in my gaming days, this is the type of thing that I would have known about less than an hour after the news broke. And I would have been incredibly excited about it. Now it's something I'm interested in and somewhat disappointed that I didn't know about.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;I don't need to get back to the point where I get know the hourly news on every game. However, gaming is something I'm interested in and passionate about, a hobby that I want to keep my nose in and an industry I enjoy keeping abreast of. I firmly believe that happiness is a product of doing the things you enjoy (advanced concept there). What does it say for my future if I'm unable to make time to do the things I enjoy today, when I have so little responsibility?&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;So I'm going to tiptoe back into gaming news. I plan on reading the sites I loved: &lt;a href="http://dubiousquality.blogspot.com/"&gt;Dubious Quality&lt;/a&gt;, &lt;a href="http://xkcd.com/"&gt;xkcd&lt;/a&gt;, &lt;a href="http://www.penny-arcade.com/"&gt;Penny Arcade&lt;/a&gt;, &lt;a href="http://www.rockpapershotgun.com/"&gt;Rock-Paper-Shotgun&lt;/a&gt;, &lt;a href="http://www.gamerswithjobs.com/"&gt;Gamers With Jobs&lt;/a&gt;.. These are all easy to digest in 15 minutes a day. Today I bought a little something-something to jumpstart these refound habits:&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 238); -webkit-text-decorations-in-effect: underline; "&gt;&lt;img src="http://3.bp.blogspot.com/_0AU-M4CNeTk/S7vmBPTxHPI/AAAAAAAAABk/lx2JrvpdMm8/s400/IMG00244-20100406-1849.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5457208282453187826" style="display: block; margin-top: 0px; margin-right: auto; margin-bottom: 10px; margin-left: auto; text-align: center; cursor: pointer; width: 400px; height: 300px; " /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color:#0000EE;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;Sure I'll miss the breaking, sometimes obscure &lt;a href="http://kotaku.com/"&gt;Kotaku &lt;/a&gt;and &lt;a href="http://www.joystiq.com/"&gt;Joystiq&lt;/a&gt; news; I will get the highlights instead. I'll be doing something I enjoy, regardless.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8231095761312830779-805811077781033061?l=programmingnightmare.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ProgrammingNightmare/~4/ssM2-_dGTXU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://programmingnightmare.blogspot.com/feeds/805811077781033061/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://programmingnightmare.blogspot.com/2010/04/getting-back-into-gaming.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/805811077781033061?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/805811077781033061?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ProgrammingNightmare/~3/ssM2-_dGTXU/getting-back-into-gaming.html" title="Getting Back Into Gaming" /><author><name>Paul Bauer</name><uri>http://www.blogger.com/profile/08224229109566969995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="30" height="32" src="http://3.bp.blogspot.com/-hv19HhJ8c80/TfELZpl5YNI/AAAAAAAAACg/UybhvRouRXw/s220/profile.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_0AU-M4CNeTk/S7vmBPTxHPI/AAAAAAAAABk/lx2JrvpdMm8/s72-c/IMG00244-20100406-1849.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://programmingnightmare.blogspot.com/2010/04/getting-back-into-gaming.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUQERXo_fip7ImA9WxFTFEU.&quot;"><id>tag:blogger.com,1999:blog-8231095761312830779.post-43299769325656071</id><published>2010-04-05T11:01:00.001-05:00</published><updated>2010-04-05T11:01:44.446-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-05T11:01:44.446-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="googling so you don't have to" /><title>Batch Photo Resizing</title><content type="html">&lt;div&gt;&lt;div style="text-align: left; "&gt;This is how I want picture resizing to work: Drag pictures or a folder onto an executable icon, that exe should then transcode those photos (recursively exploring sub-folders) to a Facebook / CD-RW friendly 1 megapixel image.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;The Google brought me this app: &lt;a href="http://www.rw-designer.com/picture-resize"&gt;Picture Resizer 4.0&lt;/a&gt;. PR4 works just like I've outlined above! Configuration is done by renaming the executable (appending options to the end of it). The site has a "Renaming Wizard" to help you out with this:&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;a href="http://2.bp.blogspot.com/_0AU-M4CNeTk/S7oIQ9iioNI/AAAAAAAAABc/uGuJo-xZyWo/s1600/RenamingWizard.png"&gt;&lt;img src="http://2.bp.blogspot.com/_0AU-M4CNeTk/S7oIQ9iioNI/AAAAAAAAABc/uGuJo-xZyWo/s400/RenamingWizard.png" border="0" alt="" id="BLOGGER_PHOTO_ID_5456682986003144914" style="display: block; margin-top: 0px; margin-right: auto; margin-bottom: 10px; margin-left: auto; text-align: center; cursor: pointer; width: 400px; height: 154px; " /&gt;&lt;/a&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Shown are the options I used, which gave me images in the kB's rather than the MB's. Who needs all those pixels anyway?&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.rw-designer.com/picture-resize"&gt;Picture Resizer 4.0&lt;/a&gt;. Googling so you don't have to.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8231095761312830779-43299769325656071?l=programmingnightmare.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ProgrammingNightmare/~4/9LEpgOYicLY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://programmingnightmare.blogspot.com/feeds/43299769325656071/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://programmingnightmare.blogspot.com/2010/04/batch-photo-resizing.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/43299769325656071?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/43299769325656071?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ProgrammingNightmare/~3/9LEpgOYicLY/batch-photo-resizing.html" title="Batch Photo Resizing" /><author><name>Paul Bauer</name><uri>http://www.blogger.com/profile/08224229109566969995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="30" height="32" src="http://3.bp.blogspot.com/-hv19HhJ8c80/TfELZpl5YNI/AAAAAAAAACg/UybhvRouRXw/s220/profile.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_0AU-M4CNeTk/S7oIQ9iioNI/AAAAAAAAABc/uGuJo-xZyWo/s72-c/RenamingWizard.png" height="72" width="72" /><thr:total>1</thr:total><feedburner:origLink>http://programmingnightmare.blogspot.com/2010/04/batch-photo-resizing.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DE4FQ3gzeip7ImA9WxFTFE4.&quot;"><id>tag:blogger.com,1999:blog-8231095761312830779.post-2937039040620678373</id><published>2010-04-02T11:04:00.007-05:00</published><updated>2010-04-04T22:08:32.682-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-04T22:08:32.682-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="googling so you don't have to" /><title>UnDelete a file with Glary Undelete</title><content type="html">How often have you heard the question (or asked it yourself), "I just deleted something, is there any way to get it back?" These slap-your-forehead requests are usually asked frantically and in times of panic as users quickly come to the realization that their last 3 days of work may be gone forever.&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;But be still! Remain calm. We can rebuild him, we have the technology. It's called &lt;a href="http://www.glarysoft.com/gun.html"&gt;Glary Undelete&lt;/a&gt;.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;I found this program over vacation after my girlfriend mistakenly deleted 3 days worth of photos from a Kodak camera (why would you make a 'Delete all photos' option so readily accessible, I will never know). This free program was able to restore all 300 photos and make me a hero.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;There are certainly other programs that would accomplish the same task but I found that finding a free one can take a bit of effort. Paid programs go so far as to show you the files that it COULD restore, provided you pay the $20 to activate the product. Teases.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.glarysoft.com/gun.html"&gt;Glary Undelete&lt;/a&gt;. Googling so you don't have to.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8231095761312830779-2937039040620678373?l=programmingnightmare.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ProgrammingNightmare/~4/C-vPgoEawwI" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://programmingnightmare.blogspot.com/feeds/2937039040620678373/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://programmingnightmare.blogspot.com/2010/04/undelete-file-with-glary-undelete.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/2937039040620678373?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/2937039040620678373?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ProgrammingNightmare/~3/C-vPgoEawwI/undelete-file-with-glary-undelete.html" title="UnDelete a file with Glary Undelete" /><author><name>Paul Bauer</name><uri>http://www.blogger.com/profile/08224229109566969995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="30" height="32" src="http://3.bp.blogspot.com/-hv19HhJ8c80/TfELZpl5YNI/AAAAAAAAACg/UybhvRouRXw/s220/profile.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://programmingnightmare.blogspot.com/2010/04/undelete-file-with-glary-undelete.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ak8GQXk_fyp7ImA9WxFTEEQ.&quot;"><id>tag:blogger.com,1999:blog-8231095761312830779.post-6088567455203862742</id><published>2010-04-01T00:06:00.003-05:00</published><updated>2010-04-01T00:13:40.747-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-01T00:13:40.747-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="announcement" /><title>Bringing the blogs</title><content type="html">April is a time for warmer weather, frantic work on semester projects, and blogging. &lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Last year &lt;a href="http://m7bookblog.blogspot.com/"&gt;a number of my friends&lt;/a&gt; attempted 30 blog posts in 30 days during the month of April. The object of the exercise was (and is!) to a) actually blog; and b) get better at blogging.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;30/30 is getting another run this April and I'm going to try and keep up! The participants:&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Myself (Paul) - &lt;a href="http://programmingnightmare.blogspot.com/"&gt;programmingnightmare.blogspot.com/&lt;/a&gt;&lt;/div&gt;&lt;div&gt;Nate - &lt;a href="http://nongenre.blogspot.com/"&gt;nongenre.blogspot.com/&lt;/a&gt;&lt;/div&gt;&lt;div&gt;Nick - &lt;a href="http://kusterslaststand.blogspot.com/"&gt;kusterslaststand.blogspot.com/&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Looking forward to it.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8231095761312830779-6088567455203862742?l=programmingnightmare.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ProgrammingNightmare/~4/kh6vkQAeLEg" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://programmingnightmare.blogspot.com/feeds/6088567455203862742/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://programmingnightmare.blogspot.com/2010/04/bringing-blogs.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/6088567455203862742?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/6088567455203862742?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ProgrammingNightmare/~3/kh6vkQAeLEg/bringing-blogs.html" title="Bringing the blogs" /><author><name>Paul Bauer</name><uri>http://www.blogger.com/profile/08224229109566969995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="30" height="32" src="http://3.bp.blogspot.com/-hv19HhJ8c80/TfELZpl5YNI/AAAAAAAAACg/UybhvRouRXw/s220/profile.png" /></author><thr:total>2</thr:total><feedburner:origLink>http://programmingnightmare.blogspot.com/2010/04/bringing-blogs.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ak8DQn8_cSp7ImA9WxJaEUg.&quot;"><id>tag:blogger.com,1999:blog-8231095761312830779.post-4434584989299465673</id><published>2009-08-01T12:01:00.008-05:00</published><updated>2009-08-01T15:34:33.149-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-08-01T15:34:33.149-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="happy gaming" /><title>Running Diablo II in High Resolution on Windows Vista</title><content type="html">&lt;div&gt;This morning I set up Diablo II to run in Vista and was able to get the &lt;a href="http://www.moddb.com/games/diablo-2/downloads/d2multires-version-102"&gt;D2MultiRes&lt;/a&gt; mod working. D2MultiRes provides you with the option to play Diablo II and the Diablo II: Lord of Destruction expansion in resolutions higher than the standards supported. Right now I have the game running in 1440x900:&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_0AU-M4CNeTk/SnSmhupYsXI/AAAAAAAAABA/BZZaoUYreLI/s1600-h/D2.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 400px; height: 250px;" src="http://1.bp.blogspot.com/_0AU-M4CNeTk/SnSmhupYsXI/AAAAAAAAABA/BZZaoUYreLI/s400/D2.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5365096154492612978" /&gt;&lt;/a&gt;&lt;div&gt;&lt;div style="text-align: center;"&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;Steps:&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;Install Diablo II and the Diablo II: LOD expansion.&lt;/div&gt;&lt;div style="text-align: left;"&gt;Download and install the patch for the expansion. I found it on Blizzard's site, &lt;a href="http://us.blizzard.com/support/article.xml?locale=en_US&amp;amp;articleId=20758&amp;amp;rhtml=true%3Frhtml%3Dy"&gt;here&lt;/a&gt;. &lt;a href="http://ftp.blizzard.com/pub/diablo2exp/patches/PC/LODPatch_112a.exe"&gt;Direct link to the patch&lt;/a&gt;.&lt;/div&gt;&lt;div style="text-align: left;"&gt;Get the program to run in Vista.. Right click the "Diablo II.exe" executable, click properties and then go into the "Compatibility" tab. Play the settings you see here until it works. What worked for me: "Run in compatibilty mode for XP SP2", "Run in 256 Colors" and "Run in 640x480 screen Resolution" all checked. Another popular solution to Vista woes: anytime you run the executable, right click and then "Run as Administrator". Good luck.&lt;/div&gt;&lt;div style="text-align: left;"&gt;On first run Diablo II may do a "Video test" and allow you to select which graphics driver to use. I was unable to run the game using the Direct Draw driver, but the Direct 3D driver works. You can change this setting later by running the "D2VidTst.exe" executable in the install directory (you can also find it in the start menu).&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;At this point Diablo II should be up and running! Steps to install the mod:&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;Download the D2MultiRes mod. &lt;a href="http://www.moddb.com/downloads/mirror/17276/1/95fbf210eb61a312bd5c6b7eab836cf8"&gt;Direct link&lt;/a&gt;. Unzip the downloaded file and copy its contents to your Diablo II directory.&lt;/div&gt;&lt;div style="text-align: left;"&gt;Run the game from "D2MultiResGame.exe". You will probably have to go through the same process as above to get it to play nice with Vista (compatability mode settings).&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;The mod creator claims that it is incompatible with the Direct 3D driver but I didn't have any problem. The main menu screen will still be at 640x480 but once you start the game you will have a myriad of resolution options! I mentioned running at 1440x900 but at that resolution it was difficult to click enemies (which you do a lot of in Diablo..). After bumping it down to 1280x800 many of those difficulties went away and the game still looks great.&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;One thing I'm suprised with at high res is the "Perspective" graphics. It's Blizzard's way of making a 2D game look much more 3D and it is gorgeous to see in action at high resolution. Basically, as you move your perspective of the landscape shifts as well. So a wall will subtly rotate or change size as you move away from it to provide the illusion that it is actually a 3D object. I've never noticed it before at lower resolutions but at 1440x900 it really pops out when you are just walking around town. Unfortunately a screenshot can't really capture the effect, install the game and see for yourself!&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;-happy gaming&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8231095761312830779-4434584989299465673?l=programmingnightmare.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ProgrammingNightmare/~4/SwimyF21dhM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://programmingnightmare.blogspot.com/feeds/4434584989299465673/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://programmingnightmare.blogspot.com/2009/08/running-diablo-ii-in-high-resolution-on.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/4434584989299465673?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/4434584989299465673?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ProgrammingNightmare/~3/SwimyF21dhM/running-diablo-ii-in-high-resolution-on.html" title="Running Diablo II in High Resolution on Windows Vista" /><author><name>Paul Bauer</name><uri>http://www.blogger.com/profile/08224229109566969995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="30" height="32" src="http://3.bp.blogspot.com/-hv19HhJ8c80/TfELZpl5YNI/AAAAAAAAACg/UybhvRouRXw/s220/profile.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_0AU-M4CNeTk/SnSmhupYsXI/AAAAAAAAABA/BZZaoUYreLI/s72-c/D2.jpg" height="72" width="72" /><thr:total>2</thr:total><feedburner:origLink>http://programmingnightmare.blogspot.com/2009/08/running-diablo-ii-in-high-resolution-on.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEcCQ3syeip7ImA9WxJXFEo.&quot;"><id>tag:blogger.com,1999:blog-8231095761312830779.post-13127520610308024</id><published>2009-06-08T09:37:00.003-05:00</published><updated>2009-06-08T09:41:02.592-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-06-08T09:41:02.592-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="tip" /><title>Disable System Beep in Ubuntu</title><content type="html">I've done this 3 times in the last three days and need a place to write it down for future reference:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.arsgeek.com/2006/08/23/how-to-turn-off-the-annoying-system-beep-in-linux-debianubuntu/"&gt;How to disable the system beep in ubuntu&lt;/a&gt;:&lt;br /&gt;Edit the file '/etc/modprobe.d/blacklist'&lt;br /&gt;Add the line 'blacklist pcspkr'&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8231095761312830779-13127520610308024?l=programmingnightmare.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ProgrammingNightmare/~4/AEXJ6Cho6YM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://programmingnightmare.blogspot.com/feeds/13127520610308024/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://programmingnightmare.blogspot.com/2009/06/disable-system-beep-in-ubuntu.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/13127520610308024?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/13127520610308024?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ProgrammingNightmare/~3/AEXJ6Cho6YM/disable-system-beep-in-ubuntu.html" title="Disable System Beep in Ubuntu" /><author><name>Paul Bauer</name><uri>http://www.blogger.com/profile/08224229109566969995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="30" height="32" src="http://3.bp.blogspot.com/-hv19HhJ8c80/TfELZpl5YNI/AAAAAAAAACg/UybhvRouRXw/s220/profile.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://programmingnightmare.blogspot.com/2009/06/disable-system-beep-in-ubuntu.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0YDSXw6cSp7ImA9WxJSEUk.&quot;"><id>tag:blogger.com,1999:blog-8231095761312830779.post-5677056567531232044</id><published>2009-04-30T22:05:00.003-05:00</published><updated>2009-04-30T22:39:38.219-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-04-30T22:39:38.219-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="readable" /><title>GUI Design Guidelines</title><content type="html">I can't make things look pretty.&lt;br /&gt;&lt;br /&gt;...specifically GUIs (although I'm not much of an art&lt;i&gt;ee&lt;/i&gt;st either). I've grown to realize this over the last five years or so. However, I do appreciate and admire those people who are able to make things look pretty. In my left-brained efforts to understand their creative right-brained madness, I've come to really appreciate and enjoy GUI Design Guidelines and Standards documents.&lt;br /&gt;&lt;br /&gt;Tonight I came across a post on Google's &lt;a href="http://android-developers.blogspot.com/"&gt;Android Developers Blog&lt;/a&gt; which introduces &lt;a href="http://developer.android.com/guide/practices/ui_guidelines/widget_design.html"&gt;Widget Design Guidelines&lt;/a&gt; for Android. The guideline provides a list of standards for Android widgets and provides tips from the Android team on how to create an effective widget, very interesting stuff to glance over. Very useful stuff if you're creating your first widget or struggle making things look pretty.&lt;br /&gt;&lt;br /&gt;This brought to mind some GNOME documentation I stumbled upon long ago that provided &lt;a href="http://library.gnome.org/devel/hig-book/stable/"&gt;HCI guidelines for the entire GNOME project&lt;/a&gt;. These guidelines start off with &lt;a href="http://gettingreal.37signals.com/"&gt;Getting Real&lt;/a&gt; style &lt;a href="http://library.gnome.org/devel/hig-book/stable/principles.html.en"&gt;usability principle writeups&lt;/a&gt; before jumping into specifics standards for the GNOME project. Personally I think some of the documentation is fascinating to browse through. Check out the section on &lt;a href="http://library.gnome.org/devel/hig-book/stable/icons-design.html.en"&gt;designing effective icons&lt;/a&gt;, &lt;a href="http://library.gnome.org/devel/hig-book/stable/windows-alert.html.en"&gt;alerts&lt;/a&gt; or &lt;a href="http://library.gnome.org/devel/hig-book/stable/design-window.html.en"&gt;window layout&lt;/a&gt; for a taste of what's there.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8231095761312830779-5677056567531232044?l=programmingnightmare.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ProgrammingNightmare/~4/uYsnDnQt0rI" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://programmingnightmare.blogspot.com/feeds/5677056567531232044/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://programmingnightmare.blogspot.com/2009/04/gui-design-guidelines.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/5677056567531232044?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/5677056567531232044?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ProgrammingNightmare/~3/uYsnDnQt0rI/gui-design-guidelines.html" title="GUI Design Guidelines" /><author><name>Paul Bauer</name><uri>http://www.blogger.com/profile/08224229109566969995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="30" height="32" src="http://3.bp.blogspot.com/-hv19HhJ8c80/TfELZpl5YNI/AAAAAAAAACg/UybhvRouRXw/s220/profile.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://programmingnightmare.blogspot.com/2009/04/gui-design-guidelines.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUEBRHo_cCp7ImA9WxJSEEs.&quot;"><id>tag:blogger.com,1999:blog-8231095761312830779.post-4851860091079735178</id><published>2009-04-29T23:19:00.006-05:00</published><updated>2009-04-30T00:00:55.448-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-04-30T00:00:55.448-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="tip" /><title>HDTV Research - AVS Forum</title><content type="html">I'm a loyal reader and follower of Bill Harris over at &lt;a href="http://dubiousquality.blogspot.com/"&gt;Dubious Quality&lt;/a&gt;. I've been reading his blog since the beginning of my time on this internet, starting with his posts at the now defunct (and still sorely missed) &lt;a href="http://web.archive.org/web/20020802023728/www.gonegold.com/index.shtml#Night"&gt;gonegold.com&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Bill is always an entertaining read and has introduced me to a number of interesting stories and resources, one of which is the &lt;a href="http://www.avsforum.com/avs-vb/"&gt;AVS Forum&lt;/a&gt;. This is THE place to go if you're interested in researching or purchasing a new HDTV. It's basically a large community of experts and HD TV (and other sound and video equiptment) fanatics. &lt;a href="http://www.avsforum.com/avs-vb/"&gt;Check it out&lt;/a&gt;. If you're thinking about purchasing, make sure you register and check out the &lt;a href="http://www.avsforum.com/avs-vb/forumdisplay.php?f=122"&gt;Great Found Deals forum&lt;/a&gt;!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8231095761312830779-4851860091079735178?l=programmingnightmare.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ProgrammingNightmare/~4/qmcICBn4Xho" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://programmingnightmare.blogspot.com/feeds/4851860091079735178/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://programmingnightmare.blogspot.com/2009/04/hdtv-research-avs-forum.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/4851860091079735178?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/4851860091079735178?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ProgrammingNightmare/~3/qmcICBn4Xho/hdtv-research-avs-forum.html" title="HDTV Research - AVS Forum" /><author><name>Paul Bauer</name><uri>http://www.blogger.com/profile/08224229109566969995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="30" height="32" src="http://3.bp.blogspot.com/-hv19HhJ8c80/TfELZpl5YNI/AAAAAAAAACg/UybhvRouRXw/s220/profile.png" /></author><thr:total>1</thr:total><feedburner:origLink>http://programmingnightmare.blogspot.com/2009/04/hdtv-research-avs-forum.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEYAQ3w4eCp7ImA9WxVbEEk.&quot;"><id>tag:blogger.com,1999:blog-8231095761312830779.post-7257504896055720959</id><published>2009-03-25T23:34:00.001-05:00</published><updated>2009-03-25T23:35:42.230-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-03-25T23:35:42.230-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="announcement" /><title>New Record!</title><content type="html">Just noticed this....&lt;br /&gt;&lt;br /&gt;5 straight months with at least one blog post! woot!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8231095761312830779-7257504896055720959?l=programmingnightmare.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ProgrammingNightmare/~4/rSxh9dpOhEw" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://programmingnightmare.blogspot.com/feeds/7257504896055720959/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://programmingnightmare.blogspot.com/2009/03/new-record.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/7257504896055720959?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/7257504896055720959?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ProgrammingNightmare/~3/rSxh9dpOhEw/new-record.html" title="New Record!" /><author><name>Paul Bauer</name><uri>http://www.blogger.com/profile/08224229109566969995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="30" height="32" src="http://3.bp.blogspot.com/-hv19HhJ8c80/TfELZpl5YNI/AAAAAAAAACg/UybhvRouRXw/s220/profile.png" /></author><thr:total>1</thr:total><feedburner:origLink>http://programmingnightmare.blogspot.com/2009/03/new-record.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEcGSH05cSp7ImA9WxVbEEk.&quot;"><id>tag:blogger.com,1999:blog-8231095761312830779.post-3161685716823199705</id><published>2009-03-25T23:21:00.003-05:00</published><updated>2009-03-25T23:33:49.329-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-03-25T23:33:49.329-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="announcement" /><title>Once again, back from the dead</title><content type="html">This past month I've been busy with job hunting, spring break and school. Not to mention work done on HappierHour, the new phenomena sweeping Facebook nation!&lt;br /&gt;&lt;br /&gt;This evening a fellow blogger came in bragging about the new look of &lt;a href="http://www.mattrosno.blogspot.com"&gt;his site&lt;/a&gt; and I felt compelled to update my blog with a new template. To top it all off I figured a new post was in order. So here it is, promising to be the first of many more to come.&lt;br /&gt;&lt;br /&gt;Job update to satiate the hungry... This summer I'll be working at a tech firm and am anticipating taking on a wide variety of tasks: development in .NET and C# (&lt;3 C#), database design and benchmarking, system administration, tweaking and updating perl scripts, general process automation in both Windows and Linux. I hope that some of these tasks will result in worthwhile, helpful and entertaining blog posts.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8231095761312830779-3161685716823199705?l=programmingnightmare.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ProgrammingNightmare/~4/U1BHweVnQ1o" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://programmingnightmare.blogspot.com/feeds/3161685716823199705/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://programmingnightmare.blogspot.com/2009/03/once-again-back-from-dead.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/3161685716823199705?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/3161685716823199705?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ProgrammingNightmare/~3/U1BHweVnQ1o/once-again-back-from-dead.html" title="Once again, back from the dead" /><author><name>Paul Bauer</name><uri>http://www.blogger.com/profile/08224229109566969995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="30" height="32" src="http://3.bp.blogspot.com/-hv19HhJ8c80/TfELZpl5YNI/AAAAAAAAACg/UybhvRouRXw/s220/profile.png" /></author><thr:total>1</thr:total><feedburner:origLink>http://programmingnightmare.blogspot.com/2009/03/once-again-back-from-dead.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A08BRHY4eyp7ImA9WxVQF0U.&quot;"><id>tag:blogger.com,1999:blog-8231095761312830779.post-4164711698705104377</id><published>2009-02-04T17:13:00.002-06:00</published><updated>2009-02-04T17:24:15.833-06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-04T17:24:15.833-06:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="outblogger" /><category scheme="http://www.blogger.com/atom/ns#" term="rails" /><title>Validation and Rake tasks</title><content type="html">Today I was able to put some nifty url validation into my feed reader. Almost as nifty are the tests I wrote to validate them.&lt;br /&gt;&lt;br /&gt;I also created a Rake task to update all the feeds in the database. Rake tasks are also nifty, its very easy to access and modify models within them. I found a helpful intro to rake tasks &lt;a href="http://www.railsenvy.com/2007/6/11/ruby-on-rails-rake-tutorial#how_does_rake_work"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;A final note: &lt;a href="http://guides.rails.info/"&gt;Rails Guides&lt;/a&gt; is a newly found resource for me. It was apparently updated to a new visual format this week and it looks great right now. There's some great, current documentation there that I would recommend to anyone looking to learn more about rails.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8231095761312830779-4164711698705104377?l=programmingnightmare.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ProgrammingNightmare/~4/FDhpLxNmUaI" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://programmingnightmare.blogspot.com/feeds/4164711698705104377/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://programmingnightmare.blogspot.com/2009/02/validation-and-rake-tasks.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/4164711698705104377?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/4164711698705104377?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ProgrammingNightmare/~3/FDhpLxNmUaI/validation-and-rake-tasks.html" title="Validation and Rake tasks" /><author><name>Paul Bauer</name><uri>http://www.blogger.com/profile/08224229109566969995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="30" height="32" src="http://3.bp.blogspot.com/-hv19HhJ8c80/TfELZpl5YNI/AAAAAAAAACg/UybhvRouRXw/s220/profile.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://programmingnightmare.blogspot.com/2009/02/validation-and-rake-tasks.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Dk4AQ34_fCp7ImA9WxVQE0s.&quot;"><id>tag:blogger.com,1999:blog-8231095761312830779.post-4045693057920363335</id><published>2009-01-30T19:21:00.000-06:00</published><updated>2009-01-30T19:22:22.044-06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-01-30T19:22:22.044-06:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="readable" /><title>Going for Broke</title><content type="html">&lt;a href="http://dealbreaker.com/Bank.php"&gt;http://dealbreaker.com/Bank.php&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8231095761312830779-4045693057920363335?l=programmingnightmare.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ProgrammingNightmare/~4/T-oGCbvtzWA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://programmingnightmare.blogspot.com/feeds/4045693057920363335/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://programmingnightmare.blogspot.com/2009/01/going-for-broke.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/4045693057920363335?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/4045693057920363335?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ProgrammingNightmare/~3/T-oGCbvtzWA/going-for-broke.html" title="Going for Broke" /><author><name>Paul Bauer</name><uri>http://www.blogger.com/profile/08224229109566969995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="30" height="32" src="http://3.bp.blogspot.com/-hv19HhJ8c80/TfELZpl5YNI/AAAAAAAAACg/UybhvRouRXw/s220/profile.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://programmingnightmare.blogspot.com/2009/01/going-for-broke.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUMNSHg-fSp7ImA9WxVQEk0.&quot;"><id>tag:blogger.com,1999:blog-8231095761312830779.post-4687961688150524170</id><published>2009-01-28T22:19:00.003-06:00</published><updated>2009-01-28T22:31:39.655-06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-01-28T22:31:39.655-06:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="outblogger" /><category scheme="http://www.blogger.com/atom/ns#" term="rails" /><title>Forms and Links</title><content type="html">Tonight I was able to put some solid time into OutBlogger, users can now add watches to feeds they are interested in.&lt;br /&gt;&lt;br /&gt;So I've gotten a decent handle on Rails by now but I still struggle in two main areas: Forms and Links in views. It's simply a matter of not knowing which tool to apply where (form_for, link_to, button_to, etc.). Rails has a number of helper methods and it seems like every example I look at implements them differently... Which leads to frustration and me trying a number of different things. I usually know WHAT I need to do (ex. tonight I needed to send a POST containing a new watch to the watches controller) but I struggle with HOW to do build inside a view.&lt;br /&gt;&lt;br /&gt;Head colds suck.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8231095761312830779-4687961688150524170?l=programmingnightmare.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ProgrammingNightmare/~4/fl6v6KYxCxI" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://programmingnightmare.blogspot.com/feeds/4687961688150524170/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://programmingnightmare.blogspot.com/2009/01/forms-and-links.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/4687961688150524170?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/4687961688150524170?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ProgrammingNightmare/~3/fl6v6KYxCxI/forms-and-links.html" title="Forms and Links" /><author><name>Paul Bauer</name><uri>http://www.blogger.com/profile/08224229109566969995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="30" height="32" src="http://3.bp.blogspot.com/-hv19HhJ8c80/TfELZpl5YNI/AAAAAAAAACg/UybhvRouRXw/s220/profile.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://programmingnightmare.blogspot.com/2009/01/forms-and-links.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEACQ3o_cCp7ImA9WxVRGEk.&quot;"><id>tag:blogger.com,1999:blog-8231095761312830779.post-4215206461832500241</id><published>2009-01-24T17:56:00.006-06:00</published><updated>2009-01-24T18:19:22.448-06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-01-24T18:19:22.448-06:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="outblogger" /><category scheme="http://www.blogger.com/atom/ns#" term="tdd" /><title>OutBlogger and TDD</title><content type="html">My RSS reader is working in a fairly simple form. I've tried to engage in test driven development while creating OutBlogger.&lt;br /&gt;&lt;br /&gt;Starting from scratch, I've tried following the mantra "write no code unless a test fails." This left me writing tests such as this one:&lt;br /&gt;&lt;blockquote style="font-family: trebuchet ms;"&gt;   def test_create_duplicate_feed&lt;br /&gt;          &amp;nbsp; &amp;nbsp;feed_a = Feed.new(:url =&gt; "http://feeds.joystiq.com/weblogsinc/joystiq")&lt;br /&gt;          &amp;nbsp; &amp;nbsp;feed_b = Feed.new(:url =&gt; "http://feeds.joystiq.com/weblogsinc/joystiq")&lt;br /&gt; &lt;br /&gt;          &amp;nbsp; &amp;nbsp;feed_a.save&lt;br /&gt;          &amp;nbsp; &amp;nbsp;assert !feed_b.save&lt;br /&gt;  end&lt;/blockquote&gt;This test allowed me to write one line of code in the model:&lt;br /&gt;&lt;blockquote style="font-family: trebuchet ms;"&gt;   validates_uniqueness_of :url&lt;/blockquote&gt;Needless to say it was a little slow and frustrating at the start. Since then I've adjusted the mantra and am now just coding the easy, boring stuff and using intermittent TDD for interesting stuff. I do keep away from generating generic scaffolds inside the project, as that creates tons of unnecessary code. This mix of quasi-TDD and avoiding the generate command has tidied up my code a great deal and made iterative development much easier.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8231095761312830779-4215206461832500241?l=programmingnightmare.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ProgrammingNightmare/~4/kYVCmosphw0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://programmingnightmare.blogspot.com/feeds/4215206461832500241/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://programmingnightmare.blogspot.com/2009/01/outblogger-and-tdd.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/4215206461832500241?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/4215206461832500241?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ProgrammingNightmare/~3/kYVCmosphw0/outblogger-and-tdd.html" title="OutBlogger and TDD" /><author><name>Paul Bauer</name><uri>http://www.blogger.com/profile/08224229109566969995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="30" height="32" src="http://3.bp.blogspot.com/-hv19HhJ8c80/TfELZpl5YNI/AAAAAAAAACg/UybhvRouRXw/s220/profile.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://programmingnightmare.blogspot.com/2009/01/outblogger-and-tdd.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkMHRHk_cSp7ImA9WxVRFEw.&quot;"><id>tag:blogger.com,1999:blog-8231095761312830779.post-2253252313496733142</id><published>2009-01-19T20:22:00.004-06:00</published><updated>2009-01-19T20:27:15.749-06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-01-19T20:27:15.749-06:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="rails" /><title>Itest flag. Noted.</title><content type="html">When running tests by hand from the command line be sure to include the "-&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;Itest&lt;/span&gt;" flag. Without this flag the test_helper.&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;rb&lt;/span&gt; file won't be loaded properly, your tests will not run.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://github.com/rails/rails/commit/e8170805"&gt;Relevant &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;RoR&lt;/span&gt; commit&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8231095761312830779-2253252313496733142?l=programmingnightmare.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ProgrammingNightmare/~4/OkmTmQWNoTU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://programmingnightmare.blogspot.com/feeds/2253252313496733142/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://programmingnightmare.blogspot.com/2009/01/itest-flag-noted.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/2253252313496733142?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/2253252313496733142?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ProgrammingNightmare/~3/OkmTmQWNoTU/itest-flag-noted.html" title="Itest flag. Noted." /><author><name>Paul Bauer</name><uri>http://www.blogger.com/profile/08224229109566969995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="30" height="32" src="http://3.bp.blogspot.com/-hv19HhJ8c80/TfELZpl5YNI/AAAAAAAAACg/UybhvRouRXw/s220/profile.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://programmingnightmare.blogspot.com/2009/01/itest-flag-noted.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUYNRXg6eSp7ImA9WxVRE0U.&quot;"><id>tag:blogger.com,1999:blog-8231095761312830779.post-273304300519977449</id><published>2009-01-19T11:36:00.004-06:00</published><updated>2009-01-19T11:46:34.611-06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-01-19T11:46:34.611-06:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="plugins" /><category scheme="http://www.blogger.com/atom/ns#" term="outblogger" /><title>Outblogger and Users</title><content type="html">So Outblogger is taking the form of an RSS/Atom reader, initially.. This makes sense: the ability to read and track feeds is central to what I'm trying to accomplish.&lt;br /&gt;&lt;br /&gt;The book I read and wrote about &lt;a href="http://m7bookblog.blogspot.com/2008/12/rest.html"&gt;previously&lt;/a&gt; mentioned a plugin called restful_authentication, which provides a basic user model and authentication in a RESTful way. It's working out great for my simple application! The restful_authentication plugin is available &lt;a href="http://svn.techno-weenie.net/projects/plugins/restful_authentication/"&gt;here&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8231095761312830779-273304300519977449?l=programmingnightmare.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ProgrammingNightmare/~4/lbgyEFVDmtk" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://programmingnightmare.blogspot.com/feeds/273304300519977449/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://programmingnightmare.blogspot.com/2009/01/outblogger-and-users.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/273304300519977449?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/273304300519977449?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ProgrammingNightmare/~3/lbgyEFVDmtk/outblogger-and-users.html" title="Outblogger and Users" /><author><name>Paul Bauer</name><uri>http://www.blogger.com/profile/08224229109566969995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="30" height="32" src="http://3.bp.blogspot.com/-hv19HhJ8c80/TfELZpl5YNI/AAAAAAAAACg/UybhvRouRXw/s220/profile.png" /></author><thr:total>1</thr:total><feedburner:origLink>http://programmingnightmare.blogspot.com/2009/01/outblogger-and-users.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ak8CQ3Y-eCp7ImA9WxVRE00.&quot;"><id>tag:blogger.com,1999:blog-8231095761312830779.post-1537085668905659368</id><published>2009-01-18T13:44:00.003-06:00</published><updated>2009-01-18T14:01:02.850-06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-01-18T14:01:02.850-06:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="readable" /><title>Tim Bray Interview</title><content type="html">I found an old interview with &lt;a href="http://en.wikipedia.org/wiki/Tim_Bray"&gt;Tim Bray&lt;/a&gt;, Director of Web Technologies at Sun. He has some comments on how Sun may view the Ruby and Rails movement:&lt;br /&gt;&lt;br /&gt;"Sun is a big company and I think that to a certain extent Rails probably is seen as falling into the LAMP basket" ... "My opinion is that we are vendors of computer systems and a lot of people are writing very cool code based on those kind of technologies, so we ought to be falling over ourselves to sell computers and to run them on, even though it's not Java."&lt;br /&gt;&lt;br /&gt;Towards the end of the interview there are some interesting comments on static vs. dynamic typing, the Atom standard, and TDD.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8231095761312830779-1537085668905659368?l=programmingnightmare.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ProgrammingNightmare/~4/tL18pSP1qO0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://programmingnightmare.blogspot.com/feeds/1537085668905659368/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://programmingnightmare.blogspot.com/2009/01/tim-bray-interview.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/1537085668905659368?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/1537085668905659368?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ProgrammingNightmare/~3/tL18pSP1qO0/tim-bray-interview.html" title="Tim Bray Interview" /><author><name>Paul Bauer</name><uri>http://www.blogger.com/profile/08224229109566969995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="30" height="32" src="http://3.bp.blogspot.com/-hv19HhJ8c80/TfELZpl5YNI/AAAAAAAAACg/UybhvRouRXw/s220/profile.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://programmingnightmare.blogspot.com/2009/01/tim-bray-interview.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0YGRXs-eyp7ImA9WxVSGUQ.&quot;"><id>tag:blogger.com,1999:blog-8231095761312830779.post-3906659903898264187</id><published>2009-01-14T23:51:00.003-06:00</published><updated>2009-01-14T23:58:44.553-06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-01-14T23:58:44.553-06:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="outblogger" /><category scheme="http://www.blogger.com/atom/ns#" term="rails" /><title>Restful Design of Outblogger</title><content type="html">So I've been playing around with my feed reader, outblogger, for the last couple days. Over Christmas vacation I re-thought the application restfully and have been slowly making those design changes. There's an amazing difference between a restful application on rails and a PB-designed state machine machine on rails. With the former I feel like the conductor of an orchestra; with the latter I feel like a person working the old telephone switchboards...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8231095761312830779-3906659903898264187?l=programmingnightmare.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ProgrammingNightmare/~4/EGXMgaFjLhA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://programmingnightmare.blogspot.com/feeds/3906659903898264187/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://programmingnightmare.blogspot.com/2009/01/restful-design-of-outblogger.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/3906659903898264187?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/3906659903898264187?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ProgrammingNightmare/~3/EGXMgaFjLhA/restful-design-of-outblogger.html" title="Restful Design of Outblogger" /><author><name>Paul Bauer</name><uri>http://www.blogger.com/profile/08224229109566969995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="30" height="32" src="http://3.bp.blogspot.com/-hv19HhJ8c80/TfELZpl5YNI/AAAAAAAAACg/UybhvRouRXw/s220/profile.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://programmingnightmare.blogspot.com/2009/01/restful-design-of-outblogger.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0MCSX87eSp7ImA9WxVSEEQ.&quot;"><id>tag:blogger.com,1999:blog-8231095761312830779.post-1783878866832144684</id><published>2009-01-04T14:02:00.001-06:00</published><updated>2009-01-04T14:04:28.101-06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-01-04T14:04:28.101-06:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="rails" /><title>A tip from a Tortise</title><content type="html">How to call private/protected methods from tests:&lt;br /&gt;&lt;br /&gt;Calling a private method is easy enough to do it when eeded but also&lt;br /&gt;ugly enough to prevent you overdoing it:&lt;br /&gt;&lt;br /&gt;obj.send :my_private_method, arg_foo, arg_bar&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Also, if you define the method as static (self.method_name) you can&lt;br /&gt;call it in exactly the same way:&lt;br /&gt;&lt;br /&gt;ClassName.send :my_private_method, arg_foo, arg_bar&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8231095761312830779-1783878866832144684?l=programmingnightmare.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ProgrammingNightmare/~4/xEHdzK6RuEU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://programmingnightmare.blogspot.com/feeds/1783878866832144684/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://programmingnightmare.blogspot.com/2009/01/tip-from-tortise.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/1783878866832144684?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/1783878866832144684?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ProgrammingNightmare/~3/xEHdzK6RuEU/tip-from-tortise.html" title="A tip from a Tortise" /><author><name>Paul Bauer</name><uri>http://www.blogger.com/profile/08224229109566969995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="30" height="32" src="http://3.bp.blogspot.com/-hv19HhJ8c80/TfELZpl5YNI/AAAAAAAAACg/UybhvRouRXw/s220/profile.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://programmingnightmare.blogspot.com/2009/01/tip-from-tortise.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkYDQX4_eSp7ImA9WxVTGEU.&quot;"><id>tag:blogger.com,1999:blog-8231095761312830779.post-4072638191447333508</id><published>2009-01-02T01:05:00.003-06:00</published><updated>2009-01-02T01:09:30.041-06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-01-02T01:09:30.041-06:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="mercurial" /><title>Mercurial in Netbeans Fix</title><content type="html">In order to avoid an ugly bug in Netbeans 6.5, one which removed all rake functionality from the Netbeans IDE, I installed the latest build of Netbeans for Ruby (and RoR). Unfortunately, this install messed with my Mercurial settings and it took me around half an hour to track down the issue.&lt;br /&gt;&lt;br /&gt;Tools-&gt;Options-&gt;Misc tab-&gt;Versioning tab-&gt;Mercurial&lt;br /&gt;The Mercurial executable path wasn't imported correctly, Netbeans was unable to find hg.exe.&lt;br /&gt;&lt;br /&gt;Its nice to have rake tasks...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8231095761312830779-4072638191447333508?l=programmingnightmare.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ProgrammingNightmare/~4/CExuX306CYo" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://programmingnightmare.blogspot.com/feeds/4072638191447333508/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://programmingnightmare.blogspot.com/2009/01/mercurial-in-netbeans-fix.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/4072638191447333508?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8231095761312830779/posts/default/4072638191447333508?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ProgrammingNightmare/~3/CExuX306CYo/mercurial-in-netbeans-fix.html" title="Mercurial in Netbeans Fix" /><author><name>Paul Bauer</name><uri>http://www.blogger.com/profile/08224229109566969995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="30" height="32" src="http://3.bp.blogspot.com/-hv19HhJ8c80/TfELZpl5YNI/AAAAAAAAACg/UybhvRouRXw/s220/profile.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://programmingnightmare.blogspot.com/2009/01/mercurial-in-netbeans-fix.html</feedburner:origLink></entry></feed>

