Studio moh

e-mail Dylan
dylan@studiomoh.com
Or Call
831-295-3824

Tag Archives: javascript

Curry gives me the best ideas

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 [...]

FAP Forever, HTML redux

I’m considering replacing the current paginated results when you browse with this FAP Forever style of browsing.
Thoughts?
FAP Forever

New toy: Mass FAPloader

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.

A Recommended FAP

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.

jQuery 1.2

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.

Practical XSS

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 [...]