topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Thursday April 2, 2026, 10:48 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 ... 1031 1032 1033 1034 1035 [1036] 1037 1038 1039 1040 1041 ... 1515next
25876
Back in June Ashley reviewed a free application called the Windows Sidebar Styler. It’s a nifty little application that gives users the ability to style the sidebar with different skins. Yesterday a new version was launched, and one of the big new features is a sidebar resizer. Instead of gadgets overflowing onto multiple pages, they will then show up in multiple columns.
...
Windows Sidebar Styler is described as an application that takes advantage of new technology introduced with Windows Vista to provide “extensions to the existing functionality of Windows Sidebar.” In other words, it allows users to tweak their Sidebar so that they’re presented with a customized interface. Today I’ll be explaining how to style your sidebar through the use of Windows Sidebar Styler and Sidebar Styles from WinCustomize.


Make sure you see their original review of the utility: http://cybernetnews....dows-sidebar-styler/
25877
Various tricks to maximize your Starbucks Coffee experience.. personally i just drink tea at home.

The ghetto latte joins a pantheon of hallowed Starbucks hacks. Tim Harford of Slate contributed a classic to the genre, "Starbucks Economics: Solving the Mystery of the Short Cappuccino," where he revealed that the best-tasting cappuccino, the short cappuccino, is not on the menu. When Starbucks introduced its store locator, someone devised an effective delocator, which directs you toward independent cafes. The site Consumerist recently explained how to get a Tazo Chai Latte at half the price.



from http://news.com.com
25878
General Software Discussion / Re: Some HomeSite Replacement Help?
« Last post by mouser on August 17, 2007, 01:47 PM »
Welcome to the site, Nick, nice to see you here  :Thmbsup:
25879
General Software Discussion / Re: The software awards scam
« Last post by mouser on August 17, 2007, 01:15 PM »
freshmeat is particularly good for linux software.
25880
General Software Discussion / Re: The software awards scam
« Last post by mouser on August 17, 2007, 01:06 PM »
Back on topic, we should also post links to some of the software sites whose awards actually matter, because they are serious and done by real people who test the software and know what they are talking about:


What else?
25881
General Software Discussion / Re: The software awards scam
« Last post by mouser on August 17, 2007, 01:00 PM »
This reminds me of the case of a prank by some guy who submitted random junk of scientific words to science journals and got them published in few.

For the page where they did that, along with actual video from them presenting the paper(!), and a paper generator, see: https://www.donation...dex.php?topic=4876.0
25882
just let updater install the plugins in the "Available for Installation" tab.
25883
General Software Discussion / Re: Outpost Suite 2008 BETA
« Last post by mouser on August 17, 2007, 10:42 AM »
LOL - anyone dare to install this?

heheh that was my first reaction too. ;D

Don't get me wrong, I love Outpost, but i view all of their releases as potentially buggy betas, so when even THEY label something as an experimental beta.. look out!
25884
After the -r call, launching DcUpdater by itself should list your program in the complete list of all known stuff that can be updated.  If it doesn't, check to see if the file "C:\Documents and Settings\All Users\Application Data\DonationCoder\DcUpdater\RedirectFiles\PROGRAM_LABEL.dcupdateredirect" is being created, and if the contents of that file point to the directory of your program.
25885
The cool YSlow plugin for firefox is discussed in detail on the Coding Horror blog.  He likes it but has some warnings about taking the numbers too seriously..

This plugin evaluates the current page using the 13 rules and provides specific guidance on how to fix any problems it finds. And best of all, the tool rates the page with a score-- a score! There's nothing we love more than boiling down pages and pages of complicated advice to a simple, numeric score. Here's my report card score for yesterday's post.


Link to YSlow: http://developer.yahoo.com/yslow/
25886
i wonder if ccleaner didn't delete the file?
maybe run ccleaner again and see if it wants to delete it for some reason?  sure seems odd that it would have..
25887

I don't fully understand what "program_labelname" should be, should this correspond with the filename part of my dcupdate file, should it correspond to the local -> label  value or can it be anything (if so what's the use?)

yeah sorry i should have explained what that was used for.. it's just used to name the file that is created in, for example:
C:\Documents and Settings\All Users\Application Data\DonationCoder\DcUpdater\RedirectFiles\PROGRAM_LABEL.dcupdateredirect

so the answer is it doesn't really matter what you pass, as long as it's unique to other programs.


getting back to your comment about running it with -r:
a commandline window flashes up with no text in it, and my program is not recognised by dcupdater.

