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

    JavaScript Archives | Joshua Doodnauth

    Getting Started with HTML5 CanvasCanvasDevelopmentHow-toHTMLJavascript

    Getting Started with HTML5 Canvas

    The HTML5 Canvas element allows developers to create 2D drawings and animations in their web pages and apps through Javascript. There are many different applications…
    Joshua Doodnauth
    Joshua DoodnauthApril 1, 2014
    Resource interpreted as Script but transferred with MIME type text/plainDevelopmentHow-toJavascript

    Resource interpreted as Script but transferred with MIME type text/plain

    Still getting some issues with development on my new computer, this one has to do with JavaScript files. Background Some background on what I have…
    Joshua Doodnauth
    Joshua DoodnauthFebruary 8, 2013
    DevelopmentJavascriptLab

    Experiment: Javascript Connection Speed Test

    Page loading is an important metric to track for any web developer, having poor load times can decrease user experience, increase abandonment, and wreak havoc…
    Joshua Doodnauth
    Joshua DoodnauthJanuary 3, 2013
    DevelopmentHow-toJavascriptLab

    How to: Minimal jQuery Tabs

    Tabs are a great way to organize related information into a space on your webpage.  They offer a familiar user interface to the user, where they can…
    Joshua Doodnauth
    Joshua DoodnauthDecember 19, 2012
    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

    © 2024 Joshua Doodnauth.

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