How to Create a Form in HTML That Can Be Submitted to an Email Address

Using basic tools--a text editor, browser, and email client--you can create a basic form that sends information you request to an email address. This method employs basic form elements and requires no special programs on a web server.
This may work fine in a controlled, internal business environment. However, remember that this method is of limited usefulness as Internet users shift from desktop mail clients to webmail services such as Gmail. Your visitors will also receive security warnings when trying to submit forms this way. There exist many free or paid services that do allow you to collect form information from visitors who choose to use webmail.

Steps

  1. Open a blank text editor session (e.g. Notepad under Windows) or if you have access to a web page editing tool, create a basic web page.

  2. Create a web page using the basic HTML skeleton:
    <html>
    <head>
    <title>Insert Your Title Here</title>
    </head>
    <body>
    </body>
    </html>
    
  3. Enter each of these tags on a separate line, except for the <title> and </title> tags, which can go on the same line. Web pages do not require this formatting, but it does make reading web documents easier for mortal humans.
  4. In between the <title> and </title> tags, insert the name of this page or project, e.g. the information you intend that the page requests.
  5. Hit {Enter} after the <body> tag.
  6. On the resulting line, type the following code, replacing the email address with the email address to which you wish the form sent:
    <form action="MAILTO:user@emailserver.ext" method="GET" enctype="text/plain">
    
  7. Hit {Enter} twice and type </form> just before the closing </html> tag.
  8. To start your form elements, decide whether you would like to use radio buttons (only one clickable response from a list of choices), checkboxes (multiple responses from a list), dropdown list boxes, or a text box.
  9. To create any question, type it in the web document under the <form> tag on its own line. For instance,
    <p> 1. What is your favorite vacation spot?</p>
    
    would display that question on the page.
  10. To create a radio button, type
    <input type="radio" name="1" value="The Scottish Highlands"> The Scottish Highlands
    
  11. The type tells the browser to display a radio button. The name of all related buttons must share a name. All radio buttons named "1" are mutually exclusive, that is, users can select only one from the group. The value will be passed to the email message, and the text after the <input...> tag gets displayed by the browser. Create more radio buttons for all related responses.
  12. Additional radio buttons have to have a different name.
  13. Checkboxes work in the same manner, but the code uses the type="checkbox" instead. E.g.
    <input type="checkbox" name="2" value="Antarctica" /> Where there be penguins.
    Checkboxes are not mutually exclusive, i.e. you may select every member of a checkbox group.
    
  14. A text box displays a box into which a user may type an open ended answer. The code looks like:
    <input type="text" name="3" size="100">
    
  15. The size may be adjusted to enlarge the box, and represents the number of characters that should fit in the box based on the base font of the web page.
  16. Type the following code to create a drop-down box from which users may select from a number of options:
    <select name="vacation_spots">
    <option value="Choose one:" selected="selected">Choose one:</option>
    <option value="Manunka Chunk, NJ">Manunka Chunk, NJ</option>
    <option value="Arthur's Seat">Arthur's Seat, Edinburgh, Scotland</option>
    <option value="Cicely, AK">Cicely, AK</option>
    </select>
    
  17. The selected="selected" attribute means that this option appears selected as the default value when the page loads.
  18. Type the following two lines at the bottom of the document just above the </form> tag to place buttons in your document that will send or reset the form:
    <input type="submit" value="Send">
    <input type="reset" value="Reset">
    
  19. Choose File, Save As in your text processor, give your document a filename, and add the extension .htm or .html to the end of this filename so that web browsers will recognize this document as a web page.
  20. Preview your page by opening it in a web browser. In Firefox, for example, go to File, Open File, or hit Ctrl-O or Command-O to open a new document.
  21. Browse to the file you created and hit OK to open the web form.
  22. Test by selecting some buttons and clicking on Send to send the form answers.
  23. When a user clicks Send, the user responses will appear in a new mail message with the name and value written in the body of the message.


Tips

  • To get back to your document to edit it in a text processor, remember that the text file has a different extension, and so will not appear if you list files of type *.txt. Choose to list All Files to see the files with an *.htm or *.html ending.
  • Multitask to make your work easier: open instances of your text processor, browser, and email programs and switch between them.

Warnings

  • Web pages are text documents saved with an *.htm or *.html ending. Not saving with this ending may confuse the broswer which may not render your page properly.
  • E-mail is not encrypted so this is not suitable for collecting confidential information (such as health or credit card information). Fortunately, many reputable services exist to help you collect such information.

Things You'll Need

  • A text editor, e.g. Notepad.
  • A web browser, such as Mozilla Firefox.
  • A computer configured with a working mail client for testing purposes.

 

How to Get Rid of the Blogger Navigation Bar

If you want to get rid of the navigation bar on your Blogger blog/s it's a very easy process. You don't need to be an expert coder or know very much about HTML.


Steps

  1. The only real reason to get rid of the navigation bar is if you want your blog to look like a blog that isn't hosted on a free service. If it doesn't matter to you then you
  2. Place the following code just before the </head> tag:
    • navbar1 {margin: 0;padding: 0;display: none;visibility: hidden;}
  3. If for some reason that doesn't work for you, try this code:
    • navbar-iframe { height:0px; visibility:hidden; display:none; }
      • The navigation bar will be hidden from view.

Tips

  • Removing the navigation bar is not a violation of Blogger TOS (terms of service). And never has been. So don't worry about removing it.

Warnings

  • You should however, as sometimes TOS do change from time to time, periodically (every 6 months or so) check to see if it becomes a violation.

Resize and optimize an image for the Web in Photoshop

    Resize and optimize an image for the Web using the Save for Web dialog box in Photoshop.
    When you save an image for the Web, you must balance maintaining image quality with minimizing file size and thus download time. The Save for Web dialog box lets you preview different optimization settings. Each preview includes file size and estimated download time. Thus, without altering the original image, you can see the results of various settings and choose the setting that best meets your needs.
  1. Open the image in Photoshop, and choose File > Save for Web.
  2. In the Save for Web dialog box, click the 4-Up tab. The dialog box displays the original image and three previews using different optimization settings.
  3. Click a preview to select it, and then choose a file format preset from the Preset pop-up menu to see the difference in quality. Repeat as needed for each preview. Choose presets based on the file format appropriate for your image:
    • JPEG for continuous tone images, such as photographs. JPEG compression preserves a broad range of color and subtle variations in brightness, but does not support transparency.
    • GIF for animations, solid-color images, and images with repetitive color, such as line art and logos. GIF supports transparency.
    • PNG-8 for solid-color images with sharp detail. Note that many older browsers do not support the PNG format.
    • PNG-24 for continuous tone images, such as photographs. PNG-24 preserves transparency, a broad range of color, and subtle variations in brightness. Note that many older browsers do not support the PNG format.
  4. Choose 200% from the zoom pop-up menu at the bottom left corner of the dialog box. Zooming in lets you examine the detail in each of the previews.
  5. If you want to compare other areas of the image, click the Hand tool (on the upper left side of the dialog box) and drag the image. All the previews move together.
  6. If you want to resize the image, click the Image size tab on the right side of the dialog box. Enter the desired dimensions for Width and Height. Click the Apply button in the tab. (When you save the file, Photoshop resizes only the Web-optimized version.)
  7. Select the preview that best meets your needs, and click Save.
  8. In the Save Optimized As dialog box, locate the folder in which you want to save the image, type a name for the file, and click Save.

Create a gallery of images for the Web (Photoshop)

    Create a Web page gallery of image thumbnails that link to larger versions.
  1. Choose File > Browse to open the File Browser.
  2. In the Folders palette of the File browser, click the folder containing the photos you want to include on your Web page. Photoshop® displays thumbnail versions of the images in the order they will appear in the gallery.
  3. To rearrange the order of the images, drag the thumbnail images to the location you want. As you drag, a black band appears between the images to indicate where the image will be inserted.
  4. If you want to include only some of the images in your gallery, select the thumbnails of the images you want to include. Shift-click to select contiguous images. Ctrl-click (Windows) or Command-click (Mac OS) to select additional images.
  5. In the menu bar at the top of the File Browser window, choose Automate > Web Photo Gallery.
  6. In the Site area of the Web Photo Gallery dialog box, choose a layout from the Styles menu. A preview of the selected gallery style appears at the right side of the dialog box.
  7. In the Source Images area, click the Destination button and locate the folder in which you want to save the gallery files. Then, click OK.
  8. In the Options area, choose Banner from the Options menu. Highlight the Site Name field, and type a name for the site.
  9. To customize other elements of the gallery, such as the size of the thumbnails or linked images, choose other options from the Options menu, and change the settings as appropriate.
  10. When you are satisfied with the settings, click OK. Photoshop creates the gallery page and a separate page for each image in the gallery.

Creating an HTML file (Windows)

If you’re reading this page you must be a Windows XP user. If not, you might want to skip a couple of pages ahead. Or, if you just want to sit in the back and not ask questions, we’re okay with that too. To create HTML files in XP we’re going to use Notepad – it ships with every copy of Windows, the price is right, and it’s easy to use. If you’ve got your own favorite editor that runs on XP, that’s fine too; just make sure you can create a plain text file with an “.html” extension.
Assuming you’re using Notepad, here’s how you’re going to create your first HTML file.

Step one:

You’ll find the Notepad application in Accessories. The easiest way to get there is to click on the “Start” menu, then on “All Programs”, then “Accessories”. You’ll see Notepad listed there.


