I've been a Prototype adept for a while, but I am planning to switch over to jQuery soon; it appears to be more powerful and usable, at least for me.
The problem is, some of my projects use...
I'd suggest the "anchor" way that is sort of like what Twitter does.
I don't know if it's any good or if it's not too clumsy, but for your consideration.
So basically I need to read a couple of HTML nodes from an HTML file on a remote server.
Since XSS Ajax isn't possible, I have a PHP file on my server that reads the URL and returns...
I always wanted to know how to arrange uploading of multiple files without resorting to Flash. I actually even know a great example of such an upload form:...
i use medit (MooEdit) both on Linux and Windows. it's pretty flexible, with great syntax highlighting (for some reason i can't live without it), and has easy-on-the-eyes color themes (such as...
thank you so much for explaining canvas to me! my biggest mistake was that i thought that the save() and restore() methods saved/restored the pixel data of canvas. now i understand that,...
from what i know, an iframe with designMode = 'On'; works as an editable area where you can insert whatever tickles your fancy.
i haven't tried it myself, so i can't recommend it, but it looks like...
Sadly, with this code, i'm getting an "Uncaught Error: SECURITY_ERR: DOM Exception 18" on the line var imgD = c.getContext("2d").getImageData(0, 0, c.width, c.height);...
Hello all.
I'm quite new to HTML5, so i guess i'm just doing something wrong. What exactly is wrong is beyond me :(
So, i have a canvas element with an image already put onto it by the "drawImage"...