Recent blog entries
webbased scripteditor - news and reviews
By Steen Nielsen, Febuary 18th, 2009
"Great minds think alike", a quote which comes to mind, when I think about my small project on building a webbased scripteditor. I found out about another similar project a few days ago, named Bespin by Mozilla , it can be found on the Mozilla Labs project pages and I must say that it r...
Reconsidering the AJAX loading..
By Steen Nielsen, Febuary 16th, 2009
Already 24 hours after I implemented the AJAX loading on swine.dk, I grew tired of it. It worked okay, but the way I made it work, it broke the back-button, and even though there are several ways of fixing that issue, I made the choice to comment out the javascript entirely. After all.. Ther...
jQuery - not just a framework, but also a community
By Steen Nielsen, Febuary 15th, 2009
As I've pointed out earlier , I have looked at a few JavaScript frameworks. Each having some advantage depending on the situation and the developer. My mind is fully set on jQuery . After I had worked with it on a few projects, it showed its simplicity. It allows the developer to keep the mi...
Recent project entries
Intuitive web scripteditor
By Steen Nielsen, January 15th 2009
Over the years, I've seen several bad or at the best, mediocre web-based script editors. And when talking about script-editors, I don't mean a WYSIWYG editor, I mean an editor, that you use for typing in code, especially html, css, javascript, xml, xslt and other web-related technologies. ...