For those of you using the [d]online Flash File Uploader, a recent blog comment requested that the output directory change the sort method to be alphabetical. The changes from version 3.2 are quite simple, particularly if you have a PHP guru like Mike working for you. Read more
download
Simple 8×8 Icons
I made these simple 8px x 8px icons for the new era404 portfolio site, due to launch this month. They’re fairly simple, clean and monochromatic so as not to detract from the corresponding links or messages. If you like them, grab an archive of them, here.
Vector Scrollbars
I consistently needed a standard vector scrollbar for the browser in UI/UX mock-ups in Adobe Illustrator as I got tired of creating screenshots and tweaking lengths in Photoshop. If you do, too, grab this zip. It includes the CS4 .AI, .EPS and .PDF version of both the horizontal and vertical scrollbar. You’re welcome. I’m also thinking that someday it might be beneficial to create a vector version of the mouse hand and arrow, though I’m debating whether I should keep the stair-stepping of pixelation at that size, and how best to handle the drop shadows. If anyone has a suggestion, let me know what you think.
Handmade Fonts
If you haven’t gotten a chance to see the site, I suggest you do. Some amazing, creative and crafty work that puts the rest of us digital font designers to shame.
Flash File Uploader – Allow All Filetypes
A [d]online reader recently requested that the Flash File Uploader allow provision to upload all filetypes. And while I’d previously decided against such an option—due to security/malicious action issues, this was not the first time I received such a request. In fact, since the uploader was created a few years back, I’ve gotten dozens of requests for this feature. As such, I’ve decided that my disclaimer for downloading the uploader should adequately cover me from any litigation and wrote the feature into the latest version of the uploader.
For people wishing to just use the uploader without understanding the changes, simply add “all” as an item under the extensions flash variable in the swfobject embed code:
fo.addVariable("types", "video|text|pdf|audio|archive|office|image|all"); |
For those that wish to know the changes, the Flash loop that adds the array extensions to the “allowed” list also looks for the “all” option and changes a variable to true, if all filetypes are allowed. This is then passed to “upload.php” and skips the extensions test. Lastly, it’s passed to index.php to properly display the success message.
For your convenience, the link is the same as the last one.
Comments and feedback always welcome. Thanks again, Mike, for the assistance and to all the [d]online readers and commenters for your interest in the FFU and readership.
Complete FLA, PHP and file structure source files with options for Custom Directories, File Name Rewrite (with bugfix), international characters and “Allow All”.
Flash File Uploader – Ïñtèrñàtíðñàl Çhàråçtêrs
A [d]online reader pointed out my ethnocentricity recently, in that the Flash File Uploader, which I’ve offered for free for years, did not include any functionality for retaining accents for international characters. This has been fixed and re-uploaded in a new .rar file of this project. For your convenience, the link is the same as the last one.
Comments and feedback always welcome. Thanks again, Mike, for the assistance and to [d]online commenter, Gerald, for pointing this to my attention.
Complete FLA, PHP and file structure source files with options for Custom Directories, File Name Rewrite (with bugfix) and international characters.