<?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>Helion-Prime Solutions blog &#187; web-development</title>
	<atom:link href="http://blogs.helion-prime.com/tag/web-development/feed" rel="self" type="application/rss+xml" />
	<link>http://blogs.helion-prime.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 18 Dec 2011 13:27:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Understand Web with MAMA</title>
		<link>http://blogs.helion-prime.com/2008/10/16/understand-web-with-mama.html</link>
		<comments>http://blogs.helion-prime.com/2008/10/16/understand-web-with-mama.html#comments</comments>
		<pubDate>Thu, 16 Oct 2008 16:06:53 +0000</pubDate>
		<dc:creator>vasiliy.kiryanov</dc:creator>
				<category><![CDATA[general programming]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[web-development]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blogs.helion-prime.com/?p=139</guid>
		<description><![CDATA[Preamble Did you ask you mam in childhood about nature of things? Yeah, who did not.. And now Opera software [http://en.wikipedia.org/wiki/Opera_Software] presented MAMA &#8211; the Metadata Analysis and Mining Application. It is analytical search engine that returns details of page structure. How can we use use it? &#8220;We at Opera believe this tool can also [...]]]></description>
			<content:encoded><![CDATA[<h2>Preamble</h2>
<p>Did you ask you mam in childhood about nature of things? Yeah, who did not..<br />
And now Opera software [<a href="http://en.wikipedia.org/wiki/Opera_Software">http://en.wikipedia.org/wiki/Opera_Software</a>] presented MAMA &#8211; the Metadata Analysis and Mining Application. It is analytical search engine that returns details of  page structure.</p>
<h2>How can we use use it?</h2>
<p>&#8220;We at Opera believe this tool can also be useful to other stakeholders in the standards and browser-making world.<br />
For example:<br />
Browser manufacturers and others can use MAMA data on the popularity of widely used technologies to prioritize bugs and justify adding support for new technology to in-progress releases.<br />
Standards bodies can use the data to measure the success and adoption rates of various technologies.<br />
Web developers can use the same data to justify support of various technologies in their work.<br />
It can provide real-world, practical samples of the Web developer&#8217;s &#8220;art&#8221;, for inspiration and instruction.&#8221;<br />
<i>According to MAMA project documentation</i></p>
<h2>Some details</h2>
<p>MAMA give us answers on questions like: how many sites use CSS (80,4% by MAMA), how many errors on average page (47),  how many symbols on average page (16,400), which country the most use XMLHttpRequest, an important component of AJAX? (Norway, 10.2%).</p>
<p>Or more sophisticated:  how many sites adapted for mobile gadgets,  how much Web2.0 spread, what version of HTTP protocol more popular and so on..</p>
<p><img class="alignnone size-full wp-image-144" title="xml http request graph" src="http://blogs.helion-prime.com/wp-content/uploads/2008/10/xmlhttp.png" alt="" width="794" height="464" /></p>
<p><img class="alignnone size-full wp-image-143" title="flash usage graph" src="http://blogs.helion-prime.com/wp-content/uploads/2008/10/flash.png" alt="" width="602" height="465" /></p>
<p>MAM is active project and so with the lapse of time we will get bigger range of data. That will give us possibility to understand Web tendencies and Web better.<br />
So thanks Mama.</p>
<p><b>Related links links to get details:</b><br />
Mama project description: [<a href="http://dev.opera.com/articles/view/mama/">http://dev.opera.com/articles/view/mama/</a>]<br />
Mama key findings [<a href="http://dev.opera.com/articles/view/mama-key-findings/">http://dev.opera.com/articles/view/mama-key-findings/</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.helion-prime.com/2008/10/16/understand-web-with-mama.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simplify of web-development with Firefox plug-ins</title>
		<link>http://blogs.helion-prime.com/2008/06/02/simplify-of-web-development-with-firefox-plug-ins.html</link>
		<comments>http://blogs.helion-prime.com/2008/06/02/simplify-of-web-development-with-firefox-plug-ins.html#comments</comments>
		<pubDate>Mon, 02 Jun 2008 14:36:40 +0000</pubDate>
		<dc:creator>alex.shapovalov</dc:creator>
				<category><![CDATA[general programming]]></category>
		<category><![CDATA[web-development]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://blogs.helion-prime.com/?p=21</guid>
		<description><![CDATA[preamble There is set of plug-ins that really simplify development process and glance will help you select something for your daily work. golden list name: firebug functions: edit, debug, and monitor CSS, HTML, and JavaScript live hints: page loading analysis, live working with CSS styles, JavaScript debugger add-on page: [https://addons.mozilla.org/en-US/firefox/addon/1843] name: user agent switcher functions: [...]]]></description>
			<content:encoded><![CDATA[<h2>preamble</h2>
<p>There is set of plug-ins that really simplify development process and glance will help you select something for your daily work.</p>
<h2>golden list</h2>
<p><strong>name:</strong> firebug<br />
<strong>functions:</strong> edit, debug, and monitor CSS, HTML, and JavaScript live<br />
<strong>hints:</strong> page loading analysis, live working with CSS styles, JavaScript debugger<br />
<strong>add-on page:</strong> [<a href="https://addons.mozilla.org/en-US/firefox/addon/1843">https://addons.mozilla.org/en-US/firefox/addon/1843</a>]</p>
<p><strong>name:</strong> user agent switcher<br />
<strong>functions:</strong> switch the user agent of the browser<br />
<strong>hints:</strong> cool but IE, and Firefox still interpret code differently and anyway for interpretation tests you need &#8216;ies4linux&#8217; [<a href="http://www.tatanka.com.br/ies4linux/page/Main_Page">http://www.tatanka.com.br/ies4linux/page/Main_Page</a>]<br />
<strong>add-on page:</strong> [<a href="https://addons.mozilla.org/en-US/firefox/addon/59">https://addons.mozilla.org/en-US/firefox/addon/59</a>]</p>
<p><strong>name:</strong> dust-Me Selectors<br />
<strong>functions:</strong>finds unused CSS selectors<br />
<strong>add-on page:</strong> [<a href="https://addons.mozilla.org/ru/firefox/addon/5392">https://addons.mozilla.org/ru/firefox/addon/5392</a>]</p>
<p><strong>name:</strong> firesizer<br />
<strong>functions:</strong> resize of firefox the window to specific dimensions<br />
<strong>hints:</strong> it helps to test site in required resolutions<br />
<strong>add-on page:</strong> [<a href="https://addons.mozilla.org/en-US/firefox/addon/5792">https://addons.mozilla.org/en-US/firefox/addon/5792</a>]</p>
<p><strong>name:</strong> SQLite manager<br />
<strong>functions:</strong> manage SQLite databases<br />
<strong>hints:</strong> I think you know why it is better to use SQLite DB on workplaces<br />
<strong>add-on page:</strong> [<a href="https://addons.mozilla.org/en-US/firefox/addon/5817">https://addons.mozilla.org/en-US/firefox/addon/5817</a>]</p>
<p><strong>name:</strong> add N edit cookies<br />
<strong>functions:</strong> allows you add and edit session and saved cookies in live<br />
<strong>add-on page:</strong> [<a href="https://addons.mozilla.org/en-US/firefox/addon/573">https://addons.mozilla.org/en-US/firefox/addon/573</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.helion-prime.com/2008/06/02/simplify-of-web-development-with-firefox-plug-ins.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

