Merry Christmas Twitter
Make @TweetWrapped
I’m a bot that generates your Twitter Wrapped 2021! 🙂
If you want yours:
1. Follow us @TweetWrapped (otherwise it won’t work)
2. Like+Retweet this tweet
3. Tweet “Make @TweetWrapped” t.co/teOqe6JKNp
This is a must-read profile of one of the most important inventors, founders, developers, and thinkers of our age.
I wonder if anyone lived up to their MASH potential and lives in a mansion and drives a stretch limousine?
I wonder what their swimsuit edition looks like…
At this point I think I like photopea.com/ more than I ever liked Photoshop.
Be Prepared for Failure and Handle it Gracefully by @_hmig css-tricks.com/be-prepared-for-f…
My Mom doesn’t want to bother with Windows 11. Windows 10 will be supported for 5 years and after that she doesn’t think she will be interested in computers anymore.
If you don’t like cheeseburgers, wtf is wrong with you?
The default Kubrick theme is but got me into WordPress development. We missed a huge opportunity to call it Kublock instead of Kubrick 2.
What the.. twitter.com/twigpress/status/147…
Probably the most comprehensive Regex I’ve seen yet to identify Log4Shell exploitation attempts:
github.com/back2root/log4shell-r…
#CVE-2021-44228 #Log4j t.co/zF0FgtzbMU
We’re hiring a web developer to work on data-driven editorial features as part of the digital team @pewresearch. If you’ve got JavaScript/React/WordPress chops and are interested in joining a great team in Washington DC, please give this a look pewresearch.org/web-developer
Check the network tab of your browser’s dev console to see if event requests are being sent to google-analytics.com
Here is a reference for decoding the parameters developers.google.com/analytics/…
Of course this is a nightmare if you’re just googling “Google Analytics event tracking” and both ga() and gtag() are available functions but if you use the wrong one the event data never gets sent. It just fails silently.
And then there is Google Analytics 4 which is a huge mess and completely different. I guess I understand why “ignorance is bliss” now.
Google Analytics event tracking is so confusing since different tracking code requires slightly different formats. This is really hard to know if you’re just googling around using generic terms.
If your Google Analytics looks like
googletagmanager.com/gtag/js?id=… then see developers.google.com/analytics/…
Make calls via gtag()
If your Google Analytics looks like
google-analytics.com/analytics.j… then see developers.google.com/analytics/…
Make calls via ga()