<< November 2009 >>
Sun Mon Tue Wed Thu Fri Sat
01 02 03 04 05 06 07
08 09 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30


If you want to be updated on this weblog Enter your email here:



rss feed



Monday, May 05, 2008
Sandbox

This is the H1 Heading

Inside of this test data section, you need to recreate the core HTML and XHTML and CSS styles that you will use within your WordPress Theme. For instance, above is the heading for the H1 HTML tag, which might contain a graphic in some Themes, or actually control the size of the font and text within your header. You need to know what that will look like as part of structuring your styles.

This is the H2 Heading

While WordPress assigns the H1 and H2 headings to specific places, such as the header and post title, not always are they in the same places. For your Theme, the H2 might be the post title, or it might be used in the sidebar for the section titles, and the H3 is used for the post title. You need to know what each looks like and identify it on your Theme and layout.

Look at how the heading is styled, but also look at the space around it. It might have a huge amount of margin or padding above or below, background colors, and other effects. If you want them for that heading, fine, but if not, change them.

This is the H3 Heading

Again, is this the same heading as is in your post title or is this the section headings found within your sidebar? Or is it different? If so, you can use this, or the one below, the H4, for section headings within your post to divide up topics.

This is the H4 Heading

In this section under the H4 heading, we’re going to look at what the post content, the meat and potatoes of your site looks like. In general, you will have multiple paragraphs, so we will add another paragraph so you can adjust the spacing in between them to the look you want.

Paragraphs are not just for typing your blog babble, they can also hold frame and hold other information within your content area to help make the point you want to make in your writing. For instance, you will commonly have three types of lists.

  • General Lists using the <ul> tag
  • Ordered Lists using the <ol> tag
  • Definition Lists using the <dl> tag
    • Definition Lists use two other tags to generate the list:

      • <dt> sets up the word or phrase to be “defined”, usually set in bold, and
      • <dd> sets up the definition, which is usually in a normal or slightly smaller font and indented under the definition.
  • And that’s the end of the lists

And we’ve just tested a paragraph before and after a general list along with a nested list to help you see what at least three levels of the list will look like. Make sure that each level of the list is styled to match your specific needs. You might want to use the default disc or circle, or you might want to add graphic bullets to your list, too.

This is the H5 Heading

While the H5 heading is not always used, maybe you might find a need for it if your H1 and H2 and H3 headings are used. You might need one to two levels of subheadings in your post content, so this one gives you another option.

We also need to look at the other two lists and then add some images and other styles to flesh out your WordPress Theme sandbox.

  1. You need to do this first.
  2. You need to do this second.
    • You could do this in between.
    • Or give this a try, too.
  3. But this is the third and last thing to do.

This should give you an idea of how a nested number list would look on your site. Now, let’s look at a definition list.

WordPress Themes
A WordPress Theme is not a “skin”. Though many young people call it one. The reality is that a WordPress Theme contains many files that come together in various ways to generate a WordPress web page. A “skin” simply changes the look, and rarely the results.
WordPress Plugins
WordPress Plugins add flexibility, features, and capabilities to your WordPress site. There are hundreds to choose from. Some add power and control like monitoring and busting comment spam and enhancing your administration features. Others add fun things like random elements and polling and rating systems.

And here is another paragraph to show the relationship between the various parts and pieces.

This is the H3 Heading

Daisy, photograph Copyright Brent VanFossenIf the H3 heading is your in-post section heading, then you need to see how it works within the post itself. If it isn’t, simply change the H3 to whatever heading number you are using.

Daisy, photograph Copyright Brent VanFossenWe need to look at how images, another major feature of most WordPress sites, are used within the site. Images tend to sit on the left, right, or middle of your post, depending upon how you are using them. For an image sitting on the left or right, you need to add appropriate padding around the image on the text side to push the text away from the image so the text won’t push up against the edges of the image.

Daisy, photograph Copyright Brent VanFossen

A centered image is a little different. It is centered in the middle and the text is pushed above and below it. NOTE: Currently, the Theme used here doesn’t feature “right” or “left” or “centered” styles. It uses the CSS deprecated “align”. Please change the code here from align to class so your site will validate and you will have much more control over image placement.

