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.

10 snippets

4409 profile views

1 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

FatFolderDesigner's Recent PHP Snippets



« Prev 1 Next »
It's a 3 part process, first is the PHP that you need to run, which includes the appropriate scripts and styles into the admin header, then you need an html button and input field to put the stored value in, then you need some jQuery to open the popu...
0 667 posted 11 years ago by FatFolderDesigner
These two snippets together, the first in the .htaccess file, and the second in your PHP create an elegantly simple solution to arbitrary URLs with php. For a breakdown and example check out the link. Don't want to follow the link, how about the q...
0 739 posted 11 years ago by FatFolderDesigner
This needs to be run on an action, or at least I wanted able to get it to run outside of an action, I suggest template_redirect. More information at the link.
0 663 posted 12 years ago by FatFolderDesigner
Navigating the DOM in jQuery is incredibly simple and thats to phpQuery you can do the same in php. Below are some examples of how it's used, the key change bing that instead of $() you use pq(), and instead of a . you used ->. Theres alot more detai...
0 812 posted 12 years ago by FatFolderDesigner
With this file you can load stylesheets and minify the code while changing colors. The stylesheets are loaded using file_get_contents and you can attach them one after another if you have multiple sheets. The colors are replaces based on a variable t...
0 670 posted 12 years ago by FatFolderDesigner
Just a short little script that takes a mysql query and turns it into a csv file that downloads automatically. If your interested in the details you can hit up the link.
0 716 posted 12 years ago by FatFolderDesigner
Instead of requiring the loop.php file in your custom themes you can use there two functions, placed in your functions.php file to not only automatically include it, but make a dead simple to filter sections out on a page by page basis negating the n...
0 539 posted 12 years ago by FatFolderDesigner
Traditionally when you have lost lists of dat you want to alternate rows for usability. The first thing everybody makes to fix this is a simple if statement loop, but this adds a number of lines and is hardly a clean solution. Additionally it require...
0 641 posted 12 years ago by FatFolderDesigner
Uploading multiple files at once used to be strictly in the realm of flash or required javascript to crate multiple upload forms as needed. The first method has the problems with the general incompatibility of flash. The second, well, it's a very low...
0 897 posted 13 years ago by FatFolderDesigner
After an attempt to more a live site to a personal server for further work I ran across the problem of a mix of absolut and relative links making the local copy not work. Not wanting to manually have to change every single absolute to a relative (bec...
0 578 posted 13 years ago by FatFolderDesigner
« Prev 1 Next »