- Dialogues with Marcel Duchamp - Pierre Cabanne
- Blurry - Dash Shaw
- The Collected Stories of Philip K. Dick volume 5: The Eye of the Sibyl - Philip K. Dick
- Mister Miracle - Tom King, Mitch Gerads
- What Can a Body Do? (Audiobook) - Sara Hendren
| <?php | |
| /* | |
| --------------------------------------- | |
| Custom Routes | |
| --------------------------------------- | |
| */ |
| #!/bin/bash | |
| # Execute via: ./set-project-perms.sh PROJECT_NAME | |
| # The paradigm is the entire project dir is owned by $CHOWN_USER with the group set to $CHOWN_GROUP | |
| # $CHOWN_USER is an admin or user account that is used to edit files/templates, etc. | |
| # $CHOWN_GROUP is the group of the webserver (e.g.: 'apache', 'nginx', 'httpd', etc.) | |
| # The project dir permissions are set to 755 (-rwxr-xr-x) for directories and to 644 (-rw-r--r--) for files | |
| # The permissions to $DIRS[] that need to be writeable are set to 775 (-rwxrwxr-x) for directories and | |
| # 664 (-rw-rw-r--) for files. Add any assets directories, etc. as necessary. | |
| # Change $BASE_DIR to the absolute path where your websites are stored (leaving it appended with '/$1') |
| /* | |
| Purpose: add custom column header and custom column content to respective custom header in Manage Category Editing Page | |
| Version Tested: 3.8 | |
| Story: | |
| Because I found no explanation nor documents in Wordpress.org, I tried to trace the code in wp-admin folder | |
| after understanding the operation of apply_filter(), add_action() and add_filter() | |
| Logic: | |
| The table list in edit_tag.php is based on |
| Battery Power: | |
| lidwake 1 | |
| autopoweroff 1 | |
| autopoweroffdelay 14400 | |
| standbydelay 900 | |
| standby 1 | |
| ttyskeepawake 1 | |
| hibernatemode 25 | |
| darkwakes 0 | |
| hibernatefile /var/vm/sleepimage |
Craig Mod does a bigger overhaul with Twitter for Minimalists, but this will only do the following:
You can add this CSS in Safari with this extension. The URL to target is twitter.com/*.
cd ~/Sites
git clone git://github.com/Varying-Vagrant-Vagrants/VVV.git vagrant-local
vagrant plugin install vagrant-hostsupdater
vagrant plugin install vagrant-triggers
brew install bradp/vv/vv
“I perfectly understand our CSS. I never have any issues with cascading rules. I never have to use !important or inline styles. Even though somebody else wrote this bit of CSS, I know exactly how it works and how to extend it. Fixes are easy! I have a hard time breaking our CSS. I know exactly where to put new CSS. We use all of our CSS and it’s pretty small overall. When I delete a template, I know the exact corresponding CSS file and I can delete it all at once. Nothing gets left behind.”
You often hear updog saying stuff like this. Who’s updog? Not much, who is up with you?
This is where any fun you might have been having ends. Now it’s time to get serious and talk about rules.
Writing CSS is hard. Even if you know all the intricacies of position and float and overflow and z-index, it’s easy to end up with spaghetti code where you need inline styles, !important rules, unused cruft, and general confusion. This guide provides some architecture for writing CSS so it stays clean and ma
| /* CSS to make Twitter on the desktop web a little chiller */ | |
| .DashboardProfileCard-statList, | |
| .js-mini-profile-stats, | |
| .js-tweet-stats-container, | |
| .ProfileNav-item--following, | |
| .ProfileNav-item--followers, | |
| .ProfileTweet-actionCount, | |
| .ProfileHeaderCard-joinDateText { | |
| opacity: 0.333; |