somethingJava is a website design company that specializes in development of content managed websites at an affordable cost. Web design for all, to us, means we can fit the needs of small to enterprise businesses.
   To learn more about bluApple click here

bluApple ColdPress current release 2.5

Recent Projects

Recent Blogs
Blogs from the respected
Posted: 08/27/2010 at 10:09 AM by Marco Williams
Tags: Support, bluApple, Training
I wanted to remind everyone that is downloading bluApple 2.5 ColdPress that we offer ( by appointment only ) free training on the usage and development with bluApple. We will show you via an Online Session how to get started with bluApple. How to effectively develop with the application and how easy it is to use and customize.

Posted: 08/21/2010 at 2:23 PM by Marco Williams
Tags: Donations
somethingJava, LLC is now accepting donations towards maintaining and developing bluApple ColdPress CMS. Your donations will go towards resources to maintain development servers and allow somethingjava to dedicate time from its current customer base to continue development of the software.

Creating Base64-Encoded Data URLs For Images In ColdFusion
09/01/2010 at 10:31 AM by Ben Nadel
Typically, when we want to include an image in a web page, we use an IMG tag with a SRC value that points to a file located on the server (ex. my_image.jpg). Modern browsers, however, allow us to embed images directly in the page markup as Base64-encoded "data urls." For caching and performance reasons, you generally wouldn't want to use data urls to define your images; however, in some cases, it's tremendously useful to serialize and reference an image without needing an additional HTTP requ ... Read More »
Using jQuery's Proxy() Method In Event Binding And Unbinding
08/31/2010 at 10:56 AM by Ben Nadel
Yesterday, I explored the use of jQuery's native event management in the creation of object-oriented publication and subscription (pub/sub) functionality . In order to do this, I had to make use of jQuery's new proxy() method that allows function callbacks to be executed in the context of an object instance rather than a DOM node (which is typical ... Read More »