hawksworx

noodlings about the web, technology and whatnot

Blog posts tagged javascript:

Getting started with Node at AsyncJS

with the tags permalink

Yesterday I had the pleasure of talking about Node at AsyncJS, a meetup of smart and motivated developers and tech enthusiasts in Brighton.

read more...

The next generation stack. Is NodeJS ready to go mainstream?

with the tags permalink

I’ve been building things with web technologies professionally for a little more than 11 years now. In that time, I’ve used a variety of technology stacks with varying degrees of success and comfort. While at university, I was making use of the faculty infrastructure and so was building the simplest of sites on top of Apache on their unix environment. Then as I moved into developing Web applications for a living, I found myself working on Windows NT servers with IIS and ASP. Later on I moved into using the LAMP stack, which after the initial shock to the system, was a revelation and I have never looked back.

read more...

Nodejs. I just have to use it for something

with the tags permalink

A little while ago, inspired by Simon Willison‘s demo of Nodejs at the FullFrontal conference, I felt the urge to make something, anything, using Nodejs. Nodejs gives lightening fast, event driven IO with Javascript running server-side in the rather nippy V8 Javascript engine. Until Nodejs, I hadn’t seen much need to bring Javascript to the server other than for testing and as a bit of a novelty. Nodejs changed all of that.

read more...

Flash v Web. Behind Enemy Lines

with the tags permalink

OK, I’m being over dramatic, but sometimes it does feel like I’m on a bit of a stealth mission. Pity that I forgot to bring any stealth! I’ve been working here at The Team for 3 months now and am enjoying myself greatly, but there is an issue that challenges me on a daily basis. That is that we do a lot of Flash work here, and yet I’m a big advocate of using Open Web Technologies.

read more...

Leveraging jQuery and jQuery plugins in TiddlyWiki

with the tags permalink

The recent release of TiddlyWiki v2.5 included something rather exciting for me: jQuery, the popular Javascript library is now part of the TiddlyWiki core.

read more...

Mashing up flickr in the client with jQuery

with the tags permalink

Recently I saw Tim Stevens post on Twitter about a slide show he had built using his Liveloom application. His slide show grabs some photos from Flickr tagged with ‘Osmosoft’ and then renders them with all manner of visual effects using Flex. While the visual effects available via Tim’s app are impressive, I’m a big advocate of open web standards and enjoy making things from HTML and Javascript, rather than using tools like Flex.

read more...

Unobtrusify your Javascript

with the tags permalink

Recently Jon Lister, a colleague of mine at Osmosoft showed me a website made by his friend Joshua Bradley. The site, used some of the Javscript code from TiddlyWiki‘s animation engine to create some nice visual effects. I loved the design, but could see some room for improvement in the implementation. I’m a big advocate of Unobtrusive Javascript and Progressive Enhancement and so I set about producing a quick demo of how a similar result could be achieved in the most Web-kind and accessible way available using jQuery for the behaviors.

read more...

Announcing JigglyWiki. A TiddlyWiki experiment with jQuery

with the tags permalink

Once upon a time I was resistant to the idea of Javascript libraries. That was due to a couple of things. Firstly, I was comfortable with writing the Javascript for my projects myself and didn’t like the idea of relying on someone else’s code which I couldn’t easily inspect. Secondly, at the time there weren’t really any libraries. Then there were a few, but they were all, well, to be blunt, a bit pants.

read more...

Get your Task Management wiki

with the tags permalink

After a bit of a hiatus, I’ve recently been concentrating on developing my pet project, teamtasks again. Teamtasks is a simple application built using TiddlyWiki to provide a place to manage your tasks alongside other content in your very own personal wiki.

read more...

JSSpec bundle for Textmate helps with writing tests

with the tags permalink

Recently, we at Osmosoft have been trying to make good on one of our pledges: To introduce a unit testing framework to Tiddlywiki development.

read more...