the -r says to create that file above, it does nothing else.  That file just allows DcUpdater to find your program when DcUpdater is run independently (like from Start Menu), rather than being launched from within your program.  You should call ShellExecte with the SW_HIDE parameter so that the user doesnt see the blank window pop up.

You can make the -r call every time your program starts, or just once, OR you can use the -ri commandline parameter mode with dcuhelper to create that file each time you invoke it to check for updates.

To actually call the updater to check for updates from your program you use the -i or -ri commandlie options for dcuhelper.

Does that clarify things a bit?
25888
Living Room / Xinu: Check quickly your PageRank, backlinks and much more
« Last post by mouser on August 17, 2007, 02:26 AM »
Xinu: Check quickly your PageRank, backlinks and much more

Nice site lists stats about your website..



from http://www.veign.com/blog/
25889
ps. you can use dcupdater and dcuhelper to add update support to pure data/file packages that contain no executable component at all -- just provide a shortcut that invokes the dcuhelper.exe tool.
25890
I need to say a bit more about using DcUpdater to add update checking support to your programs/downloads:

  • There are a lot of other update checking tools (commercial + free) -- hey we should start a thread in dev corner listing all the ones we can find.
  • Most of them either compile into your program, or are a dll you load into your code and invoke.
  • Some are standalone executables that your program can launch.

The DcUpdater tool is most similar to #3, in that it is a standalone update checking executable, which does not have to be compiled into your code.

However where it differs from other such tools is that the full update checker tool is not really meant to be included with each individual program that uses it.

Instead, the intention is for the DcUpdater tool to be installed like any other application on a users computer, and provide a centralized update checking system for many programs.

That is, the user installs DcUpdater to their system, and other programs can "invoke it" to check for updates.  You can see this at work in my software -- so far 8 of my programs know how to invoke the DcUpdater tool to check for updates.



The tiny 100k dcuhelper.exe tool is not the updater itself(!)  It's a helper utility meant to be packaged in your program, whose only job is to find and communicate with the main big DcUpdater tool installed on the user's computer, OR help the user to download and install it if it's not already (if they want to).



What this means to you as a developer, is that your users will have to go through an extra step if this is the yours is the first program they have installed that uses the DcUpdater tool and they haven't installed it yet.  They may find this confusing and irritating.

So probably you want to go find yourself an update checking solution that is self-contained and you probably don't want to use DcUpdater.

However, if you do want to use it, i'm here to help.  It may be a good match for you if one or more of the following is true:
  • You are a programmer who hangs out at DonationCoder.
  • You have a bunch of tools, each of which needs update support.
  • You use plugins or other user-written content and want an easy way to check for updates for lots of independent items.
  • You like the idea of not bloating up each program with its own update checking code.
25891
This is early release without much documentation, so you'll surely need some initial help from me getting everything to work, so don't hesitate to ask.
25892
latest version of the dcuhelper.exe utillity.

So if you want to add update checking support to your program, you can do so by creating a .dcupdate file in your program directory, and distributing this dcuhelper.exe program with your program.  When you or the user wishes to check for updates, you simply execute this utility (e.g. ShellExecute) and it will:
  • Locate the DcUpdater installed on the user's computer and invoke it for your program (and any plugins your program might have).
  • OR if the DcUpdater tool is not installed, it will do a quick update check and let them know if a new version is available, and bring them to the web page where they can download and install it if so.

Size: 117k (could be compressed if you like to make it even smaller).
Download Latest: https://www.donation...nloads/dcuhelper.zip

The dcuhelper.exe tool can also be used to "register" your program with DcUpdater so that it will appear in the default list of installed programs known by DcUpdater which can be checked for updates.

Version info:
  • v1.10.01 - July 12, 2011 - if launched as a hidden window (common in old versions of dcuhelper) the new dialog would not display; thanks worstje
  • v1.09.01 - July 2, 2011 - now bypasses cache explicitly when checking for version update -- could cause old files on some pcs; thanks wortje
  • v1.08.01 - Mar 23, 2011 - completely new dialog with buttons to open web pages shown when update detected; support for showing whats new
  • v1.07.01 - Jan 5, 2011 - improved the -u unregister parameter; added icon to dcuhelper to improve message boxes (thanks Worstje)
  • v1.06.01 - Jan 4, 2011 - added overide and redirect options in versioninfo file (see readme)
  • v1.05.01 - October 8, 2010 - added better help
  • v1.04.01 - Decmeber 30, 2009 - added new built-in quick web version checking into dcuhelper itself; see https://www.donation....msg189826#msg189826 for more info
  • v1.03.01 - August 1, 2008 - added -t commandline option; fixed bug in opening dcupdater page; improved dialog on updater not installed; if no commandline options are passed it will try to load .dcupdate file in current dir and check for updates
  • v1.02.02 - September 8, 2007 - added a few more easier exported funcs.
  • v1.02.01 - September 8, 2007 - added dll exports, improved help; opens program webpage if updater not installed; added version info to usage display (invoke with no arguments).
  • v1.01.01 - August 16, 2007 - first public release
