Showing posts with label Software projects. Show all posts
Showing posts with label Software projects. Show all posts

Sunday, May 18, 2008

Auto Web Page Browser

This application will cycle through a list of URLs you give it with a random delay in between each visit.

Features:
- cycle through a list of up to ten URLs
- configure the delay between each visit to suit your own needs
- easy to use

How it works

Written in AutoIt v3, Auto Web Page Browser is designed to read the specified URLs from a file and then visit each of them using Internet Explorer. Once an empty row or the end of the file is reached the program will automatically return to the top of the list.

Installing and using Auto Web Page Browser

Download the program archive here (hosted at Media Fire), extract it somewhere on your hard-drive (for example "C:\AWPB\") and edit urls.txt with the list of URLs you want to visit. Save your changes and then run awpb.exe. The program will now begin to visit each of the URLs you gave it.

To close Auto Web Page Browser right click its icon in the tray (the bottom right area of the screen) and click Exit.

To configure the delay between each visit, close Auto Web Page Browser, open awpb.ini and change the delay key (by default it is set to 1,000 miliseconds). The minimum delay between visits is 3-6 seconds (with a delay key of 0 miliseconds). For example, by setting the delay to 20,000, the program will wait from 23 to 26 seconds between each visit.

Disclaimer: I did my best to ensure this program is bug free and safe to use, however I'm not responsible for any damage it may cause. Use it at your own risk.

Feedback on this program is greatly appreciated. Whether or not this program will be upgraded in the future is entirely based on the amount of feedback I receive from its users.

Tuesday, May 6, 2008

Yahoo Buddy Watch version 1.0.0.1

About the program

Yahoo Buddy Watch (YBW) was thought up as a add-on for Yahoo Messenger with a couple of nice features, such as the ability to edit emoticons, remove certain (annoying) audibles, log friends online statuses and status messages etc (keep in mind that not all of these features are implemented). At it's current version (also the first ever) here's what Yahoo Buddy Watch can do at the moment:



  • YBW builds a log of your friend's activities that include: online/offline and status messages with the time and date for each change
  • Custom sound that plays whenever one of the friends on the list logs in
  • Easy-to-use interface

The log option was implemented because i remembered needing it some time ago, although the reason has faded away from my memory since then. I do however use the custom login sound option quite often (for example while i'm in DotA or another video game and i'm waiting for someone in particular to log in; by using Buddy Watch i don't need to check Messenger every time someone logs in, the program does it for me).

How the program works

Using a Windows scripting language called AutoItv3, the program reads the interface of the Yahoo Messenger window, or more specificaly the friends list. If a friend is found in the list then he is considered online and his status message (if he has any) is read and logged. If he isn't in the list (because he is offline or invisible) he's logged as Offline. This is why you need to keep the Yahoo Messenger window maximized (but not necessarily on top of the other windows) while running the program (otherwise YBW will think all your friends are offline) and make sure that offline friends are hidden. These short-commings will probably be fixed in a later version.

How to install and use

Note: Keep in mind i designed and tested Yahoo Buddy Watch on Yahoo Messenger 8 using Windows XP.

Step 1: Download YBW v. 1.0.0.1.zip (see below)
Step 2: Extract the archive on your hard disk (for example in C:\Program Files\YBW\)
Step 3: Keep the Yahoo Messenger window open (it must appear in your task bar, not just the tray)
Step 4: Make sure that you only see the friends that are currently online in your Yahoo Messenger window. If you also see friends that are offline press Ctrl+H
Step 5: Run ybw.exe
Step 6: Modify your friends list with the Add/Remove Friends buttons. Whenever you would like to see the log press the View Log File button
Step 7: While the program is running do not close the Yahoo Messenger window.

Disclaimer: Use this software at your own risk. The maker of YBW is not responsible for any damage that this software may cause.

You can download the program here.

The future of Yahoo Buddy Watch

As with all of my software projects, i'll only improve those with which people show the most interest. Therefore, based on positive and negative comments a software receives i'll continue upgrading it and adding new features. The reason behind this is quite simple: nobody wants to waste time on a software nobody will ever use or need.

The previous paragraph in a single sentence? If you test YBW let me know what you think.