focus on
popular
Today's:
All time:
GTD
Weekend picks #019
Babis Konstantinidis | November 18, 2007Making Firefox better

[1]
Read it Later - Firefox Extension BETA
Read it later is a small extension for Firefox that permits you to save web pages so that you can read them later. It works similar to the bookmarks but it’s easier. All you have to do is click a button and the page is saved for later. If you want to go back at some point later click the second button and you will see the list of your “read it later pages”. After you have read the page click again in the first button and the page is gone. No bookmarks, no deleting, no e-mailing a link or all the things we usually do when we see something in the web but we don’t have the time to read it. I use it a couple of days now and it’s really helping. Give it a try. You can find it here . Check also the rest of the site; it has some pretty cool ideas.
[2]
Restarting Firefox
When installing a new extension in Firefox you always have an option of restarting the browser. You do not have the same option though when you uninstall an extension or when you want to change a theme. This is easy if you do not have any open windows or tabs but if you are working in something you will have to save as bookmarks all tabs, close Firefox, re-open it, and open all the tabs. There is a much easier way and it’s call extEMM 2.0. With extEMM you can restart Firefox just without losing any opened tab. You can find it here
[3]
GTDinbox for Gmail
And as we talking about Firefox Extensions you should definitely keep an eye for GTDinbox for Gmail. The extension is not working now (I would assume due to latest changes in Gmail) but the creator promises that would get a working update as soon as possible. The latest non working version right now is 1.33. I will come back to this when they fix it. You can find it here
Until next time... Keep on smiling. It will make your friends happy and your enemies crazy :-)
mGTD2: GTD for Moleskine v2.0
Stefanos Karagos | November 11, 2007Trying to integrate the GTD method into my Moleskine planner, I designed one year ago, a "GTD" A5-sized sheet which helped me on my daily efforts to apply the GTD procedure.

The idea behind was, that if the Moleskine planner itself, is the
"basket" where we collect the everyday "stuff", then the only thing we
need is to have an easy reachable place for the lists of: Actions,
Waiting for and Someday/Maybe entries.
After some weeks that the first beta version was out, I released the
version 1.0, and the name of this handfull paper tool became mGTD.
Well, after many months, I designed the new version of mGTD, [mGTD2], and I have to admit that is more useful than ever.
The improvements from the version 1.0 are:
1. Rounded corners! [yes we all love these ;-)
2. Now you can choose between an actions list sheet that includes
"Waiting for" and "Some Day- Maybe" fields or a new version with two
sheets [one with actions list and another one with "Waiting for" and
"Some Day- Maybe" lists ]
3. Now we have 3 different color versions: Red, Green, Blue [Orange
was abandoned]
5. Each page has crop marks for easy cutting
6. Each version has the main mGTD page and also 3 more back-page options:
a. a daily scheduler,
b. a contact names page and
c. a new design as a mindmaping playground!
If you want to have an idea about the mGTD system, take a look at the
following images:



And if you are ready to use the mGTD2 system here are the PDF files, ready for printing:
PDFs: Red | Green | Blue
But now mGTD has a pocket version!
Take a look at the bellow images and if you use a pocked size
Moleskine, you just found your best GTD helper!
[Print it into an A4 paper and fold it!]

UPDATE:
A new modified blue pocket version just uploaded, here.
Stay tuned!
So now, you can have the mGTD version which fits better
to your daily needs ;-)
PS: Special thanks to Diana for her help to the design of the mGTD project!
Weekend picks #017
Babis Konstantinidis | October 28, 2007Linux is definitely Getting Things Done

