Category: The Others
-
Storing ASP.NET MVC Controllers & Views in separate assemblies
Dustin Davies explains how to ASP.NET keep MVC Controllers and views in separate assemblies.
-
Zend Framework 1.10.4 Released
On behalf of the Zend Framework community, I’m pleased to announce the immediate availability of Zend Framework 1.10.4, our fourth maintenance release in the 1.10 series.
-
PHP Security: Are you paying attention?
In a recent post to his blog Rafael Dohms reminds readers to not forget about the security of their applications because it can be “a huge mistake which can take a turn for the worse.
-
Android ‘Donut’ SDK released: What’s new inside
By Tim Conneally, Betanews Google’s Android development team has made the latest Android SDK available, providing a complete view of all the new features that “Donut” (Android 1.6) will provide. While most of the features included in this incremental update are no secret, this is the first time they have been presented to the public…
-
Preview of WebKit’s WebGL / Canvas 3D
“WebGL is basically an initiative to bring 3D graphics into web browsers natively, without having to download any plugins. This is achieved by adding a few things to HTML5, namely, defining a JavaScript binding to OpenGL ES 2.0 and letting you draw things into a 3D context of the canvas element.”