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

    Joshua Doodnauth

    DevelopmentOpen SourceXRap

    Updated XRap version 0.5 for Linux

    Here is my latest release of XRap (XulRunner Application Packager), this one is for packaging on Linux. This is a very rough release for me,…
    Joshua Doodnauth
    Joshua DoodnauthFebruary 17, 2009
    DevelopmentOpen SourceXRap

    Fun with Autotools and XUL

    In my quest to create a packager for XULRunner apps, I figured I should use the Autotools to package up the app and distribute it…
    Joshua Doodnauth
    Joshua DoodnauthFebruary 12, 2009

    Found a collection videos on how to make your everyday photographs look a little more professional.  I found them useful, maybe you will too.Better Digital Photos from CNET TV

    LinuxOpen SourceProgrammingXRap

    Dissecting the Linux Filesystem Hierarchy Standard

    While trying to figure out where and how I am going to install XULRunner apps on to a Linux system, I realized a little nugget…
    Joshua Doodnauth
    Joshua DoodnauthFebruary 2, 2009
    DevelopmentOpen SourceXRap

    XRap Version 0.4 Release

    XRap has been making use of a great program called WiX, which is used for packaging applications to deploy on the Windows platform.  The only…
    Joshua Doodnauth
    Joshua DoodnauthJanuary 24, 2009
    DevelopmentOpen SourceXRap

    XRap Version 0.3 Windows Released!

    Well its been a long time, a lot of reading, and a lot of learning (JavaScript and XUL), but I've managed to finally change over…
    Joshua Doodnauth
    Joshua DoodnauthDecember 13, 2008
    Blog

    What is the Best Star Trek Series? Vote Now!

    I've been thinking for sometime on a poll to create, and finally after a post I made a couple weeks ago on the new Star…
    Joshua Doodnauth
    Joshua DoodnauthDecember 12, 2008
    DevelopmentJavascriptOpen SourceProgrammingXRap

    Run External Apps using XPCOM Interfaces

    I thought it was impossible to run a program outside my XUL app, mainly because of some kind of JavaScript restriction. There are client-side restrictions…
    Joshua Doodnauth
    Joshua DoodnauthDecember 4, 2008
    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
    Previous 1 … 7 8 9 10 11 12 Next

    © 2025 Joshua Doodnauth.

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