[1]
Getting things done fast
In theory there is nothing wrong about Getting Things Done. The only problem is that sometime the theory of GTD is just a theory and the work you have is time consuming regardless David Allen. I recently had a large number (around 500) of txt files with some URLs in them. I wanted to collect all the URLs in an Excel file. I also wanted to sort them out alphabetically and delete the duplicates. I can’t imagine how much time would take someone to open manually 500 files and copy paste the 5.000 more or less URLs in Excel. I did in less than 5 minutes. In fact the copy paste, the sorting and the removing of the duplicate URLs just took a little more than 2 or 3 seconds. The rest was just me trying to remember and searching the net for the correct syntax of two or three Linux Bash commands.
grep
grep is a Linux program for searching lines inside a text or text files.You can use it to collect lines from a txt file that match a particular pattern. All I had to do is to collect all the lines from the files that started with “http://*” (yes you can use wildcard in grep).
uniq
If you have a sorted file you can use uniq to remove the duplicate lines.
The whole script was just 5 lines. I had to use a “for” command to open the files one after the other and collect the particular lines.
[2]
Cygwin
I recently installed Kubuntu 7.10 so I did all the testing there but I could also have used my Vista installation if I had installed Cygwin
Cygwin is a Linux Like environment for Windows which gives you access to huge number of Linux tools like the ones I used. You can use it to run other Linux programs and scripts within Windows. It’s really something to open up Command Prompt and instead of “dir” to type “ls” to see the files in a directory. The current version of Cygwin runs in all versions of Windows (32 and 64bit) except Windows CE. I tested in Windows Vista Ultimate 64 bit and it worked without a problem.
[3]
Exploring Flickr
I really love flickr.com. You can find my photos here. Today I came across a new web application with the name flexplore
How does it work? Well flexplore analyzes your favorites and the photos of your contacts and suggests Flickr photos that you might like. Give it a try, it really works!
Until next time... Keep on talking to your friends.
Weekend picks #016
Babis Konstantinidis | October 21, 2007It was a very long week at work, and an very unproductive weekend…

[1]
David Allen’s Blog
David Allen is “one of the world’s most influential thinkers” according to some magazines. Business 2.0 magazine included him in the list of the “50 people who matter now”. His methology of Getting Things Done has become something like a religion for millions of people around the world. You can find his blog here with topics like “Categorizing Your Stuff Is The Path To Freedom” or “Is Thinking Interrupting Your Sleep?”
And if you are interested in what GTD is you should read here the definition by David Allen.
[2]
Apache Friends
What is the best way to start testing, or learning the fine art of building sites? Well you could buy some space in a server but wait a moment; don’t you have an old computer in the basement? Maybe you could use that old PIII as a testbed? Well yes you could use it. All you need is to download a Linux Distribution (if you are afraid of Linux, read on there is a solution for Windows also),and install on top of it, a Web Server like Apache, MySQL, PHP, and a content management system like Drupal or Joomla or… and there you are, ready to start.
What is Apache Friends? Apache friends is a nonprofit project. It was started in 2002 and its goal is to promote Apache. One of the projects that Apache friends is working is Xampp. Xampp is taking a big burden off your shoulders by combining in one, easy to install, package Apache MySQL and PHP among other useful tools. You would still have to choose a Linux Distribution like Kubuntu and you will still have to choose a CMS like Drupal but you should get you site in the air (of your local network) in a little less than hour (installing Linux included).
You can find the latest Xampp packages for Windows and Linux here.
[3]
Kubuntu
Kubuntu is the first Ubuntu derived distribution. The Kubuntu distribution is based in Ubuntu with the main difference that it uses KDE instead of Gnome. It’s the easiest way to learn about Linux. The CD is a live one, which means that you can try it without affecting your own system. Play around and if you like it just click Install. While installing you can still browse the Internet, chat with your online friends; listen to music and whatever you normally do every day with your computer. Impressive? When the installation finishes [about 10 minutes in my notebook] you will have to reboot (only once) and that’s it. You are finished.
You can find a nearby server to download it here.
Until next time... Keep on supporting Open Source
Weekend picks #015
Babis Konstantinidis | October 14, 2007Internet is not a network of Computers. Internet is a network of people!

