<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Solution Point Media &#187; Rosalin Panda</title>
	<atom:link href="http://www.seotrends.in/author/rosalin-panda/feed" rel="self" type="application/rss+xml" />
	<link>http://www.seotrends.in</link>
	<description>Indian SEO/SEM Experts, Content Writers, Rich Media &#38; PPC Specialists, offer ad-serving &#38; media planning services.</description>
	<lastBuildDate>Wed, 26 May 2010 09:42:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SEO Web Design with CSS</title>
		<link>http://www.seotrends.in/seo-web-design/seo-web-design-with-css</link>
		<comments>http://www.seotrends.in/seo-web-design/seo-web-design-with-css#comments</comments>
		<pubDate>Sun, 22 Feb 2009 12:55:30 +0000</pubDate>
		<dc:creator>Rosalin Panda</dc:creator>
				<category><![CDATA[On-Page]]></category>
		<category><![CDATA[design factors]]></category>
		<category><![CDATA[dynamic website seo]]></category>
		<category><![CDATA[Real Estate Web Designers]]></category>
		<category><![CDATA[seo seo website]]></category>
		<category><![CDATA[seo web designers]]></category>
		<category><![CDATA[seo web designing]]></category>
		<category><![CDATA[seo website]]></category>
		<category><![CDATA[seo websites]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web developers]]></category>
		<category><![CDATA[web page designing service]]></category>
		<category><![CDATA[website development]]></category>

		<guid isPermaLink="false">http://www.seotrends.in/?p=8</guid>
		<description><![CDATA[We look at how to transform a Web page using traditional <a href="http://www.indiahosting.org/sitebuilder.php">Website Building Tools</a> into a CSS-based site. This isn't the first attempt in this space to try to recreate a Web page using CSS.]]></description>
			<content:encoded><![CDATA[<p>We look at how to transform a Web page using traditional <a href="http://www.indiahosting.org/sitebuilder.php">Website Building Tools</a> into a CSS-based site. This isn&#8217;t the first attempt in this space to try to recreate a Web page using CSS. The goal of transferring the page to a CSS layout is to get rid of any HTML that&#8217;s used for presentational purposes in order to achieve the layout. Most Web layouts use HTML tables for layout purposes and spacer GIFs for spacing and positioning of elements on the Web page. We will be using CSS to replace the JavaScript in the JavaScript rollovers on this page.</p>
<p>Look at the layout of a web page. Most Web page layouts has header, columns, and footer. In the header is the logo and tagline, as well as some site navigation including a link to the search and sitemap pages. Then, there are columns where the links for the main content material rests. After that, its the footer with the usual copyright notice, a link to the top and a standard ad banner.</p>
<p>The first goal in making such a page is to focus on the major browsers like the recent versions of Netscape, Mozilla and Internet Explorer. To achieve that goal, the first step in converting a site from more conventional <a href="http://www.indiahosting.org/sitebuilder.php">web design methods</a> is to strip out the content out of the HTML tables, delete the spacers and start with a clean slate. By making a clean break from the past working methods, you cut out any potential problems that could throw a monkey wrench into the new CSS-based design.</p>
<p>This stripping down allows you to strategically plan the CSS layout styles. While it&#8217;s a good idea to plan ahead, most of the time that&#8217;s simply not possible. In order to meet deadlines, planning time gets cut, or a site simply evolves past its original design. The content of the site is then forced into a layout that goes against contemporary practices. Hopefully with this CSS revolution, web builders will be able to go back through their sites and actually rebuild and not just redesign their sites to manage any new modifications that have been made since their initial build.</p>
<p>After stripping the page down to its bare bones, you may want to divide the page into sections. There are some basic divisions already in a webpage: Header, columns, and footer. You will build off of these divisions, creating a structure that associates specific CSS rules to those sections. The actual divisions for creating such a page can be:</p>
<p>Header<br />
Site</p>
<p>Navigation<br />
Left Column<br />
Right Column<br />
Footer</p>
<p>So, the initial HTML markup will have these <a href="http://www.indiahosting.org/sitebuilder.php">building</a> blocks: Before stylizing the header, generate the HTML markup for it: Now, mark out the background and type colors with the simple CSS rule that follows. This rule creates the thin black line that separates it from the five top links, which you will get to later.</p>
<p>#header {<br />
background-color: #000;<br />
color: #000;<br />
border-bottom: 1px solid</p>
<p>#000;<br />
}</p>
<p>Now, bring in the logo and add the tagline. As you can see in the markup,Â were using text and not the graphic of the logo. The logo is actually brought in through the background of the H1 element like so:</p>
<p>#header h1 a {<br />
background-image: url</p>
<p>(images/header.gif);<br />
background-repeat: no-repeat;<br />
display: block;<br />
height:</p>
<p>85px;<br />
font-size: 0!important;<br />
text-align: right;<br />
float: left;<br />
width: 350px !important;<br />
}</p>
<p>For H1, set the size of the font. It does not matter which unit you use. How browsers render this varies &#8211; some browsers may choose to disregard such an outlandish request and just present the text as being small or barely legible. On the other hand, browsers might actually not display the text at all”like you would hope. Either way, the text is also black and aligned to the right meaning that it will blend into the black background. No one should be the wiser that there iss actually text there. You can build a separate style sheet for each content section. Each style sheet would carry the color theme and appropriately colored graphics. So, the actual style of the images would not be hard coded as an image into the HTML file of each page. Rather, its in a purple.css or faq.css that is linked in the head of each section document. So, if there is ever a re-design that requires a new header image, its a simple matter of editing one line in a given section file rather than updating many HTML files. And if you align the text, it ends up exactly where it needs to be. Use a couple font styling rules and you are done:</p>
<p>#header .slogan {<br />
margin: 0;<br />
padding:</p>
<p>0;<br />
text-align: right;<br />
color: #fff;<br />
font-size: 12px;<br />
white-space: nowrap;<br />
}</p>
<p>After styling headers, you reach navigation links. Putting the links into a list just makes sense: they are a set of unordered items. However, they also display vertically whereas the Web page layout maybe laid out horizontally. To get that effect, you can use the float property in the list item CSS rule: #navsite ul li { margin: 0 3% 0 0; font-size: 12px; width: 10%; float: left; } Raise the ColumnsNow, youll style the columns. Youll want to put the navigation links for the current issue to the right.The original layout uses 125 pixels for this column. However, for this contemporary method precise measurements arent always the best choice. So, Id use percentages. In this case, the width ofthe right-hand column is 15% of the browsers viewport width.#navish {background-color: #000;position: absolute;left: 85%;width: 15%;z-index: 3;color: #000;font-size: 12px;padding: 0;}You can now shrink the content portion of the page by 15%. Do this by manipulating the right sideof the margin to a width of 15%:#content {margin: 0 15% 0 0;padding: 0 0 5% 0;color: #000;background-color: #fff;}</p>
<p>Use Easy <a href="http://www.indiahosting.org/sitebuilder.php">Web Site Builder</a> Tools if do not want to learn HTML.</p>
<hr /><h2>Related Web Marketing Articles:</h2><ul><li><a href="http://www.seotrends.in/seo-training-books/links" rel="bookmark" title="Permanent Link: SEO Resources, Tools and Partners">SEO Resources, Tools and Partners</a></li><li><a href="http://www.seotrends.in/seo-web-design/bangalore" rel="bookmark" title="Permanent Link: Google SEO Service Providers Bangalore">Google SEO Service Providers Bangalore</a></li><li><a href="http://www.seotrends.in/seo-web-design/mumbai" rel="bookmark" title="Permanent Link: SEO SMO PPC Company in Mumbai">SEO SMO PPC Company in Mumbai</a></li><li><a href="http://www.seotrends.in/seo-web-design/gurgaon" rel="bookmark" title="Permanent Link: Gurgaon SEO &#8211; Search Engine Optimizers">Gurgaon SEO &#8211; Search Engine Optimizers</a></li><li><a href="http://www.seotrends.in/seo-web-design/hyderabad" rel="bookmark" title="Permanent Link: SEO Services in Hyderabad">SEO Services in Hyderabad</a></li></ul><hr /><small>&copy; 2007-10 <a href="http://www.solutionpoint.in" title="web">Solution Point</a> - <a href="http://www.seotrends.in" title="seo">SEO Trends</a><br /> This feed is for personal, non-commercial use only. <br /> www.seotrends.in - 06012010</small>]]></content:encoded>
			<wfw:commentRss>http://www.seotrends.in/seo-web-design/seo-web-design-with-css/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SEO SEM Free Job Board &#8211; Submission Form</title>
		<link>http://www.seotrends.in/seo-jobs-classifieds/job-ads-free-posting</link>
		<comments>http://www.seotrends.in/seo-jobs-classifieds/job-ads-free-posting#comments</comments>
		<pubDate>Wed, 19 Mar 2008 06:21:00 +0000</pubDate>
		<dc:creator>Rosalin Panda</dc:creator>
				<category><![CDATA[Jobs]]></category>
		<category><![CDATA[sem jobs]]></category>
		<category><![CDATA[sem standards]]></category>
		<category><![CDATA[seo jobs]]></category>

		<guid isPermaLink="false">http://www.seotrends.in/?p=96</guid>
		<description><![CDATA[Submit a SEO or Online Marketing related job for posting or classified ad with your contact information, organization details, email, website, Job Post Title, and Job Description. More jobs at India&#8217;s Best community-based FREE Job Portal  &#8211; Jobs Point. Post your jobs for find talent.
Related Web Marketing Articles:Google Grabs AdMob To Push Further Into [...]]]></description>
			<content:encoded><![CDATA[<p>Submit a SEO or Online Marketing related job for posting or classified ad with your contact information, organization details, email, website, Job Post Title, and Job Description. More jobs at India&#8217;s Best community-based <a href="http://www.jobspoint.in">FREE Job Portal</a>  &#8211; <strong>Jobs Point</strong>. Post your jobs for find talent.</p>
<hr /><h2>Related Web Marketing Articles:</h2><ul><li><a href="http://www.seotrends.in/seo-trends-events/google-grabs-admob-to-push-further-into-mobile-advertising" rel="bookmark" title="Permanent Link: Google Grabs AdMob To Push Further Into Mobile Advertising">Google Grabs AdMob To Push Further Into Mobile Advertising</a></li><li><a href="http://www.seotrends.in/seo-training-books/promote-website-free-seo" rel="bookmark" title="Permanent Link: How to Promote a Website yourself  &#8211; Free SEO/SEM?">How to Promote a Website yourself  &#8211; Free SEO/SEM?</a></li><li><a href="http://www.seotrends.in/seo-tips-tools/text-links" rel="bookmark" title="Permanent Link: Text Link Directory Submissions for SEO">Text Link Directory Submissions for SEO</a></li><li><a href="http://www.seotrends.in/search-engine-advertising/publisher-website-quality" rel="bookmark" title="Permanent Link: Publisher Website Qualification Criteria">Publisher Website Qualification Criteria</a></li><li><a href="http://www.seotrends.in/contextual-advertising/keywords-selection" rel="bookmark" title="Permanent Link: Right Keywords for Best Search Engine Optimization">Right Keywords for Best Search Engine Optimization</a></li></ul><hr /><small>&copy; 2007-10 <a href="http://www.solutionpoint.in" title="web">Solution Point</a> - <a href="http://www.seotrends.in" title="seo">SEO Trends</a><br /> This feed is for personal, non-commercial use only. <br /> www.seotrends.in - 06012010</small>]]></content:encoded>
			<wfw:commentRss>http://www.seotrends.in/seo-jobs-classifieds/job-ads-free-posting/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Back Link Management Campaigns &amp; Best Practice</title>
		<link>http://www.seotrends.in/seo-tips-tools/add-a-link</link>
		<comments>http://www.seotrends.in/seo-tips-tools/add-a-link#comments</comments>
		<pubDate>Fri, 21 Dec 2007 05:02:51 +0000</pubDate>
		<dc:creator>Rosalin Panda</dc:creator>
				<category><![CDATA[Tools & Tips]]></category>
		<category><![CDATA[Back Links]]></category>
		<category><![CDATA[Buy Links]]></category>
		<category><![CDATA[Link Management]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Relevant Links]]></category>
		<category><![CDATA[website traffic]]></category>

		<guid isPermaLink="false">http://www.seotrends.in/tips-tools/add-a-link</guid>
		<description><![CDATA[A good linking campaign is the main priority. Attempting to increase the number of backward links you have pointing to your website is essential. However you have to be careful. Here is a list of do\&#8217;s
* Increase the number of backward links pointing to your website slowly
* Obtain backward links from within the same industry/market [...]]]></description>
			<content:encoded><![CDATA[<p>A good linking campaign is the main priority. Attempting to increase the number of backward links you have pointing to your website is essential. However you have to be careful. Here is a list of do\&#8217;s</p>
<p>* Increase the number of backward links pointing to your website slowly<br />
* Obtain backward links from within the same industry/market as your own<br />
* Build up the number of one-way links your website has pointing to it<br />
* Write articles and submit them to article directories<br />
* Add your website domain on all of your adverts, documentation and e-mails<br />
* Offer the visitors to your site the chance to sign up to a monthly newsletter<br />
* Offer the visitors to your site a free e-book<br />
* Write press releases</p>
<p>I tried to answer FAQs on how to Bring right Traffic describing the best ways to design your website and increase your website traffic and also make money with your website. I hope you have found this article interesting to read and beneficial to you. Good luck with your website promotion campaign.</p>
<hr /><h2>Related Web Marketing Articles:</h2><ul><li><a href="http://www.seotrends.in/seo-training-books/links" rel="bookmark" title="Permanent Link: SEO Resources, Tools and Partners">SEO Resources, Tools and Partners</a></li><li><a href="http://www.seotrends.in/seo-tips-tools/back-link-reciprocal-links" rel="bookmark" title="Permanent Link: Contextual Link Building – Most Effective Inbound Links">Contextual Link Building – Most Effective Inbound Links</a></li><li><a href="http://www.seotrends.in/seo-training-books/increase-site-traffic" rel="bookmark" title="Permanent Link: How To Increase Site Traffic?">How To Increase Site Traffic?</a></li><li><a href="http://www.seotrends.in/seo-tips-tools/seo-india" rel="bookmark" title="Permanent Link: What makes SEO work? &#8211; Tips and Checklist">What makes SEO work? &#8211; Tips and Checklist</a></li><li><a href="http://www.seotrends.in/seo-tips-tools/text-links" rel="bookmark" title="Permanent Link: Text Link Directory Submissions for SEO">Text Link Directory Submissions for SEO</a></li></ul><hr /><small>&copy; 2007-10 <a href="http://www.solutionpoint.in" title="web">Solution Point</a> - <a href="http://www.seotrends.in" title="seo">SEO Trends</a><br /> This feed is for personal, non-commercial use only. <br /> www.seotrends.in - 06012010</small>]]></content:encoded>
			<wfw:commentRss>http://www.seotrends.in/seo-tips-tools/add-a-link/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SEO Web Design in the World of Web 2.0</title>
		<link>http://www.seotrends.in/seo-web-design/meta-tags-web-design</link>
		<comments>http://www.seotrends.in/seo-web-design/meta-tags-web-design#comments</comments>
		<pubDate>Fri, 17 Nov 2006 12:54:06 +0000</pubDate>
		<dc:creator>Rosalin Panda</dc:creator>
				<category><![CDATA[On-Page]]></category>
		<category><![CDATA[design factors]]></category>
		<category><![CDATA[seo web design bangalore]]></category>
		<category><![CDATA[seo web designers]]></category>
		<category><![CDATA[seo web designing]]></category>
		<category><![CDATA[seo website]]></category>
		<category><![CDATA[web page designing service]]></category>

		<guid isPermaLink="false">http://www.seotrends.in/?p=7</guid>
		<description><![CDATA[With Web 1.0, few writers created Web pages for a huge audience. As a result, people could get information by going directly to the source: Adobe.com for graphic design issues, Microsoft.com for Windows issues, and CNN.com for news. Over time, however, more and more people started writing content in addition to reading it. This had [...]]]></description>
			<content:encoded><![CDATA[<p>With Web 1.0, few writers created Web pages for a huge audience. As a result, people could get information by going directly to the source: Adobe.com for graphic design issues, Microsoft.com for Windows issues, and CNN.com for news. Over time, however, more and more people started writing content in addition to reading it. This had an interesting effect &#8211; suddenly there was too much information to keep up with. We did not have enough time for everyone who wanted our attention and visiting all sites with relevant content simply wasn&#8217;t possible. As personal publishing caught on and went mainstream, it became apparent that the Web 1.0 had to change.</p>
<p>In Web 2.0, a vision of the Web in which information is broken up into microcontent units that can be distributed over dozens of domains. The Web of documents has morphed into a Web of data. We are no longer just looking to the same old sources for information. Now we&#8217;re looking to a new set of tools to aggregate and remix microcontent in new and useful ways. These tools, the interfaces of Web 2.0, will become the frontier of design innovation. The evidence is already here with RSS aggregators, search engines, portals, APIs (application programming interfaces, which provide hooks to data) and Web services (where data can be accessed via XML-RPC, SOAP and other technologies). Google Maps (in beta) provides the same functionality as similar competing services but features a far superior interface.<span id="more-20"></span></p>
<p>Flickr&#8217;s interface is one of the most intuitive and beloved around. Del.icio.us offers personal and social functionality, and reaches far beyond its own site. Interfaces like these are changing the way we store, access, and share information. It matters very little what domain content comes from.</p>
<p>Web 2.0 has often been described as the Web as platform, and if we think about the Web as a platform for interacting with content, we begin to see how it impacts design. Imagine a bunch of stores of content provided by different parties companies, individuals, governments upon which we could build interfaces that combine the information in ways no single domain ever could. For example, Amazon.com makes its database of content accessible to the outside world. Anyone can design an interface to replace Amazonâ€™s that better suits specific needs (see Amazon Light). The power of this is that content can be personalized or remixed with other data to create much more useful tools.</p>
<p>There are six trends that characterize Web 2.0 for designers. In this introductory article weâ€™ll summarize each of those trends and give brief examples. In upcoming articles weâ€™ll explore each trend in more detail.</p>
<p><strong>Writing Semantic Markup:</strong> Transition to XML One of the biggest steps in realizing Web 2.0 is the transition to semantic markup, or markup that accurately describes the content itâ€™s applied to. The most popular markup languages, HTML and XHTML, are used primarily for display purposes, with tags to which designers can apply styles via CSS. These markup languages are not semantically dead, however. Designers can describe content, but only to the extent that it fits within the (X)HTML tag set. For example, designers can mark up content as headers, paragraphs, list items, citations, and definition lists using the tags, respectively. For some simple documents, these tags are adequate to describe content effectively. For most documents, however, there is no way to accurately describe the content with the (X)HTML tags we have available. In Web 2.0, this description is not only possible, but also critical.</p>
<p>Though HTML and XHTML give us only a glimpse of what it means, there is one technology demonstrating clearly the power of semantic markup. RSS is an XML format for syndicating content. It is an easy way for sites to tell people when there is new content available. So, instead of browsing to your favorite site over and over again to see if something is new, you can simply subscribe to its RSS feed by typing the RSS URI into a feed aggregator. The aggregator will periodically poll the site, notify you if something is new, and deliver that content. Itâ€™s a real timesaver.</p>
<p><strong>Providing Web Services: </strong>Moving Away From Place During the early years of the Web, before content had semantic meaning, sites were developed as a collection of â€œpages.â€ Sites in the 1990s were usually either brochure-ware (static HTML pages with insipid content) or they were interactive in a flashy, animated, JavaScript kind of way. In that era, a common method of promoting sites was to market them as â€œplacesâ€â€”the Web as a virtual world complete with online shopping malls and portals.</p>
<p>In the late 90s and especially the first few years of the 21st century, the advent of XML technologies and Web services began to change how sites were designed. XML technologies enabled content to be shareable and transformable between different systems, and Web services provided hooks into the innards of sites. Instead of visual design being the interface to content, Web services have become programmatic interfaces to that same content. This is truly powerful. Anyone can build an interface to content on any domain if the developers there provide a Web services API.</p>
<p>Two great examples of the shift away from place to services on the Web are Amazon.com and eBay, both of which provide an immense amount of commercial data in the form of Web services, accessible to any developer who wants it. An interesting interface built using eBayâ€™s Web services is Andale, a site that tracks sales and prices to give auction sellers a better idea of what items are hot and how much theyâ€™ve been selling for.</p>
<p><strong>Remixing Content: </strong>About When and What, not Who or Why &#8211; Associated Press CEO Tom Curley made an important and far-reaching keynote speech to the Online News Association Conference on Nov. 12, 2004. In it he said;, â€œâ€¦ content will be more important than its container in this next phase [of the Web]â€¦ Killer apps, such as search, RSS and video-capture software such as TiVoâ€”to name just a fewâ€”have begun to unlock content from any vessel we try to put it in.â€</p>
<p>Curley was specifically addressing journalists and the media industry, but this insight applies equally to the design profession. Web design during Web 1.0 was all about building compelling places (or sites) on the Web. But content can no longer be contained in a single placeâ€”at least not without going against the nature of the social Web and locking up your content in a secure site.</p>
<p>Web design in Web 2.0 is about building event-driven experiences, rather than sites. And it&#8217;s no coincidence that RSS is one of the key building blocks. RSS feeds enable people to subscribe to your content and read it in an aggregator any time, sans extraneous design. Searches can also be mixed with RSS to let people subscribe to content via topic and tag RSS feeds (from PubSub or Feedster, for example). These so-called â€œfuture searchesâ€ not only let people mix content from various sources, but end up being yet another way for users to bypass a siteâ€™s visual design.</p>
<p>Because content flows across the Web in RSS feeds and can be remixed along the way, Web designers must now think beyond sites and figure out how to brand the content itself.</p>
<p><strong>Emergent Navigation and Relevance: </strong>Users are in Control &#8211; As a result of the remixing aspects of Web 2.0, most content will be first encountered away from the domain in which it lies. Thus, much of the navigation that is used to reach a specific item might be far removed from the navigation specifically designed for it. This distributed navigation might come in the form of a feed reader, a link on a blog, a search engine, or some other content aggregator.</p>
<p>One of the side effects of this is that the sources of and pathways to useful information will continually change, and users wonâ€™t necessarily know where to go to find it. Fortunately, content aggregators have a built-in answer for thisâ€”they can track what people are doing. By recording what pieces of microcontent are most often visited, aggregators can use past user behavior to predict what users will find most relevant in the future. This is very apparent in Daypop, Del.icio.us, and Blogdex feeds. What people have found relevant in the past is likely to be useful in the future.</p>
<p>With relevance decided within these third-party interfaces, users might even be able to read content without ever visiting the domain it comes from. Navigation schemes, as we know them, will be used less. The most traveled navigation paths will emerge from user behavior instead of being designed specifically for it.</p>
<p><strong>Adding Metadata Over Time: </strong>Communities Building Social Information &#8211; One feature of Web 1.0 that seemed to change everything about publishing was the ability to make changes to the primary publication at any time. There are no editions or printings on the Web like there are in the print world. There is simply the site and its current state. We are used to this paradigm now, and an optimist can hope that Web content will only get better with time: metadata will be added, descriptions will get deeper, topics more clear, and references more comprehensive.</p>
<p>What we see happening in Web 2.0 is a step beyond this, to where users are adding their own metadata. On Flickr and Del.icio.us, any user can attach tags to digital media items (files, bookmarks, images). The tagging aspect of these services isn&#8217;t the most interesting part of them, though. What is most interesting are the trends we see when we put together everyone&#8217;s tags.</p>
<p>Letâ€™s say, for example, that we tag a bookmark â€œWeb2.0â€³ in Del.icio.us. We can then access del.icio.us/tag/Web2.0 to see what items others have tagged similarly, and discover valuable content that we may not have known existed. A search engine searches metadata applied by designers, but Del.icio.us leverages metadata applied by folks who donâ€™t necessarily fit that mold.</p>
<p><strong>Shift to Programming:</strong> Separation of Structure and Style &#8211; In Web 1.0, there were two stages to visual Web design. In the early years, designers used tricks like animated GIFs and table hacks in clever, interesting and horrible ways. In the last few years, CSS came into fashion to help separate style from structure, with styling information defined in an external CSS file. Even so, the focus was still on visual designâ€”it was the primary way to distinguish content and garner attention.</p>
<p>Enter the Web 2.0 world, which is not defined as much by place and is less about visual style. XML is the currency of choice in Web 2.0, so words and semantics are more important than presentation and layout. Content moves around and is accessible by programmatic means. In a very real sense, weâ€™re now designing more for machines than for people. This may sound like weâ€™re in the Matrix, but in the words of Amazon.com CEO Jeff Bezos, â€œWeb 2.0â€¦ is about making the Internet useful for computers.â€</p>
<p>What does this mean for Web designers? It means designers have to start thinking about how to brand content as well as sites. It means designers have to get comfortable with Web services and think beyond presentation of place to APIs and syndication. In short, it means designers need to become more like programmers. Web 2.0 is a world of thin front ends and powerful back ends, to paraphrase Bezos.</p>
<p><strong>Summary: </strong>The effects of Web 2.0 are far-reaching. Like all paradigm shifts, it affects the people who use it socially, culturally, and even politically. One of the most affected groups is the designers and developers who will be building itâ€”not just because their technical skills will change, but also because theyâ€™ll need to treat content as part of a unified whole, an ecosystem if you will, and not just an island.</p>
<p><strong>To summarize, these are what we see as the six main themes covering design in the Web 2.0 world:<br />
Writing semantic markup (transition to XML)<br />
Providing Web services (moving away from place)<br />
Remixing content (about when and what, not who or why)<br />
Emergent navigation and relevance (users are in control)<br />
Adding metadata over time (communities building social information)<br />
Shift to programming (separation of structure and style) </strong></p>
<hr /><h2>Related Web Marketing Articles:</h2><ul><li><a href="http://www.seotrends.in/seo-training-books/meta-tags-and-on-page-optimization" rel="bookmark" title="Permanent Link: Meta Tags and On Page Optimization">Meta Tags and On Page Optimization</a></li><li><a href="http://www.seotrends.in/seo-tips-tools/ranking-search-position" rel="bookmark" title="Permanent Link: Search Engine Ranking Position Guarantee is a SEO Gimmick, Beware!">Search Engine Ranking Position Guarantee is a SEO Gimmick, Beware!</a></li><li><a href="http://www.seotrends.in/seo-india-services/professional-consulting" rel="bookmark" title="Permanent Link: Organic SEO Consultation">Organic SEO Consultation</a></li><li><a href="http://www.seotrends.in/search-engine-advertising/directory-submissions" rel="bookmark" title="Permanent Link: Directory Submissions">Directory Submissions</a></li><li><a href="http://www.seotrends.in/seo-training-books/what-should-you-expect-from-a-professional-seo-service-provider" rel="bookmark" title="Permanent Link: What should you expect from a Professional SEO Service Provider">What should you expect from a Professional SEO Service Provider</a></li></ul><hr /><small>&copy; 2007-10 <a href="http://www.solutionpoint.in" title="web">Solution Point</a> - <a href="http://www.seotrends.in" title="seo">SEO Trends</a><br /> This feed is for personal, non-commercial use only. <br /> www.seotrends.in - 06012010</small>]]></content:encoded>
			<wfw:commentRss>http://www.seotrends.in/seo-web-design/meta-tags-web-design/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Marwaha Dental Clinic &#8211; Delhi/Gurgaon</title>
		<link>http://www.seotrends.in/sem-case-studies/dentist-website-seo</link>
		<comments>http://www.seotrends.in/sem-case-studies/dentist-website-seo#comments</comments>
		<pubDate>Sat, 11 Feb 2006 06:36:29 +0000</pubDate>
		<dc:creator>Rosalin Panda</dc:creator>
				<category><![CDATA[Case Studies]]></category>
		<category><![CDATA[internet marketing case studies]]></category>
		<category><![CDATA[seo case study]]></category>
		<category><![CDATA[seo clients]]></category>
		<category><![CDATA[seo portfolio]]></category>
		<category><![CDATA[seo services case study]]></category>
		<category><![CDATA[seo testimonials]]></category>
		<category><![CDATA[website ranking]]></category>

		<guid isPermaLink="false">http://www.seotrends.in/case-study-examples/dentist-website-seo</guid>
		<description><![CDATA[Marwaha Dental Clinic is a  multi specialty dental clinic and one of the foremost and reputed dental clinics in Delhi NCR. Located in Gurgaon and Delhi, the clinic has been offering world class dental treatment to global patients.
The SEO Challenges: Although the online version of their business was not very competitive but the website [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.marwahadentalclinic.com">Marwaha Dental Clinic</a> is a  multi specialty dental clinic and one of the foremost and reputed dental clinics in Delhi NCR. Located in Gurgaon and Delhi, the clinic has been offering world class dental treatment to global patients.</p>
<p>The SEO Challenges: Although the online version of their business was not very competitive but the website given to us was in a bad shape and had to be targeted globally for the theme. Link architecture was not in place and the website was all image driven. The Silo structure of the website was also not correct and did not support the website theme.</p>
<p>The SEO Solution: After careful analysis and study of the competition that existed, we prepared SEO Methodology and Plan of Action. Recreated the entire website and implemented a content integration solution and than opimized the website for search engines through link building and social media promotion.</p>
<p>The SEO Results: Their website currently achieve top ranks for all the industry keywords and is generating targeted use traffic and new leads on a daily basis.</p>
<p>Search Keywords/Keyphrases: Search for dental clinics in gurgaon, dental clinics in delhi, dentist in gurgaon, best dentists in gurgaon or any related keyword to see the result for yourself!</p>
<p>Client Comments: I am the owner of <strong>www.marwahadentalclinic.com</strong>. We have been in business for many years, and an important lesson we learned during this time is the need to work closely with a good web design and web marketing team and were referred to Solution Point by one of their old client Umkal Group. Since working with Solution Point we have enjoyed consistently high rankings in all the major search engines.<br />
- O P Marwaha</p>
<p>Company: Marwaha Dental Clinic<br />
Website: <a href="http://www.marwahadentalclinic.com">http://www.marwahadentalclinic.com</a><br />
Target Market: Delhi NCR for dental service seekers<br />
Business: Dental Services</p>
<hr /><small>&copy; 2007-10 <a href="http://www.solutionpoint.in" title="web">Solution Point</a> - <a href="http://www.seotrends.in" title="seo">SEO Trends</a><br /> This feed is for personal, non-commercial use only. <br /> www.seotrends.in - 06012010</small>]]></content:encoded>
			<wfw:commentRss>http://www.seotrends.in/sem-case-studies/dentist-website-seo/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
