ant 1.8.4 installation on window 7

Few tips for ant installation on win7. 1) download ant binary from http://www.apache.org/dist/ant/binaries/ unzip binary to local apache-ant-1.8.4 folder. 2) setup ant run env ANT_HOME: C:\apache-ant-1.8.4 add to PATH: %ANT_HOME%/bin open new terminal, verify ant version: cd %ANT_HOME% ant -version Apache Ant(TM) version 1.8.4 compiled on May 22 2012 3) …

Install new ipython

Following up the installation guideline in link: http://ipython.org/ipython-doc/stable/install/install.html 1) install python 3.3 http://www.python.org/download/ 2) pythreadline https://launchpad.net/pyreadline/+download only pythreadline 2.0 for python 2.6, 2.7, 3.x 3) install ipython-0.13.1 32bit python setup.py install 64 bit not supported in Console2 4) config in Console2 ipython3 or python Scripts\ipython3-script.py

PHP memory limit

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 24 bytes). This just means php memory limit is not enough, by default is 32MB, can be increased to 100MB, the problem is you need to change php.ini in all sub site, lucky is some hosting like bluehost …

Update wordpress post with twitter and facebook fan page

Updating wordpress post to twitter is quite easy, there are so many share plugins can do this, I used Sharedaddy which installed in WP 3.0.1. The tough thing is to update wp post to facebook fan page since all current share plugins is only to update with facebook user profile, …

PHP Photo Album

Very good PHP photo album easyPhpAlbum http://www.mywebmymail.com/ just one index.php but with very good features, auto generated thumbnails at first time. amazing site including easyPhpAlbum http://www.fotoworkz.com customize: 1) main configuration.php 2) sub album configuration.php note: before try php image handling need to open php gd in php.ini

Install jython on Solaris

ftp jython-2.1.class to server install without GUI java jython_21 -o /home/dev/jython demo lib source add path to $HOME/.cshrc setenv PATH ${PATH}:/home/dev/jython setenv CLASSPATH .:/home/dev/jython/jython.jar first time run jython *sys-package-mgr*: processing new jar, ‘/home/dev/jython/jython.jar’ *sys-package-mgr*: processing new jar, ‘/usr/j2se/jre/lib/rt.jar’ *sys-package-mgr*: processing new jar, ‘/usr/j2se/jre/lib/sunrsasign.jar’ *sys-package-mgr*: processing new jar, ‘/usr/j2se/jre/lib/jsse.jar’ *sys-package-mgr*: processing …