FYI: Posts will be sparse around here until I replace my laptop.... Coming back to work after Christmas break apparently was too hard and it quit on me!

20 July 2011

Purity -a guest post

Hey y'all! Since Emily Grace is away at camp, I'll be guest posting for you today! My name known around the blog-o-sphere is May Amelia, but you can call me May. :) I'm going to be posting about something a little different than Emily usually does, and I'd love to hear your thoughts about the matter so feel free to comment below and tell me what you think.

Purity. Even the word makes you think of something white, right? :) What is purity? Sometimes I think we define purity as applying to just dating/courting, in dealing with the opposite gender in general, etc. But I'm asking you all to think about purity in broader terms. I'm talking about purity in your motives, thoughts, actions, and day-to-day things. Let me define purity for you in terms of this: acting and thinking in ways that are pleasing to God. Pretty simple right? In fact, that's what Emily Grace's blog is all about. Doing things that are "pleasing to the Lord." (And I didn't even plan that ahead of time.... cool!) =]

The first point of purity I'm going to talk about is purity of the mind. We've all been there. Watched, read, or listened to something that you knew was not pleasing to God. I'm completely guilty of this myself. How did you feel about it afterwards? I'm guessing if you're like me, pretty rotten. :) We live in a culture where swear words are cool, explicit scenes are the norm, and crude jokes are a dime a dozen. Think about it. The kinds of things you fill up your mind with will one day reveals themselves in your thoughts, motives and actions. My question for you is this: what are you filling your mind with? Are they things that will help you in your Christian walk or things that will hinder you? The point I'm trying to get across is this: don't ever settle for second-best. Don't settle for music with bad lyrics, movies with cuss words, or books with inappropriate material. Is good, clean media entertainment rare? You bet it is. But God is a God of excellence and desires nothing less for His people.

The second point is purity in motives. As Christ-followers, it is our goal to strive to become more like Jesus everyday and one of the ways we can do this is by aiming to have pure motives. Take clothing choices for example. I often wonder how many times I've looked at a piece of clothing at a store and thought, "Wow if I wear this, I will get lots of attention." As girls, I think this can be a big pit-fall for us. But getting attention shouldn't be our motives for dressing. It should be to please God. That is our goal. We represent Christ! What an exciting and daunting thought. We are His children and all reflect His image. It's ok to love fashion! That's not taboo, but remember that we are only looking for the approval of an audience of One. If you struggle with purity in dress (or anything else), ask God to help you examine your motives and reasons. He is there for you! All you need to do is ask.

I've covered only a few parts of what makes up the definition of purity, so I encourage you to dig a little deeper about the topic if this is of interest to you.

Thank you Emily Grace for allowing me the pleasure of guest posting and thank you all for taking the time to read! God bless you!

"So whether you eat or drink, or whatever you do, do all to the glory of God."
-1 Corinthians 10:31


May Amelia is a homeschool graduate. When she's not blogging, she can be found devouring her latest literature find, writing stories the old-fashion way with a pen and paper, or watching I Love Lucy re-runs. She loves Jesus, has self-diagnosed arachniphobia, and finds great joy in red jelly beans. You can find her over at her blog, The Beauty of Ordinary Days.

12 July 2011

Tuesday's Tips -Menu Bar

This is for a simple but very professional looking menu/navigation bar. (For an example of one, go to my photography blog [here]. )

Adding the Code

1) Go to your Dashboard > Design > Edit HTML

