CSS frameworks have gone responsive, squeezing content into a spectrum of desktop and mobile browsers with varying degrees of success. While any CSS solution for layout is preferable to nested tables, no single solution fits every website. But that hasn't stopped them from trying.
Sass makes CSS fun again. Sass is an extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more. It's translated to well-formatted, standard CSS using the command line tool or a web-framework plugin.
The practice of implementing responsive images is still in its infancy. We've seen a lot of ideas and suggestions for how it should be done and we're bound to see a lot more.
Enables any web page to become a rich object in a social graph. For instance, this is used on Facebook to allow any web page to have the same functionality as any other object on Facebook.
Google Cloud Messaging for Android (GCM) is a service that helps developers send data from servers to their Android applications on Android devices. This could be a lightweight message telling the Android application that there is new data to be fetched from the server (for instance, a movie uploaded by a friend), or it could be a message containing up to 4kb of payload data (so apps like instant messaging can consume the message directly).
0:00:00 Introduction to git
0:03:45 What is git
0:21:30 starting with git
0:29:00 Merging
0:32:00 git config
0:34:00 git structure
0:36:21 clone
0:38:00 example work flow
0:41:00 version numbers
0:50:15 merge
0:52:49 conflicts
0:56:00 re-integration merge - re-merging a branch
0:56:50 branching - trying an idea
0:58:11 deleting a branch
0:58:46 Sharing/remotes/push
0:1:04:50 fetch
0:1:05:43 pushing "other" branches
0:1:07:00 pull
0:1:08:40 graphical example of multiple people working together
0:1:10:23 log
0:1:12:40 log subsets
0:1:18:00 review
0:1:19:47 how to convince my boss to use git
Open Terminal.
Execute this command:
defaults write com.apple.desktopservices DSDontWriteNetworkStores true
Either restart the computer or log out and back in to the user account.
If you want to prevent .DS_Store file creation for other users on the same computer, log in to each user account and perform the steps above-or distribute a copy of the newly modified com.apple.desktopservices.plist file to the ~/Library/Preferences folder of other user accounts.