Wednesday, May 9, 2007

Welcome Aboard

This site is to test things before trying to incorporate them into my main blog page. I may modify some of the posts as I go along. I may leave some of my tests in a semi-complete or even incomplete state. If you have a question, just leave a comment and I'll try to provide info in a comment.

This itself is a test of a permanent post at the begining of my blog. Hopefully it will look the same as other posts: skip past the next few Html/JavaScript elements when making a comparison.

My method is discussed in the Help Group article How to keep my first blog first.

Tom

Make a selection from the drop-down list.




Make a selection from the second drop-down list.

The second drop-down was made to work by changing the 'form name="jump" ' to "left" and the change was also made "location=". Interestingly, the second "jump" inside the [] was not changed.

Saturday, August 28, 2010

Drop Down Link List

The "blog inventory" in the sidebar is a LinkList gadget, modified to a drop down list. Here's the code:

<form name="inv">
<select onchange="location=document.inv.menu.options[document.inv.menu.selectedIndex].value;" value="GO" name='menu' expr:id='data:widget.instanceId'>
<option value=''><data:title/></option>
<b:loop values='data:links' var='link'>
<option expr:value='data:link.target'><data:link.name/></option>
</b:loop>
</select>
</form>

The original widget content was:

<ul>
<b:loop values='data:links' var='link'>
<li><a expr:href='data:link.target' target='blank'><data:link.name/></a></li>
</b:loop>
</ul>

Saturday, November 14, 2009

Still Here

This is just a post for the top so I can see some colorful author names.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus eget sem non eros lacinia lobortis id et turpis. Phasellus congue tincidunt tortor ut interdum. Etiam vel nulla a justo varius euismod. Duis sed lacus elit. Vivamus varius enim ut sem porta vitae pellentesque nisl laoreet. Proin quis urna sapien, vitae eleifend eros. Etiam vel justo a urna placerat condimentum. Vestibulum accumsan sollicitudin convallis. Nulla nisi velit, bibendum vel ornare vel, fringilla sed lacus. Curabitur pretium erat mattis augue auctor et aliquet nisl convallis. Suspendisse varius ipsum ultricies quam semper faucibus. In non libero risus, a lacinia ligula. Phasellus lacinia venenatis urna at euismod. Ut placerat, mauris ut vulputate facilisis, risus tellus ornare libero, et adipiscing quam nisl sed massa. Sed a vestibulum enim. Cras nec massa erat, id laoreet nisi. Fusce eu lectus ligula, ut posuere erat.

Sunday, August 3, 2008

Constrain Using Javascript #2

Here's a test of constraining a picture uploaded to Blogger. The original picture is 1370px high and 770px wide. Clicking here will take you to a copy using the regular <a href=> tag. It may open full size or maybe not depending on your screen. Now I will use some javascript to constrain the picture to 300 high and we'll see if the full version opens or of it ais a scroller. Click here for the javascript version. That was the demo.

Thursday, July 3, 2008

Last Time

This is the last time I am going to upload this picture—really.

Saturday, May 17, 2008

Pre Test

1    2 3
       3
1    2
1 2 3    4
1 2 3    4
         4
    3
This
is
a
pre
test
123456789 This is post pre and so is this with a style in the mix

Sunday, May 4, 2008

Word Test #1

This is a test of typing a post in Word and seeing what happens.

The first posting is going to be copy/paste from a document saved as xx.doc, then I will save it as xx.html.

Finally, I will save it as text and see what the difference s.

Monday, April 21, 2008

P test

I am in Compose and trying to wrap paragraphs in p. There, I should see a paragraph mark there. And there.