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

    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
    Open SourceSoftware

    Triple Web Threat

    While it may not be very interesting to the average Internet user, Lunascape may intrigue many web developers.  Basically its a Web Browser capable of changing…
    Joshua Doodnauth
    Joshua DoodnauthNovember 25, 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
    Previous 1 … 7 8 9 10 11 Next

    © 2024 Joshua Doodnauth.

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