Two of my favorite Eclipse Plugins

Posted April 16th, 2010 in PHP, Programming, Technology by Louie Miranda

Just want to share my two favorite Eclipse Plugin.

  1. AnyEdit tools plugin for Eclipse
  2. FileSync plugin for Eclipse

All made by Andrei Loskutov

Continue Reading »

A code to deeply remove multiple quote’s (\\\\’) and make it just a single quote ‘ and so on

Posted April 15th, 2010 in PHP, Programming by Louie Miranda

The PHP string function “stripslashes” only remove’s a certain “\” on a string. Here’s a good code I found to deeply remove multiple \\\\\ on a string.

Continue Reading »