momentjs is awesome!
I just wanted to say that this library http://momentjs.com/ is totally awesome! If you dont know it yet, check it out, read the documentation and enjoy!
I just wanted to say that this library http://momentjs.com/ is totally awesome! If you dont know it yet, check it out, read the documentation and enjoy!
An animation i made yesterday: http://www.newgrounds.com/portal/view/593867
I was trying to generate a link, and open a custom user interface to generate eventualy the src of the link, but for some reason IE8 wasn´t generating the link using execCommand. But the createImage command WAS working… so my workaround was this (i was using t his from inside a NiceEdit plugin)
this.ne.nicCommand("insertImage", "dummy");
var hook = $("<a href='#' class='hidden'></a>").appendTo("body");
$("img[src='dummy']").after( hook ).remove();
from that point on, i have a reference to the created link, and i can do whatever i want with it.
I made this library a while ago http://tracehello.wordpress.com/2009/10/29/flash-library-batch-rename-prefix/ and today i was trying to install it on CS5… using the Extension Manager wasnt enough… because it was made for CS4 it will install the files on the folder CS4 asosiated with your user folder…
to add it to CS5 just: