Home About-us Privacy Policy Contact-us Services

Monday 4 August 2014

CREATE AN RSS FEED FOR YOUR BLOGGER

By With No comments:
RSS feeds:

It is a service that enables visitor to follow the latest news favorite positions in one place and feed the idea to pursue and bring all the new threads of my favorite sites for people without a visit every time.

Links RSS feed:

It is a links that shows all posts and can be used as a map for your site or blog, where on this form.



 http://flexainfo.com/feeds/posts/default
 http://flexainfo.com/feeds/posts/default?alt=rss

Where the first link represents Atom feeds and the second link RSS Syndication
To view topics in the form of a brief blog entries, What you should only add variable Summary where the      link becomes this form.

http://flexainfo.com/feeds/posts/summary

To view the complete Entries, use Full variable to become like this.

http://flexainfo.com/feeds/posts/Full

With changing the color of red link your blog.

Mode threads with a specific label:

This feature is very important for the sites or blogs that contain multiple partitions, which makes visiting the follow-up threads of the new department who wants, for example, there is a code includes several sections: Lessons Internet, software, programs ... and I as a visitor what's important is the Programs section, not care about the other sections the one who will only do I subscribe to this section. preview it in my blog there is an icon next to each label, in the list of "sections of the Code", when pressed, displays only the issues concerning that section, which is to be on this form.


http://flexainfo.com/feeds/posts/default/-/name widget 
http://
flexainfo.com/feeds/posts/default?alt=rss/-/name widget

With changing the color of red in the name of the department or label what colorblue link your blog.

Extracts Comments:

These links responsible for the show last Comments Blog it be like this



  http://
flexainfo.com/feeds/comments/default
  http://flexainfo.com/feeds/comments/default?alt=rss

With changing the color of red link your blog.

Comments extracts to a specific topic:

http://flexainfo.com/feeds/postID/comments/default
http://
flexainfo.com/feeds/postID/comments/default?alt=rss

With changing the color of red link your blog and the color of  blue identification number entry.
Use these links to display the comments concerning a particular topic of the Code by selecting the identification number entry, and for this figure turn to edit messages and then choose one Postings by clicking on Edit, then we copy ID of link browser which is on this form: postID = 8819262650497926670.

Read More

ADD A PROFESSIONAL DROP-DOWN MENU IN BLOGGER

By With No comments:
Drop down menus are very important in blogging and these kinds of stuff is also considerable for the visitors because visitor when firstly see your menus and other widget and if he like that then she/he wish to visit again itself and content also very important fro the every blogger.

How to Add Blue Drop Down Menu to Blogger
1. Login to Blogger > Dashborad
2. Click on Drop Down Menu and select Layout
3. Add a HTML/JavaScript Gadget
4. Paste below code in it.

<style>