2) Search for this code:
/* Header

3)At the end of all the header codes paste this code:
(ie. right before the next '/*' section)
/* Navigation Bar
-----------------------------------------------
*/
#nav {
width:1100px;
background-color:#fffff;
border-top:0px solid #000000;
border-bottom:0px solid #000000;
padding-top: 3px;
padding-bottom: 9px;
margin-top: 4px;
margin-right:0px;
margin-left: 75px;
text-align:left;
font-color:#000000;
font-family:century gothic;
font-size:14px;
font-weight:normal;
letter-spacing:2px;
}
#nav a {
background-color:#ffffff;
padding: 8px;
margin: 10px;
text-align:center;
font-family:century gothic;
font-size:14px;
font-color:#000000;
letter-spacing:2px;
}
#nav a:visited {
background-color:#ffffff;
padding: 8px;
margin: 10px;
text-align:center;
font-style: bold;
font-family:century gothic;
font-size:14px;
font-color:#000000;
letter-spacing:2px;
}
#nav a:hover {
background-color:#e6e6e6;
padding: 8px;
margin: 10px;
text-align:center;
font-family:century gothic;
font-size:14px;
font-color:#000000;
letter-spacing:2px;
}

Customizing the Code

#nav { }
This part controls what the menu as a whole looks like.

#nav a { }
This controls what each of the links look like when you first load the page.

#nav a:visited { }
This controls what each of the links look like after you have visited them.

#nav a:hover { }
This controls what each of the links look like when you hover your mouse over them.

For example, mine looks like this:
/* Navigation Bar
-----------------------------------------------
*/
#nav {
font-family:century gothic;
font-size:14px;
font-weight:normal;
letter-spacing:2px;
background-color:#fffff;
border-top:4px solid #000000;
border-bottom:4px solid #000000;
width:1100px;
padding-top: 3px;
padding-bottom: 9px;
margin-top: 4px;
margin-right:0px;
margin-left: 75px;
text-align:left;
font-color:#BAB9B3;
}
#nav a {
font-size:14px;
font-weight:normal;
letter-spacing:2px;
color:#000000;
background-color:#fff;
text-align:center;
padding: 8px;
margin:0px;
margin-left: 40px;
font-family:century gothic;
font-color:#BAB9B3;
}
#nav a:visited {
font-size:14px;
font-weight:normal;
letter-spacing:2px;
color:#000000;
background-color:#fff;
text-align:center;
padding: 8px;
margin-left: 40px;
margin-top:0px;
font-family:century gothic;
font-color:#BAB9B3;
}
#nav a:hover {
font-weight:normal;
font-size:14px;
letter-spacing:2px;
color:#fffff;
background-color:#e6e6e6;
text-align:center;
padding: 8px;
margin:0px;
margin-left: 40px;
font-family:century gothic;
font-size:14px;
font-color:#BAB9B3;
}


Adding the Menu

1) Go to 'Page Elements'
2) Add a new HTML/Javascript widget underneath your header
3) Copy/paste this code:
<div id="nav"><a href="YOUR LINK HERE">YOUR TEXT HERE</a></div>

For example, mine looks like this:
<div id="nav"><a href="http://photographybyemilygrace.blogspot.com">Home</a> <a href="http://photographybyemilygrace.blogspot.com/p/about.html">About</a>
<a href="http://photographybyemilygrace.blogspot.com/p/contact.html">Contact</a> <a href="http://www.flickr.com/photos/photographybyemilygrace/" target="_blank">Flickr</a>

Ta-da! You now have a stylish new menu bar. If you used this tutorial, I'd love to see what you came up with--let me know by leaving a link in a comment. =D

06 July 2011

Change -a guest post

I do not like change. Who does? As soon as we figure everything out
change is the pesky little thing that gets in there and messes it all
up again. Especially being at the age that I (and most of you) are,
there are so many change taking place.


Now I'm starting to see that even though I don't like change, it's
what makes us grow. If a caterpillar refused to make a cocoon because,
"What's wrong with being a caterpillar?" then he would never fly. He
would never be made to his fullest. Never stretching his horizons.


Knowing that God is the same today, forever, and always. That's He's
Timeless. It's a promise that we have. It's that little steadiness
that see's us through. And when we look back, we'll marvel at how
through those little things God was molding us and making us for His
service. And how's he's always faithful. And always merciful. And
always forgiving. And always timeless.

And so...if it brings me closer to Christ...if it makes me into be the
person He wants me to be...

Bring it
on.