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, 4:00 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 ... 18 19 20 21 22 [23] 24 25 26 27 28 ... 73next
552
Living Room / Re: silly humor - post 'em here! [warning some NSFW and adult content]
« Last post by Target on November 06, 2013, 05:49 PM »
I would proudly hang that on my living room wall, although it would probably go better with the black & white optical illusion style decor of my daughter's room.  :P

I was thinking that the funny part wasn't the animation, but the fact that there was a bench in front of it so people could sit and admire...
553
General Software Discussion / Re: delete rows with duplicate cells
« Last post by Target on November 06, 2013, 05:46 PM »
I'm not familiar with the functionality in Libre office but it appears the following formula will work (in both Libre office AND excel)

    =countif($a$2:a3,a3)

enter this formula wherever you like, though I would suggest next to the range in question would be most appropriate.

You will need to modify the range '$a$2:A3' to cover the columns you want to test (note that the absolute reference must to point to the first cell in the range), and of course the reference value as well.

the formula will count the number of occurrences of the reference cell, then you can use the filter function to filter out all the single occurrences and delete the rest
554
I see Instructables just got a guernsey, so I have to throw http://hackaday.com/ into the ring.

Not quite the same as instructables, but lots of info and ideas on some truly amazing projects being done by ordinary (and not so ordinary) folk.
555
General Software Discussion / Re: delete rows with duplicate cells
« Last post by Target on November 05, 2013, 03:41 PM »
lots of answers to this one (use the inbuil functionality, or formulas and filtering, or a macro, or...) but it depends on what you want to do

the version of excel you're using is relevant as well

Highlight that data you want to work with, and click the Remove Duplicates option on the Data tab of the ribbon (07 and up). Then select the column(s) you want to search for duplicates.

worth noting that this only works in excel 2007 and above

556
Living Room / Re: on the 'benefits' of technology...
« Last post by Target on October 30, 2013, 07:26 PM »
actually I think it says more about our level of involvement (perceived or otherwise) in so many processes and our acceptance of these things as being reliable (which they are) than it does about our level of training.  Or perhaps it's about our inability to accept or understand when they do fail  :-\

this is how skynet got a hold...
557
Living Room / on the 'benefits' of technology...
« Last post by Target on October 29, 2013, 01:40 AM »
interesting article on the effect of technology on our capability - http://www.theatlant...t-forgetting/309516/


558
Living Room / Re: silly humor - post 'em here! [warning some NSFW and adult content]
« Last post by Target on September 25, 2013, 05:54 PM »
come on guys, you're being serious and that's inappropriate

this is supposed to be a nonsense thread!!!
559
Living Room / Re: Vocab tune-up
« Last post by Target on September 23, 2013, 10:02 PM »
2012-08-19-xplainwords.gif
560
Living Room / Re: silly humor - post 'em here! [warning some NSFW and adult content]
« Last post by Target on September 19, 2013, 05:03 PM »
couldn't decide whethter this should go here or in the music video's thread....

561
Developer's Corner / Re: Odd/Fun Ways You've Learned Programming
« Last post by Target on September 18, 2013, 12:06 AM »
no witty anecdotes, but for me coding snacks have been great fun and great learning tools
562
General Software Discussion / Re: software recommendations - photo/graphics editors
« Last post by Target on September 16, 2013, 11:55 PM »
No one mentioned Photoscape yet? It's a freeware mainly for fixing & enhancing photos instead of painting/editing, so it is richer in tools for color adjustment, back light correction, red eye removal etc rather than 'micro' tools like paint brushes etc. This is probably what you need.

