I'm making a tiny application, and I'm using post-data. And the PHP 5.3 throws warnings if i don't check if a $_POST variable is set before trying eg. $var = $_POST['somevariable'];
I am using editArea for a project of mine. And I am using two buttons to save the content of the editArea. One "Save" (which will go directly through form, to php, and then be redirected to...
I'm trying to figure out how to write the regexp pattern for a text which consists of many values. ex. "1,3,55,7" or "4,2,7,3,6,8,13,33,453". So the amount of values does not matter, and the...
Thanks aj_nsc, for being supportive of my experimentations. I tried your suggestion, and it seem as though it's not working like that either... :/
Fang.. Why be so negative towards experimenting?...
I've been searching around the web on the subject of how to change the content of the standard right-click menu. But the only thing I can find is how to make your own JavaScript right-click...
I'm building a javascript image gallery. Which uses my user defined tag "gallery".
And now I want to add this to a DTD document, so that it can be properly validated.
Thanks for that. But the thing is that it was just a simple little thing for a image gallery. And that was the easiest way of making it. Or something. I don't really remember. But I see what you...
I'm currently developing a web-page where I need to call a as3 function with a javascript. And the code works for eg. Internet Explorer, but not for Firefox 3.5.3.
Well Mindzai... You are totally right...
The thing is that I have already secured it so only certain people can get to it.. But I just want to make it harder for them to really find this swf, so...