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, 12: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 ... 4 5 6 7 8 [9] 10 11 12 13 14 ... 230next
201
Developer's Corner / Re: Do you use a good office chair when programming?
« Last post by app103 on March 18, 2017, 12:33 AM »
Now that this thread has been resurrected, I should probably offer an update on my chair situation.

The chair I mentioned in my previous post bit the dust back in 2008, and I had to buy a new one, because it was killing my back and cutting off the circulation to my legs. It was beyond repair and too bent up to straighten out. :(

I ended up buying a high back Sealy Posturepedic chair, like this one, for about $200:

41YqpUOxZVL._SL500_AA300_[1].jpg

The differences between mine and the one pictured there, is that on mine, the fabric is brown. Yes, fabric, because I still can't stand sitting on leather, vinyl, or plastic.

At the time that I purchased the chair, my back was killing me so bad I could barely walk. :(

I did show mouser the chair I was considering buying, but at the time he thought it was way overpriced and that I could get a "decent" chair for much less. While I did understand his concern at the time, because I was going through some financial difficulties, I am glad I didn't listen to him and bought the chair, any way.

My thoughts on it, which justified the price, is that one spends 6-8 hours per night sleeping in their bed, and would not think twice about spending $600+ on their mattress & box spring, for the purposes of comfort and avoiding a bad backache, so why not spend some extra on a chair that I spend far more time in, than my bed?

If I could have afforded a $600+ chair at the time, I would have bought one, but my budget at that time was around $200*, max. And that was the best $200, fabric covered, high back chair with arm rests that I could find, that was made by a company with a reputation for producing mattresses that offered good back support.

When the chair arrived, my back was in such bad shape that I could barely stand up. My husband brought the box upstairs, and I assembled the chair while sitting down, on my old chair. Then it was a matter of just pushing the old chair our of the way and sitting my butt in the new one. Within 24 hours, I noticed a real difference, and instead of my back getting worse, it actually started to heal, and within a few days I was good as new.

And the chair has served me well enough over the past 8 years, that I'd even consider tossing away all 4 of my oak kitchen chairs (that have seen better days), and replace them all with something similar to this desk chair, if I could get ones in leather, without arm rests. As much as I hate leather to sit on, it's much more practical for use in a kitchen, where chairs would need to be able to be easily wiped clean and not absorb spills directly into the cushions. And the adjustable height would make them perfect for my kitchen table, which is unusually high, too high for standard height kitchen chairs. And that also would mean that when using my laptop, I could have the same comfort as sitting at my desk, without having to drag my desk chair into my kitchen. And having wheels, nobody would ever have to hear that horrific sound of a wooden kitchen chair sliding across a textured floor, ever again. :D

But that dream will have to wait, since I have better things to do with my money, at the moment, than spending $800+ on new kitchen chairs. And before anyone gets the wrong idea, no, I am not requesting or accepting donations to help cover the costs, because the wooden chairs I have are still quite usable and replacing them can wait as long as I need. A trip to Home Depot to buy the appropriate drill bits & screws, to finish reinforcing the chairs, along with a good set of the right type of steel glides, would cost far less and make those wooden chairs last a another 20 years, at least.




*Thank you again, to everyone that has used my software and donated to support further development, during 2006-2008. I wouldn't have been able to afford the new desk chair without your help. :-*
202
I am pleased to inform that 7+ Taskbar Tweaker has been updated for Windows 10.

Just discovered this one, myself. Loving it! No more thumbnails on hover and buttons completely ungrouped.

Now if it could only tweak the toolbar padding, I'd be completely content. (I am not referring to pinned items padding, which does nothing for me, because I don't pin items)
203
Non-Windows Software / Re: Android book reader (thinking Moon+)
« Last post by app103 on January 19, 2017, 10:44 AM »
I don't know anything about Moon+. I went with the free version of FBReader.

On Google Play: https://play.google.....zlibrary.ui.android
Homepage: http://fbreader.org
204
N.A.N.Y. 2017 / Re: NANY 2017: MMAHW! (Make My Active Hours Work!) - Cancelled
« Last post by app103 on January 06, 2017, 06:07 AM »
Right now I have it so it doesn't reboot, and a few times I've either not been able to install something, or had strange effects because I haven't rebooted yet.

That's an effect I had not considered, mainly because I have not experienced that, myself.
205
Awesome app!
I was wondering: is there anything similar to this available for pc that you can think of?

Not that I know of, which is why I was a bit excited about this app. <hint>Perhaps we can persuade mouser to create a desktop version? </hint>
206
N.A.N.Y. 2017 / Re: NANY 2017: MMAHW! (Make My Active Hours Work!) - Cancelled
« Last post by app103 on January 05, 2017, 06:39 AM »
That particular script solves a different problem, i.e. disabling reboots.  The purpose of this program was to allow you to set your active hours to longer than 12 hours,

But what would be the actual reason for why anyone would want to do that, if not to prevent unwanted, unexpected, forced reboots?  :tellme:
207
N.A.N.Y. 2017 / Re: NANY 2017: MMAHW! (Make My Active Hours Work!) - Cancelled
« Last post by app103 on January 05, 2017, 03:59 AM »
To the best of my knowledge, answer #5 here, works well, and involves setting up a scheduled task that runs every 10 minutes and disables the scheduled task that is the automatic reboot task, after an update. I made only one change to the task, and that is for when that task starts running (at startup instead of some specific time of day set by original author).

No additional scripts, .bat files, or programs are needed, other than just importing this scheduled task, and manually running it the first time (or rebooting).

Code: Text [Select]
  1. <?xml version="1.0" encoding="UTF-16"?>
  2. <Task version="1.4" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
  3.   <RegistrationInfo>
  4.     <Date>2017-01-05T04:05:51.0187432</Date>
  5.     <Author>http://superuser.com/users/1909/kpozin</Author>
  6.     <URI>\NoReboot</URI>
  7.   </RegistrationInfo>
  8.   <Triggers>
  9.     <BootTrigger>
  10.       <Repetition>
  11.         <Interval>PT10M</Interval>
  12.         <StopAtDurationEnd>false</StopAtDurationEnd>
  13.       </Repetition>
  14.       <Enabled>true</Enabled>
  15.     </BootTrigger>
  16.   </Triggers>
  17.   <Principals>
  18.     <Principal id="Author">
  19.       <UserId>S-1-5-18</UserId>
  20.       <RunLevel>HighestAvailable</RunLevel>
  21.     </Principal>
  22.   </Principals>
  23.   <Settings>
  24.     <MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy>
  25.     <DisallowStartIfOnBatteries>false</DisallowStartIfOnBatteries>
  26.     <StopIfGoingOnBatteries>true</StopIfGoingOnBatteries>
  27.     <AllowHardTerminate>true</AllowHardTerminate>
  28.     <StartWhenAvailable>true</StartWhenAvailable>
  29.     <RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable>
  30.     <IdleSettings>
  31.       <StopOnIdleEnd>true</StopOnIdleEnd>
  32.       <RestartOnIdle>false</RestartOnIdle>
  33.     </IdleSettings>
  34.     <AllowStartOnDemand>true</AllowStartOnDemand>
  35.     <Enabled>true</Enabled>
  36.     <Hidden>false</Hidden>
  37.     <RunOnlyIfIdle>false</RunOnlyIfIdle>
  38.     <DisallowStartOnRemoteAppSession>false</DisallowStartOnRemoteAppSession>
  39.     <UseUnifiedSchedulingEngine>true</UseUnifiedSchedulingEngine>
  40.     <WakeToRun>false</WakeToRun>
  41.     <ExecutionTimeLimit>PT1H</ExecutionTimeLimit>
  42.     <Priority>7</Priority>
  43.   </Settings>
  44.   <Actions Context="Author">
  45.     <Exec>
  46.       <Command>schtasks</Command>
  47.       <Arguments>/change /tn \Microsoft\Windows\UpdateOrchestrator\Reboot /DISABLE</Arguments>
  48.     </Exec>
  49.   </Actions>
  50. </Task>
208
Widgets can't be used when the application is installed on non-internal storage.
Interesting -- I had no idea.

I had no idea, either. But it makes sense now, since it had been working fine, till yesterday. I had finally figured out why I didn't have the option to move apps to the removable card, fixed that and moved as many as I could there, a few days ago.

So, perhaps it's a bug, that I was allowed to move ScoreTracker, in the first place?

:Thmbsup: :Thmbsup: :Thmbsup:

Glad you solved it and I hope the calculator feature is useful.

I see you figured out how to set a custom title for the widget.

And I presume the "Reset all items" menu item is useful to you.

Yup,
Yup,
Yup.
 :)
