Blog
New Blogger: Carl Wilkens
Carl Wilkens of WorldOutsideMyShoes.org comes to me from a "Blogger" blog. He was looking for something that had the landing page like a website but the with capability of a blog. His world traveling doesn’t leave him a lot of time to blog, but leave him feedback and encourage him on!
From Carl’s site: Carl Wilkens is the former head of the Adventist Development and Relief Agency International in Rwanda. In 1994, he was the only American who chose to remain in the country after the genocide began. His choice to stay and try to help resulted in preventing the massacre of hundreds of children over the course of the genocide.
Wilkens was featured in Frontline’s "Ghosts of Rwanda"and "The Few Who Stayed: Defying Genocide,"an American Radio Works documentary which aired on National Public Radio.
His story reminds us of the profound connection between history and the moral choices we face each day. It also arms us with new insights in the fight against genocide along with tools and inspiration for re-evaluating the relationships we are part of every day.
Wordpress Lesson: Creating a Download Link in a Post
Today the question was "How do I create a download link so I can include a document in my post?" And I want to thank Robin Messenheimer who asks the BEST questions!
This short tutorial will assume that you have the Wordpress plug-in FCKeditor (which I include with all Wordpress installations that I do). FCKeditor replaces the standard Wordpress editor with an awesome "MS Word" type editor.
Follow the step-by-step, matching the numbered step in the photo below.
- Type the word that you want to link (by the way, it also works with a photo) and then ’select’ (or highlight) it.
- Click the "Link" icon and a menu will pop-up
- Click the "Upload" tab and then "Browse" to find the document you wish to have be the download
- Click "Send it to the Server" and wait until you get the confirmation… do NOT click "Send it to the Server" multiple times, or you will corrupt the file.
Click on the image below for larger detail:
Download Link to New Catalog
I have updated the sidebar Catalog photo with codes to download the catalog for my blog customers, ladies go to the Members page for your choices of sizes and the ‘drop in’ code.*
*NEW* To non-members - Creating a Photo with Link to Catalog:*
> click on the image (left) and download it to your computer (the image name is 08CatalogTN(1).jpg)
> FTP it up to a folder on your server (ex. an /images folder) (view a tutorial on downloading SmartFTP on your computer and uploading a file–warning it shows how to upload a Wordpress plugin, however you will just be uploading to an images folder… you get the idea!)
> Use the code below to map an HTML path to the photo and
use this code in your sidebar or other HTML area of your site
>Remember to change out the yourdomain.com/images to your actual domain and the folder that you put it in!
LINK TO AMERICAN CATALOG:
<a href="http://www.stampinup.com/us/documents/us_fw_2008_sm.pdf" target="_blank">
<img src="http://yourdomain.com/images/08CatalogTN.jpg" border="0" /><br />
Click here to download</a> the new catalog!<br />
LINK TO CANADIAN CATALOG:
Right click on the photo (left) for the Canadian Cover
(thank you Andrea Walford for that scan!!)
The photo name (when you download it is 08CatalogTNca.jpg)
<a href="http://www.stampinup.com/ca/documents/ca_fw_2008_sm.pdf" target="_blank">
<img src="http://yourdomain.com/images/08CatalogTNca.jpg" border="0" /><br />
Click here to download</a> the new catalog!<br />
Some HTML 101:
- the target="_blank" opens the PDf in a new window
- the border="0" takes away the ugly blue line that sometimes shows up on a photo when it is hyperlinked
- the <a href="…> is wrapped around an <img src="….> (image tag) for a hyperlinked image… don’t forget the </a> to close the hyperlink!
*NOTE: Members are given code that ‘hotlinks’ to my site where the photos are stored. I am sorry that I cannot give out this code to the public as it drives up my bandwidth. Thanks for your understanding!
FREE Blinkie for ‘Never Seen Sets’ Offer!
WebsByAmy.com has a new look… and some new partnerships!
In celebration of this (and because most of your bookmarks won’t work anymore and you need to come and fix them), the public can have a FREE Blinkie advertising the Stampin’ Up!’s 15% off Never Seen Sets! As usual, members, log in for alternate sizes and codes ‘ready to drop in’.
Okay, so, how to ‘grab’ the blinkie…. shown (left) at 200 pixels wide:
>’right click’ on the photo and choose save (and save it to your desktop). The image name is "neverseensidebar.gif"
>Upload via FTP to a folder on the server (example /images folder)
>Once it is uploaded, you need to place an HTML image tag in your sidebar
>Use the image tag below. And if you actually DO place it in your /images folder on your domain, the actual code would be as below with yourdomain.com being the only variable:
AMERICAN FLYER:
<a href="http://www.stampinup.com/us/documents/Never_Before_Seen_US.pdf" target="_blank">
<img src="http://yourdomain.com/images/neverseensidebar.gif" border="0" /></a>
CANADIAN FLYER:
<a href="http://www.stampinup.com/ca/documents/Never_Before_Seen_CA.pdf" target="_blank">
<img src="http://yourdomain.com/images/neverseensidebar.gif" border="0"/></a>
Clear as mud? Remember, this will only work if you have the domain and folder (in my sample is yourdomain.com/images) is the actual folder to upload to! Let me know what you think!
Make a PDF from almost any document
Do you want to share a flyer or a newsletter that you created in Publisher or Printshop or another application that isn’t widely distributed and worse–can only be read in the application? Perhaps you have created a Word document, but you’ve used fancy fonts and you want the photos and text to display exactly as you’ve created it… well you are in luck!



