Slashdot Mirror


User: ericlondaits

ericlondaits's activity in the archive.

Stories
0
Comments
342
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 342

  1. Re:Verizon does it for me... on Reports of IE Hijacking NXDOMAINs, Routing To Bing · · Score: 1

    My IE8 redirected to Google.. I guess it's because of the Google Toolbar, although it was disabled.

  2. Re:How about some nice menus instead? on Preview the Office 2007 Ribbon-Like UI Floated For OpenOffice.Org · · Score: 2, Insightful

    No, those are multiple toolbars placed along multiple lines. Ordinary toolbars don't span many lines... they just hide their elements and offer a drop down menu to access the rest.

  3. Re:IE will still dominate on Microsoft Agrees To EU Browser Ballot Screen · · Score: 1

    If they don't know enough about browsers to download an alternative themselves then they don't have a basis upon which to choose a browser from a list either. It'll go down to name, logo and brand (which might give a boost to Safari and Chrome over Opera and Firefox). If they don't understand why an alternative would be preferible to IE then they don't know enough to browse safely with any other browser either.

    I remember, when I was young, installing SCO Unix and being offered an MTA (Sendmail and mdf I think) and being absolutely clueless about what to choose... so I went with sendmail (which I knew by name), which probably didn't do me any favors.

  4. Re:Because its a useles skill on 26 Years Old and Can't Write In Cursive · · Score: 1

    Cursive makes much more sense with a quill, which is more suited for longer strokes. It *might* be faster with a fountain or biro, but it's not that much practical than printing.

    I was taught cursive all through my primary school here in Argentina (ages 6-12) and quit when I got into high school and wasn't required to use it. Now I'm practicaly losing it, but don't really care as it was never too much to talk about anyway. I'd be interested in learning caligraphic cursive tough...

  5. USB or SATA? on Best Home Backup Strategy Now? · · Score: 1

    I'm thinking of backing up to another hard drive and I'm torn between an external USB drive or another SATA disk. Considering I would probably (if we're being honest) leave the USB disk connected at all times (for a daily backup) with full knowledge that in the case of a fire it'd be toast along with the machine... is there any incentive to use USB over SATA? It's pricier and slower, right?

  6. Re:New MS browser on Microsoft Research Showcases New Browser Prototype, "Gazelle" · · Score: 1

    DCOM is not a protocol either. It's more of a component architecture.

  7. Released!?!! on Firefox 3.5 Reviewed; Draws Praise For HTML5, Speed · · Score: 3, Interesting

    As of now, if you got to Mozilla's page and choose to download Firefox, you get version 3.5 :

    http://www.mozilla.com/en-US/firefox/upgrade.html

  8. Re:My Kingdom for a Datagrid Element! on HTML 5 As a Viable Alternative To Flash? · · Score: 4, Informative

    TABLES have nasty cross-browser issues when combined with CSS, and it's ridiculous to program without CSS for formatting. I recently had to return to my old table-layout ways for an HTML newsletter (HTML mails have to be done the old fashioned way because CSS support in mail programs and webmails is 'less than stellar') and experienced long lost pain and anguish from it.

    I used to do real complex layouts with tables, graph paper and a simple text editor (even before Photoshop sliced images for table layouts) and I'm glad I have CSS now. The only exception would be using a table with a single cell for vertical alignment now and then, but that's just a small hack. Everything else can be done simpler with CSS.

    As for the main topic, I say: not yet... I'm all for replacing Flash with DHTML and do so every chance I get... but it's still to slow and jerky compared with flash animation for smooth scrolling and fx.

  9. Re:It Is Rated R! #6 for Opening Weekend! on Watchmen 50 Days On, Was It Worth the Gamble? · · Score: 2, Informative

    Not that I know if that 2.5 factor is correct, but "Make a profit" doesn't mean "no losses"... it means having the move perform adequately as an investment given its risk. Investors need at least as much money as they would have gotten in some other comparable (risk-wise) investment. If the returns are too low it would have been better to put the money in safer investments that would have yielded the same profit.

  10. Re:Well on Botnet Expert Wants 'Special Ops' Security Teams · · Score: 2, Informative

    I've cleaned a couple of computers of malware where the owners didn't know they had malware installed... but complained that either their internet connection was slow, and blamed their new ISP. When I opened a traffic monitor and took some measurings I realized that even idle the computer was maxing the available bandwith.

    Networking is being seamlessly and transparently integrated in the computer... where I think a different approach should be taken. People need to have more direct and present feedback of processes and network connections in their computers... even if simplified, iconified, graphed or whatever. The consequences of running malware are very real at the OS level, and this should become more evident to users. ... This way people will start noticing when things go wrong, and start taking measures to keep everything OK. As long as some aspects of the computer are voodoo, it's voodoo all the way.

  11. Re:Browsershots on Microsoft's New Multiple-Browser Tester · · Score: 1

    Normally I just test for IE6, and in some special cases I might test for 5.5... I've never been asked to support IE4 yet, but installing it along the rest wasn't any harder.

  12. Re:Does the law have the right direction? on Graphic Artists Condemn UK Ban On Erotic Comics · · Score: 5, Insightful

    And what's wrong with obscenity?

    I understand obscene material bothers some people, but as long as they're not forced to watch it, I don't see why I can't.

  13. Re:Browsershots on Microsoft's New Multiple-Browser Tester · · Score: 3, Insightful

    Just minutes ago I had to fix a bug where IE7 will place misterious bullets on "ul" elements which had the bullets removed through CSS... but the bullets only appear in some of the pages, and dissapear when you scroll or force a redraw of the browser (i.e. by minimizing and maximizing).

    Browsershots is also useless when checking JS code, animation, DHTML and AJAX... which amounts to a good percentage of what I do.

  14. Re:Web standards on Microsoft's New Multiple-Browser Tester · · Score: 1
  15. Re:Browsershots on Microsoft's New Multiple-Browser Tester · · Score: 4, Insightful

    I do web developing professionally and can say that a service with a 3 hour queue is only marginally useful. When your site has a rendering bug under some browser it takes quite a bit of trial and error while fiddling with CSS until you come up with a different way of expressing the same layout that is compatible across the board. IE6, particularly, has numerous rendering bugs that sometimes call for this "do the same, but differently" route and some bugs that require hacks to be put in place. While looking for the rendering bug you also need to find out what exactly is going on... for instance, IE6 will double an element's margin in some cases, but you need to find out which element first, which can be done with a bit more of fiddling with the CSS. ... So anything but an interactive solution is worthless in this cases. A service like browsershots is useful to check the state of a site, but once you find it has errors, you probably need something else.

    I have a single VMWare VM with side-by-side installations of IE3 through 6, and IE7 in my main OS, along with Opera, Safari and Firefox.

  16. Re:Evolution is flawed on Texas Vote May Challenge Teaching of Evolution · · Score: 1

    The bible is non factual and hasn't seen progress but theology and catholic dogma have seen changes AFAIK, since not all dogma comes from the bible. ... But I don't think these are problems, since Scientology is new and might be evolving for all I know, and yet it doesn't seem any better than catholicism at explaining anything. The problem with religion is that is not scientific, i.e. it doesn't play by science's rules.

  17. Re:Whatever on Texas Vote May Challenge Teaching of Evolution · · Score: 5, Insightful

    Science has nothing to do with "using our own minds". I can't determine the existance or non-existance of the Higgins Bossom and my opinion about it is completely worthless, as well as any conclusions I might reach on my own using my studies, judgement, rational thought, whatever... ... because I'm not a physicist, nor do I work, investigate or experiment in the field.

    That's the crux of the problem when creationists say "we want both theories to be taught, so the kid can choose for himself". The kid doesn't have the tools to prove or disprove any theory on scientific grounds, and nor should he... ... ultimately, to the common joe, science requires faith. So what's the difference between science and religion then? Science constantly delivers tangible results (as shown by the existence of cloned sheep and the Nintendo Wii) transparently, and is willing to unfold it's full body of knowledge and possibilities to anyone willing to dedicate to it.

  18. Re:And will be unavailable anyplace else.... on World's Cheapest Car Goes On Sale In India · · Score: 1

    There is a grocery store within walking distance, not sure how to carry the 12 bags they use to bag my $60 of groceries but it is there.

    It seems you say it as it isn't possible without a car. I live in Buenos Aires, Argentina, which is a very big city with decent and cheap public transportation and expensive cars.

    I'll tell you the different ways in which I cope with carrying 12 grocery bags home from my supermarket of choice, which is an 18 minute walk:

    - I take my wife along and we split the bags.

    - I make a smaller purchase I can carry by myself and leave the heavy bulky stuff (e.g. mineral water, fruit, etc.) to shops which are closer to my house.

    - Supermarkets in Argentina can deliver your groceries. Usually within 2-5 hours from buying them in the store.

    - A couple of years ago I bought most groceries on-line to save time and avoid carrying them.

    - Since mineral water was the worst offender, I ended up buying a water filter. This made it enormously easier to shop for groceries and saves me quite a bit of money. ... When you have the need, there's obviously a way, if not many.

  19. Re:Languages on Hope For Multi-Language Programming? · · Score: 1

    I've used the IE renderer embedded as a COM object in my own C++ programs as well as the ActiveScript Javascript parser which can also be used as a COM object and allows you to inject other COM objects in the Javascript context.

  20. Re:Languages on Hope For Multi-Language Programming? · · Score: 3, Interesting

    For many years now I've successfully developed with a multi-language model in Windows...

    I do my low level code in C++ and encapsule it in a COM/ActiveX object, which I then can call from a Javascript script launched by the OS (through WScript.exe), server-side ASP pages and client-side DHTML pages or HTML Applications (HTA files). Both the "classical" COM/DCOM/ActiveX architecture and the new .NET were made to support integration of different languages and low level and high level code.

    It's also possible to integrate Windows COM components and DLLs through Python scripts.

    Through this model I developed quite a number of reusable parts which in practice I was able to integrate to a variety of projects. Having this separation between low level code and high level scripting as "glue" works great for me... it forces a layered design, makes for smaller binaries and cuts a lot on compilation times.

  21. Re:That's not okay. on EU Says MS Must Offer Other Browsers; Now What? · · Score: 1

    I won't stop doing it because:

    A) Some users don't have the fault of being clueless about how to change browsers. Some might even be using Windows 98 for all I know...

    B) I won't take that decision for my clients, which care nothing about my convenience or web standards. If I have to charge them a bit extra for spending three or four extra hours fighting with IE6 support, they'll pay it (they do) and that's all they care about.

    C) I even took a couple of jobs were I was specifically asked to make an existing site IE6 compatible because the original programmer couldn't do it.

  22. Re:That's not okay. on EU Says MS Must Offer Other Browsers; Now What? · · Score: 1

    Standards compliance means nothing to users... not compared to what it means to web developers. I take great care and waste a lot of time making sure all my web developments look the same in IE6 as they do in Firefox, Opera, Safari or IE7.

    I would surely love to see IE6 die, and appreciate the fact that all browsers aim to converge to the standards... but as long as I'm doing my job right, users need only concern with their browser's security, and not their standards compliance.

    Also, I sometimes find commercial sites that don't work right in Firefox (due to bad developers)... but only standards-zealots sites don't look right in IE. So from a normal user's point of view IE renders better than Firefox.

    As an aside: Safari, while being decently compliant, renders much more saturated color and makes fonts look much thicker because of the smoothing algorithm they use. This is not ideal either.

  23. Re:Lunix sucks! on Post-Beta Windows 7 Build Leaked With New IE8 · · Score: 1

    .reg files are really easy... it's just a couple of hierarchical keys with their values. .sh files on the other hand, require much more knowledge of how the distro is laid out, and you have to test them before deploying (.reg files can be extracted from an already functioning machine)... which is a big part of the problem of having someone with no clue operating the CLI. If you ever guided someone around the CLI through the phone you know you can't take anything for granted (working directory, press ENTER, what kind of quotes, what kind of slash, etc.).

  24. Re:I hope they succeed. on India Will Show Its $10 Laptop Prototype · · Score: 1

    They were deemed "subversive" which was a catch-all term for "evil" back in the day... it's not clear why, but I found the following unattributed quote:

    âoefomenta la idea sovietizante de lo colectivo y de los agrupamientos como relaciÃn indispensable para solucionar un problemaâ

    which approximately means:

    "Promotes the 'sovietizing' idea of the collective and grouping as an indispensable relationship in solving a problem"

    It sounds quite likely this was the reason, given the mentality of those times.

  25. Re:I hope they succeed. on India Will Show Its $10 Laptop Prototype · · Score: 1

    Online multiplayer support is scheduled for summer 2009 through Steam.