https://github.com/thomascube/vcfconvert
How to Update WordPress Automatically Without Using FTP
Insert FS_METHOD
define('FS_METHOD','direct');
http://www.hongkiat.com/blog/update-wordpress-without-ftp/
PHP – OOB
http://www.killerphp.com/tutorials/object-oriented-php/php-objects-page-3.php
zend framework best practices
http://joegornick.com/2009/12/02/zend-framework-best-practices-part-2-i18n/
add bash script syntax on Eclipse
Using the update site
Use the regular install method with the following update site link http://sourceforge.net/projects/shelled/files/shelled/update/
Using zipped update site
- Download net.sourceforge.shelled-site-2.0.3.zip
- Select Help > Install New Software…
- Now select the “Add” again, use the “Archive…” button to select the downloaded zip-file as source.
- Install ShellEd
Important note: ShellEd is compiled with Java 7, it might work with Java 6 but it’s not tested, so ensure you’re using Java 7 with Eclipse. If you use Java 6 you are on your own though I’ll happily apply any patch to fix compatibility. Thank you to zero_sum, who wrote: “After changing the -vm arg in eclipse.ini and restarting I can see my shell scripts in all their glory.”
To check ShellEd is installed:
- Select Help > Install New Software…
- Click What is already installed?
- Look for Shelled in the list under the Installed Software tab.
- Try opening a shell script with a .sh file extension. It should be syntax highlighted.
- Try creating a Shell Script Project (File > New > etc.). Create a blah.sh shell script. Put a common Unix command in there like “cat”. Double-click cat. A man page for cat should pop-up after a short delay.
http://sourceforge.net/apps/trac/shelled/wiki/Documentation/InstallGuide