Koopa
-
[UPDATED: First Look] I am building a sass compiler and project manager for windows.
I'm looking forward to check it out ;) It seems very clean and simple to use
-
How to take "responsive screenshots"
It would be nice to know which Os you are using. Personally I use an app named Papparazzi! on Mac OS X
-
Automatic git pushes
Or check out http://www.sourcetreeapp.com, that's pretty much the same for free
-
Automatic git pushes
@traq Sounds logic, but how to work with databases in all this stuff?
-
Automatic git pushes
Well I had usually the habit to edit the files directly on the server but I thought it would be nice to use git in some way to get the project version controlled. So I thought this would not change anything to my habit but I get some nice features …
-
Please review my first site
Same impression than siouxfan45: your logo should be at a higher resolution. Everything else looks good, very clean and organized.
-
Please review this mock-up
I quite like your design. But you should scale down the 4 images in the center of the page for small resolution, otherwise they stretch the site
-
Get into version control
Hmm I noticed that there is a git integration in Coda 2, but I don't understand yet how that's working :(
-
Responsive Menu
Quite simple :) but that solves only half of the problem, because the margin-top isn't set back to 0px
-
Strange nameserver problem
I got the same problem myself. I changed the hosting server yesterday and to do so I change the nameservers on godaddy.com. It's weird because on my computer my domain still points to my old server. But on all other computers it seems to work r…
-
SASS/LESS slower than CSS ?
Thanks CssGenie, I always thought Sass would be preprocessed like Less.
-
SASS/LESS slower than CSS ?
Yes it's clear that it will only make a difference when it is processed on the server.
-
Can't get Css Menu effect on hover
You should post the code or a link instead of a picture...
-
CSS Menu Slider for Mobile Devices - Collaboration
I would prefer to have a js fallback for the browsers which do not support transitions.
-
hover pics displays multiple
People could better help you if you post a link or if you make a reduced test case on Codepen
-
Invisible text
All mobile devices support HTML5, so it could be due to a specific HTML 5 tag. Happy Christmas :)
-
CSS for styling form input on iPad/iPods/iPhones
There is only -webkit-appearance: none; working at the moment, other browsers will perhaps support it in the near future.
-
Get single elements out of Twitter Bootstrap
Yes I saw that. But I came to the conclusion that I should better ignore such frameworks and I build up my new site from scratch as I usually do ;) On the other side it shows that web designers and developers won't become redundant :)
-
Critique my new website + Sticky Footer Problems
There you find the solution http://ryanfait.com/sticky-footer/
-
onchange attribut on custom dropdown menu
Yes I know but this does not replace the onchange attribut because with that callback you can't make any difference between different dropdowns
-
Problems with cross-browser appearance (Font rendering & background brightness)
Only the font rendering bug is left :)
-
Problems with cross-browser appearance (Font rendering & background brightness)
-webkit-font-smoothing: antialiased; brings no improvment and I actually linked the wrong pattern, it is not the same as from subtle patterns.com, I darked it up using Photoshop... Quite strange all that stuff... I will try JPEG perhaps PNG is goi…
-
Problems with cross-browser appearance (Font rendering & background brightness)
Thanks for your reply. No, i'm using the same computer for testing which is running OS X Mountain Lion And there's only 1 CSS
-
Problems with cross-browser appearance (Font rendering & background brightness)
http://codepen.io/Koopax/pen/Ldxeu I already tried to use an svg for that purpose that there also a rendering problem :(
-
Problems with cross-browser appearance (Font rendering & background brightness)
yes it is but why thats a problem?