another contender, but just to throw the cat amongst the pigeons, how is it better than (for arguments sake) a 'viewer' that has many of the same features?
563
General Software Discussion / Re: software recommendations - photo/graphics editors
« Last post by Target on September 16, 2013, 09:48 PM »
The GIMP is likely too much for your wife considering what you wrote above (though once you learn, it's worth it). Perhaps Paint.NET? It's easier, but still quite powerful.

that was (is?) certainly a consideration, mostly because I'm expected to provide training and support!!

You might want to look at the viewer market though. A lot of viewers have very simple and easy to use tools for quick retouching. e.g. Faststone, ALSee, etc.

yep, been a long time user of FastStone, and she does use it a lot for exactly that reason :Thmbsup:

Also, depending on your camera, some come with software packages for retouching photos, especially those that shoot RAW/NEF.

sadly our camera's don't do anything in the raw - that said, I probably should at least look at the supplied software :-[.  I've never felt that the software supplied with camera's, scanners, etc was very good.  YMMV, but my experience hasn't been particularly inspiring
564
General Software Discussion / software recommendations - photo/graphics editors
« Last post by Target on September 16, 2013, 07:38 PM »
looking for recommendations for something to replace a corel paint shop pro (x2) install that has worn out it's welcome

On our W7x32 laptop it's hijacked most (all?) of the admin tools (ie control panel, devices and printers, etc) which has raised my ire so it's gotta go >:(

This is my wifes machine and she's a very light (basic!!) user, mostly minor retouching of photos or scans, so photoshop is probably overkill (not to mention that I probably couldn't afford a copy even if I could justify it).

This really isn't a software genre that particularly interests me so while I'm aware of the major candidates, I have no idea about their relative merits...

what say you?
565
Living Room / Re: Vocab tune-up
« Last post by Target on September 15, 2013, 08:44 PM »
then this from doghouse diaries today...

language logic.png

perhaps I should be posting in the 'what annoys me no end' thread :huh:
566
JGPaiva's GridMove and Ahk Tools / Re: need help setting up grid with a large display
« Last post by Target on September 12, 2013, 11:07 PM »
if you want to split it up substitutethe monitor number for the relevant panels

for example using 3 panels (1 per monitor) it would look like

[Groups]
  NumberOfGroups = 3

[1]
  TriggerTop    = [Monitor1Top]
  TriggerRight  = [Monitor1Left] + [Monitor1Width]
  TriggerBottom = [Monitor1Top]  + [Monitor1Height]
  TriggerLeft   = [Monitor1Left] + [Monitor1Width]

[2]
  TriggerTop    = [Monitor2Top]
  TriggerRight  = [Monitor2Left] + [Monitor2Width]
  TriggerBottom = [Monitor2Top]  + [Monitor2Height]
  TriggerLeft   = [Monitor2Left] + [Monitor2Width]

[3]
  TriggerTop    = [Monitor3Top]
  TriggerRight  = [Monitor3Left] + [Monitor3Width]
  TriggerBottom = [Monitor3Top]  + [Monitor3Height]
  TriggerLeft   = [Monitor3Left] + [Monitor3Width]

567
JGPaiva's GridMove and Ahk Tools / Re: need help setting up grid with a large display
« Last post by Target on September 12, 2013, 09:51 PM »
you just need to move everything by the requisite amount, eg for panel [1]

  TriggerTop      = [Monitor1Top]+110 ;this moves the top bound down 110 pixels
  TriggerBottom  = [Monitor1Top]+[Monitor1Height]-220/2 ;this takes 110 pixels off the top AND the bottom to allow for the reduced screen height

you can do the same for the left and right bounds

568
Yes. We do need it. But I'm not aware of anything that is "prime time" ready to use.

I must be slipping - it would seem you missed the sarcasm in my reply :o
569
As for the actual service/product - looks interesting. It seems that there are more like this popping up. But "email"? Man... I'm so sick of email. It's just so broken. I really think we need to scrap it and just start over with something new. A simple communications platform for letters, short messages, attachments, audio, video, audio/video/rich media messages, etc. People keep dumping resources into a broken platform.

but do we really need it?  there must thousands of newer, more exciting and innovative social mediums to develop and exploit before we even need to consider such a thing :o
570
Living Room / Re: printer to repair or not repair
« Last post by Target on September 09, 2013, 12:51 AM »
if you have a good relationship with the repair tech's ask them what they think.

In my (limited!) experience most of those guys don't have a vested interest in selling new machines, but they will be aware of your circumstance/usage patterns, the performance of the machines in question, and their relative value in that context.

worst case scenario they'll tell you buy a new one, and if they do, they can probably give you good advice on which models are best for your circumstance. 
571
General Software Discussion / Re: The very very best for contextual menus
« Last post by Target on September 04, 2013, 05:20 PM »
Fast Explorer is another one that I've used, though as with the other choices the learning curve is perhaps a little steep.

Downside is that it appears to be out of development (developers website is gone!) though it's been working OK for me (W7-32)
572
Living Room / Re: Vocab tune-up
« Last post by Target on August 29, 2013, 06:29 PM »
I'd love to see how you measure that.  :P

with a dicktionary?
573
Living Room / Re: Vocab tune-up
« Last post by Target on August 28, 2013, 07:25 PM »
clearly they're going to have to add a k to the spelling of dictionary...
574
Living Room / Re: My Gadget Idea: "Timestamper Disc"
« Last post by Target on August 21, 2013, 01:08 AM »
YES! Then go trolling with an overly-broad interpretation of the patent and all of a sudden you no longer need Kickstarter~! ;D

I'm coming for you rennie!! 

soon as my gun finishes printing, watch out!!
575
Non-Windows Software / Re: What Android apps do you use to read digital books?
« Last post by Target on August 20, 2013, 05:33 PM »
Well, that and some other things that I read that I'd mention in person, but not publicly.

let me guess, you only read them for the 'articles'  ;)
Pages: prev1 ... 18 19 20 21 22 [23] 24 25 26 27 28 ... 73next