Archive for the ‘id’ Category

CSS Float Basics

Tuesday, April 6th, 2010

CSS Image Floating Help

In CSS, the term float usually describes when an element can be pushed to the far left, or the far right, allowing other elements to wrap around it.  Think of it as how you often see things listed in the dictionary.  You have the description to the left, and the image of that thing you are looking up to the right. 

Now let me show you how you can get the most out of CSS float.

Elements on a page are usually floated horizontally, (left or right) rather than up or down.  When an element is floated, it will move as far to the left or to the right as it can.  The other elements around it will then be wrapped around it – as you can see in the picture above.

CSS Float Basics

This is the CSS code you would need to make an image float to the right, when placed in front of a block of text:

img
{
float:right;
}

Floating in class or id elements!

You can also define the float tactic when working with a class or id, like so:

.picture
{
float:left
width:110px;
height:90px;
margin:5px;
}

Stop the Floating!

Elements after the floating element will flow around it. To avoid this, use the clear property:

.text_line
{
clear:both
}

Try playing around with floating images or boxes of text to the left or right on your own web site layout, and see what you can learn from doing so.  The best way to learn about CSS and designing is to try it yourself.  This floating technique is also often used to make menus hover to the left or right of a web page’s layout, which in turn would eliminate the need for HTML tables.

Hope this comes in handy, and stay tuned for more free CSS tutorials!

© Lunarpages Web Hosting - Also, don’t forget to follow @lunarpages on Twitter!

Original post by Mitch

Free Toy Inside!

Tuesday, January 19th, 2010

Give a Present to Web Site Visitors

We are all looking for that holy grail that will make our web sites more successful.

I have found it.

You do not have to wait till tomorrow, or six weeks from now, or even ten minutes from now.  I want to share with you my secret on how you can make your web site better, this very second.

Pierre Corneille, a French tragedian, once said, “The manner of giving is worth more than the gift.”

Time after time, it impresses me most when somebody is willing to give something back to those who have supported them.  Somewhere on your web site you should be giving something back to the visitors of the web site.  Not only does this give value to your web site, being a free resource for something or another, you also get known for giving that thing away.

Think about some of your favorite children’s cereal.  You didn’t want the cereal because it, “tasted great and was a part of a balanced breakfast”.  You wanted it because of the free toy inside. Sure the toy was worth ten cents, but it was yours – and you got it for free.

Free Toy Inside – Projects and Ideas

So what are something your web site could give away for free?  Here are a few suggestions.

  • Create an e-book with more information about your niche.
  • Produce a special audio or video podcast, sharing important details or information.
  • Give your web site visitors access to special benefits or promotions, if they jump through X number of hoops as it relates to your web site.

Be unique with whatever you decide to pass out free to your web site visitors.  Try to give away something of value, that the web site visitor will not be able to find anywhere else.  Not only does this exercise give you greater marketing value, it also is a nice thank you to those people who continue to visit your web site and support what it is you are doing.

&copy Lunarpages Web Hosting - Also, don’t forget to follow @lunarpages on Twitter!

Original post by Mitch

10 Awesome Blog Clients to Help You Write

Monday, June 22nd, 2009

Great tools do not make you a great writer, however it can make you a more productive one.  Here are ten of my favorite blog clients – in no specific order.  By using a desktop client to update your blog (rather than the web site interface) you can often gain features like being able to draft a post locally, or get your hands on even more tools to edit your articles.  These selections have those abilities and many more included.

w.bloggar – The one I remember being around the longest is w.bloggar.  This blogging tool will work with a number of different publishing platforms and doesn’t disappoint as far as features go.

w.bloggar makes posting easier

Qumana – A really simple desktop editing tool, Qumana gives you all the publishing power you would need to write and save your post and to post to any of your blogs.

Qumana is a simple desktop blog editing tool.

BlogDesk – BlogDesk makes it easy to write, speeds up lavish processes and assists the author with smart features.

BlogDesk makes updating easy!

Windows Live Writer – This is the tool I’ve been using for a while.  Microsoft has gotten it right when it comes to the WLW.  Now if they could just make the rest of their software lineup this easy to use and feature rich.

Windows Live Writer is my own personal favorite!

PosҊBlog – a freeware handy blog editor that includes “live” spellchecking, instant image uploading, and an easy to use compose window to get all your writing done.

Post2Blog rocks!

Thingamablog – A cross-platform, standalone blogging application that makes authoring and publishing your weblogs almost effortless.

Thingamablog has an interesting name to say the least.

WriteToMyBlog – The only “online” application on the list, WriteToMyBlog is a free word processor for your blog that will allow you to update your posts from anywhere.

WriteToMyBlog is a perfect WYSIWYG online blog editor.

Zoundry Raven – A next-generation WYSIWYG blog editor that makes posting to your blogs easier and faster.  It includes simple tools to add links, tags, photos, music, videos and more.

Raven makes posting to your blog fast and easy.

ScribeFire – You can not forget about this handy Firefox add-on.  ScribeFire mixes your browser with a powerful blog editor that can stand up to any separately installed program.

ScribeFire + WordPress = Awesomeness

JBlog Editor – Although it is no longer under active development, it is still ne neat tool to use to manage your blog from the desktop.

JBlog Editor is an oldie but a goodie.

There you have it, the best of the blog editing clients out there right now. Do you have another favorite that I forgot to mention?  How about Mac and Linux fans – what clients do you use?  Be sure to leave your suggestions, ideas and endless praise to the comments.

Related Tips and Tricks:

© Lunarpages Web Hosting - Also, don′t forget to follow @lunarpages on Twitter!

Original post by Mitch