|
1
|
Main Area and Open Discussion / General Software Discussion / Re: Video rant against Windows 8
|
on: December 22, 2012, 01:23:49 PM
|
|
Thanks for the link to the very well done video. If true, the (un)usability points made (e.g. mystery-meat navigation, empty settings page, etc.) are unforgivable. I am still running XP on my main box but it looks like I'll be migrating to Linux sooner rather than later. In the meantime its probably time to pick up a retail version of Win7Pro while its still available.
I blame Apple (where design, look and feel trump power and functionality - Who needs a right mouse button when having just one is so... elegant?). Microsoft has drunk (drank? drunken? dranken?) their cool aid. Funny, I feel the same way as the video author (unbelievably frustrated) whenever I have to sit down and get something done on a Mac. Where is the right click context menu anyway?
Mouse? We don't need no stinking mouse! (or keyboard.)
No Win8/Metro in my near future. But then again, I'm not the guy in their marketing targets. I'd rather have a VT-100 connected to a 64KB PDP-11 with 8" floppies and a 10MB Winchester hard disk running RT-11 or RSX! (Well, not really, but just about!) Yeah, I know - I need to join the 21st century. Although I do feel like Abe Simpson sometimes, it appears that the lowest common denominator truly is getting lower and lower.
|
|
|
|
|
4
|
Main Area and Open Discussion / General Software Discussion / Re: Simplifying Your Computer
|
on: August 23, 2012, 09:20:29 AM
|
i think when you get to wanting to uninstall 100 programs, that's when you are probably better off formatting the hard drisk, and installing a clean coy of windows, and just reinstalling the programs you use on the new clean pc.
+1 just what I would suggest. Just last week I hauled off 3 old boxes to the dump. They have a section there which recycles electrical waste (hopefully in a better manner than the Colorado outfit highlighted on "60 Minutes"). Its really hard to throw away perfectly operational devices, but doing so is quite liberating. Now its onto the still-usable pile destined for goodwill...
|
|
|
|
|
5
|
Main Area and Open Discussion / General Software Discussion / Re: How to win friends. Microsoft to CIOs: Adopt Windows 8 - or else.
|
on: March 09, 2012, 11:52:47 AM
|
|
Great thread. Thanks 40Hz for the excellent advice and (obviously) well thought out predictions for the future. (Kinda scary, but your logic seems sound to me.)
You can pull my not-required-to-be-connected-to-the-internet Win32XPproSP2 box with MSVC6, Python, PHP and Perl from my cold dead fingers!
With all the disks from my old MSDN subscription, I have everything I need to stay happy, windows-wise for the foreseeable future (as long as my old hardware hangs in there - maybe its time to stock up on some spares...)
|
|
|
|
|
6
|
Main Area and Open Discussion / General Software Discussion / JavaScript or Python
|
on: October 10, 2011, 10:16:41 PM
|
I would second the motion recommending JavaScript (which is and will remain _everywhere_). To learn it proper-like, get and study Flanagan's The Definitive Guide. The recently released 6th edition covers the most recent JavaScript version (ECMAScript5) and all the cool new HTML5 stuff that will soon be running the net. One great thing about JavaScript is that to get started, all you need is a browser and a text editor. That said, there's also lots of really smart folks who like Python.
|
|
|
|
|
9
|
Main Area and Open Discussion / General Software Discussion / Re: 7 Freeware Windows Explorer Alternatives / File Managers compared
|
on: July 09, 2011, 12:31:46 PM
|
... Much the same comments would, for me, apply to the excellent ZTreeWin,... ZTreeWin (ZTW) is *very* powerful and fast-to-use once you burn the single keystroke commands into your brain. This is one of several programs I have open all the time. Not free, but certainly worth every penny many times over. As an example of its power, is there any other file manager that can do what ZTW's CTRL+B command can do? [ copy or print] Ctrl-Batch - Create a batch file that contains a command line to be executed for each tagged file. You may also use this command to create a listing of tagged-file information, so the resulting file can be used as a list, or as data input to another program. You will first be prompted for the name of the file. You may enter a directory path before the filename to create the file in that directory. (In a Branch, Showall or Global File Window, the default destination directory for the file will be the directory that was current before entering that File Window). Next you will be prompted for a line mask which defines each line of the file. Enter constant data and variable parameters. (See section 3.4 'Batch Parameters and Environment Variables' for more information on the parameters and variables that may be used). Use F4 to toggle between OEM, ANSI and Unicode character sets for text written to the file. Once you get used to ZTree's file TAGGING methodology, and the way you can quickly select (tag) a list of files based on their paths, names, dates, attributes and contents, and then manipulate those selected (tagged) files in a variety of useful ways, (such as creating a batch file of commands to be applied to each of these file - i.e. CTRL+B), its hard to settle for anything less. But then again, picking a file manager is kind of like picking a text editor; - product devotion can border on: religious.
|
|
|
|
|
12
|
Main Area and Open Discussion / General Software Discussion / Re: EditPad Pro 7 - released
|
on: May 17, 2011, 02:10:03 PM
|
|
Yes, no doubt that the syntax highlighting is one of EPP's greatest strengths. And Version 7 has taken this to a whole 'nother level with generalized bracketing highlighting. You can independently define any number of matching opening and closing brackets using JGSoft's regular expression syntax and the syntax scheme editing program. You can set the editor to highlight the innermost matching brackets which light up whenever the cursor is anywhere between them. You can jump back and forth between open and close brackets with CTRL+] and you can select everything between them with CTRL+[. And as I mentioned in the opening post, EPP recognizes and handles HTML/XML tags as brackets too. Very handy for navigating (and validating/correcting matching brackets).
If you are into regular expressions, I've written some modified syntax highlighter schemes (for Javascript and PHP/PCRE syntax) which provide bracketing highlighting while editing the regular expressions themselves. When editing a regex, its pretty handy to be able to see the current level of parentheses (and verify their proper matching).
And it looks like Jan is offering a free trial this time around, so you don't have to purchase it to give it a go.
|
|
|
|
|
16
|
Main Area and Open Discussion / General Software Discussion / Re: Advice on a [learning] JavaScript IDE?
|
on: March 29, 2011, 08:43:55 PM
|
If they really want to know JavaScript (in the Neo: "I know Kung-Fu!" sense), then the IDE/Editor is of only secondary concern to actually learning the language! There are many good books on JS, but the best one IMHO (if you only get one), is JavaScript the Definitive Guide by David Flanagan. And guess what? There is a brand new edition about to come out! (looks like May) It's going to cover all the new HTML5 hoopla. Also recommended are: I really like Jeremy Keith's work in particular (very clear writing style) and "DOM scripting" is an excellent first book. It is a quick read which covers important best practices including the notions of progressive enhancement and graceful degradation. His follow-up "Bulletproof Ajax" extends these concepts to the world of Ajax as he presents his notion of "Hijax". (i.e. A site should work just fine even when Javascript is turned off.) Regarding the IDE, I'm no expert, but I just use a plain old text editor (EditPadPro) and debug using Opera's built-in Dragonfly JavaScript debugger (which I prefer over FireBug). And of course, I always keep a copy of "The Definitive Guide" within arms reach!
|
|
|
|
|
25
|
Main Area and Open Discussion / General Software Discussion / Re: Why the aversion to .NET Frameworks?
|
on: November 17, 2010, 12:45:02 PM
|
... Especially people clinging on to C (and using the insecure libc functions) really shouldn't be doing any sort of networked code, please. ... You mean people writing such non-networked code as; Linux, Apache and PHP? (all of which are still "clinging" to straight C). Truth is, C (and asm) simply can't be beat for systems level programming where size and speed (i.e. performance) really matter.
|
|
|
|
|