Coffeescripter - coffeescripter.com

General Information:

Latest News:

Embedding Javascript in .NET 2 May 2012 | 07:52 pm

We have a C++/C# based application where I work, and we currently use VBScript as a scripting language. Needless to say, we want to replace it, and we’ve decided that Javascript is a good candidate. ...

Working with mobile web applications 25 Jan 2012 | 11:38 pm

So for the past year, I’ve been working almost exclusively on a mobile web application that is designed to run on Android and iPhone. It works quite well on Windows Phone (Mango) as well, but none of ...

Extending built in objects in a safer way in Javascript 15 May 2011 | 10:55 pm

In Javascript, its very easy to extend built in objects like Object, Array and String. You might find yourself wanting string methods that aren’t built into the String object, and it’s much nicer to r...

Dependency injection and IoC in Javascript 8 Aug 2010 | 11:40 pm

There has been some talk lately about DI and IoC in Javascript, and other dynamic languages such as Ruby and Python. A popular opinion seems to be that these concepts are obsolete in dynamic languages...

Inheritance in Javascript 31 Jul 2010 | 08:36 pm

Javascript is a very dynamic language, and you can implement inheritance and code reuse in multiple ways. Lately, I’ve grown fond of what Douglas Crockford calls Parasitic Inheritance. By using paras...

Why I still use PHP 13 Jul 2010 | 11:47 am

Since december 2009, I work in an all Microsoft shop. Coming from a pure LAMP-world – both Python and PHP – the step was quite big to C#, VB and SQL Server. But I’ve grown to really like the technolog...

Separate concerns with queues 21 Aug 2009 | 06:00 am

When you’re doing Javascript, you often find yourself listening to events, and then taking action upon what happened. Let’s take a classic example; the drag and drop effect. You have code that listens...

A Javascript OO gotcha 14 Aug 2009 | 06:01 am

Every now and then I run into this issue when I’m do OO in Javascript. It creates really wierd bugs that can make you want to rip you hair off (I have no hair left…), so I thought it might be a good i...

AD Gallery – a jQuery gallery plugin 10 Jul 2009 | 02:04 am

I got inspired by myself when I wrote the Editable Select plugin, so I decided to write another one. It’s a gallery plugin that’s a bit different than plugins like Thickbox and Lightbox. You can see ...

An editable select list plugin for jQuery 7 Jul 2009 | 07:33 pm

For a job I did for a client for a couple of months ago, there was a need for a select list that could be editable. I found a plugin for it (don’t remember where I found it, unfortunately), and it wor...

Recently parsed news:

Recent searches: