Find browser and screen resolution quickly

Posted by & filed under Javascript, Programming, web.

I created a tool to help me quickly get someones screen resolution and browser size. This makes it super easy to get mobile sizes that you may not find inside Chrome Inspector list. I can’t tell you how many times this little test has helped me. Here are just a couple sizes that I found… Read more »

Create a .well-known file in Hubspot

Posted by & filed under Design, Programming, web.

Certain processes have you create a .well-known folder and file inside at the root of your site. These can be anything from security protocols to verification services. This can be a problem with hosting services that do not allow the creation of the folder or that have site media stored at another URL location such… Read more »

Better WordPress search with two quick changes

Posted by & filed under Programming, web, Wordpress.

WordPress search is a nice addition to a site and can help your users find the content their looking for rather than hunt through menus or landing pages. One problem. WordPress search relevance isn’t that great. There are other search plugin addons that you can install like Relevanssi, which can help things right out of… Read more »

Expand all Asana comments and threads in a task

Posted by & filed under Programming, web.

You can use the following piece of Javascript as a bookmark in your browser to expand all the comments and threads in an Asana task. This is really helpful when you have long threads with lots of comments and you are unable to see all of them because Asana hides them by default.

Fixing preview or unfurl in Slack

Posted by & filed under Programming, web.

Sometimes you will find that certain links in slack do not preview or unfurl inside of a channel or conversation. When you have ruled out all of the basic reasons set forth in the Slack share links documentation setup here here are a couple more that you can look into.