HN user

envex

202 karma
Posts14
Comments101
View on HN
The iOS 7 review 13 years ago

Just in response to the touch/typing lag - You can remedy this by resetting your settings.

It's a pita, but it helped me in this situation.

This reminds me of the "I will not do your tech interview." post. [1]

There's a good chance if you're applying you're either a. unemployed, looking for a job, or b. you really want to work at stripe.

If you're passionate about what you do, you're going to enjoy designing anyways, so what better way to make you stand out than doing something that benefits the company you're applying for -- working on something you'd actually be working on.

Anyone can copy designs from dribbble to make themselves look like an amazing designer.

It's not like they're going to take your design, implement it and never reply to your email.

1. https://medium.com/lessons-learned/80ba19c55883

Psd.rb 13 years ago

That's true.

Ideally, you'd have to spend some time making sure your .psd is formatted properly instead of just 100 layers names Layer X.

Psd.rb 13 years ago

I feel like this could be used to automatically convert a simple .psd web layout to non-shitty HTML and CSS.

There is going to be some aspects of the design that can't be pixel perfect when it comes to a fully responsive site. This is because of the use of % based width to make the grid fluid.

If you're looking for pixel-perfect versions you're best off working with breakpoints and keeping the design rigid up until each breakpoint.

It's more work, but if you really want/need pixel-perfection then it's really the only way to go.

[dead] 13 years ago

There seem to be a few broken styles and I'd suggest you get rid of the inline js, but otherwise it seems to be running fine.

Just needs a coat of paint.

Seems easy enough to just edit the generated code to add your classes.

Also, shouldn't you be using headlines when headlines should be used instead of classes? Semantics and everything.

I'm not really sure how many plugins you're running, or even what type of things you're trying to do with your themes, but I work at a web dev company where WordPress is used for 95% of our clients and I haven't run into any issues using the auto updater in years.

Swipe 2 is now live 13 years ago

While it is just a demo, it's unusable unless you're on a mobile device.

If you're on a desktop, you're basically just sitting there watching it autoplay.

My main concern is the amount of typing especially when I'm just wanting to debug something with alert or console.log().

It seems like overkill for a function that's (mainly) used to debugging.

If you're going to build an alternative to something, it should be easier to use.

    alert("Your request has succeded!");
is way easier than
    $.globalMessenger().post "Your request has succeded!"