Archive for November, 2007
Wednesday, November 28th, 2007
It seems google may have shipped android with a tab widget that is said to be deprecated from the time of release.
Here is a simple method I've used to implement tab-like functionality that seems to work well for me. You can easily change the background of the ...
Posted in Android | No Comments »
Tuesday, November 27th, 2007
Here's a little snippet I wrote to access resources in R.java during runtime. It just uses reflection to get the filed names of the objects in the R class.
public class RR {
public static Drawable getDrawable(Context context, String name) {
...
Posted in Android | No Comments »
Sunday, November 25th, 2007
I noticed this interesting entry in my server's access log today. I certainly have phpMyAdmin running at that location, but you can't get the process list unless you login.
66.249.70.89 xxxxxxxxx.com - [21/Nov/2007:13:43:18 -0800] "GET /MyAdmin/server_processlist.php?lang=en-utf-8&convcharset=iso-8859-1&collation_connection=utf8_unicode_ci&token=a1bb5490499a10bb493edc160625e33b&kill=49481 HTTP/1.1" 404 345 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
You can do two things at ...
Posted in Security, Web | No Comments »
Wednesday, November 21st, 2007
I've had a lot of fun hacking on Android applications recently and I'm really looking forward to seeing the future of Android unfold. My first project was the the password safe I mentioned in my last post and while working on some features for it I was looking for an ...
Posted in Android, Programming | 3 Comments »
Tuesday, November 20th, 2007
I've got my first working Android application together. It's just a simple password safe with some decent features for a first release including:
128 Bit AES Encryption
Password protected. Your password is needed to decrypt the data stored in the safe
All data is entrypted including notes, website link, description
Click through ...
Posted in Android, Programming | 7 Comments »
Thursday, November 15th, 2007
I got an invitation to take the Paypal Anti-Phishing challenge. It's all of 5 questions long, but it's a neat way to educate user's about phising.
Posted in Security, Web | No Comments »
Thursday, November 15th, 2007
I have the privilege of attending this years Internet Identity Workshop in Mountain View. I'll be hanging out there Dec 3-5. I'll try to get some pics and things to post on my blog along with an overview of the event.
Posted in OpenID, Web | No Comments »