topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Saturday May 24, 2025, 3:06 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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Nod5 [ switch to compact view ]

Pages: prev1 ... 30 31 32 33 34 [35] 36 37 38 39 40 ... 47next
851
I wish for a new, perfect keyboard. I just can't find the right one. The new Microsoft X6 keyboard comes close to what I want but looks just wrong and doesn't feed quite right (I've fiddled with it in a store) http://www.microsoft...details.aspx?pid=102  Maybe I'll just have to wait until those OLED keyboards where each key is a screen becomes cheap enough.

I also want a simple foot pedal for the computer that can easily be used as a hotkey (modifier) in autohotkey scripts. Used in the right way it could provide ergonomic relief from being stuck in the one-hand-on-keyboard-one-hand-of-mouse position all the time.

852
Living Room / Re: Recommendations for small, 4-port USB hub?
« on: December 22, 2008, 04:11 AM »
Dealextreme has a boatload of hubs (each crazier shaped than the other). I can't vouch for the quality of them but my experience is that almost any cheapo USB hub works just fine. So I'd recommend whatever hub in the lowest price range that you think looks best. (with USB 2.0 of course! Some of the really cheap ones have only USB 1 so look out for that)
http://www.dealextre...ucts.dx/category.306

these look ok, are small yet still have both top and side ports. Around 6$ each:
http://www.dealextre.../details.dx/sku.8892
http://www.dealextre...details.dx/sku.10768

853
Living Room / Re: Last second home-made gift ideas: HELP!!!
« on: December 22, 2008, 04:03 AM »
1. Bake some cookies that you can easily customize the shape of (like thin gingerbread cookies). Make a custom cookie for each person in the shape of some object that reminds you of that person. So if one of them is a pro bowler, make a round cookie and add three dots of icing (to depict the holes). And so on for the other persons.

2. Write a fun quiz to play when you all get together. There are many ready-to-use quiz questions to be found on the web already. Mix in some questions that relates to the people that will be present or other persons you all know. This can be very entertaining if you can think of some funny (but not awkward) details that perhaps not everyone will right away know or remember ("what animal was uncle Edward bitten by in the summer of 1978? A: snake, B: donkey, C: shark"). This can generate many laughs and stories. After you've run through the quiz, hand out a small, symbolic price to the winner.

854
great work mouser and darwin!  :)

855
General Software Discussion / Re: VLC making improvements
« on: December 15, 2008, 04:57 PM »
I like many of the changes to VLC this fall.

But 0.9.8a has a new bug: the fullscreen view now forces itself onto the primary monitor. It should (as in previous versions) display the fullscreen video on the screen that the minimized VLC window resides in.

Another "bug" or at least annoyance: VLC doesn't remember what installation options the user checked/unchecked during last reinstall. For example, it always defaults to making itself default player for all video file types. It should instead remember whatever choices the user made on last install. 

<offtopic rant> I guess that's a problem for installers in general. I bet most programs have, for any new version of the program, more people doing re-installs/upgrades than fresh installs. Still, the installations dialogs often assume that the user installs for the first time. Firefox is even worse in this regard due to add-on upgrade notifications. I go through a 10 second, 3-5 click process on the first firefox startup almost every day. I would love some way to just silently autoinstall all noscript updates for instance...</offtopic rant>

856
I have mapped some of my family's history. So far I have it all in a plain textfile, well ordered for a human reader (I use FM FMF FMFF and so on, and some common abbreviations). But there are some irregularities and the data is not yet in a "machine readable" database format.

I want to go from there to a nice family tree image in Microsoft Visio.

Each person should have his/her own box with some recurring details (name, year born/deceased, age, a miniphoto if available, and some other details). The boxes should be linked by lines that mark parent/child relations. The most recent generation should be at the bottom and each preceding generation should be "stacked" on top so to say. In general, I want the standard family tree looks and contents.

I have two alternative ways to reach that goal:

1. Make the tree manually in Visio: make some basic, standard shapes for the boxes, copy a lot of them onto the drawing board and then copy and paste in data from my notes to each shape and draw relation lines.

