Partial release of Jetendo CMS is now available for download on GitHub
Tue, Jan 28, 2014
Jetendo CMS is the software that powers all my web sites and it is designed automate my web development as much as possible and allow delegation of certain tasks to others with a very consolidated / optimized core.
Jetendo Core
There was a p... Read More
Code quality in current state of my open source projects
Tue, May 14, 2013
There are a great deal of negative things one could say about the source code I write when comparing it to various coding standards and best practices. I'm not claiming that my work is at the highest level of polish. Anything can b... Read More
CSS sprite map automation is now released as open source
Mon, May 13, 2013
Being able to generate a sprite map of all the non-repeating images used in your CSS files can help cut down on the number of requests to load your web site. This optimization technique has been used on many high profile web sites, including Fa... Read More
My first open source project is born: db-dot-cfc
Sat, May 11, 2013
I have finally published some of my work online as a free open source project.
This first project is called db-dot-cfc and it can be found on github.com right now.
https://github.com/jetendo/db-dot-cfc
I also spent a few days building an exc... Read More