-
TIL ch is a length unit in CSS. …
TIL ch is a length unit in CSS. So if you want to limit something to roughly 50 characters and add an ellipsis at the end if there is overflow, you can do something like: Also on: Mastodon
-
Improving Jekyll Build Time
-
Troubleshooting Problems Installing Craft CMS on Laravel Homestead
-
Changing the CSV Delimiter and Enclosure Characters on a Mac
TIL that you can’t change the CSV delimiter or enclosure characters on Excel for Mac or Apple Numbers. You have to use Open Office.
-
Building JSON for WPComplete in Excel with Concatenate
-
macOS Excel Fill Down Keyboard Shortcut
I never remember the keyboard shortcut for Fill Down in Excel on macOS, so I’m posting it here where I’ll have it. Control + D.
-
How to Back Up Your Laravel Homestead Databases
-
SVG Viewbox
TIL how to use the viewbox attribute on an SVG to make it responsive and preserve the aspect ratio.
-
Persistence with Chrome Dev Tools
TIL that you can save changes you make with Chrome Dev Tools directly to your disk.
-
CSS Confetti
TIL how to make confetti with CSS. No javascript needed.
-
WordPress Template Hierarchy
TIL a ton about the WordPress template hierarchy and the conditionals that select them.
-
Genesis Framework’s Hooks and Filters
-
CSS Grid
TIL about CSS Grid
-
Basic Elements of Communication
TIL that all forms of communication can be described by the same process, no matter the sender, receiver, or medium.
-
Remember to Ask for Help
I don’t know all the answers, even if I think I do. Sometimes I need to ask for help.
-
Responsive Breakpoints in Sass
How to structure responsive breakpoints in Sass, with examples.
-
Bulk Clearing Expiration Dates in Restrict Content Pro
-
Adding Months to a Calculated Date in Salesforce
Adding dates is tricky. Months have different numbers of days, so you can’t rely on just adding 30 days to get an extra month. You also can’t just add a certain number of months because formulas in Salesforce don’t auto increment the year. The solution is modular arithmetic and conditionals.
-
Automating MySQL Backups with Gulp
No more forgetting to export the database regularly.
-
Fixing s3_website Java 9 Error with jEnv
s3_website doesn’t work with Java 9. Use jEnv to define an earlier version.