Bookmarks
Here are the steps I took in order to get all of my GoodReads books/reviews over into my IndieWeb-ified WordPress: Export from GoodReads > csv file My Books > Import/Export > Export Library Clean up CSV file β spreadsheet is good, be sure to save it back as text/csv (not xls or odt) remove un-need…
Upload to a web server on an accessible path. Navigate to it in the browser. Copy the URL from the address bar and paste it in the form. Run the test to see if your server gets Authorization headers!
I want to open a file inside Emacs which is located on a remote server, with sudo powers on the server. I can open local files with sudo via Tramp like this: C-x C-f /sudo::/home/user/file But I …
Welcome to the Seattle WordPress Community. A place for designers, developers, & do-it-yourself publishers throughout the Puget Sound region. Our community includes Meetups all the way from Bellingham to Olympia including Puyallup, Gig Harbor and of course throughout the greater Seattle area and Eas…
A three line approach to creating a responsive grid system. .container { display: grid; /* Display as a Grid */ grid-template-columns: repeat(auto-fit,
.container {
display: grid;
/* Display as a Grid */
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
/* repeat = as many times as you can fit */
/* auto-fit = fit as many items on the line as possible, go bigger if you need to */
/*minmax = (min size, max size) = the minimum size the column should be is 200px, but if there's space then give them all 1fr of that width. */
grid-gap: 10px;
}
Which cities have the most diverse food scenes on the planet?
@awolftune Are you coming to IndieWebCamp this year? July 11β12th in Portland https://indiewebcamp.com/2015
Started using the last digit of my restaurant bill as a checksum, cause I’ve had the tip amount changed on me too many times now
Decide your rough desired tip, calculate your tentative total, then add up the digits before the decimal point and use that as the number of cents
https://github.com/wentin/cssicon
I've ran into an issue here where wp_debug notices foul up my ajax response. The codex suggests using ob_clean just before returning or echoing: To parse AJAX, WordPress must be reloaded throug…
Replied to a tweet by Ryan Boren Ryan Boren (Twitter)
@photomatt I recall the jokes made about crusty blogrolls when we deprecated the links manager. Now, folks are exhuming it for use as their canonical OPML source to feed OPML subscriptions. https://t.co/Lt6cpWwkujβ Ryan Boren (@rboren) July 17,…
This is my “life stack” – the tools, apps, services and other things I use to manage my work and life. Last updated January 2018. Computing Mac Productivity Programming Tools iOS Productivity Tech Accessories Personal Finance Quantified Self Home Theater Household Appliances Home Automation Musical …
This is my βlife stackβ β the tools, apps, and services that I use to manage my work and life. This was most recently updated in January 2018. Data Tracking Apps Personal Finance Tools Travel Reward Cards Web Publishing & Hosting Productivity Tools & Software Planner Fitness Cameras, Audio Rec…