Blog


Using the Windows Command Line to Automate Edits
Posted on March 3, 2014 in Command Line, Windows by Matt Jennings

Note: These commands use Command Prompt, the default shell on Windows. I use them all the time to do small …

Read more


Using jQuery toggle() to Show and Hide Text
Posted on February 28, 2014 in jQuery by Matt Jennings

I’m going to use the HTML below to show how to click a Read more… link (also know as the .showhide …

Read more


Using the .click() jQuery Method to Hide a Link when Clicked and then Display an Autoplay YouTube Video
Posted on February 19, 2014 in jQuery by Matt Jennings

Somewhere in your website include a script tag that points to latest Google jQuery API.

Note: In some cases …

Read more


Mac and Windows Shortcut Keys
Posted on February 14, 2014 in Mac, Windows by Matt Jennings

Insert Bullet: •
Option + 8
Trademark: ™
Option + 2
Registered: ®
Option + R
Copyright: ©
Option + G
En Dash: –
Option + Hyphen
Em Dash: —
Option …

Read more


Website Foreign Language Support Using @font-face
Posted on December 6, 2013 in CSS by Matt Jennings

To display a foreign language on a website, upload a font that includes the characters you need and use @font-face. …

Read more