dw0rm's comments

dw0rm | 13 years ago | on: Show HN: Generate icon fonts from the command line

Unfortunately, I demand icon font being sharp at particular font size. Ideally, you could provide a set of eps/svg files with pixel grids and UPM (units per eM) generator setting for the desired font sizes (eg 16px, 20px, 24px). Is it possible?

dw0rm | 13 years ago | on: Mashable's Responsive Redesign

Unfortunately, I don't have the URL as I have erased browser history since then. But I tried again and didn't see this issue.

dw0rm | 13 years ago | on: Mashable's Responsive Redesign

When I hear about responsive design I always try to resize the window and see how the things rearrange. This one feels really slow during the resize, almost freezes the browser.

And just a couple of clicks have caused redirect loop.

dw0rm | 14 years ago | on: Instant Websites for Nonprofits | Bellstrike

Plus the search engines won't index their domain, and if in some case they had to move away from your service (I don't say they should, as the service seems to be rather cool) then they would loose their presence in search engines. This is a kind of tradeoff they should be aware of in the first step.

Ability to have custom domain name will solve this problem.

dw0rm | 14 years ago | on: IE9 deletes stuff

According to http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10...

    RFC 1945 and RFC 2068 specify that the client is not allowed
    to change the method on the redirected request.  However, most
    existing user agent implementations treat 302 as if it were a 303
    response, performing a GET on the Location field-value regardless
    of the original request method. The status codes 303 and 307 have
    been added for servers that wish to make unambiguously clear which
    kind of reaction is expected of the client.

dw0rm | 14 years ago | on: IE9 deletes stuff

I see your point. Although, I've been using 303 redirect for this purpose in my app after reading the specs, and haven't experienced any problems yet. So maybe you should consider switching to 303.

dw0rm | 14 years ago | on: IE9 deletes stuff

It seems that IE behavior is correct, and rails should return 303 redirect.

dw0rm | 14 years ago | on: Spin.js, a pure JS spinner

Are there any GIF loader generators that have all this options (speed, sizes, color) available? Could be good to use this as a preview, and then generate the final GIF.

dw0rm | 14 years ago | on: NYT Skimmer

From the layout selection, choose the one called "Stack".

dw0rm | 14 years ago | on: CSS Lint

I've been using paddings and left and right margins on inline elements and this tool tells me I can't.
page 1