Step two:

Open Notepad
Once you’ve located Notepad in the
Accessories folder, go ahead and click
on it. You’ll see a blank window ready
for you to start typing HTML.







Step three (optional):

Don’t hide extensions of well
known file types.
By default XP’s File Explorer hides the
file extensions of well known file types.
For example, a file named, “Irule.html”
will be shown in the Explorer as “Irule”
without its “.html” extension.
It’s much less confusing if XP shows
you these extensions, so let’s change
your folder options so you can see the
file extensions.
First, in any Explorer window select
“Folder Options...” from the Tools
menu.
Next, in the “View” tab, under
“Advanced settings”, scroll down until
you see “Hide extensions for known file
types” and uncheck this option.
That’s it. Click on the OK button to
save the preference and you’ll now see
the file extensions in the Explorer.

What's the Difference Between JPEG and GIF?

Images are just images, right? Well, actually there are a zillion formats for images out there in the world, all with their own strengths and weaknesses. But luckily, only two of those formats are commonly used on the Web: JPEG and GIF. The only tricky part is deciding which to use when.

Use JPEG for photos complex graphics

1. Works best for continuous tone images, like photographs.
2. Can represent images with up to 16 million different color.
3. Is a "lossy" format because to reduce the file size, it throws away some
information about the image.
4. Doesn't support transparency.

Use GIF for images with solid colors, logos, and geometric shapes

1. Works best for images with a few solid colors, and images with lines, like logos, clip art, and small text in images.
2. Can represent images with up to 256 different color.
3. GIF also compresses the file to reduce its size, but doesn't throws anything way. So, it is a "loss less" format.
4. Allows one background color to be set to "transparent" so that anything underneath the image will show through.

Basic Tags for Building Mortised Sites

Out of more than 110 XHTML tags. a designer only need to know a small number of them to build mortised sites with basic form functionality. Rather than spending time learning more tags, the designer can spend time logically and creatively manipulating this limited number of tags with CSS, rather than hundreds of lines of code. Included in table below is a list of popular tags, along with some of their possible attributes and uses.

Basic Tags for Building Mortised Sites

<html>
Standard tag used in all pages, except include files. Closed at end of page with </html>.

<head>
Standard tag used in all pages, except include files. Closed at the end of the header information  with </head>.

<title>
Standard tag used in all pages, except include files. Closed with </title>.

<meta name=" " content=" ">
Standard tag used on pages. This tag provide information, determined by the designer,  to be indexed by search engines. It is usually placed between the <head> and </head> tags.

<body>
Standard tag used in all pages. All content seen by the user falls within this tag set. Closed at the end of the page with </body>.

<p>, <br />
Essential for breaking lines in page layout. The <p> tag also can be used when applying a style to a block of text and/or images. The <p> tag is closed with </p>, and the <br /> is simply closed within itself.  

<table>
Essential tag for building tables. Closed at the end of the table with </table>

<tr>
Essential tag for building table rows. Closed with </tr>.

<td>
Essential tag for creating table cells. Closed with a </td>.

<img src=" " width=" " height=" " alt=" " border=" " name=" " />
Essential for adding images to a page. The forward slash (/) is included in the tag so that it closes itself.

<a href=" " class=" " target=" " />
Essential for linking to pages, documents, and images. Closed with </a>.

<div class=" " style=" ">
Used with CSS usually to control font size and color, images, multiple block-level elements, and content positioning. Closed with </div>.
<span class=" " style =" "> 
Used to add styles to content. Closed with </span>.

<strong>
Used to bold text when it is not controlled using a style that is associated with text.
Closed with </strong>.

<!— comment —> 
Used to comment code. Used for all comments—single and multiple lines.

<form id=" " name=" " action=" " method=" ">
Used to create forms in XHMTL. Closed with </form>.

<input type=" " id=" " name=" " value=" " /> 
Input is used to create form fields, such as “text,” “radio,” and “checkbox.” The tag closes itself with a forward slash (/).

<label for=" " id=" ">
Used for positioning elements with fields in a form.

<textarea> 
Used for large text input entries. Closed with </textarea>.

<select id=" " name=" " multiple="multiple">
Used for dropdown form elements. Closed with </select>.

<option selected="selected" value=" " label=" "> 
Used to delineate individual items in a dropdown form field. Closed with </option>.

How to Learn XHTML




XHTML stands for eXtensible HyperText Markup Language and is HTML written in an XML dialect. This is an advantage because programs for parsing XML are common and relatively simple, compared to HTML parsers which must be highly complex to interpret the "loose" syntax of HTML. XHTML is a standardized language that (ideally) can be read by any kind of web browser, including those on mobile phones and those that display information as speech or braille for disabled users.

