-
Archives
-
Meta
Category Archives: Programming
20 Years Early; Java Applets
Flash Wasn’t Sun’s Java Applet technology was 20 years early, but Flash wasn’t. Two years after the Java Applet technology first appeared, which enabled Java bytecode to run directly in the browser, Macromedia came in with Flash (technically one year … Continue reading
Posted in Programming
3 Comments
PHP6 – Not out but books are
So yersterday I bought this book at Chapters called Professional PHP6. I was actually very puzzled that the PHP6 launch got under my nose like that. Oh well I thought, better learn it now when it’s new. So, I arrive … Continue reading
Posted in Programming, Web Developement
Leave a comment
Shorthand conditional statements
This article uses ECMAScript as its example language. See bellow for language-specific information. The shorthand conditional statement, or ?:, is also know as the ternary operator. Although it exists in virtually all programming languages, the conditional operator ?: remains a … Continue reading
Posted in Programming, Web
2 Comments