Slashdot Mirror


User: Enrico+Pulatzo

Enrico+Pulatzo's activity in the archive.

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

Comments · 474

  1. Re:The opposite will happen! on Will Next-Gen Consoles Kill Off PC Gaming? · · Score: 1

    It's thinking like yours that reminds me that the majority of the populace still views computers as means of playing games.

    As long as there's a business world, the PC will exist, plain and simple. Whether as a thin or thick client, that's up to companies like IBM, Microsoft, and Sun.

  2. Re:While they are at itmaybe new meta tags? on Google Launches Google Sitemaps · · Score: 1

    I'd look into using RSS (Really Simple Syndication) with DC (Dublin Core) metadata.

    I think the "coverage" tag would be probably what you're looking for.

  3. If the memory is big enough on HD-Less PS3? · · Score: 2, Interesting

    It shouldn't be too much of a concern, with a requisite "if".

    If the memory cards are treated like a hard drive, there will be no problem, I can later swap in a HDD to store more data/access it quicker. If, however, the situation is similar to the one with the Playstation 2 (a hard drive evenutally came out and found little use since developers couldn't really count on one being there) then the PS3 will suffer for it and when a hdd is released, it won't see too much use.

  4. Re:Might not hurt... on The Final Days of Final Fantasy · · Score: 1

    I never did finish the game. My patience runs out after about 40-50 hours for a game.

    The story was quite involving though.

  5. Re:Might not hurt... on The Final Days of Final Fantasy · · Score: 1

    I take it you missed Dragon Warrior VII for the PS1?

  6. Re:Emulate X86??? on The Scoop on the Xbox 360's Embedded OS? · · Score: 1

    How exactly do you define "niche?"

    Cuz that's just exactly what you described.

  7. Re:XHTML is a bad solution on Web Designer's Reference · · Score: 1

    Yours is a good point, though I'm not too big of a fan of forcing every page I write to be parsed with an engine first. (and no, I don't have access to the apache server httpd.conf/.htaccess file :( )

    However, I did come across this little beauty that gives me a little hope. It seems you can indeed serve xhtml as application/xml in IE and make it work (of course, with a small workaround).

    Soon of course, lynx will have to be updated in order to keep up with the times :)

  8. Re:XHTML is a bad solution on Web Designer's Reference · · Score: 1

    XHTML does indeed mean easier parsing, if served with the correct mimetype. If you serve text/html, the parser has to be ready for all the crap of HTML, not the ease of parsing an XML document (unless you run all the incoming text/html into something like tidy, but that's cheating).

    I'm not quite sure I understand your point about better code support in the future though, would you expound on that? Do you mean that this is the area where people are actively developing, so there will be better tools in the future, or what?

  9. Re:XHTML is a bad solution on Web Designer's Reference · · Score: 2, Interesting

    Namespaces do indeed rock. They make some tasks possible which were before impossible, and they provide a means to combine languages together in a way which wasn't possible before.

    However, XHTML (in it's current form) totally breaks namespaces, since the mimetype of the document is text/html and the user agent only expects (or rather, should only expect) to be receiving text/html content (instead of a mish-mash of XML dialects).

    I think namespaces are most useful (and powerful) in more controlled environment such as server-side applications (or even Ajax type stuff).

  10. Re:XHTML is a bad solution on Web Designer's Reference · · Score: 4, Insightful

    XHTML doesn't force you to do anything. I can make a page that passes a validator that's 8 nested tables deep that happily passed the w3c validator. There's absolutely no forcing there.

    The only thing that XHTML forces you to do is stop using the font tag. That's pretty much it. Everything XHTML can do HTML 4 does and does it better (cuz existing UAs grok its mimetype).

    The real promise of XHTML is the same as XML: being able to mix and match namespaces into a super-document. However, no user agents (except for some special builds of Mozilla) really accept embedded XML dialects (for an example, see SVG+XHTML on Mozilla's SVG site). This is changing in Firefox 1.1, but it won't have any real effect on the marketplace until the majority of user agents support it.

    Short version: XHTML disables the use of the FONT tag and some attributes that should be done in CSS anyway.

  11. Re:Gilding the lilly on Web Designer's Reference · · Score: 1

    The term's "semantic markup". Basically the notion is that using more descriptive tags can potentially tell user agents (be they browser or spider) a little bit more about the content.

    However, it's not solely in XHTML. The tags exist in HTML 4.

    I'm personally amazed that people talk so much about the strong and em tags so much when there's a ton of nicer introductions such as label and optgroup that get little to no press.

  12. XHTML is a bad solution on Web Designer's Reference · · Score: 4, Interesting

    I don't understand why designers and technologians keep preaching XHTML. It's at best a kludge. Until you start serving XHTML documents with the correct mimetype (application/xhtml+xml I believe) XHTML provides no benefits over plain old HTML (provided you stick to the spec). Until then, User Agents will continue to accept whatever crap you throw at them, and since you're not using real XML you won't see any errors (except for the rendering).

    I coordially invite someone to give me one reason why XHTML (in its current form, served as text/html or text/xml) is better than HTML 4.0 strict? Is closing my link and meta tags really that life-changing?

  13. Re:Going Out on a Limb Here... on Game Boy Micro Announced · · Score: 1

    While I think the SP is quite good, I do find myself wishing it had bigger buttons and d-pad. That being said, the micro probably uses the same size or even smaller buttons, but it still looks beautiful.

  14. Re:XMA was crap for a basis on How Lightsabers Work · · Score: 1

    I agree. I threw the XMA reference as a joke. My whole post was meant to be funny, not informative. Though I suppose that interesting might be an apt description. I'm pretty amazed it's gotten so modded up.

  15. Re:Cut, not Slash/Slice on How Lightsabers Work · · Score: 4, Insightful

    Well, since seeing Extreme Martial Arts on the Discovery Channel, I feel somewhat qualified to answer your post.

    Jedi do both cut and slice, depending on your point of view. If by cut you are referring to the act of swinging a blade in order to sever (which would seem to line up with Musashi's samurai style) and by slice you refer to the act of swinging a blade in order to damage but not sever, then I would say that Jedi do both.

    However, in my opinion, a slice by a lightsaber is fairly useless in the long run as any wounds incurred are instantly cauderized, so a prolonged fight would not bleed an opponent the way a traditional blade would.

  16. Re:(Organized) Religion is always a cash-cow on PlayStations of the Cross · · Score: 3, Informative

    "entirely non-violent"? Is this the same guy who fashioned a whip and drove salesmen out of the temple?

  17. Re:CSS support? on Implementating Transparent PNGs in IE7 · · Score: 2, Insightful

    Are you trying to break CSS with your markup there, or do you have a legitimate reason for making a table display inline? When you make an element inline and force it to contain non-inline children this kind of thing happens. It'd be the same as wrapping a table with a span and complaining that the span isn't being applied correctly.

  18. Re:Low end not dual processor on Apple Updates Power Mac Line · · Score: 1

    Wow. You're right. That sucks. Also, I guess it's 1/3 clock for the iMac as well. (mine's a 1.6 Ghz so 533 is the FSB)

  19. Re:Low end not dual processor on Apple Updates Power Mac Line · · Score: 1

    Front side bus speed is another factor there. The iMac has only 533Mhz FSB, whereas the Powermac has 1/2 the clock FSB (1.8 Ghz => 900Mhz FSB).

    But otherwise, yeah. For a totally different motherboard with more slots, faster FSB, Firewire 800 (which I WISH the iMac had), etc. is 200 dollars more.

  20. Re:This isn't the first project to have this happe on Can an Open Source Project Be Acquired? · · Score: 1

    So long as the code's easy to get involved with. Look at the Mozilla project, it's been fairly successful, but how many of its developers are non-Netscape people?

  21. Re:Unbelievable on Microsoft's New Mantra - It Just Works · · Score: 1

    I'm gonna go out on a limb here and say "Work on a Mac?"

  22. Re:maths? on BBC Reviews Hitchhiker's Guide to the Galaxy · · Score: 1

    "Maths" is a perfectly cromulent word (if speaking British English).

  23. Re:Modern Co-Op? on Review: Splinter Cell - Chaos Theory · · Score: 1

    Chill out man, he didn't mean to insult Bubble Bobble ;)

  24. Promotional Giveaways? on Ask 'Hitchhiker's Guide' Exec. Producer Robbie Stamp · · Score: 1

    Will moviegoers be treated to special movie-edition towels, or will our own be required for viewing?

  25. Re:Worst Submission Ever on Longest Chemical Name: 64,060 letters · · Score: 1

    Poor humorless bastard.

    May I suggest you edit your profile and remove the "It's Funny Laugh" section out of your homepage? I mean, humor is subjective and all, but smile and move on!