I’m moving away from the elder GET/POST background that Rollator was founded upon for authentication – it’s vulnerable to various issues, and, well, I was lazy.
I’ve changed to cookie based authentication now, with the password stored as a salt with a 5 minute timeout, which is localized via $qbof...
It’s trivial, and lacking as compared to my JavaScript native bookmarklet, but here’s how you might accomplish the same thing in AppleScript, er, which uses JavaScript. Note that the slashes are merely to break the lines, you should remove them. ;) Note that it requires the GUI Scripting software...
…and I just had to try it. It’s so archaic, it makes AppleScript look as extendable as Perl with ALL of CPAN installed locally. Curious? It’s Escapade, an interpeted language only available for use as a Server-Side CGI.
The Language is similar to BASIC, yet at the same time, is just as comforta...
Using GD within PNG is much akin to writing a 3D graphics engine in GWBASIC – not only is it implausable, but it’s annoying and fairly fruitless.
I made a clock. You can see the source, as well. Forget where I snagged the logic. It doesn’t take to localization very kindly. ;)
And the world rejoiced! Not only is there an iTunes for Windows now, iTunes finally reports the title of the song currently playing in the stream.
This means that we can finally somewhat obtain information to log whist streaming.
The easiest way to obtain this data is to ensure that it’s actuall...
I know there has to be a half-million ways to do this, and PHP offers at least, oh, three of them, natively.
Suppose, though, that htmlentities(), htmlspecialchars(), and the like don’t quite do what you want. Let us assume that you want to convert an entire string into it’s HTML equivalent, to, o...