209
Screenshot of what I am using it for:

2016-12-24 10.44.58.png

This is what happens to my diet when my hubby offers to make me an omelet for breakfast. I never refuse one of his omelets.
210
I figured out what the problem was. This app does not like to be installed to a removable card. As soon as I moved it to the internal storage, the widget option came back.
211
There is no widget available in the list of available widgets, as if it's not a feature in this version. (v1.19 installed from Google Play, Android 6.0 phone) I tried reinstalling it, but still no widget.
212
The widget seems to have vanished.  :(
213
Found Deals and Discounts / Re: Black Friday deals 2016
« Last post by app103 on December 21, 2016, 10:08 PM »
SitePoint deals:



There will be more deals as the holiday season progresses, and I will add them as they go live and cross them out as they expire.

DISCLAIMER: I work for SitePoint but I have not been encouraged or compensated to make this post.
214
Living Room / Re: Your Stuff Really Is Breaking Faster Than It Used To
« Last post by app103 on December 14, 2016, 03:42 AM »
>  "The error occured in the warranty period? That's not supposed to happen!"

That would be funny if it weren't so deplorable.  I gave up on HP a long time ago when they retired support for a perfectly good printer of mine.


I gave up on HP printers when they tried to charge me $20 for a single use contraption to clean "factory dust" out of a brand new printer that should have been clean when it left their factory. Apparently, failures caused by "factory dust" are not covered under their warranty.

I gave up on just about everything else HP, for a variety of other crappy quality based reasons. The only things I will still buy are the inexpensive off lease refurbs of their business class (not consumer class crap) small form factor PCs. At just over $100, they still make for reliable emergency backup PCs, with a long life expectancy. (example)
215
Living Room / Re: silly humor - post 'em here! [warning some NSFW and adult content]
« Last post by app103 on November 28, 2016, 12:04 PM »
Marshmallow farming
216
Thanks, but it's no longer necessary. We were able to proceed with just us Windows users and the version I was able to compile. But I will keep this in mind, should I have a need in the future.
217
Found Deals and Discounts / Re: Black Friday deals 2016
« Last post by app103 on November 26, 2016, 01:13 AM »
SitePoint deals:



There will be more deals as the holiday season progresses, and I will add them as they go live and cross them out as they expire.

DISCLAIMER: I work for SitePoint but I have not been encouraged or compensated to make this post.
218
Living Room / Re: Why Does Everything Have To Be Video?
« Last post by app103 on November 24, 2016, 01:13 PM »
I remember an incident with my printer, and an error that kept telling me to open the paper tray...the same paper tray that I thought was already open. Text based instructions were failing me, photos were not properly illustrating how to fix the issue, and I was pretty well convinced there was something wrong with my printer.

Then I came across this video:





Yup, that door that didn't look like a paper tray door, was actually the paper tray door.  :-[
219
There are a number of 32-bit programs and games from the Win95/98 era that came with 16-bit installers. If this works well enough to just get the installers to run without a problem, I'd be very interested in this.
220
DC Website Help and Extras / Re: All new posts being sent to RSS?
« Last post by app103 on November 15, 2016, 09:30 PM »
Actually, the 2nd RSS URL is for the blog and should not have appeared dormant.

The last one would probably seem dormant, not be showing any activity, because the URL is invalid.

Try them all in your browser to see what they respond with. The first 2 URLs are valid feeds, but the last will get redirected to the main forum page because it's not.
221
Screenshot Captor / Re: Source & Procedure to download more Clipart Objects?
« Last post by app103 on October 31, 2016, 06:25 PM »
If you are looking for an emoji set you can add as clipart objects, here is one that I found: http://www.iconarchi...-by-designbolts.html

icons-390[1].jpg
222
You should see higher up "Reset all visible items"

I am not sure what you mean by "higher up" because this is what I see:

2016-10-29 17.29.23.png
223
already implemented.  youll find reset option in menu.

I see an option to "Delete all visible items", but not one to reset the values on them to 0.

OR maybe better would be if you click on the actual score value, you get a popup dialog where you can quickly tap +5, +10, +25, +50, +100, RESET?  That would be easy to add.

I'd rather type a value to add to the score, rather than be locked into having to hit +25 and then +10, and then hit +1 three more times to add 38 to the current total. It shouldn't feel like I am trying to count out exact change for a bus. Remember that when playing a game the user will likely have to do this for every player in the list after ever round, not just 1 player, so it needs to be as quick and easy as possible.

How about tapping the current score to get a number pad pop-up to add a custom value, something similar to the phone dialer layout, with +/- buttons where the green phone button would normally be, to complete the entry? You could even put a reset option there, to clear and reset just the one score back to 0, without resetting all scores in the category list.

Something like this?

button layout.png
224
What about making it less tedious for games that are not scored in very small increments? I am thinking about games that can typically score in excess of 50-100 points per round. Nobody is going to want to hit that +1 button that many times, and if you have to click to edit the current value to score each time, it's going to defeat the whole purpose of using the app when the score keeper becomes too tired/drunk to think/add. Some way to click and enter a number to add it to the current total would be great.

And I too would like a feature that would reset all values within a group back to 0, so you can start again, without affecting current counts in a different group.

Add those 2 features and I'll also test it for a use case that would expand the target audience much wider than just gamers that need to keep scores.
225
N.A.N.Y. 2017 / Re: NANY 2017: Progress Bars of Life Android
« Last post by app103 on October 29, 2016, 05:14 AM »
Clip.png

Reminds me of that project that I never did. The one that I think inspired this one.  ;D
Pages: prev1 ... 4 5 6 7 8 [9] 10 11 12 13 14 ... 230next