Messages - sabot7726 [ switch to compact view ]

Pages: prev1 2 3 4 [5] 6next
21
General Software Discussion / Super lite PIM? Address book?
« on: May 08, 2008, 05:15 PM »
I'm an emergency / 911 dispatcher and several times during the day I need to very quickly transfer a call or look up a number or address while several things are going on at the same time.

Currently we've been using a number of loose papers filled with this kind of info, but as you can guess they very quickly get outdated, torn, lost, edited, scribbled on, etc. The built in address book on the phone system is extremely clunky with no search function whatsoever, so that's no help.

I've been daydreaming of a simple, yet extremely efficient application that can allow me to put all this info at my fingertips but so far all the PIM and Address book software I've been trying out are *way* too overpowered for what I'm looking for. I'm hoping if I list out the small wishlist I have that someone can point me in the right direction or just whip it up :P

If I could wave a magic wand I'd create something like FARR or nDroid but made to scan a couple files of info and return matching lines rather than various directories returning matching files.

For example I could hit a hotkey to start the program, start typing Smith and any line in the file that matches what I type would show up as I type (rather than a submit button).

I'd also need just an input text box that would allow me to copy paste info into it to add to the file of phone numbers, emails and whatever other misc info.

Extra credit would be a way to arrow key up and down the list of results and be able to hit a hotkey like alt-e to edit that line directly rather than having to manually go edit the overall file.

Extra extra credit would be if the program could convert urls and email addresses to links which would be displayed if that line matched the search query somehow.

Anyone know of a program that can do this that I can try out?

I wish I had better programming skills, this seems like something someone can make very quickly if they were so inclined :p




22
It works pretty good :p

One issue is that some of the urls require an id for the server, at the moment its hard coded for Balnazzar...if you made it in AHK I could probably tweak it to say if its this server, use this id, etc.

Also if we added another input we could use it to search for items on wowhead/thottbot/google.

I really appreciate your quick work on this, especially since you don't even play warcraft :p I'd be more than happy to help tweak it so its even more useful for a large number of players. :)

23
Wow sweet :) Can't wait.

Oh to clarify, the thottbot, curse, wowhead and google searches are for anything like equipment and quest information. The armory, forum post, warcraftrealms.com and rep calc search boxes are the only ones that have a need for the realm and name input boxes.

Are you using ahk to make it?

:)

24
Well here's an example of what I would use it for. On that page all the searches are geared for Balnazzar since it's the server I play on. I have to kinda hardcode the server variable with hidden inputs and stuff, then pass the playername variable in via the input box. Instead of 4 separate input boxes that are all individually asking for the player name, I'd rather ask once and then pass the playername variable to all 4 input boxes and open them on the same browser page separated by frames or something. :p

I guess I really just need to know how to take the playername and inject it into the <form> code for all 4 :(

25
I play warcraft and very frequently need to look up people and check their equipment, reputation, board posts etc. So far I've managed to do it all individually at the search page I made at http://www.computerwhatever.com/ww/search.html, but I know there's a way to make it so I only have to enter the realm and playername once and have it open a website with all those searches done automatically.

It seems as simple as taking in 2 variables, realm and username, then plugging those variables in to the url or feeding it to the page via the form post method.

I was playing with ahk but I'm horrible when it comes to variables, and also couldn't figure out how to make all the pages show up in the same browser window like via frames.

I'm sure someone with some actual coding skills can do this in 10 seconds :p

Pages: prev1 2 3 4 [5] 6next
Go to full version