Welcome Guest.   Make a donation to an author on the site May 20, 2013, 06:47:21 AM  *

Please login or register.
Or did you miss your validation email?


Login with username and password (forgot your password?)
Why not become a lifetime supporting member of the site with a one-time donation of any amount? Your donation entitles you to a ton of additional benefits, including access to exclusive discounts and downloads, the ability to enter monthly free software drawings, and a single non-expiring license key for all of our programs.


You must sign up here before you can post and access some areas of the site. Registration is totally free and confidential.
 
The N.A.N.Y. Challenge 2012! Download dozens of custom programs!
   
  Forum Home Thread Marks Chat! Downloads Search Login Register  
  Show Posts
      View this member's profile 
      donate to someone Donate to this member 
Pages: Prev 1 ... 119 120 121 122 123 [124] 125 126 127 128 129 ... 153 Next
3076  Main Area and Open Discussion / Living Room / Re: stackoverflow-like site for DC. Would it work? Now free on: April 16, 2010, 11:31:44 AM
I think the model works fantastically for what they use it for, for focused question+answers by experts.  But we are much more conversational here, so i'm not sure it would be a good match.. and i don't know how you could combine them.

I think the "combine them" is the holy grail part...

It's been widely discussed here that having one medium (forum) is not necessarily the best fit for all the different things that DC do. Some of the question and answer posts would definitely fit better where a subsequent viewer can jump to the best answer... or read them all if they want.

What's the best xxx get out of date so quickly sometimes.

But if it's not possible to combine, then maybe it's best to live with the restrictions to maintain our conversational tone?
Why not do something like Experts-Exchange.com? Question is asked->discussion ensues->answer is found - and then marked (boldly) as Accepted Answer. That post also gets a different title bar color so it's easy to scroll to if you just need a quick answer.

That's not a bad mix of the two.
3077  Main Area and Open Discussion / Living Room / Re: Yea, I won't be getting an iPad anytime soon on: April 15, 2010, 05:46:53 PM
iPad's printing functionality:



SCNR
Okay, That's funny.  Grin  Grin  Grin
3078  Main Area and Open Discussion / General Software Discussion / Re: Vpn folders, file operations and speed on: April 15, 2010, 05:26:32 AM
Normally I hook up to Windows systems. And to manage those I use the MS RDP protocol, it is faster and more stable than whatever edition from VNC offers. Whatever I have to do locally on those machines is done with their standard explorer...again speed and stability.
I'll 2nd that.

I hadn't thought of FTP for file transfers, but (I like it) it makes sense - Explorer over VPN is crap (too much overhead).
3079  Other Software / Developer's Corner / Re: T-Clock 2010 (beta - download) on: April 14, 2010, 05:40:01 AM
Edit:[/b] I forgot to ask -- I found this Global Atom Viewer but it appears to be a Japanese application.  It seems to be handy when doing RegisterHotKey-related things.  Do you know of anything similar in English?

Don't believe I've ever seen anything like that one. But an English version might make a good Coding Snack.


On the Windows key links, I don't believe I've been to that page specifically, but the gist of what I skimmed looks to be inline with everything else I'd been reading at the time. I'll have to try and give it a complete read later to see what kind of how to create a UI that doesn't suck tips I can glean.
3080  Other Software / Developer's Corner / Re: T-Clock 2010 (beta - download) on: April 13, 2010, 09:40:07 PM
Tangential note...

The Windows keys do not work reliably because they're a reserved System Key.
I was just reading about RegisterHotKey:

Yepper... That was the page that got me to thinking...

Quote
Quote
The F12 key is reserved for use by the debugger at all times, so it should not be registered as a hot key. Even when you are not debugging an application, F12 is reserved in case a kernel-mode debugger or a just-in-time debugger is resident.
I noticed that the latest T-Clock 2010 doesn't allow F12 to be registered smiley

BTW, do you know of a good list of reserved keys?  What I've found so far is:

  http://www.aquariussoft.c...elp-windows-shortcuts.asp

(Pardon the side track - But I just remembered something - There is a program Listed here on the board called ActiveHotKeys that was a total Life Saver when I was working on the configurable hotkeys part. It was the only reason I found out that I was registering the keys properly, but with the wrong information (which is why nothing had worked in testing (for 2 days)). So... I just wanted to throw in a quick pitch for it. smiley

Anyhow, I never did find a truly complete list of (default) Windows HotKeys (but I love collecting them), which is why I started putting together a database of them - which I then never had time to finish. It's a bit plain (ok it's ugly) but works:

