Home>javascript
Posts tagged asjavascript

The jQuery fromTemplate plugin

We started using the Micro-Templating concept by John Resig to separate HTML markup from Javascript code in JSON based applications like our online crm solution. This con ...

Email Validation Using Regular Expressions ...

OK, I know this is the millionth blog post claiming to have the right way to validate email addresses, but here me out: Regular expressions are awesome–and I mean W ...

ExtJs – Working with Ext Chart and timeax ...

I am stuck in time (and dates). ExtJs has in their version 3 launched a Chart package. I have been working on a project that uses charts quite a lot. So far it has been b ...

Brainstorm for a mixwidget frotend

1. Handle creation of xspf playlists both automagically and manually 2. Conform to directory naming standards 3. Option to upload files or use files in an existing direct ...

How to Add ConvoTrack to Blogger

ConvoTrack is that neat little tab you see on the left, powered by BackType, that when clicked opens a sidebar, revealing reactions to this page, from around the web. You ...

The obfuscated blinking border

This is the obfuscated piece of Javascript code that implements the red border and loads Google Analytics on the Segmentation Fault site : 77 <script type="text/ ...

Yetii – the extremely lightweight alterna ...

Yetii stands for Yet (E)Another JavaScript Tab Interface Implementation. It is only 3.9 kb in compressed mode and the beauty of it is that it renders great even on browse ...

Coding for Internet Explorer – Yes please

Let Mozilla break all the records as the most downloaded browser, curse Internet Explorer for anything (everything) as a developer and crib as much as you feel like, but ...

Add Hover Class to Anything in jQuery

Well I've been feeling a little guilty for the relative sparsity of my posts lately (not that I don't have a good excuse or two), but I wanted to at least get on here a ...

GCalendar: Accessing Google Calendar from J ...

Introduction Some weeks ago Google has added a nice new feature to their GData libraries: JSON data retrieval. This means that we now can retrieve data from som ...