vergil santos
my little turf in the net
Monday, February 13, 2012
Downloaded Aptana (for my PHP Dev't)
Downloaded Aptana Studio 3.0 for PHP dev't here http://www.aptana.com/downloads/start for mac OSX
Wednesday, February 1, 2012
KeePass Password Safe (journey into)
Searching on how to implement plug-ins for Safari, Chrome & Firefox (for mobile) for the Digital Wallet app for iOS (for a project here at current full time work at iDigital) I stumbled into KeePass. The plug-ins should provide auto fill functionality for websites in Chrome, Firefox and Safari (this is based from the 1Password app)
The great thing about KeePass is it's open source and it has available extension for Auto Form Fill for Chrome and Firefox. and the firefox extension is also open sourced.
The KeePass plugins available:
http://keepass.info/plugins.html
The source for the auto fill extension in firefox:
https://github.com/pfn/passifox/
For the Chrome extension:
https://chrome.google.com/webstore/detail/ompiailgknfdndiefoaoiligalphfdae/details
The download for KeePass (it has ports for Linux and OSX):
http://keepass.info/download.html
http://keepass2.openix.be/
- I have to install MonoFramework in OSX
- then install KeePass after
For the KeePass source:
http://sourceforge.net/projects/keepass/files/KeePass%202.x/2.18/KeePass-2.18-Source.zip/download
For the Keepass Android version source:
https://github.com/bpellin/keepassdroid
Other open source password managers:
http://www.makeuseof.com/tag/4-open-source-password-managers-passwords-safe/
The great thing about KeePass is it's open source and it has available extension for Auto Form Fill for Chrome and Firefox. and the firefox extension is also open sourced.
The KeePass plugins available:
http://keepass.info/plugins.html
The source for the auto fill extension in firefox:
https://github.com/pfn/passifox/
For the Chrome extension:
https://chrome.google.com/webstore/detail/ompiailgknfdndiefoaoiligalphfdae/details
The download for KeePass (it has ports for Linux and OSX):
http://keepass.info/download.html
http://keepass2.openix.be/
- I have to install MonoFramework in OSX
- then install KeePass after
For the KeePass source:
http://sourceforge.net/projects/keepass/files/KeePass%202.x/2.18/KeePass-2.18-Source.zip/download
For the Keepass Android version source:
https://github.com/bpellin/keepassdroid
Other open source password managers:
http://www.makeuseof.com/tag/4-open-source-password-managers-passwords-safe/
Tuesday, January 31, 2012
Macintosh Finder: Reasons for Slow Operation
I experienced very slow finder once in a while in the Mac Air 11" with OSX 10.7. After searching I tried this one. It seems to work things out:
What could make the Finder run slowly?
DISCUSSION -----------------------------------------
A slow Finder is not caused by the size of the disk, but by the size of the
Desktop file. The size of the Desktop file is not directly related to the
number of files it contains, but to the number of icons and file comments.
The number of icons is related to the number of applications. Slow
operation becomes a problem for hard disks with more than 50 applications.
The number of comments is a problem only for those who add a comment to
every file and folder. This is typical with public domain software. To
remove all comments, you can rebuild the Desktop file in one of two ways.
- You can delete the Desktop file in ResEdit.
- You can hold down the Command and Option (aka Alt) keys while you start up your
computer.
These operations remove the comments and speed things up appreciably.
Taken from: http://support.apple.com/kb/TA46935?viewlocale=en_US
Monday, October 17, 2011
Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE
I have recently experienced
Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE in my Android application when I am trying to Run and install my app on the emulator.
What I did was: add -partition-size 1024 when launching the emulator.
Monday, October 10, 2011
Make Android Allocate More Memory on your App
android:largeHeap="true". Introduced in Android 3.0 (API Level 11)
Sunday, August 14, 2011
Beginner's Error in Android



Currently I don’t get why I am experiencing this error in Android. Hopefully when I study Android’s intricacies further then I will be able to understand the reason behind this error….
I found a similar case (actually there are a lot of cases where developers encounter this same if not related error in android development) of The specified Child already has a parent Error in developing Android applications. Here's another case of Specified child already has a parent.
Basically, you should call removeView from the parent View first before adding another Child View. Either that or consider designing your code in a different way.
Thursday, August 11, 2011
Started reading The Busy Coder’s Guide to Android Development-3.1.

started reading The Busy Coder’s Guide to Android Development-3.1. (But my top priority will still be being able to make a product)
(Update on this blog, after almost a month. I think). Right now I have put down the e-book temporarily because I was so busy during the last weeks but I am meaning to get back on reading The Busy Coder’s Guide to Android Development-3.1.
You can follow Mark Murphy of the book mentioned from commonsware.com
Right now I can say that the book is a good read from what I have read and browsed so far in the book. It features useful basic API of the Android UI components' functionalities.
Subscribe to:
Posts (Atom)