Forum Moderators: open

Message Too Old, No Replies

Firefox on Playstation 3?

         

JAB Creations

3:18 am on Jul 25, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'm seeing this useragent hit my Adblock Plus subscription file...

"Mozilla/5.0 (PLAYSTATION 3; 1.00)"

I am in the dark as far as what the GUI even looks like much less what it supports for web surfing. What is the default PS3 browser, are other browsers capable of running on a PS3, if they are then are their agents overwritten? I highly doubt this though I am curious.

- John

tedster

3:46 am on Jul 25, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Here's a video from Gizmodo [gizmodo.com] of how the Playstation 3 browser interface works. According to their article, you can also plug in a USB keyboard if typing urls with the PS3 controller is too painful.

So far, I've also found these reports of the PS3 browser and user agent string:

The PlayStation 3 uses a version of the NetFront browser by Access Co. as its internal web browser. It is the same browser used in the PlayStation Portable (Sony-branded NetFront 2.81) with the same interface, menus and virtual keyboard.

[en.wikipedia.org...]

Recently I built a simple browser test page that I use with mobile device browsers. It displays the user-agent and http-accept headers sent to the server, and if javascript is available, loops through the list of supported mime types and plugins...

...the PS3 browser reports nothing except a user-agent of "Mozilla/5.0 (PLAYSTATION 3; 1.00)". Everything else is blank. The PS3 apparently does not send an HTTP-Accept header to the server. It supports Javascript but will not divulge which version. Finally, it reports no mime types, no plugins, and no Javascript errors.

[design215.com...]

Samizdata

9:10 pm on Jul 28, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I have made PlayStation specific content in the past.

The screen is a tolerable size to design for and the browser can handle HTML image maps, Flash 6 (using the Satay method), and RSS 2.0 (useful for delivering Mp3 and Mp4) as well as some JavaScript. The choice of fonts, however, is limited to the basic system styles, essentially serif or sans.

Detecting the user-agent with JavsScript and feeding it specific content is simple, and though the mere mention of "browser sniffing" may upset some readers here, I would recommend it in this case.

Designing content specifically for the device was interesting and fun, but I suspect that most webmasters here may have more urgent things to do...