topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Sunday November 16, 2025, 5:40 am
  • 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

Recent Posts

Pages: prev1 ... 211 212 213 214 215 [216] 217 218 219 220 221 ... 230next
5376
General Software Discussion / Re: Software Frustrations
« Last post by app103 on August 29, 2006, 03:28 AM »
AHHHHHHHHH!!!  :'(

I made a great post! Then hit the preview and it logged me out...and my post is gone!

And I am too tired to go through the process of writing it all over again.  :(

So this post will have to be my rant for the night.
5377
Post New Requests Here / Re: Run application on low CPU level?
« Last post by app103 on August 28, 2006, 06:08 PM »
I will see what I can do, but no promises and I am not sure how long it would take for me to do.
5378
Post New Requests Here / Re: Run application on low CPU level?
« Last post by app103 on August 28, 2006, 04:31 AM »
Just a little something I threw together for you:

IdleStart:

Requires Windows 2000 or higher (will not run on 95/98/ME)

Run this with 2 command line parameters...

  • first is the number of seconds of system idle time you want before it opens a file
  • second is the path of the file you want it to open (don't forget to surround it with quotes if the path contains a space)

This will either run a program or open a file in its default program.

You can use this from the Windows Run dialog or use the parameters in a shortcut target.
Do NOT just click & run like a normal program or it will do absolutely nothing but sit in the system tray and look stupid.  :-[

Examples:

"C:\Program Files\IdleStart\IdleStart.exe" 30 "C:\Program Files\Winamp\winamp.exe"
(this will run Winamp after 30 seconds of system idle time)

"C:\Program Files\IdleStart\IdleStart.exe" 600 "P:\Photos\Ugly Dude.jpg"
(this will open the file in the default program for .jpg files after 10 minutes of system idle time)

If you use a shortcut to start this, make sure you put the path to the folder your file or program is located in as the 'Start in:' location. Not the path to the file, just the folder.

Example:

If you want it to start Winamp, you would put the path to the Winamp folder in the 'Start in:' box.

idlestart shortcut properties.png

Right click the tray icon for 2 menu options: Exit and Disable/Enable.

Hover over the icon to see path of file it is set to open.

I didn't add the CPU level detection to it. You didn't say if it HAD to have that and there was no quick easy way for me to do it and it actually work.

Lucky for you, I have been messing with code to detect Windows version and system idle time, very recently.  ;)

You made me break a promise of 9x compatability.  :(

But I forgive you.  :)
5379
Post New Requests Here / Re: Run application on low CPU level?
« Last post by app103 on August 27, 2006, 11:46 PM »
How important to you is the cpu level/disk activity part of this?

I could probably code something rather quickly that you could run with command line parameters of system idle time in seconds and path to application you want to run.

It would sit in the tray and whenever the system idle time hits what you specified it will launch the application matching the path you specified.

It would only work on Windows 2k+, though...not 9x.
5380
The Getting Organized Experiment of 2006 / Re: New version of ToDoList released
« Last post by app103 on August 27, 2006, 10:35 PM »
Ok...first of all I am still considered a beginner at all this and there is still much I do not know how to do yet.

At the time I first wrote this program (over 1 year ago) it was much easier for me to create 2 plain text files and load one in each side than it was for me to do something much more complicated, using one file for both sides. It was my first experience with writing and retrieving data to/from a file, and only my 3rd program that wasn't some lame book example exercise.

The sorting it currently has is done automatically because I have the sorted property set to true on the lists....and the resorting when you edit an item is done by toggling the sort property off and on again....that's how simply made this is.

Code: Delphi [Select]
  1. Sorted := False;  //Toggle Sorted property to resort
  2.         Sorted := True;


There are some advantages to having 2 separate lists though....

Before I added the ability to print the ToDo side (which I couldn't do when I first wrote it, since I didn't own a working printer at the time to test it with), you had to open the file in notepad to print it. Having everything as one file would have meant you would be printing a mess containing both ToDo & Done.

Currently if you want to print only Done, you still have to do it from notepad. (might change this)

Having 2 files is also a good idea if you want to export one for another purpose, such as being able to copy & rename the appropriate one to .txt and sending it to someone.

Yesterday I did that with a membership list for my chatroom. The new host of my chatroom wanted to know who was supposed to be given automatic admin privileges. I was able to send her the .don file, renamed to .txt, over MSN. It wouldn't have been so easy if it were all in one file all mixed up with 1's & 0's.

Maybe if I get adventurous, and acquire a lot more programming skills, I may rewrite it from scratch and put it all in one file, but then I would have 2 different projects to maintain, since I like the 2 file system it currently uses and it's very useful to me like it is.

I guess that is one of the problems when you code an application for yourself and release it to the public. Other people don't always like the things you like best about your program.

This originally wasn't even supposed to be a ToDo list program. It was intended to be a feature in another program, and I only released it as a separate one when a friend asked me to. But I am glad I did since it solved a bunch of problems I wouldn't have known how to fix if I hadn't made it a separate .exe file.

I am sorry if I sound defensive, but sometimes when you don't know a whole lot about programming, it can be scary when you share an application you have made and people start asking for features you don't have the foggiest idea on how to do yet.

Ask me again in about 5 years and maybe I'll be able to make the GTD application of everybody's dreams that has every feature everyone in the world wants. But right now I can't....I still have too much to learn.
5381
Post New Requests Here / Re: Run application on low CPU level?
« Last post by app103 on August 27, 2006, 09:26 PM »
sounds like a coding snack to me ;-)
5382
Living Room / Radio ad promoting online safety for kids banned from airwaves
« Last post by app103 on August 26, 2006, 02:46 AM »
The website advertised, thinkuknow.co.uk, advises children on how to stay safe online.

But a listener who misspelt the address found a series of links led her to adult porn websites.

The advert said: "Giving out personal info could let a paedophile track you down. Be smart online, be safe online."

But instead of typing 'u' in the web address, the woman wrote 'you', taking her to a different website.


http://news.bbc.co.u.../uk_news/5277012.stm


Remember to register common misspellings for your domain name when you register the one you really want.  ;)
5383
General Software Discussion / Re: Ribbon vs. Toolbar, round 2
« Last post by app103 on August 26, 2006, 02:13 AM »
The more I see & hear about Office 2007, the more I want to hang on to my Office 97, 602 Pro, Wordpad, and/or MS Works 8.

