mdpatrick

Sign-up for an E-mail Digest
 

Posts Tagged ‘anki’

Fournova’s Fantastic Git Cheat Sheet

In Uncategorized on July 8, 2011 at 4:51 pm

I’ve been piling up flash cards for common use cases with git. I have them packed into my iPhone with the Anki program, and when I have some downtime (I.e. I’m waiting on someone or something) I flip through them. Actually, git is just one of my many decks on there.

I’ve found this really helpful personally, and in fact, I’ll probably release this deck to the public sometime soon. I’m always on the lookout when I’m learning things for little nuggets of syntax that would best be tucked away for rote memorization to make my life easier.

Enough of my meandering, the point I’m getting at is, if I find some common-use things that I hadn’t found in other tutorials that would make good flash cards I’ll note that as high value material to share with others. This is one of those examples. I found quite a few little “nuggets of syntax” here that I should have rote.

So without further ado…

Check out fournova’s git cheatsheet

CSS Nav Menu Styling

In Uncategorized on December 15, 2010 at 7:04 pm

Despite being simple I still haven’t got this burned into my memory and end up googling it more often than I should. I’ll be adding this to my anki deck later. These seem to be some good default menu styling and can serve as a nice starting point when creating a layout from scratch.

div#navbar ul {
list-style: none;
display: block;
margin: 0 10px;
}
div#navbar ul li {
float: left;
margin: 0 1.5em;
font: bold 1em Arial;
}

via.

Hide me
Sign up below to join my eNewsletter
join our mailing list * indicates required Email Address *
Show me