Studio moh

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

Author Archives: Dylan Hafertepen

Hacking Porn Sites

…it’s fun, easy, and always makes me happy.
I don’t do any malicious hacking (that’s bad, guys), I just download everything. Real quick. Woosh.
I justify hacking as training me against the worst possible scenario for my own sites…and how I can develop more secure code.
…sigh, it’s just a reminder that you can never trust anything from [...]

RE: Nintendo’s Wii does photos

Click for movies of the Wii in action
I’m really digging the thumbnail-resizing effect… Kinda like what Microsoft MAX image viewer, or their new AJAX image search.

Why I hate MySpace

Making your own CSS styles is a nice (albiet butchered and terrible implemented) touch in MySpace.
In a normal web design workflow, you have something like this:
.modules {
background-color: #fff;
padding: 15px;
}
.modules p {
color: #aaa;
line-height: 150%;
}
In MySpace’s world, it’s more like this:

table table table table td, table table table table tbody td {
background-color: transparent !important;
padding: 15px !important;
}
table table [...]

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

First post

Just making sure this thing works. I didn’t want to deal with WordPress or some other bloated blog solution, so I quickly wrote my own. 12 killobytes of features include:

Threaded comments
RSS feeds
A simple folksonomy
Thorough HTML sanitization

Just something simple for my humble little website where I can blab about code, design and function.
Update: My 12kB blog [...]