Stoic Joker's HotKey db


Oh, and if you have any suggestions on/for the Time Sync "feature" (mess) I'm still futzing with it.
3081  DonationCoder.com Software / Find And Run Robot / Re: Shortcut to launch with admin privileges? on: April 13, 2010, 07:45:31 PM
Well... While I was beating the web bushes for a bit more elegant solution to the SetSystemTime debacle (hehe) I ran across this tutorial series that looks to be right about what you're after (Replete with Code Samples):

Asking the User for Credentials
3082  Main Area and Open Discussion / Living Room / Re: two-monitors ergonomics on: April 12, 2010, 05:45:53 AM
I've got 2 monitors that sit side by side both angled slightly inward. I sit directly facing the the center point where they meet, with the taskbar on the left so the notification area is always in my field of view. Only time I have to move my head is to glance down at the keyboard - because I still can't type... *shrug*

I do however generally take my glasses off while computing, because the progressive lenses have a "viewing Channel" that requires you to move your head to avoid bluring/distortion. I may eventually need to get a pair of regular (non-progressive or bifocal) glasses for the comp but for now my mid range vision still works fine with the 1280 x 1024 resolution on the 2 17" 4:3 monitors I have.
3083  Other Software / Developer's Corner / Re: T-Clock 2010 (beta - download) on: April 11, 2010, 02:43:21 PM
ROFL ... Now you know where I was at when the question first arose ... By default Windows XP, Vista, & 7 all auto sync with time.windows.com every 7 days - which was (a large) part of the justification for dropping the feature to begin with.

But I too have a thing about time ... So I continued to entertain the possibilitys... And Kazubon wrote the time sync code back in 95. Hence with a (slightly major) revamp of the socket handling code it wasn't really difficult to put back in - Where & how were the tricky parts. That and If I make it available to anyone, it has to be available for everyone, including the folks who are running (my all time favorite OS) Windows 2000. So... (hehe) ...Here we are.

The feature isn't at all finished, as I still have to add an auto-prompt for preferred NTP server if none is configured, and I'm just hoping to glean some input on what else (if anything) to add to it, to make it as user friendly as possible - without compromising security.
3084  Other Software / Developer's Corner / Re: T-Clock 2010 (beta - download) on: April 11, 2010, 01:58:05 PM
LOL ... You weren't the first (or the only one) to inquire about it. Wink

The sticking point is that setting the time in Windows (Vista/7/etc.) requires administrative rights and/or a UAC prompt acceptance (All roads lead to the SetSystemTime(&NewTime) function). So regardless of what I do with the code, I either have to require the program be run with administrative rights, or saddle the user with UAC prompts ... Which will result in the program being run with administrative rights. That, of course would violate one of the core design requirements that I set forth back in 06 (come to think of it, it was more like 03 when I started the project).

Fortunately, I like a challenge. smiley So I cooked up this little scheme which allows the time to be quickly sync'ed from an administrative command prompt - which I'm guessing most of us tend to frequently run and/or keep handy. It's kind of a Power User Easter Egg if you will...

The primary question, at this point, is whether or not this scheme fits your definition of an acceptably convenient solution to (time Sync) problem X?? ...If it does, I'll continue flushing it out with a UI for server & logging configuration etc..
3085  DonationCoder.com Software / Post New Requests Here / Re: IDEA: logout when monitor turns on on: April 11, 2010, 10:56:26 AM
(Forcing a logoff) Sounds like a great way to lose data - Why not just use Win + L to lock the session when leaving the computer?
3086  Other Software / Developer's Corner / Re: T-Clock 2010 (beta - download) on: April 11, 2010, 10:26:53 AM
Okay, Time Synchronization: (mouser...) Being that it was stated that a manual sync would be acceptable...It gave me a bit of (~Artistic~License~) Latitude. I did not want to have TC2010 triggering any manner of Administrative Rights/UAC Issues/Prompts. So, The best (Have-Your-Cake-and-Eat-it-Too) solution I could concoct was to (give TC2010 a split personality) run the Time Sync from a 2nd session via the command line.

