Random thoughts on art, technology, stuff, and occasionally Real Estate: April 2007

TypePad: Adding META Tags

My post below describes how to manually add META tags in Advanced Templates. 

If you want to check how how to add META tags in Basic Templates, read Teresa Boardman's post here Typepad and Meta Tags ( http://activerain.com/blogsview/93520/Typepad-and-Meta-Tags )

~~~~~~~~~~~

I was going to put off talking about converting to TypePad Advanced Templates until after I'd written more posts about using the design wizards.  But since META TAGS can only be added in Advanced Templates, and everyone is anxious to work on their META TAGS, I'll go for it.  Keep in mind it is usually simplest to create as much of your design as possible with TypePad's wizards, before converting to Advanced Templates.

First, allow me to bore you with a few sentences about how TypePad works.  Blog pages generated by TypePad use a "module" system.

For example, if you look at the code for your blog's header while working within TypePad, it will look like this
<$MTWeblogIncludeModule module="head-index"$>

When the same blog page is published, and viewed with a browser, that one line of code will expand to look like this
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard">
<head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <meta name="generator" content="http://www.typepad.com/" />
  ............
 </head>

Actually there are several more lines in the expanded code, but I didn't want your eyes to glaze over.  I just wanted to demonstrate the basic concept:  TP "modules" blossom out into lines of standard HMTL.  So with that in mind, here goes:

1.  Create a test blog.  I find this is always a good idea when testing new things in any environment.  Don't mess with your working blog until you've comfortably got the new thing figured out.  To create a new test blog, click on the "Weblogs" tab -> click "Create A New Weblog".  I usually name test blogs by what I am testing out "Test Meta Tags" for example.  Click the Design tab, "Change Theme", "Custom Theme" to choose, colors, borders, fonts.  Under "Change Layout" choose the number and placement of columns.  Toss up a test post, and publish the whole shebang.

2.  Now for the good stuff.  Click on the "Design" tab.  Click "Saved Designs".  TypePad will have used the new blog name as the name for the design.  So if you named your test blog "Test Meta Tags", you'll see a design named "Test Meta Tags".  Put a check mark in the box to the left of the design name, then click "Convert To Advanced".  

Don't worry, the original design will not disappear. Typepad will make a copy of the design and convert the copy to the Advanced set.  Later, if you want to revert to the previous design, it is just a matter of a couple clicks.  But keep in mind any changes you make in the new advanced design will not carry over to the original design. 

