infographiclarge_v2

SO YOU NEED A TYPEFACE

0

A cracking idea by 22 year old graphic designer and student Julian Hansen. When things get a bit serious, ridiculously complicated infographics always lighten the mood.

Face choices are based on the top 50 from http://www.100besteschriften.de/

banner-noblur

Create a blur mask in Photoshop [Part 1]

1

Quick and dirty way of adding depth of field to an image is by creating a gradient blur effect using a blur mask, levels and the gradient tool…

(more…)

Untitled

PDF to Word Convertor

0

(more…)

How to force download a PDF file instead of view in the browser

0

Been having problems with my work computer when viewing PDFs in the browser  - takes far too long to start up Adobe Reader on my machine. I found this snippet of code to force download the PDF instead.
Upload the file you want to make available for download from your Website. For example, huge_document.pdf
Edit a new PHP file and name it the same as your file to be downloaded, only with the extension .php. For example: huge_document.php
Your PHP file should look like this:

<?php
header(‘Content-disposition: attachment; filename=huge_document.pdf’);
header(‘Content-type: application/pdf’);
readfile(‘huge_document.pdf’);
?>

Link to your PHP file as a download link. For example:

<a href=”huge_document.php”>Download my huge document (PDF)</a>

To change the MIME type of the file you want to download, edit line 3

header(‘Content-type: application/pdf’);

periodic

Periodic Table of Typefaces

0

http://www.squidspot.com/Periodic_Table_of_Typefaces/Periodic_Table_of_Typefaces_large.jpg

Typefaces set out in a periodic table showing some of the more popular typefaces at the top. there’s also a periodic table of the internet, and a periodic table of visulisations but it’s getting a bit  silly now.

Created by squidspot.com

Go to Top