Skip to main content

Layouts Templates Use Dynamic HTML, And Dynamic Server Access

Every week or so, someone writes
I do not understand why Blogger tells me that I cannot change my layout using the GUI template wizard (add gadgets, use Labels fully, have the "Next Post" / "Previous Post" links, restrict blog access, ...), simply because my blog is not hosted on a Google server. Why do FTP published blogs get second class treatment?
with the implication being that Blogger is shortchanging FTP published blogs, to coerce their owners into publishing on a Google server, either to Blog*Spot, or to a Custom Domain.

The answer here is a bit simpler. You can't use a Layouts template, or the GUI features, because a Layouts template is written in dynamic HTML. Dynamic HTML requires that the server with the blog content (ie Blogger) be accessed by the blog reader, as the blog is being read.

When you publish by FTP, to a server distant from Blogger, you are publishing statically. The publishing process sets up the blog on the distant server once, and all access to the blog is against a static image on that server.

One blog post could be displayed as a post page, as part of an archive page, as part of a label search page (and with any number of labels relevant), or as part of the main page - you can't publish all of the possibilities statically. You have to build each page dynamically, based upon the link just clicked on. That requires access to the blog content - and that won't happen with an FTP host server, because the blog content is on Blogger, which is another server far away.

It's not a conspiracy, nor a coercive tactic, just a technical impossibility. If you have a blog with a classic template, consider upgrading your blog to a layouts template. If you are using a classic template because you like HTML based blogs, upgrade to layouts anyway - and combine the layouts template with your current HTML code.

>> Top

Comments

Janice said…
I followed this link from the Google Groups page, where it tells me that I must log in and then tells me that my name is already in use and can't be used. (Although it's in use by me.)

At any rate I wanted to say thanks for the information about using the custom layout feature. I assumed when it mentioned a custom domain that it meant just that... and that it could be hosted anywhere.
Thanks again,
Janice
Nitecruzr said…
Thanks for the update, Janice. This is a source of confusion occasionally, which is why I wrote Publishing Your Blog Externally
Thank you for the tip, It worked!

Popular posts from this blog

Adding A Link To Your Blog Post

Occasionally, you see a very odd, cryptic complaint I just added a link in my blog, but the link vanished! No, it wasn't your imagination.

What's The URL Of My Blog?

We see the plea for help, periodically I need the URL of my blog, so I can give it to my friends. Help! Who's buried in Grant's Tomb, after all? No Chuck, be polite. OK, OK. The title of this blog is "The Real Blogger Status", and the title of this post is "What's The URL Of My Blog?".

Add A Custom Redirect, If You Change A Post URL

When you rename a blog, the most that you can do, to keep the old URL useful, is to setup a stub post , with a clickable link to the new URL. Yo! The blog is now at xxxxxxx.blogspot.com!! Blogger forbids gateway blogs, and similar blog to blog redirections . When you rename a post, you can setup a custom redirect - and automatically redirect your readers to the post, under its new URL. You should take advantage of this option, if you change a post URL.