<?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>SolutionOnline&#039;s Blog</title>
	<atom:link href="http://www.solutiononline.co.in/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.solutiononline.co.in/blog</link>
	<description>an idea at work</description>
	<lastBuildDate>Fri, 21 Dec 2012 14:29:39 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>What Responsive web Design?</title>
		<link>http://www.solutiononline.co.in/blog/2012/12/responsive-web-design/</link>
		<comments>http://www.solutiononline.co.in/blog/2012/12/responsive-web-design/#comments</comments>
		<pubDate>Fri, 21 Dec 2012 14:23:32 +0000</pubDate>
		<dc:creator>manager</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Information]]></category>
		<category><![CDATA[Webdesign]]></category>
		<category><![CDATA[Core Concepts]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Media Queries]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://www.solutiononline.co.in/blog/?p=190</guid>
		<description><![CDATA[In Responsive web design the new method of web design is connected to the idea of developing a website design in a manner, that helps the lay out to get changed according to the user’s computer screen resolution. Also it suitably fixes on the mobile phone and tablet or ipad screen. It may be you called reactive web [...]]]></description>
			<content:encoded><![CDATA[<p>In <strong>Responsive web design </strong>the new method of web design is connected to the idea of developing a website design in a manner, that helps the lay out to get changed according to the user’s computer <strong>screen resolution</strong>. Also it suitably fixes on the <strong>mobile phone and tablet or ipad</strong> screen. It may be you called reactive web site which is adjust according to you display screen resolution. More specifically,  the theory allows for an advanced layout 1200 pixels wide, on a 1024 pixel  width screen, that auto-simplifies into any screen size resolution , for example, mobile phone screen, ipad or Tab screen . This particular designing technique we call <em>“responsive web design”</em>.</p>
<p>We better understand this with help of this image below.</p>
<p><a href="http://www.solutiononline.co.in/blog/wp-content/uploads/2012/12/responsive-porfolio-2.jpg"><img class="alignleft  wp-image-191" title="responsive-porfolio-2" src="http://www.solutiononline.co.in/blog/wp-content/uploads/2012/12/responsive-porfolio-2.jpg" alt="" width="504" height="224" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Responsive web designing is a wholly different designing version than the traditional web designing, and developers must know about the <strong>responsive web designing</strong>. Today’s World is now change into MOBILE, everything come into the small device. With the help of internet everything is possible in mobile device which is he/she working on a computer with help of internet. Now personal computer screen size (which we may use screen resolution) is 10 to 20 times bigger than mobile or Tablet device.  This blog is a powerful example of the fact that few facts about the uses of <strong>responsive web designing</strong><strong>.</strong></p>
<p><strong> </strong></p>
<p><strong>Here are 3 responsive site for your reference:</strong></p>
<p><a href="http://www.solutiononline.co.in/">http://www.solutiononline.co.in</a></p>
<p><a href="http://www.greathotelphotography.com/">http://www.greathotelphotography.com/</a></p>
<p><a href="http://sarbamangalamandir.org/">http://sarbamangalamandir.org/</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The basic instinct might be to choose <strong>media queries</strong> to develop a responsive site.However, the hassle you face with media queries is that new queries can pop up from moment to moment; each time the user knowledge unexpected and extreme changes to the look and organization of the site. Experts suggest using some CSS transitions to ease the jump.</p>
<p>Pages that include data tables pose a special challenge to the responsive web designer. Data tables are very wide by default and when you zoom out to see the whole table it becomes too small to read. When you try to zoom in to make it readable, you are supposed to <strong>scroll both horizontally and vertically</strong> to look through it.  Well, there are several ways avoid this problem. Reformatting the data table as a pie or mini-graph is an approved solution. The mini-graph fixes even in narrow screens.</p>
<p>Images in responsive web designs are called <strong>context-aware</strong>. <strong>Responsive web design</strong> images are primarily fluid images that can be replaced by context aware images, an updated version for better designing. This particular technique serves the purpose of responsive designing in true sense as the images serve at different resolutions, ranging from larger screens to smaller ones. The scaled images appear to change fluidly with the help of updated developer tools and coding languages, allowing designs to look sharp in every context. Responsive web designing is remarkably different from traditional designing in terms of technical and creative issues and a careful use of this can do wonder while designing.</p>
<p><strong>Core Concepts</strong></p>
<p>Three key technical features are the heart of responsive Web design:</p>
<ul>
<li>Media queries and media query listeners</li>
<li>A flexible grid-based layout that uses relative sizing</li>
<li>Flexible images and media, through dynamic resizing or CSS</li>
</ul>
<p>Truly responsive Web design requires all three features to be implemented.</p>
<p>The key point is adapting to the user’s needs and device capabilities. Suppose a mobile user will be viewing your site on a small screen. Taking the user’s needs into account doesn’t just mean adapting your content to the screen size. It also means thinking about what that mobile user will require first when visiting your site and then laying out the content accordingly. Maybe you’ll present the information in a different order. Don’t assume the user won’t need access to all the site information because she’s on a mobile device. You might need to change the fonts or interaction areas to respond better to a touch environment. All these factors influence responsive Web design.</p>
<p>While mobile devices are changing the display landscape, with the appearance of more and more small screens, don’t forget what’s happening at the other end of the spectrum. Displays are also getting larger and larger. Having to serve both segments shouldn’t stop designers from being innovative on either.</p>
<p>Media Queries</p>
<p>Starting with CSS 2.1, media types were used to apply CSS for both screen and print. You might remember these media types:</p>
<ol>
<li>&lt;link rel="stylesheet" type="text/css" href="style.css" media="screen" /&gt;</li>
<li>&lt;link rel="stylesheet" type="text/css" href="printfriendly.css" media="print" /&gt;</li>
</ol>
<p>That was it! Luckily, the W3C improved media queries in CSS3, moving them a big step forward.</p>
<p>Today, you can use media queries to scope styles to specific capabilities, applying different styles based on the capabilities that match your query. You can even combine queries that test for several features by using semantic operators such as AND and NOT). Features include width, height, max-width, max-height, device-height, orientation, aspect-ratio, resolution and more.</p>
<p>There are three ways to implement media queries:</p>
<p>Use the @import rule to import style rules from other style sheets:</p>
<p>@import url(style600min.css) screen and (min-width: 600px);</p>
<p>Put media queries directly in the style sheet, This is the most common approach.</p>
<p>Implementing Media Queries Directly in a Style Sheet</p>
<p>#nav</p>
<p>{</p>
<p>float: right;</p>
<p>}</p>
<p>#nav ul</p>
<p>{</p>
<p>list-style: none;</p>
<p>}</p>
<p>@media screen and (min-width: 400px) and (orientation: portrait)</p>
<p>{</p>
<p>#nav li</p>
<p>{</p>
<p>float: right;</p>
<p>margin: 0 0 0 .5em;</p>
<p>border:1px solid #000000;</p>
<p>}</p>
<p>}</p>
<p>@media screen and (min-width: 800px)</p>
<p>{</p>
<p>#nav</p>
<p>{</p>
<p>width: 200px;</p>
<p>}</p>
<p>#nav li</p>
<p>{</p>
<p>float: left;</p>
<p>margin: 0 0 0 .5em;</p>
<p>border: none;</p>
<p>}</p>
<p>}</p>
<p>Include a query in a linked style sheet’s media attribute:</p>
<p>&lt;link rel="stylesheet" type="text/css" media="screen and (max-device-width: 800px)" href="style800.css" /&gt;</p>
<p>&nbsp;</p>
<p>Because of the (cascading) nature of CSS, default styles are defined at the top with the media query matching rules and styles below. Styles defined at the top will be cascaded to the matching styles in the rule, or even completely overwritten.</p>
<p><strong>If you are a website owner and try to develop/redevelop your website into a responsive website please contact us.</strong></p>
<p>You may contact us on: <a href="http://www.solutiononline.co.in/contact-us">http://www.solutiononline.co.in/contact-us</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.solutiononline.co.in/blog/2012/12/responsive-web-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Benefits of E-commerce to Your Business</title>
		<link>http://www.solutiononline.co.in/blog/2012/09/benefits-e-commerce-business/</link>
		<comments>http://www.solutiononline.co.in/blog/2012/09/benefits-e-commerce-business/#comments</comments>
		<pubDate>Tue, 04 Sep 2012 11:57:47 +0000</pubDate>
		<dc:creator>manager</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Cost Effectiveness]]></category>
		<category><![CDATA[Customer Convenience]]></category>
		<category><![CDATA[e-business]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[online store]]></category>

		<guid isPermaLink="false">http://www.solutiononline.co.in/blog/?p=171</guid>
		<description><![CDATA[One of the best ways to grow a business in this day and age is by using e-commerce. Whether you have a small, start-up business trying to enter the market or a bigger, more established company looking to increase market share, e-commerce is the tool that can bring your business a wealth of profit and [...]]]></description>
			<content:encoded><![CDATA[<p>One of the best ways to grow a business in this day and age is by using e-commerce. Whether you have a small, start-up business trying to enter the market or a bigger, more established company looking to increase market share, e-commerce is the tool that can bring your business a wealth of profit and success. Here are some ways it can help:</p>
<p><a href="http://www.solutiononline.co.in/blog/wp-content/uploads/2012/09/fe46d7e463bef4fe987dd1ed213486fc.jpg"><img class="alignleft  wp-image-174" title="fe46d7e463bef4fe987dd1ed213486fc" src="http://www.solutiononline.co.in/blog/wp-content/uploads/2012/09/fe46d7e463bef4fe987dd1ed213486fc.jpg" alt="" width="320" height="228" /></a></p>
<h2>  Cost Effectiveness</h2>
<p>Using e-commerce as part of your business is very inexpensive to start-up and extremely cost effective. The costs associated with running an e-commerce website are much lower than those of traditional bricks and mortar businesses. With e-commerce, customers have access to your products 24/7 but your business doesn’t have to incur the costs of a traditional physical location.</p>
<h2>Access to Your Business</h2>
<p>With e-commerce, customers can access your products at any time of the day from any part of the world. This can help lure new customers as well as allow loyal customers to access anything they need to know about your business and the products you offer. Access to your business online can also lead to developing relationships with business associates, manufacturers and suppliers.</p>
<h2>Increased exposure</h2>
<p>E-commerce is an easy and effective way to promote and advertise your business to more people then ever before. The whole world becomes yours to do business with. You can take advantage of this by offering sales and promotions online, or even contests. You can advertise in more channels, like, for example, by offering products also through free online classifieds like <a href="http://www.sahipasand.com/">Sahipasand</a> or Craigslist. It would be impossible to get the same kind of promotion through traditional channels, and thus you’ll truly be able to grow your brand globally.</p>
<h2>Customer Convenience</h2>
<p>The easier it is for customers to purchase your products when they need them, the happier they’ll be. By providing 24 hour access to the products or services of your business, e-commerce allows you to keep your customers constantly satisfied. Satisfied customers are repeat and loyal customers, and their word of mouth will be invaluable for promoting your business.</p>
<p>In summary, e-commerce cuts costs and increases your exposure. E-commerce makes it possible to take your business in new directions. If your business isn’t using e-commerce, get started now and see your business soar like never before.</p>
<h2></h2>
<h2>Some Examples</h2>
<p>Here are few examples of successful e-commerce online stores<br />
<a href="http://www.stunningdiamonds.com.au" target="_blank">www.stunningdiamonds.com.au</a>,<br />
<a href="http://www.monbijoux.co.uk" target="_blank">www.monbijoux.co.uk</a>,<br />
<a href="http://www.puppertons.com" target="_blank">www.puppertons.com</a>,<br />
<a href="http://www.jermarmonuments.com/" target="_blank">www.jermarmonuments.com</a>,<br />
<a href="http://www.vintagelane.ie/" target="_blank">www.vintagelane.ie</a>,<br />
<a href="http://www.coolartcanvas.com.au/" target="_blank">www.coolartcanvas.com.au</a>, etc.</p>
<h2></h2>
<h2>Get your own</h2>
<p>To get your own ecommerce website visit our web site <a href="http://www.solutiononline.co.in/get-quote">http://www.solutiononline.co.in/get-quote</a>.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.solutiononline.co.in/blog/2012/09/benefits-e-commerce-business/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DNS, and How it can help you&#8230;</title>
		<link>http://www.solutiononline.co.in/blog/2012/05/135/</link>
		<comments>http://www.solutiononline.co.in/blog/2012/05/135/#comments</comments>
		<pubDate>Wed, 23 May 2012 07:34:21 +0000</pubDate>
		<dc:creator>manager</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Information]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[Domain Name System]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.solutiononline.co.in/blog/?p=135</guid>
		<description><![CDATA[The Domain Name System (DNS) is a system which distributed naming system for computers, web services, or any resource connected to the Internet or a private network. It links various information with domain names, allocate to each of the joining entities. It translates domain names significant to humans into the numerical identifiers connected with networking peripheral for [...]]]></description>
			<content:encoded><![CDATA[<p>The <strong><em>Domain Name System</em></strong><em> </em><em>(<strong>DNS</strong>)</em> is a system which distributed naming system for computers, web services, or any resource connected to the Internet or a private network. It links various information with domain names, allocate to each of the joining entities. It translates domain names significant to humans into the numerical identifiers connected with networking peripheral for the purpose of locating and addressing these devices worldwide. Generally it is a phonebook of any mobile phone which gives the information about a number.</p>
<p><strong><em>Types of DNS Servers</em></strong></p>
<p>Three types of name servers:</p>
<ul>
<li>Primary - Locally stored files exist on the name server data base.</li>
<li>Secondary - Gets data called a zone transfer from another server that is the zone authority.</li>
<li>Caching - Only caches name server information and does not contain its own files.</li>
</ul>
<p>If you got error that your site is ok but it not open on your browser then it may cause for your DNS Server not found the site in his database.  For example you type www.solutiononline.co.in in your browser but it not opened and your network is ok. It may cause of the browser send the request to your DNS server you are connected but the server database is find which server (IP address) solutiononline is located.</p>
<p>But the problem is if your DNS server not found any address which you actually look for? Then it is comes to public DNS Server. It also likes other DNS server but having capacity to search address to other DNS server also. For above example, in this case browser again search a new public DNS server for your website IP address in not found the go for another DNS server and so on and at the last if found then it connected your computer and your website.</p>
<p>&nbsp;</p>
<p>How you configure a public DNS in your computer (XP and Windows 7).</p>
<p>In XP.</p>
<ol start="1">
<li>Go to your control Panel and click on Network and Internet Connections.<a href="http://www.solutiononline.co.in/blog/wp-content/uploads/2012/05/21.png"><img class="size-full wp-image-137 alignnone" title="21" src="http://www.solutiononline.co.in/blog/wp-content/uploads/2012/05/21.png" alt="" width="550" height="418" /></a></li>
<li> Then click Network Connections.<a href="http://www.solutiononline.co.in/blog/wp-content/uploads/2012/05/22.png"><img class="size-full wp-image-138 alignnone" title="22" src="http://www.solutiononline.co.in/blog/wp-content/uploads/2012/05/22.png" alt="" width="550" height="418" /></a></li>
<li>Select your active internet connection and right click on it.<a href="http://www.solutiononline.co.in/blog/wp-content/uploads/2012/05/23.png"><img class="size-full wp-image-140 alignnone" title="23" src="http://www.solutiononline.co.in/blog/wp-content/uploads/2012/05/23.png" alt="" width="550" height="418" /></a></li>
<li>Select the TCP/IP service in the list and then click on the Properties button.<a href="http://www.solutiononline.co.in/blog/wp-content/uploads/2012/05/24.png"><img class="size-full wp-image-142 alignnone" title="24" src="http://www.solutiononline.co.in/blog/wp-content/uploads/2012/05/24.png" alt="" width="367" height="450" /></a></li>
<li>Look for the DNS section.<a href="http://www.solutiononline.co.in/blog/wp-content/uploads/2012/05/25.png"><img class="size-full wp-image-143 alignnone" title="25" src="http://www.solutiononline.co.in/blog/wp-content/uploads/2012/05/25.png" alt="" width="404" height="455" /></a> If there are already numbers listed in there, be sure to write them down so that you can put things back the way they were if public DNS doesn’t work out for you. If the obtain automatically button is filled, select the use the following button. Then enter in these two numbers (public DNS Server number listed below ) into the DNS section as shown. Click OK to finish up.</li>
<li> Open up your web browser and surf around awhile. If you aren’t getting anywhere, try a reboot</li>
</ol>
<p>&nbsp;</p>
<p><strong>In Windows7</strong></p>
<ol start="1">
<li>Print this out if you are concerned that you won’t remember the details. You could lose your internet connection if something doesn’t go well. You can reverse any changes you make here by following these steps.<a href="http://www.solutiononline.co.in/blog/wp-content/uploads/2012/05/1.png"><img class="size-full wp-image-156 alignnone" title="1" src="http://www.solutiononline.co.in/blog/wp-content/uploads/2012/05/1.png" alt="" width="550" height="415" /></a></li>
<li>Open up the Control Panel, then select Network and Internet.<a href="http://www.solutiononline.co.in/blog/wp-content/uploads/2012/05/2.png"><img class="size-full wp-image-157 alignnone" title="2" src="http://www.solutiononline.co.in/blog/wp-content/uploads/2012/05/2.png" alt="" width="550" height="415" /></a></li>
<li>Select Network and Sharing Center.<a href="http://www.solutiononline.co.in/blog/wp-content/uploads/2012/05/3.png"><img class="size-full wp-image-158 alignnone" title="3" src="http://www.solutiononline.co.in/blog/wp-content/uploads/2012/05/3.png" alt="" width="550" height="415" /></a></li>
<li>Select Change adapter settings.<a href="http://www.solutiononline.co.in/blog/wp-content/uploads/2012/05/4.png"><img class="size-full wp-image-159 alignnone" title="4" src="http://www.solutiononline.co.in/blog/wp-content/uploads/2012/05/4.png" alt="" width="550" height="415" /></a></li>
<li>Right click on your current internet connection and choose Properties.<a href="http://www.solutiononline.co.in/blog/wp-content/uploads/2012/05/5.png"><img class="size-full wp-image-160 alignnone" title="5" src="http://www.solutiononline.co.in/blog/wp-content/uploads/2012/05/5.png" alt="" width="496" height="578" /></a></li>
<li>Select the TCP/IPv4service in the list, then click the Properties button.<a href="http://www.solutiononline.co.in/blog/wp-content/uploads/2012/05/6.png"><img class="size-full wp-image-161 alignnone" title="6" src="http://www.solutiononline.co.in/blog/wp-content/uploads/2012/05/6.png" alt="" width="481" height="562" /></a></li>
<li>Look for the DNS section. If there are already numbers listed in there, be sure to write them down so that you can put things back the way they were if public DNS doesn’t work out for you. If the obtain automatically button is filled, select the use the following button. Then enter in these two numbers (public DNS Server number listed below ) into the DNS section as shown. Click OK to finish up.</li>
<li> Open up your web browser and surf around awhile. If you aren’t getting anywhere, try a reboot</li>
</ol>
<p><em> </em></p>
<p>Free Public DNS Server</p>
<p>=&gt; Service provider: <strong>Google</strong><br />
Google public dns server IP address:</p>
<ul>
<li>8.8.8.8</li>
<li>8.8.4.4</li>
</ul>
<p>=&gt; Service provider:<strong>Dnsadvantage</strong><br />
Dnsadvantage free dns server list:</p>
<ul>
<li>156.154.70.1</li>
<li>156.154.71.1</li>
</ul>
<p>=&gt; Service provider:<strong>OpenDNS</strong><br />
OpenDNS free dns server list / IP address:</p>
<ul>
<li>208.67.222.222</li>
<li>208.67.220.220</li>
</ul>
<p>=&gt; Service provider:<strong>Norton</strong><br />
Norton free dns server list / IP address:</p>
<ul>
<li>198.153.192.1</li>
<li>198.153.194.1</li>
</ul>
<p>=&gt; Service provider: GTEI DNS (now Verizon)<br />
Public Name server IP address:</p>
<ul>
<li>4.2.2.1</li>
<li>4.2.2.2</li>
<li>4.2.2.3</li>
<li>4.2.2.4</li>
<li>4.2.2.5</li>
<li>4.2.2.6</li>
</ul>
<p>=&gt; Service provider: <strong>ScrubIt</strong><br />
Public dns server address:</p>
<ul>
<li>67.138.54.100</li>
<li>207.225.209.66</li>
</ul>
<p><strong> </strong></p>
<p><strong>Advantages of Public DNS Server in your computer.</strong></p>
<p>As web pages become more multifaceted, more equation, formula and critical form, referencing resources from several domains, DNS lookups can become an important blockage in the browsing experience. Whenever a client needs to query a DNS resolver over the network, as result we get more speed data transfer over the communication process. Time consuming for opening a website is less and we get more free traffic in communication process.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.solutiononline.co.in/blog/2012/05/135/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why you need Logo for your Organization?</title>
		<link>http://www.solutiononline.co.in/blog/2012/03/128/</link>
		<comments>http://www.solutiononline.co.in/blog/2012/03/128/#comments</comments>
		<pubDate>Wed, 07 Mar 2012 09:39:18 +0000</pubDate>
		<dc:creator>manager</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[Webdesign]]></category>
		<category><![CDATA[BMW]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[IDENTITY]]></category>
		<category><![CDATA[LOGO]]></category>

		<guid isPermaLink="false">http://www.solutiononline.co.in/blog/?p=128</guid>
		<description><![CDATA[A business is starts with planning, organizing …..What is the first planning? Company name…? Then the Company LOGO must come second.  The LOGO of a Company or Organization is “IDENTITY”. Look at IBM, BMW, G. E., Nestle, Vodafone, HSBC and many more company LOGO. The LOGO says all about the company. The name, the brand, [...]]]></description>
			<content:encoded><![CDATA[<p>A business is starts with planning, organizing …..What is the first planning? Company name…? Then the Company LOGO must come second.  The LOGO of a Company or Organization is “IDENTITY”. Look at IBM, BMW, G. E., Nestle, Vodafone, HSBC and many more company LOGO. The LOGO says all about the company. The name, the brand, products everything’s.</p>
<p><a href="http://www.solutiononline.co.in/blog/wp-content/uploads/2012/03/logo.jpg"><img class="alignleft size-full wp-image-132" title="logo" src="http://www.solutiononline.co.in/blog/wp-content/uploads/2012/03/logo.jpg" alt="" width="397" height="272" /></a></p>
<p>These companies have built some of the foundations around which we live our lives:, the staples of our daily lives. Whether we consciously acknowledge it or not, they continually build their brand through their advertisements and campaigns and reinforce the power of their logo on us as consumers.</p>
<p>Design of your company LOGO is very critical because it’s not only picture. There seems to be a fascination with well-designed LOGO. Maybe it’s the attraction of creating something stunning or bold with something that is so often overlooked and working with such a small area to design with.</p>
<p>Whatever the case, here are some LOGO designs that will hopefully inspire you or at least help you appreciate what some people can do with a little canvas to work with.</p>
<p>Let me enumerate chief reasons why small business needs a logo:</p>
<ol>
<li>Symbol of Organization.</li>
<li>Identity.</li>
<li>Recognition.</li>
<li>Image projection on Individual.</li>
<li> Uniqueness.</li>
</ol>
<p>&nbsp;</p>
<p><a href="http://www.solutiononline.co.in/portfolio-logo">http://www.solutiononline.co.in/portfolio-logo</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.solutiononline.co.in/blog/2012/03/128/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why do you need SEO? and things you should know about SEO</title>
		<link>http://www.solutiononline.co.in/blog/2012/01/120/</link>
		<comments>http://www.solutiononline.co.in/blog/2012/01/120/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 05:09:35 +0000</pubDate>
		<dc:creator>manager</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[Webdesign]]></category>
		<category><![CDATA[MSN]]></category>
		<category><![CDATA[Mumbai]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Whole Wide World]]></category>

		<guid isPermaLink="false">http://www.solutiononline.co.in/blog/?p=120</guid>
		<description><![CDATA[Today, the meaning of SEO (Search Engine Optimization) positively cannot be denied or even looked upon as website designer or, especially when you are into an e-commerce small or big business. Every day the market wants a new selling method. In online the market is Whole Wide World, so your market also so big that [...]]]></description>
			<content:encoded><![CDATA[<p>Today, the meaning of SEO (Search Engine Optimization) positively cannot be denied or even looked upon as website designer or, especially when you are into an e-commerce small or big business. Every day the market wants a new selling method. In online the market is Whole Wide World, so your market also so big that our old promotion technique is not enough. This is where SEO helps by making your site search engine friendly and taking your website to your potential customers, helping you to achieve conversions.</p>
<p>However, in the SEO work in a way that designers of your site needs to build the site according to modern SEO standards so that most search engines can index the important information of your site very easily. A lot of companies utilize unethical and illegal methods to achieve quick returns, which results very badly in log term as those sites are penalized by search engines for using those methods.</p>
<p>If you have just commenced your website but you are not receiving an excellence appropriate traffic to your website, the first thing you need to do is hire an SEO company who can implement proper SEO techniques. This would help you list your site with the popular search engines like yahoo, Google, MSN, Ask, etc.</p>
<p><strong>Some Points you should know about SEO. <a href="http://www.solutiononline.co.in/blog/wp-content/uploads/2012/01/search-engine-submission1.jpg"><img class="alignleft size-medium wp-image-123" title="search-engine-submission" src="http://www.solutiononline.co.in/blog/wp-content/uploads/2012/01/search-engine-submission1-300x300.jpg" alt="" width="270" height="270" /></a></strong></p>
<ul>
<li>Your domain name must be related to what you have in the site</li>
<li>Your site should have enough related  information so that your site is consider a good site, no matter how much tricks and techniques you use, without good content none of the efforts will pay off. So pay for a good content writer to get your sites content properly written and organize.</li>
<li>Choose keywords based on your industry and location, like if you are selling cycle’s in Mumbai, then your keywords should be “Mumbai cycles” or “the area name + cycle” instead of just “cycle”, as this will narrow down the competition for the keyword and you will have good chance to appearing at the first page of search engines.</li>
<li>Your domain name must be at least 3-6 months old to get proper recognition form the search engines.</li>
<li>Hire Professional SEO Company, who will use their expertise to build your site based on the search engines guidelines.</li>
<li>Most importantly SEO takes time, and it’s a continues process, so you have to be patient for the first 3-6 months before you see big results, and you need to keep working on SEO to get the same results day after day.</li>
</ul>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>To Get Free Quotes for your site’s SEO, <a href="http://www.solutiononline.co.in/get-quote">Click Here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.solutiononline.co.in/blog/2012/01/120/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Websites can help your Business?</title>
		<link>http://www.solutiononline.co.in/blog/2011/12/websites-business/</link>
		<comments>http://www.solutiononline.co.in/blog/2011/12/websites-business/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 05:53:15 +0000</pubDate>
		<dc:creator>manager</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Search Engine Optimized]]></category>
		<category><![CDATA[World Wide Web]]></category>
		<category><![CDATA[WWW]]></category>

		<guid isPermaLink="false">http://www.solutiononline.co.in/blog/?p=99</guid>
		<description><![CDATA[Increasing website introduction is an important aspect of any promotion campaign. Whether it’s a small/medium business or large corporation, people will do anything to get them noticed. The internet is no different. Obviously, once you've done all the hard work of getting your site designed by professional web designers and put it online; the site [...]]]></description>
			<content:encoded><![CDATA[<p>Increasing website introduction is an important aspect of any promotion campaign. Whether it’s a small/medium business or large corporation, people will do anything to get them noticed. The internet is no different. Obviously, once you've done all the hard work of getting your site designed by professional web designers and put it online; the site represent you and your company throughout the World Wide Web (WWW).</p>
<p><a href="http://www.solutiononline.co.in/blog/wp-content/uploads/2011/12/images.jpg"><img class="alignleft size-full wp-image-110" title="images" src="http://www.solutiononline.co.in/blog/wp-content/uploads/2011/12/images.jpg" alt="" width="259" height="195" /></a>Some of the benefits of having a website to boost your business.</p>
<ol start="1">
<li>No more phone call for information about the company products, services, price even order. Only a good organized website can fulfill the all. Not to worry about office hours its 24X7 working when you enjoy your holiday.</li>
<li>A complete website contained Mission, Vision, objective of your company. So use your website about your status. Who you are? What you do? People get information about you and your organization and give feedback in term of business.</li>
<li>When you design your website and put it online, it is spread throughout the World. So its spread your business all over the world.</li>
<li><a href="http://www.solutiononline.co.in/blog/wp-content/uploads/2011/12/online-business2.jpg"><img class="alignleft size-medium wp-image-115" title="online-business" src="http://www.solutiononline.co.in/blog/wp-content/uploads/2011/12/online-business2-300x182.jpg" alt="" width="240" height="146" /></a>A good website reduces your advertising costs; also a good Search Engine Optimized website can become famous and attract lot of visitors. For example a person search for a computer shop, there are thousands of computer shop in a country but only few good web page comes first in Google or yahoo with out anything being paid to those search engines.</li>
<li>The most interesting part of website is contracts, everybody get contact number, fax number, email id etc. and a feedback from which helps the organization for a formal communication. No need to call or waiting for a call. It’s open for 24 hours, 365 days.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.solutiononline.co.in/blog/2011/12/websites-business/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile phones are enabling to change BIG 2 small on a global scale:</title>
		<link>http://www.solutiononline.co.in/blog/2011/12/mobile-phones-enabling-change-big-2-small-global-scale-2/</link>
		<comments>http://www.solutiononline.co.in/blog/2011/12/mobile-phones-enabling-change-big-2-small-global-scale-2/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 07:27:05 +0000</pubDate>
		<dc:creator>manager</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[BIG]]></category>
		<category><![CDATA[GIFT]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[Product Reports Information]]></category>

		<guid isPermaLink="false">http://www.solutiononline.co.in/blog/?p=94</guid>
		<description><![CDATA[It is becoming clear that the new target and perhaps the main target over time will be the mobile device; a device that is much more personal than the “personal” computer. In the developed World, the Smartphone, I-phone, Android revolution has come with 3G+ internet and computing from the office and the home and enabled [...]]]></description>
			<content:encoded><![CDATA[<p>It is becoming clear that the new target and perhaps the main target over time will be the mobile device; a device that is much more personal than the “personal” computer. In the developed World, the Smartphone, I-phone, Android revolution has come with 3G+ internet and computing from the office and the home and enabled communication, consumption of information, entertainment and commerce anywhere and at any time — vastly expanding the digital economy. But at the same time the new era of business strategy is open. In our beloved World 2/3 of total population have mobile phone and most of those Users are use Multimedia handset.  Businesses are also recognizing the value of Mobile technology with collaborating more closely with business partners, competitors and lastly consumer. Sharing information about consumer behavior and supply chain processes is of critical importance.</p>
<p>&nbsp;</p>
<p>These opportunities and what mobile commerce will look like in the future depend on the creation of an open and neutral infrastructure trusted by both businesses and consumers to enable a fast and easy adoption of the technology, to reduce the cost of the initial investment for businesses and to facilitate innovation and to allow interoperability between all technology components across applications and geographical locations.</p>
<p>&nbsp;</p>
<p>Mobile commerce, often referred to as <strong><em>M</em></strong>-commerce, new idea on the advances by <em>E-commerce. In E-</em>commerce disadvantage then <strong><em>M</em></strong>-commerce is that interaction available to a wider audience in a more personalized way. The other difference between ecommerce and m-commerce is the opportunity to connect information with objects in a more direct way than has been possible until now.</p>
<p><a href="http://www.solutiononline.co.in/blog/wp-content/uploads/2011/12/mobile-marketing2.jpg"><img class="alignleft size-medium wp-image-117" title="MOBILE APPLICATION" src="http://www.solutiononline.co.in/blog/wp-content/uploads/2011/12/mobile-marketing2-300x300.jpg" alt="" width="300" height="300" /></a></p>
<p>The following area where M-commerce are most suitable:</p>
<p>&nbsp;</p>
<ol start="1">
<li>Advertising &amp; Promotion.</li>
<li>Order taken.</li>
<li>Delivery confirm document.</li>
<li>Traceability.</li>
<li>Product Reports/Information. (for example : One mobile scan the q-code and get report/ information from the internet about the product).</li>
</ol>
<p>Other more area (like stock report, Discount Coupons, etc.) are future daily job.</p>
<p>We also part of those era ready to introduce the innovative mobile application for education and interesting mobile software and application. These tools assist individual to overcome the daily life problem and take concepts and enhance individuals’ participation in flexible learning activities and in future they can be a mobile software developer or designer.</p>
<p>We deeply appreciate the precious experience of these developers and designer working in the areas of mobile application and design.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.solutiononline.co.in/blog/2011/12/mobile-phones-enabling-change-big-2-small-global-scale-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Create An Email Signature On Roundcube</title>
		<link>http://www.solutiononline.co.in/blog/2011/11/create-email-signature-roundcube/</link>
		<comments>http://www.solutiononline.co.in/blog/2011/11/create-email-signature-roundcube/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 07:13:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[roundcube]]></category>
		<category><![CDATA[webmail]]></category>

		<guid isPermaLink="false">http://www.solutiononline.co.in/blog/?p=72</guid>
		<description><![CDATA[It’s great to have a signature to your email, not only does it save you time every time you send an email to someone, but it also allows you to add links to your websites so that people you interact with can easily see how they can connect with you elsewhere too. A signature can [...]]]></description>
			<content:encoded><![CDATA[<p>It’s great to have a signature to your email, not only does it save you time every time you send an email to someone, but it also allows you to add links to your websites so that people you interact with can easily see how they can connect with you elsewhere too.</p>
<p><strong>A signature can look like this for example:</strong></p>
<p><strong></strong><a href="http://www.solutiononline.co.in/blog/wp-content/uploads/2011/11/test-sign.jpg"><img class="alignnone size-large wp-image-73" title="test-sign" src="http://www.solutiononline.co.in/blog/wp-content/uploads/2011/11/test-sign-1024x568.jpg" alt="" width="550" height="305" /></a></p>
<p><strong>This is how you set it up on Roundcube: (Which you get when you sign up for hosting )</strong></p>
<p><strong></strong><strong>Log in to your cPanel  &gt; Webmail</strong></p>
<ol>
<li>Select Roundcube application</li>
<li>Click on the Personal Settings on the Right Top Panel</li>
<li>Select Identities Tab.</li>
<li>Double Click on the Email you want to create the signature to.</li>
<li>Write/create your signature.</li>
<li>Click Save after you are done.</li>
<li>Go to Preference tab and check on the box for Compose HTML messages and Save.</li>
</ol>
<div><a href="http://www.solutiononline.co.in/blog/wp-content/uploads/2011/11/highlight1.jpg"><img class="alignnone size-full wp-image-74" title="highlight1" src="http://www.solutiononline.co.in/blog/wp-content/uploads/2011/11/highlight1.jpg" alt="" width="550" height="305" /></a></div>
<div>After you’re done:<strong> test it:</strong></div>
<div><strong></strong><a href="http://www.solutiononline.co.in/blog/wp-content/uploads/2011/11/test-sign1.jpg"><img class="alignnone size-large wp-image-75" title="test-sign1" src="http://www.solutiononline.co.in/blog/wp-content/uploads/2011/11/test-sign1-1024x568.jpg" alt="" width="550" height="305" /></a></div>
<div><strong>Now you have your signature ready and it will be inserted automatically in every email you send.</strong></div>
]]></content:encoded>
			<wfw:commentRss>http://www.solutiononline.co.in/blog/2011/11/create-email-signature-roundcube/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>For Safer Internet Experience Follow These Proven Tips</title>
		<link>http://www.solutiononline.co.in/blog/2011/06/safer-internet-experience-follow-proven-tips/</link>
		<comments>http://www.solutiononline.co.in/blog/2011/06/safer-internet-experience-follow-proven-tips/#comments</comments>
		<pubDate>Sun, 05 Jun 2011 05:53:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Click Enable]]></category>
		<category><![CDATA[Regular Back]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Use Anti]]></category>

		<guid isPermaLink="false">http://www.solutiononline.co.in/blog/?p=66</guid>
		<description><![CDATA[The advent of Internet technology opened doors to new ways of accessing and processing information. It is an incredible tool to research, learn and share information. Whether you are a student, teacher, businessperson or a shopaholic, Internet accommodates your specific requirements. However, the boon can be turned into a curse, if it is not judiciously [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.solutiononline.co.in/blog/wp-content/uploads/2011/05/web-security.jpg"><img class="alignleft size-full wp-image-67" style="margin-left: 0px; margin-right: 10px;" title="web-security" src="http://www.solutiononline.co.in/blog/wp-content/uploads/2011/05/web-security.jpg" alt="" width="259" height="194" /></a>The advent of Internet technology opened doors to new ways of accessing and processing information. It is an incredible tool to research, learn and share information. Whether you are a student, teacher, businessperson or a shopaholic, Internet accommodates your specific requirements. However, the boon can be turned into a curse, if it is not judiciously used.</p>
<p>Alas, there are cyber-criminals use ingenious methods to access your computer and steal your identity, commit fraud, and launch cyber attacks against others. Therefore, staying safe online is a necessity, today. We bring forth four robust security measures that can help you, your family and your business stay protected round the clock.</p>
<p><strong>Protect your children online:</strong></p>
<p>An important safety tip for parents is to install parental control software, or change web browser settings, to protect children from rampant pornographic material and obscenity. Several child safety software is available for purchase or can be downloaded for free. A child’s safety and mental health is of prime importance for every parent. However, there is no substitute for parental supervision.</p>
<p>Check your Internet browser if it would allow you to set parental controls. You can restrict the websites with password. For doing so, click Tools on the menu bar &gt; Select Internet Options&gt; Choose Content tab &gt; Click Enable button under Content Adviser.</p>
<p><strong>Regular Back up of important files:</strong></p>
<p>Protect your valuable data like financial details, pictures, and critical business records by copying them onto a removable disc, and storing it in a secure place. Alternatively, consider encryption software that scrambles files and can only be opened in a readable format with a specific password. However, the original software disk must be stored in a safer place for later use, especially if the computer system crashes.</p>
<p><strong>Safeguard your valuable personal and financial information:</strong></p>
<p>Do not open unknown email or solicitation messages, especially the ones asking for personal information. Turn off the “Preview Pane” functionality in email programs and set the default option to view emails as plain text.</p>
<p><strong>Use strong passwords:</strong></p>
<p>Enhance the security of your online identity by employing strong authentication tools and technology, wherever available. You can use alphanumeric passwords, token, smart card, or biometric devices. Using “123456” or “password” is a very common habit for any of us, which can lead to a very costly mistake if someone try these random passwords. You can use online sites like freepasswordgenerator.com to get yourself some strong password.</p>
<p><strong>Use Anti virus software’s:</strong></p>
<p>Even with the above protections you still get into trouble with Trojan, virus etc which can come directly into your internet connected computer without opening a single site. So get a good anti virus software. You can download and try many anti virus applications for a specific trial period, the you can make up your mind before buying any of them. Many of the good anti virus application will cost you around Rs. 1000/- per year per PC, but if you can go for bulk then you can get them for much cheaper.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.solutiononline.co.in/blog/2011/06/safer-internet-experience-follow-proven-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create a Portable Hackintosh on a USB Thumb Drive</title>
		<link>http://www.solutiononline.co.in/blog/2011/05/create-portable-hackintosh-usb-thumb-drive/</link>
		<comments>http://www.solutiononline.co.in/blog/2011/05/create-portable-hackintosh-usb-thumb-drive/#comments</comments>
		<pubDate>Thu, 19 May 2011 08:05:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Information]]></category>
		<category><![CDATA[hackintosh]]></category>

		<guid isPermaLink="false">http://www.solutiononline.co.in/blog/?p=61</guid>
		<description><![CDATA[Even though there are several fantastic bootable Linux systems, but how to run OS X? Often users employ USB and Hackintosh on their computers to obtain Linux OS X experience. However, with iPortable Snow, a method for the distribution of OS X 10.6.2, the same live experience can achieved. Read on to find more. Instructions: [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.solutiononline.co.in/blog/wp-content/uploads/2011/05/Portable-Hackintosh-on-a-USB.jpg"><img class="alignleft size-medium wp-image-62" title="Portable Hackintosh on a USB" src="http://www.solutiononline.co.in/blog/wp-content/uploads/2011/05/Portable-Hackintosh-on-a-USB-300x177.jpg" alt="" width="300" height="177" /></a>Even though there are several fantastic bootable Linux systems, but how to run OS X?</p>
<p>Often users employ USB and Hackintosh on their computers to obtain Linux OS X experience. However, with iPortable Snow, a method for the distribution of OS X 10.6.2, the same live experience can achieved. Read on to find more.</p>
<p><strong>Instructions:</strong></p>
<p>To create the thumb drive, Mac Hackintosh is required.</p>
<p><strong>Step 1: </strong>Download iPortable Snow from a torrent website.</p>
<p><strong>Step 2:</strong> While the application downloads, format your external hard drive or 8 GB thumb drive. Open Disk Utility&gt; Select the drive you want to install OS X.</p>
<p><strong>Step 3:</strong> Visit Partition tab and create a single partition, formatted as Mac OS Extended. Click Options to ensure that Master Boot Record option is being used. Click Apply to format the drive.</p>
<p><strong>Step 4: </strong>Close Disk Utility and open downloaded iPortable Snow installer.</p>
<p><strong>Step 5:</strong> Double click icon with the umbrella labeled "iPortable_Snow_x86". It will automatically open a program CopyCatX.</p>
<p><strong>Step 6:</strong> In the first window, go to Backup/Restore section&gt; Change selected partition to the formatted drive&gt; Click Backup/Restore button.</p>
<p><strong>Step 7:</strong> In the second window, restore the drive to a backup by clicking the right radio button &gt; Click Start &gt; Use iPortable_Snow_x86 volume archive file when prompted. It will copy the files to the thumb drive.</p>
<p><strong>Step 8:</strong> Open “First Aid” in the iPortable Snow Install folder to fix bootloader &gt; Click iPortable Bootfix&gt; On third page click “Change Install Location”&gt; Change the location of thumb drive, else a new bootloader will override all the previous steps. Once complete, rename it.</p>
<p>Bingo! You successfully created a Portable Hackintosh on a USB Thumb Drive. You can now enjoy the same live Linux thumb drive experience from your booted thumb drive. You will obtain Chameleon screen with a few choices, instead of regular options when your computer's OS boots.</p>
<p>This process works well on most Intel-based computers. So try it out on your Hackintosh and educate us with your valuable comments in the box below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.solutiononline.co.in/blog/2011/05/create-portable-hackintosh-usb-thumb-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.solutiononline.co.in @ 2013-05-19 11:57:27 -->