Disable the Cache in Safari 11
With Safari 11 – we lost the “Disable Cache” in the Safari Developer menu. If you are a developer – you know this comes in handy when debugging any CSS/JS changes.
by: Jennifer Zelazny
With Safari 11 – we lost the “Disable Cache” in the Safari Developer menu. If you are a developer – you know this comes in handy when debugging any CSS/JS changes.
If you noticed your fonts in Chrome looking more bold in Chrome than Safari – there is an easy fix. Add this in to your stylesheet (body or specific CSS class/ID): Example: h1 {-webkit-font-smoothing: antialiased;} You can see the difference: Before: After:
A few weeks back I got a call from a client I had worked with in the past. I did not realize he was the COO at TechCrunch at the time – but I was glad I could help!
On out way to the zoo yesterday – I saw this sign (note it is from a Science/Math Academy) showing the temperature at -196F. I was warm enough I did not have a jacket on. Perhaps this is some of the “fake news”? (Made me laugh)
If you are like me and a few days ago – noticed that you were getting prompted for your passphrase when using your SSH keys (instead of using the keychain) – here is how you can make a small change to no longer enter your password each time: http://apple.stackexchange.com/questions/254468/macos-sierra-doesn-t-seem-to-remember-ssh-keys-between-reboots/264974#264974
Over the last few weeks I have found some really cool things I wanted to share…
When viewing media (usually the image.php template) within WordPress – there are buttons to browse the next and previous buttons that you might want to customize if you are creating a Bootstrap WordPress them. If this is the case – styling the buttons with Bootstrap is easy. You can simply add the following to your […]
When I first saw this show advertised I thought to myself “this looks like a great show”…and that was it. FINALLY I caught a few episodes and as expected – I love it. It is based in the 1980s from a young boy’s perspective. Growing up the in 1980s myself – the episodes I watched […]
Looking to stylize that WordPress comment button on the WordPress comment form? Adding the correct classes needed to the comment form button are as easy as finding where comment_form() is called in your theme.
I love Siri. She helps me with measurement conversion (especially helpful during these Olympics and all the metric conversions), driving directions, game scores, figuring out what song is on, and making sure I remember who I am 😉