Steps


  1. Before you can learn XHTML, you should first have a basic knowledge of HTML. XHTML is written exactly like HTML, with a few stipulations:
  2.  Because XHTML documents are a type of XML document, they need an XML prologue. This should be placed at the very top of your document, and is written like: <?xml version='1.0' encoding=utf-8' ?> Adjust the encoding attribute to the proper encoding of your document. In most cases, this will be UTF-8.
  3. All XHTML documents must have a Document Type Declaration (DOCTYPE) right after the XML prologue. The current version of XHTML, XHTML 1.0, defines three DTD's. These are "Strict", "Transitional", and "Frameset". Unless you have a good reason to do otherwise, use the Strict DTD. The DOCTYPE for the Strict DTD is: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  4. All tag names must be in lower case. For example, use <p></p> for a paragraph instead of <P></P>.
  5. All tags must be closed. For example, if you use <p> to start a paragraph, make sure there is a closing </p> at the end. Empty elements, such as <br> and <img> (which have no content inside of them) must be closed as well. Put a slash at the end of the tag: <br /> is the correct XHTML syntax for a line break.
  6. Tags must be correctly nested. This was also a requirement in HTML, but is especially important for XHTML. For example <b><i>Some text</b></i> is incorrect, because the <b> tag is being closed before the <i> tag even though it started first. The correct syntax would be: <b><i>Some text</i></b>.
  7. All attributes must be quoted. In HTML it would be valid to write <a href=nextPage.html>Next Page</a>. However, in XHTML all attributes must be quoted: <a href="nextPage.html">Next Page</a>.
  8. Minimized attributes should be written in the long form. For example: <input type="checkbox" checked> should be <input type="checkbox" checked="checked" />).
  9. Separate content and presentation. Use XHTML for the content of your document (such as text, images, links, etc.) and use CSS (Cascading Style Sheets) to dictate how that content should be displayed to the user. HTML tags that are used for presentation (such as <font>) should not be used.

Tips

  • Using a good editor for writing your code will help you to make fewer mistakes and write good XHTML. Editors designed with programming in mind such as PSPad, Notepad++ and Emacs provide features such as colored syntax highlighting which can help you quickly spot errors in your markup.
  • For the most up-to-date information visit The World Wide Web Consortium which sets the standards for XHTML and other web technologies.
  • Valid XHTML should pass the W3C Validation Test. This test will tell you if there are problems in your code and how to fix them.

Warnings

  • Be careful to close all tags, even empty elements. This may seem pointless, but it is good practice and essential if you wish to write valid XHTML.
  • Although XHTML is designed to be backwards compatible, you might run into issues using it on very old browsers.
  • The DOCTYPE is not a tag; it does not need to be closed.
  • Microsoft Internet Explorer 8 (and versions prior) does not treat HTML and XHTML documents differently when served with the MIME type of text/html. The recommended MIME type of application/xhtml+xml is only supported in IE9+.
  • If the XML declaration is included, the page is displayed in quirks mode in Microsoft Internet Explorer 6 (this is a bug).
  • Due to problems with XHTML, it is recommended to stick with HTML 4.01 or use the upcoming HTML 5 standard.

 

Things You'll Need

 

A text editor such as Notepad which allows you to save files as plain text. Word processors, such as Microsoft Office Word, are not particularly useful because they add extra unwanted text which makes your web page non-compliant.

Source : wikiHow

 

How to Create a Blog Following

People who read your blog on a regular basis are known as your blog followers. They can include people other than your blog subscribers (people who have accepted a subscription for your blog to keep up with latest updates), although having many people with subscriptions to your blog certainly does indicate a loyal following. There are many effective ways to create a blog following and increase the number of people following your blog.

Steps

  1. Allow readers to choose from many blog subscription methods. Here are some options that you can provide.
  2. Focus your blog on a particular topic. Choose a topic that you specialize in or at least you are familiar with so you can write about it with a knowledgeable tone. The topic should be something that can retain your readership for a long time rather than just being a time-sensitive subject that people will lose interest in later on.
  3. Offer incentives for people to follow your blog. For example, you can create a blog following by offering a free ebook to encourage people to subscribe to your blog.
  4. Trade links with other bloggers. This will make followers of other blogs come to your blog and start following it.
  5. Create and advertise a blog subscription page that provides all the details about subscribing to your blog. If people don't have time to read your blog right away they may still decide to subscribe to it when they see your advertisement so they can read it later on.
  6. Be an active blogger who participates in discussions and posts comments on other blogs. This will intrigue people to find out more about you and become blog followers. Mention your blog as much as you can. You could discuss it in social gatherings, at your workplace or in online chatrooms. The more people know about your blog the more they will want to follow it.
  7. Ask for feedback. People like to discuss information rather than just read a one-sided story. Encourage everyone from your most loyal blog subscribers to new readers to leave comments under blog posts or email you to share their opinions.
