Tag: webdevelopment

Here you can see a listing of all the posts tagged with webdevelopment on this website.

  • S5 is no longer a one-man show

    Posted on July 23, 2006 at 15:41 +0200 Tagged with , , , , ,

    Eric Meyer's web standards based presentation system S5 seems to be about to move out into its own project home with s5project.org, set up by Ryan King. The aim seems to be to offer all S5 users a community platform for sharing information and customizations.

    And for those of you that don't know S5 yet, think about it as PowerPoint in your web browser using XHTML, JavaScript and CSS.

    For more details about what is going on with S5 and what is planed for the near future, check out the announcement by Ryan King :)

    Hmm.... that somehow reminds me that I was actually working on an "Alternatives to PowerPoint" article when I wrote a paper a month or so ago ...

    [more ...]

    0 comments

  • FireBug 0.4

    Posted on May 26, 2006 at 05:55 +0200 Tagged with , , , ,

    Damn, that's what you get when you don't subscribe to each and every RSS/Atom feed you might be interested in :) Two days ago Joe Hewitt released version 0.4 of his Firefox extensio FireBug which I was really looking forward to to. But now it is here :D

    [more ...]

    0 comments

  • js_include

    Posted on May 9, 2006 at 17:15 +0200 Tagged with , , ,

    J Wynia has written a nice little include function for JavaScript basically embedding the included-script nicely into the head element of the displaying HTML page. So all you have to do is puts something like js_include('path/to/file.js'); into one of your already "installed" JavaScript files. Definitely much nicer than dothing something

    [more ...]

    0 comments