Which is the best PHP framework ?
This is the question which has been asked which PHP framework should I use for next project. That's why I've run a poll get the views of the dzone's... more »
3 commentsSave Tags: frameworks, opinion, php
Java Game Tutiorial : Shoot 'Em Up with LWJGL
Great tutorial from Fabien Sanglard that will help you learn the basics of a game engine and a bit of OpenGL.
0 commentsSave Tags: games, how-to, java
The Most Reusable Piece Of Code Ever…Period
Can anyone else think of a cleaner, more highly used piece of “pocket code” than the good old State enumeration that they have used time and time... more »
7 commentsSave Tags: .net, java, opinion
10 Killer Firefox Extensions That You Probably Don’t Know About
This isn't the usual list of extensions that everyone is used to using, but 10 add-ons that many may not know about, but can be very useful for... more »
2 commentsSave Tags: tools, usability
The Secret (Correct) Implementation of Equals
What is the correct way to implement object equality? There is no dearth of advice on this subject. If you google it, you’ll find a number of blogs... more »
0 commentsSave Tags: java
Exception Handling Best Practices
Alexander Klimetschek describes patterns and anti-patterns for usage of exceptions. A must-read reference for API design.
1 commentsSave Tags: frameworks, java, methodology
Javascript Performance - Part 3 - Object instantiation and namespace simulation
In this third post about Javascript performance, I'll make some tests on object instantiation, and about using objects to simulate namespaces.
0 commentsSave Tags: javascript, methodology, opinion, usability
How Can Theory of Constraints Help in Software Optimization?
The Theory of Constraints (TOC)[1] is a philosophy of continuous improvement which is defined as a framework that can be applicable to many... more »
1 commentsSave Tags: opinion
Optimising your application
When I first released PerfectTablePlan I considered 50-200 guests as a typical event size, with 500+ guests a large event. But my customers have been... more »
1 commentsSave Tags: c-and-cpp, tools
CSS Unworking Group
Whether you agree or disagree with the motivations for Opera's action against Microsoft, the effect of their action on the CSS Working Group is... more »
0 commentsSave Tags: css-html, opinion, standards
Opinion: Refactoring is a Necessary Waste
Refactoring is one of the key technical practices in the Agile developer's toolkit. Refactoring also has no measurable customer value by its very... more »
1 commentsSave Tags: methodology, opinion
OpenMesh/D - library for manipulating polygonal meshes
OpenMesh/D is a native port of of OpenMesh to the D programming language. OpenMesh is a library for manipulating polygonal meshes. The underlying... more »
0 commentsSave Tags: other languages
via