So, I made curry tonight, and it gave me a really good idea:
What options does a non-English speaking user have when visiting an English-only website?
My server logs tell me they use Babelfish.
The problem with Babelfish (or any net-translator) is that it breaks the website. It pushes it through a Find-and-Replace dictionary of terms that completely [...]
December 9, 2007 – 6:22 pm
I’m considering replacing the current paginated results when you browse with this FAP Forever style of browsing.
Thoughts?
FAP Forever
December 9, 2007 – 6:21 pm
My Apollo/Flex mass upload tool was taking too long to code, so I sat down and made this simple mass upload tool for FAP.
The tool I’m working on in Apollo/Flex will let you select an entire folder and upload that to FAP. Until then, please enjoy Mass FAPloader.
December 9, 2007 – 5:51 pm
fAPI has been getting a lot of attention since I released it!
Inspired by all this activity, I created Recommended FAP. Enter your username, and it finds works that you will like based on your favourites.
September 13, 2007 – 2:32 pm
The new jQuery release has me super excited. With features like partial loading and remote JSON (oh god, finally!) and simultaneous animations.
I’m absolutely ecstatic.
August 16, 2007 – 12:09 am
I was playing around with my API for FAP and made a very simple, 7kb, browser-based mass upload tool. Permissions and authentication are verified with JSON on the client side and files are uploaded using a plain POST request. Easy enough.
The problem came when I was trying to get my script to POST to the [...]