Northwest Indiana web developer

Open Source Web Development with Muscle

I am a northwest indiana web developer with a passion for open source web sites and programs. I believe your website should not only function well but look enticing also.

Browse my blog

Web Design Books

Below are some of my favorite web design books. I think it is really good to get offline every now and then and enjoy a good book.

Mobile First

by Luke Wroblewski

ISBN: 978-1-937557-02-7
Paperback: 123 pages

Web Code & Snippets

I will scour the web or create my own brief snippets of code to share. I will try and post much of the code on git hub, jsfiddle, snipplr and so forth.

jQuery url encoding

        var uri="your url.php?name=stale&car=saab";
		document.write(encodeURI(uri)+ "");
        
Encode urls using jQuery