twincy
-
Sass comments weird.
now... if i only could get that executable it would be nice...
-
Sass comments weird.
sweet. never heard of it. will check. cheers! the LiveReload beta was dodgy. this might be an alternative, but i'm trying to use the command line as much as possible (though even Guard prevents it ;))
-
Sass comments weird.
tnx for answers, ppl! i'm using Guard on win7. i'll minify the css for production for sure, but at the moment it is set to :style => :expanded in my Guardfile. i'm using the SASS syntax (without the brackets/semicolons.) only if…
-
How to Choose Fonts Based on a Mood
u should probably talk to some artist (designer, painter) that knows about shapes and such. otherwise mark boulton knows his type :)
-
Sublime Text 2 - advanced new file, etc
ok. the best way is actually to add a new file with clicking on the folder and add it. lol.
-
expire headers
cheers, paulie! i'm not going after SEO stuff though. more like a 'best practices' approach. heard about the headers from paul irish in his html5boilerplate walkthrough video.
-
expire headers
one could say that i have a problem with static components being somewhat dynamic... ;)
-
Sublime Text 2 - advanced new file, etc
can't see anything that i don't do in the links u posted. just wanna be quick with the creation of files in a preset path that i can change when i want. i guess i just have to switch between the working project and have the asset files in …
-
Sublime Text 2 - advanced new file, etc
one solution i've figured out is that u can actually tab-complete the path. makes it faster to write out, but it would be nice to get it to "work like it should".
-
Dissapearing pictures (Firefox / Mac OSX)
"...and say no more about it." :D
-
IE10 - What do you think of it?
talking css, then so far i'm very happy that i can concentrate on other issues than 'worrying about IE'. conditional comments for older IE == no problemas. it feels like an important step that IE10 behaves more like the 'others…
-
Random padding on top and bottom of the code elements
hmmm. u have a line-height that might be the issue: code { font-family: 'Inconsolata'; line-height: 20px; }
-
Random padding on top and bottom of the code elements
now that is weird. the reset doesn't add anything to it.
-
Smartphones displaying site like it was months old.
hmm... i'd rewrite this totally :(
-
Smartphones displaying site like it was months old.
on my iphone4/safari everything is centered. videos and textboxes have 100% width. small stuff could be shuffled around a bit. maybe float the bigger ones right? the cat just flipped by the sudden music, btw... autoplay-video: off; ;)
-
quick RWD question...
if i start out with the mobile design and move up the screen sizes (320 and up-ish)...
-
quick RWD question...
i'm not talking big elements like a content area of +600px. more like smaller blocks. maybe max 250px in wide. 250px should be enough for even the smallest devices, right?
-
google calendar and iphone
found a good setup. outlook works fine. syncing with iphone in itunes works 2 ways. sweet. case closed.
-
Dissapearing pictures (Firefox / Mac OSX)
they dissapear for me too (Firefox / win7.) look at a page i just launched www.texmachine.be with a similar idea. only difference is they transform reversed (straight-to-tilted on hover instead). i cannot make my ones go away with the fast hovering…
-
Multiple Body Page ID's
...and with that, the discusion ended ;) "oh no! i need to learn even more before i can continue with what i just learned how to work with!" - ah. the stress of STARTING OUT WITH web development today... good that we have people like chr…
-
Animated PNG
damn. it's just what i need right now. u guys have an idea of alternatives to something like APNG? my client's customers are for sure mainly IE users.