Archive for the ‘ Software ’ Category

Android app development the easy way….

http://appinventor.googlelabs.com/about

GTD (Getting Things Done)

I’m a “GTD” geek. After reading David Allen’s popular and successful “Getting Things Done” book, I have been following his methods, and have been so much more productive in life, and work. Here’s a link to the basic definition:

http://www.davidco.com/what_is_gtd.php

It basically boils down to using a method to “capture” stuff for your todo lists, for later tagging, organizing, and estimating time to complete. I use both paper, and computer: http://www.macupdate.com/info.php/id/30181/the-hit-list, and I wanted to write a quick post for the application I use, and a small applescript program I wrote to use my current method of getting things in my todo “Inbox” (via Quicksilver: http://blacktree.com/?quicksilver) for later organizing. Here it is:

– Begin
using terms from application “Quicksilver”
on process text theText
tell application “The Hit List”
tell inbox to make new task with properties {title:theText as
Unicode text}
end tell
end process text
end using terms from
– End

When you are done, you name the script TheHitList.scpt or what ever
you want, place it in:

~/Library/Application Support/Quicksilver/Actions/

(Making the Actions folder if not already there), and place the script
in there. Close THL, Close Quicksilver and relaunch both. Then,
invoke Quicksilver, press the . put in the todo text, press TAB,
Press T and your script should show up in the list, press enter, and
you are done. A very quick way of getting data into the inbox for
processing when you have time.


PDF Exploits On the Rise

PDF Exploits On the Rise: “An anonymous reader writes ‘According to the TrustedSource Blog, malware authors increasingly target PDF files as an infection vector. Keep your browser plugins updated. From the article: ‘The Portable Document Format (PDF) is one of the file formats of choice commonly used in today’s enterprises, since it’s widely deployed across different operating systems. But on a down-side this format has also known vulnerabilites which are exploited in the wild. Secure Computing’s Anti-Malware Research Labs spotted a new and yet unknown exploit toolkit which exclusively targets Adobe’s PDF format.”

Read more of this story at Slashdot.

(Via Slashdot.)