Keith Kim’s Blog
Technology, Development, Tech Trends, Tech Team Management
6th
DEC
Trying Erlang
Posted by Keith under Development Tools, Erlang, Unix/Linux
I tested DB and Yaws a bit, and found DB access wasn’t working for Solaris version of Erlang. After some digging, I found that iodbc does not work. There are two (open source) flavors for ODBC in Unix. iodbc and unixODBC. I recompiled Erlang with unixODBC, and DB access works — sort of. Still some SQL doesn’t work properly, and I haven’t figured it out yet. But it’s good enough to test Erlang and Yaws for now. For Ubuntu, no problem. Installing Erlang, ODBC, and Yaws were effortless. But I like Sparc Solaris I use at home. :-) It’s quite old, but still have enough disk space, RAM and works extremely well.
unixODBC: http://www.unixodbc.org/
One thing about Yaws on Solaris — while I was building Yaws, I got an error from ‘id’ with option ‘-u’. This is due to Solaris 9’s ‘id’ (located in /usr/bin) doesn’t support -u option. I temporarily changed GNU’s ‘gid’ to ‘id’ and it built correctly.
1st
JUL
PODS (Palm OS Development Suite) does not work on Vista
Posted by Keith under Development Tools, PDA
Tried everything. I’ve gotten to the point where I can compile and get .prc file, but it just doesn’t work with IDE’s debugger, nor it launches the compiled PRC file to the simulator or emulator.
IT ONLY WORKS ON XP.
Of course, you can just drop the compiled .prc file onto the emulator/simulator and use the stand alone debugger it comes with. But it is two extra steps — if you have a copy of XP, then it’s better to use VMWare or VirtualPC + WinXP.
I’ll post more info later.
…but it’s better to write apps for Android anyway…IMHO.
19th
MAY
Eclipse Plug-ins
Posted by Keith under Development Tools, Java, Tips
Here is list of Ecplise Plug-ins I use:
- CDT (C++)
http://www.eclipse.org/cdt/ - Azzurri (DB)
http://www.azzurri.jp/eclipse/plugins/ - Perl
http://e-p-i-c.sf.net/updates - Maven
http://m2eclipse.sonatype.org/update/ - PHP
http://download.eclipse.org/tools/pdt/updates/ - PHP Debugger, Zend Debugger
http://downloads.zend.com/pdt - JavaScript Debugger, JSecplise
http://download.macromedia.com/pub/labs/jseclipse/autoinstall - Python
http://pydev.sourceforge.net/updates/ - Scala
http://www.scala-lang.org/downloads/scala-plugin/ - Subversion (Subclipse)
http://subclipse.tigris.org/update_1.4.x - Android (ADT)
https://dl-ssl.google.com/android/eclipse/
References:
- PHP and eclipse
http://2tbsp.com/content/getting_started_eclipse_php_development_tools_(pdt)
http://mprobst.de/SherlockWeb/?postid=2 - Scala plug-in, demo video
http://www.scala-lang.org/docu/movies/plugin_win.html - Getting Started with Scala
http://www.scala-lang.org/docu/started.html - First Steps to Scala
http://www.artima.com/scalazine/articles/steps.html - php.ini in WAMP
http://www.en.wampserver.com/faq.php#q3
19th
Useful Firefox extensions (add-ons)
Posted by Keith under Cool Apps, Development Tools
Although not perfect, I use Firefox as my primary browser, along with IE and Opera (for different purposes). I use Firefox especially for development and bookmarking because its rich set of extensions. I’ve been using following extensions for a while and they’re very useful:
- Adblock Plus
- Advanced Bookmark Search
- Bookmark Duplicate Detector
- Dictionary Tooltip
- Bookmark quick folder
- Delegate to Remember The Milk
- Enhanced Bookmark Search
- Evernote Web Clipper (installed with EverNote v3 Beta)
- Fast Video Download
- Firebug
- Flashblock
- Flat Bookmark Editing
- Foxmarks Bookmark Synchronizer
- Google Gears (Installed with Google Gears)
- Google Notebook
- Live HTTP Headers
- Locate in Bookmark Folders
- PDF Download
- SEO for Firefox
- SEOPen
- Server Spy
- Show IP
- Speed Dial
- Tab Mix Plus
- View formatted source
- View Source Chart
- Web Developer
31st
JUL
Windows and Unix
Posted by Keith under Cool Apps, Development Tools
Here is list of windows software for developers who work with Unix/Linux often:
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Jul | ||||||
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 | |||
Recent Posts
- Using SVN in Mac
- Setting up CVS pserver on OSX 10.4 and up (10.5, 10.6)
- PhoneGap: development apps for iPad
- PhoneGap install
- iPhone and iPad development
Recent Comments
- Pranav on Intro: Java ME and Palm
- Keith on Code Review tools
- Jesse Gibbs on Code Review tools
- pdumsproject on MS Project replacement (Desktop apps)
- sparky on EverNote, better than Microsoft OneNote
Categories
- Apple
- Architecture
- Books
- Clojure
- Cool Apps
- Development Tools
- Erlang
- Fun
- Golang
- iPhone iPad development
- J2EE
- J2ME
- Java
- Lisp
- Management
- PDA
- Sites
- Tips
- Unix/Linux
- Windows
Archives
- July 2010
- June 2010
- January 2010
- December 2009
- November 2009
- July 2009
- May 2009
- January 2009
- December 2008
- November 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- April 2007


