NavigationUser loginWho's onlineThere are currently 0 users and 2 guests online.
|
Windows XP SP2: Session Manager Initialization fails with status 0xc000026cA few days ago, a coworker got the following BSOD while booting:
Known either as error GeenStijl roept christenen op tot actieArme redactie van GeenStijl. Na de kruisigingsact van Paul de Leeuw op Symphonica in Rosso hadden ze natuurlijk alle hoop gevestigd op Christelijk Nederland. Niets is natuurlijk zo smeuig als fundamentalistische christenen die met een waarschuwend vingertje de nationale knuffelhomo terug proberen te fluiten. Homoseksualiteit en de ChristenUnieDe mening van een lid De laatste maanden is er het nodige aan ophef geweest omtrent de ChristenUnie en "ons" standpunt rondom homoseksualiteit. Een voorbeeld hiervan is het opstappen van het enige fractielid voor de CU uit Wageningen nadat zij een relatie met een vrouw was aangegaan (CU-W, 27-09-07). Dit besluit nam zij nadat ze hierover had beraad met de steunfractie en het lokale bestuur. Een deel gaf aan moeite te hebben met de situatie, waarop zij haar conclusies trok. By FST777 at 30 Oct 2007 - 19:19 | Politics | ChristenUnie | GeenStijl | homoseksualiteit | read more | FST777's blog | 19 comments
Obfuscate JavaScript (with PHP)There are many reasons to obfuscate JavaScript code, not the least of which is protecting your creation. One should remember though, that obfuscating does nothing more than discouraging users to use your code. Someone who really wants it can easily grab your code anyway, since they should still be able to obtain it for execution in the browser. Anyway, here are some of the techniques I use: By FST777 at 14 Jun 2007 - 11:24 | Programming | JavaScript | PHP | read more | FST777's blog | add new comment
Minimize memory leaks in Firefox, Explorer, YourBrowser....We all have heard the myth / fact that Firefox is a memory hog after extended usage. We also might have heard the reply that Explorer is no better. Both might be true, but part of the problem might be at our side, the web developers. When someone programs an application, (s)he should be aware of memory management. It's a sort of rule, actually. So why not make that count for web developers too? By FST777 at 5 Jun 2007 - 20:49 | Programming | JavaScript | read more | FST777's blog | add new comment
DOMParser.parseFromString() in ExplorerAnother bit of JavaScript goodness. Gecko-based browsers (and some others) have a beautifull feature called DOMParser. With this function it is trivial to parse a string containing XML and handle it as a DOM object. This is extremely handy in a myriad of cases. Unfortunately, Internet Explorer does not support it. I've been told that older versions of Safari also won't eat it. So that might also be true for older Konqi's. Not to worry. Both cases have some form of architecture which makes it possible. But we don't want repeating, obfuscating code. And we don't want browser-detects. Here is the deal: By FST777 at 28 May 2007 - 12:41 | Programming | AJAX | JavaScript | read more | FST777's blog | 2 comments
Cross-browser XMLHttpRequest with JavaScriptIn some webapplications and in more and more websites, there are multiple times where an AJAX call is placed. Since the implementation of XMLHttpRequest is slightly different in Internet Explorer than it is in all it's competitors, this requires multiple lines of code just to create the object. So here's a fix. By FST777 at 15 May 2007 - 23:59 | Programming | AJAX | JavaScript | read more | FST777's blog | add new comment
Thorough look at PHP's pcntl_fork()Even for die-hard PHP coders, pcntl_fork() can be quite daunting. The trouble is, most PHP users have learnt to code linear, and mostly only for outputting dynamic content, like webpages. The pcntl-functions (and to some extent the posix-functions) are different: they provide methods to program interactive applications unsuitable to run in a webenviroment like Apache. It's quite possible to program your own webserver in PHP using these methods. When you did some serious programming in languages like C, pcntl_fork() shouldn't have any secrets for you. It behaves almost identically like fork() does. However, for the novice application programmers amongst us (like I am), pcntl_fork() will appear highly illogical. |
What am I doingRecent blog posts
|