strages
-
does or doesn't media query prevent font loading?!?
exactly, for me it was the same.. anyone else? cause if thats true, the article has a false statement in it , isnt it? of course alternative methods are nice too! :)
-
deployment like beanstalkapp by using github
to answer my own question in someway: found this gist used by paul irish Deploy your site with git
-
No 100% width with Modernize?
Hey I dont know if this is the right solution, but it works as far as i can see. put on all the elements from header up to html (so only parents, and the parents from the parents up to html itself), a width:100%; then it will work. gl
-
Navigation sub menu issue in IE8
mmh it looks like you're fighting against yourself still within the css. I can see that from: z-index: 10 !Important; and visibility: hidden; That's of course the whole challenge, finding out why something isn't working. fixing …
-
Responsive Website not working
a good thing to add is to start of with a boilerplate such as html5boilerplate or mobile html5boilerplate http://h5bp.com
-
Anythingslider: If the user click to fast on the arrows
mmh, i am not really a js guy, however I think you can figure something out with a set time out function or a delay... it may help other people help you out if you are more specific what you are controlling with the function of the slider. Is it cs…
-
deployment like beanstalkapp by using github
can that be done on any server? mmmh.. the simplicity of setting this up on beanstalk should also be possible with github! :O
-
deployment like beanstalkapp by using github
thanks @SgtLegend I am going to read through in a moment. Does this have the same functionality as on beanstalk? when i push for example a new master branch update, github will push the new files to the server?
-
Backup solutions after deployment
I am looking for solutions for both actually, so I know what my options are in both circumstances: normal servers, nothing special no git, no ssh etc etc, however with databases dedicated servers like on media-temple data amount will be small ove…
-
STATUS on true live editing code
oops, codekit does it sort of with live style injection ;) my bad
-
STATUS on true live editing code
yep but that isn't the "instant" updating I am taling about ;)
-
STATUS on true live editing code
got some new info on this one: got to try out http://getedge.io/ this together with anvil for mac, is a really nice and quick environment for testing out sass :) ah and know that this is instantly updating without saving or refreshing the page. …
-
STATUS on true live editing code
...and if wishes were horses, beggars would ride. :) haha! That's what I call "room for improvement?" .... pretty plz :P
-
STATUS on true live editing code
@mottie yes of course, but this isn't live editing. The iframe with the result will refresh. Not that it isn't freaking awesome! Curious what the new enhancements will be! @Paulie_D Yep true, didn't mention this. However brackets onl…
-
Problems newest release google chrome 23.0.1271.64 on mac?
mmh.. still have one issue.. i got a background at the top that is hidden behind another element which has a background-attachement: fixed; I cannot use the same trick for that one and it becomes white when I am scrolling back up when i went past my…
-
Problems newest release google chrome 23.0.1271.64 on mac?
You are my new FAV person!
-
Problems newest release google chrome 23.0.1271.64 on mac?
erhm that's like exactly it. what happens at the moment is the following: my sticky nav isn't immidiately sticky. it becomes sticky whenever the top of the window reaches a certain element. Then it becomes sticky. at that moment it dissa…
-
Automatic Typekit Webfont FOUT preventing through LESS, HELP :)
thanks for your answer, but I am using the advanced asynchronous script. However this creates the FOUT and to prevent that custom css is needed. Less has some serious capabilities to automate this process. With that I would love to get some help. s…