25893
I think this may be a one time bug due to the new code i added that lets it install these plugins new from the web, and no longer includes them with farr.  please let me know if it ever comes back after you install them (you can install the new versions over existing).
25894
Living Room / Re: Flash Game: Anti Tower Defense
« Last post by mouser on August 16, 2007, 03:53 PM »
yes, this does violate one of the pleasure of this type of game which is minimal micro-management.
25895
ProcessTamer / Re: DCUpdater not picking up on Process Tamer installation
« Last post by mouser on August 16, 2007, 03:50 PM »
yep, thats a bug on my part because i havent uploaded a version of PT with update support yet.

By the way, all the other entries in the "installable" tab of the updater are actually new builds of my programs, with new updater support, which is why they are reported as not yet installed.  once the new versions of these programs are installed, they will forever after be recognized as installed and be available for update checking (see their Help->Check for Updates) menus.  Another advantage of the new builds is that they will auto-close during update install, so no more need ot remember to shut them down from the system tray on upgrade.
25896
DcUpdater / Re: Program freezing with non-typical program directories
« Last post by mouser on August 16, 2007, 03:39 PM »
Oh really!  That's pretty nifty, how in the world does it know?  I'm assuming DCUpdater has to be running when I run the other programs, right?

nope, actually the way it works is that if a program wants to "register" itself with the updater, it creates a file in
(the equivelent of): C:\Documents and Settings\All Users\Application Data\DonationCoder\DcUpdater\RedirectFiles

very simple.
25897
Living Room / Re: Flash Game: Anti Tower Defense
« Last post by mouser on August 16, 2007, 03:03 PM »
That is extremely clever and well done.
(for some reason i can't say i'm having a lot of fun playing it, but it's a great game to study for those that like this genre).
25898
One of the best free cleaning tools just got a little better (note this is a beta build so normal people might want to wait for a stable release!)

Features of CCleaner 2.0:
  • Complete rebuild in C++ - With the requirements for a portable version, 64-bit compatibility and Windows Vista increasing against the limitations of the old architecture. We decided to rebuild the entire CCleaner application in highly optimized C++.
  • Faster analyzing and cleaning - Each scanning process was rewritten from scratch and fully optimized. The result being a noticeable speed increase in all areas.
  • Portable - CCleaner can now run from a USB thumbdrive and be installed/run on a computer without a complicated setup process.
  • Compact - The rewrite removed all external file dependencies, so the main EXE is now half the size of the original program and support files.
  • Redesigned User Interface - The original CCleaner user interface was looking a little dated, so the GUI was redesigned with a modern look, but without sacrificing speed or usability. New icons were created for the interface and the main program icon was updated with a more modern style.
  • Exclusions - It is now possible to specify files, folders and registry keys to ignore from the cleaning process.
  • Loads of little tweaks - Too numerous to mention them all separately, we've tried to improve CCleaner in all areas.



from http://tech.cybernetnews.com/
25899
DcUpdater / Re: Program freezing with non-typical program directories
« Last post by mouser on August 16, 2007, 01:38 PM »
Let me ask this, is it enough for me to drop in just the c:\programs directory

That's surely the problem -- it's trying to scan the entire giant directory each time, to find update files.
Each time it tries to update it's list of updates its trying to rescan it all.

so yeah, you need to drop in the specific directory.

BUT:
note that you actually dont even have to do this -- the first time you run one of these other programs from it's non-traditional directory, it will register itself.  So save yourself some trouble and just run each program once and the updater will know where to find them. (i'll try to fix this on a future update so you dont even have to run them once).
25900
Activation/License/Language Help / Re: Welcome - READ THIS FIRST!
« Last post by mouser on August 16, 2007, 11:22 AM »
It means you are pasting in something other than the correct license key.
You can email me at [email protected] if you continue to have difficulties and i will try to help.
See this help entry as well:
https://www.donation...er.com/Help/entry/1/

The program saying ".. bad key file.."
what should i do?
Pages: prev1 ... 1031 1032 1033 1034 1035 [1036] 1037 1038 1039 1040 1041 ... 1515next