topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Wednesday November 5, 2025, 8:17 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 2 [3] 4next
51
Nice find Lanux!

how many of the addons do you use?
With my still-default Firefox 3.6: 53
With my soon-to-be-default Firefox 4.0: 47

So a count of add-ons on the list used with both leads to... 9 :'(, no surprise they are on the list for most of these.

Surprises on the list, IMHO:
#17 Personas Plus, a Mozilla Labs add-on...
#18 Flagfox
#27 Web Developer
#28 Colorzilla
#42 Stylish, is relatively low. But I'll guess that also depends on the amount of styles that has to loaded and whether they are XUL-styles or not...
52
WOOHOO, I won something.

Thanks Mouser, Cthorpe, DonationCoder community and the sponsors.

Now I'm off studying the 972 pages :o Boxer Text Editor manual...
53
For a more lightweight approach (only 3kB :o):
Change Search Shortcut

Allows to change the search shortcut. After the comedy with Panorama taking over CTRL+E, then switching to CTRL+SHIFT+E, without restoring CTRL+E, I've decided to make this very simple plug-in to allow people to choose their own shortcut.
-Change Search Shortcut
54
Woohoo, already at $5.500 :D:
DonationCoder_March.png

People, keep it coming, because:

Money is like muck, not good except it be spread.
- Sir Francis Bacon

;D
55
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by Winkie on February 24, 2011, 02:00 PM »
Trout has a portion of the Winamp API built into it for this purpose.  ... The following messages are supported:
40001 - Close
40022 - Toggle repeat
40023 - Toggle shuffle
40029 - Add files box
40044 - Previous track
40045 - Play/Pause
40048 - Next track
40058 - Volume up
40059 - Volume down
40144 - Seek backward
40148 - Seek forward
40155 - Add URL
40187 - Add folder box

You can use standard Windows SendMessage commands to control Trout in this way.

Just to clarify: those are WM_COMMAND values. (hex code 0x111) In AutoHotkey it would look like this:
Code: Autohotkey [Select]
  1. ; Toggle shuffle
  2. PostMessage, 0x111, 40023, , , ahk_class Winamp v1.x

Ok this is useful if I want send a command to the player but if I want to get the title and the infos of a currently played song?

For that you can use WM_USER values of the Winamp API (hex code 0x400).
This already works with Trout:
104 - Returns the status of playback. If 'return' is 1, it's playing. If 'return' is 3, it's paused. Otherwise, playback is stopped.
105 - If 'data' is 0, returns the position in milliseconds of playback. If 'data' is 1, returns current track length in seconds.
An example of message 105 in AHK:
Code: Autohotkey [Select]
  1. ; Get Current Track Lenght
  2. SendMessage, 0x400, 1, 105, , ahk_class Winamp v1.x
  3. iTrackLenRaw := ErrorLevel
  4. ; Get Current Track Posistion
  5. SendMessage, 0x400, 0, 105, , ahk_class Winamp v1.x
  6. iTrackPos := ErrorLevel
