Viewing profile — mariusasdf
mariusasdf
HN member- Joined
- Wed, Dec 19, 2012, 4:33 PM UTC
- HN karma
- 7
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About mariusasdf
Recent public activity
-
comment
Comment #13617837
I'm a designer, and consider HTML/CSS/JS to be as good a design tool as any, perhaps even better than any CAD app. I use Sketch, Illustrator and Photoshop as needed for icons, illu…
-
comment
Comment #11448693
It's possible using nested elements and transform: translate(0, -100%) on the inner element. It's elegant enough for CSS, I suppose. (I'd make an example if I wasn't on my mobile a…
-
comment
Comment #11346476
Read the question.
-
comment
Comment #11270567
eslint is great. Through plugins it supports ES6, jsx, etc. Also, automatic code fixing.
-
comment
Comment #7839033
Ok, got you. If you use the "Create New" button in the top right corner, you get the option to create a "JS" project. The project template comes with jQuery pre-installed. However,…
- comment
-
comment
Comment #7838953
This reasoning seems fundamentally confused, so I feel like clarifying some concepts: On Runnable you can create basic client-side JavaScript files to be run in the browser (withou…