Tagged: Javascript

Game of Life with Processing.js 8

Game of Life with Processing.js

I was bored. So I thought of playing Game of Life. I got to know about it through hacker logo which is the glider pattern from the Game of Life. While playing I thought let me code it processing.js. Game of life is a simple game with no interaction involved once you start...

Javascript API for wordpress posts 1

Javascript API for wordpress posts

I have been looking at ways of using my activity stream. The stream is a WordPress blog and has various kinds of data (status msg, pictures, links and posts). Eventhough wordpress provides certain xml based APIs, I wanted something simple, that works on client side. One of the requirement was to pull the...

Getting started with Processingjs by writing Analog clock 8

Getting started with Processingjs by writing Analog clock

As most of you know, I love JavaScript.  Recently I started exploring Processing.js to create some dynamic graphs and animation. I was bowled over by the power of Processing.js. “Processing.js is an open programming language for people who want to program images, animation, and interactions for the web without using Flash or Java...

How to kill that Digg Bar Frame 4

How to kill that Digg Bar Frame

Digg recently introduced url shortener. This is not your standard url shortener where the shortener does a 302 forward. Digg shortener displays destination site in a frame. Which means the reader still stays on the Digg. Most of the modern web analytics software will be able to record this visit, but it will...

Scriptlet for Easy Commenting on WordPress Blogs 7

Scriptlet for Easy Commenting on WordPress Blogs

I like to comment when I read a good post. More than 50% of the blogs that I read are on either wordpress.com or hosted . So I created a simple scriptlet to fill the comment form for ease of commenting.Then I thought it could be useful to others too. So I wrote...

My code contribution during foss.in/2008 jFotoNotes 2

My code contribution during foss.in/2008 jFotoNotes

I am attending FOSS.IN/2008 virtually through twitter (unfortunately I could not attend due to work pressure). Here is my contribution to the FOSS world as part of FOSS.IN/2008. Go to jFotoNotes project page jFotoNotes is java implementation of famous FotoNotes in php. A variation of FotoNotes is also used by flickr. Fotonotes is...