Browse By

Monthly Archives: January 2014

Alexa Rank node package

A simple node package to get Alexa traffic rank for a domain or URL. Install the module : npm install -g alexarank Usage example Using the module is pretty straightforward : var alexa = require(‘alexarank’); alexa(“http://www.devacron.com/”, function(error, result) { if (!error) { console.log(JSON.stringify(result)); } else

Stack vs Heap

I have to admit that this still drives me crazy from time to time and because the last few weeks I am studying for a microsoft exam I wanted to totally understand the differences and the pros/cons. The best explanations i found was in a

Payment icons collection

Here is a small collection of icons that you can use when you are building a payment page. A small, lets say visa icon, next to the credit card number input field is a nice touch and gives a security feeling to the user.  

Nostalgia – Atari games

Nostalgia is a bittersweet longing for things, or situations of the past. This is what you are going to feel when you visit the link below. You can play most of the Atari games from your browser and I am sure this will bring you memories

BlogEngine.NET 2.9 Released

Even if I recently moved from BlogEngine.Net to WordPress I still believe that BlogEngine is a great piece of software. Actually its one of the very few blog engines  in Asp.net. So good news for the people that use this blog engine because two days