Slashdot Mirror


User: IntlHarvester

IntlHarvester's activity in the archive.

Stories
0
Comments
4,228
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4,228

  1. Re:Non-Tech Percent of Web Traffic from Chrome on Google Chrome, Day 2 · · Score: 4, Informative

    As a result, every web browser in existence lies in their user agent string.

    Opera doesn't.

    ... any more. For years Opera claimed to be MSIE

  2. Re:Huh? How does IE8 determine internet vs. intran on IE8 Breaking Microsoft's Web Standards Promise? · · Score: 1

    I don't quite get the question. But my understand is that you'll be able to explicitly set the IE render mode through a HTTP header, which can easily be set in your web server.

  3. Re:Probably the corporate customers on IE8 Breaking Microsoft's Web Standards Promise? · · Score: 1

    Looks like they have it on the results page, but not the home page.

  4. Re:Huh? How does IE8 determine internet vs. intran on IE8 Breaking Microsoft's Web Standards Promise? · · Score: 1

    In addition to that, administrators can add sites/domains to the Intranet 'zone'.

  5. Re:Probably the corporate customers on IE8 Breaking Microsoft's Web Standards Promise? · · Score: 1

    I did notice that certain pages, Such as Google, make the icon disappear. It must not show up if a render mode is defined in the site, but I'm not sure.

    I don't have IE8 installed, but I believe that's because Google doesn't send a doctype and therefore their page is rendered in legacy (IE5) mode.

  6. Re:I think he got a pretty good deal out of it on Hans Reiser Gets Sentence of 15-To-Life · · Score: 1

    If you RTFA, he rejected a 3 year manslaughter plea before going to trial. So not really.

  7. Re:Loaded question on Will W3C Accept DRM For Webfonts? · · Score: 1

    One trick I've seen is a JavaScript/Flash applet combo which automatically replaces all the H1s and H2s with headings in the company font.

    This creates titles which have the corporate look, but doesn't require a bunch of photoshopping and doesn't break accessbility. Furthermore if the web taliban doesn't like it, they can easily block it.

  8. Re:They just don't get it do they on IE8 Will Contain an Accidental Ad Blocker · · Score: 1

    I don't think so. Google Analytics tracks many visitors to the same site, whereas this seems to be aimed at preventing tracking of the same visitor to many sites. In the MS blog it says it'll prevent the same cookie tracking you across more than 10 sites.

    Hahaha. Google uses the same cookie across multiple sites, and certainly does track cross-site traffic. They even make some of that information available to end users.

    This actually helps the "enterprise" analytics guys like Ominture (aka 2O7.net) because they allow cookies to be set to sub-domains but can still track cross-site traffic.

  9. Re:flipping burgers on id CEO Claims PC Hardware Manufacturers Love Piracy · · Score: 1

    There appear to be a lot of slashdot people that either don't have a speck of creativity or value what creativity they have at about the level of flipping burgers at McDonald's.

    One of the best bit of insights Richard Stallman had was that 90% of programmers flip burgers by working on in-house software. Which is effectively a 'trade secret' and irrelevant to the issues of copyrights/patents/so on.

    I agree the attitude is dismissive, but it goes with the IT territory.

  10. Re:What a secret! on id CEO Claims PC Hardware Manufacturers Love Piracy · · Score: 2, Insightful

    Easy explanation. The Amiga was already considered a commercial dead-end by the time the Internet became popular in 1994-5, and Commodore folded soon afterwards.

    Admittedly the platform lived on for years with third party hardware/software support, but practically nobody considered 'alive' in this time period.

  11. Re:Don't forget the Sony D-50! on Compact Disc Turns 26, Has a Bright Future · · Score: 1

    Had one too. It had a snap on battery pack which took C-cells IIRC and made it at least somewhat portable.

  12. Re:and Yet... on Hands-on Look At USB 3.0, Spec Details Revealed · · Score: 1

    Camcorders on both the high- and the low-ends are moving to flash storage. This is treated like a conventional 'drive' on the computer so the sustained streaming FW provides isn't required.

    So it's quite possible that consumer camcorders will just skip FW800/3200 and go with USB3.

  13. Re:Ockham's Razor tells me.... on Why Corporates Hate Perl · · Score: 1

    Why would I have to guess when I know it's perl?

  14. Re:Now that you got that figured out...extra credi on Was Standardizing On JavaScript a Mistake? · · Score: 1

    Well, the original complaint was about form elements and 'widgets', so yes I believe it's directly relevant. How much javascript "gunk" is directly related to data input?

  15. Re:Now that you got that figured out...extra credi on Was Standardizing On JavaScript a Mistake? · · Score: 1

    I got the impression that the W3C decided that "XForms Is The Future", and therefore was steadfastly ignoring the deficiencies in HTML forms. (Which are still virtually identical to those found in Netscape 2, and never were completely documented in "DOM0".)

    Obviously MS and other W3C companies have their own competing technologies, but prior to HTML5 I don't know of any efforts to improve the state of HTML forms.

  16. Re:The audio CD will not go away for a while.... on Compact Disc Turns 26, Has a Bright Future · · Score: 1

    The issue is that the type you have all the electronics for iPod or USB integration, the CD mechanism is extremely cheap to add. Little point in knocking $10 off a $300 deck.

    See the Ford Sync for example (sorry 09 Mustang only :)

  17. Re:The audio CD will not go away for a while.... on Compact Disc Turns 26, Has a Bright Future · · Score: 1

    Hell, I'd pay more for a system with no cd player, no memory, and only a headphone jack than I'd play for any other type of car audio system without the headphone jack, and I'm not alone.

    These are commonly sold, it's called an "amplifier".

  18. Re:Reasons why browsers are poor application runti on Was Standardizing On JavaScript a Mistake? · · Score: 1

    This post could be rewritten as "Reason browsers are the most popular runtimes"

    1. HTTP is connectionless, leading to much great scability and better ease of use
    2. Server-side security is much better than client-side and solves many problems with classic client-server architectures
    3. HTML/XML requests are much easier to create and use than binary protocols (which were poorly standardized)
    4. Innovations like XMLHTTPRequest have improved the browser experience far beyond originally envisioned
  19. Re:Got it wrong on Was Standardizing On JavaScript a Mistake? · · Score: 1

    I agree the DOM can be a problem in certain corner-cases, but people on this site act like it's 1998 and IE & Netscape use two completely different DOMs. The truth is that 99% of properly-written DOM manipulation code will run cross-browser without big issues.

  20. Re:Got it wrong on Was Standardizing On JavaScript a Mistake? · · Score: 1

    Oh I agree totally, I'm just pointing out that with a properly designed and controlled environment there's no real requirement for JavaScript. I'd love to see WSH integration for Firefox (and with whatever scripting frameworks exist on *nix and OS X).

  21. Re:XMLHttpRequest aught to be enough for anyone on Was Standardizing On JavaScript a Mistake? · · Score: 1

    Are you aware that people said the exact same thing about the future being Java applets, ActiveX controls and Flash?

    Every few years someone declares HTML to be obsolete and they're always wrong.

  22. Re:Got it wrong on Was Standardizing On JavaScript a Mistake? · · Score: 3, Informative

    Yep. Also the Microsoft reference on "JScript" is pretty good.

    http://msdn.microsoft.com/en-us/library/4yyeyb0a(VS.85).aspx

  23. Re:Got it wrong on Was Standardizing On JavaScript a Mistake? · · Score: 1

    That was done years ago. Any scripting language which plugs into the Windows Scripting Host can be used for web scripts in IE. So ActiveState Perl and Python can be used in a suitably controlled environment.

  24. Re:heyho, python - the new perl. on Why Corporates Hate Perl · · Score: 1

    And MySpace is written in ColdFusion. According to your logic, therefore ColdFusion is still going strong. ColdFusion Forever!

    (Actually PHP still seems broadly popular, but every environment gets that midlife crisis where the bloom is off the rose.)

  25. Re:Sometimes the correct answer is the simplest on Why Corporates Hate Perl · · Score: 1

    Actually that makes me think a bit. The regex is hard to understand, a manually-written parser would be much worse.

    Yup, see any VB codebase (or anything written by VB programmers). Loads of difficult to read stuff like:

    If Mid(blah,x,y)=a And (Left(blah,z)=b Or InStr(blah,p,q) > 0) And Mid(blah,r,s) ...

    Which often can be replaced by a very simple regex.