/* Blue Dropdown Menu by www.flexainfo.com */
#nav {
display:inline-block;
width:100%;
margin:0px auto;
padding:0;
background:#335599 url(http://flexainfo.com/-FVx5AvxIkpg/TzP9VsBWmrI/AAAAAAAAAVk/5D5V1QHAhOQ/s320/bg-ABT.png) repeat-x 0 -110px;border-radius:10px; /*some css3*/
-moz-border-radius:10px;
-webkit-border-radius:10px;
box-shadow:0 2px 2px rgba(0,0,0, .5);
-moz-box-shadow:0 2px 2px rgba(0,0,0, .5);
-webkit-box-shadow:0 2px 2px rgba(0,0,0, .5);
}
#nav li {
margin:10px;
float:left;
position:relative;
list-style:none;
}
#nav a {
font-family:verdana;
font-weight:bold;
color:#e7e5e5;
text-decoration:none;
display:block;
padding:8px 20px;border-radius:10px; /*some css3*/
-moz-border-radius:10px;
-webkit-border-radius:10px;
text-shadow:0 2px 2px rgba(0,0,0, .7);
}/* selected menu element */
#nav .current a, #nav li:hover > a {
background:#7788aa url(http://flexainfo.com/-FVx5AvxIkpg/TzP9VsBWmrI/AAAAAAAAAVk/5D5V1QHAhOQ/s320/bg-ABT.png) repeat-x 0 -20px;
color:#000;
border-top:1px solid #f8f8f8;box-shadow:0 2px 2px rgba(0,0,0, .7); /*some css3*/
-moz-box-shadow:0 2px 2px rgba(0,0,0, .7);
-webkit-box-shadow:0 2px 2px rgba(0,0,0, .7);
text-shadow:0 2px 2px rgba(255,255,255, 0.7);
}/* sublevels */
#nav ul li:hover a, #nav li:hover li a {
background:none;
border:none;
color:#000;
}
#nav ul li a:hover {
background:#335599 url(http://flexainfo.com/-FVx5AvxIkpg/TzP9VsBWmrI/AAAAAAAAAVk/5D5V1QHAhOQ/s320/bg-ABT.png) repeat-x 0 -100px;
color:#fff;border-radius:10px; /*some css3*/
-moz-border-radius:10px;
-webkit-border-radius:10px;
text-shadow:0 2px 2px rgba(0,0,0, 0.7);
}#nav ul li:first-child > a {
-moz-border-radius-topleft:10px; /*some css3*/
-moz-border-radius-topright:10px;
-webkit-border-top-left-radius:10px;
-webkit-border-top-right-radius:10px;
}
#nav ul li:last-child > a {
-moz-border-radius-bottomleft:10px; /*some css3*/
-moz-border-radius-bottomright:10px;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:10px;
}/* drop down */
#nav li:hover > ul {
opacity:1;
visibility:visible;
}
#nav ul {
opacity:0;
visibility:hidden;
padding:0;
width:175px;
position:absolute;
background:#aabbcc url(http://flexainfo.com/-FVx5AvxIkpg/TzP9VsBWmrI/AAAAAAAAAVk/5D5V1QHAhOQ/s320/bg-ABT.png) repeat-x 0 0;
border:1px solid #7788aa;border-radius:10px; /*some css3*/
-moz-border-radius:10px;
-webkit-border-radius:10px;
box-shadow:0 2px 2px rgba(0,0,0, .5);
-moz-box-shadow:0 2px 2px rgba(0,0,0, .5);
-webkit-box-shadow:0 2px 2px rgba(0,0,0, .5);-moz-transition:opacity .25s linear, visibility .1s linear .1s;
-webkit-transition:opacity .25s linear, visibility .1s linear .1s;
-o-transition:opacity .25s linear, visibility .1s linear .1s;
transition:opacity .25s linear, visibility .1s linear .1s;
}
#nav ul li {
float:none;
margin:0;
}
#nav ul a {
font-weight:normal;
text-shadow:0 2px 2px rgba(255,255,255, 0.7);
}
#nav ul ul {
left:160px;
top:0px;
}

</style> 

    <ul id="nav">
        <li><a href="#">Home</a></li>
        <li><a href="#">Tutorials</a>
            <ul>
                <li><a href="#">HTML / CSS</a></li>
                <li><a href="#">JS / jQuery</a>
                    <ul>
                        <li><a href="#">jQuery</a></li>
                        <li><a href="#">JS</a></li>
                    </ul>
                </li>
                <li><a href="#">PHP</a></li>
                <li><a href="#">MySQL</a></li>
                <li><a href="#">XSLT</a></li>
                <li><a href="#">Ajax</a></li>
            </ul>
        </li>
        <li><a href="#">Resources</a>
            <ul>
                <li><a href="#">By category</a>
                    <ul>
                        <li><a href="#">PHP</a></li>
                        <li><a href="#">MySQL</a></li>
                        <li><a href="#">XSLT</a></li>
                        <li><a href="#">Ajax</a></li>
                    </ul>
                </li>
                <li><a href="#">By tag name</a>
                    <ul>
                        <li><a href="#">captcha</a></li>
                        <li><a href="#">gallery</a></li>
                        <li><a href="#">animation</a></li>
                    </ul>
                </li>
            </ul>
        </li>
        <li><a href="#">About</a></li>
        <li><a href="http://www.flexainfo.com">FAQ's</a></li>
    </ul>
Note:
Replace it # with your link.
Replace all Green Area with your showing menu name.
Read More

10 TIPS FOR CREATING A BLOG

By With No comments:
Tips for creating a blog.There are no hard and fast rules on how to blog. Having said that, bloggers will likely increase their exposure by following some simple blog guidelines. 

1.) Stay on topic.
 

Opinions are generally accepted but the content of the items in the blog should all relate to a general theme. Unless you have an uncanny knack for wit, humor or cynicism, the majority of your readers will be interested in the content that relates to a specific defined theme or loosely defined area of interest. Most readers won't care that you eat Cheerios for breakfast. They may, however, be interested in the fact that vinegar takes out stains and that toilet paper rolls make great wreaths. Define a topic and stick to it. This will ensure that you create a loyal following of interested readers.

