A little software, if you please...
Jun. 20th, 2008 11:23 pmI am a bit of a programmer (enough so to actually have fun in Computing Science classes), so "scratching my own itch" is fairly common for me.
For awhile now, I've been working on a program to store URLs for me along with descriptions and tags, so I can look up a website or single page quite easily.
(if, of course, I remember to store the link in the program, but that's another problem)
It was also to help familiarize myself with using a database (SQLite, if you want to know), and a real graphics toolkit (while Python includes their own graphics toolkit - Tkinter - it seems a little cheap somehow).
GTK is a popular toolkit that has many useful features, is very stable, and (on my Xfce desktop) conforms to whatever theme I choose without tweaking.
Here's a screenshot of it:

I find it easy to use, though your mileage may vary.
It's extremely simple right now, which means that you can't edit a URL (yet), just add them.
If you want to get your hands on a copy, you can download it here, though you'll need Python (version 2.4 or 2.5), pySqlite and pyGTK, all of which are easily installed under Linux (which is my current target platform), but should be fairly easy to get for Windows or a Mac.
Usage is pretty self-explanatory, to enter a URL, click on the Add URL button and enter the URL, a description, and several tags (comma or space separated), then on Okay.
To search, just enter several tags into the search box and press Enter, then all matches will show up below, and simply clicking on a URL will open the link in your default browser with no extra work on your part.
(if your version of pygtk is recent enough, links will show up as links, otherwise they'll show up as buttons. I've started to use this program when I'm on campus, and the Linux computers are using an older release of most of the software, a version where LinkButtons aren't available, so that became necessary)
If you find this useful at all, please let me know.
I like to know if this helps anybody else besides me.
(and yes, I know that Firefox 3 actually supports tagged bookmarks, but I'm not ready to make that move yet. I haven't ported the Breeze theme over to it yet...)
For awhile now, I've been working on a program to store URLs for me along with descriptions and tags, so I can look up a website or single page quite easily.
(if, of course, I remember to store the link in the program, but that's another problem)
It was also to help familiarize myself with using a database (SQLite, if you want to know), and a real graphics toolkit (while Python includes their own graphics toolkit - Tkinter - it seems a little cheap somehow).
GTK is a popular toolkit that has many useful features, is very stable, and (on my Xfce desktop) conforms to whatever theme I choose without tweaking.
Here's a screenshot of it:
I find it easy to use, though your mileage may vary.
It's extremely simple right now, which means that you can't edit a URL (yet), just add them.
If you want to get your hands on a copy, you can download it here, though you'll need Python (version 2.4 or 2.5), pySqlite and pyGTK, all of which are easily installed under Linux (which is my current target platform), but should be fairly easy to get for Windows or a Mac.
Usage is pretty self-explanatory, to enter a URL, click on the Add URL button and enter the URL, a description, and several tags (comma or space separated), then on Okay.
To search, just enter several tags into the search box and press Enter, then all matches will show up below, and simply clicking on a URL will open the link in your default browser with no extra work on your part.
(if your version of pygtk is recent enough, links will show up as links, otherwise they'll show up as buttons. I've started to use this program when I'm on campus, and the Linux computers are using an older release of most of the software, a version where LinkButtons aren't available, so that became necessary)
If you find this useful at all, please let me know.
I like to know if this helps anybody else besides me.
(and yes, I know that Firefox 3 actually supports tagged bookmarks, but I'm not ready to make that move yet. I haven't ported the Breeze theme over to it yet...)