Old Post Updates

Recently I’ve updated two of my older posts, I’d figure I’m make a proper post with the information

HTML5 Multi-File Uploader

You can view the source code up the uploader page now. If you don’t want to go back to that page it’s right here: http://fatfolderdesign.com/ex/multi-upload/upload.php.txt

Content load on Scroll with jQuery

In the comments I’ve replied to a request to view the load.php files source code, you can find that file here: http://fatfolderdesign.com/ex/scroll_load/load.php.txt

Thats all for now, I have some new projects in the works, if any of them ever get finished I’ll be sure to post them.

Implementing the WordPress media uploader into your plugin.

If you going to be making a plugin that requires files, particularly images, to be uploaded than using the default wordpres media uploader is a great idea. Not only does the wordpress uploader take care of all the work for you it also has a bunch of extra features like cropping and sizing, and allow for selecting files already uploaded. Implementation isn’t particularly difficult either. Continue reading “Implementing the WordPress media uploader into your plugin.”

Perfect PHP .htaccess rewrites

For quite a while I experimented with various .htaccess system to give me PHP both neat and, more importantly, SEO friendly URLs. Some systems have worked better than other, but not until recently did I find one that I really like. It’s incredibly straight forward and gives you amazing flexibility. I won’t be keeping it to myself though, heres what I feel is the perfect .htaccesss rewrite system. Continue reading “Perfect PHP .htaccess rewrites”