Slick Media Blog

Covering Website Design, Coding, SaaS, Software and Tech.
Editorial by
Glenn

Auto populate Webflow form from URL parameter uppercase remove %20

May 12, 2020
2020-05-12
How to auto-populate a Webflow form from URL parameter

jQuery Toggle Class on Click

April 8, 2020
2020-04-08
How to toggle the Class on Click with jQuery

301 Domain Redirect

February 4, 2020
2020-02-04
The 301 Domain Redirect Explained and Uses for Good SEO

CSS Target all mobile devices

January 7, 2020
2020-01-07
If you are looking to make a universal CSS rule for all mobile devices then use the following CSS media query.

Slick Carousel Fade In on Load

January 7, 2020
2020-01-07
You don't need any JavaScript/jQuery to Fade in the Slick Carousel on Load as this can be achieved with just a few lines of CSS.

Remove Video Loop

November 6, 2019
2019-11-06
Embedded HTML 5 Videos often default to looping video and this is derived from the video 'loop' attribute. Here is how you can remove the Video loop attribute with a simple jQuery snippet.

jQuery Other Input box to Select dropdown

October 30, 2019
2019-10-30
How to create an 'Other' Input Box from a select dropdown

iCloud Unable to Login Fix

September 30, 2019
2019-09-30
If you find that you are suddenly unable to login to iCloud on Mac then follow this simple step to fix it.

Isotope Filter by URL Hash

July 24, 2019
2019-07-24
jQuery Isotope remains the best script to filter and sort elements in various layouts like grids, masonry and responsive layouts. A missing feature is the ability to sort these layouts via a URL hash and you can fill in this blank with this snippet

Best Free Snippets Manager

July 12, 2019
2019-07-12
Gisto is a FREE code snippet manager that runs on GitHub Gists and adds additional features such as searching, tagging and sharing gists while including a rich code editor.

jQuery Remove Duplicates

July 2, 2019
2019-07-02
This is a useful jQuery Script that removes duplicates within an element such as a list. It simply cycles through an element and removes anything previously 'seen'.

Mac spinning wheel fix

June 2, 2019
2019-06-02
Fix Mac rainbow spinning wheel of death.

Aestetico Font by Latinotype

March 29, 2019
2019-03-29
World-renowned type foundry Latinotype have produced a beautiful, versatile sans-serif font family that can be used in a huge variety of brand applications.

Enable Touch for Unsupported Device

March 20, 2019
2019-03-20
Ho to add Touch Support for Dell Canvas on Mac.

jQuery Document Ready with Delay for Load

March 6, 2019
2019-03-06
How to load a jQuery function with a delay for load. and particularly useful if you need to ensure that other scripts on the page have completed their load before this function is triggered.