• Latest
  • Popular
  • Features
Java 7: What's in it for developers
Image

Java 7: What's in it for developers The long-awaited release got off to a rough start but offers a multitude of improvements for developers Although the release late last month of Java SE 7 did not come off without a hitch -- serious bugs...

Researchers Expose Cunning Online Tracking Service That Can’t Be Dodged
Image

Researchers at U.C. Berkeley have discovered that some of the net’s most popular sites are using a tracking service that can’t be evaded — even when users block cookies, turn off storage in Flash, or use browsers’...

JavaScript Gets Visual With Waterbear
Image

Waterbear, a new "Scratch- like" visual programming language made its debut at a JavaScript conference this week. Waterbear is the brainchild of Dethe Elza who presented it at the JSConf held in Portland on 2-3 May 2011. Inspired by Alan...

PostgreSQL devs lift open source database to enterprise heights
Image

The release of the first beta of version 9.1 of the open source PostgreSQL database has opened a new era in enterprise-class reliability and data integrity that can compete with the big names, say its developers. PostgreSQL core team...

Setdolor sit amet, consectetur adipisicing elit, sed do eiusmod
Image

Pellentesque pulvinar tincidunt quam, eu fringilla leo mollis vel. Vivamus odio lacus, interdum et adipiscing vel, tristique quis leo. In at sapien libero, in rutrum risus. Donec feugiat porta neque, nec rhoncus eros ullamcorper eu. Sed...

Magna ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
Image

Proin dapibus risus vitae arcu dignissim feugiat. Pellentesque porttitor dui vel elit tincidunt sodales. Curabitur facilisis est vitae felis adipiscing eget viverra dui suscipit. Morbi eget lacus purus. Sed mi ipsum, accumsan et vulputate...

Our Services

Whether you need a brand new web site or want to improve an existing site, we offer the depth and breadth of knowledge to help improve your bottom line.

Developer Blog

Previous Next
  • 1
  • 2
  • 3
Setting up Lamp and Cakephp

Setting up Lamp and Cakephp

I've had to do this so many times now and was asked the other day for a good piece of information on a  way to startup a project from scratch using cakephp so I thought I would just write up exactly how I do...

Subversion on shared hosting

I found this script that has been compiled by several people over the years and different version that will install subversion on a shared hosting server. {codecitation} ### installation ###mkdir srccd srcwge...
Cropping With jQuery in Rails

Cropping With jQuery in Rails

In this example I'm basically creating a way for users to create a properly scaled avatar or profile picture.  This will allow all the images to be the same dimensions. ...