[1]
David Allen in YouTube
What is GTD? Well Getting Things Done is not tiring, what it is tiring is not Getting Things Done. Check out this lecture by David Allen in YouTube and you will understand more.
[2]
43 Folders in YouTube
And as long as you are in YouTube you may want to check out also Inbox Zero, a lecture from Merlin Mann, the creator of 43 Folders
[3]
Internet Download Manager
I haven’t used a Download Manager for years. I installed IDM [Internet Download Manager] because I wanted to test my Internet connection. The first thing I did, well, was to download something. I was surprised. The highest download speed I had ever seen was around 425-430kb/sec from a particular ftp server regardless the time of the day. With IDM I was somewhere between 465-480kb/sec from the same server! After some minutes it settled to 470kb/sec. I didn’t believe it. I tested with Firefox again, the result was 425kb/sec. One more test with IDM, the same results, after a while 470kb/sec. IDM is great! It can catch downloads from Internet Explorer or Firefox, Opera and Netscape or you can add your own browser. You can even download videos from YouTube, Google Video, and MySpaceTV and it works like a charm in Windows Vista.
[4]
SmartLinks
SmartLinks is a different kind of Links. You can put them in your website, your blog or where ever you could put a weblink like your favorite social networking site. The Blueorganizer extension drives productivity by building smarts and semantics into the browser.It integrates with many popular sites and services - including Amazon, Flickr, YouTube, iTunes, Odeo and Netflix.
[5]
Layered Desktop
Who said that a successful GTD tool must be a 100MB program? As I was writing this post a friend of mine (Thanks Maria) send me a link for a Flickr Image. What a great idea was my first thought! A nice looking desktop with four areas to help you stay focused in what needs to be done next. It doesn’t work if you have 20 or 30 icons on your desktop but if you have that many desktop icons then you really have another problem ;-)
Until next time... keep on using the net to meet new people.
Weekend picks #014
Babis Konstantinidis | October 7, 2007I really like searching the net. You start in one point and you never know where you will end up. :-)

[1]
Broadband Speed Test and Diagnostics
If you have problems with your connection to the Internet like I do, then you will find Broadband Speed Test and Diagnostics 1.1 a valuable tool. It is, yet another, extension for Firefox [I can’t believe it; it seems that there is a Firefox extension for everything]. In the latest version the Broadband Speed Test and Diagnostics can perform a diagnostic check in your Network card, DHCP server, local gateway, DNS server and the web site that the browser failed to reach. It can also run and present a bandwidth performance test [download and upload]. Download it here
[2]
ActiveWords
I came across this blogpost yesterday where someone was saying “let me know and I will shoot you a copy of the WordBase to test. We have had great success with people who use David Allen’s methodology.” Well I always liked free software and testing it in my computer so I left a comment saying that I would like to test Wordbase. Few hours later I had new mail [thanks for the immediate response Buz] with the WordBase attached. Ι had already downloaded and installed Active Words They have a 5 days trial version which you could extend to 60 days trial version by simply registering. Wordbase is actually an add-on for Active Words for the users of Microsoft Office 2007.
ActiveWords is a really different and cool way to use your computer. You can assign a word as a shortcut to everything. Every time you write down this word you have an option by simply pressing F8 to launch a program, site or whatever. The clever part is that you don’t have to write that word in a special box [although you can do that also and press Enter]. You can write it in every program that permits you to insert text. You could for example write down excel in a notepad or a Word document and by simply pressing F8 to lunch Excel. [I have already add the word anb as an active one to lunch in a Firefox window what else, the www.anabubula.com. You can even use it as a Spelling Check program just like Autocorrect in Office but you can use it in every text box even in Windows Explorer when renaming a file. ActiveWords comes with 1800 common misspelled English words that you can use it to correct them automatically as you type them. If you use a tablet PC it is even easier. Just write with your pen the Active word and that’s it!
There a lot of free add-in “applications” for the ActiveWords, you can check them out here .Hey Stefanos there is one for MindManager also.
I was so excited with the ActiveWords that I didn’t “test” the WordBase at all [sorry Buzz]. I will look into it and come back later in the week with a full review.
[3]
Vista Rebooting
What’s this rebooting thing for Windows Vista? I left my computer on last night because I started downloading something only to find out in the morning that a few minutes after I went to sleep the computer downloaded an update from Microsoft and rebooted! I have to start all over again. I thought that UAC [User Access Control] was the most annoying thing about Vista but I now believe that rebooting whenever they feel like it, is by far the winner.
Until next time. Keep on... thinking different!
GTD wallpapers for iPhone
Stefanos Karagos | September 30, 2007Finally I found the time to re-create 2 of my GTD-wallpapers for iPhone,
using MindManager7, Powerpoint2007 and Photoshop
Both wallpapers are in PNG format and if you want to download these, just click the images bellow ;-)
Keep GTDing !-)
Weekend picks #013
Babis Konstantinidis | September 30, 2007This was a busy weekend. I don't know if I am good at Getting Things Done but I am sure that I will try harder. This weekend is all about GTD.