Hence the TC2010 still does not require Administrative Rights - But the Time Sync (which it now has) does. Navigate to the TC2010 with an Administrative Command Prompt and run Clock /Sync This will partially load a 2nd (hook-less) copy of TC2010 that will synchronize the time with the selected NTP Server and then exit.

[attachimg=1]

Now As I mentioned this is a rough draft, so there is currently no interface to configure the time server with. The registry entry will (for the moment) need to be manually added to the registry here:
Key: HKEY_CURRENT_USER\Software\Stoic Joker's\T-Clock 2010\SNTP
Type: REG_SZ
Name: Server
Value: [Your Choice of Time Servers]

You can also add (to the same location):
Type: DWORD
Name: SaveLog
Value: 1 (default of false)

To have it create SNTP.log in its own directory (which currently (unavoidably) tends to fail if it's in Program Files on Vista/7) - Choices for now are either log -or- MessageBox sync successful message.

While I am releasing this (rough-hewn) feature a bit early, the object is to see how well this compromise is received - before I poured a ton of time into something that totally sucks... Wink

Feedback (desperately needed) Appreciated!
3087  Main Area and Open Discussion / Living Room / Re: File Size vs. Size on Disk: Why such a difference? on: April 09, 2010, 06:26:30 AM
I decided to format it and when I went to do that I found out that the default cluster size for FAT is 32 KiB.
...Which is why I mentioned the MS Oformat utility earlier - That's what it's for - creating low cluster size FAT/FAT32 partitions that can easily/safely be converted to NTFS (with Win2k era convert.exe). It was a required procedure back then if you wanted/needed the NTFS compression to work...and were going to be starting with a FAT drive (for whatever reason).
3088  Main Area and Open Discussion / Living Room / Re: File Size vs. Size on Disk: Why such a difference? on: April 08, 2010, 05:54:49 AM
If you use the Oformat utility from a Win2k/XP setup disk (should be in tools - iirc), you can format the disk as FAT/FAT32 with (almost) any cluster size you want/need.
3089  Other Software / Developer's Corner / Re: T-Clock 2010 (beta - download) on: April 07, 2010, 10:46:53 PM
Okay, at this point I've managed to create, modify, fix, resurrect, compound, befriend, and finally kill about 15 new buggs that crawled out of the woodwork in the process of addressing the above (Win + A) issue. Seems there was a lurking flaw in the design of the structure I created for handling the hotkey configuration sets, that caused the whole thing to hit the fan on a x64 box (most of my testing is done on a XP VPC).

Anyhow... I've now locked out the Windows Keys and any other combination that may tend to get folks in trouble (i.e. Shift + A-Z, etc.).

So... Since I've now (between here and the office) been coding for 17hrs straight, I'm going to go fall over dead. smiley
3090  Other Software / Developer's Corner / Re: T-Clock 2010 (beta - download) on: April 07, 2010, 05:40:57 PM
BTW, I have not succeeded in getting a hotkey with the windows key to work.  Should it?

That is/was one of those I was on-the-fence issues I'd planned to get back to later. The Windows keys do not work reliably because they're a reserved System Key. While I'd toyed with trying to make it work (to see if I could), I suspect it would be a very bad coding practice to foist on the users. The standard Windows Shortcut options block them from being used ...(for a reason)... So, I will also in the next build.

Thank you, for your continued efforts at poking holes in my code smiley
3091  Main Area and Open Discussion / General Software Discussion / Re: Windows 8 Requests on: April 07, 2010, 06:47:32 AM
Also, FFS, make Notepad detect other line endings than CR+LF.

Now there's one I will happily 2nd! (Damn that's annoying)
3092  Main Area and Open Discussion / Living Room / Re: First iPad Reviews Are In on: April 07, 2010, 06:36:02 AM
It the other half of the bookends set for this.
Quote
It gets worse. There is no way to share the same document with more than one iPad app. For example, a Word document imported to Pages cannot be accessed by any other iPad app, even other apps that can open Word documents. The only work-around is to import the document twice, once for each app. Further, if you ever delete an app from your iPad, any documents stored with that app are deleted as well.

Their (insanely) mandatory auto-saves should greatly assist in making a royal mess of things also.
3093  Main Area and Open Discussion / Living Room / Re: First iPad Reviews Are In on: April 07, 2010, 06:20:18 AM
Holy crap Apple, seriously? *That's* how your shiny new toy handles data sync? Wow. Just... wow.
Seriously, why the shock? ...This is a perfect Apple "File Sharing" efficiency match for the MacBook Wheel...