Standard Winamp API has no message for querying the current track title IIRC. (Doesn't mean Trout cannot have one, as a unified approach(?) :-\)

If there is a certain message within the Winamp API that you would like to see supported, let me know and I'll see if I can add it.

Skwire, glad you asked. I already thought of asking you for some additions:
WM_COMMAND:
40154 - Go to the begin of the playlist immediately [Hmm... shame, this feature doesn't exist in Trout?]
40158 - Go to the end of the playlist immediately [but who would want that?]
WM_USER:
122 - Sets the volume to 'data', which can be between 0 (silent) and 255 (maximum)
124 - Returns length of the current playlist, in tracks
125 - Returns the position in the current playlist, in tracks
250 - Query shuffle status: 0=off, 1=on

I use WM_USER 124, 125 and 250 in a frequent used AHK-script, so implementing these is highly appreciated.

Greetings, Winkie
56
Site/Forum Features / Re: DC Forum Mods Thread
« Last post by Winkie on February 14, 2011, 02:30 PM »
@mouser
:huh: Links are the same. I can't find Geshi Mod on the SMF Mod Site... - Forum Topic

If anyone finds any mods they think would be really useful on the simplemachines site, let me know which ones

57
General Software Discussion / Re: Alternative .chm readers?
« Last post by Winkie on February 13, 2011, 01:20 PM »
I found KchmViewer

... UltraCHM ... not sure about tabs though.

Nice finds, both of you :Thmbsup:
I always thought I didn't need a different chm reader. Using these for 5 minutes proofed otherwise...

Main reason I'm gonna use kchmviewer instead of the standard HTML Help Viewer is:
* Tabs! (UltraChm has none)
* The ability to open external links in my default browser.

UltraChm will stay installed for times I need to extract individual pages or have to take notes.
58
General Software Discussion / Re: Any better Clipboard program.
« Last post by Winkie on February 11, 2011, 04:59 PM »
Edit: I then dig around a bit in XYplorer, and found out that it has a rename method called "Edit Item Names ...", with which I can pretty much do what I would like to do with Oscar's File Renamer. Not sure when it got this (I often upgrade XY without knowing what's new). It's nice

You and I got it since XYplorer version 9.60  (2010-10-06). And it's definitely a nice feature. 8)
59
General Software Discussion / Re: Traying windowing tool?
« Last post by Winkie on February 05, 2011, 05:13 AM »
Look at PowerMenu some time. It isn't much, and pretty ancient, but the few times I need stuff like that it meets my needs perfectly.

I've used PowerMenu for years. But I switched to Moo0 WindowMenuPlus a couple of weeks ago. It has a couple more features than PowerMenu which can be handy.
60
N.A.N.Y. 2011 / Re: NANY 2011 Release: Ten Timer
« Last post by Winkie on February 04, 2011, 11:55 AM »
Ten Timer featured on Free Download A Day.com! :up:
But, it's a pity that the review is about the initial version.  Although it may be hard to see from it's version number, the functionality of Ten Timer is improved significantly. 8) (Thanks again, Skwire!)
61
N.A.N.Y. 2011 / Re: NANY 2011 Release: Snap DB
« Last post by Winkie on February 01, 2011, 02:48 PM »
Thanks for these updates, Skwire. :Thmbsup:

    + The 'Run' feature will attempt to execute data that meet the following
      criteria:
        # A file or folder e.g.: c:\path\to\my.exe, c:\path\to\image.png
        # A URI/URL with "://" in it e.g. http://www.site.com
        # 'mailto:' links e.g. mailto:[email protected]

I'm not sure what you what you mean with attempt to execute, but it also tries to run a field like "Go to http://google.com", which obviously fails.
IMHO, Apart from a FileExist() check, (which you must be using because only "config.ini" works!)
the check should be something like:
Code: Autohotkey [Select]
  1. ; OK: http://google.com
  2. ; OK: www.google.com
  3. ; OK: mailto:[email protected]
  4. ; OK: D:\Program Files\SnapDB\SnapDB.exe
  5. ; OK: file:///c:/windows/
  6. ; OK: \\ComputerName\SharedFolder\Resource
  7. MsgBox, % RegExMatch( Clipboard, "^(http:|www.|mailto:|[a-zA-Z]:\\|file://|\\\\)" )
62
N.A.N.Y. 2011 / Re: NANY 2011 Release: Snap DB
« Last post by Winkie on January 31, 2011, 01:51 PM »
@Skwire:
As promised, my findings after a thorough test drive with Snap DB.
You already know my first impression: looking good! Now I can must say: usability is also top.

Remarks:
  • Copying data to the clipboard is also my number one wish. I think two ways of copying should be implemented:
    • Copying of an entire row/record directly from the listview. Add an editfield to the options dialog where the user can choose the delimiter for flexibility.
    • Copying of a single field from the Insert/Update record window. Best way, if possible: Add an button on the right side of each field.
  • As an alternative to copying I would like to run a field, especially if it's an URL. IMHO, this would also require buttons in the Update record window.
  • Can we have the fields in the Insert/Update record window in the same order (top -> bottom) as the columns (left -> right) after moving columns?
  • Bug: When updating a record, the data is preserved when not clicking the update button but the close button of the window (in the title bar). Afterwards the same data is in the fields of the Insert record window, even after a switch to another snp-file.
    (A duplicated record button would be a nice addition, BTW)
    EDIT: As an alternative (when it's not actually a bug  :D): to avoid confusion, ask the user if the data must be preserved for later use when clicking close.
63
N.A.N.Y. 2011 / Re: NANY 2011 Release: Ten Timer
« Last post by Winkie on January 28, 2011, 12:37 PM »
So, which way would you like it to be?  I can do either.
SHIFT, that way I can reach more numbers with only my left hand than with Alt.
Also noticed now that Numpad keys aren't used. Maybe use these for the countdown timers?
64
N.A.N.Y. 2011 / Re: NANY 2011 Release: Ten Timer
« Last post by Winkie on January 28, 2011, 12:20 PM »
Skwire, thanks for ten more timers.

Two remarks:

2) Ctrl-Shift+1 through Ctrl-Shift+0 will reset a countup timer.
-Help File
= Ctrl-Alt+1...

    + Added separate "start all" and "stop all" buttons.
