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 »
Posts By: admin
Create a .well-known file in Hubspot
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 »
How to improve your Marketo subdomain page speed with one checkbox
I recently ran across this strange bug while building a guided landing page for a partner. The Chrome inspector console was throwing a mixed content message for a favicon that was coming from an HTTP non-secure URL. I thought, well that is strange because I added all the favicon links right in the Marketo page… Read more »
Better WordPress search with two quick changes
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 »
Embed youtube video for page speed
One of the problems with embedding Youtube videos into your pages is that they load in all sorts of javascript assets along with you page load even if the user doesn’t click to play the video. One way to get around this is to use an image to represent the video in the page and… Read more »
Weeks – A visual representation of how many weeks you have lived and may live
Based on average life expectancy, this shows gray boxes for weeks you have lived and green boxes for the weeks that you have left based on age and gender. https://www.fuzzyraygun.com/weeks
FlickrSet – Creating a photo grid from a Flickr album and jQuery
You can embed a public Flickr album into your site using my small FlickrSet library and jQuery. Using the options you can style and link to the photos that are brought in. Even style the title of the album. All the items the library uses are publicly accessible
Expand all Asana comments and threads in a task
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.
Why form friction is overlooked by companies that want to improve signups and downloads
Any form, on any page is always a duel between how much information you want from a user for a specific asset or goal and how much information the user is willing to give up in order to get the item that they want. (The asset, download, information etc.)
Fixing preview or unfurl in Slack
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.