Does anyone know of a good, free Concept Mapper that is specifically targeted at Windows? It doesn't need to wow me. I'm not looking for a notepad++...
60171
Shawn Wildermuth
aunyay
Feb 25, 2011 2:27 am
I used FreeMind and am happy with it (not sure that is what you're looking for). It is java but I think its fast enough for what I needed: ...
60172
Mike
ocean_west_2005
Feb 25, 2011 3:07 am
I actually think I may like that one. Interesting that it is better than it's clones. I only tried it's clones. It also downloaded way faster than the...
60173
Bill
cessna048
Feb 25, 2011 4:35 am
Cayra.NET is a WPF mind-mapping app... http://download.cnet.com/Cayra/3000-2076_4-10777905.html Unfortunately, it is not developed any longer and the...
60174
Geoff Taylor
opinionatedgeek
Feb 25, 2011 9:36 am
I used to use FreeMind, but I switched to XMind and I think it's very good indeed. I think it's Java-based though, so that may rule it out for you, but I do...
60175
Robert Fuchs
bobbythefox
Feb 25, 2011 8:35 pm
Here is a linked map of more than 80 mapping software products: http://mindmappingsoftwareblog.com/mmsb/wp-content/uploads/2010/03/index.htm l HTH, Robert...
60176
josh robb
josh_robb
Feb 28, 2011 9:21 am
There's a pretty good control set here which would let you implement something like this yourself if nothing meets your needs. ...
60177
Mike
ocean_west_2005
Feb 28, 2011 1:28 pm
I've been using xmind for a couple of days. I could live with it, but can't customize it and also it annoys me that when I try to move nodes around, they try...
60178
Mike
ocean_west_2005
Apr 5, 2011 11:27 pm
IE (even as far back as 5.0) + HTML + JavaScript + Scripting.FileSystemObject on Windows. It has been right under our noses all these years. Just like AJAX...
60179
Kim Gräsman
kimgrasman
Apr 6, 2011 5:11 am
Synchronicity. I just used JavaScript with WSH the other day to do some shell + automation scripting. Then again, I think it's nice mostly in the sense that...
60180
Alan Baljeu
alanbaljeu
Apr 6, 2011 1:11 pm
I thought JavaScript was limited to browsing activities. It would be terribly unsecure if a script off the web could access your computer. Alan Baljeu ...
60181
Steve Richter
rautocoder
Apr 6, 2011 1:19 pm
I am curious to read how javascript works as a scripting language. And when the term scripting is used, does that imply some sort of operating system or ...
60182
Mike
ocean_west_2005
Apr 6, 2011 1:42 pm
If you enable ActiveX, then you can access the file system, just like with a desktop app. Think of this as a desktop app. Think of a super light WPF desktop...
60183
Ryan Heath
ryan_88keys
Apr 6, 2011 2:42 pm
Have you heard about the nodejs.org project? This application of js is a great example of shifting from the browser to the server/desktop. // Ryan ... Have you...
60184
Mike
ocean_west_2005
Apr 6, 2011 5:56 pm
The fact that JavaScript is always present is indeed huge. But the amazing thing about that is that it also happens to be a fun, dynamic, semi functional...
60185
Bill
cessna048
Apr 6, 2011 6:06 pm
There are HTML Applications (.HTA) that have access to local resources. In fact the Windows Add/Remote Control Panel applet used to be (still is?) implemented...
60186
Bill
cessna048
Apr 6, 2011 6:09 pm
Also, Visual Studio Wizards are implemented in HTML and JavaScript....
60187
Mike
ocean_west_2005
Apr 25, 2011 11:46 pm
Don't listen to this interview if you are driving, and be sure to have some smelling salts handy: ...
60188
adam straughan
adam_straughan
Jun 6, 2011 7:39 pm
My technophobic mother in law is complaining that the dvd thingy won't let her record Poirot and Emerdale. Which actually means the VHS machine is broken...
60189
Michael
mddg2002
Jun 6, 2011 8:32 pm
Do a search for YouView – new set top boxes but not out ‘till next year I think. --Michael From: win_tech_off_topic@yahoogroups.com...
60190
Shawn Wildermuth
aunyay
Jun 6, 2011 8:39 pm
Looks interesting, but lots of set-top boxes become vaporware and all the partners are UK (which I am not, unluckily). Thanks, Shawn Wildermuth ...
60191
adam straughan
adam_straughan
Jun 6, 2011 8:52 pm
thanks, looks like just what I'm after, only I want it now. It didn't explicitly mention email and the developer section looks somewhat spare but I can see it...
60192
OswaldC
ocampesato
Jun 13, 2011 5:14 am
Hello everyone, Some eye-candy for your visual entertainment: http://code.google.com/p/css3-graphics/ Here's the list of download files: css3-samples.zip...
60193
John Smith
js51107@...
Jun 17, 2011 9:05 pm
Hi guys, I'm considering implementing a memory-mapped file system for a project and I need to know if it can be setup to function across network boundries? i.e...
60194
Ryan Heath
ryan_88keys
Jun 17, 2011 10:05 pm
http://msdn.microsoft.com/en-us/library/aa366537(v=vs.85).aspx Is vague about remote files: The exception is related to remote files. Although...
60195
Stoyan Damov
stoyan_damov
Jun 18, 2011 9:05 am
Hi John, It would be better if you'd let us know what is it that you're trying to accomplish rather than what you're trying to code. I'm sure we'll be able to...
60196
Adrian Vintu
adrianvintu
Jun 20, 2011 4:39 pm
Hi all, I need to set up the permissions for some TC agents and I was wondering if you have previous experience on that. I am looking into restricting folder...
60197
Chris Wuestefeld
moebiusstreet
Jun 20, 2011 4:43 pm
... With recent security issues, you'd think there would be better tools available. Then again, part of the reason there are problems, I think, is that the...
60198
Adrian Vintu
adrianvintu
Jun 21, 2011 11:26 am
Still on this. Is there a way to create a user/group that is disallowed from any NSTF access and only added access per 2,3 folders? ...
60199
Patrik Husfloen
husfloen@...
Jun 21, 2011 5:21 pm
A powershell script should be able to help with doing bulk ACL modifications. Here [0] is an example I found when googling for "powershell acl". Patrik [0] ...