Unicode Character Encoding Is What You Want!

Author Archives: Jacob Lett

About Jacob Lett

I started my career as a print designer and wanted nothing to do with "code". Then slowly I began to learn by reading tutorials online. My learning process has been challenging, yet very rewarding. My goal is to document the lessons I have learned and to encourage other beginners in the field of web design / front-end programming.

Are You Suffering from Charset=UTF-8 Blindness?

There are a many roads that can lead to becoming a web designer. Some start off as programmers and then see the need to "design" graphics for the sites they are building. While others start out learning about color, kerning, and strong visual layouts before learning how to "code" — this is me. Whichever direction [...]

Centering a div Horizontally and Vertically

CSS code to center a div horizontally and vertically

Create a Contact Sheet of an iStockphoto Lightbox

Download a Lightbox of Images from Istockphoto Thank you for visiting Design Clipboard This video will show you how to download a lightbox of images from inside iStockhphoto. Recently I created a lightbox in iStockphoto and I was looking for a way to quickly download the images. I was trying to put together a contact sheet PDF so that I could discuss image options with a client. Surprisingly this feature does not exist and so I had to open and save each image individually. The more images you have the more time you lose.

CSS 3 Columns

CSS 3 Columns code. Add this code to your page to divide an area into 3 equal thirds. Similar to having a three column table.

CSS 2 Columns

CSS 2 Columns code. Add this code to your page to divide an area into 2 equal halves. Similar to having a two column table.

If Condition Is Met, Show Content

Show content only when a condition is met. This can be teamed up with other conditions to include one sidebar.php file with all of your secondary navigation, and then show the proper navigation on a certain page. The code above also makes it easier to add HTML between PHP without the need for echo

Display Content on Certain Page & Set Link Active

Let’s say you have a sidebar included on every page. The php code above displays the sidebar nav only if your browser is pointed to that page. The JavaScript underneath will then set the current page active by adding a class name to it, which you can then apply your styling in CSS.

Finding the Right Symbol Code for the Right Symbol

When building websites for clients you will often receive word documents full of special characters. Without the proper HTML character code, your symbol could display improperly. Common symbols I look for are registered trademark, copyright, quote marks, em and en spaces, and left and right symbols. I would generally type in the name of the [...]

Web Font Stacks

A list of commonly used used web font stacks to help choose the best typography for your site. Grouped by their preferred usage of headlines vs. paragraphs.

Rename File Names Quickly and Easily on a Mac

Do you have a folder of images that you would like to rename into a sequential order? The OSX finder is somewhat limited in the file renaming department… Which is why I love this tool called NameChanger. I often have a folder of a bunch of images that I need to link up in a [...]