How to add the CSS styles for images is discussed in the Codex article, Using Images.

Testing Font Looks - H3 Heading

You will need to test the looks of the different font styles, too. This is bold and THIS IS BOLD. This is italic and THIS IS ITALIC. This is bold and italic and THIS IS BOLD AND ITALIC. This is code and THIS IS CODE. And now let’s look at what the PRE tag, also known as the preformatted tag, looks like:

This is the pre tag.It should be formatted as written     so if you add spaces to the front of the line  it will show the spaces and the <code> as written

This should be back to the normal paragraph style and we hope you have been paying attention to the margins and padding around each element, including the paragraph, so you can position things appropriately to the rest of the content.

Your CSS Here - H3 Heading

Let’s look at the blockquote, one of the most common tags used in most blogs. It is designed to “frame” a quote from another blog, website, or reference that you are “quoting” from. For the most part, there are three examples of usage:

This is a simple quote. It is either preceded or followed by a link within the text to the credited source. A blockquote must be designed to stand out from the rest of the text content, but it does not have to “really” stand out, just separate itself from the content so we know it’s not your words.

A second style to the blockquote is one that includes a citation. Under HTML guidelines, this citation should be wrapped in the <cite> tag and then that tag can be styled to be in italics, bold, or whatever look you want in your design.

Take care with the style of the <cite> tag as some WordPress Themes use it in the comments area. I recommend you style it specifically withblockquote cite {style declarations} in your stylesheet.

This is an example of a blockquote which also contains a link to Designing a WordPress Theme - Building a SandBox to help you see what links will look link within a blockquote.
Lorelle on WordPress, your guide to all things WordPress and blogging

The citation includes a link and text to help you see what a link and text will look like within the cite tag.

There are many tags that can be found within a blockquote, just as can be found within any container within your web page design, but a last example includes an unordered list. Many bloggers love to quote examples from lists, so this is a good tag series to test.

Within this web design sandbox test page, we’ve tested:

  • Headings
  • Text styles like bold and italic
  • Ordered (numbered) and unordered (bullets) lists
  • Links
  • Code and PRE tags
  • Blockquotes
  • And much more…

Which should show you what a list looks like within a blockquote.

Each website is unique with it’s own look and feel for the various parts and pieces. This cut and paste section looks only at what you might have within your content section. So if you will have boxes for lists or little aside information, you will need to add them so you can see how they will look in the overall page layout.

Some elements in a WordPress Theme are controlled by the style sheet, while others are controlled by the Template files. Try to work on as much as you can from the style sheet first, then you can mess with the template files.

Remember, any changes you make to the style sheet and template files will be not available if you change themes. If you want them carried over, you will need to copy and paste them into the new Theme folder.

As a last element in the content area and throughout your site, check the hypertext links. These are the links to external websites and/or internal pages within your site. They come in three flavors: active, visited, and hover. Make sure you work on the styles for each of these.

 

Posted at 12:49 pm by ayasakuraba
Make a comment  

Sunday, May 28, 2006
slacker

I have been totally slacking about updating my blog, but I haven't let up on my reading any.

I've now read every book my library has by Sara Dessen, and I'm kinda sad there aren't any new ones. There are a few of her books that I want to buy, but I'll have to wait until I have some extra cash.

I've also read 24 Girls in 7 Days by Alex Bradley, but I couldn't get it to com up in the product search. 5 stars. A wonderful and funny book. I especailly like the writing style. I'll be buying this one.





Have read:
This Lullaby
By Sarah Dessen
    Read Review


Have read:
That Summer
By Sarah Dessen
    Read Review


Have read:
Dreamland (reissue)
By Sarah Dessen
    Read Review


Have read:
The Truth About Forever
By Sarah Dessen
    Read Review


Have read:
Once Upon a Marigold
By Jean Ferris
    Read Review


Have read:
Pulling Princes (Calypso Chronicles)
By Tyne O'Connell
    Read Review


