JavaScriptr

A blog about JavaScript and other web development technologies

Avatar

PureJSTemplate - A pure javascript templating engine for jQuery

Most templating languages suck Ok, if your like me then you hate all templating langauges- they suck, they really suck. I hate them because I hate the rules they enforce upon me, they are slow, and they slow me down. Because of this, usually I end up making code that looks like this: UGLY: function display(data) { var output = "<div>" + data.text + "</div>"; ...

GWT + Grizzly + Comet

Ok, so you're probably looking for a simple example of GWT + Grizzly + Comet. Jean Francois and his buddies at JavaOne screwed us with their vague PDF. Bastards! I gotta say this, though, Jean was right, its not too hard to figure out. This implementation uses XHR long polling, glassfishv2.ur2 and grizzly comet 1.0.9. The problem: RemoteServiceServlet GWT loves POST. All RPC calls made back to your subclass of RemoteServiceServlet ...

Adobe Air 1.0 Released today

Adobe has officially released Air 1.0 today. I must have been under a rock somewhere. I didn't expect this product to be out of beta anytime soon. Guess I was to busy going crazy about other products (*cough*... Jaxer). Its a great time to be a Javascript developer (aka a JavaScriptr). So many things going on. Find out more about Adobe Air here. Happy Scripting!

Aptana Jaxer can change the game!

What is Aptana? What is Jaxer? What does this have to do with JavaScript? Let me fill you in if you never heard these two words in the JavaScript community before. First, what is Aptana? Aptana Inc. is a company founded by Paul Colton back in 2005 (Paul created JRun back in the day). The company's first product is an open source JavaScript IDE called, you guessed it, Aptana which ...

JQuery on Rails

The JRails library is a useful tool for programmers working on Rails. jRails is a drop-in jQuery replacement for Prototype/script.aculo.us on Rails. Using jRails, you can get all of the same default Rails helpers for JavaScript functionality using the lighter jQuery library. I plan to start programming with Rails soon so I'll definitely be adding this to my arsenal.

Learning Adobe Air

Jonathan Snook has a great article on 24ways.org about creating an Adobe Air application using JavaScript, HTML and CSS. This is a great way for web developers who don't know much or don't care about Flash to get started. I'd like to push this further by creating a desktop app that can also live on the web. Maybe even communicate with the desktop version. You can check out Snook's article ...

Scripting for the iPhone

There's a lot of buzz in the web development community about developing for the iPhone. I've been following this topic since the Apple announcement last month. I'm all for it. This is a big step for web development on portable devices. I hope other pda and smartphone makers follow Apple's lead. I took a quick look at the developer documentation today and found some interesting things I wanted ...

  Next »