Posted by SkyLined on October 31st, 2008 in JavaScript and Security ·
Dan Crowley recently released a paper (txt, pdf) describing how web servers installed on various Operating Systems (OS) respond differently to certain requests depending on which OS they are installed on…
Posted by Cipher on September 30th, 2008 in Uncategorized and php ·
I’ve read several websites which claim that string concatenation is outperformed by array joining in PHP. I know from firsthand that this certainly is a fact in ASP. And it’s considered a ‘best practice’ in Javascript and probably several other languages. But PHP has always been a bit different on some parts, so I decided to test this and came to some interesting conclusions.
Posted by SkyLined on September 16th, 2008 in Browsers and JavaScript ·
I’ve put a new version of JSSh, my interactive JavaScript Shell, online at http://jssh.skypher.com. I’ve replace the error handlers and object visualization routines, which should improve your grasp of what’s going on in various browsers…
Posted by SkyLined on August 26th, 2008 in Firefox, Internet Explorer, JavaScript and Safari ·
I’ve created an example script that outputs a stack dump in JavaScript. It shows all the functions that have been called, their arguments and the values of these arguments. I find it to be very useful while writing complex JavaScripts - I use it in asserts and error handlers to find out why things go wrong quickly…
Posted by Cipher on August 15th, 2008 in Google, JavaScript and Plugins ·
I’ve updated my userscripts for Google with Greasemonkey.
Google Instant Type
I added the Classic homepage to the list where it should add the buttons…
Posted by Cipher on July 28th, 2008 in notepad++ and php ·
Jens Lorenz’ function list plugin is a very handy tool!
After installation, there are a few things you need to customize…
Posted by Cipher on July 11th, 2008 in HTML and php ·
Notepad++ released 5.0 some time ago, and recently a rebuffed version. It’s looking good!
I have some small adjustments for myself and maybe for you.
[ctrl]+[enter] now opens the function suggest by default which was the QuickText Replacer…
Posted by Cipher on May 26th, 2008 in php ·
After reading up on SkyLined’s post I thought it might be nice to try some in PHP…
Posted by SkyLined on May 20th, 2008 in JavaScript ·
I’ve created a command line version of JSSh, should you find need for it like I did…
Posted by SkyLined on May 7th, 2008 in 256b, JavaScript and demo ·
Everybody that has a fascination with computers and programming will have seen “demos”; programs intended to show off some cool graphics that are supposed to be the cutting edge of what’s possible in that specific language…