TimerCircles leading zero #3 – Penn State University Standup Golf Bag – Golf Stand Bag | Golf … #4 – Shine Big Men’s watch #IB.CH.BSH.B.S.11 Ice – Pinterest • The world’s … #8 – Women’s Rutgers University Sweater. Go Scarlet Knights! – Pinterest
Month: February 2017
Fun link of the day: Fish on Wheels
By using a camera and computer vision software it is possible to make a fish control a robot car over land. By swimming towards an interesting object, the fish can explore the world beyond the limits of his tank.
All-in-One Event Calendar by Time.ly Exception/Error problem
We recently ran into a problem with the All-in-One Event Calendar WordPress plugin by Time.ly in regards to PHP 7’s change in exception handling. This is one of those “annoying but probably better in the long run” changes that PHP made in the 7.0 release that broke backwards compatibility. The specific problem can…
Fun link of the day: Can I train monkeys to fight with knives effectively?
Can I train monkeys to fight with knives effectively? If you keep looking you end up on the Museum of American Fencing’s website.
Google Upspin
Google Upspin The Google Upspin project is an attempt at creating a global namespace for documents. So what the heck is “a global namespace for documents”? A lot of people have images on Facebook, but what if you want to put one of those images on another social account, say…
Google Search Console – 4 entries for each site
When adding a site to Google Search Console you’ll probably need to add it four times. One for WWW, one for without, one for secure WWW and one for secure without. From bullet point #4 from here: If your site supports multiple protocols (http:// and https://), you must add each…
New wp-cli commands
wp profile Installation This command requires at least v.0.23.0 but you should probably be running at least 1.1.0 anyways. You also need to define SAVEQUERIES as true in your wp-config.php file. Install via wp package install wp-cli/profile-command. If you run into errors you might need to temporarily up your PHP memory…
Fun link of the day: Why are so few foods blue?
Why are so few foods blue? Short answers Blue color is not only rare in edible organisms – Blue color is rare in both the animal and plant Kingdoms in general.http://biology.stackexchange.com/a/56478 and… Blue light is the most available, most high-energy light that continues to reach plants, and therefore plants have…
Cross-platform mobile non-HTML flexbox
A cross-platform layout engine Yoga is a cross-platform layout engine enabling maximum collaboration within your team by implementing an API familiar to many designers and opening it up to developers across different platforms. Do you already know Flexbox? Then you already know Yoga. Write code in a language familiar to…
How to test an HTTP TLS cert from the command line
If you want to look at a web server’s cert from the command line you can just do: openssl s_client -connect REPLACE_WITH_DOMAIN_OR_IP:443 -servername REPLACE_WITH_DOMAIN For instance: openssl s_client -connect microsoft.com:443 -servername microsoft.com If your DNS isn’t resolving to the host yet (maybe you have launched the site yet but you want…