James Clark’s Random Thoughts: XML and JSON – I would like to offer a few thoughts about XML and JSON. My previous post came off much too dismissive of JSON. I actually think that JSON does have real value
13 reasons for UML’s descent into darkness | Little Tutorials – UML lost the programmers. There is no doubt about it… in my mind. This happened because UML was pushed in a direction that most code writers don’t like: it started to look a lot like bureaucratic paper work
Guitar Tutorials Rocket Up iTunes Podcast Charts | Listening Post from Wired.com – Modern guitarists have a new option when it comes to learning their instrument. Chord books and music lessons still sell, but for visual learners, the best option is probably the video tutorial. There are several online options, but we really like iVideos
davber does IT » Groovy: Java++ by being Java– – Groovy is actually not a brand new language, but rather an extension of Java. The difference between this extension and that of, say C++ over C is that Groovy extends Java by simplifying constructs, ridding the developer of much of the repetitive rituals
12 Signs That The Recession Has Hit The Internet | command line idiot – The United States economy is in a funk. Food prices are up, oil is through the roof, real estate has collapsed, and credit is becoming scarce. Here are 12 signs to look for when the recession hits the Internet:
Ext JS – Using the standard Panel title config to organize Ext JS form fields – Yesterday while working on our internal support system I had a desire to organize the fields on a form a little better. I didn’t want to use a FieldSet and add full wrapping or another layer of indention in my form code so I decided to give the standard
Real World Haskell – Haskell is most likely quite different from any language you've ever used before. Compared to the usual set of concepts in a programmer's mental toolbox, functional programming offers us a profoundly different way to think about software