[1]
Getting Things done guru David Allen speaks to Wired Magazine.
If you are in this Getting Things Done thing, then you certainly heard of David Allen. You can find his interview in Wired here.
[2]
GTD or GTDF? [Getting Thing Done… Faster]
Well it’s the same more or less approach of GTD but with a stopwatch added.
Five main steps.
1. Set time limits [This is where you will need the stopwatch].
2. Keep Focused
3. Maintain Energy Levels
4. Use the right tools.
Read about it here
[3]
gtd-php: Getting Things Done with php
gtd-php is a web based implementation of the Getting Things Done personal organization system. This wiki serves as the community brainstorming bucket, as well as a place to start documenting the program and outlining the development path...
Download it here
[4]
Do you know anything about Cookies?
Every site you are visiting use these small text files to store information about you in your computer so you they can track you the second time you visit them again. If you want to see what kind of information these cookies contain and you use Firefox you can install the View Cookies Extension for Firefox. You can find it here
[5]
Look@Lan Network Monitor
Look@Lan Network Monitor is a network monitor that can monitor your network and create detailed statistical graphs, HTML reports and can scan a single computer about services among other things. The best thing about it along with the simple user interface is that it’s free. You can download it here.
Until next time... Just keep having a good time!
Weekly Picks #001
Babis Konstantinidis | September 25, 2007I was thinking that the once a week "Weekend Picks" is not enough. So anabubula.com proudly presents you
Weekly Picks

Chandler Hub is an online calendar. You can login in and access your task and to do list from any PC with an internet connection. What makes Chandler Hub different as a project from other online calendars, you can find everywhere in the net these days, is that you can download Chandler Server and use it in your own network. You can also download a desktop version of it and use it in your computer. And to make Chandler Hub even nicer it's absolutely free of charge. It's open source and it's freeware. The program is Java based what means that you can run it in every system that supports Java (that includes Windows, Linux and Mac OS).
Weekend picks #011
Babis Konstantinidis | September 15, 2007My first post in Anabubula.com is a reality ;-)
The journey is going on!

[1]
Meet Ted
From Technology and Entertainment to Science and Culture and from Global issues to Art, TED is all about “ideas worth spreading”. It is an annual conference and it’s name stands for Technology, Entertainment and Design. It started in 1984 but since then it has become something bigger. Ted brings together some of world’s most fascinating thinkers and doers. Each speaker is challenged to give the talk of his life in just 18 minutes.
[2]
Do you Flickr?
Then these Greasemonkey scripts will help you manage your photos.
Flickr-Photo Rank
Displays photo rank (if your photo can be found in 1000 most interesting photos of the day)
SIC (Super Invite Comment)
Automatically insert invitations and comments.
Flickr Group Display
Easier management for the photos you have in view or favorites group like the 25,50,… views group.
Flickr PM
Adds icons for mail, profile, favorites, Scout next to usernames in forums and individual pages.
How Interesting?
Show how interesting your photo is among your own photo collection.
Flickr Photostream Graphr
Displays a graph with the number of times your photostream has been viewed. Updates daily.
[3]
ipεrnity
ipεrnity is similar to Flickr but it will let you share photos, audio, video and other documents with your online friends. It will even let you start your own blog. And all these in just one site.
[4]
Get Things Done Outlook plugin
Get Things Done Outlook plugin will let you manage your Outlook Inbox more effectively-so you can get things done and preserve your sanity. It is based in the David Allen’s Getting Things Done methology.
[5]
Real Desktop
Real Desktop will transform your desktop in to a real desk.
I don’t know if it will help you organize your icons more effectively (I tend to have around 50 of them displayed in my desktop constantly) but it is one of the best visual enhancements I have ever seen, and it works for Windows Vista too.
The author claims that it will not affect your system with very little resources consumed and I tend to agree with him. In my notebook with a second widescreen 20,5’’ monitor attached, it runs smoothly.
Real Desktop will let you change the size of your icons, rotate them, fade in and out files names as you mouse over, it will add a reflective surface and will let you select the light direction.
Thank you Stefanos for the opportunity you gave me.
This was my first post and yes it was fun.
Until next time
Keep on... making noise :-)












2 days 15 hours ago
2 days 18 hours ago
4 days 13 hours ago
6 days 1 hour ago
1 week 3 days ago
1 week 3 days ago
1 week 3 days ago
2 weeks 39 min ago
2 weeks 2 days ago
3 weeks 2 days ago