Slashdot Mirror


User: Moskie

Moskie's activity in the archive.

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

Comments · 41

  1. Re:How could it have passed Acid2? on Microsoft Confirms IE8 Has 3 Render Modes · · Score: 5, Insightful

    They probably ran a closed test that used (forced) this third render mode on the HTML.

  2. Opera Killer? on Firefox 2.0 'Beta Candidate 1' Released · · Score: 1

    If the UI of FireFox 2 contains more things that allow the user to dynamically alter the UI, such as moving tabs around, it would be incentive for people like me to give it a shot over my current browser of choice, Opera....

  3. Re:Bit of a double standard on Windows Defense on IE7 Search is No Defense · · Score: 1

    Exactly. People tend to forget that certain acts become illegal only when committed by a monopoly.

    Microsoft defaulting IE7 to MSN Search is not an illegal/immoral act in and of itself, but when Microsoft has a monopoly on the browser market, it becomes one.

  4. Re:They do it all wrong! on Ajax and the Ken Burns Effect · · Score: 1

    I guess the AC was hinting at it, but one option is to load the XSLT transformation(s) into a global JS object at page load. Or at least going out of your way to make sure you get the transformation only one time at the most. The transformations I'm using aren't all that complex, and I would only need at most a couple per page, so it was reasonable for me to get the transformations at page load and use them whenever needed.

  5. They do it all wrong! on Ajax and the Ken Burns Effect · · Score: 3, Informative

    They're onto something here, but they botch a very important step: what they do with the XML once it's returned. Instead of generating the HTML through Javascript as they do, it makes much more sense to use XML transformations.

    I've taken the dive into Ajax recently to do dynamic in-page searching. For a web-app I develop for my work, on a particular page the user needs to select a client (from the thousands we have in our database). I have a spot on the page where they can provide search criteria for the client they want to select. I perform the search with Ajax, display the results, and the user selects which client they want to pick.

    I've found the the step of displaying the results can be slowest step. At first, I had the Ajax function return a JSON associative array containing the data. I would then loop through it and create the HTML I needed through Javascript (much as they do in the linked example).

    However, if something along the lines of hundreds of records were returned, the client's browser would freeze for a period of time (depending on the performance of the client's machine) while generating that HTML. This became unacceptable.

    The superior way to display the results is with XML transformations. Beleive me, it's a monumental difference, and if you're doing something like I was, you should look into it. Have the Ajax function return XML, then use an XSLT style sheet to transform those results into the HTML you want to display. It's super fast, and worth the trouble.

  6. Using with Google's API? on Google Finance Beta Released · · Score: 1

    Could the data you get from finance.google.com be accessed in a reasonable manner using their API?

  7. Re:Opera Maxi on Opera Mini Mobile Browser Officially Released · · Score: 1
    1. Open Gmail in Standard Mode (i.e. the one with all the nifty Ajax)
    2. View a message thread that has multiple messages/replies.
    3. Click an old message in the thread to expand it and see all its contents.
    4. Click the 'Reply' link under the newly revealed message.
    5. *boom*


    Breaks on me every time, at least in Windows. Just did this in Beta 9 here at work. I have 8.51 installed at home and I get similar problems there...
  8. Opera Maxi on Opera Mini Mobile Browser Officially Released · · Score: 1

    Any idea when the new version of Opera Maxi (i.e. normal Opera) will be coming out? 9 has been in beta for a long time, and I'd like to see Gmail work right for once.

  9. Re:First Amendment on John Seigenthaler Sr. Criticises Wikipedia · · Score: 1, Informative
  10. Re:TV a la carte increases overall price? on FCC Report Supports a la Carte TV Pricing · · Score: 1

    I actually wouldn't mind paying a few extra dollars to not get QVC.

  11. Re:What's that game called again? on Literature Teeters on the Edge of a 'Gr8 Fall' · · Score: 1

    a home version of Bumper Stumpers?

    Whaddya know, Wink Martindale invented l33t sp33k.

  12. Just to make sure I'm understanding this... on Apple Switching to Intel · · Score: 2, Funny

    Jobs demonstrated a version of Mac OS X running on a 3.6GHz Pentium 4-processor equipped system, running a build of Mac OS X v10.4.1. He showed Dashboard widgets, Spotlight, iCal, Apple's Mail, Safari and iPhoto all working on the Intel-based system.

    That means that I will be able to 100% natively tri-boot Windows/Linux/OSX on the same rig? I cannot wait to do that.

    I believe that's called having your cake, eating it too, and not having to clean up.

  13. What's next? on Are Video Game Patents Next? · · Score: 1

    Patenting filming techniques? Writing styles? Facial expressions?

  14. Re:Not P2P on Terrorist Link to Copyright Piracy Alleged · · Score: 2, Insightful

    so you're claiming that it's ok to call people who sell pirated DVDs on the steets terrorists?

  15. Re:good code on Auto Code Commenting Software, Free Chairs · · Score: 1

    This is a joke, right? Insightful my butt.

    Good variable names tell you what a variable represents. Is that the only thing you think comments can do? Perhaps for simple programs that's all you would need. But what about insight as to why a certain algorithm was chosen? Or documenting things like the implementation of business rules?

    Admit it, you're lazy. I am too. I don't comment my code nearly as much as I should, but I recognize its usefulness and wish I did more commenting.

  16. "It sounds a bit like Razor, doesn't it?" on Internet Providers Band Together to Fight Evil · · Score: 5, Funny

    How about: "It sounds a bit like SkyNet, doesn't it?"

  17. Re:OT: Scott Swigart on Microsoft Developers Respond To .NET Criticism · · Score: 1

    Mod parent up. He's hit the nail on the head.

    You know how you do paging properly in ASP.NET? You skip those stupid fucking useless controls, you write your paging and sorting into your stored procedure where it fucking belongs and you use a DataReader control to fetch your data in firehose mode.

    That is 100% right. ASP.Net's ability to seperate page design from program code is nice with the .Net languages, and the custom controls are useful for modularizing you web applications, but that's where ASP.Net's usefullness ends. I refuse to use ASP.Net's built-in controls, because in the end you have no friggin clue what they're doing.

    Look, in the end, a web page is just HTML and Javascript. I want to have full control over that HTML and Javascript. Using ASP.Net's controls takes that control away from me. Screw that. I trust my HTML generation better than ASP.Net's.

  18. Re:open source on Court Docs Reveal Kazaa Logging User Downloads · · Score: 5, Insightful

    How does Kazaa being closed source make a difference here? Kazaa was tracking requests/downloads server-side... which means, I would think, that there isn't neccessarily any logging going on in the client.

    It could have been completely open source, and Kazaa could still keep track off all the requests that your client made.

  19. Is there even enough time to react? on Quake and Tsunami Devastate South Asia · · Score: 3, Insightful

    What kind of time delay are we talking about between when the earthquake strikes and when the tsunami forms/hits the coast? I always imagined it was something very short, somewhere near a few minutes.

    What could be done in that short amount of time, exactly?

  20. No reason to freak out on FCC to Allow Wireless Access on Planes · · Score: 3, Insightful

    Everyone keeps freaking out about how annoying this can make plane rides. I don't see this being a problem, really... all this means is that airlines can regulate themselves when it comes to using cell phones on a plane. Maybe airlines will offer cell free flights, or provide "quiet sections" of the cabin where talking on your phone isn't allowed.

    Really, if enough people hate being around people on their phones, the airlines themselves will (well, should) provide options for those people to have a more pleasant flight.

  21. Re:No real spoilers in the clip. on Footage From Star Wars: Episode III · · Score: 1
    From imdb:

    Tape Taken on Set of New 'Star Wars' Post on Internet

    Despite rigorous efforts by the George Lucas organization to prevent any leaks from the set of the Star Wars: Episode III, a crude 2-minute, 37-second clip from the Australian set has popped up online. It reportedly includes a shot of Hayden Christensen in his Darth Vader costume. One fan who watched it said on the Slashdot.org website that it contains no spoilers and that "the video is choppy and low quality (camcorder pointed at a monitor) and hard to watch."


    heh.
  22. Re:You guys laugh, but this doesn't surprise me on Women Buy More Tech Than Men · · Score: 1

    Then again, her husband bought the Jaguar upgrade. . . for his WinXP laptop. . .

    Some would argue that's the best upgrade he could get.

  23. Re:I just don't get it. on The Star Wars Car · · Score: 3, Funny

    The chicks.

    ...oh.

  24. Re:Hypocrites. on Symantec Says No To Pro-Gun Sites · · Score: 1

    It's actually called "Outpost Firewall". The company that makes it is Agnitum.

    bleh.

  25. Re:Hypocrites. on Symantec Says No To Pro-Gun Sites · · Score: 2, Informative

    Agnitum Firewall. I can't beleive it hasn't been mentioned yet. It absolutely provides the most control. I've tried ZA, Norton, Sygate... none of them seem to let me have complete control over what every application is allowed to do. Plus, its got plug-in capabilites, with things like DNS caching and ad-blocking bundled with the main software. It also logs every connection, and gives you summaries (i.e. how much traffic from this app, on this day, etc...). I highly recommend it.