Personally I would like it if these button affect only the timers which have text in it's edit field.
Especially the countdown timers, which now start at one hour if a timer is not set. I would like it to be: not set = not run.


65
Finished Programs / Re: IDEA: Insert Anywhere Date and Time utility
« Last post by Winkie on January 20, 2011, 06:16 AM »
In another thread, superboyac remarked that ArsClip's configuration was a mess.  Good though it is, I'm inclined agree.  You might expect this bit of configuration to appear on the Configuration screens, rather than get to it via the popup menu.
I agree. Thanks for pointing it out with screenshots. :Thmbsup:
66
Site/Forum Features / Re: Forum Themes
« Last post by Winkie on January 20, 2011, 06:12 AM »
You haven't got something for the CODE boxes have you?

Insert above the last curly bracket:
Code: CSS [Select]
  1. /* Code (and other preformatted text?) */
  2. pre {
  3.   background-color: cornsilk !important;
  4. }

Untested, meaning: it does work for code boxes, but it may affect other areas too.
67
Finished Programs / Re: IDEA: Insert Anywhere Date and Time utility
« Last post by Winkie on January 19, 2011, 03:01 PM »
The feature is also available in, amongst other things, my default clipboard enhancer, ArsClip; make it one of the permanent clips.  
How/where can you use this date/time feature? I can't find it... :-[
68
Site/Forum Features / Re: Forum Themes
« Last post by Winkie on January 19, 2011, 02:40 PM »
How can I change the link colour on the outer part? I.e. the Links right at the top and the board tree?

My version with different link colors, only the top navigation and forum tree (which is ugly by itself IMHO, so I changed that too  :D)
Screenshot DC-Userstyle 03.png

Code: CSS [Select]
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("www.donationcoder.com") {
  4.  
  5. /* Outer background - works on complete DC site (without subdomains) */
  6. body, #topnavbar, .forumbodytop {
  7.   background-color: #DFEDF5 !important;
  8.   background-image: none !important;
  9. }
  10.  
  11. /* Content background */
  12. .windowbg, .post, .windowbgdc, .windowbgdc2b, .windowbg2,
  13. .windowbgdc2, .windowbgdc5, td.smalltext {
  14.   background-color: #FCFEC6 !important;
  15. }
  16.  
  17. /* Quotes, recent posts */
  18. .quote, .orangemed, .orangesmall {
  19.   background-color: #FAFAFA !important;
  20.   border-color: #828181 !important;
  21. }
  22.  
  23. /* Navigation links (at top DC site + forum tree) */
  24. a.nav:visited, #topnavbar a:visited {
  25.   color: #C46200 !important;
  26. }
  27.  
  28. a.nav:link, #topnavbar a:link {
  29.   color: #1B7FD0 !important;
  30. }
  31.  
  32. a.nav:hover, #topnavbar a:hover {
  33.   color: #38A7E2 !important;
  34. }
  35.  
  36. /* Forum tree enhancements */
  37. div.nav img[src="https://www.donationcoder.com/forum/Themes/Dc2/images/icons/folder_open.gif"] {
  38.   /* Icon from famfamfam Silk Icon Set - http://www.famfamfam.com/lab/icons/silk/ */
  39.   background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAC4jAAAuIwF4pT92AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAXJJREFUeNpjaGhoYIDjijyGhtoKhvrGZoaG+nqGemQ5KAYT9UDJhvo6hvqJq8Pq2yfxgzU1NDFh0wQm6uqAikF4zZu/5User69t6uJqrKtiqKtvZGpoAGqqx2JDTW09Q/OK20/nH/70P2PGrVXldZ1cLQ1gTYzImqA6gRpq6hlKF95+seLY279dm17+92q9tLOwup2/tbEaqKmBEcUGkFura+sY0qdffzlh28t/7Wsf/i5b+vi/QdHxm4WVrbJNjXWoNtQDbaiuqWUI67n4smnN038VS+//yp5z+z9f2MXTacU9oq1NNUB/ojkJZINjzZkXbeuf/I2ZdOe/Zvye/b7J00TKKpsZgDYwotjQCNRQWV3HYFV29EnClHv/FUP3bcsrbeXpba8Ay2GGUgMoWGsZpMKO/lcO2bs3r7hFoL2lFmhrIxNEcT2mHxob6xmCM6ZHZBe1C3e01jDU1mHGAZIfGsAS7c01DM1NdaBgZMCmGIQBUZH5lZbin5AAAAAASUVORK5CYII=") !important;
  40.   background-position: 0px 3px !important;
  41.   background-repeat: no-repeat!important;
  42.   height: 15px !important;
  43.   margin-right: -5px !important;
  44.   padding-left: 12px !important;
  45.   width: 0 !important;
  46. }
  47.  
  48. div.nav img[src="https://www.donationcoder.com/forum/Themes/Dc2/images/icons/linktree_side.gif"],
  49. div.nav img[src="https://www.donationcoder.com/forum/Themes/Dc2/images/icons/linktree_main.gif"] {
  50.   padding-left: 12px !important;
  51.   width: 0 !important;
  52. }
  53.  
  54. }