Wink
3094  Other Software / Found Deals and Discounts / Re: Partition Wizard Business Edition - free registration limited time offer on: April 07, 2010, 06:08:27 AM
I use to love Partition Magic until Symantec assimilated Power Quest - I just couldn't trust it after that.

I've been (happily) using Paragon HDM for awhile, but their Bootable CD tends to cry (and refuse to load) about Screen Resolution a bit too often (e.g. it burned me on-site once).

This certainly looks clean enough, so I'll give it a shot. Thanks for the tip.
3095  Other Software / Developer's Corner / Re: T-Clock 2010 (beta - download) on: April 07, 2010, 05:14:25 AM
Overlapping Schools of thought - error message wise (guess I'll have to pick one... smiley).

I got one other (bugg i created...) issue I've gota get nailed down before the next update - But it will look like:

[attach=1]
3096  Other Software / Developer's Corner / Re: T-Clock 2010 (beta - download) on: April 06, 2010, 06:32:08 PM
After the initial (just updated) run can you do it again?
Sorry, not sure I follow.  I tried the steps again (after exiting the application once and restarting it) and was able to reproduce, FWIW.  I also re-downloaded (with 2 different browsers) but the hashes came out the same as the original beta -5-.

That's ok I was off in the weeds anyway... Wink

After getting home, re-reading and duplicating the bugg it dawned on me that I had seen that behavior before. But I'd blown it off as me just being (dumb) to tired and forgetting which keys I'd already assigned. The Windows Shortcut Hotkey control I've been trying to emulate, does however handle that very same situation in a considerably more graceful fashion (than ignoring it - which I did).

So, I gave TC a quick behavioral modification - it will now respond appropriately to a sudden loss of focus.
3097  Other Software / Developer's Corner / Re: T-Clock 2010 (beta - download) on: April 06, 2010, 09:07:54 AM
Thanks for the update.

I briefly tried the HotKeys feature in beta -5-.
 (see attachment in previous post)
To reproduce, please try:

1. Bring up HotKeys tab in Properties dialog (what, no hotkey for this?  kidding)

In retrospect, it's a hell of a good question (I'll have to work on that).

Quote
2. Click Reset button for "Display Timer Watch Hotkey"
3. Enter hotkey: Control+Shift+S
4. Click Apply buton
5. Press: Control+Shift+S (notice window pop up)
6. Click Reset button for "Display Timer Watch Hotkey"
7. Try to enter hotkey: Control+Shift+S (notice that only the text Control+Shift shows up and a timer watch window pops up)
8. Click on Properties dialog
9. Try to enter hotkey: Control+Shift+S (notice that the text field gets additional content)

Hm... (May be an artifact from the old config.) Can't play with that now (I'm at work), but I'd swear that should be impossible (granted the SS differs... smiley). After the initial (just updated) run can you do it again?
3098  Other Software / Developer's Corner / Re: T-Clock 2010 (beta - download) on: April 06, 2010, 07:11:56 AM
I updated the DL last night, but was too fried to post the description ... and now I'm pressed for time. *Sigh*

Configurable hotkeys now available - for trial by fire smiley ...I'm hoping the usage is self explanitory as I tried to emulate the native Windows shortcut hotkey interface behavior as closely as possible. This is with the exception of the added reset button requirement which prevents Ctrl Tabbing through the Tab'ed dialog from borking the config.

3099  Main Area and Open Discussion / Living Room / Re: Deceitful Software Awards on: April 05, 2010, 05:09:13 AM
Shameful behavior aside... Wink

This is a major part of why I've decided to do any future software releases through DC - Good, Bad, or Indifferent the answers are always honest.
3100  Other Software / Announce Your Software/Service/Product / Re: New program: ActiveHotkeys (freeware) on: April 04, 2010, 02:12:40 PM
Thank You!!!

Configurable HotKeys in T-Clock 2010 would never have worked without this delightful little program.

...They'll be along shortly now!
Pages: Prev 1 ... 119 120 121 122 123 [124] 125 126 127 128 129 ... 153 Next
DonationCoder.com | About Us
DonationCoder.com Forum | Powered by SMF
[ Page time: 0.087s | Server load: 0.08 ]