topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Saturday November 15, 2025, 11:47 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

Recent Posts

Pages: prev1 ... 213 214 215 216 217 [218] 219 220 221 222 223 ... 310next
5426
Developer's Corner / Re: Turbo C and Turbo Pascal are back!!
« Last post by Carol Haynes on August 09, 2006, 06:23 PM »
Definitely a lot better than having started off with crap like BASIC.

Unless you used variants like BBC Basic which was a brilliant procedural and function based language in its day.
5427
Corel Knockout 2 does this (it is what it is designed for) but it does require user input. You basically draw a thickish stroke around the area to knowckout and then it sorts out the actual edges within that stroke band area.

Having said that I think it is quite expensive for what it does, and like all other systems not perfect. It also has the disadvantage that development appears to have stopped now for a number of years. (I have had it for at least 3 years and there have been no new updates or bugfixes in that time).

See http://www.corel.com...mp;pid=1047022702205 for details.

Another app you may want to consider is Adobe Illustrator which has built in automatic tracing. This is really designed to convert photos to illustartion type images but it does it by making ares of the image into selections. There is a trial version so you can see if it does what you want (but it is obviously an expensive app).
5428
Developer's Corner / Re: Turbo C and Turbo Pascal are back!!
« Last post by Carol Haynes on August 09, 2006, 06:16 AM »
Wow good news ... I always loved Turbo Pascal (one of the reasons I fancy learning Delphi)
5429
Official Announcements / Re: Report on server downtime on August 8th
« Last post by Carol Haynes on August 09, 2006, 06:15 AM »
I guessed it might be a DoS attack or something similar.

I have been getting increasing amounts of crap to my domain names (random user names) and lots of 'undeliverable' receipts from spoofed email addresses based on my domain names.

I think I will point my sites back to my domain name manager and then use web forwarding to my domain space on the DC servers. That way I can manage mail via their servers and it will reduce the amount a crap (at least a little) that is filtering through the DC servers. It souldn't make much difference to me in the long run (just accessing my domains will need an extra hop or two).

Glad it is all sorted for the mo!
5430
Drag&Drop Robot / Re: any drag&drop users?
« Last post by Carol Haynes on August 08, 2006, 08:30 AM »
Hi -

just downloaded this today, and was ecstatic to have found just what I needed.  Then I tried to use it, and found I either misunderstood the program's function, or I just don't know how to get it to do what I need.  To wit:

I have a series of 9 pdf files:  longname1.pdf, longname2.pdf, etc   I need to merge them into one single pdf, which I would normally do with a command line utility "pdftoolkit" (pdftk.exe). 

The command is "(c:\windows\system32\)pdftk(.exe) longname1.pdf longname2.pdf ... longname9.pdf cat output mergedfile.pdf".

I was hoping that DND would let me just drop the whole list of pdfs into the file window, and it would parse the list into batch variables (%1 %2 %3 %4), and then execute the concatenation command.

Can the program do that - run one command on a list (group) of files - and I am just not getting it? 

Or is it only for running a single, repetitive command on each member of the file list.

Thanks

Doug

Why not use http://homepage.onid...pdfe/shelltools.html which also adds some flexibility on which pages to process too.
5431
Post New Requests Here / Re: IDEA: Purposeful Spamifier
« Last post by Carol Haynes on August 08, 2006, 05:37 AM »
If you made it an HTML message you could even hide the offending parts of the message so that if your friend does spot it in the spam folder they won't be suspicious.

By the way "why didn't you invite me to the party this weekend!!!"
5432
Site/Forum Features / Re: Recent topics
« Last post by Carol Haynes on August 07, 2006, 04:56 PM »
It's at the top of the page to the right of your avatar.

sc.png
5433
Mini-Reviews by Members / Re: AceText - Your text/clipboard manager god.
« Last post by Carol Haynes on August 07, 2006, 01:08 PM »
I would love to see a new version AceText'n'stuff that includes RTF, HTML and Graphics capabilities. Given that it is so text based I think JG is unlikely to develop in this way but it could be kind of neat if he did.
5434
Living Room / Re: list of free software offered by MS
« Last post by Carol Haynes on August 07, 2006, 01:04 PM »
You aren't alone - having edited the URL I couldn't load the page in Firefox - I think it was down or something as it now works fine.