Source : wikiHow

How To Create Google Custom Search Engine?



When it comes to crawling the internet or a website nothing can surely beat Google's searching technique. Blogger Templates that are found in various designs and colours often have custom search boxes in it, which I am sure you might have observed are incapable of displaying the relevant results. These search boxes by default are limited to their ability of searching each and every word of your blog. The best solution is to use Google Custom Search Engines (CSE) that are extremely efficient in digging out the most important data from your blog and displays it to the visitor. This increases the number of pageviews and page impressions of your blog because the reader is kept engaged in reading more and more. Further you can easily integrate your Google AdSense Ads to your Google Custom Search box, which again increases your blog revenue for every click made on the search results. So lets create and install a beautiful Google Search box for your blog.

How To Create a Google Custom Search Engine?

 

1. Go To Google CSE
2. Hit the create custom search engine button
3. Fill the form as shown in the screenshot below,

    4. The Click the next button and choose the Design for your search engine. You can click   the     "Customize" button to edit the colours and look.


      5. Hit the next button and then click the "Look and feel" link on the next page as shown    below,


         It will bring you a page where you will find three layout options i.e Full -width, Compact and     Two Column as shown below,

         
        • If you wish to add the search box just below posts then choose Full-width
        • Or if you wish to display the box and results on the sidebar then choose compact
        • Else if you wish to add your search box to your sidebar and display the search results above the post title then choose Two Column
         
          6.  Finally hit "save & get code" button and jump to the next part of our tutorial.

        How To Increase Alexa Page Rank


        The alexa pagerank is calculated from data collected from surfers that have the Alexa toolbar installed in their browser. Basically it is a measure of your popularity relative to the other sites. You can drop in the rankings and still get the same amount of traffic that you always did. The alexa pagerank of your website is affected by the traffic that visits your website and the traffic that all of the other websites receive. So you can have your page rank go up or down even if you get exactly the same amount of traffic everyday. The change in your page rank would then be caused by the traffic the other sites on the internet get. Feel free to check the alexa pagerank of as many webpages as you wish with our online free alexa pagerank checker.

        How to increase alexa paga rank?
        1. Install alexa toolbar in your website if you use IE and alexa search status add-on for Fire fox.
        2. Create a blog/website to be the default home page on the browser, so that when the browser first opened, your blog will show automatically.
        3. Recommendations your blog to your friends and relatives to use the alexa toolbar. Create a review on alexa, at least, get a visitor to use the blog in alexa’ browser toolbar and why so important to use.
        4. Submit to blog sites as a means Social Bookmark Ping.
        5. Write content that is good, so many that come and willing to wait the next meal.
        6. Place the alexa widget, and do not be ashamed even though its traffic rank is still millions. For example I, alexa traffic rank am still I 21.309.160. According to some information, if only blog visitors to click the “alexa traffic rank” are considered the same as 1 visitor.
        7. Leaved impression your blog URL in every comment or blog you visit.
        8. Take advantage of the service alexa auto surf. What is alexa auto surf, please read the information here.

        Costumizing Your Header : Add an Image



        I just love the Minima template. It is so versatile. New discoveries keep turning up. My last great discovery was how to tweak the heading to my liking. It involves:
        1. finding an image and cropping it to fit
        2. upload this image to your web host
        3. put this code in your template between the <style> and </style> tags in your blogger template or you can put above ]]></b:skin>

          #header {
          width:660px;
          margin:0 auto 10px;
          border:1px solid #ccc;
          background: #fff url(http://your image.jpg) no-repeat top right;
          }
        4. change the URL between the parenthesis from http://your image.jpg to the URL assigned by your web host
        You notice that it says "no-repeat top right". That moved my image to the right. You can change that to left or center. Depends on your design. Late one night I was surfing and found a great use of a small graphic on the left...if only I had saved the site. But, that was my inspiration.


        Source : BlogU

        How to Tell the Different Between Blogs and Websites

        You may feel that if you can get to it on the web then it must be a website. But there are a number of differences between a true website and a blog. In this article, you'll learn how to spot the basic differences and use these to your advantage when deciding which type of content to create.

        Steps


        Examine the content of blogs. The following content is fairly typical of a standard blog.
        They:
        • Are like daily journals with the most recent data at the top.
        • Are programmed platforms to allow anyone to easily create a space on the web.
        • Store older posts in archives.
        • Also designs come in layouts, or must be done with-in certain boundaries.
        • Typically do not allow server side scripting.
        Contrast these features with a website. The following website features are different from blogs. They:
        • Do not make posts, but rather add the data to a page for viewing.
        • Are written in a code by the website designer educated in that code.
        • Have unlimited storage on multiple pages that can be viewed on one screen.
        • Have almost no boundaries to what you can design or create to display.
        • Require server side scripting to perform more complex tasks.
        Consider the content that both websites and blogs have in common. They:
        • Can be written in Html Code for certain portions of what is displayed.
        • Are viable means of keeping an audience up-to-date on a particular subject.
        • Are the basic content of the web.
        • Can be hosted under a domain name of your choice providing it is available.
        Decide which works best for you. Some things to keep in mind when deciding include:
        • If you know very little about HTML you will want to use a blog.
        • If you're looking for free hosting, be sure you have php support.
        • Learn HTML, PHP, and Ajax these are the basic building blocks of websites and invaluable to know when on the web.

        Warnings

        • Sharing too much personal information can endanger you and your home.
        • Check a free hosting site out before giving any personal info.

        Source : wikiHow

        Get People to Read Your Blog

        Chances are people are not reading your blog. That’s not because they don’t like you, most likely they don’t even know you exist, and that’s your fault. There are a gazillion blogs out there, and most of them are bad, to be honest. Yours might not, though, so I’m willing to have a look. But how am I to find it? And why should I stay along at all?
         

        Steps


        Comment on other people's blog posts. That works, you know, don’t be shy – tooting your horn is something you need to learn. Sometimes reading other people’s blog is the best way to get lots of traffic in the long run, since it can award itself with links, trackbacks and the like.

        Submit your posts to social tools, like StumbleUpon, Digg, Reddit, and Splashpress’ own Blogosphere News. That’s a very natural way to reach your niche, and if they're interested in it they might end up reading something on your blog.

        Write great headlines. If people see a link with a true eye-catcher they're more likely to click it, than something boring like “New plugin out now” – now what’s up with that? Writing snappy headlines is an art by itself. I admire people who can do that.

        Does your blog look poorly put together? And have people seen it a thousand times before? Content may be King, but if you present it in a bad way people just won’t read it. Small fonts, lousy contrast, crappy design – they’re all turnoffs and they won’t make anyone subscribe to your RSS feed, read your posts, or get active in your comments. Looks is important, because first impressions last.

        Actually, does your blog even function like it should? There are too many blogs with dead links, plugins that bugs out, and other problems. It doesn’t even have to be a bug in the code, it could be your lousy implantation of functionality that people don’t want or need. Don’t clutter it with widgets and thousands of “cool things”, or they’re gone.

        Don’t clutter it at all! Seriously. Less is actually more.

        Explain somewhere what your blog is all about, why you’re blogging, and what the reader can expect from it, or they'll be bored and leave. Surprising your readers is fine, but if the turns are too sharp you’re sure to lose a bunch in the process.

        Be consistent with your updates. You know, you should post more or less the same amount of content all the time. If not, your readers might wonder where you are (if they're an avid reader), or forget about you (if you haven’t impressed them yet).

        Source : wikiHow

        How to create and add Sitemap of Blogger blog to Google Webmaster Tools ?

        It is important to add blogger blog sitemaps to Google Webmaster Tools. This will help Google to index the pages of your blog more effectively. It is a good SEO idea to add your blog site to Google Webmaster Tools .This will not only help you to analyze your blog but also gives a chance to get indexed in Google search in a better way. Google Webmaster Tools provides you services like details of search queries, crawl stats, Google subscriber stats to name a few.

        If you have not added your blog to Google Webmaster Tools you can do it by following few simple steps :

        • Login to Google webmaster tools using your Google account.
        • Submit your site by clicking the ‘Add a Site’ button.
        • Verify your site using by clicking the verify link next to your new site in the dashboard page.
        • Select a verification method. Here either you can add a meta tag to your home page between the tag. Or you can upload an HTML file as specified by Google. After doing this click the verify button.
        That is it!.

        Google will crawl your home page and will verify it. This is enough for adding and verifying your site.
        Google webmaster tools will start crawling your site and will give you the required reports.
        Once you have added your blogger blog to Google Webmaster Tools you need to add Sitemap of your blog to Google Webmaster Tools
        If you dont know how to create Sitemap for Blogger blog see it here.
        How to create a sitemap of blogger blog | blogspot blog
        Once you are ready to add your Sitemap to Google Webmaster Tools login to Google Webmaster Tools and click your website link in the dashboard and select the ‘Sitemaps’ menu.
        Enter the sitemap url in the text box provided and click submit button.
        Now Google will process the sitemap of your website and will index the pages accordingly.

        Source :  www.globinch.com

        Create Scrolling Recent Post

        Scroll Box is often found on blogs, serves to save space on the blog so that page views are not too long, as in posting a few months ago entitled Adding a Scroll Box In Blogger with examples of the display as follows:



        How to create a scrolling bar / Box Scroll by Title Recent Post on Blogger.
        Ok is that so, follow these easy steps below:


        Blogger Login>> Dashboard>> Layout>> Add Gadget>> HTML Script
        Copy Code Here:


        <div style="overflow:auto;width:300px;height:200px;padding:10px;border:1px solid #eee">
         
        <script language="JavaScript" src="http://feed2js.org//feed2js.php?src=http%3A%2F%2Fwww.yourblog.blogspot.com%2Ffeeds%2Fposts%2Fdefault&amp;num=10" type="text/javascript"></script>

        </div>

        Remember to replace yourblog.blogspot.com with your blog.. Blue Color = The number of posts you want displayed, 300 = width BoxScroll size, 200 = high Scroll Box size
        10   = 
        the number of posts to be displayed 

        Good luck

        Add Google Translate to Your Blog

        1. Go to DesignPage Elements and Add a Gadget
        2. Select HTML/JavaScript 
        3. Fill : Title with Translate and Content copy script this below.
                      
        <div id="google_translate_element"></div><script>
        function googleTranslateElementInit() {
          new google.translate.TranslateElement({
            pageLanguage: 'en'
          }, 'google_translate_element');
        }
        </script><script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>

        4. Save 




        Remove - Subcribe To : Posts (Atom)

        • Go to dashboard/ template/ edit HTML
        • Click the 'Expand Widgets Templates' box
          • Find:

            <b:if cond='data:blog.pageType != "item"'> <!-- Blog feed links -->
            <b:if cond='data:feedLinks'>
            <div class='blog-feeds'>
            <b:include data='feedLinks' name='feedLinksBody'/>
            </div>
            </b:if>

            Remove this line:
            <b:include data='feedLinks' name='feedLinksBody'/>
            That should remove Posts (Atom).


            Source : bloggeruniversity.blogspot.com

            Create Sitemap/TOC for Blogger

            Most bloggers who are on the Blogger platform will be wanting to create a Sitemap/TOC (Table Of Contents) for their blog, unfortunately we cannot create a xml Sitemap for Blogger blogs for submission to Google, Yahoo and Bing, but we can surely submit our atom feed as a sitemap. A Sitemap/TOC is a good and comprehensive way of displaying your posts. Today I'll show you how a create Sitemap for your blog that is neat and sorted by labels, with the help of which visitors can easily find content on your blog using the browsers (CTRL+F keys).

            The best part of this widget is that it generates links automatically and you don't have to add links to your post every time you publish a post. It will also highlight new posts with the "New !!" text next to your post title. I would like to thank Abu-Farhan who is the author of this widget. You can take a look at the Sitemap of my blog.

            How to create a Sitemap/TOC:

            1. Create a page- Go to posting tab > Edit Page > Create New Page. Type a suitable title for the Sitemap of your blog e.g Sitemap or TOC.

            2. Now select the Edit HTML tab and copy paste the code in the box below:
            <script style="text/javascript" src="http://www.abu-farhan.com/script/daftarisiblogger/blogtoc-min.js"></script>
            <script src="http://www.alfriana.blogspot.com/feeds/posts/default?max-results=9999&amp;alt=json-in-script&amp;callback=loadtoc"></script>

            Now change [http://www.alfriana.blogspot.com] with the URL of your blog. That's it ! You now have a Sitemap for your Blog, you can also add an introduction before the script code.


             Source : www.technetsavvy.com

            Change Your Posting Date With Calendar Icon



              Bored with those "default" format of the post date function ?
              And want some nice calendar icon to replace the normal format of your post date function ?
              Here is the final result of your calendar icon would be :



              Ok, let me explain the steps :

              1
              . The first thing you have to do is change your "date header format" to become mm/dd/yyyy (8/16/2009). How to do this? go to your blogger account, then chose "Setting --> Formatting, change "date header format" to become what I said before (mm/dd/yyyy) then save your setting.

              2
              . Next step is go to tabs "Template --> Edit HTML". Don't forget to backup your template first. Click on a "Expand Widget Templates" check box. OK lets go to the deep trick.

              3
              . Find this code <TITLE><data:blog.pageTitle/></TITLE> in your HTML. If you found it, put the code below under it :

              <SCRIPT type='text/javascript'>
              //<![CDATA[
              /*********************************/
              /* author: Hary Purnomo
              /* notes: change your blog date setting into mm/dd/yyyy
              /* please do not remove this credit notes
              /*********************************/
              function UbahTanggal(date) {
              var arrayStr = date.split('/');
              var bulan = arrayStr[0], tanggal = arrayStr[1], tahun = arrayStr[2];
              var strBulan =
              ['0','Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'];
              document.write("<div class='bulan'>"+strBulan[bulan]+"</div>"+"<div class='tanggal'>"+tanggal+"</div>");
              }
              //]]>
              </SCRIPT>


              4. Find your "post" CSS section first, something to be like this :

              .post {
              background:#fff;
              float: left;
              width: 475px;
              margin-bottom:10px;
              padding: 10px;
              overflow:hidden;
              border:1px solid #cfcfcf;
              }

              *find the keyword ".post" with search function of your browser.

              5. OK, after you found it, put some below codes under it :

              /* >>> add by Hary Purnomo */
              .post-date
              {

              }
              .post-date .warnaCoklatPutih
              {
              -x-system-font:none;
              background:transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgihV6TpbUF578Z-8i48ROB4y5fu6JhMO24DRWrkoKZVRk_EDmc_B9eZRxo2GfFDNW3bByspZvbiGucoA1FAUjv0Tl8OeSo87e-LnXDzddkFGbp9UFq0HhGg7CiSyA6Lrng5J2o-ank6hg/s400/brown-calendar.gif) no-repeat scroll 0 0;
              color:#666666;
              float:left;
              font-family:Arial;
              font-size:22px;
              font-size-adjust:none;
              font-stretch:normal;
              font-style:normal;
              font-variant:normal;
              font-weight:normal;
              height:50px;
              line-height:100%;
              padding:0 5px 0 0;
              text-align:center;
              width:45px;
              }
              .post-date .tanggal
              {
              padding:1px 0 0 0;
              }
              .post-date .bulan
              {
              -x-system-font:none;
              color:#FFFFFF;
              display:block;
              font-family:Arial;
              font-size:11px;
              font-size-adjust:none;
              font-stretch:normal;
              font-style:normal;
              font-variant:normal;
              font-weight:normal;
              height:16px;
              line-height:normal;
              padding-top:5px;
              text-align:center;
              }
              /* >>> add by Hary Purnomo */

              Code https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgihV6TpbUF578Z-8i48ROB4y5fu6JhMO24DRWrkoKZVRk_EDmc_B9eZRxo2GfFDNW3bByspZvbiGucoA1FAUjv0Tl8OeSo87e-LnXDzddkFGbp9UFq0HhGg7CiSyA6Lrng5J2o-ank6hg/s400/brown-calendar.gif is the place for calender icon, you can change it with your own image or use my image above. What to do is change the red text with your own pictures code

              6. Next step is find this code <data:post.dateHeader/> . The easy way to find it is by copying the code the press Ctrl-F then paste to the shown box, you will found the code immediately. If you didn't anything you can find it manually. OK, If you found it change the code with the below script :

              <div class="post-date"><div class="warnaCoklatPutih"><script>UbahTanggal('<data:post.dateHeader/>');</script></div></div>


              7. Save your editting, and see the result, is it working? :)

              Good Luck ............

              Source :

              How to Start a Blog & Make Money Online in 10 Easy Steps

              Will power! making life easier forgetting all that is bad and progressing with what is healthy, relaxing and having a calm mind. Can you quit what is killing? Can you save what is needed? if you are relaxed and open its easier to express and bond, witch is why we try to help those who are struggling with the just do it attitude. visit http://www.successconsciousness.com/index_000006.htm for advanced ways and expert advice on will power.

              and powerful over your actions.

              Steps

              1. Purchase a planning book, diary, calendar etc. making sure you write down what is best for yourself and what you think you can achieve on each day, i say achieve because the littlest things at the beginning seem like a milestone, once you are motivated enough achievements turn into routines then you find yourself in control and powerful over your actions. 
              2. Remember the just do it attitude!
              3. depending on what your goals are there are different way to achieving them but it always comes down to You!
              4. words of wisdom.
              5. Planning: making sure everything is according to fit in with your lifestyle. change can be hard.
              6. Walks: walking once a day to think and refresh the mind is easily the best thing for everybody, either with friends pets or by yourself.
              7. Motivation & inspiration: obtain information from other sources such as the web other people to enclose a easier self-inflicted way to push for you want. others can be dreams you have always wanted or celebs that catch your eye.
              8. Eating: Healthy eating is one of the best thing for the body. Remember the main 5 a day fruits healthy snacks through the day and a filling evening meal changing the menu most days.
              9. Quitting: What is bad for you and others around you!
              10. Confidence: always thinking positive will boost your confidence.
              11. things get hard when pushing yourself to hard but once that barrier has gone with confidence you will shine as an individual to others and yourself.
              12. Control: a main factor. having control and power over your actions will lead you to success. knowing what's wrong and write before acting will help you control your inner self to not rage over nothing. being the strong and dominant person in your mind helps your ability to control how to maintain that vision for success
              13. Understand All these actions will be taken out in every day life.
              14. there is one main push behind all of them and that's the Just Do It! Attitude you need to take away with you a keep for yourself.

              Source : wikiHow