2.) Stay informative.
 
If you are attempting to create the impression that you are knowledgeable about a specific industry or sector, be sure that you stay current on news. If you are endorsing a product or voicing an opinion, be sure to check your facts; your reputation is at stake. If you are offering an opinion, be sure to qualify your post, making it clear that the content is intended as an editorial.

3.) Old news is not news.
 
While blogging every day can be a drain, it is important that the information presented is current and accurate, writing an article or blurb about something that happened 6 months ago, will not be of interest to many. Telling your audience that Martha Stewart was convicted and will be going to prison, after her sentence is completed will make people question the value of your columns. 

4.) Adhere to a schedule.
 
Create a schedule and stick to it. Realizing that blogging requires time and effort, don't create unrealistic expectations and be unable to deliver. An occasional lapse or holiday is generally understood but readers returning to find stale, out-dated content are going to find another blog with similar content. New blogs and RSS feeds are popping up on a daily basis. If you have worked hard to develop an audience and a community you don't want to lose them due to lack of communication.

5.) Clarity and simplicity.
 
Keep your posts and blog entries clear and easy to understand. Remember, the web is global and expressions, idioms and acronyms don't always translate. Sometimes a little explanation goes a long way. 

6.) Keyword-rich.
 
If the goal of your blog is to increase your visibility, include related keywords in the title of the blog. Use the title as a headline to attract interest. Each item post should have a title that will attract attention but still be relevant to the post. The title should be no longer than 10-12 words. 

7.) Quantity matters.
 
In order to attract the attention of search engines, you will need to develop content and substance. A headline or simple sentence is not going to generate the interest of readers or help with search engine ranking. Be sure to archive old blog posts to develop a large portal of similarly-themed content. 

8.) Frequency.
 
If your blog content is updated frequently, search engines will tend to spider the pages at regular intervals. 

9.) Spell checking and proof-reading.
 
It only takes a few extra moments and can save you from having to make embarrassing explanations. Remember that whatever you publish on the Internet can be found and archived. Think carefully about what you post before doing so.

10.) RSS. 

RSS will increase your blog's reach. It is important that you include your blog's content in an RSS feed to increase readership and distribution. 
Most weblog audiences are small, but with time and regular updates audiences grow. Bloggers may never have more than a few hundred readers, but the people who return to regularly are generally interested in what you have to say.

Read More

HOW TO ADD A SEARCH BOX TO YOUR BLOGGER

By With No comments:
A search box or search field is a common GUI element of computer programs, especially in file and web browsers and on web sites. It is basically a type of text box, the contents of which are to be searched for in a database. It is commonly coupled with a search button (sometimes indicated only by a magnifying glass symbol).

"Attention! before you edit your HTML code, please download your template previously"

Copy and paste the following code :
<form action='#/search' id='searchform' method='get'>
<input id='s' name='q' type='text' value=''/>
<input id='searchsubmit' type='submit' value=''/>
</form>

Explanation : # = Replace with your Website
Css Style : Copy and paste the following code after <head>

#searchform {
    position:absolute;
    right:0;
    top:80px;
}
#searchform input {
    border:1px solid #626262;
    background:#000;
    padding:5px 4px 6px;
    color:#999;
    width:215px;
    float:left;
}
#searchform input#searchsubmit {
    width:65px;
    height:30px;
    border:none;
    background:url(http://flexainfo.com/_MwtPDoeubSk/S2bNGjSHDwI/AAAAAAAACCI/68kTX5QuvrE/s1600/bk_search_but.jpg) 0 0 no-repeat;
    cursor:pointer;
}

Explanation : Red Text = Replace with your own search Background

Google Seach Box on your Site :
<form method="get" action="http://www.google.com/search"> 
<div style="border:1px solid black;padding:4px;width:20em;">
<table border="0" cellpadding="0">
<tr><td>
<input type="text"   name="q" size="25" maxlength="255" value="" />
<input type="submit" value="Google Search" /></td></tr>
<tr><td align="center" style="font-size:75%">
<input type="checkbox"  name="sitesearch"
 value="http://flexainfo.com/" checked />#<br />
</div>
</form>
Read More
Home About-us Privacy Policy Contact-us Services
Copyright © 2014 | Distributed By Free Blogger Templates | Design By Templateclue