I am enjoying playing with 'Microsoft Scalable Fabric' which is down the page some way. It is a new desktop organiser that allows you to group windows into 'tasks' and also to drag windows to the side of the screen in a reduced size format (effectively keeping windows on the destop rather than minimizing to the task bar). The 'tasks' groups of windows can be restored or 'put away' en masse.

It gives the illusion of piles of paper across your desktop. It is still an app waiting to be fully devloped but it is neat and quite fun.

Not sure I would keep it running for ever though.

Might be very useful for people with two monitors.
5435
Site/Forum Features / Re: One of our posts is missing
« Last post by Carol Haynes on August 07, 2006, 11:15 AM »
Thanks - I did do an 'advanced' search on my user id and the keyword 'cancel' (amongst others) that were in the post and it didn't appear in the results list. Strange as you would think search routines are pretty basic things to implement on a database (it was an exercise I used to teach quite early on in classes when I taught programming).

By the way Mouser has replaced the Search button on the button bar (Cody took it away for a while for retuning) which now takes you direct to the SMF advanced search (much use it may do you - but you never know it might work occasionally!).
5436
Nice - I am certainly going to have a play with this one ...
5437
Living Room / Re: I'm impressed with DonationCoder... Are you?
« Last post by Carol Haynes on August 06, 2006, 07:16 AM »
Thanks for all the nice comments ... Mentat your English is great - don't be afraid to post ....
5438
Living Room / Re: Origami Paper Cd Cases
« Last post by Carol Haynes on August 06, 2006, 06:48 AM »
Neat - I like it.
5439
Living Room / Re: Services hanging on startup
« Last post by Carol Haynes on August 06, 2006, 06:08 AM »
Thanks for the ideas but I have worked out another solution which works ...

Basically Josh was correct it was dependencies - when you install IIS from the WinXPSP2 Add/Remove progs applet it should set up the dependencies so that "World Wide Web Publishing" depends on IIS and RPC being present. When I checked the registry settings it turned out that RPC was not listed as a dependency. I have added it and now I get no error on startup.

I had never found these settings before but it was a useful investigation searching for and modifying the dependencies - whic I will not for future reference:

To get the service name go the Administrator Tools > Services applet and double click the service you are interested. The short name for the service is given at the top:

sc1.png

Check out the Dependencies tab:

sc2.png

and then open the properites for the dependency services and note their short names.

Now go to REGEDIT (take extreme care - bad registry editing can destroy your installation!) and find:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\...

replacing ... witht he short service name for the service you are checking ... in my case this was:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W3SVC

sc4.png

One of the values should be called "DependOnService" and should have type REG_MULTI_SZ (if there are dependencies and this value does not exist create it).

sc3.png

Double click "DependOnService" the dependiency servces should be listed one per line (in my case RpcSs was not listed). If any are not present you can add them here. Click OK and close REGEDIT - restart and the dependencies should be fixed.

I am still getting the odd minor glitch on startup with other processes - but they are now rare occurences.

On thing I have noticed is that my network connection now starts and initialises much earlier in the boot process which means apps like IM are logging in more easily whereas before they timed out waiting for the network connection to initialise.
5440
Living Room / Services hanging on startup
« Last post by Carol Haynes on August 05, 2006, 08:57 AM »
Anyone any idea how to get services that sometimes stick on 'starting' during startup to start properly.

Eg. "World Wide Web Publishing" service sometimes stops responding during startup. There is a system event entry:

Event Type:   Error
Event Source:   Service Control Manager
Event Category:   None
Event ID:   7034
Date:      05/08/2006
Time:      12:01:30
User:      N/A
Computer:   LAIRDSWOOD
Description:
The World Wide Web Publishing service terminated unexpectedly.  It has done this 1 time(s).

The service is set to automatic - but if I change it to manual and start it manually after the system has started up there is no problem?