2. Convert the data into some database (simple like an excel or calc sheet or perhaps some complex application). And then, somehow, autogenerate the visio family tree from it. The manual work in Visio would only/mostly consist in polishing the looks (more around boxes to make the tree fit better and look better, add some special, one of a kind relations, add colors, and so on)

The tree will all in all include 50-100 individuals. Maybe less if needed to make it more manageable and printable.

My question: does anyone think I should go for alternative 2? If so, do you already have positive experience from working through that automation process (for a family tree or something sufficiently similar) with Visio? Or do you have advice on how to go about doing it? What database format is best to use? I would prefer to just use an excel/calc sheet as database, if that is possible in this case. But is it?

Ok, lot's of sub-questions. But feel to also just let me know your hunch on the main question (do 1 or 2?) without going into details. Any feedback is appreciated  :Thmbsup:

My hunch at the moment is that 1 would take less objective time. But I resent doing this type of thing manually if I have a feeling that it could've been automated so I'm still undecided which is the best alternative all things considered. I have not yet done much searching on Visio guides but will do so later on. But there are so many choices, and possible complications, whenever it comes to databases so I'm thinking that it might be a good thing to throw out some questions early on.

857
CoordMode,Mouse,Screen
Leaving this out was the problem with my script I think. For that I should receive the Noobel Price.  :D
I'm glad that majorspacecase in the end got a version working as envisioned.  :Thmbsup:

858
Hi, this autohotkey script works fine on my two screen setup:
Pause::
SysGet, MonitorCount, MonitorCount
if MonitorCount = 2
{
BlockInput, MouseMove
MouseGetPos, x
SysGet, Mon2, Monitor, 2
if x > %A_ScreenWidth%
 MouseMove, (A_ScreenWidth / 2), (A_ScreenHeight / 2), 0
else
 MouseMove, A_ScreenWidth + ( (Mon2Right - Mon2Left) / 2 ), ( Mon2Bottom / 2 ), 0
BlockInput, MouseMoveOff
}

859
I'm reviving this thread since I'm planning a christmas party and would really like to be able to play the same music in multiple rooms.

My emergency backup solution is to buy splitter adapters for the audio cables and the run all audio through one soundcard only. But the dual card solution would be much slicker and more flexible (I could turn off the music in just one room via the computer). So, has anyone at DC gotten PulseAudio or anything similar to work in Win XP by now? Aren't you hosting any parties? :tellme: With music? :) In places with multiple rooms? :D

860
Some online games gets things just right: low key but engaging music wowen into the gaming experience, simple yet continually interesting gameplay, beautiful minimalistic graphics. The kind of game that does not require a stream of increasingly stressful mouse clicking and moving but instead actually lives up to the promise of a 5 minute soothing escape from whatever you were up to.

Two previous gems of that nature are Boomshine and Music Catch:

Boomshine  http://www.k2xl.com/games/boomshine/
b.png

Music catch  http://music.catch.fizzlebot.com/
mc.png


Now try Auditorium. You direct lightflows to a few spots by placing and adjusting forcefields. As you succeed the lightflows turn into music. Simple enough, but as you level up you must really put some thought into how the pattern of forcefields can interplay. http://playauditorium.com/

a1.png

a2.png






Other amazing, though noticeably more intensive, games:
Dinorun https://www.donation...ex.php?topic=13628.0
Cat on a Dolphin https://www.donation...ex.php?topic=11930.0

861
Just create an alias with Everything's command line.
^ev(.*)
Everything Search $$1 | C:\program files\everything\Everything.exe -search $$1

A small modification to make multiple search phrases carry over from the FARR input box to Everything:

^ev(.*)
Everything Search $$1 | C:\program files\everything\Everything.exe -search "$$1"