Click "Yes, Convert".  The system will convert and return you to the "Manage Your Designs" screen.  Put a checkmark in the box to the left of your new "Test Meta Tags [Advanced]" design, double check to make sure you are working in your test blog, and not your working blog (don't skip this step!) and click "Apply".  You'll land on a new screen listing the individual templates.  Click "Publish Weblog".


3.  Now comes the short cut that is not in the TypePad help files.  Open Notepad or any other simple text editor, and keep it running in its own window throughout these next steps.  After publishing completes, click "View Your Site".  Depending on your browser, the blog site will open in a new tab, or a new window.  Click View -> Source (or View -> Page Source in Firefox).  Another text editor window will open displaying the HTML code.


Click and drag, selecting all the code text starting from <!DOCTYPE html PUBLIC ....... to   .....</head>
Click Edit -> Copy (CTRL C)    Click in the blank Notepad window to bring it to the front, and paste in the code you just copied.  Edit -> Paste  (CTRL V)

4.  Do you see these lines of code?
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <meta name="generator" content="http://www.typepad.com/" />

Right under those lines type in your own additional meta tags, using this format:
 <meta name="description" content="Northeast Los Angeles blah, blah, blah">
 <meta name="keywords" content= "Northeast Los Angeles blah, blah, blah">

Save the file.  Let's name it "header-text".  Keep it open, don't close the Notepad window.

5.  Now, back to the "Advanced Templates" list, which you should still have open.  If not, click the "Weblogs" tag, find your test blog in the list of blogs, and click "Design".  Click "Main Index Template", and a window will open up showing all the TypePad module code of the Main Index Template.



Drag to select the top line -- This one: <$MTWeblogIncludeModule module="head-index"$> Then Edit -> Cut (CTRL X)  I always paste the line I just cut out somewhere down at the nottom of my Notepad file -- just in case of screw-up.


Now drag and select all the code in your notepad "header-text" file, (you know the one where you just typed in your brand new meta tags)  between <!DOCTYPE html PUBLIC ..... and ...... </head>  (Obviously you'd leave out that one module line you stuck at the bottom for safe-keeping).  Then Edit -> Copy (CTRL C)

6.  Click back in the TypePad "Edit Template: Main Index Template" window.  Paste all that code you just copied at the very top, in the same space where you just removed the <$MTWeblogIncludeModule module="head-index"$> line.  Don't worry, everything else will move down to let it fit in.

Be sure you didn't accidently remove anything else.  The next line below </head> should start <body class= ....

Click "Save", then "Publish"

7.  View the site to make sure it works.  Test in both Internet Explorer and Firefox.

8.  Now that you know the steps, you can also add your meta tags to the Archive Index Template, the Category Archives Template, the DateBased Archives Template, and the Individual Archives Template.

Remember, writing anything out make its sound much more complicated that it is.  This is not really complicated.  It is not writing code (other than writing out the words you want in your meta tags).  It is basically copy-and-pasting.  The most complicated thing is copying the correct stuff to the correct spot.

But if you don't feel comfortable yet working in Advanced Templates, that's OK, too.  Check how how to add META tags in Basic Templates, read Teresa Boardman's post here Typepad and Meta Tags ( http://activerain.com/blogsview/93520/Typepad-and-Meta-Tags ) Just focus on writing great content, and the rest will come in time.

 

2 commentsCheryl Johnson • April 27 2007 08:26AM

Five Essential Photoshop Tools And Where To Find Them

If you are anything like me, you can figure out how to use most Photoshop tools pretty quickly on your own, thank you very much, but the challenge is finding where in the menu structure the BLEEPIN' tool is buried in the the first place.  And "help" is no help unless you know the correct name/term to search on.

With that in mind, I present my list of Five Essential Photoshop Tools ... And Where To Find Them.  I'll refer to Photoshop Elements 5.0 in this blog, I think that's what alot of folks here use, but, with some excpetions, the tool locations are pretty uniform throughout all versions of both Photoshop Elements, and Photoshop.  In Elements 5.0, these tools are available in the "Full Edit" tab ... forget about "Quick Fix".

1.  Resize an image:  Found under Image -> Resize -> Image Size.    I always check "Resample" so I can type in the actual pixel dimensions.

2.  Crop:  Found under Image -> Crop.  Or use the Crop icon in the toolbar.

3.  Adjust contrast/lighten/darken:  Found under Enhance -> Adjust Lighting.  Play with all three functions under adjust lighting:  Shadows/Highlights, Brightness/Contrast, and Levels  to see which tool does what the particular image needs.  In Photoshop, go Image -> Adjustments.

4.  Sharpen: In Elements 5.0 found under Enhance -> Adjust Sharpness.  In other versions of Elements, and Photoshop, it's Filter -> Sharpen .

5.  Straighten:  Elements 5.0 introduced the Straighten tool on the toolbar  .  It may or may not give you the results you want.  If it doesn't go, to Image -> Transform, try Free Transform, Skew, and Perspective.  In Photoshop the transform tools are under Edit -> Transform, and Edit -> Free Transform.

 

9 commentsCheryl Johnson • April 25 2007 08:37PM

Getting Acquainted With A New Camera

Eva Wilson's post here: Just got a new digital camera!  got me thinking. 

Many people, when they buy a new camera, feel like they should should read through the camera manual from cover to cover.  It always seems like it would be a great idea, but mostly I think it just makes your eyes tired and your head hurt.

So, let me propose some ideas for Getting Acquainted With A New Camera.

1.  First of all, as soon as the battery is charged up, set the camera on FULL AUTO and go take a bunch of photos.  The photos can be of anything, your own home or office, your pets, whatever.   The idea is just to get the feel of the camera, its size and weight, the feel of the shutter button.

2.  Second, think of one simple function to try.  I usually go with Exposure Compensation. (Which is the way you telll the camera to "make it a little lighter" or "make it a little darker".)  Go to the manual, and read how to set Exposure Compensation.  On the Sony Alpha, (and on most DSLRs) while in Program mode, you press the +/- button while turning the main front dial.

        

As you turn the main dial, the Exposure Compensation pointer will move up or down on your LCD screen.

Shoot some photos at various Exposure Compensation settings.

3.  Pick something else to figure out.  Maybe this time go for changing the ISO speed.  Look up in the manual how to do, make the settings on the camera, shoot some photos.

4.  Pick another thing to figure out.  Maybe using one of the preset modes.  Read that page in the manual, take the camera out and try it.  Etc., etc., etc.  (Don't try to experiment with everything in one day.)

5.  Read all the great stuff here in Photography Group: Photography 101 ~ List of All Tutorials

5 commentsCheryl Johnson • April 21 2007 08:45AM

Creating A Simple Blog Banner In Photoshop

OK.  Let's walk through creating  a very VERY simple banner/header for your new blog.  I'll use Phtoshop 7 for this, since that's convenient for me.  You can use any version of Photoshop, Photoshop Elements, Paint Shop Pro, or similar software.

1.  Start up PS and create a new file.  File -> New

2.  Set a size for the new file.  Let's make it Width: 600 pixels, Height: 200 pixels.  The actual banner size you need will depend on whether you are going with a 2 or 3 column layout.  We'll make this banner smaller than what you will need, and let the background color on the blog balance out the rest.

3.  Leaving that new blank file open and visible; open up an image you want to add to your banner.  Resize the image so that it is 180 pixels or less in height - that way it will fit on the banner with some room to spare.  At this point, I'll hit File -> Save As and create a copy of the image just in case I muck it up.


4.  Click the MOVE tool.  Click on the image.  Drag the image into the blank file.  Position it to the left in the blank file.


5.  Now let's add some text.  Click the TYPE tool. (Some programs will call it the TEXT tool)   Select a font size, size and color.  Type in your text.


6.  I think the parrot image could use a hairline border, but I'll save that for another post.

7.  Save the finished banner as a JPEG image.  Now you are ready to up load it.

8.  Typepad uploading instructions are here

9.  One tip:  In the Page Banner wizard, be sure to select WHITE (click on the color box) as your Banner's background color, to blend with the background of the banner you just built.

8 commentsCheryl Johnson • April 17 2007 06:51AM

TypePad: Adding A Custom Banner

First of all, you will need to create your banner in Photoshop, Photoshop Elements, Paint Shop Pro, or another image editor of your choice.  If you've never done this before, stand by, I'll give some links and ideas in another post.  For now, you can experiment with just about any image you have handy.

The one considersation, for now, is the size of the banner image.  At http://www.nelalive.net, my banner immage is 900 pixels wide by 200 pixels high.  You could just as easily use an image that is less wide, and allow a background color to fill the unused space.

So here goes.

1.  Crop or resize A COPY of your selected image so it is not more than 900 pixels wide and not more than 300 pixels high.  Save the image COPY as a JPEG.  (I empathsize "COPY" since it's never a good idea to muck up a prefectly good original image without first making a backup copy)

2. To to http://www.typepad.com -- sign in

3.  From the Welcome Screen, click the Weblogs tab

3.  Click Design

4.  Click Change Theme

5.  Then Select the Custom Theme Button

6.  Under "Page Banner" click, Edit This Element

7.  A "wizard" box will pop up.  Place a check mark in the box under "Optional", browse your computer for the image to upload (exactly the same way you do when uploading images to Active Rain).  Then click "Save Changes.

 

2 commentsCheryl Johnson • April 16 2007 06:47AM

TypePad: Editing The Elements

Editing The Elements

You can accomplish a good deal of customization in TypePad by simply using the "Customize Your Theme" wizards, without ever touching the CSS or HTML.

Tip:  Even if you intend to convert to Advanced Templates in order to later add your own CSS or HTML, build as much of the structure and appearance as you can with the wizards, before converting to Advanced.  It will save you hours of tinkering time.  Trust me on this.

Go to http://www.typepad.com  Click Members Sign In in the upper right corner.  At the Welcome Back page, click on the Weblogs tab


Click Design


Click Change Theme


Click Custom Theme

Your next screen will look like this


The "Elements" are
General Page Settings
Page Banner
Weblog Posts
Sidebar Items


You can work through each "Element" individually, changing the appearance of color, borders, fonts, and so forth. 

You'll want to experiment with different styling in each element, and choose what appeals to you, but here's one tip to get you started:

Under General Page Settings
Background color is the color that will show at the far left and right edges - outside the borders of all of your blog's columns.  Example:  http://www.nelalive.net For Nela Live, I have a light blue background

If you want your blog to expand to the full width of the browser window, no background showing, under "Main Content Column", Center Column, choose "fluid".  Example:  http://realestatetomato.typepad.com/

 

 

4 commentsCheryl Johnson • April 14 2007 07:58AM

TypePad: Step One - Setting Up Your Account

There are several blogging platforms available for the start up blogger.  Everyone here is obviously familiar with Active Rain as a blogging platform.  Blogger, now owned by Google is free and widely used. Squarespace has received favorable reviews.  WordPress is popular with power users.

Me, I'm a TypePad user. 

For those of you who might be interested in giving TypePad a try as their "outside world" blogging platform, I thought I'd put together a series of occasional tutorials plus tips and tricks.  You'll notice I created a brand new account for myself for the purpose of this demonstration.

To get started from Square One:


Go to http://www.typepad.com/

Click Free Trial

Create An Account

Tip:  Choose a member name that is similar to your own personal name, not the name you intend for you real estate business weblog.  Why?  Because as you get more and more comfortable with blogging, you'll find yourself wanting to create weblogs for your pets, your grandkids, your road trips across the country.  Typepad Pro lets you create an unlimited number of weblogs under one account.  When you login to work on one of those personal weblogs, you'll feel silly having to login with your business blog name.  Trust me on this.


Create Your Blog Address

Tip:  This can be changed later, in fact, it will change once you choose and park a unique domain address. Also it will be only one of the many blog you may end creating. So, don't loose too much time obsessing on it.

Review and Agree to the Terms of Service. Yeah, you gotta check the box.


Choose Your Plan

The first 30 days are free, but Typepad does require you to input your billing info before you proceed.  I use Typed Pro at $149.50 per year, because "Pro" is the system that gives you an unlimited number of blogs, and the option of working directly under the hood with the CSS or HTML.  If you decide that TypePad is not for you, you cancel before the end of the 30 days, and owe them nothing.

Design Your Blog

You will change this in a few minutes, you just need something to get launched.  I suggest choosing a 2 or 3 column layout -- and whatever theme initially catches your eye, please sure to notice there is a drop down list.

Choose Privacy Level

For the moment, choose Not Publicized.  After you get set up, you'll change that.


The sign up process will move you to the Confirmation page, then the Congratulations Page. Click get started
The system will send you to a sart page that looks like this.

Click on the tab marked Weblogs and let's start tinkering
The next screen gives you a menu of things you can do with the weblog.
Click on Design


Click Change Theme


Choose Custom Theme

......and .... my next post will explore Editing the Elements to Customize Your Theme

5 commentsCheryl Johnson • April 13 2007 08:07PM