Recently I was trying to separate a foreground image from its background so I could put the image on a new background of a completely different color. There is a GIMP tutorial, but it failed to help me remove the ugly white or colored edges from the foreground. Here...
Here’s a nice way to turn on JSONP for CakePHP. JSONP, or JSON with padding, is necessary when you want to include JSON from a site different than the one you’re on. A good explanation for what JSONP is can be found here:...