69
Living Room / Re: What is a good desktop stapler?
« Last post by Winkie on January 18, 2011, 01:49 PM »
I'm so fucking sick of staplers that suck. 

You're not the only one...
Today I put 31 pages in the external stapler of the Xerox Phaser 3635MFP: FAIL.
70
Just an update:
Attaching the two pictures to this post failed when adding them both to the post.
Size ~69 kB and ~29 kB. The connection reset message appears almost immediately after hitting save*. Both on 'normal' connection and on HTTPS. Adding one, save, adding the other goes fine.

* Which was always the case when I saw the error message.
71
Site/Forum Features / Re: Forum Themes
« Last post by Winkie on January 18, 2011, 12:48 PM »
OK here we go - in 'Front page' yellow!
Screenies first:
Screenshot DC-Userstyle 01.png


Screenshot DC-Userstyle 02.png

Userstyle:
Code: CSS [Select]
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("www.donationcoder.com") {
  4.  
  5. /* Outer background - works on complete DC site (without subdomains) */
  6. body, #topnavbar, .forumbodytop {
  7.   background-color: #DFEDF5 !important;
  8.   background-image: none !important;
  9. }
  10.  
  11. /* Content background */
  12. .windowbg, .post, .windowbgdc, .windowbgdc2b, .windowbg2,
  13. .windowbgdc2, .windowbgdc5, td.smalltext {
  14.   background-color: #FCFEC6 !important;
  15. }
  16.  
  17. /* Quotes, Recent posts */
  18. .quote, .orangemed, .orangesmall {
  19.   background-color: #FAFAFA !important;
  20.   border-color: #828181 !important;
  21. }
  22.  
  23. }
72
Site/Forum Features / Re: Forum Themes
« Last post by Winkie on January 18, 2011, 06:11 AM »
On the SMF feature list it says SMF supports (per user) themes. Would that be hard to implement on donationcoder?

Actually I was wondering the same lately...

I wouldn't mind some change once in a while ;)

How about changing the appearance with Userstyles?
There are a few styles for SMF over there.

I personally made one userstyle (more of a quick hack actually) because I didn't like the white background on the forum.
I can post it if I'm at home if you're interested...

73
Pff, glad I'm not the only one having these problems.

Switch to HTTPS - problem solved.

I'll keep that in mind, thanks.
74
DC Website Help and Extras / Re: Cannot attach an attachment to a post...
« Last post by Winkie on January 15, 2011, 06:34 AM »
OK, did some testing. The results:

First, I did manage to attach the above file to the post.

But attaching files larger than about 100 kB doesn't always work for me in one go.
If* I encounter the above error and go back to the post (not in editing mode) and then click modify again and attach the file than it does work.

* 9 out of 10 trying to attach a file for the first time.
75
DC Website Help and Extras / Problems with attaching an attachment to a post...
« Last post by Winkie on January 15, 2011, 04:59 AM »
Hi folks,

Anyone else having problems attaching a file to a post?
This file won't attach: TransparentMove.zip
EDIT: removed link, it's now attached, but not without problems, see below

Tried a couple of times with:
Firefox 3.6.13
Pale Moon 3.6.13 (clean profile)
IE7
Opera 11

Results:
Screenshot - 15-1-2011.png

Does anyone know a solution?

Pages: prev1 2 [3] 4next