topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 19, 2024, 5:20 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - app103 [ switch to compact view ]

Pages: prev1 ... 3 4 5 6 7 [8] 9 10 11 12 13 ... 18next
176
P22 Music Text Composition Generator is an unusual tool that can turn your text into music.

Just enter your text in the box, name the file, choose the BPM, and select your instrument.

After clicking the bar, your text will be rendered as a midi file to download, as well as matching sheet music that you can print out.

For a demonstration, I entered in the text from DonationCoder's About Us page.

In "Bird Tweet" at 500 BPM, it sounds like this: * AboutUs.mid (45.25 kB - downloaded 326 times.)






from friendfeed

177
If you ever wanted to get your kids started with programming and wasn't sure where to find something written for their level, that they would understand, give this one a try.

Snake Wrangling for Kids is a free ebook (CC licensed) specifically written for teaching kids ages 8 and older how to program, using Python.

This one is meant to be printed out and stapled together and given to a child as a gift. (and not necessarily your own child, either)

It comes in 3 different flavors (Mac, Linux, Windows) and 2 different versions (for Python 3 & Python 2).



178
Living Room / PhotoFunia and the Ultimate Cody Sighting
« on: January 15, 2009, 12:22 PM »
Cody seems to pop up in some of the most unusual places. He has been spotted just about everywhere.

And now, thanks to a really fun site called PhotoFunia, I have been able to create the ultimate collection of Cody sightings and compile them into an amusing screensaver for all Cody fans around the world.

We also have a media pack for mouser's MPQ screensaver engine. (you'll need to have that installed to use it) (thanks Deozaan & mouser!)

Additionally, soon we will have some new Cody related avatars for the forum. (visit your settings to change it)

As a bonus, I have taken a bunch of the avatars and created 2 wallpapers (not sure if they are your screen size, but it fits mine) If you'd like to create your own, I have included 2 packs with all the original images.

So, try out the screensaver, and if you are bored with your current avatar, maybe change it to one of the new ones.

Oh, and grab a photo of yourself or a friend and take it to PhotoFunia to have some fun making your own collection of funny pics. With a face shot of a real human, you can do even more than I was able to do with a picture of Cody.

WARNING: It has been brought to my attention that some of the images could be considered kind of risque and some of them are potentially NSFW, so don't download any of this if you are easily offended, and definately don't install this on the computer at work, school, or church.



179
If you have ever used a 3rd party offsite script in which something like a widget was inserted into your pages, and had no control over the inline styles it included and thought there was no way to fix it so it looked right on your pages, changing margins & padding, changing fonts or colors, backgrounds, etc., then read this. The answer is here.

You CAN force it to use YOUR styles and not the inline ones inserted by the script. And it's all done with your CSS.


You read that right. I said override inline styles, and no, I have not been drinking. For the longest time it has bugged me that there was no way to override what someone else had done with inline styles. I understand they’re supposed to be the override, and I get why, to a certain extent, but I also think there should be an override to certain overrides when those overrides are abused. Make sense?



180
Today in Washington, DC, experts from more than 30 US and international cyber security organizations jointly released the consensus list of the 25 most dangerous programming errors that lead to security bugs and that enable cyber espionage and cyber crime. Shockingly, most of these errors are not well understood by programmers; their avoidance is not widely taught by computer science programs; and their presence is frequently not tested by organizations developing software for sale.

The impact of these errors is far reaching. Just two of them led to more than 1.5 million web site security breaches during 2008 - and those breaches cascaded onto the computers of people who visited those web sites, turning their computers into zombies.

People and organizations that provided substantive input to the project are listed below. They are among the most respected security experts and they come from leading organizations ranging from Symantec and Microsoft, to DHS's National Cyber Security Division and NSA's Information Assurance Division, to OWASP and the Japanese IPA, to the University of California at Davis and Purdue University. The MITRE and the SANS Institute managed the Top 25 Errors initiative, but the impetus for this project came from the National Security Agency and financial support for MITRE's project engineers came from the US Department of Homeland Security's National Cyber Security Division. The Information Assurance Division at NSA and National Cybersecurity Division at DHS have consistently been the government leaders in working to improve the security of software purchased by the government and by the critical national infrastructure.

What was remarkable about the process was how quickly all the experts came to agreement, despite some heated discussion. "There appears to be broad agreement on the programming errors," says SANS Director, Mason Brown, "Now it is time to fix them. First we need to make sure every programmer knows how to write code that is free of the Top 25 errors, and then we need to make sure every programming team has processes in place to find, fix, or avoid these problems and has the tools needed to verify their code is as free of these errors as automated tools can verify."

