Archive for the ‘Code’ Category
Monday, April 30th, 2007 by Jesper Rønn-Jensen
Firebug keeps surprising me. I’ve recently been working on code for several web designs and this little trick helped me to understand existing HTML and CSS much faster. Just to give an example I use our Justaddwater RSS feed page (but could be any page). Before you start, get Firebug for Firefox (if you haven’t […]
Posted in Code, CSS, Errors, Productivity, Web Development | 9 Comments »
Saturday, April 28th, 2007 by Jesper Rønn-Jensen
I have been looking a fast, intuitive editor for my Windows laptop. Now I stopped looking. E-texteditor for windows is very intuitive and easy to use. I highly recommend watching the screencast (a short tour of some of the best features). Although it’s still in beta, it seems so much better than the alternatives. I’m […]
Posted in Code, CSS, HTML, JavaScript, Productivity, Ruby on Rails, Software | 7 Comments »
Thursday, April 26th, 2007 by Jesper Rønn-Jensen
UPDATE May 1st, 2007 (forgot the two final steps 8 and 9). I’ve run into the situation a couple of times where I get started on a client’s office, but due to delays and politics it takes time to get a proper versioning control server set up. It turned out to be easy when I […]
Posted in Code, Productivity, Prototyping, Web Development | 4 Comments »
Thursday, February 15th, 2007 by Jesper Rønn-Jensen
It’s been a while where web standards don’t get the attention it deserves on this blog. In that spirit, here’s a behind-the-scenes view on how Technorati makes rounded corners on a faded background. I remember Eric Meyer mentioned this solution back at a workshop in 2005 (before he could actually tell that it was for […]
Posted in Code, CSS, HTML, Web Standards | 13 Comments »
Monday, January 29th, 2007 by Jesper Rønn-Jensen
2 years ago I wrote a small javascript to view, edit and delete cookies. The really cool thing about this user interface is the inline editing of cookie names and values. I really like the principle that you hover the value that you inspect, can see that it’s editable. Then click directly and the text […]
Posted in Code, JavaScript, justaddwater.dk | 9 Comments »
Thursday, August 24th, 2006 by Jesper Rønn-Jensen
Recently I’ve been working on a plugin for Ruby on Rails that help me out when creating new Rails applications in Danish. Previously, when we’ve created Danish prototypes for our customers all the default Rails error messages were still written in English.
I generalized it for use with any language, and currently (with the help from contributors) it’s now available for download on rubyforge.
Posted in Best of Justaddwater, Code, Ruby on Rails | 26 Comments »
Thursday, June 29th, 2006 by Jesper Rønn-Jensen
Project managers often have a hard time understanding web standards and why they matter. In this case, my arguments made a perfect business case for the managers of a particular project.
Posted in Browser, Code, Errors, HTML, JavaScript, Performance, Web Standards | 9 Comments »
Monday, June 26th, 2006 by Jesper Rønn-Jensen
Thomas and I are really looking forward to this week’s Copenhagen Rails Meetup. Remember to join us
- if you’re in Copenhagen this thursday
- if you’re working with Ruby on Rails professionally or in your spare time
- if you like free beer
Posted in Code, Events/seminars, Ruby on Rails | 6 Comments »
Saturday, June 10th, 2006 by Thomas Watson Steen
We can now finally reveal the venue for the Ruby on Rails meetup in Copenhagen: After a bid of research we have found the very central Café Selina in the central Copenhagen (just next to The Rock and “Gammel Torv”). To sign up for the meetup and for detailed address info, see our original meetup […]
Posted in Code, justaddwater.dk, Ruby on Rails | Comments Off on Ruby on Rails Copenhagen Meetup: Venue
Wednesday, May 31st, 2006 by Jesper Rønn-Jensen
We’re arranging a meetup for Ruby on Rails geeks in the Copenhagen area. Thursday, June 29, 2006 at 20.30
Posted in Best of Justaddwater, Code, Ruby on Rails | 38 Comments »
Friday, May 19th, 2006 by Jesper Rønn-Jensen
You might wonder what a code example is doing here in a blog about usability and web standards. As you might know, Thomas and I are both web developers, and we’re really obsessed about making usable web applications. What better way than to share code for things that make web apps more usable. Thomas has […]
Posted in Code, Ruby on Rails, Usability | 2 Comments »
Wednesday, April 12th, 2006 by Jesper Rønn-Jensen
Ruby on Rails might be the perfect match as a prototyping tool. It delivers consistent productivity gains compared to any other prototyping tool. Very few lines of code makes it easy to change. Here is why we use it at work as our preferred prototyping tool.
Posted in Best of Justaddwater, Businesscase, Code, Prototyping, Ruby on Rails | 26 Comments »
Saturday, March 11th, 2006 by Jesper Rønn-Jensen
I just sent this to the CSS-D discussion list Hope you can help me with this. I want to limit a table cell height to only one line of text. My example below does not work – any height on td is simply ignored if content is long. Problem here (according to for instance http://annevankesteren.nl/2004/01/css-tables […]
Posted in Code, CSS, Web Standards | 7 Comments »
Monday, November 21st, 2005 by Jesper Rønn-Jensen
ASP.Net framework has severe problems producing HTML that follows webstandards. This is the first article of two where I take a closer look
Posted in Code, CSS, Web Standards | 2 Comments »