My new adventure with Celice started after I committed to making CraftyJS better by fixing the problems I saw with it, which were bugs, technical cruft (lack of documentation/tests and encapsulatio...
http://stackoverflow.com/questions/3169993/overriding-static-members-in-derived-classes-in-php?rq=1The above link has a great example of what I want trying to do. I was trying to assign static vari...
I've been discovering ways to manage data/resources in my database for Dark Gale and one way I found was to manage resource states, locks, and actions. Resource States are basically a link to a res...
http://isagoksu.com/2009/development/java/naming-the-java-implementation-classes/
I've been looking at some Javadocs for Hadoop and Hazelcast to name a few and I've been seeing this Impl suffix as e...
https://github.com/normano/exsystemTo be consistent with my Open Source declaration, I decided to release this thing. It is a library that provides common tasks in a wrapped form. Mainly created fr... Annotation Weirdness
http://stackoverflow.com/questions/305880/hibernate-annotation-placement-questionFor a weird reason, it doesn't like @Id annotation on a field. It fails to get the type when I p...
Wow, git post-merge hook changes my repo locations entirely. I used to have my repositories located in the same location as the production and staging directories, instead with post-merge hook I ca...
My approach to contributing to open source will be on a 80%/20% scale where 80% of the code is proprietary and closed source and the other 20% will be open source and on GitHub. Open source code is...
There is not much to say other than I got rid of the gradients because I made unduly use of them, so it looks wayyyy better than before. I understand color interaction much better than before.
New:
...