Archive for Uncategorized

Namespace in jQuery

Sep 27, 2011 No Comments by Mahdi Pedram

I have implemented a jQuery plugin that will take care of namespacing for us.
if you don’t know what is namespace please read it from here
take a look at the code below. and see how it works. you can get the code from jsfiddle as well
$.namespace("liteframe.actions.controller");
//OR [...]

Uncategorized Read more

HTML5 Logo with canvas

Jan 22, 2011 No Comments by Mahdi Pedram

As you guys all know, w3c has released a new logo for HTML5
which is really cool they even have made T-Shirts with HTML5 logo on it.
So I was thinking to myself, what’s the coolest thing that I can to promote HTML5 LOGO .
Yeaaah, HTLM5 Logo With CANVAS No Need for any Image .

check [...]

Uncategorized, html5 Read more