The Office of the Director of National Intelligence expressed its support saying, "We believe that integrity of hardware and software products is a critical element of cybersecurity. Creating more secure software is a fundamental aspect of system and network security, given that the federal government and the nation's critical infrastructure depend on commercial products for business operations. The Top 25 is an important component of an overall security initiative for our country. We applaud this effort and encourage the utility of this tool through other venues such as cyber education."

Until now, most guidance focused on the 'vulnerabilities' that result from programming errors. This is helpful. The Top 25, however, focuses on the actual programming errors, made by developers that create the vulnerabilities. As important, the Top 25 web site provides detailed and authoritative information on mitigation. "Now, with the Top 25, we can spend less time working with police after the house has been robbed and instead focus on getting locks on the doors before it happens." said Paul Kurtz, a principal author of the US National Strategy to Secure Cyberspace and executive director of the Software Assurance Forum for Excellence in Code (SAFECode).

(pdf of full report is available)





181
Not all API providers know how to make developers happy. In fact, although there are now over 1,100 web service APIs available, many of those API providers fail to really understand the needs and motivations of their (potential) developer community. For evidence of how developers can react to both well-run and badly-run API programs, look no further than a very insightful blog post from mashup developer Alexander Lucas on Making Your Webservice More Developer Friendly (Alex is the creator of Migratr a useful desktop mashup that uses APIs from 11 different web services in order to let you migrate photos between different online photo services).

In his detailed post he gives what’s clearly real-world, from-the-trenches feedback (and wit) from an experienced mashup developer on what works and what doesn’t:

    I’ve been working on Migratr for around a year and a half now, and in that time have added support for 11 different webservices. Sometimes I’ve grabbed third party libraries designed for interacting with those API’s, other times I coded up the service-interaction layer myself, and I’ve gone through SOAP, Rest (via URL munging or XML via post), JSON and in one case, even webscraping. It’s been an immensely educational and rewarding experience, with degrees of difficulty varying from totally easy (23HQ, by copying the flickr API verbatim and changing only URL endpoints, took about an hour including testing) to ridiculously difficult (AOL Pictures might have been more popular if their API was more than lipservice).

    I can only speak to Photo-related web services, as that would be the area where I have the most experience. But I think most web services “get it” with regards to an API- By publishing an API, and enabling and encouraging developers to interact with your webservice, you’ve effectively given yourself a dev team larger than you could ever hope to afford. Users passionate about your services, with ideas on how to extend and improve it, and the know-how to implement those great ideas. More applications related to your website means more ways for users to interact with it, which means more chance of a “killer feature” written by a user of your service that ends up driving thousands of new users to you, any one of which can be a developer that continues the cycle. It’s an upward spiral.

    But it takes more than just publishing an API. You have to make your developers WANT to write stuff for your service. Make it easy and enjoyable for them, and remove as many roadblocks and speedbumps as you possibly can so that they can complete their brilliant idea before throwing up their hands in frustration, or slowly, quietly losing motivation amidst a sea of vicious bugs, counter-intuitive behavior and documentation that either looks like it was written by Hemingway or run through babelfish.

He then goes on to provide an on-the-money “checklist for being developer-friendly”:


182
Call it hints 2.0.

Nintendo is working on a gameplay system meant to ease the pain of completing a difficult game, without watering it down so much that it turns hardcore gamers off.

The new system, described in a patent filed by Nintendo Creative Director Shigeru Miyamoto on June 30, 2008, but made public today, looks to solve the issue of casual gamers losing interest in a game before they complete it, while still maintaining the interest of hardcore gamers.

The solution would turn a game into a full-length cut scene of sorts, allowing players to jump into and out of the action whenever they wanted. But when played this way, gamers would not be able to save their progress, maintaining the challenge of completing a game without skipping or cheating. It would also allow players to bring up in-game hint videos and skip directly to particular scenes in games.



Developers Respond:
Today a Nintendo patent came to light for a hint system which would allow gamers to essentially let games play themselves. We reached out to game developers for their opinion on the patent.

The patent, filed by Nintendo Creative Director Shigeru Miyamoto on June 30, 2008, outlines a gaming system more akin to DVD playback, where the game can either be played normally, or watched in the form of an end-to-end video of gameplay, during which players can jump back in at any time by simply pushing a button.

