<?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>Oxagile Software Development Company Web Application Development Blog &#187; CSS</title>
	<atom:link href="http://blog.oxagile.com/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.oxagile.com</link>
	<description>Web and Mobile Application Development Services</description>
	<lastBuildDate>Wed, 21 Dec 2011 20:11:04 +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>Top 10 Most Welcomed IT Professions 2012</title>
		<link>http://blog.oxagile.com/2011/10/29/top-10-most-welcomed-it-professions-2012/</link>
		<comments>http://blog.oxagile.com/2011/10/29/top-10-most-welcomed-it-professions-2012/#comments</comments>
		<pubDate>Sat, 29 Oct 2011 20:43:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net programming]]></category>
		<category><![CDATA[Java programming]]></category>
		<category><![CDATA[Mobile Application Development]]></category>
		<category><![CDATA[Software development methodologies]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[.net software developers]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://blog.oxagile.com/?p=1062</guid>
		<description><![CDATA[ 
   Despite the doubts in stability of the American economy in 2012, the research has showed that American companies are going to expand their IT staff. Analytics have found out what IT professions will be called for. The results of the annual research organized by Computerworld showed that 29% out of 353 [...]]]></description>
			<content:encoded><![CDATA[ 
   <span class = "facebook-like-this" style = "height: px"><iframe src="http://www.facebook.com/plugins/like.php?href=http://blog.oxagile.com/2011/10/29/top-10-most-welcomed-it-professions-2012/&layout=standard&show_faces=false&width=100%&action=like&colorscheme=light&locale=en_US&font=" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:100%px; height:px"></iframe></span><p>Despite the doubts in stability of the American economy in 2012, the research has showed that American companies are going to expand their IT staff. Analytics have found out what IT professions will be called for. The results of the annual research organized by Computerworld showed that 29% out of 353 IT-executive managers are planning to increase the number of their departments by the summer 2012.</p>
<p>‘The demand for IT-specialists in companies of all types and sizes is constantly growing’, says Mike McBrierty, the executive director of one of the biggest recruiting agencies the Eliassen Group. Moreover, according to his own words, the companies are planning to update the infrastructure and restart the realization of the projects postponed for the last 3 years.</p>
<p>As Computerworld claims, in 2012 the directors of IT departments have set teeth for implementing innovations and that’s why the most relevant for future employees will be the following nine main skills.<img class="alignright size-full wp-image-1064" style="margin: 5px;" title="business" src="http://blog.oxagile.com/wp-content/uploads/2011/10/business.jpg" alt="" width="275" height="201" /></p>
<p>•    web and <a href="http://www.oxagile.com/services/mobile-application-development">mobile application development</a> skills<br />
•    project management skills<br />
•    technical support and maintenance skills<br />
•    network technologies skills<br />
•    business analysis skills<br />
•    Web 2.0 technologies skills – more and more companies are planning to implement these technologies and the demand for <a href="http://www.oxagile.com/services/dedicated-programming-team">php/java/.net software developers</a> won’t decrease in 2012. Also there will be a big demand for <a href="http://www.oxagile.com/services/web-development/ria">Ajax GWT professional web developers</a> as well as the specialists in .Net, PHP, HTML, XML, CSS, Flash and Javascript.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.oxagile.com/2011/10/29/top-10-most-welcomed-it-professions-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE6 is still alive for web developers. Foolproof methods to fix problems with IE6</title>
		<link>http://blog.oxagile.com/2009/12/03/ie6-is-still-alive-for-web-developers-foolproof-methods-to-fix-problems-with-ie6/</link>
		<comments>http://blog.oxagile.com/2009/12/03/ie6-is-still-alive-for-web-developers-foolproof-methods-to-fix-problems-with-ie6/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 11:26:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[DOCTYPE]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://blog.oxagile.com/?p=610</guid>
		<description><![CDATA[ 
   1. Use DOCTYPE Declarations
It is always better to indicate doctype in the header of each html page:
&#60;! DOCTYPE HTML PUBLIC &#8220;- / / W3C / / DTD HTML 4.01 / / EN&#8221; &#8220;http://www.w3.org/TR/html4/strict.dtd&#8221;&#62;
For XHTML:
&#60;! DOCTYPE html PUBLIC &#8220;- / / W3C / / DTD XHTML 1.0 Strict / / EN&#8221; &#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&#8221;&#62;
Don’t [...]]]></description>
			<content:encoded><![CDATA[ 
   <span class = "facebook-like-this" style = "height: px"><iframe src="http://www.facebook.com/plugins/like.php?href=http://blog.oxagile.com/2009/12/03/ie6-is-still-alive-for-web-developers-foolproof-methods-to-fix-problems-with-ie6/&layout=standard&show_faces=false&width=100%&action=like&colorscheme=light&locale=en_US&font=" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:100%px; height:px"></iframe></span><p><img class="alignleft size-full wp-image-645" style="margin: 10px;" title="internet-explorer-logo" src="http://blog.oxagile.com/wp-content/uploads/2010/01/internet-explorer-logo.jpg" alt="" width="214" height="185" /><strong>1. Use DOCTYPE Declarations</strong><br />
It is always better to indicate doctype in the header of each html page:<br />
<em>&lt;! DOCTYPE HTML PUBLIC &#8220;- / / W3C / / DTD HTML 4.01 / / EN&#8221; &#8220;http://www.w3.org/TR/html4/strict.dtd&#8221;&gt;</em></p>
<p>For XHTML:<br />
<em>&lt;! DOCTYPE html PUBLIC &#8220;- / / W3C / / DTD XHTML 1.0 Strict / / EN&#8221; &#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&#8221;&gt;</em></p>
<p>Don’t write any other characters before doctype (no gaps, no line breaks). Otherwise you will get strange fields in body and html tags.<br />
<strong></strong></p>
<p><strong>2. Set “position: relative” </strong><br />
Using this hack you can cure the vast number of problems with IE6 (for example, invisible or weird positioned blocks).<br />
<strong></strong></p>
<p><strong>3. Use “display: inline” for floating blocks </strong><br />
Floating elements with margin can cause a well known bug in IE6, we mean double margin.<br />
For example, indicating the left margin as 5px we get 10px as a result. “Display: inline” fixes this problem and your CSS becomes valid.<br />
<strong></strong></p>
<p><strong>4. Set “hasLayout” in properties</strong><br />
Many rendering bugs in IE6 (and also in IE7) can be corrected by “hasLayout”. This is an internal feature of IE, which indicates how content must be aligned and positioned (relatively to other elements). This feature can be also used when you need to transform line item (e.g., &lt;a&gt;) into block or when transparency effects are needed.<br />
The easiest way to indicate this property is to set height or width (zoom can also be used, but it’s not a standard CSS). It is recommended to specify the actual size of your block, and if it’s not possible (dynamically changing height or width), you can do this: “height: 1px”.<br />
<strong></strong></p>
<p><strong>5. Fixing the repeated characters bug </strong><br />
This bag appears in lists and duplicates the last 1-3 signs of the last item in the list. There are some ways to fix it:</p>
<ul>
<li> Use “display: inline” for floating elements;</li>
<li> Set “margin-right:-3px” for the last item in the list;</li>
<li> Use conditional comments;</li>
<li> Add an empty div in the last item of the list (sometimes, you must set “width: 90%” or other appropriate width).</li>
</ul>
<p><strong>6. Use advanced CSS selectors for other browsers and standard selectors without percentage values for IE<br />
</strong>Or you can just use “!important”.</p>
<p>Example #1:</p>
<pre># element (
min-height: 40em;
height: 40em;
)
/ * Ignored by IE6 * /
# element [id] (
height: auto;
)</pre>
<p>Example #2:</p>
<pre>body (
margin: 4% 0! important;
margin: 40px 0; / * IE6 only * /
)</pre>
<p>If you consider these tips strange or too complicated &#8211; don&#8217;t hesitate to drop us a line. <a href="http://www.oxagile.com/services/custom-software-design-and-development">Web development professionals from Oxagile software development company</a> are at your service on 24/7 basis.</p>
<input id="gwProxy" type="hidden" />
<p><!--Session data--></p>
<input id="jsProxy" onclick="jsCall();" type="hidden" />
]]></content:encoded>
			<wfw:commentRss>http://blog.oxagile.com/2009/12/03/ie6-is-still-alive-for-web-developers-foolproof-methods-to-fix-problems-with-ie6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rich Internet Applications for &#8220;rich&#8221; software development</title>
		<link>http://blog.oxagile.com/2009/05/04/rich-internet-applications-for-rich-software-development/</link>
		<comments>http://blog.oxagile.com/2009/05/04/rich-internet-applications-for-rich-software-development/#comments</comments>
		<pubDate>Mon, 04 May 2009 09:28:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software development methodologies]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaFx]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[SOAP]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://blog.oxagile.com/?p=386</guid>
		<description><![CDATA[ 
   Today we continue our list of 14 the most relevant technologies for software developers adding some Web-oriented technologies to it:
 
#4. Rich Internet Applications (RIA)
No matter you can love RIA or hate it, today developers use Flash not only for cartoons about politicians who sing silly songs, but also for more [...]]]></description>
			<content:encoded><![CDATA[ 
   <span class = "facebook-like-this" style = "height: px"><iframe src="http://www.facebook.com/plugins/like.php?href=http://blog.oxagile.com/2009/05/04/rich-internet-applications-for-rich-software-development/&layout=standard&show_faces=false&width=100%&action=like&colorscheme=light&locale=en_US&font=" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:100%px; height:px"></iframe></span><p><span lang="EN-US">Today we continue our list of <a href="http://blog.oxagile.com/2009/04/25/14-technologies-that-won%e2%80%99t-become-obsolete-before-2014-foundations-of-software-development/">14 the most relevant technologies for software developers</a> adding some Web-oriented technologies to it:</span></p>
<p><span lang="EN-US"> </span></p>
<p><strong><span lang="EN-US">#4. Rich Internet Applications (RIA)<br />
</span></strong><span lang="EN-US">No matter you can love RIA or hate it, today <a href="http://www.oxagile.com">developers use Flash</a> not only for cartoons about politicians who sing silly songs, but also for more serious things. Flash has rich functionality to create applications using technologies such as <a href="http://www.oxagile.com/services/flash-flex-programming">Flex</a> and AIR. Companies that develop Flash analogues, for example JavaFx and Silverlight, also improve similar features and increase productivity. </span></p>
<p><span lang="EN-US">HTML5 soon will combine the full functionality of RIA, including connection to the databases and putting the official seal of W3C on AJAX technology.</span></p>
<p><span lang="EN-US">It means that in the near future, the differences between RIA platforms will be decreased. </span></p>
<p><span lang="EN-US"><br />
<strong>#5. Web Development </strong><br />
<a href="http://www.oxagile.com/website_design_and_development.html">Web development</a> won’t sink into oblivion in the near future. <img src='http://blog.oxagile.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Many Web developers ignore, or at least only familiar with the basics, providing frameworks. However, companies want more and more people who able to work with these technologies. So, JavaScript, CSS, and HTML will be still successful even in 2014. </span></p>
<p><strong><span lang="EN-US"><br />
#6. Web Services </span></strong><span lang="EN-US"><br />
JSON or XML? REST or SOAP? This choice depends on the project, and work complexity increases without Web services technologies. Even those areas, where developers used ODBC, COM, or RPC, are gradually moving towards Web services. </span></p>
<p><em>to be continued…</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.oxagile.com/2009/05/04/rich-internet-applications-for-rich-software-development/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

