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

    Programming

    DevelopmentOpen SourceProgrammingXRap

    Having a Dialog with the nsIFilePicker

    Probably once of the most simple but useful interfaces that I have come across is the nsIFilePicker. This interface will allow the end-user to use…
    Joshua Doodnauth
    Joshua DoodnauthFebruary 20, 2009
    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
    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
    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
    ProgrammingUbuntu

    Installing PHPUnit on Ubuntu 8.04

    You need to get the latest release of PHP $sudo apt-get install php5 To get PHPUnit you need to get the PEAR installer, which is…
    Joshua Doodnauth
    Joshua DoodnauthNovember 5, 2008
    ProgrammingWindows

    Installing WAMP and PHPUnit on Windows

    Download and Install WAMP Once you have installed and setup WAMP, open up the command prompt and go to your php directory in WAMP C:\>cd…
    Joshua Doodnauth
    Joshua DoodnauthNovember 5, 2008
    Previous 1 2

    © 2024 Joshua Doodnauth.

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