Use delay. Handy.
For instance, pull overlay’s z-index to top layer when it’s summoned, before it starts barging in, and dump it back to bottom when it’s done animating itself into vacuum.
Use delay. Handy.
For instance, pull overlay’s z-index to top layer when it’s summoned, before it starts barging in, and dump it back to bottom when it’s done animating itself into vacuum.
With the amount of documents that go in and out of my kindle, the documents folder is constantly left in a rumpled state–the book record *.sdr
files scatter all over the place. I wonder why the kindle system can’t just delete the record file when the book is deleted?
Finally I decided that I’ve had enough of deleting and wrote a ruby script to deal with the mess.
Pure CSS solution. No need for overflow: hidden;
on body, which automatically scrolls everything to the top. Make use of overflow: auto;
instead.
This Guide to Self-teaching AngularJS Trilogy is for a friend who wants to learn AngularJS from zero. The question was, “Which tutorial should I follow?”
None of them.
Reading tutorials and watching videos is passive, therefore rather ineffective and less fun. If you’re a strong self-learner, what you need is not tutorial, but a guide to doing research on your own. Here it is.
Turns out Firefox doesn’t work well with a lot of things. :/
:-moz-placeholder { /* Firefox 18- */ color: #aaa; font-size: 18px; } ::-moz-placeholder { /* Firefox 19+ */ color: #aaa; font-size: 18px; }
<div flex="50"> <p>looooooooooooooong content</p> </div>
When white-space: nowrap;
is used, simply putting overflow: hidden;
on <p> is not going to stop it from conquering the parent div and overflowing all over the place. Even if the div has a flex-basis: 50%;
to protect itself. That div is going to need a overflow: hidden;
too.
Nice job, Firefox 34.0.5.
For one thing, Charles can’t be turned on before VPN. So closing VPN after turning on Charles won’t work either. Sometimes Charles doesn’t work with VPN at all.
I just got back from a film called Tomorrowland. I haven’t had this feeling in a long time. The feeling I get when I read Atlas Shrugged. When I read Disney’s biography.
The people.
Nothing fascinates me more than the possibility of future. What would happen? Economically? Socially? Technologically? Future’s good? Brilliant, what can I do to help? It’s bad? Crap, what can I do to help?
And what would I not give to live surrounded by people like Walt. People who draw out their prospects and make them happen. People who are curious about the world and go explore. People who are fascinated by amazing possibilities and then go about creating reality.
Building for a better tomorrow, today.
This is really, really nice. Flex. I like it.
How to get a sticky footer when the content is short, and a not-sticky one when it’s long? With pure css. Check it out: Code/Demo.
This is a nice list to keep for reference somewhere: