Last week, I came across a few articles written over at Lispy.WordPress.com. The first article was titled “Do you know any programmers that exibit these personality traits…?”
I’ve been observing an unusual programmer friend of mine for some time now. He has such a strange combination of potential and incompetence that its hard to tell if [...]
Archive for August, 2008
Psychoanalyzing a programmer
Posted in Philosophy, Programming, Technology, tagged Programming, Psychology, Technology on August 30, 2008 | 2 Comments »
Free eBook on Data Structures and Algorithms
Posted in Programming, Technology, tagged algorithms, data structures, Programming, Technology on August 29, 2008 | 3 Comments »
The Data Structures & Algorithms book was written by by Granville Barnett and Luca Del Tongo and posted over at DotNetSlackers.com.
The first draft preview is available in Adobe PDF format and is 97 pages long. You can download the book here. The book uses pseudo code, and a C# version of the code can [...]
Things that annoy programmers
Posted in Programming, Technology, tagged Programming, Technology on August 28, 2008 | Leave a Comment »
Recently, I wrote that all of those non-used “using” statements and the source code documents that didn’t automatically reformat themselves annoyed me. Well, this week Kevin Pang wrote post called Top 10 Things That Annoy Programmers.
Clean up your source code
Posted in .NET, Programming, Software, Technology, tagged .NET, Microsoft, Programming, Software, Technology, Visual Studio on August 21, 2008 | 2 Comments »
One of the minor annoyances that I encounter is having multiple “using” statements at the top of my class files that aren’t in use. Prior to Visual Studio 2008, there wasn’t a real easy way of figuring out which ones are in use and which ones aren’t in use without deleting one and then compiling, [...]
Using Microsoft Log Parser 2.2
Posted in Technology, tagged Technology, Web on August 19, 2008 | Leave a Comment »
Recently, I was asked to put together some statistics to count the page views for a certain set of pages within a corporate web site. Unfortunately, we aren’t using anything nice like WebTrends for web stats.
However, I did remember an old Microsoft log query tool that I thought might do the trick without needing to [...]
Custom Route Constraints (ASP.NET MVC)
Posted in .NET, Programming, Technology, tagged .NET, ASP.NET, ASP.NET MVC, Programming, Technology on August 11, 2008 | 4 Comments »
I was having some issues with my ASP.NET MVC routing learning application and came across Stephen Walther’s post explaining how to Create Custom Route Constraints.
Stephen’s code worked almost perfectly until I needed to use more than one “NotEqual” constraint in my route. If you attempt to use Stephen’s code as such, then you’ll get the [...]
How to be a happy work-at-home developer
Posted in Programming, Technology, tagged Programming, Technology on August 5, 2008 | Leave a Comment »
For the last year or more, I’ve been mostly a work-at-home developer. Over the last eight months or so, I’ve pretty much been a full time work-at-home developer. So when I noticed Ryan Farley’s post titled “The Work-at-Home Developer’s Guide to Happiness“, I was curious.
Batman: The Dark Knight (Movie Review)
Posted in Comics, Entertainment, Movies and Films, tagged Batman, Comic, Entertainment, IMAX, Movies and Films on August 3, 2008 | Leave a Comment »
I’ve seen a few bad and a few good movies since my last review, but I’ve skipped over them since most of my reviews so far have just been focusing on comic book movies.
Growing up, I didn’t collect many DC comic books other than maybe a couple collector or special edition Superman comic books (I [...]
Creating an OpenSearch Provider
Posted in Programming, Technology, Web Standards, tagged Technology, Web, Web Standards, XML on August 1, 2008 | Leave a Comment »
4Guys From Rolla wrote a nice article titled “Helping Visitors Search Your Site By Creating an OpenSearch Provider“. Scott Hanselman of Computer Zen also blogged about this a few days ago on his post named “Adding OpenSearch to your website and getting in the Browser’s Search Box“.
One of the nicest features of modern browsers like [...]