May 09

Someone recently asked me how I changed my cool guestmap 2 so that it now has a “special” icon for my location and how I made it stand out by being on top of the rest (never covered up). Instead of sending a private email to him, I figured I would post it for all to see.

First, find an icon for yourself that will stand out from the crowd. Keep it to right about the size of the other icons (the one I used is 25×23). I wanted a red pulsing X (X marks the spot) but I couldn’t find one. I opted instead for this colorful animated star gif.Animated Star

Put your icon in the same directory as the other icons, but rename it to 255.gif. Now, place an icon on your map to represent where YOU are located - choose ANY icon (your new one won’t be an option). Now, you have ot go into your database and make a change.

Here are the steps I had to take - yours may vary slightly:
login to mysql console
use coolmap;
Since yours is the first entry, yours should be id #1, so now change your icon to 255:
update guestmap2 set icon=255 where id=1;
Now your icon should be your new one. Go check. I’ll wait.

The icons are ordered by date, so newer ones will be on top of older ones. Since yours is the first, it will be the oldest and therefore at the bottom of the pile. What we want to do is order by date so that yours is the LAST to be shown (and therefore on top). Now, to make your icon stay on top, you need to edit the icons.php file. You’ll see a line like this:

if(MAX_ICONS > 0) {
$extra = " ORDER BY date DESC LIMIT 0,".MAX_ICONS;
}

change it to:

if(MAX_ICONS > 0) {
$extra = " ORDER BY date LIMIT 0,".MAX_ICONS;
}

that will make your icon stay on top.

Now, one more thing….by default, the guestmap fades the icons as they get older. Since my icon will always be the oldest, I don’t want it to fade, so I needed to make a change so none would fade. Look again in icons.php and change MAX_ICONS (at the top) to a large number (I used 1000) and change MIN_OPACITY from 25 to 99.

That’s it! Let me know if this works for you or if you have any questions. Much thanks goes to the author of CGM2. for writing it in the first place and then for helping me out with these changes. He also made an RSS script for me to keep an eye on the new people in the map - if anyone wants that I can share - just let me know if there is an interest.

Technorati: ,

May 06

So, I’m reading this article on 15 things you can do with RSS and I had this idea……RSS/Email TODO lists. Here’s how:

1) come up with a unique/not-easily guessable email to use at MailBucket.org or Mailinator.com - let’s say we use todo-myvogonpoetry@emailsite
2) use Bloglines and subscribe to your RSS feed from one of the sites above - make sure you make it private (in BlogLines). For the above example, if using MailBucket, it would be: http://www.mailbucket.org/todo-myvogonpoetry.xml (you can also read the mail by using your browser to visit http://www.mailbucket.org/simple/todo-myvogonpoetry
3) Now, whenever you think of something for your TODO list, just send yourself a todo email at your mailbucket.org address and bloglines will pick it up.
4) In bloglines, when you get a new TODO item, mark it as “Keep New”. Once it is done, unmark it.

There are lots of other cool things you can do with this. here’s one: create an anonymous, spontaneous discussion/forum

Technorati:

May 06

I just found out that Billy “Wicked” Wilson from VoodooExtreme.com died in March of this year at age 33. Wow. I worked for/with him for a short while when I did some writing for VE3D. We weren’t best friends or anything, but he was always kind and seemed like a cool guy - someone I could hang out with and be friends with. Hopefully he’s now in a place where the resolution is high, the polygons are plentiful, and everyone is an LPB.

May 06

Thanks to the power of Google, I found out that my first ever usenet post occurred on March 28, 1992.

Speaking of searches….have you tried Zabasearch? Scary. Try searching for yourself or your family members or even long-lost friends.

Tags: , , , , , , , , ,

May 04

you notice that on last night’s NCIS, the USB drive they used was the very one you have on your keychain (and you mention it to your wife).

And on a related note - this is pretty funny: Why Geeks and Nerds Are Worth It…

May 04

I use a lot of Windows freeware - some of it I couldn’t live without. I decided that every now and then I’ll share my freeware finds - focusing on those apps that are off the beaten path - not the ones everyone has heard of like Firefox, Thunderbird, and Skype - I’ll mention the OTHER apps. Today’s freeware is an explorer replacement…not an Internet Explorer replacement, a Windows Explorer replacement.

The app is Xplorer2 (imagine that 2 is a small 2 at the top of the line - I’m not sure how to make a superscript). So, what makes this such a good explorer replacement you might ask? Many things! Here are a few:

  • Bookmarks - you can bookmark a directory then hit a key combination (like Ctrl-1) to go straight to it.
  • It remembers - go back to a directory tree you just visited and it highlights the directory you just went to. Then you can navigate back down the tree just by hitting ENTER every time (hard to explain)
  • *IF* it were to crash, it won’t take down your system tray with it
  • Muti-Views - you can have TWO explorer trees in one window - makes it easy to compare directories or copy/move files
  • keyboard shortcuts for everything
  • need a command prompt in a directory? Hit F10 then ENTER. New Folder? F8. New File? F7
  • LOTS more

Xplorer2 saves me SOOOO much time when coding and jumping from source dir, to build dir, to deploy dir, etc. Heck - even at home it saves me time! Give it a try - you won’t be sorry!

There is a free version and a pay version. I use the free version (though I SHOULD pay for the pro version)
Download the free version here: http://zabkat.com/x2lite.htm

May 01

So I played a bunch of Xbox games on Saturday. I played a lot of Oddworld: Stranger’s Wrath…really an underappreciated game. I am enjoying the heck out of it. I’ve almost finished it. I played a bit of SW: Republic Commando too but got stuck and gave up for the moment. I played some Psychonauts too - pretty good game for a platformer (which isn’t my favorite genre). I also started playing Raze’s Hell. Interesting game. There isn’t really too much special about it but I ended up playing it for about two hours. Not sure what kept me going. I will definitely play some more of it and possibly fully review it soon. Too many games, not enough time.

Went to a Durham Bulls baseball game today. Good fun. Beautiful day for it.