Path menu in pure CSS3
31–40 of 55 posts
Re: Path menu in pure CSS3
#32Earlier quoted context omitted.
i'm sorry, i don't understand who is competing or how this hurts Path. all i've seen are people being inspired by Path, saying as much, then cleverly recreating the effect for themselves. these same people turn around and share their own code with the rest of the world via blog post or GitHub. if anything this has helped spread the word about Path. this was how i first heard of them. throw in a bunch of people sharin…
> i'm sorry, i don't understand who is competing or how > this hurts Path. > > all i've seen are people being inspired by Path, saying > as much, then cleverly recreating the effect for > themselves. these same people turn around and share > their own code with the rest of the world via blog post > or GitHub. Looking at this from the perspective of Path, who have probably spent a fair amount of time thinking and conc…
I wouldn't have found out about Path without this post, so I imagine that Path are happy about the publicity. It looks like a cool app.
Re: Path menu in pure CSS3
#33Earlier quoted context omitted.
Well the code is on github - fork it and update it!
I don't understand the "you aren't allowed to comment if you haven't submitted code" sentiment.
There are a ton of people who like to bitch at open source developers about not including or fixing something and for projects like this tht isn't cool. This is just a guy showing off some cool thing he did. If you want to use it, have at it! Make it better? Contribute! Have a complaint? Go fuck yourself.
It's not meant for people who have constructive criticism or are just discussing the merits of the code or technique like us.
Re: Path menu in pure CSS3
#34Would it work on firefox if you just remove "webkit-" from the code?
s/webkit/moz/
I'd add that vendor prefixes are one of the best reasons to use LESS (or SASS or SCSS, I just prefer LESS). Write one mixin (6 lines of code if you line break between each property) and you've just saved yourself countless keystrokes.
Re: Path menu in pure CSS3
#35Earlier quoted context omitted.
s/webkit/moz/
I hope this isn't dumb but what does "s/Webkit/moz" mean? To answer the poster above you, it would work by adding "-moz-propertyname" not removing the "-webkit" stuff. Each browser will ignore the proprietary prefix that doesn't apply to them and then apply the CSS to any style that is prefixed for them or the official implementation. So you can put prefixes for all vendors in your rules and the browser will choose t…
Re: Path menu in pure CSS3
#36Can someone enlighten me as to why "pure CSS" is seen as the pinnacle of web design? It seems that for problems involving a computational element like this, Javascript would be much more concise and readable. Having said that, it is beautifully done.
Javascript is turing-complete. That's a /lot/ of power and that means that security-conscious users (especially given the proliferation of more-powerful JS apis allowing the possibility for exploits in file, GPU, etc. access, along with JIT-enabled exploits as opposed to the old simple interpreting) will have it turned off whenever possible. Using CSS for non-turing-complete interactions which are limited in their co…
Re: Path menu in pure CSS3
#37Earlier quoted context omitted.
i'm sorry, i don't understand who is competing or how this hurts Path. all i've seen are people being inspired by Path, saying as much, then cleverly recreating the effect for themselves. these same people turn around and share their own code with the rest of the world via blog post or GitHub. if anything this has helped spread the word about Path. this was how i first heard of them. throw in a bunch of people sharin…
> i'm sorry, i don't understand who is competing or how > this hurts Path. > > all i've seen are people being inspired by Path, saying > as much, then cleverly recreating the effect for > themselves. these same people turn around and share > their own code with the rest of the world via blog post > or GitHub. Looking at this from the perspective of Path, who have probably spent a fair amount of time thinking and conc…
All I was trying to say was that in the field of UI, it is very hard to innovate though very easy to copy, and I can't help but feel that's what's happened here.
Path have made a very sexy looking widget which definitely added that certain something to their application, and someone has copied their hard work and made it free for everyone to use.
Re: Path menu in pure CSS3
#38Re: Path menu in pure CSS3
#39Earlier quoted context omitted.
I don't understand the "you aren't allowed to comment if you haven't submitted code" sentiment.
Don't take it wrong. It probably just means that the author was nice enough to make it and give it for free and if you have a problem, try to fix it instead of acting like an entitled asshole and demanding X feature or bug fix for code you didn't contribute to and are using for free. There are a ton of people who like to bitch at open source developers about not including or fixing something and for projects like thi…
Re: Path menu in pure CSS3
#40Earlier quoted context omitted.
I don't understand the "you aren't allowed to comment if you haven't submitted code" sentiment.
Don't take it wrong. It probably just means that the author was nice enough to make it and give it for free and if you have a problem, try to fix it instead of acting like an entitled asshole and demanding X feature or bug fix for code you didn't contribute to and are using for free. There are a ton of people who like to bitch at open source developers about not including or fixing something and for projects like thi…