Posty runs on Linux
Posted by CesareI took some time to test Posty on Linux. Inspite the fact that Adobe Air for Linux is still alpha version, I am surprised that Posty runs fine on major Linux distributions. The only issue, first identified by Daria, is that Posty is memoryless, that is you set it to remember login data, but when …
Read moreMicroblogging is simple with Posty
Posted by CesareI created a quick screencast which shows how simple is to microblog by means of Posty. Posty Screencast from funkyboy on Vimeo.
Read moreDeleting Encrypted data in Adobe Air
Posted by CesareAdobe Air apis allow storing encrypted data on your hard drive. During a conversation with an Adobe engineer I discovered that data are stored in this directory: Adobe/AIR/ELS/ For example on my mac data are stored in: /Users/MYUSERNAME/Library/Application Support/Adobe/AIR/ELS Of course you can delete encrypted data via code by using: EncryptedLocalStore.reset(); Beware, this deletes ALL …
Read more