dreftymac

2,602
Reputation
483 views

Registered User

Name dreftymac
Member for 12 months
Seen Nov 25 at 22:01
Website
Location Earth
Age 83

Greetings, ask and answer. Share alike.

Plenty of: Perl, Ruby, Python, Javascript, Bash, Vim, Windows, Fedora, UI Design, Web Development ... others ...

Not so much of: Emacs, DotNet, CSharp, Java ... others ...

Not a fan of: VBscript, MS-Dos, ... others ...

Nov
23
revised How do you put html or xml into a yaml?
ed
Nov
23
answered How do you put html or xml into a yaml?
Nov
23
revised How do you put html or xml into a yaml?
edited tags
Nov
23
revised Does Ruby have an addon similar to Perl 6 grammars?
edited title
Nov
23
revised Running vim command over multiple buffers/tabs
edited tags
Nov
20
comment ls command: how can I get a recursive full-path listing, one line per file?
Not insisting on ls, but 1+ for sticking to the question against all odds.
Nov
19
asked ls command: how can I get a recursive full-path listing, one line per file?
Nov
18
comment Drupal development and use by professional programmers .. are there specific pitfalls or advantages?
How helpful is that? If swip asks you to teach swip (your idea of) "strong design patterns" ... the "laughing in the face" part might be better left out.
Nov
17
revised Serialize form to JSON with jQuery
tags
Nov
17
comment Is there javascript (prefer jquery) library that automatically maps form elements to JSON?
see also: stackoverflow.com/questions/1184624/…
Nov
17
asked Is there javascript (prefer jquery) library that automatically maps form elements to JSON?
Nov
16
comment Pure Javascript YAML library that supports both dump and load?
Great, thanks for the post.
Nov
16
asked what is the name of the convention used in this syntax diagram
Nov
16
revised Finding an element added by clone
edited tags
Nov
13
comment Drupal development and use by professional programmers .. are there specific pitfalls or advantages?
I understand, but then I guess you can say all programming languages avoid naming collisions via coding convention. That's basically what Namespaces and Classes are for. The problem arises when these fundamental properties of the language are decided upon and derived outside of the specification of the core language itself (in this case PHP). Anyway, the point is well taken. Drupal was already mature before PHP claimed to support OOP, so the die was already cast.
Nov
13
comment Drupal development and use by professional programmers .. are there specific pitfalls or advantages?
That makes sense. Ironically, I hated YAML at first also, but I also had to decide between it or re-invention -- but then I use Ruby, Perl and Python very regularly, which are a lot more YAML-friendly ecosystems. Nevertheless, "I simply dislike it" is always a direct and honest answer that stands on its own merit. Even re-invention is commendable when it's done by someone who has made a good-faith effort to understand and evaluate the alternatives. Thanks a lot for some excellent viewpoints and the additional insight.
Nov
12
comment java libraries specifically for use with windows
That looks close, but it was just some random open-source library out there. Windows API calls were simply wrapped with methods like CreateWindowsShortcut(), GetDriveLetter()
Nov
12
comment java libraries specifically for use with windows
Looks nice, but the one I am thinking of was much lower-level. It just had tools for things like .CreateShortcut() .GetDriveLetter() ... that kind of stuff.
Nov
12
asked java libraries specifically for use with windows
Nov
12
comment Drupal development and use by professional programmers .. are there specific pitfalls or advantages?
Thanks for balancing out things with some favorable viewpoints. The no-YAML point still eludes me, though, since GPL'd PHP 4.x-compatible YAML libraries already exist and are in production use; ready to be added into Drupal. Waiting for a PHP-native variant, or a suitable re-invention seems as odd as choosing to re-invent a Drupal-specific or PHP-specific variant of jQuery.
Nov
11
revised Drupal development and use by professional programmers .. are there specific pitfalls or advantages?
ed
Nov
11
comment Drupal development and use by professional programmers .. are there specific pitfalls or advantages?
thanks a lot for the feedback ... regarding "build language" the reference includes higher-level tools as well, not just those for compiling to binaries. (See e.g., tools like rake, capistrano, Ant)
Nov
11
comment Drupal development and use by professional programmers .. are there specific pitfalls or advantages?
added, sorry for the omission
Nov
11
comment Drupal development and use by professional programmers .. are there specific pitfalls or advantages?
Good observation, although I was thinking something even simpler, such as having namespaces and classes to distinguish method signatures, so you don't have collisions by modules that use the same function names. [e.g., the difference between Console.print() and PDFtoXML.print() ]
Nov
11
asked Drupal development and use by professional programmers .. are there specific pitfalls or advantages?
Oct
30
comment Javascript: quick script to line up pipe-delimited text (or any-character-delimited text)
Yeah, that's exactly what i was trying to avoid. Just wondering if there is an alternate approach i haven't thought of ... regex tricks or something ...
Oct
30
comment Javascript: quick script to line up pipe-delimited text (or any-character-delimited text)
Hmm .. good point
Oct
30
comment HTA installer for MSI failing
Have you tried running this same script under windows scripting host .wsf file instead of HTA? If so, was the result the same?
Oct
30
revised Javascript: quick script to line up pipe-delimited text (or any-character-delimited text)
clarify
Oct
30
comment Is it possible to remove a specific page that’s already indexed by Google?
It's a good idea to point people to the right place instead of just telling them to go elsewhere: superuser.com
Oct
30
asked Javascript: quick script to line up pipe-delimited text (or any-character-delimited text)
Oct
30
comment Apache Config Mime Types: xlsx files are being interpreted as zip files on download, why?
So, would you know, is there a way to disable this or reconfigure the browser to stop this behavior?
Oct
30
asked Apache Config Mime Types: xlsx files are being interpreted as zip files on download, why?
Oct
28
answered Editor with textmate snippets support ?
Oct
28
asked Who invented zen coding and is there a published specification somewhere ?
Oct
28
asked Does Ruby have an addon similar to Perl 6 grammars?
Oct
27
comment State of mind @ work
Well, you might want to hear Joel talk about Stack Overflow: blog.stackoverflow.com/2009/05/…
Oct
27
answered State of mind @ work
Oct
19
asked Apache web-server config, what is redirecting me and how can I change it
Oct
13
comment is there any such thing as SMTP to FTP gateway?
PHP is fine, thanks for the idea and information.
Oct
13
asked is there any such thing as SMTP to FTP gateway?
Oct
10
asked How to automatically get from daily e-mail attachment to script-processed file?
Oct
7
accepted simple explanation PHP OOP vs Procedural?
Oct
7
revised simple explanation PHP OOP vs Procedural?
update
Oct
7
revised simple explanation PHP OOP vs Procedural?
add
Oct
7
revised simple explanation PHP OOP vs Procedural?
update
Oct
7
answered simple explanation PHP OOP vs Procedural?
Oct
7
comment Powershell: how to map a network drive with a different username/password
Thanks, just a note: the missing parameter before "username" caused PS to complain. Other than that it works!
Oct
7
asked Powershell: how to map a network drive with a different username/password
Sep
29
comment obtaining POST parameters at a URL passed through by DYNDNS
Yes I have problems, the POST data does not seem to reach the page when I use the DYNDNS passthru, but when I send directly to the final URL, the POST data makes it through. I know because the page just does a CGI "dump".