Slashdot Mirror


User: advance-software

advance-software's activity in the archive.

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

Comments · 57

  1. Re:It's either WebGL or Flashblock on Microsoft Silverlight 4 vs. Adobe Flash 10.1 · · Score: 1

    You can run both versions if you want. 4B3 for experimenting with new tech & 3.6.x when you need to access plugins that haven't been ported yet.

  2. Re:WebGL is the future, though not the present on Microsoft Silverlight 4 vs. Adobe Flash 10.1 · · Score: 1

    Firefox 4 beta 3 supports WebGL. It's solid, stable & fast. Dump FF3.

    You need to set webgl.enabled_for_all_sites to true via about:config for now.

    Once you've installed & done that, try some of these :

      http://learningwebgl.com/blog/?page_id=1217

  3. WebGL on Microsoft Silverlight 4 vs. Adobe Flash 10.1 · · Score: 3, Interesting

    Ummm ... how are either of the above better than WebGL + natively JIT compiled Javascript ?

  4. Re:How important are JavaScript times? on WebKit Gives Konqueror a Speed Boost (Past Firefox) · · Score: 1

    WebGL enables implementation of 3D graphics engines in-browser in javascript.

    3D graphics engines must be fast in order to provide a fluid end user experience (60 fps).

    The WebKit js engine apparently compiles down to native (machine) code.

    Does the mozilla equivalent yet, or does it still run through a byte code interpreter ?

    This ain't about pages :)

  5. Re:Hmm, I wonder on After a Decade, Digital Radio Still an Also-Ran In UK · · Score: 1

    I bought a second hand Pure Bug for £10.

    No Planet Rock on FM.

    Liking DAB lots.

  6. Re:End of Firefox? on Firefox With H.264 HTML 5 Support = Wild Fox · · Score: 1

    Neither the browser nor HTML should not dictate what video format is used.

    On Windows, FF should use the DirectShow interface which decodes the stream (with hardware accelerated decode) using whatever codecs are installed.

    Application specific codec support is an unnecessary complexity & constraint. Please do this properly, Mozilla devs.

    This fork is a step in the right direction, but decoding via DirectShow (Windows) is the best solution. Other operating systems have generic codec interfaces too.

    Support could be included into the browser to automatically download & install codecs as necessary (for most users this should be the default configuration).

    Thanks for doing this - it's a step in the right direction.

  7. Re:Binary XML (library support) on Berners-Lee Calls For Government Data Transparency · · Score: 1

    > I assume in this context "plaintext" really means "XML" In this context plaintext does refer to XML including, but not limited to optimal XHTML compression, decompression & parsing. >And you can convert to/from binary format whenever this is required. Which (C/C++) libraries support binary XML serialization in EXI format ?