Readable Code: In the Eye of the Beholder?

In his most recent blog posting – In the Eye of the Beholder (ah, reminds me of EoB II), JavaScripter James Padolsey (if you do some JavaScripting / jQuery, follow his blog) argues that the readability of anything is entirely dependent on who’s doing the reading. He also states that readability depends on how proficient [...]

What I Like About C#

Coming from the Open Source world I had never really worked with .NET – except for some minor Sharepoint 2007 stuff – until last September. That’s when I joined a project maintaining a .NET application written in C#. Since I had previously worked with Java, becoming a (visiting) C# developer wasn’t that much of a [...]

Open to Web Development Opportunities in the US

Shoot me an e-mail at trondpet[curly-thingy]hotmail.com if you’re a US based employer in need of a sr. web developer with a proven track record. I’m a US citizen with no need of sponsorship. My strengths are web development and -programming — from architecture and back-end programming to front-end coding. Below is a list of some of [...]

Web Application Development with Ontopia – 3. Creating the JSPs

Happy New Year 2010 After a busy December month, the Christmas vacation finally gave me some room to concentrate on what really matters. Here’s my third blog post on building web apps with Ontopia. A bit late – I had hoped to have it out before Christmas – but at least I made it within [...]

Web Application Development with Ontopia – 2. Creating the Database

Intro This blog post is part of a series on Web Application Development with Ontopia. Part 1: Installation & Requirements Part 2: Creating the Database Part 3: Creating the JSPs In part 1, we looked at how to set up Ontopia. We also described the application that we intend to build (a blog) and what [...]

Web Application Development with Ontopia – 1. Installation & Requirements

Introduction Ontopia is an Open Source application that lets you create, manipulate and navigate information represented in topic maps. It’s also a toolbox for building all sorts of applications. Among the advantages of topic maps driven applications are enhanced navigation and search capabilities. Ever since Ontopia went Open Source earlier this year, I’ve wanted to [...]

Event Delegation with YUI 3.0

Personally I’ve never used the YUI library (yet), but the new event delegation functionality of YUI 3.0 has a very nice look to it: // Defining simple listeners on each element: Y.on(“click”, handleClick, “#container ul li a.profile”); // Defining listener on a container using the delegate() method: Y.delegate(‘click’, handleClick, ‘#container’, ‘ul li a.profile’); [...] Event [...]

  • @twitter

  • Tags

  • Topics

  • Recent Comments

  • Topic Map Feeds