topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Tuesday November 11, 2025, 6:22 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 ... 8 9 10 11 12 [13] 14 15 16 17 18 ... 85next
301
Failing to come out of sleep has been happening to me, ever since anniversary too, may be even before anniversary actually. I blamed it on it being an Windows 7 era Vaio not officially Windows 10 supported. Have been doing same thing as no sleep, only shutdown or on.

Not to hijack, but if anybody reading this has any advice for my version would be appreciated.

Screenshot - 1_31_2017 , 12_04_28 PM.png



302
General Software Discussion / Re: Black Hole Organizer updated to v.4.00
« Last post by rgdot on January 18, 2017, 11:38 AM »
Remember reading about Ema Personal Wiki a while back  :up:

My thing also lets me become more familiar with WP, because I play around with the code often. The only missing piece would be having the info directly on a mobile device but exporting WP posts (functioning as notes) to ics is possible.
303
General Software Discussion / Re: Black Hole Organizer updated to v.4.00
« Last post by rgdot on January 18, 2017, 11:13 AM »
Good price but 3 months is interesting, and based on recent history probably means zero updates/upgrades.

FWIW I have mostly moved on in PIM terms, still get the itch sometimes of course, and use my "own" solution of a locally installed WordPress that gives me most of PIM needs...search, rich text, links to related 'notes', images, links, bookmarks, etc.
304
N.A.N.Y. 2017 / Re: My Android Apps for NANY 2017 -- All in One Place
« Last post by rgdot on January 17, 2017, 05:20 PM »
Are the .APK files available here on DC?  Us Kindle users are unable to use Google Play.

In their respective threads

When Last https://www.donation...ex.php?topic=40182.0
Feast Day / Fast Day  https://www.donation...ex.php?topic=43221.0 and others in NANY 2017 forum https://www.donation...ndex.php?board=325.0
305
N.A.N.Y. 2017 / Re: My Android Apps for NANY 2017 -- All in One Place
« Last post by rgdot on January 17, 2017, 12:55 PM »
Google can see that an app is "installed", if it removes ratings for anyone marked as installed it is silly and overdoing it but then Google has a history of lying,  don't get me restarted on my Adsense story from way back  :-\
306
N.A.N.Y. 2017 / Re: My Android Apps for NANY 2017 -- All in One Place
« Last post by rgdot on January 13, 2017, 05:57 PM »
My mention of it hasn't been uploaded yet so unless time travel is possible ...wasnt me  :P
307
Living Room / Re: how to learn finance
« Last post by rgdot on January 08, 2017, 09:58 AM »
You have to choose one or more of those and get info about books and other material by clicking 'Readings' for example, like this one https://ocw.mit.edu/...-theory-i-fall-2008/
I doubt you will get good book recommendations on that subject here on DC
308
Living Room / Re: how to learn finance
« Last post by rgdot on January 07, 2017, 05:32 PM »
As close as completeness you can come if online by yourself ...your best bet would be MIT

https://ocw.mit.edu/...s&subcat=finance
309
Official Announcements / Re: NANY 2017 Wrap-Up
« Last post by rgdot on January 03, 2017, 01:17 PM »
Also great write up on Ghacks @ http://www.ghacks.ne...-nany-2016-releases/

Thanks everybody
310
Living Room / Re: Non IT Project Website
« Last post by rgdot on December 28, 2016, 07:58 PM »
Is it electric? ............. just kidding

Cool stuff  :Thmbsup:
311
General Software Discussion / Re: Windows 10 Announced
« Last post by rgdot on December 13, 2016, 06:21 PM »
Before, after updates and so often in between windows modules installer worker keeps eating resources, despite its own shortcomings glad I am spending most of time on linux
312
Living Room / Re: Thank you Donationcoder!
« Last post by rgdot on December 10, 2016, 05:48 PM »
 :) :Thmbsup:
313
Developer's Corner / Re: Menu for image site with over 20,000 images
« Last post by rgdot on December 08, 2016, 08:41 PM »
A site map or listings page is going to be the most practical. The pages can then have breadcrumbs on top: USA > UTAH > Canyonlands
314
Living Room / Re: Thank you Donationcoder!
« Last post by rgdot on December 07, 2016, 02:11 PM »
Best wishes Josh
315
General Software Discussion / Re: Total Commander v9.00 Public Betas
« Last post by rgdot on November 23, 2016, 06:10 PM »
Total Commander 9.0 Final is out
Full list of changes http://www.ghisler.com/mailing.htm
316
N.A.N.Y. 2017 / Re: NANY 2017: Feast Day / Fast Day (Android)
« Last post by rgdot on November 22, 2016, 07:00 PM »
Widget that tells me to stop drinking sugar laden pepsi please  :D
317
General Software Discussion / Re: Chrome Extensions: Your favorite or most useful
« Last post by rgdot on November 09, 2016, 07:35 PM »
^
Spoiler
One major issue for me:
Autoplay videos consume way too much CPU and RAM for every browser I have tried, and I have tried all of them. Autoplay video ads can be blocked of course but sites that have videos for other purposes (news etc.) I should either avoid or live with high resource consumption? That is a false choice in my opinion. Eternally waiting for a programmer that "solves" this  :-\

318
If there is something left that I can do I can an hour here and there.
319
General Software Discussion / Re: Re: Chrome Extensions: Your favorite or most useful
« Last post by rgdot on November 05, 2016, 05:30 PM »
my fave chrome extension

320
Mini-Reviews by Members / Re: PIM-related Mini-Reviews ("also-ran").
« Last post by rgdot on November 01, 2016, 05:35 PM »
I know you meant system but Pimlical and attractive in the same sentence?  :o

:D
321
Post New Requests Here / Re: Clipboard to text file
« Last post by rgdot on October 26, 2016, 10:29 PM »
As expected something trivial was needed

:down:
Code: Autohotkey [Select]
  1. FileAppend, %clipboard%`r`n, ‪C:\Users\RG\Desktop\clip1.txt

:up:
Code: Autohotkey [Select]
  1. FileAppend, %clipboard%`r`n, %A_WorkingDir%\clip1.txt

Thanks guys :)
322
Post New Requests Here / Re: Clipboard to text file
« Last post by rgdot on October 26, 2016, 09:56 PM »
I believ %Clipboard% is already Text type %ClipboardAll% would be other formats
323
Post New Requests Here / Re: Clipboard to text file
« Last post by rgdot on October 26, 2016, 01:43 PM »
For example something as simple as this works fine

Capslock::Shift
return
324
Post New Requests Here / Re: Clipboard to text file
« Last post by rgdot on October 26, 2016, 01:39 PM »
Yes I did, not really sure what is going on, I will try other ready made scripts and see if I can get any hints. My fault for spending more time on windows again  :P
325
Post New Requests Here / Re: Clipboard to text file
« Last post by rgdot on October 26, 2016, 09:42 AM »
Desktop is UAC protected?  Moved it to Documents and doesn't work either.

Strange.
Pages: prev1 ... 8 9 10 11 12 [13] 14 15 16 17 18 ... 85next