Is this a clash during startup with too mnay apps and services competing to start (which should be repaired by delaying starup either using "Start Delayer" or manually running a script to startup the service at a different point in the sequence?

Or is there another issue?



5441
General Software Discussion / Re: Photo panorama creation
« Last post by Carol Haynes on August 03, 2006, 06:11 AM »
Hey that is a brilliant image ...

Why don't you see if AutoPano want to use it in their gallery ?
5442
Living Room / Re: IRC channel error ...
« Last post by Carol Haynes on August 02, 2006, 06:13 PM »
Sounds like we should really keep away from those "registry cleanres"  :o

LOL - yep, I keep saying stay away from the registry cleaners ...

Guess what ... I used "Scan for issues" and thought 'well so long as I back up any registry entries I fix it should all be OK' - guess what .... 'I was wrong'. Having 'fixed' the issues present (and backing up the registry) my system never started again and Windows repair didn't work. A lot of use my 'repair' backups were eh?

My advice stands again ... "Don't use registry cleaners" - I have learned my lesson and I won't do it again, at least not without a full disk image backup first.

Luckily my backup was only a wcouple of weeks old so Acronis TrueImage restored my system back to working order, and all my data is stored off the system disc so there wasn't much data to recover before doing a system restore.
5443
Living Room / Re: IRC channel error ...
« Last post by Carol Haynes on August 02, 2006, 07:55 AM »
Thanks I'll see how it goes - I am going to have to restore an oldish backup and reinstall a load of stuff as my system went caput yesterday and I spent most of the day offline. Don't quite know what happened - I did a bit of cleaning up (using crap cleaner) and then my system wouldn't restart. For some reason all the permissions seem to have got messed up (on files and in the registry) so that even admin doesn't have access.

I tried running a system repair from the windows disc - and even the installer doesn't appear to have access to replace files!!!

Now I get a load of system erros in my logs about COM+ needing to be resinstalled (amongst loads of other odd errors) but there don't seem to be an MS KB articles on how to fix any of the errors. MS KB can be brilliant but when you actually need help with THEIR error messgaes it is often a complete PITA ...

Hopefull see everone again soon once I have tried to restore the backup (lets hope it still works!).
5444
Living Room / Re: 1 Day Only (1st August) All Xara Products 50% Discount!
« Last post by Carol Haynes on August 01, 2006, 02:57 PM »
No - it is a GIF file I downloaded from the Xara site.
5445
Living Room / Re: IRC channel error ...
« Last post by Carol Haynes on August 01, 2006, 04:54 AM »
Client: IceChat7

Firewall: Agnitum Outpost - behind a Linksys wireless router with a firewall - it seems to get the correct IP address automatically - and seems to work - just disconnects frequently.

Server: efnet.demon.co.uk
5446
Living Room / IRC channel error ...
« Last post by Carol Haynes on August 01, 2006, 04:37 AM »
Any idea why I get "Socket Error: 10053 : Connection is aborted due to timeout or other failure (Server)" errors every few minutes on the #donationcoder channel? It leads to a disconnect which basically means it is hard to follow conversations as a lurker ?

I presume it is some sort of time out - but is there some way to extend this?
5447
Living Room / Re: 1 Day Only (1st August) All Xara Products 50% Discount!
« Last post by Carol Haynes on August 01, 2006, 03:58 AM »
Be warned ... if you place an order don't carry on browsing the website before you complete the purchase. They don't seem to use a 'cart' system. I placed an order for a small item - and it went to the payment screen, I then continued browsing for a bit (by opening a separate window) and when I came back and made the payment they charged me for the last thing I had looked at (which I didn't need as I already have a copy). Annoying !!
5448
Living Room / Re: Internet Explorer 7 Beta 3 - nothing but problems
« Last post by Carol Haynes on July 31, 2006, 06:36 PM »
I have office - but ctfmon is removed easily. I guess if I do an office repair anytime it will reappear!
5449
General Software Discussion / Re: The Best Browser? With Roboform?
« Last post by Carol Haynes on July 31, 2006, 06:29 PM »
Problem is that all IE based browsers use the internet options to configure the Favourites folder. (Well the ones I have tried) So changinging favourite settings in one will probably affect all IE based browsers in the same way.
5450
Living Room / Re: Windows Powershell from Microsoft (free)
« Last post by Carol Haynes on July 30, 2006, 10:51 AM »
I can't believe there was no follow up to this. Anyone else tried it? It looks really powerful but will need a little learning.
Pages: prev1 ... 213 214 215 216 217 [218] 219 220 221 222 223 ... 310next