FatFolderDesigner


Member since 11/22/2010

Name: Phillip Gooch

Location: Seattle, WA

Website: www.fatfolderdesign.com

Website Programmer/Designer working on PHP/JavaScript. I also have a little blog where I talk about what web-things I\'ve programmed that week, and dislike typing bios.

Also, The languages feature of the profile page does not work in chrome as of version 13.0.782.112, I could fix that, and theres an escaping slash problem in the bio field, I could fix that too.

4 snippets

4406 profile views

1 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

FatFolderDesigner's Recent JavaScript SnippetsTagged jquery



« Prev 1 Next »
Usually when working with form you use a server to handle it, and if your doing it entirely in javascript no reload is required, but what if you wanted to take the information and use it in a javascript on another page, completely client side. I had...
0 917 posted 12 years ago by FatFolderDesigner
This bit of jquery will take whatever you give it in the selector (which should be a valid jquery selector of any kind) and add or remove additional classas as appropriate based on width. The width and style names are all determined by the last i...
0 694 posted 12 years ago by FatFolderDesigner
This is just a simple explanation of how to use the HTML5 local storage in javascript. The link has a more thorough explanation and an example for those interested. The examples to save, retrive, and clear are marked below.
0 592 posted 12 years ago by FatFolderDesigner
This is a simple example of the google maps javascript API v3. If you want a map with a marker this is the minimum you need to do to get it done. Theres more talk about how it's all set up, and how to use the other static image map as well at the lin...
1 769 posted 12 years ago by FatFolderDesigner
« Prev 1 Next »