A CSS (CASCADING STYLE SHEET) is a file separates the websites from the (X) HTML content's file.
The (X) HTML file arrange the contains but for presentation (Border, style, color, table etc).we use these CSS sheet.
We can use CSS sheet in two methods like INTERNAL and EXTERNAL style sheet.
1. INTERNAL STYLE SHEET:
In this we simply placing the CSS code in within the tags of each (X) HTML file.
The format is like:
<title>
<br /> <style type=”text/CSS”>
<br /> CSS Content Goes Here
<br /> </style>
<br /> </head>
<br /> <Body></body>
<br /> In this method if we change for a single page are changes to all pages. This method can be used if we need style for one page.
<br />
<br />2. EXTERNAL STYLE SHEET:
<br /> An external CSS file can be created with any text or HTML editor such as “Notepad” or “Dreamweaver”. A CSS file contains no (X) HTML, only CSS. We have to save it with the CSS file extension. You can link to the file externally by placing one of the following links in the head section of every (X) HTML file you want to style with the CSS file.
<br />
<br /> <link rel=”stylesheet” type=”text/css” href=“Path To stylesheet.css” />
<br />
<br /> By using an external style sheet, you’re entire (X) HTML files link to one CSS file in order to style the pages. This means, that if you need to alter the design of all your pages, you only need to edit one CSS file to make global changes to your entire website.
<br />
<br /> Here are a few reasons this is better.
<br />
<br /> Easier Maintenance
<br /> Reduced File Size
<br /> Reduced Bandwidth
<br /> Improved Flexibility
<br />
<br /> We can write CSS code using respective syntax.
<br /> The syntax for CSS is different than that of (X) HTML markup. It consists of only 3 parts
<br /> Selector {property: value}
<br /> The selector is the (X) HTML element that you want to style. The property is the actual property title, and the value is the style you apply to that property.
<br />Each selector can have multiple properties, and each property within that selector can have independent values. The property and value are separated with a colon and contained within curly brackets. Multiple properties are separated by a semi colon. Multiple values within a property are sperated by commas, and if an individual value contains more than one word you surround it with quotation marks. As shown below.
<br />
<br /> Body {
<br /> background: #eeeeee;
<br /> font-family: “Trebuchet MS”, Verdana, Arial, serif;
<br /> }
<br />
<br /> As you can see in the above code it from the color from the font-family with a semi-colon, separated the various fonts with commas and contained the “Trebuchet MS” within quotations marks. The final result sets the body color to light grey, and sets the font to ones that most users will have installed on there computer.
<br />
<br /> Combining Selectors
<br /> You can combine elements within one selector in the following fashion.
<br /> h1, h2, h3, h4, h5, h6 {
<br /> color: #009900;
<br /> font-family: Georgia, sans-serif;
<br /> }
<br /> In the above code its combine to all headings like h1 to h6 to one selector.Each one is separated by comma.
<br /> The final result of the above code sets all headers to green and to the specified font.
<br />
<br />
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'>
<span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/11315833318856881831' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/11315833318856881831' rel='author' title='author profile'>
<span itemprop='name'>Pradeep Mahananda</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='https://webdesigningfly.blogspot.com/2009/10/css-templatescascad-style-sheet.html' itemprop='url'/>
<a class='timestamp-link' href='https://webdesigningfly.blogspot.com/2009/10/css-templatescascad-style-sheet.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2009-10-08T09:10:00-07:00'>9:10 AM</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='https://webdesigningfly.blogspot.com/2009/10/css-templatescascad-style-sheet.html#comment-form' onclick=''>
No comments:
</a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-257319298'>
<a href='https://www.blogger.com/post-edit.g?blogID=8445637990337430811&postID=1656020371810681146&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
</div>
</div>
<div class='post-footer-line post-footer-line-2'>
<span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'>
<span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='8445637990337430811' itemprop='blogId'/>
<meta content='1403466856021921784' itemprop='postId'/>
<a name='1403466856021921784'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='https://webdesigningfly.blogspot.com/2009/10/css-templates_08.html'>CSS TEMPLATES</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-1403466856021921784' itemprop='description articleBody'>
CSS or also known as cascading style sheets is one of the most commonly used applications used to design web pages that are written using xhtml, html, svg, xml and so on.<br /> <br /> I am currently in the process of learning CSS (Cascading Style Sheets) based web design since it is now the standard foundation of layout for almost all web sites. I have read so many books and still I am slightly lost while applying from scratch. From past several months I’ll be keeping all information to design my own CSS web design snap.<br /><br /> STEPS FOR CSS CODING:<br /><br />1. HTML PHP CSS Website Template Maker:<br /><br /> Using this template we create two column layouts with both header and footer where output is full featured table less code i.e. table is not used to create column layout. <br /> <br />2. CSS TOOLBOX(Desktop- Windows) :<br /><br /> This CSS toolbox includes a number of tools for fast tracking and enhancing the development of style sheet code, such as advanced CSS Formatter and CSS <br /><br /> CSS toolbox includes a number of tools for fast tracking and enhancing the development of style sheet code, such as advanced CSS formatter and CSS Validator.<br /><br />3. 1-3 Columned Page Maker :<br /> <br /> Using this tool we can make many sections as per user requirement.<br /><br />4. CSS Generator : <br /> <br /> It is used for cascading columns as well as layout style sheets.<br /><br />CSS LAYOUTS:<br /><br />5. Boxed CSS :<br /> Boxed CSS is free website which offers Grids. It is very easy to download and can be modified without using back icon.<br /><br />6. Blue Print CSS:<br /> <br /> It is a CSS framework which gives the solid foundation to build our own project. It is easy to use grid, sensible typography and for style sheet printing.<br /><br />7. CSS Layout Generator:<br /><br /> It is used to create width floated column layout i.e. up to 3 columns with header and footer. Here values can be specified in pixels, ems.<br /> <br />8. Lay-out-a matic :<br /><br /> As per requirement user can use any options.<br /><br />9. YAML Building :<br /><br /> This tool is used for layout development of YAML based CSS layouts.<br /><br />10. CSS Grid Calculator:<br /><br /> It is used to quickly visualize page layout and to draw grids in a variety way.<br /><br />STYLE SHEET EDITORS: <br /><br />11. CSS Fly:<br /><br /> This is a web tool 2.0 which is used to edit the websites directly from our browser.<br /><br />12. CSS Vista: <br /><br /> It is a free windows application for web developers which can be used to edit our CSS code live in both Internet Explore and Fire fox simultaneously.<br /> <br />OPTIMIZER AND TWEAKING AND VALIDATORS: <br /><br />13 .Clean CSS:<br /><br /> It acts as powerful optimizer and formatter i.e. which cleans CSS codes.<br /><br />14. CSS Tidy:<br /><br /> CSSTidy is an open source of CSS parser and optimizer.<br /><br />15. CSS Tweak:<br /><br /> Using this we can reduce the file size as well as time of downloading as it gives the option to stop it from altering our CSS code layout.<br /><br /> 16. W3’s CSS Validator:<br /> <br /> It is used to check the cascading style sheet and html documents with style sheets.<br /><br /> ADDITIONAL INPUTS AND OPTIONS:<br /><br />17. CSSTYPE:<br /><br /> It is a web safe typography on screen for pixel perfectionists.<br /><br />18. List-u-Like CSS Generator:<br /><br /> It is used to create cross brower list-based navigation bars with ease.<br /><br />19. Colly’s CSS rollover Generator:<br /><br /> We can create two distinct styles of rollover button using CSS and just one image.
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'>
<span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/11315833318856881831' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/11315833318856881831' rel='author' title='author profile'>
<span itemprop='name'>Pradeep Mahananda</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='https://webdesigningfly.blogspot.com/2009/10/css-templates_08.html' itemprop='url'/>
<a class='timestamp-link' href='https://webdesigningfly.blogspot.com/2009/10/css-templates_08.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2009-10-08T09:09:00-07:00'>9:09 AM</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='https://webdesigningfly.blogspot.com/2009/10/css-templates_08.html#comment-form' onclick=''>
No comments:
</a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-257319298'>
<a href='https://www.blogger.com/post-edit.g?blogID=8445637990337430811&postID=1403466856021921784&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
</div>
</div>
<div class='post-footer-line post-footer-line-2'>
<span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'>
<span class='post-location'>
</span>
</div>
</div>
</div>
</div>
</div></div>
<div class="date-outer">
<h2 class='date-header'><span>Tuesday, October 6, 2009</span></h2>
<div class="date-posts">
<div class='post-outer'>
<div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='8445637990337430811' itemprop='blogId'/>
<meta content='3776572940171303064' itemprop='postId'/>
<a name='3776572940171303064'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='https://webdesigningfly.blogspot.com/2009/10/css-templates.html'>CSS TEMPLATES</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-3776572940171303064' itemprop='description articleBody'>
CSS or also known as cascading style sheets is one of the most commonly used applications used to design web pages that are written using xhtml, html, svg, xml and so on.<br /> <br /> I am currently in the process of learning CSS (Cascading Style Sheets) based web design since it is now the standard foundation of layout for almost all web sites. I have read so many books and still I am slightly lost while applying from scratch. From past several months I’ll be keeping all information to design my own CSS web design snap.<br /><br /> STEPS FOR CSS CODING:<br /><br />1. HTML PHP CSS Website Template Maker:<br /><br /> Using this template we create two column layouts with both header and footer where output is full featured table less code i.e. table is not used to create column layout. <br /> <br />2. CSS TOOLBOX(Desktop- Windows) :<br /><br /> This CSS toolbox includes a number of tools for fast tracking and enhancing the development of style sheet code,such as advanced CSS Formatter and CSS <br />Validator.<br /><br />3. 1-3 Columned Page Maker :<br /> <br /> Using this tool we can make many sections as per user requirement.<br /><br />4. CSS Generator : <br /> <br /> It is used for cascading columns as well as layout style sheets.<br /><br />CSS LAYOUTS:<br /><br />5. Boxed CSS :<br /> Boxed CSS is free website which offers Grids. It is very easy to download and can be modified without using back icon.<br /><br />6. Blue Print CSS:<br /> <br /> It is a CSS framework which gives the solid foundation to build our own project. It is easy to use grid, sensible typography and for style sheet printing.<br /><br />7. CSS Layout Generator:<br /><br /> It is used to create width floated column layout i.e. up to 3 columns with header and footer. Here values can be specified in pixels, ems.<br /> <br />8. Lay-out-a matic :<br /><br /> As per requirement user can use any options.<br /><br />9. YAML Building :<br /><br /> This tool is used for layout development of YAML based CSS layouts.<br /><br />10. CSS Grid Calculator:<br /><br /> It is used to quickly visualize page layout and to draw grids in a variety way.<br /><br />STYLE SHEET EDITORS: <br /><br />11. CSS Fly:<br /><br /> This is a web tool 2.0 which is used to edit the websites directly from our browser.<br /><br />12. CSS Vista: <br /><br /> It is a free windows application for web developers which can be used to edit our CSS code live in both Internet Explore and Fire fox simultaneously.<br /> <br />OPTIMIZER AND TWEAKING AND VALIDATORS: <br /><br />13 .Clean CSS:<br /><br /> It acts as powerful optimizer and formatter i.e. which cleans CSS codes.<br /><br />14. CSS Tidy:<br /><br /> CSSTidy is an open source of CSS parser and optimizer.<br /><br />15. CSS Tweak:<br /><br /> Using this we can reduce the file size as well as time of downloading as it gives the option to stop it from altering our CSS code layout.<br /><br /> 16. W3’s CSS Validator:<br /> <br /> It is used to check the cascading style sheet and html documents with style sheets.<br /><br /> ADDITIONAL INPUTS AND OPTIONS:<br /><br />17. CSSTYPE:<br /><br /> It is a web safe typography on screen for pixel perfectionists.<br /><br />18. List-u-Like CSS Generator:<br /><br /> It is used to create cross brower list-based navigation bars with ease.<br /><br />19. Colly’s CSS rollover Generator:<br /><br /> We can create two distinct styles of rollover button using CSS and just one image.
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'>
<span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/11315833318856881831' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/11315833318856881831' rel='author' title='author profile'>
<span itemprop='name'>Pradeep Mahananda</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='https://webdesigningfly.blogspot.com/2009/10/css-templates.html' itemprop='url'/>
<a class='timestamp-link' href='https://webdesigningfly.blogspot.com/2009/10/css-templates.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2009-10-06T02:24:00-07:00'>2:24 AM</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='https://webdesigningfly.blogspot.com/2009/10/css-templates.html#comment-form' onclick=''>
No comments:
</a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-257319298'>
<a href='https://www.blogger.com/post-edit.g?blogID=8445637990337430811&postID=3776572940171303064&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
</div>
</div>
<div class='post-footer-line post-footer-line-2'>
<span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'>
<span class='post-location'>
</span>
</div>
</div>
</div>
</div>
</div></div>
<div class="date-outer">
<h2 class='date-header'><span>Monday, October 5, 2009</span></h2>
<div class="date-posts">
<div class='post-outer'>
<div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='8445637990337430811' itemprop='blogId'/>
<meta content='8386542646852160409' itemprop='postId'/>
<a name='8386542646852160409'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='https://webdesigningfly.blogspot.com/2009/10/american-professional-football.html'>AMERICAN PROFESSIONAL FOOTBALL ASSOCIATION</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-8386542646852160409' itemprop='description articleBody'>
National Football League (NFL) is the most popular American football League. It was first conducted in August 20, 1920. The first name for National Football League is American Professional Football Association. In 1920 it was conducted between 11 teams. But now this league consists of 32 teams from U.S. In 1970, National Football League was divided into two conferences. First one is American Football Conference (AFC) and the second one is National Football Conference (NFC). Here each conference consist of 4 divisions, each division has four teams.<br /><br /> In National Football League one team in each division will have to play with each team twice. They also play with each team from another division, which is in the same conference as well as divisions of the opposite conference.<br /><br /> The season for National Football League will start on the first Thursday of September, and it will ends nearly late December or early January. At the end of the regular season 6 teams which are from each conference will have to play in the NFC playoffs, which is nothing but a twelve team (single elimination tournament) terminates the champions game, which is called as Super Bow. Which was conducted at the time of pre selected site? Through this way, they will select the star players from both AFC and NFC.<br /><br /> Single Elimination tournament is also called as knockout cup, it is nothing but one type of elimination tournament, if the loser of each match is eliminated from the winning championship, or for the winning of the first prize.<br /><br />Brett Favre is one of the best player, from the team of Minnesota Vikings in National Football League. In America Thousands of fans for NFC. Every Sunday they wakeup at early morning to watch the pre game shows of NFL.<br /><br /> In National Football League, there is one method which is called Bye team, which is nothing but, without playing the first round they will directly go to second round. Which is occurred, if odd number of teams are participated in that League.
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'>
<span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/11315833318856881831' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/11315833318856881831' rel='author' title='author profile'>
<span itemprop='name'>Pradeep Mahananda</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='https://webdesigningfly.blogspot.com/2009/10/american-professional-football.html' itemprop='url'/>
<a class='timestamp-link' href='https://webdesigningfly.blogspot.com/2009/10/american-professional-football.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2009-10-05T07:16:00-07:00'>7:16 AM</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='https://webdesigningfly.blogspot.com/2009/10/american-professional-football.html#comment-form' onclick=''>
No comments:
</a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-257319298'>
<a href='https://www.blogger.com/post-edit.g?blogID=8445637990337430811&postID=8386542646852160409&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
</div>
</div>
<div class='post-footer-line post-footer-line-2'>
<span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'>
<span class='post-location'>
</span>
</div>
</div>
</div>
</div>
</div></div>
<div class="date-outer">
<h2 class='date-header'><span>Thursday, October 1, 2009</span></h2>
<div class="date-posts">
<div class='post-outer'>
<div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='8445637990337430811' itemprop='blogId'/>
<meta content='5738477043457915420' itemprop='postId'/>
<a name='5738477043457915420'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='https://webdesigningfly.blogspot.com/2009/10/great-features-of-seo.html'>Great features of the SEO</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-5738477043457915420' itemprop='description articleBody'>
Most people who report great success by working on the Internet whether it is to earn extra income part time or to give up their day job entirely.They have a degree of patience and knowledge of how the Internet works in order to earn money. However, do not be put off if you do not have any knowledge of web design or marketing management.<br /> However, while things might take you a little bit longer due to the learning curve involved, there is absolutely no reason why you can't make an extra income part time on the Internet.We do not need to have any knowledge of web design to begin with and we won't need to have in the future in most cases. <br />The big time consuming job is SEO. Search engine optimisation revolves and getting as many people to your site is possible.This is the course takes time to build up of getting a high profile presence on the Internet is essential to make a success. It will take a while to get started, but eventually your income will start to rise exponentially and it will passive as well.<br />A word of warning, however, do not expect to start making money right away to making money on the longer term basis. And reliable, longer term income, rather than a get rich quick schemes that probably won't work, is the real opportunity out there.<br /><br />TweetCut is a clever ajax script that helps users fit their tweets into 140 characters. It uses a set of shorthand rules that can be easily added to from the admin backend. The user can then tweet through the Twitter API giving your site free advertising.<br />The Fastest Way to Get Spendable Money Into Your PayPal Account to Shop Or Pay Bills.<br />PayPal is one of the safest and the majority effectual payment processors when it’s come to making money online. Normally you require an account to ensure the quickest cash online. Otherwise, you can have a normal bank account to make money slower: weekly or monthly. What you want to do now is to unite an incentive freebie site; thousands of people perform it and obtain free video games, iPods, and large numbers of other stuff. But one of the most sought out free items is cash sent straight to the PayPal account. Basically, a lot of these people need help getting whatever incentive they're after. And ever since they always want it right away, you can do it for them in a substance of minutes and obtain paid about $25 to $50 for 30 minutes of work. Search engine optimization (SEO) is the process of improving the volume or quality of traffic to a web site from search engines. The cause to these occurrences is due to the choice of wrong web Optimization Company and using wrong techniques that are obsolete and not according to the changing algorithms in search engines and directories.<br />It leads to advanced sales. A website tends to be seen, numerous number of times, if it is well designed and well optimized. SEO process is performed well in place will have non stop sales opportunities for the business. More number of visitors leads to increased chances of getting the sales closed. Leading SEO Services, Web Design Enterprise Application Development IT Outsourcing & PPC|SEO Company Offer Web design, Web development Search Engine Optimization, Internet Marketing & SEO Services Worldwide.
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'>
<span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/11315833318856881831' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/11315833318856881831' rel='author' title='author profile'>
<span itemprop='name'>Pradeep Mahananda</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='https://webdesigningfly.blogspot.com/2009/10/great-features-of-seo.html' itemprop='url'/>
<a class='timestamp-link' href='https://webdesigningfly.blogspot.com/2009/10/great-features-of-seo.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2009-10-01T10:20:00-07:00'>10:20 AM</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='https://webdesigningfly.blogspot.com/2009/10/great-features-of-seo.html#comment-form' onclick=''>
No comments:
</a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-257319298'>
<a href='https://www.blogger.com/post-edit.g?blogID=8445637990337430811&postID=5738477043457915420&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
</div>
</div>
<div class='post-footer-line post-footer-line-2'>
<span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'>
<span class='post-location'>
</span>
</div>
</div>
</div>
</div>
</div></div>
</div>
<div class='blog-pager' id='blog-pager'>
<span id='blog-pager-newer-link'>
<a class='blog-pager-newer-link' href='https://webdesigningfly.blogspot.com/' id='Blog1_blog-pager-newer-link' title='Newer Posts'>Newer Posts</a>
</span>
<span id='blog-pager-older-link'>
<a class='blog-pager-older-link' href='https://webdesigningfly.blogspot.com/search?updated-max=2009-10-01T10:20:00-07:00&max-results=7' id='Blog1_blog-pager-older-link' title='Older Posts'>Older Posts</a>
</span>
<a class='home-link' href='https://webdesigningfly.blogspot.com/'>Home</a>
</div>
<div class='clear'></div>
<div class='blog-feeds'>
<div class='feed-links'>
Subscribe to:
<a class='feed-link' href='https://webdesigningfly.blogspot.com/feeds/posts/default' target='_blank' type='application/atom+xml'>Posts (Atom)</a>
</div>
</div>
</div></div>
</div>
<div id='sidebar-wrapper'>
<div class='sidebar section' id='sidebar'><div class='widget Followers' data-version='1' id='Followers1'>
<h2 class='title'>Followers</h2>
<div class='widget-content'>
<div id='Followers1-wrapper'>
<div style='margin-right:2px;'>
<div><script type="text/javascript" src="https://apis.google.com/js/platform.js"></script>
<div id="followers-iframe-container"></div>
<script type="text/javascript">
window.followersIframe = null;
function followersIframeOpen(url) {
gapi.load("gapi.iframes", function() {
if (gapi.iframes && gapi.iframes.getContext) {
window.followersIframe = gapi.iframes.getContext().openChild({
url: url,
where: document.getElementById("followers-iframe-container"),
messageHandlersFilter: gapi.iframes.CROSS_ORIGIN_IFRAMES_FILTER,
messageHandlers: {
'_ready': function(obj) {
window.followersIframe.getIframeEl().height = obj.height;
},
'reset': function() {
window.followersIframe.close();
followersIframeOpen("https://www.blogger.com/followers/frame/8445637990337430811?colors\x3dCgt0cmFuc3BhcmVudBILdHJhbnNwYXJlbnQaByMwMDAwMDAiByM5OTk5OTkqByNmNmY2ZjYyByM5RTUyMDU6ByMwMDAwMDBCByM5OTk5OTlKByMwMDAwMDBSByM5OTk5OTlaC3RyYW5zcGFyZW50\x26pageSize\x3d21\x26hl\x3den\x26origin\x3dhttps://webdesigningfly.blogspot.com");
},
'open': function(url) {
window.followersIframe.close();
followersIframeOpen(url);
}
}
});
}
});
}
followersIframeOpen("https://www.blogger.com/followers/frame/8445637990337430811?colors\x3dCgt0cmFuc3BhcmVudBILdHJhbnNwYXJlbnQaByMwMDAwMDAiByM5OTk5OTkqByNmNmY2ZjYyByM5RTUyMDU6ByMwMDAwMDBCByM5OTk5OTlKByMwMDAwMDBSByM5OTk5OTlaC3RyYW5zcGFyZW50\x26pageSize\x3d21\x26hl\x3den\x26origin\x3dhttps://webdesigningfly.blogspot.com");
</script></div>
</div>
</div>
<div class='clear'></div>
</div>
</div><div class='widget BlogArchive' data-version='1' id='BlogArchive1'>
<h2>Blog Archive</h2>
<div class='widget-content'>
<div id='ArchiveList'>
<div id='BlogArchive1_ArchiveList'>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>
►
</span>
</a>
<a class='post-count-link' href='https://webdesigningfly.blogspot.com/2010/'>
2010
</a>
<span class='post-count' dir='ltr'>(2)</span>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>
►
</span>
</a>
<a class='post-count-link' href='https://webdesigningfly.blogspot.com/2010/02/'>
February
</a>
<span class='post-count' dir='ltr'>(2)</span>
</li>
</ul>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate expanded'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy toggle-open'>
▼
</span>
</a>
<a class='post-count-link' href='https://webdesigningfly.blogspot.com/2009/'>
2009
</a>
<span class='post-count' dir='ltr'>(47)</span>
<ul class='hierarchy'>
<li class='archivedate expanded'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy toggle-open'>
▼
</span>
</a>
<a class='post-count-link' href='https://webdesigningfly.blogspot.com/2009/10/'>
October
</a>
<span class='post-count' dir='ltr'>(10)</span>
<ul class='posts'>
<li><a href='https://webdesigningfly.blogspot.com/2009/10/diwali.html'>Diwali</a></li>
<li><a href='https://webdesigningfly.blogspot.com/2009/10/w3c-validation.html'>W3C VALIDATION</a></li>
<li><a href='https://webdesigningfly.blogspot.com/2009/10/web-hosting-services.html'>WEB HOSTING SERVICES</a></li>
<li><a href='https://webdesigningfly.blogspot.com/2009/10/web-server-in-linux.html'>Web Server in Linux</a></li>
<li><a href='https://webdesigningfly.blogspot.com/2009/10/html.html'>HTML</a></li>
<li><a href='https://webdesigningfly.blogspot.com/2009/10/css-templatescascad-style-sheet.html'>CSS TEMPLATES(CASCAD STYLE SHEET)</a></li>
<li><a href='https://webdesigningfly.blogspot.com/2009/10/css-templates_08.html'>CSS TEMPLATES</a></li>
<li><a href='https://webdesigningfly.blogspot.com/2009/10/css-templates.html'>CSS TEMPLATES</a></li>
<li><a href='https://webdesigningfly.blogspot.com/2009/10/american-professional-football.html'>AMERICAN PROFESSIONAL FOOTBALL ASSOCIATION</a></li>
<li><a href='https://webdesigningfly.blogspot.com/2009/10/great-features-of-seo.html'>Great features of the SEO</a></li>
</ul>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>
►
</span>
</a>
<a class='post-count-link' href='https://webdesigningfly.blogspot.com/2009/09/'>
September
</a>
<span class='post-count' dir='ltr'>(35)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>
►
</span>
</a>
<a class='post-count-link' href='https://webdesigningfly.blogspot.com/2009/08/'>
August
</a>
<span class='post-count' dir='ltr'>(2)</span>
</li>
</ul>
</li>
</ul>
</div>
</div>
<div class='clear'></div>
</div>
</div><div class='widget Profile' data-version='1' id='Profile1'>
<h2>About Me</h2>
<div class='widget-content'>
<a href='https://www.blogger.com/profile/11315833318856881831'><img alt='My photo' class='profile-img' height='80' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhmHl8qTyonX-v_fycfmzJpWsShT_Sbjr7ElbjsszOXJJ4KuBB4xb33rU41F7HY_IxPCf-NiGkBLjkH3dWgMswgU61K2-r3ighHFc4gyg0AXX-pCkqN-6i2s026x99eDQ/s220/pradeep.jpg' width='80'/></a>
<dl class='profile-datablock'>
<dt class='profile-data'>
<a class='profile-name-link g-profile' href='https://www.blogger.com/profile/11315833318856881831' rel='author' style='background-image: url(//www.blogger.com/img/logo-16.png);'>
Pradeep Mahananda
</a>
</dt>
<dd class='profile-textblock'>I am A Very Cool Person</dd>
</dl>
<a class='profile-link' href='https://www.blogger.com/profile/11315833318856881831' rel='author'>View my complete profile</a>
<div class='clear'></div>
</div>
</div></div>
</div>
<!-- spacer for skins that want sidebar and main to be the same height-->
<div class='clear'> </div>
</div>
<!-- end content-wrapper -->
</div></div>
<!-- end outer-wrapper -->
<script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/3551516202-widgets.js"></script>
<script type='text/javascript'>
window['__wavt'] = 'AOuZoY4Ozkizuuf8XKXct3dreSUoNfdUxw:1744255632913';_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d8445637990337430811','//webdesigningfly.blogspot.com/2009/10/','8445637990337430811');
_WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '8445637990337430811', 'title': 'Web Designing', 'url': 'https://webdesigningfly.blogspot.com/2009/10/', 'canonicalUrl': 'https://webdesigningfly.blogspot.com/2009/10/', 'homepageUrl': 'https://webdesigningfly.blogspot.com/', 'searchUrl': 'https://webdesigningfly.blogspot.com/search', 'canonicalHomepageUrl': 'https://webdesigningfly.blogspot.com/', 'blogspotFaviconUrl': 'https://webdesigningfly.blogspot.com/favicon.ico', 'bloggerUrl': 'https://www.blogger.com', 'hasCustomDomain': false, 'httpsEnabled': true, 'enabledCommentProfileImages': true, 'gPlusViewType': 'FILTERED_POSTMOD', 'adultContent': false, 'analyticsAccountNumber': '', 'encoding': 'UTF-8', 'locale': 'en', 'localeUnderscoreDelimited': 'en', 'languageDirection': 'ltr', 'isPrivate': false, 'isMobile': false, 'isMobileRequest': false, 'mobileClass': '', 'isPrivateBlog': false, 'isDynamicViewsAvailable': true, 'feedLinks': '\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Web Designing - Atom\x22 href\x3d\x22https://webdesigningfly.blogspot.com/feeds/posts/default\x22 /\x3e\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/rss+xml\x22 title\x3d\x22Web Designing - RSS\x22 href\x3d\x22https://webdesigningfly.blogspot.com/feeds/posts/default?alt\x3drss\x22 /\x3e\n\x3clink rel\x3d\x22service.post\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Web Designing - Atom\x22 href\x3d\x22https://www.blogger.com/feeds/8445637990337430811/posts/default\x22 /\x3e\n', 'meTag': '', 'adsenseHostId': 'ca-host-pub-1556223355139109', 'adsenseHasAds': false, 'adsenseAutoAds': false, 'boqCommentIframeForm': true, 'loginRedirectParam': '', 'view': '', 'dynamicViewsCommentsSrc': '//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js', 'dynamicViewsScriptSrc': '//www.blogblog.com/dynamicviews/2d13b6e9c1c14da1', 'plusOneApiSrc': 'https://apis.google.com/js/platform.js', 'disableGComments': true, 'interstitialAccepted': false, 'sharing': {'platforms': [{'name': 'Get link', 'key': 'link', 'shareMessage': 'Get link', 'target': ''}, {'name': 'Facebook', 'key': 'facebook', 'shareMessage': 'Share to Facebook', 'target': 'facebook'}, {'name': 'BlogThis!', 'key': 'blogThis', 'shareMessage': 'BlogThis!', 'target': 'blog'}, {'name': 'X', 'key': 'twitter', 'shareMessage': 'Share to X', 'target': 'twitter'}, {'name': 'Pinterest', 'key': 'pinterest', 'shareMessage': 'Share to Pinterest', 'target': 'pinterest'}, {'name': 'Email', 'key': 'email', 'shareMessage': 'Email', 'target': 'email'}], 'disableGooglePlus': true, 'googlePlusShareButtonWidth': 0, 'googlePlusBootstrap': '\x3cscript type\x3d\x22text/javascript\x22\x3ewindow.___gcfg \x3d {\x27lang\x27: \x27en\x27};\x3c/script\x3e'}, 'hasCustomJumpLinkMessage': true, 'jumpLinkMessage': 'http://webdesigningfly.blogspot.com/', 'pageType': 'archive', 'pageName': 'October 2009', 'pageTitle': 'Web Designing: October 2009'}}, {'name': 'features', 'data': {}}, {'name': 'messages', 'data': {'edit': 'Edit', 'linkCopiedToClipboard': 'Link copied to clipboard!', 'ok': 'Ok', 'postLink': 'Post Link'}}, {'name': 'template', 'data': {'isResponsive': false, 'isAlternateRendering': false, 'isCustom': false}}, {'name': 'view', 'data': {'classic': {'name': 'classic', 'url': '?view\x3dclassic'}, 'flipcard': {'name': 'flipcard', 'url': '?view\x3dflipcard'}, 'magazine': {'name': 'magazine', 'url': '?view\x3dmagazine'}, 'mosaic': {'name': 'mosaic', 'url': '?view\x3dmosaic'}, 'sidebar': {'name': 'sidebar', 'url': '?view\x3dsidebar'}, 'snapshot': {'name': 'snapshot', 'url': '?view\x3dsnapshot'}, 'timeslide': {'name': 'timeslide', 'url': '?view\x3dtimeslide'}, 'isMobile': false, 'title': 'Web Designing', 'description': '', 'url': 'https://webdesigningfly.blogspot.com/2009/10/', 'type': 'feed', 'isSingleItem': false, 'isMultipleItems': true, 'isError': false, 'isPage': false, 'isPost': false, 'isHomepage': false, 'isArchive': true, 'isLabelSearch': false, 'archive': {'year': 2009, 'month': 10, 'rangeMessage': 'Showing posts from October, 2009'}}}]);
_WidgetManager._RegisterWidget('_NavbarView', new _WidgetInfo('Navbar1', 'navbar', document.getElementById('Navbar1'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_HeaderView', new _WidgetInfo('Header1', 'header', document.getElementById('Header1'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog1', 'main', document.getElementById('Blog1'), {'cmtInteractionsEnabled': false, 'lightboxEnabled': true, 'lightboxModuleUrl': 'https://www.blogger.com/static/v1/jsbin/549359800-lbx.js', 'lightboxCssUrl': 'https://www.blogger.com/static/v1/v-css/3681588378-lightbox_bundle.css'}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_FollowersView', new _WidgetInfo('Followers1', 'sidebar', document.getElementById('Followers1'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_BlogArchiveView', new _WidgetInfo('BlogArchive1', 'sidebar', document.getElementById('BlogArchive1'), {'languageDirection': 'ltr', 'loadingMessage': 'Loading\x26hellip;'}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_ProfileView', new _WidgetInfo('Profile1', 'sidebar', document.getElementById('Profile1'), {}, 'displayModeFull'));
</script>
</body>
</html>