edit 090321: sorry, I meant to quote this post but ended up editing it. I think it is reset to how it previously was now.  :-[

862
Living Room / Re: Why Windows Rules: the QWERTY phenomenon?
« on: November 26, 2008, 01:26 PM »
There's much truth to this!

The obvious remedy would be and EXTREMELY detailed official XP-to-ubuntu transition site where almost any feature in XP can be looked up -- and the Ubuntu equivalent is presented. There are some such sites around (http://www.osalt.com/ is a good example when it comes to software) but I haven't seen one that is comprehensive and simple enough for the imagined target audience.

863
N.A.N.Y. 2009 / Re: NANY 2009 Communal Idea Thread
« on: November 22, 2008, 06:10 PM »
Let me throw out one more idea for anyone with time and interest to make some program but who is still undecided on exactly what to make. Suggestion: a virtual folder tool to be used by other programs, like FARR. See discussions on such a tool here:
https://www.donation...ex.php?topic=14891.0
https://www.donation...dex.php?topic=6419.0

864
General Software Discussion / Re: Notebook / Todo list manager
« on: November 22, 2008, 06:03 PM »
Hi,
For notetaking, check out this extensive comparison review (a little old but much is still relevant I think):
https://www.donation...oteTakers1/index.php
Then check out this mega-thread:
https://www.donation...dex.php?topic=2362.0
(While reading through it don't forget to take breaks for lunch, sleeping and to have some time off during weekends ;D That is, it is a very long thread...)

I would say that EverNote and OneNote are two of the top candidates.

Standalone todo list programs have been discussed in other threads. Search and revive! I still write my daily todo lists on paper so I am in no position to recommend any software for that.

865
Find And Run Robot / Re: Is "Launch and stay open" broken?
« on: November 22, 2008, 05:48 PM »
for me this works:
ctrl+left click
ctrl+#   (where # is a number in the result list)
via context menu

does not work:
shift+enter, control+enter  (one of those is supposed to work, right?)

866
Living Room / Re: Tech News Weekly: Edition 47
« on: November 22, 2008, 02:15 PM »
Probably a thing for mouser to look at - internal links might not work that well outside of thread view.
They seem to behave the same inside the thread - clicking the hyperlink (not the button) only scrolls to that same hyperlink. That's unexpected hyperlink behaviour.

those buttons were added by popular demand :) - perhaps we should take a poll vote on it? Or coax mouser into doing some addon so we can have personal preferences? ;)
Nah, it is probably best to just keep them in that case.

867
Living Room / Re: Tech News Weekly: Edition 47
« on: November 22, 2008, 11:53 AM »
Thank you Ehtyar - several really interesting articles in that list!  :Thmbsup:

Two things though: the links in your list of articles, when displayed on the donationcoder frontpage, does not work (not in Firefox, not in Maxthon). Clicking a link only centres it but does not show the text and does not redirect to the relevant forum thread.

In the forum thread, I think it would be better to remove the "click to reveal/hide" buttons and just display all the contents as is. The user can quickly scroll. Additionally, a clickable index could be placed at the top.

These are just small suggestions. If you already have a good working process for assembling and posting these roundups then it is probably better to stick to that. But if you at some point rework the process then think about the above suggestions.

868
Find And Run Robot / Re: Search Folders Only?
« on: November 21, 2008, 07:49 PM »
As a complement to herojoker's solution, the autohotkey script from an old thread (
https://www.donation...ex.php?topic=12478.0 ) can be useful:

~Space::
IfWinActive %A_Space%Find and Run Robot v2
 if A_PriorHotkey = %A_ThisHotkey%
  if A_TimeSincePriorHotkey < 400
   sendinput +\
return
(I've above changed the code from that old thread from "sendinput \" to "sendinput +\" )

I still think that it would be a good idea to have doublespace as a built in hotkey for toggling adding/removing of " +\". But for now, the script should work fine.

869
N.A.N.Y. 2009 / Re: NANY 2009 Communal Idea Thread
« on: November 18, 2008, 01:52 PM »
I don't think that I will have time to finish anything until january 1st (  :-[ ) but I promise to test and give feedback on some of the cool tools that others here are bound to produce.

Here is also an idea that someone else might want to code something out of: rejuvenate/revamp/reproduce the small bookmarking tool Tourl ( http://nod5.dcmembers.com/tourl.html ) so that it works with Firefox 3 and its new bookmark system. The two features in Tourl that I still think are really good, and hope for all other bookmark tools to implement, are (i) the special hotkey layout i.e. all keys reachable with the left hand, without looking, (ii) a very simple and quick way for adding a few preset tags to the bookmarks. For this to work with Firefox 3 bookmarks I suspect that it would have to be made as a Firefox add-on and not in autohotkey. That would make it a new enough program to qualify for the NANY 2009 I think.

870
I'm afraid I don't have a solution to offer but I would also be very interested to find an easy to use program of that kind. Hopefully someone else knows of one! Standard flatbed scanners are so common so it would be weird if there aren't any more tools of this sort around.

871
Nice! Good idea, good implementation.

Some brainstorming:

I have for some time used a "master AHK-script" on my own computer i.e. a single large script that handles almost all hotkeys. That script either (1) contains various other small scripts as functions or (2) controls other small standalone scripts through command line parameters. (I made it since I earlier on used a program called Girder which also had centralized control over various hotkeys and then subparts related to specific tasks so I wanted something similar)

So most of the time I only have this one master AHK-script running. Most of the standalone scripts are launched when needed and then closed afterwards. That makes the tray area less cluttered with green H icons :-)

This works great but is of course not generic enough to be useful for others.

AXEM has some similarities. A big difference is that AXEM doesn't control what hotkeys the different scripts use (if any). So now let me throw out this question: would such a hotkey configuration/control feature be possible and useful to include in AXEM somehow?

872
General Software Discussion / Re: FinePrint vs. priPrinter
« on: October 27, 2008, 05:29 PM »
priPrinter 1.5.0.585 BETA 2 (22 October 2008)
http://www.priprinter.com/beta.htm

Beta change log:
1.5.0.585
Improvements in double sided printing. Related to printers with auto duplex mode and to ordinary printers.
"Insert picture" command is added.
Added ability to print number of source page.
German translation is available.
Many improvements related to watermarks, page numbers, and custom text.
Many other small fixes and optimizations.


It keeps getting better :Thmbsup:

873
General Software Discussion / Re: which Linux version for my laptop
« on: October 26, 2008, 05:05 AM »
davidtheo: I agree with most of the others: go with Ubuntu.

An alternative to burning and running liveCDs is to do some virtual installs using virtualbox ( http://www.virtualbox.org/ ) or some similar tool.

Also, if you already have XP/Vista on your laptop then consider doing a dual boot installation. (You can test that in virtualbox too.)

874
There are already some good suggestions but here's yet another alternative in the shape of an autohotkey script:
F3::
F4::
clipboard =
sendinput ^c
ClipWait, 2
if A_ThisHotkey = F3
 x := RegExReplace(clipboard,"m)^>","")
else
 x := RegExReplace(clipboard,"m)^",">")
clipboard = %x%
sendinput ^v
return

875
To move forward with this idea, maybe we should brainstorm concerning what features any 3rd party tool should have to help achieve what isd requests. Here are some suggestions:

(1) very small and quick to launch
(2) free
(3) supports the relevant sort of "virtual folders" or groupings
(4) can be controlled from FARR or from a FARR-plugin
(5) the groupings can be saved in some way (two versions: save a list of paths to the files OR save the exact search that was used to find them in FARR. The latter would be some sort of FARR search bookmarks.)

I'm imagining a file browser window that behaves sort of like Windows Explorer's search result window: it lists a number of files from various places on the harddisk(s) as if they were all in one folder, it allows you to operate on the files (move, copy, execute...), it allows several different views (thumbnails, as a list, detailed view...).

I can think of two types of candidates for this:
1. some standalone file manager ( http://en.wikipedia....son_of_file_managers ). A problem is that most are very feature rich all purpose file managers, where we really need something as minimalistic as possible (but still with support for grouping).
2. a dedicated FARR plugin that has the sought after features. Maybe made in autohotkey or some other language. This in turn would probably depend on there already existing some modules in these languages that can be used to achieve the virtual folder/grouping feature.

This thread from 2006 discusses just this kind of thing (though not in relation to FARR): https://www.donation...dex.php?topic=6419.0

Pages: prev1 ... 30 31 32 33 34 [35] 36 37 38 39 40 ... 47next