Seeing as an idea like this could easily shift the way games are created, we talked to four of today's top developers, representing games such as Fallout 3, Prince of Persia, Braid, and Maw, to get their take on Nintendo's idea.


183
N.A.N.Y. 2009 / NANY 2009 Release: Fried Babelfish
« on: December 31, 2008, 11:22 PM »
NANY 2009 Entry Information

Application Name Fried Babelfish
Version 1.0.8 (updated 2009-02-09) (No longer works)
Short Description tabbed translator
Supported OSes Win-all
Download Link * FriedBabelfish.zip (325.53 kB - downloaded 25248 times.) This no longer works but I am keeping the download available due to the fact that the source is included and this part may still be of interest to someone.
System Requirements
  • A Windows based PC with some form of IE installed (not sure if it works with pre-IE5)
Version HistoryCurrent version:

1.0.8

+ Added 7 new languages:
  • Albanian
  • Estonian
  • Galician
  • Hungarian
  • Maltese
  • Thai
  • Turkish

Previous versions:
1.0.7
  • 1.0.7 - This has sort of been an ongoing coding game between the 2 developers, and there have been too many versions to count, with the GUI in various languages from ibasic, VB, and finally Delphi, with the most significant change in this version being a switch from using Babelfish's translation engine to using Google's.

Author Krishean (translation script) and app103 (GUI)


Description
When you are using online translators in your web browser, it's not that convenient to have to keep switching the languages back & forth to translate an ongoing conversation between 2 people. It is also kind of clunky to have a full browser window with toolbars and extensions getting in your way. And most browsers lack a feature to keep the window on top of all others.

Originally, Fried Babelfish was powered by Babelfish and served as mini ad free version if their translator. But with this release, it might still carry a bit of the old Babelfish look, but it has been completely rewritten and is now powered by Google's translator.

Features
  • 2 tabs - one for your language and one for a second language
  • a button to set the window to stay on top
  • Full source is included.

Planned Features
we are not entirely sure

Screenshots
SNAG-00025.png

Usage
Installation
Just unzip and run. It will need access to the internet to fetch translations from Google, so you'll need to give it permission in your firewall.

Using the Application
select your 2 languages on the first tab, type in the text to be translated in the top box, click the translate button. use the 2nd tab for a 2nd language pair. Click the button on the top left to toggle between on top & normal.

Uninstallation
Just delete it.

Known Issues
Due to Google discontinuing their translation API, this application will stop working on December 1, 2011. (sorry, out of my control)

184
The whole idea of Coding Snacks, small applications that can be created in about an hour or so, was born on this forum, with generous coders donating their time and skills to make these wonderful little freeware tools for others to enjoy.

How about applying the same concept, but in a way that anyone can donate their time and skills to help other people?

This idea was born on FriendFeed, started by directeur, but anyone can participate. You don't need to be a FriendFeed member.

Here's the idea: We all have a spare hour during the week. Yes, we all do. What if everyone of us helps others with his knowledge? Give a free hour of your time. Help others with what you know.
freehour.jpg

The list of those that have pledged to offer free help to anyone that needs it includes many skills, among them personal trainer, soap making, research, programming, photography, proofreading, knitting, computer repair advice, etc. It's quite an impressive list already, containing a number of highly skilled professionals.

You can help too.

Everyone knows something that not everyone else does. You can offer to help in any area you are good at, no matter what that skill is. Just add your name, contact info, a little bit about the skills you have and what kind of help you are willing to offer, to the Free Hour wiki.

But it's not enough to have all these generous people willing to donate their time and skills, without people for them to actually help. So, if you need a bit of help with something, look over the list and see if there is someone qualified for what you need, and feel free to contact them.



185
N.A.N.Y. 2009 / NANY 2009 Release: Lacuna Launcher
« on: December 12, 2008, 02:58 PM »
NANY 2009 Entry Information

ll.png

Application Name Lacuna Launcher
Version 1.0.0
Short Description Open multiple files with a single click, set delay for launching, set a pause between launches. Also can be used as a portable launcher.
Supported OSes WinAll (as far as I know)
Web Page http://appsapps.info/lacunalauncher.php
Download Link http://appsapps.info...s/LacunaLauncher.zip
Version History
  • v1.0.0 initial release - December 12, 2008
  • + Spanish translation of readme - February 21, 2009
Author app103