And it's so blue.  :down:

(blue used to be my fav color till I got Windows 98...too many BSOD's have made me hate the color ever since)
5384
The Getting Organized Experiment of 2006 / Re: New version of ToDoList released
« Last post by app103 on August 25, 2006, 09:59 AM »
Also, have you implemented hotkeys?  If you offer the standard Control-S for Save, keyboard-centred people can get into the habit of saving as often as they like, and make their own compromise between security and performance.

Hotkeys added.  :D

If my combos don't make sense or are overly complicated, let me know.

  • New: Ctrl+N
  • Add: Ins
  • Edit: Ctrl+E
  • Delete: Del
  • Undo Delete: Shift+Del
  • Open List: Ctrl+O
  • Save List: Ctrl+S
  • Save List as: F6
  • Print: Ctrl+P
  • Move item to Done: Ctrl+D
  • Move all to Done: Ctrl+Shift+D
  • Move item to ToDo: Ctrl+T
  • Move all to ToDo: Ctrl+Shift+T

All buttons have hints showing the shortcuts.

http://appsapps.info/todolist.php
5385
The Getting Organized Experiment of 2006 / Re: New version of ToDoList released
« Last post by app103 on August 25, 2006, 07:32 AM »

  • Re-Organising of Tasks - Is it possible to make available the drag-drop re-organising of tasks in the task list to prioritise?

Currently it alphabetizes the list whenever you add an entry, which was much easier to do than drag & drop....and makes finding items in large lists easier. It's more of a general list making program than a real organized todo list one.

The easiest way to prioritize a list would be to assign a rank number to the beginning of the entry. That way when it sorts, the numbers would be put in order at the top and unranked entries would be alphabetized at the bottom.

  • Auto-Save - Also would be great for the list to save automagically after entering a new item! (or, if #1 is implimented, also everytime something is re-organised)

That would be a lot of saving! Don't forget that would also mean saving both lists, ToDo & Done...and after each item shift too. I am not sure how that would perform with large lists on an old slow pc and if it would have a bad effect on overall performance of the program.

I don't know if you are aware of this but everything I create has to be able to be run on a 233mhz P1 with 64mb ram on Win9x, or I won't release it. I made a personal ethical commitment to owners of old PC's that this is what I would do for as long as my old slow pc continues to work. And that is a promise I will not back down on.

I'll keep the suggestions in mind though.
5386
Living Room / Re: New DVD Rewinding Service
« Last post by app103 on August 24, 2006, 06:25 PM »
This is hilarious!

I only wonder how many actually fall for it and pay up.  ;D
5387
The offer has changed slightly...

Instead of VS2005 Standard for free, they replaced it with a 90 day trial of VS2005 Professional.

Everything else in the offer seems to be the same though.
5388
The idea of FungusTabs seems to be much better than the actual software.

It is very buggy.

The following is just one instance of bugginess:

My daughter stuck all her AIM conversations together with it and the very first XP lockup on this pc occurred when she tried to separate one from the group. (can you say 'reset button'?)

She doesn't want to forgive me for losing the entire text of an IM from her boyfriend in the Navy, that was lost during the reset. She has saved every IM conversation she has ever had with him up until now. She uses an older version of AIM that doesn't have automatic logging because she hates the newer versions. (they confuse her)

To have this conversation, she kicked me out of the chair while I had much going on, many open windows which I minimized so she could have the conversation with him. Everything I was doing at the time was also lost.

I have also had a few problems with windows that minimize to tray while the tabs are locked with other windows.

Right now, with the current version of FungusTabs, you are risking losing work in progress.

I think I will wait and see if they update it before I run it again. But this will be perfect for me if they manage to get the bugs out.

Definitely a program to keep your eyes on.
5389
Developer's Corner / Free Programming Training CD's
« Last post by app103 on August 23, 2006, 07:48 AM »
Just got this in an email today:


Your choice of 22 CD's!

Get one or get them all.

They are 1 individual CD taken from full courses they offer on the following:

Visual Studio 2005
  • NEW! Visual C# 2005: Developing Applications
  • NEW! Visual Basic 2005: Developing Applications
  • NEW! ASP.NET Using Visual C# 2005
  • NEW! ASP.NET Using Visual Basic 2005
  • NEW! Visual Studio 2005 Tools for Microsoft Office
  • NEW! Exploring ASP.NET "Atlas" and Web 2.0
  • Exploring Visual C# 2005
  • Exploring Visual Basic 2005
  • Exploring ASP.NET Using Visual C# 2005
  • Exploring ASP.NET Using Visual Basic 2005

Visual Studio .NET
  • Developing Applications Using Visual C# .NET
  • Visual Basic .NET
  • ASP.NET Using Visual C# .NET
  • ASP.NET Using Visual Basic .NET

Microsoft BizTalk Server 2006
  • NEW! Exploring BizTalk Server 2006

Microsoft SQL Server 2005
  • NEW! Exploring Microsoft SQL Server 2005
  • NEW! Microsoft SQL Server 2005

Microsoft SQL Server 2000
  • Microsoft SQL Server 2000

Microsoft Certification
  • NEW! Managing and Maintaining Windows Server 2003 (for MCSE or MCSA)
  • Developing Applications Using Visual C# .NET (for MCSD or MCAD)
  • Visual Basic .NET (for MCSD or MCAD)
  • Microsoft SQL Server 2000 (for MCDBA)

Each CD is a value of up to $125 US.

If you live in the US, you can select 1 CD and they will mail it to you, free of charge. No shipping & handling to pay. If you want more than 1, you pay the shipping on additionals.

If you do not live in the US, you can still get the CD's for free, but you will have to pay the shipping on all of them, including the first one.

If you would like to get away with not paying at all, no matter where you live, you can download it instead of getting the CD's. Just sign up for a free account and have fun downloading. They support download managers, so you can even get them all if you are on dialup, if you have that kind of patience.

They are hoping you will like the CD's enough to pay for a full course set.

I selected the Visual C# 2005: Developing Applications. It is a CD from this course. I thought it would go well with my free copy of VS2005 Standard, that I am still waiting to recieve from Microsoft, after viewing the videos. The offer was extended through September 30, 2006; although they have changed the offer to a VS2005 Professional 90 trial. I hope the delay in recieving my copy doesn't mean they have changed what I am going to recieve.  :huh:
5390
General Software Discussion / Re: Free Visual Studio 2005
« Last post by app103 on August 23, 2006, 07:39 AM »
This offer is still valid till September 30, 2006, although they have changed it to include a 90 day trial of VS2005 Professional, rather than a free VS2005 Standard.  :(

When I took advantage of the offer it stated free VS2005 Standard. I still haven't recieved my copy. I am hoping that it doesn't mean that I will recieve the trial version instead.
5391
Hi JacobB! Have you seen Instant Boss yet? I think it came out pretty good. I hope you like it too.  :)

https://www.donation...30.msg32502#msg32502
5392
Are you going to enter Forever Flash?  :P
5393
The Getting Organized Experiment of 2006 / New version of ToDoList released
« Last post by app103 on August 20, 2006, 06:55 PM »
In honor of the great GTD experiment, I have done a little more work on my ToDoList program. I have added the ability to print lists and resize the window. I also made the list text larger so it will be easier to read.

I use this, myself, for tons of things from my grocery list, tasks that need to be done on projects, party planning, links that need to be checked for my ebook site, etc.

It's pretty basic, but it gets the job of making a list done, very quickly. It also makes recycling lists very easy.

ToDoList.png

  • To create a new list, click the New List button. (If you have an unsaved list loaded, you will be prompted to save it.)
  • To add an item click the Add button and type in your text. Then click OK or hit your Enter key again. Click the Add button or hit your Enter key to add additional entries.
  • To edit an item, just click the Edit button and change the text. Then click OK or hit your Enter key.
  • To delete an item from the ToDo side, select it and click the Delete button. (Note: You can not delete entries from the Done side. The must be moved back to ToDo side in order to be deleted.)
  • To undo a delete, click the Undo Delete button.
  • To open an existing list, click the Open List button and navigate to the location of list file (filename.tdo).
  • To save a list, click Save.
  • To save an existing list with a new name or save a new list, click Save List as... (Note: Lists are saved in a pair of files; one having a .tdo extension (your todo list) and one having a .don extension (your done list). If you move one of these files to a new location, you must move them both. They must be kept together as a pair.)
  • To print your ToDo list, click the Print button. (Note: You can only print the ToDo side. You can not print your Done side. If you want to print the Done side, you will have to open the .don file in notepad and print it from there.)
  • To move an item from the ToDo side to the Done side, click the > button located in the center, between the 2 lists.
  • To move all items from ToDo to Done, click the >> button located in the center, between the 2 lists.
  • To move an item from Done back to ToDo, click the < button located in the center, between the 2 lists.
  • To move all items from Done back to ToDo, click the << button located in the center, between the 2 lists.

Enjoy!

http://appsapps.info/todolist.php
5394
Scot Finnie's emphasis on scanning outgoing mail is "hard to understand", at least for me...
If the best 2006 antivirus can secure one from being attacked, isn't that means his/her PC is always clean, so why scan mail going out from a known "clean PC" ?

I had a case where a program I was using, that wasn't malware, tried to send out an email without telling me that it was an email I would be sending.

What happened was I was using the Zinio Reader for magazines that I have digital subscriptions to. They are DRM protected files. They have a feature where you can send a friend a free copy of the magazine issue you are currently reading. You click the button and it asks for their email address and a message you want to include.

I thought this would be submitted directly to the Zinio site and they would send him an invite email. That wasn't what it did though. It tried to silently send an email to my friend from my pc with a link to get the reader and issue I wanted to share...without telling me it was doing that.

My anti-virus (McAfee at the time) intercepted it and asked my permission to send it...and asked if I wanted to see it first.

I had to see it first...since I don't have a working default email client. It would have failed to send.

I don't like having an email client set as default that other software could have access to. Too many stupid viruses like to mail themselves out to everyone in your address book. Having a default client that has no entries in the address book and can't send mail makes sense to me. I have always done things that way just in case something slips past my AV.

Now as far as an antivirus checking outgoing mail that you send, attachments & stuff, and adding that message at the end...that is for advertising purposes, and to make the recipient of your email think it's clean.

I don't like those messages that get attached to emails from various AV products. Anybody could deliberately send you malware and copy & paste that text from some mail someone sent them and accomplish the same thing...it's misleading and can give some unsuspecting under-educated pc user false confidence.
5395
Living Room / Re: Do you reach for your mobile when it did not ring ?
« Last post by app103 on August 19, 2006, 08:42 AM »
You have to be very careful when searching for ringtones. "Free Ringtones" is the 8th most likely search term that will end up with malware on your system.

Make sure you are getting your stuff from a site with a good reputation for not spreading malware.

The only site I could spot on my own google search that looked like it would be safe was this one:

http://cellphones.ab...d/ringtonesmelodies/

They have a number of free original ones they created themselves and offer them on the website.

Be careful about links that will lead you off the website and read EVERYTHING.

I don't own a cell phone or I would volunteer to do some testing to make sure it was safe.

Use at your own risk.
5396
Post New Requests Here / Re: Idea: Batch mp3 bitrate converter
« Last post by app103 on August 19, 2006, 04:22 AM »
If you have a need to lower the bitrate for some reason, this would be ok...as long as you understand that lowering the bitrate lowers the quality too. But you really can't increase it and get good results.

It's like frosting a cake. You can't take a cupcake's worth of frosting and get good results frosting a big layer cake with it. The quality of your cake will suffer.

If you are doing this so a program like Nero will not complain when you try to burn an audio CD, you are better off using a program like Acoustica MP3 CD Burner to do it...it won't complain and will burn just about any audio file you throw at it. It has always been my favorite for burning audio CD's. I only wish it worked with my new pc's burner.
5397
General Software Discussion / Re: Good Logo Creation Tools?
« Last post by app103 on August 19, 2006, 03:58 AM »
Hey...don't underestimate the power of MS Paint!

Most of the best logos all have 1 thing in common: simplicity

You don't need fancy expensive tools to make simplicity.

Just take a look at the top 250 corporate logos and you will see:

http://www.goodlogo.com/top250/

A lot of these logos have been around longer than there have been computers.


and this little logo is quite simple and you'd recognize it even without the text:

visa.bmp
5398
LaunchBar Commander / Re: LC gets a mention at Lockergnome.com
« Last post by app103 on August 19, 2006, 03:31 AM »
Congratulations Mouser, but a word of warning too. I have Directory Opus for creating toolbars (launchers). If you improve this any more, I may have to install it and use up even more of my ever dwindling memory. Pretty soon I won't have any left.
Ken

Maybe pretty soon there will be a Mouser Desktop and you won't need anything else.  :D
5399
I would much prefer to have a great firewall and a great AV and a great anti-spyware, rather than have a less than great combo product.

Zone Alarm is a great firewall...always has been...and I will continue to use the older version I have without all the anti-other-stuff. It is the addition of all the extra stuff that seems to have created all the problems people complain about.

AVG is a great antivirus and not so bloated that I can't run it on my old P1.

And Spybot is a great anti-spyware, with the least amount of false positives. (I won't use an anti-spyware that detects all my Delphi & VB 6 source code files as malware, based solely on it's file extensions, which most do. Kind of gives me the impression that they don't know what they are doing when they call the source to my Delphi 'Hello World' a Kazaa trojan.)

All 3 of these are great products...and all 3 are either free or have a free version.

Some of the all-in-one products are so bad that having malware, instead, might be an actual improvement.  :(
5400
Post New Requests Here / Re: Idea: Batch mp3 bitrate converter
« Last post by app103 on August 19, 2006, 01:51 AM »
Winamp is a free media player...and there are plenty of free plugins for it.

This one may do exactly what you want:  http://www.winamp.co...etails.php?id=143606

Writes output to an mp3 encoded file using the LAME DLL. Features complete configuration of the LAME DLL v3.97.1b including all the presets. Now uses Winamp ExtendedFileInfo API for writing ID3 tag information. http://out-lame.sourceforge.net/

http://img246.imageshack.us/img246/836/outlame162yf5.png



All you would have to do is load all the files you want to convert into Winamp's playlist and use this plugin as the output instead of the normal one for playing files.

Pages: prev1 ... 211 212 213 214 215 [216] 217 218 219 220 221 ... 230next