Archive | January, 2010

Startup Multiple Home Page Tabs In Internet Explorer

Wow, I was wondering if this was possible when resetting my start up functions at work yesterday. I Googled it this morning and found a grade school simple solution from the folks at Tech-Recipes a nice technical tutorials site that I’m saving as new favorite.

In the section where you enter your default homepage just hit enter and type in as many URL’s as you like under each other.

I’ll show them some link love and let you read the directions on their site but also remember this last step as mentioned by one of the commenters to complete the set up. Tools > Internet Options > In the Tabs section where it reads “Change how webpages are displayed in tabs”, click the Settings button. Be sure to uncheck “Open only the first home page when Internet Explorer starts”.

I’m not sure how this works on other browsers as IE is the standard on the job but I’ll do some more searching over the next few days and share those with you too.

Comments { 0 }

How Does Google Analytics Work?

Let’s go to the source. Google has a 6-step informational video that shows you how. It’s free so create a Google account today and add the Analytics application to your profile.

Google Analytics Logo

Comments { 2 }

Use Cascading Style Sheets to Position Images In WordPress

Google is just the most darned amazing tutorial service in human history. A few years ago when I adopted WordPress for my blogging platform the WordPress forums for getting questions answered were so convoluted I just wanted to scream in frustration. Thank goodness, Google has expanded it’s indexing to cover pretty much every subject. And fortunately more people are contributing helpful hints on all subjects especially those of us in the realms of blogging, web design, software engineering and animation.

I found a few great links that are helping me learn some quick Cascading Style Sheet (CSS) formatting tips using a few fundamental HTML commands. It’s been a good refresher as I now know how to center an image or shift it left or right, and how to wrap text around a picture. In these examples I’ll use the Blacks Gone Geek icon to illustrate the examples.

Here’s how it looks using straight HTML.

bgg.jpg

Using the old fashioned centering closed pair method

<center>Image file HTML goes here</center>

When I use the new CSS method that WordPress has incorporated I shouldn’t see any difference than when I use the traditional HTML method above.

bgg.jpg
Using the CSS centering method

<div class="cent">
<strong>Image file HTML goes here</strong>
</div>

Success! Of course more text between images always keeps things neatly spaced even when a style sheet is helping the alignment in the background.

bgg1.jpg

But what I really want to accomplish is lining up an image to the right or left as I please. To begin, here’s my effort to align an image to the right by adding the right alignment command. The picture has been repositioned to the right and the text now wraps around the left side of it. As I continue to type the text should wrap around the bottom of the picture and continue. So Let’s just see if that really is the case as I continue from this point to type nonsensical sentences just to fill up the space to test the programming technique behind the scenes in the WordPress editing panel. Ah, success again!

bgg1.jpg
So aligning an image to the left would be slightly different, merely changing the align command to left, rather than right. And as you might imagine if you were typing nonsenical gobbledygook (yes, that’s how it’s spelled) to test a programming concept you would allow your fingers to ramble across the keyboard just as I’m doing now. And were we succesful? Yes a third time.

So there’s a hint of what you can do with good CSS scripting. It’s literally custom made to control the layout design of your page and it applies to much more than the images you use. To learn more about it I also encourage you to read “HTML, XHTML, and CSS” by Rob Huddleston which I have found to be immensely helpful in getting me up to speed on all things CSS related. Hope you found this helpful and if so share the post with a friend.

Comments { 0 }

Tuesday Tunes – When God’s Children Get Together

I think “When God’s Children Get Together” is my favorite gospel song of all time. It is definitely my fave Mississippi Mass Choir selection. Not only is the message inspirational but the choir blows strong and the band rocks tough on this one.

I was attemting to include the lyrics and the video together but the web embedding code was disabled so I can’t post the clip here. But here’s the link to the video. The link will replace this page so you won’t be able to follow the lyrics. If you want to do that you’ll have to paste the link into a separate browser tab and play it there then follow along with the verses here.

Either way I guarantee you’ll save this to your portable player favorites. Check out the clip and see.

When God’s Children Get Together
(written by David Curry)
(recorded by Mississippi Mass Choir)

Chorus
When God’s children get together, oh what a time;
we’ll be rejoicing forevermore,
we, we’re gonna sing hallelujah,
we, we’re gonna shout forevermore,
we, we’re gonna sing hallelujah
when we get there.

Verse 1
When God’s children,
when we get together, oh what a time;
we’ll be rejoicing forevermore,
we’re gonna (sing, shout, praise God).

Chorus

Verse 2
When God’s children,
when we get together, oh what a time;
we’ll be rejoicing forevermore,
we’re gonna (tell the story)
(how we got over),
(trials, tribultations),
(persecution and distress),
(sing, shout, praise God).

Vamp 1
We will sing,
we’re gonna shout.

Vamp 2
Sing hallelujah,
shout our troubles over.

Vamp 3
Up there (5x)

Vamp 4
no more crying there,
no more dying there,
no more burdens to bear
up there, up there.

Ending
We, we’re gonna sing hallelujah,
we, we’re gonna shout forevermore,
we, we’re gonna sing hallelujah
when we get there.

Comments { 0 }

Sub-Zero Sagging

O.K. How crazy do you have to be to sag in sub zero weather in Chicago? How do you even pull that off? (No pun intended). Do you layer two to three pairs of thermals or what? I suppose it’s possible with the synthetic gear. It’s thin enough. But that’s just me guessing because I wouldn’t do anything stupid like that.

Well I swear I saw a guy doing it yesterday. Pockets way lower than normal (Or, normal for a sagger) and his cuffs should have been doubly soggy (A soggy sagger?) by the time he got to where ever he was going. Is he a pneumonia experiment waiting to happen or what? (LOL).

Will wonders never cease? Nah, probably not this winter. Seen any funny winter weather fashion faux-pas where you are?

Comments { 0 }