Read About Stuff We Do. Pagelime Blog.

Content Management for Designers and Agencies.

Archive for the ‘Pagelime 101’ Category

Pagelime 101: Tips for Repeating Regions

Tuesday, December 13th, 2011

One of our most popular features is the “Repeating Region”. However, it also causes quite a bit of confusion when you’re first starting out. Here are a few tips for getting everything working just like you expect.

#1 – You can make a repeating region editable!
If you place both a “cms-editable” and a “cms-repeat” on a Pagelime-able element,  you will be able to edit and repeat that piece.

Example: <div class="cms-editable cms-repeat" id="textblock1">Pagelime rocks multiple times</div>

 

#2 – Apply your styles to a class.
When we repeat a region, we need to place a new unique ID on it so that Pagelime can also target that element for editing. Because of this, any styles that you would like to see repeat, need to be attached to classes. We bring all the classes to the newly created element after a repeat action has occured

Example: <div class="thiswillbesaved blue cms-repeat" id="thiswillbechanged">Pagelime rocks multiple times</div>

#3 – Wrap everything completely
If you want to repeat a table, image, or create blog-like functionality wrap everything. Don’t do multiple repeating regions. Just take the whole set of elements wrap them in a div or span and place the editable classes on that. Feel free to make as many editable regions within there as well, but make sure to keep rule #2 in mind.

Example:
<div class="cms-repeat" id="whatever">
<p class="cms-editable" id="title">I change my mind:</p>
</div>

Quick Hit: Setting Up A CNAME

Tuesday, July 5th, 2011

So a lot of people, after they upgrade to Pro or Business, immediately want to setup their CNAMES. This often creates some confusion as to what a CNAME is, how to set it up, and emails to me that say “Tom, I have no idea what I’m doing here?”. Like a green Batman I’m swooping in to save the day here.

What is a CNAME?
From Wikipedia:
“A CNAME record or Canonical Name record is a type of resource record in the Domain Name System (DNS) that specifies that the domain name is an alias of another, canonical domain name.

From Tom’s Brain:
“A CNAME is like a subdomain, but instead of pointing to files on server, it points to a completely different domain. The big perk is that you can reference it in a URL the same way you would the original domain.”

Setting up a CNAME:
Your CNAME is setup where your nameservers are located.
This consists of 3 parts:

  • Part 1 is picking the type of record, usually you get a few options: “A, MX, CNAME, etc”. Guess what? What? Pick the CNAME. Got it!
  • Part 2 is picking the hostname/alias. This is the wordyouwant.yourdomain.com. So if you want to have changeyerstuff.websitedesignkingpin.com, you would place “changeyerstuff” in this box.
  • Part 3  is the value/destination/pointing to/domain/referrer. In this case since you’re using Pagelime it will always point to “cms.pagelime.com”

Registering your CNAME with Pagelime:
Go to your Account Settings, in the CNAME box put the full CNAME record, continuing the example from above you would place “changeyerstuff.websitedesignkingpin.com” in the box below.

screen-shot-2011-07-05-at-114322-am

Some things to keep in mind!

  • CNAMES are just like any other DNS level change they take some time to propagate across the whole internet, sometimes as long as 48 hours, so if it’s not working just wait a little bit.
  • When it’s configured correctly the page will be light gray with your logo centered. If you’re still seeing the black and green Pagelime login screen you’re doing it wrong.
  • CNAMES are not subdomains, there are no actual files on your server there, you can’t upload other stuff to them, or try and create custom pages. It’s a pure DNS level redirect.

That’s it! Good luck.

Quick Hit: Optimal Logos

Wednesday, June 15th, 2011

This comes up a lot. Whenever someone goes pro with Pagelime they always look to setup up their company logo and get their branding on. What many people fail to realize is there are a few things to keep in mind.

  • The background of Pagelime is not white (#fffff) it is actually slightly off white (#f9f9f9).
  • Transparency (alpha channels) do not show up, as we deal with many different browsers. We suggest everyone just sets the logo background to #f9f9f9
  • While there are no constraints on height, the maximum width is 200px. If you don’t want scaling issues or extended load times I would resize and optimize manually before uploading.
  • From a theme perspective it makes everything look more custom built if you select a color in your logo as an accent color in Pagelime. Your clients will be impressed, and everything will look more polished.

That’s it. If anyone has anything they want to add, or has any questions, feel free to leave them in the comments.

Bonus Coverage: Lime Rickey Recipe!

3/4 oz fresh lime juice
1 oz simple syrup
3 dashes Angostura bitters
6 – 8 oz club soda

Build all ingredients in a collins glass and top with soda. Garnish with a spiral of lime peel, and serve.

Pagelime 101: 5 Tips for Integrating a Site with the Pagelime iPhone App

Tuesday, December 21st, 2010

blackboard1

With the launch of the Pagelime iPhone app we decided  to provide everyone with a few tips to keep in mind when integrating your sites with the Pagelime iPhone app. Don’t worry, you don’t have to learn anything new, but if you keep these tips in mind, you can get the most out of your new mobile CMS!

(more…)

Pagelime 101: Manually Adding CMS-Editable Class within Pagelime

Monday, May 3rd, 2010

pagelime-101-adding-css-class

This tutorial is a supplement to our larger tutorial “How to Make a Pagelime Site with SiteGrinder 3, you can see the full tutorial here. However, this tutorial is not SiteGrinder specific and can be used by anyone who wants to learn how to manually add editable classes through Pagelime.

Ok, so you’ve just published a really SWEET website from Photoshop using SiteGrinder and you REALLY want to manage it with Pagelime, BUT, you forgot to add the CSS “editable” class tag to a region, in this case, an image, and you want to be able to edit this image using Pagelime. Have no fear, for Pagelime can solve all of your problems (as usual). Let’s take a look at how this can be done in just a couple of steps.

(more…)