<?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>Software Associates - India &#187; browser</title>
	<atom:link href="http://www.softwareassociates.in/blog/category/browser/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.softwareassociates.in</link>
	<description>Synergize with experience and expertise</description>
	<lastBuildDate>Tue, 07 Feb 2012 08:31:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Google wave, wolframalpha and bing</title>
		<link>http://www.softwareassociates.in/blog/google-wave-wolframalpha-and-bing/</link>
		<comments>http://www.softwareassociates.in/blog/google-wave-wolframalpha-and-bing/#comments</comments>
		<pubDate>Sat, 30 May 2009 17:16:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[browser]]></category>
		<category><![CDATA[Google API]]></category>
		<category><![CDATA[innovation]]></category>

		<guid isPermaLink="false">http://softwareassociatesuk.com/blog/?p=105</guid>
		<description><![CDATA[Gmail, docs and spreadsheets have already influenced our lives in the corporate world and the pace at which google is able to innovate is amazing. Google wave is yet another amazing collaborative tool in beta from google labs. redefines the &#8230; <a href="http://www.softwareassociates.in/blog/google-wave-wolframalpha-and-bing/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Gmail, docs and spreadsheets have already influenced our lives in the corporate world and the pace at which google is able to innovate is amazing.</p>
<p>	<a href="http://andywibbels.com/2009/05/google-wave-keynote/">Google wave</a> is yet another amazing collaborative tool in beta from google labs. redefines the way the browser is going to be used. Some features include</p>
<ul>
<li>Hosted conversation</li>
<li>Dynamic spell check</li>
<li>Live messaging</li>
<li>Playback feature</li>
<li>HTML 5</li>
<li>Wave extensions to build API&#39;s</li>
</ul>
<p>Good news is that Google plans to launch this path breaking technology under open source platform, allowing the developer community around the world do the work.</p>
<p>	Unfortunately drag and drop from desktop to browser requires google gears.</p>
<p>	<a href="http://www.bing.com/search?q=software+associates+web+development+london&amp;go=&amp;form=QBLH&amp;filt=all">Microsoft bing</a> &#8211; a 100 million dollar campaign to be the next google ?</p>
<p>	<a href="http://www86.wolframalpha.com/input/?i=united+kingdom+and+india">Wolfram Alpha</a> is different and seems to be targeted at the research community</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwareassociates.in/blog/google-wave-wolframalpha-and-bing/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Small Screen Rendering – SSR</title>
		<link>http://www.softwareassociates.in/blog/small-screen-rendering-%e2%80%93-ssr/</link>
		<comments>http://www.softwareassociates.in/blog/small-screen-rendering-%e2%80%93-ssr/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 06:54:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[browser]]></category>

		<guid isPermaLink="false">http://softwareassociatesuk.com/blog/?p=89</guid>
		<description><![CDATA[SSR is the methodology to show the web sites designed for computers (i.e. 800 X 600 resolution or more) to rather very small screens. Each micro browser has their own HTML rendering engine. Small-Screen Rendering (SSR) feature automatically makes a &#8230; <a href="http://www.softwareassociates.in/blog/small-screen-rendering-%e2%80%93-ssr/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">SSR is the methodology to show the web sites designed for computers (i.e. 800 X 600 resolution or more) to rather very small screens. Each micro browser has their own HTML rendering engine. Small-Screen Rendering (SSR) feature automatically makes a more device-friendly version of those pages by rearranging the content to fit the screen. The primary concern is to avoid horizontal scrolling; the content will always be as wide as the device.</p>
<p class="MsoNormal"><span class="Apple-style-span" style="font-weight: normal;">Small-Screen Rendering overrides several aspects of page display:</span></p>
<ul>
<li>Page layout</li>
<li>Images</li>
<li>Colors</li>
<li>Tables</li>
<li>Frames</li>
<li>Font size</li>
<li>Alignment</li>
</ul>
<p class="MsoNormal"><span class="Apple-style-span" style="font-weight: normal;">The web page will be shown as a single column of text. If the original layout uses multiple columns, the columns are merged into one in document order. If one makse sure that the content which belongs together is grouped together in the code, this merging is more likely to have a successful outcome.</span></p>
<p class="MsoNormal"><span class="Apple-style-span" style="font-weight: normal;">If the page has a style sheet for media handheld, Opera assumes the page is optimized for devices and will not apply SSR to it.</span></p>
<p class="MsoNormal"><strong><span class="Apple-style-span" style="font-weight: normal;">Document order</span></strong></p>
<p class="MsoNormal"><span class="Apple-style-span" style="font-weight: normal;">Document order is the order HTML source code is formatted. Content early in the source will be displayed above content that comes later and elements close to each other in the source will be displayed close to each other.</span></p>
<p class="MsoNormal"><span class="Apple-style-span" style="font-weight: normal;">Table with any number of rows and columns will be displayed one column many rows i.e. all the cells in a table will be stacked one below another.</span></p>
<p class="MsoNormal"><span class="Apple-style-span" style="font-weight: normal;">Dos and Don&rsquo;ts</span></p>
<p class="MsoNormal"><span class="Apple-style-span" style="font-weight: normal;">If one wants to create a web site which can be accessed from PCs and small handheld devices one needs to consider many things in all the stages of application development.</span></p>
<p class="MsoNormal"><strong><span class="Apple-style-span" style="font-weight: normal;">Dos</span></strong></p>
<ul>
<li><span class="Apple-style-span" style="font-weight: normal;">Create well formed HTML.</span></li>
<li><span class="Apple-style-span" style="font-weight: normal;">CSS for formatting text.</span></li>
<li><span class="Apple-style-span" style="font-weight: normal;">Normal size for common text, large for main heading and size between for subheadings.</span></li>
<li><span class="Apple-style-span" style="font-weight: normal;">CSS layouts instead of Table layout.</span></li>
<li><span class="Apple-style-span" style="font-weight: normal;">Use external style sheets and JavaScript.</span></li>
<li><span class="Apple-style-span" style="font-weight: normal;">Use small images.</span></li>
<li><span class="Apple-style-span" style="font-weight: normal;">Specify height and width of images.</span></li>
<li><span class="Apple-style-span" style="font-weight: normal;">Alt attribute for all image tags.</span></li>
<li><span class="Apple-style-span" style="font-weight: normal;">Use different style sheets for normal screen and handheld etc. </span></li>
<li>For smaller images with clickable &quot;hotspots&quot;, better to use image map instead of slicing</li>
<li><span class="Apple-style-span" style="font-weight: normal;">Relative units for formatting margin-left: 20%;</span></li>
</ul>
<p class="MsoNormal"><strong><span class="Apple-style-span" style="font-weight: normal;">Don&rsquo;ts</span></strong></p>
<ul>
<li><span class="Apple-style-span" style="font-weight: normal;">Embed CSS and JavaScript in HTML.</span></li>
<li><span class="Apple-style-span" style="font-weight: normal;">Use images for heading.</span></li>
<li><span class="Apple-style-span" style="font-weight: normal;">Use dynamic menus.</span></li>
<li><span class="Apple-style-span" style="font-weight: normal;">Popup windows.</span></li>
<li><span class="Apple-style-span" style="font-weight: normal;">Use Frames.</span></li>
<li><span class="Apple-style-span" style="font-weight: normal;">Use background images.</span></li>
<li><span class="Apple-style-span" style="font-weight: normal;">Create horizontal scroll.</span></li>
<li><span class="Apple-style-span" style="font-weight: normal;">Use float property to align content.</span></li>
<li><span class="Apple-style-span" style="font-weight: normal;">Absolute positioning.</span></li>
<li><span class="Apple-style-span" style="font-weight: normal;">Absolute units for formatting like margin-left:200px;</span></li>
<li><span class="Apple-style-span" style="font-weight: normal;">Use of UI events like onmouseover, onmouseout etc.</span></li>
</ul>
<p>Contributed by <strong>Sandeep P @ Software Associates</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwareassociates.in/blog/small-screen-rendering-%e2%80%93-ssr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer 8 Beta &#8211; HTML tinkering</title>
		<link>http://www.softwareassociates.in/blog/internet-explorer-8-beta-html-tinkering/</link>
		<comments>http://www.softwareassociates.in/blog/internet-explorer-8-beta-html-tinkering/#comments</comments>
		<pubDate>Fri, 14 Mar 2008 11:32:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[browser]]></category>
		<category><![CDATA[client]]></category>

		<guid isPermaLink="false">http://softwareassociatesuk.com/blog/?p=63</guid>
		<description><![CDATA[Have you tested your website to see whether it works the same under IE 8 ? Probably not. IE 8 needs much HTML tinkering (Image tags etc) before you could get the website to work as in IE 7 or &#8230; <a href="http://www.softwareassociates.in/blog/internet-explorer-8-beta-html-tinkering/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Have you tested your website to see whether it works the same under IE 8 ?</p>
<p>	Probably not. IE 8 needs much HTML tinkering (Image tags etc) before you could get the website to work as in IE 7 or IE 6. The smooth font feel is more like Safari (XP and Mac)</p>
<p>	We work on a proactive basis to help clients comply with the latest browser standards and design requirements.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwareassociates.in/blog/internet-explorer-8-beta-html-tinkering/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  www.softwareassociates.in/blog/category/browser/feed/ ) in 0.27455 seconds, on Feb 8th, 2012 at 3:05 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 8th, 2012 at 4:05 am UTC -->
