beautifulcode / tags / javascript

Tagged with “javascript” (6) activity chart

  1. Frontloaded and zipped up - do loose types sink ships?

    Christian Heilmann’s presentation from FullFrontal 2009.

    How do we keep JavaScript safe when browsers don’t really distinguish between different sources and give them all the same rights? Why do we still judge the usefulness of JavaScript by how badly browsers speak it? Learn about some environments you can use JavaScript in securely and marvel at the magic and annoyances that are technologies that try to put a lock on the issue of JavaScript security.

    —Huffduffed by beautifulcode 3 years ago

  2. Profiling Dynamic Web Applications with Firebug

    Do you remember how frustrating it can be trying to track down that missing semicolon or misplaced closing bracket? You probably already know this, but sometimes the difference between minutes and hours lost can be the quality of tools available to you. According to John J. Barton, if you’re programming dynamic web pages with Javascript and are using Firefox as your browser, then you definitely want Firebug in your toolbox.

    Firebug is an open source add-on that integrates with Firefox to put a wealth of web development tools at your fingertips while you browse. Using Firebug, you can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page.

    In this short tutorial, Barton explains how to use Firebug’s JavaScript profiler to measure the performance of a web page. With performance information available, he then illustrates how to use Firebug to identify performance bottlenecks. To conclude the tutorial, Barton uses Firebug to demonstrate the performance improvements gained from the changes made using Firebug.

    —Huffduffed by beautifulcode 3 years ago

  3. Even Faster Web Sites [SxSW 2009]

    Steve is the author of High Performance Web Sites and the creator of YSlow, the Firebug extension. Now working at Google, Steve discusses the next set of best practices he’s developed, including advanced techniques for loading JavaScript, where not to place inline scripts, and the importance of using multiple domains to improve web performance.

    Slides here: http://www.slideshare.net/souders/sxsw-even-faster-web-sites

    Steve Souders, Google

    From http://2009.sxsw.com/taxonomy/term/44?page=2

    —Huffduffed by beautifulcode 3 years ago

  4. Eric Freaking Meyer

    In issue #26, we speak with Eric Freaking Meyer about CSS, Web Standards, Google IO, the Death of IE6, Javascript and the web as a platform.

    http://www.creativexpert.com/2009/06/15/eric-meyer-26-the-css-ninja-pirate-tells-all/

    —Huffduffed by beautifulcode 3 years ago

  5. Jeremy Keith on Ajax design considerations

    Jeremy Keith from Clearleft discusses his session at 2008’s UI13 conference called Ajax Design Considerations that Tim attended. What do UX professionals need to know about Ajax to best make use of it in websites and web applications? And why is Jeremy’s title at Clearleft currently "Lineman for the County"?

    From http://www.designcritique.net/index.php?post_id=531611

    —Huffduffed by beautifulcode 3 years ago

  6. Browser Wars III: The Platform Wins

    We’re doing so darn much with the Web platform these days, from cross-domain access mechanisms to new drawing and graphics tools. But in the end, we still have to deal with different web browsers. This discussion brings the leads from Mozilla (Firefox), Microsoft (IE), Google (Chrome) and Opera (Opera) together for yet another incendiary discussion about the future of the web.

    Skip to the end if you you want to hear the good stuff.

    From http://www.sxsw.com/node/1632

    —Huffduffed by beautifulcode 3 years ago