Hit enter to search or ESC to close
Joshua Doodnauth
  • Home
  • About
  • Blog
  • Development
    • Lab
    • Projects
    • Programming
    • Open Source
  • Contact
    Tag

    XRap Archives | Page 3 of 3 | Joshua Doodnauth

    JavascriptOpen SourceProgramming

    GUID generator in JavaScript

    Found two little functions in JavaScript to create a GUID function S4(){ return (((1+Math.random())*0x10000)|0).toString(16).substring(1); } function guid() { return (S4()+S4()+"-"+S4()+"-"+S4()+"-"+S4()+"-"+S4()+S4()+S4()); } Thanks to sj at…
    Joshua Doodnauth
    Joshua DoodnauthDecember 2, 2008
    Open SourceProgrammingXRap

    XUL File I/O: Write Files

    Writing files in XUL isn't that much harder than reading a file, in fact its very similar.  What a relief.  In my example I am…
    Joshua Doodnauth
    Joshua DoodnauthNovember 26, 2008
    DevelopmentOpen SourceProgrammingXRap

    How-to: Read Files in XUL

    After some weeks of procrastination and going nuts over other projects, I’m getting back to XUL and my XRap program.  I’ve been asked to change…
    Joshua Doodnauth
    Joshua DoodnauthNovember 25, 2008
    DevelopmentOpen SourceXRap

    Update: XRap 0.1 for Windows Release

    I've been working hard at cleaning up my code, getting the directories to work in XML, and cleaning up my code generator so that WiX…
    Joshua Doodnauth
    Joshua DoodnauthOctober 24, 2008
    DevelopmentOpen SourceXRap

    XRap 0.1 Release

    I have updated my link to my 0.1 release of the XULRunner Application Packager (XRap), it can be downloaded here.  Its still buggy, I am…
    Joshua Doodnauth
    Joshua DoodnauthOctober 20, 2008
    Previous 1 2 3

    © 2024 Joshua Doodnauth.

    • Home
    • About
    • Blog
    • Development
      • Lab
      • Projects
      • Programming
      • Open Source
    • Contact