Description
Have you ever wished you had more control over the way applications are launched? Maybe setting a delay for launching applications at startup? How about spacing out the launching with a pause in between each one? Or control the order in which applications are opened? Or perhaps you just want to launch many applications with a single shortcut?

Features
Lacuna Launcher will allow you to set a group of files to be opened with a single shortcut by creating a text file with the paths to all the files you wish to open.

You can include
  • applications (.exe)
  • shortcuts (.lnk)
  • internet shortcuts (.url)
  • images
  • music
  • movies
  • anything that is a file on your system that you wish to open

You can also set an initial delay time that it will wait before opening files, as well as a pause time that it will wait between files it launches.

Planned Features
None planned at this time.

Usage
Installation
Just unzip to its own folder.

Using the Application
Open the included "list.txt" file in notepad and make a list with the paths to files you want to open. Place one per line. You can add as many as you like. (a sample entry that opens Notepad on XP has been included as a guide - you may remove that line)

NOTE: If you want to launch files with command line parameters, create a shortcut with the parameters set, and use the path to the shortcut file (.lnk) in the list, instead of a direct path to the application.
Web pages can be launched through the use of .url files.

When you want to launch the entire group, just click the "ll.exe" file (or a shortcut to it) and they will all be launched, one right after the other, in the same order that they appear in the list.

The command line parameters give you more control over timing of the launches by allowing you to set an initial delay time and a pause time between each one, and the ability to create multiple lists and specify which you would like to use. (see the included README.txt for more information)

You can set up multiple lists for various tasks, and place shortcuts on your desktop or Quicklaunch, or use it from the Run dialog.

the format is
[full path to Lacuna Launcher] [full path to text file to be used] [initial delay (in seconds)] [pause time between items (in seconds)]

Note: there is a space between each one and the order listed is important! You must use all parameters. You must also enclose any paths that contain spaces in quotes.

Examples:

"C:\Program Files\Lacuna Launcher\ll.exe" "C:\Program Files\Lacuna Launcher\list.txt" 60 10

"C:\Program Files\Lacuna Launcher\ll.exe" "C:\Program Files\Lacuna Launcher\different list.txt" 0 5

"C:\Program Files\Lacuna Launcher\ll.exe" "C:\Program Files\Lacuna Launcher\another list.txt" 0 0

ll-run.png

Let's say you have a number of tools that you need to launch to do a particular job, like maybe webdesign. You could list all the paths to all the tools you use for this, your page builder, Photoshop, various browsers, etc., in a .txt file, place a shortcut on your desktop (with command line parameters) and use Lacuna Launcher to launch them all with a single click.

You can place a shortcut with command line parameters in your startup folder, include the paths to all of
the applications you want to start in your list, and then remove all of the other shortcuts from the folder,
leaving only Lacuna Launcher's shortcut.

ll-shortcut.png

Uninstallation
Just delete  ll.exe, list.txt, readme.txt, and any shortcuts and additional lists you may have created.

Known Issues
This has not been tested in Vista. I can't guarantee it will work as described. If it does, please let me know.
User reports says it works just fine.

It may or may not work with relative paths in the "list.txt" file, so I am not sure if it can be used as a portable launcher. If you try it and it works, please let me know.
It does work with relative paths and can be used as a portable launcher when placed at the root of your portable drive.

If you need a little help getting paths to files, there are many utilities you can install that will add an option to your Explorer context menu to copy a file's path to your clipboard. ClipboardPath is just one freeware option that you may use.


02-02-2009 edited for clarification on a few points.

186
Developer's Corner / The All Day Coding Dojo
« on: December 08, 2008, 11:29 AM »
A month ago, I ran an "All Day Coding Dojo" event as part of the London Games Festival Fringe 2008. The idea is to run a complete game development project in a single day so that the attendees can experience working in a team and discover first hand the trials and tribulations of making a game.

Brighton Coding Dojo

I first experienced Coding Dojos at the Brighton Coding Dojo. These were held in the evening and lasted a couple of hours. This worked well for forming a disparate group of people. I tried this at work with my team, but we found that work intruded to easily and people found it hard to concentrate.

All Day Coding Dojo format

This is a new term that I have coined. As part of my Agile/Scrum process we operate a "Gold Day" where developers are allowed to do any work they want to for a whole day every two-week sprint. This is somewhat akin to the Google 10%. I decided to run an All Day Coding Dojo which would act as a mini Agile/Scrum project.



from friendfeed