Have read:
Over and Over You
By Amy McAuley
    Read Review


Have read:
Thwonk HC
By Joan Bauer
    Read Review





Posted at 04:10 pm by ayasakuraba
Make a comment  

Sunday, May 07, 2006
rips and reads

Today I ripped practicaly every CD I own. I've been meaning to do it for a while, but I jsut now managed to get around to it. Now I've got about 225 songs in my library. Now I just need to organize them, create some playlists and upload them to my MP3 player. Now my MP3 player is not new; I got it for Christmas last year, and have loved it ever since. It's a Samsung YP-T7JX (see below) which I've customized a bit by gluing 2mm rhinestones in the middle of all 4 sides of the navigation button. It has charms hanging from a chain, and I also knit a little case for it to make it look like a frog.

I've also finished 2 new books and have stumbled upon a new favorite author.





Have read:
The Young Unicorns (Laurel Leaf Books)
By Madeleine L'Engle
    Read Review


Have read:
Just Listen
By Sarah Dessen
    Read Review



Posted at 08:51 pm by ayasakuraba
Make a comment  

Saturday, May 06, 2006
a bit of randomness

Words that are fun to say:
tabernacle
spaqua - the name of a certain shade of aqua paint
Masapoequa (or however you spell it)
schnitzel
frankfurter
hornswoggle
tizzy
uvula
vapors - as in (with a mock southern accent) 'Lawd've mercy! I do believe he's given me the vapors!'

Unexplained mysteries of Seinfeld:
Why isn't a 'low talker' the oposite of a 'high talker'?
What's the oposite of a 'close talker'?
How does Kramer get his hair to stand up like that?
What happened to the Bizarro-Jerry people? Did they replace Elaine with somone else?
Is 'fugitive sex' worth the 'break-out pop-in'?

Other random thoughts:
Is it wierd that I think guys in manga shouldn't have nipples?
Will I ever outgrow my facination with Japan?
Will I ever actually get to travel to a foreign country?


Posted at 11:56 pm by ayasakuraba
Make a comment  

Thursday, May 04, 2006
of socks and sushi

Today in the mail I finally got my April gift from my circle-journal secret pal. She sent me the most wonderful socks that are absolutley perfect for me. They are bright blue with pictures of sushi and sashimi on them! I actually squealed out loud when I opened them. Aren't they great?

I have been doing more reading in the last month that I have in a very long time and so I have 2 new books to review. Read about them below.



Have Read:
Seventeenth Summer (Archway Paperback)
By Maureen Daly
    Read Review


Have Read:
Troubling a Star
By Madeleine L'Engle
    Read Review



Posted at 11:46 pm by ayasakuraba
Make a comment  

Wednesday, May 03, 2006
layouts abound and 1 new read

Yay!

Today I made layouts for my Livejournal selling journal ( ayasakuraba ) AND for my Livejournal icon journal ( ayas-icons ). I'm pretty excited about them, but really they weren't that hard to make. This layout took longer. Speeking of such, I might change this one up a little bit so the whole thing is wider.

Today I finished another book. Read about it in my review below.



Have Read:
The Principles of Love
By Emily Franklin
    Read Review



Posted at 01:21 am by ayasakuraba
Make a comment  

Monday, May 01, 2006
a few good reads

Lately I have been spending alot of time at the library. I have been reading book after book if YA fiction. Here are a few I've read recently and what I thought about them.





Have read:
The Ransom of Mercy Carter (Laurel Leaf Books)
By Caroline B. Cooney
    Read Review


Have read:
My Heartbeat
By Garret Freymann-Weyr
    Read Review


Have read:
Summer Boys (Summer Boys)
By Hailey Abbott
    Read Review


Have read:
And Both Were Young
By Madeleine L'Engle
    Read Review



Posted at 09:50 pm by ayasakuraba
Make a comment  

Thursday, April 27, 2006
Welcome to my new blog!

Welcome to my new blog!

Layout made by me.

Thanks to http://design.blogdrive.com for script: "Layout & Design" Shortcut 


Posted at 10:49 pm by ayasakuraba
Make a comment