Android 4.2 SDK setup

Simple steps: 1) install Java JDK downloaded and installed JDK 7u13 64Bit 2) install Eclipse Classic 4.2.1 64Bit http://www.eclipse.org/downloads 3) Android SDK Tools available from http://developer.android.com/sdk/index.html unzip to C:/sdk 4) Proxy setup for next ADT install Android SDK Manager/Tools/Options Proxy Settings: HTTP Proxy Server: proxy HTTP Proxy Port: 8080 5) …

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