187
A friend of mine contacted me today and asked if I knew where to download the Ubigo maps of the USA (he wants the complete set) for Nexian's HandyGPS (used for the Handspring Visor and other similar PDA's).

They used to be a free download on the Nexian site, but the company went out of business almost 2-3 years ago.

He has been going nuts looking for these maps and can't find them anywhere. I tried looking for them myself, and I couldn't find them either.

Does anyone have any idea where/how to get them?

188
Living Room / Why does it say paper jam when there is no paper jam?!
« on: November 25, 2008, 01:31 PM »
Great video of a cat "fixing" the printer.







from FriendFeed

189
Living Room / Show/World: A new way to look at the world
« on: November 20, 2008, 09:18 AM »
SELECT a subject from the top menu and watch the countries on the map change their size. Instead of land mass, the size of each country will represent the data for that subject --both its share of the total and absolute value.


190
General Software Discussion / Windows Countdown Timer Showdown
« on: November 15, 2008, 11:13 AM »
A great comparison of some features among 20 different timer applications.

I’ve found a good way to reduce procrastination is to set a timer and commit to working on a task for that period of time. It makes it easier for you to work on something you’ve been fearing because regardless of the outcome of the task, you get to stop when the timer dings. It’s really a way to trick yourself into doing something you’re avoiding, but it works, so I do it.

