akvlad
|
10 years ago
|
on: Google’s look, evolved
akvlad
|
10 years ago
|
on: Ask HN: Why doesn't job entries in HN have discussion enabled?
I find those posts more like Ads within the site. They all seem to be Y Combinator sponsored jobs. It's in no way different than how twitter, facebook and instagram post ads in between content.
akvlad
|
11 years ago
|
on: Ask HN: Front-end “design patterns”?
For CSS architecture I thought SMACSS [
https://smacss.com/] by Jonathan Snook has really good design patterns that have been proven to be good throughout his many projects.
akvlad
|
11 years ago
|
on: UX Check
I'm curious to know how the author managed to take a screenshot of the site? I know there were methods to actually recreate the DOM via some 3rd party library. Not sure if things have changed with HTML5 or others means of doing it.
akvlad
|
11 years ago
|
on: Ycombinatoe.com
I know certain websites like google buy domain names which can easily be misspelled and redirect them back to google.com. For typos like gogle.com, or adding extra 'o' gooogle.com
akvlad
|
11 years ago
|
on: Sweet Alert for Bootstrap – Blends nicely with any Bootstrap based project
I agree this does look sweet, however this is not a replacement for alert. window.alert() is a blocking function, it prevents further code to be interpreted while the alert or prompt is open.
akvlad
|
11 years ago
|
on: Ask HN: SCSS/Sass vs. LESS
akvlad
|
11 years ago
|
on: How to learn new things using side projects
Well, it's also not a simple as you describe. You might have objects within the canvas that might also need to be resized, images, text, bg images, bounding borders, etc. All these things will need to be taken into consideration when being scaled or resized.
akvlad
|
11 years ago
|
on: How to learn new things using side projects
I was eager to learn about HTML5 Canvas, so I created a small project and learned a great deal while developing a lightweight canvas library, which hopefully others will also find helpful.
https://github.com/vladakilov/imagine
akvlad
|
12 years ago
|
on: Show HN: Isomer – An isometric graphics library for HTML5 Canvas
I've been working on something similar, it's a lightweight HTML5 Canvas library, easily add/remove objects on the canvas. It also has event handling for the objects.
http://vladakilov.github.io/imagine/
akvlad
|
12 years ago
|
on: Sprite Cow – Generate CSS for sprite sheets
For those of you who want a more developer friendly way of working with sprites, I would like to introduce you to Compass (
http://compass-style.org/help/tutorials/spriting/) Spriting. Along with using SASS, it will make creating and maintaining sprites a lot easier.
akvlad
|
13 years ago
|
on: Sergey Brin, Please Pick up your Paychecks
akvlad
|
13 years ago
|
on: Lorem Pixel
akvlad
|
13 years ago
|
on: Airbnb JavaScript Style Guide
akvlad
|
13 years ago
|
on: How 37 Popular Sites Used to Look
Sony looked pretty good for 1996 compared to the other big name sites.
akvlad
|
13 years ago
|
on: HTTPie: A cURL-like tool for humans
I was looking for something like this a while back and found a useful firefox plugin called Poster (
https://addons.mozilla.org/en-us/firefox/addon/poster/). It's useful for testing a RESTful api without creating any front-end code to handle the requests. Or anything you can do with cURL just simpler.
akvlad
|
14 years ago
|
on: Show HN: Codecademy.com, the easiest way to learn to code
Seems like a good app to get beginners started with learning to code. What stack is this built on? What language are you teaching with, is it javascript?
akvlad
|
14 years ago
|
on: Google Please Hire Me
He reminds me of Stephen Colbert.
akvlad
|
15 years ago
|
on: Book Review-- HTML5: Up and Running by Mark Pilgrim
akvlad
|
15 years ago
|
on: New York Times - Chrome version
It's not just for the chrome browser because it's built on HTML5 and JavaScript and can be used on any modern browser. I'm currently using firefox to view this "app" which is just a regular site, well it's actually a very clean & impressive design and great UI features. Some of the so-called apps in the chrome store are merely bookmarked links that go directly to the page, for instance the gmail "app". I'm having a really hard time to accept these as "apps"