Welcome! This site is quite blank, its just for my organizer program so far, and I thought I should make a homepage. Thank you autohotkey.net for this webspace!
This homepage doubles as a place to see my simple projects I'm working on. They are on the following list. The ones that are linked are for you to dl/look at the code.
Organizer v.01 Alpha is a program that is relatively simple. It has a calander, where you can select dates. After selecting a date, you may type in information and save it so you can bring it up later. Its pretty simple, and requires a folder within the directory called "Infopages", but fileappend may just make the folder as well, I'm not sure.
Organizer v.03 Alpha is due to come out soon, I have a few problems with it, and you may have seen me post the problems on the forums. The biggest difference will be the ability to log in to the program using a username and password of your choosing. Currently all passwords and usernames will be stored in a .txt file which is easy to get into, but the information is converted to binary. I may use another encryption code off of the catalog of all scripts.
SuperNotepad v.01 Alpha may not come out in a while. Its nothing special, but you can have multiple scripts open and manage them easily via list box. Not much else to say, and if I can figure out how to do syntax highlighting, I will try and do that as well.
Hex Capture v.03 Alpha is finished, but I'm too lazy to make its own webpage. It is a program that will capture the hex code of the pixel color you hover over and press hotkey. It will put them into multiple formats. In .ahk format, you do not get the gradient background image, so it may not show up right. AHK file is HERE and the .EXE file is found HERE
Script Organizer(notepad): Another quite simple program, this one will have a nifty List View pop up with the names of the files and folders in the directory the program is in, including subfolders and files within those subfolders. Instructions for use: Once extracted from the zip, create a shortcut and put it on desktop or in an easy place to find. After that, place the program (not shortcut) into the directory (folder, location) you would like so that it can seek out the desired folders. The shortcut is not necessary, but if the program is a pain to find and run, I would rather use a shortcut. This program is new and is being tested. The .ahk file is found HERE. The .exe file is found HERE
Organizer Plus v.04 Beta: Here is probably my most complete program I've made, and the one I am most proud of. But, I also see it is the most useless of all of my others, unless your a busy person. Anyway, its just an organizer that you can store little notes in. You also can have your own username so multiple people can use it without interfering with your notes. Unlike the previous versions, this one allows you to select a time (from 6:00 AM to 10:00 PM I think) and a General Notes area to store more notes. All information that is stored is also encrypted. If you use the .AHK version, you need a folder named "Infopages" and a folder named "Passwords". The .AHK version is found HERE. The .EXE file (.ZIP) is found HERE. Enjoy!