I wanted an application that made it as easy as possible to start a timer. I came up with the following requirements, in order of priority.

    * Free
    * Fast to start and stop the timer (fast application startup is good too)
    * Lightweight
    * Popup dialog displayed when timer is up
    * Remembers duration(s) set previously
    * Can disable audio alerts
    * Simple interface
    * Can pause timer
    * Minimizes to tray (Less of an issue when I discovered that TaskSwitch XP can minimize any application to tray by right-clicking the minimize button.
    * Visually appealing


191
Developer's Corner / 91 Ways to Become a Great Developer
« on: November 03, 2008, 01:34 AM »
 I found this list full of tips, advice, and links today, while on one of my "click adventures".

It's broken down into the following sections:

1. Learn the Skills You Need
2. Write Self-Descriptive Code, Useful Comments or None at All
3. Program Efficiently
4. Be a Good Businessman
5. Get the Job You Deserve


91ways.png

192
Living Room / Another laptop battery recall! (Dell, HP, Toshiba)
« on: October 31, 2008, 09:07 AM »
09035g.jpg

Name of Product: Lithium-Ion Batteries used in Hewlett-Packard, Toshiba and Dell Notebook Computers

Units: About 35,000 batteries (an additional 65,000 batteries were sold worldwide)

Battery Cell Manufacturer: Sony Energy Devices Corporation, of Japan

Hazard: These lithium-ion batteries can overheat, posing a fire and burn hazard to consumers.

Incidents/Injuries: There have been 19 reports of the batteries overheating, including 17 reports of flames/fire (10 resulting in minor property damage). Two consumers experienced minor burns.

Sold by: Computers with the recalled batteries were sold directly by Hewlett-Packard, Toshiba and Dell, through computer and electronics stores nationwide, and through various Web retailers for between $700 and $3000. The batteries were also sold separately for between $100 and $160.


Hewlett-Packard – sold from December 2004 through June 2006

HP Pavilion: dv1000, dv8000 and zd8000
Compaq Presario: v2000 and v2400
HP Compaq: nc6110, nc6120, nc6140, nc6220, nc6230,
nx4800, nx4820, nx6110, nx6120, nx9600

Toshiba – sold from April 2005 to October 2005

Satellite: A70/A75, P30/P5, M30X/M35X, M50/M55
Tecra: A3, A5, S2

Dell – shipped between November 2004 and November 2005

Latitude: 110L
Inspiron: 1100, 1150, 5100, 5150, 5160

More info and photos of other affected systems:  http://www.cpsc.gov/.../prhtml09/09035.html

193
Imagine if the company you worked for decided to do this:

Removing chairs and traditional desk seating;
Introducing walking tracks;
Educating and encouraging staff to conduct walking meetings;
Replacing traditional phones with mobile sets;
Adding desks attached to treadmills;
Introducing games in the workplace;
Providing high-tech activity monitors; and
Advising staff about nutrition.

Desks attached to treadmills? Could you actually be productive? I know plenty of people that can't chew gum and walk at the same time. I can't imagine typing and walking would be any easier.


194
General Software Discussion / Linux is Not Windows
« on: August 09, 2008, 12:05 AM »
I came across this today and wondered why is this page not linked to, anywhere on this forum, that I could find.

It's a bit old (2005), but still a great essay about why Windows users have such a hard time making the switch to Linux, why things don't work how Windows users expect, why so many say that "Linux isn't ready for the desktop", etc.

I think if all Windows & Linux users read it, the "war" will be over, and both sides will have won.


195
Living Room / DC Social Club Love-In
« on: August 07, 2008, 11:51 PM »
I got the idea from ProBlogger.

It can be rather lonely on social networking sites when you don't have many friends. And even if you have plenty, who couldn't use some more?

For this to work, you will have to list the profiles you have on various social networking sites in which you are a member. Then we can all be friends not just here on DC, but everywhere, too.

And if you are not a member of one of these sites and become one at some point in the future, you can come back here and have plenty of friends from DC, to start you off.

Just list the links to the profiles, so they will be clickable. You can list any social site you are a member of, not just the ones I am. I know we are not all members of all the same sites.

I'll go first:


196
laggy.png

Recently, while I was having a lot of trouble getting the Digg site to work on my old slow computer, I found a couple of alternatives that could be very helpful to anyone in the same situation.

Digg, Digg Lite, Digg Ultra-Lite

Taking it a step further, I wrote another article that will be of use to anyone struggling with an old slow computer on the internet, or even a newer one on a slow dialup connection. There is an entire hidden internet out there, that is friendly to old machines and slow connections!

It's a case of where new technology gives new life to the old.

And if you surf the web on your phone or PDA, you can help others by providing some information that you might be more familiar with, and maybe even pick up a few links for yourself.

The New Breed of Snails are Good News for Old Snails

197
Living Room / The Software Behind the Mars Phoenix Lander
« on: July 27, 2008, 09:03 PM »
The Mars Phoenix Lander Mission is a short-term mission to Mars to search for signs of water and a potential habitable site for an eventual manned mission to the Red Planet. This mission is a collaboration between NASA and the University of Arizona Lunar and Planetary Laboratory.

Sending hundreds of pounds of equipment millions of miles through space to land and operate independently from direct control presents several interesting software development challenges. O'Reilly News recently discussed the project and its technology with NASA's Peter Gluck.

(mp3 of interview is available for download)


198
Living Room / Wordle: Create Beautiful Word Clouds
« on: July 22, 2008, 04:03 AM »
Wordle is a toy for generating “word clouds” from text that you provide. The clouds give greater prominence to words that appear more frequently in the source text. You can tweak your clouds with different fonts, layouts, and color schemes. The images you create with Wordle are yours to use however you like. You can print them out, or save them to the Wordle gallery to share with your friends.

This is a Java applet, so you will need Java installed and enabled in your browser, to be able to use this.

In order to save the images, you will need to make a screenshot. (If you don't already have something for that, this would be a great time to try mouser's Screenshot Captor)


199
I have a problem with my computer and I don't know if it is my mouse, the P/S2 extension cord for it, or something else, nor do I care to test and replace the defective part, since it just isn't worth investing any money into this 11 year old 9x PC.

The scrollwheel isn't working properly. No matter what direction you scroll, it just jumps to bottom of page. Middle clicking does same thing, bottom of a page.

I can get around most of it with the keyboard, using that for scrolling instead of the wheel, but middle clicking isn't possible and that is the problem.

I am tired of right clicking, waiting for a menu to pop up (it's sooo slow), and selecting the option that does what a middle click would do.

Is there anything that could make a double click do what a middle click would normally do? If not, can someone make something that does?

It would also be good if I can activate/deactivate the utility with a hotkey or option on a tray menu so it won't conflict with anything that would require me to use a double click for a different purpose, such as a game.

Please, no .NET stuff, as this is a very old slow 9x machine with very little RAM.

200
Living Room / How Interesting is Your IP Address?
« on: June 24, 2008, 03:25 PM »
IP Spotting is a website that will analyze your IP address and score it based on how "interesting" it is.

It will display your IP address as a bitmap, a poker hand, a point on a map, a color, a UNIX date, a phrase, and even check to see if it is a valid product barcode.

It will score your IP based on what it finds.

My IP was scored at 14...kind of boring.

It was a losing poker hand, a nasty shade of green, not a very interesting day in history, no place special on a map.

It did contain 2 prime numbers, however.



Pages: prev1 ... 3 4 5 6 7 [8] 9 10 11 12 13 ... 18next