<?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>CSS Design Gallery - Inspiration from live Web Templates &#124; CSSexpression.com &#187; Tutorials</title>
	<atom:link href="http://cssexpression.com/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://cssexpression.com</link>
	<description>Express to Inspire! Show your latest CSS Designs &#38; Live Web Templates</description>
	<lastBuildDate>Wed, 07 Mar 2012 14:56:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Flash VS jQuery</title>
		<link>http://cssexpression.com/tutorial/flash-vs-jquery/</link>
		<comments>http://cssexpression.com/tutorial/flash-vs-jquery/#comments</comments>
		<pubDate>Sat, 03 Mar 2012 13:18:36 +0000</pubDate>
		<dc:creator>musab.ali</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://cssexpression.com/?p=1784</guid>
		<description><![CDATA[As we all know there has been a war going between Flash and jQuery. They have been fighting to enhance their tools in turn of create animations, timeline, MooTools, frameworks, etc In 1996 Macromedia released a product called Macromedia Flash which is planned a vector-based animation platform. Though flash it is easy for web designers to create [...]]]></description>
			<content:encoded><![CDATA[<p>As we all know there has been a war going between Flash and jQuery. They have been fighting to enhance their tools in turn of create animations, timeline, MooTools, frameworks, etc</p>
<p>In 1996 Macromedia released a product called Macromedia Flash which is planned a vector-based animation platform. Though flash it is easy for web designers to create animations using a timeline.</p>
<p>In 1997 JavaScript arrived with released their lots of JavaScript frameworks as the result it increasingly popular on their high scalability, performance and usability.</p>
<p>The real competition started with when we have to choose one from jQuery or Flash to create animations. jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and AJAX interactions for rapid web development. Although you may have enough Javascript skills to build your own Javascript code, using jQuery instead of can simplify the process (think hundreds of lines vs. a few lines of jQuery). Furthermore, there are thousands of plugins for jQuery published and large community support for this project.</p>
<p style="text-align: left;"><img class="aligncenter  wp-image-1786" title="flash_vs_jquery" src="http://cssexpression.com/files/2012/03/flash_vs_jquery.jpg" alt="" width="413" height="320" /><strong></strong></p>
<p style="text-align: left;"><strong>jQuery Advantages</strong></p>
<ul>
<li>Generally smaller, and quicker</li>
<li>Less time to create, very simple to manage</li>
<li>Works on iPhones</li>
</ul>
<p>Whereas, Flash has been around for quite a while and has a very robust set of tools. It has been used to create the sites, movies, slideshows, or multimedia players, that you see on millions of Websites.</p>
<p><strong>Flash Advantages</strong></p>
<ul>
<li>Great looking fonts</li>
<li>Smooth, complex animations</li>
</ul>
<ul>
<li>Availability of timeline to move images.</li>
</ul>
<p>&nbsp;</p>
<p><strong>Picking One:</strong></p>
<p>I’m going to share some pros and cons about both tools which will help out to decide yourself for creating animations.</p>
<ol>
<li>jQuery is compatible with every browser and also well-matched with iPhone, iPad, cell phones etc where flash is not.</li>
<li> jQuery is very less in size and a single jQuery can create as many animations, sliding and other effects. But in the case of Flash you will need individual flash files for every animations and sliding.</li>
<li>jQuery is a freeware where as if one want to develop something in Flash one would need to purchase a Flash Development Suite.</li>
<li> Flash files are always large in size. On the other hand jQuery file is less than 60kb in size.</li>
<li>jQuery does not give high 3D effects but Flash does.</li>
<li>JavaScript can be disabled from the browser which will disable jQuery too.</li>
<li>Flash always need the upmost skill to create even a single simple stuff, but it jQuery any one little familiar with HTML and JavaScript can easily create anything.”</li>
</ol>
<p>Now, it will be your choice either you want to create animation through Flash or jQuery. Both create excellent animation through which it gives marvelous look to your websites.</p>
<p><strong>jQuery Based Template:</strong></p>
<p><a href="http://www.arcinspirations.com/kobe/">http://www.arcinspirations.com/kobe/</a></p>
<p><a href="http://jonwhitestudio.com/">http://jonwhitestudio.com/</a></p>
<p><a href="http://www.andreashinkel.com/">http://www.andreashinkel.com/</a></p>
<p><strong>Flash Based Template:</strong></p>
<p><a href="http://helloevoque.com/beinghenry">http://helloevoque.com/beinghenry</a></p>
<p><a href="http://www.wechoosethemoon.org/">http://www.wechoosethemoon.org/</a></p>
<p><a href="http://moodstream.gettyimages.com/">http://moodstream.gettyimages.com/</a></p>
<p><a href="http://waterlife.nfb.ca/">http://waterlife.nfb.ca/</a></p>
<p><a href="http://www.syfy.com/tinman/oz/">http://www.syfy.com/tinman/oz/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cssexpression.com/tutorial/flash-vs-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why it is recommended to compress Javascript Code?</title>
		<link>http://cssexpression.com/tutorial/why-it-is-recommended-to-compress-javascript-code/</link>
		<comments>http://cssexpression.com/tutorial/why-it-is-recommended-to-compress-javascript-code/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 20:58:12 +0000</pubDate>
		<dc:creator>musab.ali</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://cssexpression.com/?p=1770</guid>
		<description><![CDATA[We see so many compressors where you can simply condense the Javascript code but the question is why it is recommended?  We are writing an article today to explain the advantages of compress code: Compressors allow you to compress and minify your javascript files and made it simple to reduced bandwidth consumption of your website. [...]]]></description>
			<content:encoded><![CDATA[<p>We see so many compressors where you can simply condense the Javascript code but the question is why it is recommended?</p>
<p style="text-align: center;"><img class="aligncenter  wp-image-1778" title="adobe-dreamweaver-js-icon_Edit" src="http://cssexpression.com/files/2012/02/adobe-dreamweaver-js-icon_Edit.jpg" alt="" width="230" height="230" /></p>
<p> We are writing an article today to explain the advantages of compress code:</p>
<p>Compressors allow you to compress and minify your javascript files and made it simple to reduced bandwidth consumption of your website.</p>
<p>There are several reasons why compressing your javascript files is a fine proposal:</p>
<ul>
<li>Faster download times for your users.</li>
<li>Extraspaces and comments and are undesirable for javascript execution; Removing them will speed up script execution times.</li>
<li>Reduced bandwidth consumption of your website.</li>
<li>Reduce number of HTTP requests on your server when combining many javascript files into one compressed file, thus reducing the server load and allowing more visitors to access your website.</li>
</ul>
<p>It is noted that smaller Javascript files appear at a visitor’s browser faster and enhance a page&#8217;s execution time. Browsers also spend less time parsing and interpreting JavaScript.</p>
<p><strong>Compressor tools:</strong></p>
<p>YUI Compressor, javascript Compressor, Packer and JSMin are few tools that help to compress your code and make it easy to run websites into browsers:</p>
<p>Example:</p>
<p><a href="http://javascriptcompressor.com/">http://javascriptcompressor.com/</a></p>
<p><a href="http://javascript.about.com/library/blcrunch.htm">http://javascript.about.com/library/blcrunch.htm</a></p>
<p><a href="http://www.refresh-sf.com/yui/">http://www.refresh-sf.com/yui/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cssexpression.com/tutorial/why-it-is-recommended-to-compress-javascript-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Steps of avoiding Browsers Compatibility Issues</title>
		<link>http://cssexpression.com/tutorial/steps-of-avoiding-browsers-compatibility/</link>
		<comments>http://cssexpression.com/tutorial/steps-of-avoiding-browsers-compatibility/#comments</comments>
		<pubDate>Mon, 27 Feb 2012 18:53:19 +0000</pubDate>
		<dc:creator>musab.ali</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://cssexpression.com/?p=1754</guid>
		<description><![CDATA[If you are working in the web development field then you must come across the phrase which is called ‘Cross browsing compatibility’. As we create any HTML templates or embed jquery with the file we are often teased by browsing compatibility and it needs your more technical skills to get rid of it. I’m sharing [...]]]></description>
			<content:encoded><![CDATA[<p>If you are working in the web development field then you must come across the phrase which is called ‘Cross browsing compatibility’. As we create any HTML templates or embed jquery with the file we are often teased by browsing compatibility and it needs your more technical skills to get rid of it.</p>
<p style="text-align: center;"><img class=" wp-image-1755 aligncenter" title="web-browsers" src="http://cssexpression.com/files/2012/02/web-browsers.jpg" alt="" width="270" height="270" /></p>
<p>I’m sharing you few steps which will help you out to avoid the condition where browser do not recognize application and simply animate with the annoying manner.</p>
<p><strong>Keep away from complexity:</strong></p>
<p>Usually developers try to make their websites such heavy in order to and follow the unique theme and as the result it creates problem while accessing with different browser but this doesn’t mean you should avoid attractiveness, these smart theme and interactive designs win the heart of visitors but don’t make it complex.</p>
<p><strong>Analysis on different browsers:</strong></p>
<p>Do not forget to check the website on any one browser and then test with other, it will facilitate to find the bug and will easy to resolve compatibility issue for your website.</p>
<p><strong>Code confirmation:</strong></p>
<p>There is lots of code confirmation websites which help us to validate programming and reduce invalid codes. Therefore, it is the recommendation to verify your code with different code validator like W3C Validator etc.</p>
<p><strong>Avoid using generated Code: </strong></p>
<p>Hand written code is always preferable than the system generated code. Try to learn and write all the code from the scratch.</p>
<p><strong>How frameworks can help in making web pages as browser compatible:</strong></p>
<p>CSS frameworks permit the developers to line up elements to a basic grid and produce columns in the layout by simply applying a specific class name to the HTML elements on the page. It usually gives you a structure for your projects and creates a baseline on other developments. You can set up a default style which can be utilized in multiple ideas via using frameworks.</p>
<p>Since you are working on CSS-framework it is beneficial to optimize browser compatibility<strong>. </strong>Therefore<strong>, </strong>if you want to apply don’t be worry about browser compatibility issues and can start coding.</p>
<p><strong>Tools which can help us to validate browser compatibility:</strong></p>
<p>Here we have some tools which are helpful to validate cross browsing issue. If you have created a website, don’t waste a time and check on following links.</p>
<p><a href="https://browserlab.adobe.com/en-us/index.html">https://browserlab.adobe.com/en-us/index.html#</a></p>
<p><a href="http://browsershots.org/">http://browsershots.org/</a></p>
<p><a href="http://litmus.com/page-tests">http://litmus.com/page-tests</a></p>
<p><a href="http://crossbrowsertesting.com/">http://crossbrowsertesting.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cssexpression.com/tutorial/steps-of-avoiding-browsers-compatibility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Edge</title>
		<link>http://cssexpression.com/tutorial/adobe-edge/</link>
		<comments>http://cssexpression.com/tutorial/adobe-edge/#comments</comments>
		<pubDate>Thu, 16 Feb 2012 17:39:55 +0000</pubDate>
		<dc:creator>musab.ali</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://cssexpression.com/?p=1726</guid>
		<description><![CDATA[The latest Adobe ‘Edge’ tool is constructed to do web development. The tool creates easy and interactive animation with the updates of HTML and Javascript. Interface of Adobe Edge: The interface of EDGE is pretty same as Flash. The familiar timeline and other tools are situation in approximately the same places in Edge as they [...]]]></description>
			<content:encoded><![CDATA[<p>The latest Adobe ‘Edge’ tool is constructed to do web development. The tool creates easy and interactive animation with the updates of HTML and Javascript.</p>
<p><img class="aligncenter size-full wp-image-1727" title="adobe_edge_html_5-5201335" src="http://cssexpression.com/files/2012/02/adobe_edge_html_5-5201335.jpg" alt="" width="460" height="281" /></p>
<p><strong>Interface of Adobe Edge:</strong></p>
<p>The interface of EDGE is pretty same as Flash. The familiar timeline and other tools are situation in approximately the same places in Edge as they are in the current version of Flash. At the back Edge is very different. Instead of Adobe&#8217;s ActionScript format, the animations created in Edge are coded in JSON. So rather than actionscript the animation is coded in html and javascript and runs on all modern desktop browsers and most mobile browsers, such as Safari.</p>
<p><strong>Release Time:</strong></p>
<p>This version is really more of a promise than an actual release, however. Features such as compatibility testing with older browsers and support for interactivity are yet to come at this stage. A commercial version of Edge is still months away&#8211;Adobe expects to release Edge commercially in 2012.</p>
<p><strong>Key Target:</strong></p>
<p>This tool is completely for Web developer therefore, if you are familiar with web development field you can understand how effective it is for developers and create new apps.</p>
<p>Their focus is to create applications, games and interactivity in the coding with HTML5 and Javascript.</p>
]]></content:encoded>
			<wfw:commentRss>http://cssexpression.com/tutorial/adobe-edge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Enhanced CSS3</title>
		<link>http://cssexpression.com/tutorial/the-enhanced-css3/</link>
		<comments>http://cssexpression.com/tutorial/the-enhanced-css3/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 15:23:55 +0000</pubDate>
		<dc:creator>musab.ali</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://cssexpression.com/?p=1671</guid>
		<description><![CDATA[&#160; Since the technology changes rapidly and surprise people with their new elements, Compatibility and specialization. The Cascading Style Sheets (CSS) hits up the market with their improved and modernized version the CSS3 which is leading to greater flexibility and makes it much easier to recreate previously complex effects. &#160; The CSS3 Modification: Box Shadow: [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-1695" title="css3-web-design-examples" src="http://cssexpression.com/files/2012/01/css3-web-design-examples1.jpg" alt="" width="460" height="312" /></p>
<p>&nbsp;</p>
<p>Since the technology changes rapidly and surprise people with their new elements, Compatibility and specialization. The <strong>Cascading Style Sheets (CSS)</strong> hits up the market with their improved and modernized version the CSS3 which<strong> </strong>is leading to greater flexibility and makes it much easier to recreate previously complex effects.</p>
<p>&nbsp;</p>
<p><strong>The CSS3 Modification:</strong></p>
<p><strong>Box Shadow:</strong></p>
<p>The CSS3 gives you feature to apply shadows in the websites without using JavaScript  and create the shadow directly in the image.</p>
<p><strong>Example:</strong></p>
<pre> #my_id {

background: #FFF;

border: 1px solid #000;

/* For Mozilla: */

-moz-box-shadow: 5px #999;

/* For WebKit: */

-webkit-box-shadow: 5px #999;

}</pre>
<p style="text-align: center;"><img class="wp-image-1698 aligncenter" title="css3-box-shadow" src="http://cssexpression.com/files/2012/01/css3-box-shadow.jpg" alt="" width="364" height="122" /></p>
<p style="text-align: left;"><strong> </strong></p>
<p style="text-align: left;"><strong></strong><strong>Opacity:</strong></p>
<p>We usually see many ways to use Opacity with IE hacks and other several methods. However, the property of CSS3 allows users to utilize with easier technique.</p>
<p><strong>Example:</strong></p>
<pre>#my_id {

background: #F00;

opacity:  0.5;

}</pre>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1699" title="opacity-levels" src="http://cssexpression.com/files/2012/01/opacity-levels.png" alt="" width="313" height="127" /></p>
<p>&nbsp;</p>
<p><strong style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; font-size: 13px; line-height: 19px; white-space: normal;">Color Module:</strong></p>
<p><strong style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; font-size: 13px; line-height: 19px; white-space: normal;"></strong>One more thing I would like to add that CSS3 is supporting more colors and wide range of color definition. These are the supported color by CSS3; <strong>HSLA,</strong><strong>RGBA, HSL, and CMYK.</strong></p>
<p><strong>For more explanation please visit;</strong></p>
<p><a href="http://lea.verou.me/2009/03/css3-colors-today-mediacampathens-session/">http://lea.verou.me/2009/03/css3-colors-today-mediacampathens-session/</a></p>
<p style="text-align: center;"><img class="aligncenter  wp-image-1700" title="css3-colors" src="http://cssexpression.com/files/2012/01/css3-colors.jpg" alt="" width="400" height="203" /></p>
<p>&nbsp;</p>
<p><strong> </strong><strong>Multi-Column Layout:</strong></p>
<p>This is very interesting feature of CSS3. It is offering to use Multi-Column Layout. The new way of arranging text in the proper way i.e “News paper” type way.</p>
<p><strong>Example:</strong></p>
<pre>#my_id {

text-size: 12px;
/* For Mozilla: */

-moz-column-gap: 1em;
-moz-column-rule: 1px solid #000;

-moz-column-count: 3; }</pre>
<p style="text-align: center;"><img class="aligncenter  wp-image-1701" title="CSS3_Multi_Column_Layouts" src="http://cssexpression.com/files/2012/01/CSS3_Multi_Column_Layouts.png" alt="" width="163" height="179" /></p>
<p style="text-align: left;"><strong>Multiple Backgrounds:</strong></p>
<p style="text-align: left;">With CSS3 it is now possible to have multiple backgrounds without creating another element. It is fortune for those who have been using multiple backgrounds.</p>
<p style="text-align: left;"><strong>Example:</strong></p>
<pre>#my_id {
        background:
             url(topbg.jpg) top left no-repeat,
              url(middlebg.jpg)center left no-repeat,
              url(bottombg.jpg) bottom left no-repeat;
}</pre>
<p style="text-align: center;"><img class="aligncenter  wp-image-1702" title="Multiple-backgrounds-with-CSS3" src="http://cssexpression.com/files/2012/01/Multiple-backgrounds-with-CSS3.jpg" alt="" width="401" height="203" /></p>
<p>&nbsp;</p>
<p>These feature and modernization are pretty fantastic for implementation and user would love to play with them. I hope the above examples will help you to recognize CSS3 and its attributes.</p>
<p>Here are the websites modified through CSS3:</p>
<p><a href="http://kyan.com/">http://kyan.com/</a></p>
<p><a href="http://2011.beercamp.com/">http://2011.beercamp.com/</a></p>
<p><a href="http://ibuypink.com/">http://ibuypink.com/</a></p>
<p><a href="http://benthebodyguard.com/">http://benthebodyguard.com/</a></p>
<p><a href="http://www.culturalsolutions.co.uk/">http://www.culturalsolutions.co.uk/</a></p>
<p><a href="http://mailchimp.com/">http://mailchimp.com/</a></p>
<p><a href="http://analog.coop/">http://analog.coop/</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://cssexpression.com/tutorial/the-enhanced-css3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are E-commerce sites and how does it work?</title>
		<link>http://cssexpression.com/tutorial/what-are-e-commerce-sites-and-how-does-it-work/</link>
		<comments>http://cssexpression.com/tutorial/what-are-e-commerce-sites-and-how-does-it-work/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 18:51:44 +0000</pubDate>
		<dc:creator>musab.ali</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://cssexpression.com/?p=1650</guid>
		<description><![CDATA[E-commerce stands for Electronic Commerce and these websites have unique quality that is considered to guide the visitor to one simple task – make an online purchase. The ecommerce sites are created different but have same functionality. It usually called the online store where visitors can buy their products and make a business deal. They [...]]]></description>
			<content:encoded><![CDATA[<p>E-commerce stands for Electronic Commerce and these websites have unique quality that is considered to guide the visitor to one simple task – make an online purchase. The ecommerce sites are created different but have same functionality. It usually called the online store where visitors can buy their products and make a business deal. They would be online trainings, books, games, videos and many more. The payment transaction via credit cards, the credit does not actually process through your website, for security reasons, but processes through a payment gateway. A payment gateway is a company that works with the credit card companies to be sure that all credit card transactions are processed securely.</p>
<p style="text-align: center;"><img class="aligncenter  wp-image-1658" title="e-commerce[1]" src="http://cssexpression.com/files/2012/01/e-commerce1.jpg" alt="" width="450" height="270" /></p>
<p>&nbsp;</p>
<p>A web designer needs to consider an assortment of online selling principles while designing an ecommerce website. The web designs of ecommerce are about layout. One significant aspect, make them quite decent where visitor feel pleasure to use online shop.  Build a short list of products your business deal and promote them on first page not put down all but construct in such ways where it is linked with all mechanism.</p>
<p style="text-align: center;"><img class="aligncenter  wp-image-1663" title="2012-01-17_000121" src="http://cssexpression.com/files/2012/01/2012-01-17_000121.jpg" alt="" width="529" height="496" /></p>
<p>Here are few examples:</p>
<p><a href="http://www.amazon.com/">http://www.amazon.com/</a></p>
<p><a href="http://www.morphica.jp/">http://www.morphica.jp/</a></p>
<p><a href="http://www.bridge55.com/">http://www.bridge55.com/</a></p>
<p><a href="http://www.shoon.com/">http://www.shoon.com/</a></p>
<p><a href="http://www.keedo.co.za/">http://www.keedo.co.za/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cssexpression.com/tutorial/what-are-e-commerce-sites-and-how-does-it-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 8 Metro apps And Windows Store:</title>
		<link>http://cssexpression.com/tutorial/windows-8-metro-apps-and-windows-store/</link>
		<comments>http://cssexpression.com/tutorial/windows-8-metro-apps-and-windows-store/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 15:26:46 +0000</pubDate>
		<dc:creator>musab.ali</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://cssexpression.com/?p=1628</guid>
		<description><![CDATA[Microsoft launched new application model for Windows 8 along with Windows Store for developers and end users. The metro application will be imperative for windows 8 and users will be having pleasure to get these applications onto the machines. It will be engaging with HTML5 and JavaScript to provide end users with a portal for [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft launched new application model for Windows 8 along with Windows Store for developers and end users.</p>
<p><img class="aligncenter size-full wp-image-1631" title="awesome-new-page-tab" src="http://cssexpression.com/files/2012/01/awesome-new-page-tab.jpg" alt="" width="460" height="288" /></p>
<p>The metro application will be imperative for windows 8 and users will be having pleasure to get these applications onto the machines. It will be engaging with HTML5 and JavaScript to provide end users with a portal for secure and tested applications. The application is exactly working the same way it does on Windows Phone.</p>
<p><img class="aligncenter size-full wp-image-1635" title="2844.Windows-8-Start-screen_thumb_74152931" src="http://cssexpression.com/files/2012/01/2844.Windows-8-Start-screen_thumb_74152931.jpg" alt="" width="460" height="259" /></p>
<p><strong>Features</strong>:</p>
<p>There is modern platform with new API’s, fine tools and accelerated graphics.</p>
<p>We can able to do rapid and scalable development:</p>
<p><strong>Supported Languages:</strong></p>
<p>JavaScript, C#, C++ , HTML/CSS, XAML .</p>
<p><strong>Different from Ipad and Kindle: </strong></p>
<p>The ARM tablets with Windows 8 to be much proficient than Android tablets and the iPad. Windows 8 tablets using the ARM technology will need totally new apps to be of any use. This means an entire system of apps, both third party and from Microsoft will have to be written for this new platform. Those dreaming of running all of the legacy Windows apps are living in a dream world. Even if developers are willing to docks all of the apps users might want, they all need to be totally revamped for the Metro touch interface. This means entirely new apps, even if based on existing user favorites.</p>
]]></content:encoded>
			<wfw:commentRss>http://cssexpression.com/tutorial/windows-8-metro-apps-and-windows-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft desires to spin your Android or iPhone Into a Windows Phone</title>
		<link>http://cssexpression.com/tutorial/microsoft-desires-to-spin-your-android-or-iphone-into-a-windows-phone/</link>
		<comments>http://cssexpression.com/tutorial/microsoft-desires-to-spin-your-android-or-iphone-into-a-windows-phone/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 13:54:40 +0000</pubDate>
		<dc:creator>musab.ali</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://cssexpression.com/?p=1607</guid>
		<description><![CDATA[Microsoft is quite eager about Windows Phone 7.5 and that’s why they are now offering it off with an HTML5-based demo that’s intended to be pleasure on iPhones and Android phones. &#160; If we look at aka.ms/wpdemo there is tap and swipe features which no matter what phone you are using. Microsoft users have been [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft is quite eager about Windows Phone 7.5 and that’s why they are now offering it off with an HTML5-based demo that’s intended to be pleasure on iPhones and Android phones.</p>
<p>&nbsp;</p>
<p><img class="aligncenter size-full wp-image-1608" title="iphone-5-features" src="http://cssexpression.com/files/2012/01/iphone-5-features.jpg" alt="" width="460" height="318" /></p>
<p>If we look at <a href="http://aka.ms/wpdemo" target="_blank">aka.ms/wpdemo</a> there is tap and swipe features which no matter what phone you are using. Microsoft users have been looking for and want to get at how windows phone will be handling email, photos, contacts and many other.</p>
<p><img class="size-full wp-image-1610 aligncenter" title="1293451556_151086666_1-Pictures-of--Apple-Ipod-Touch-16gb-2g-for-sale-in-just-12000" src="http://cssexpression.com/files/2012/01/1293451556_151086666_1-Pictures-of-Apple-Ipod-Touch-16gb-2g-for-sale-in-just-12000.jpg" alt="" width="468" height="313" /></p>
<p>In the world of technology Microsoft has been doing great that competitor still working following them and getting ideas from it.</p>
<p>The user interface of Microsoft’s mobile OS is a minimalist 2D interface known as “Metro” and people will get sense of how it is going to work with demo. It will surely make apple or androids fans to use that feature.</p>
]]></content:encoded>
			<wfw:commentRss>http://cssexpression.com/tutorial/microsoft-desires-to-spin-your-android-or-iphone-into-a-windows-phone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Can I Become a Multimedia Professional?</title>
		<link>http://cssexpression.com/tutorial/how-can-i-become-a-multimedia-professional/</link>
		<comments>http://cssexpression.com/tutorial/how-can-i-become-a-multimedia-professional/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 18:52:33 +0000</pubDate>
		<dc:creator>musab.ali</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://cssexpression.com/?p=1575</guid>
		<description><![CDATA[You need to be artistic, imaginative, analytical, perceptive and good with computers if you want to succeed in the field of Multimedia. To be a good Multimedia professional you must know that the animation industry is not just about creativity, but also technical skills. Animation, one of the specialized aspects of the multimedia industry, technically [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><strong>You need to be artistic, imaginative, analytical, perceptive and good with computers if you want to succeed in the field of Multimedia.</strong></p>
<p>To be a good Multimedia professional you must know that the animation industry is not just about creativity, but also technical skills. Animation, one of the specialized aspects of the multimedia industry, technically refers to the rapid display of a sequence of images of 2D or 3D artwork or model positions in order to create an illusion of movement. You need to have hands-on knowledge of science, mainly physics and also geometry/mechanical drawing, to become an expert in this field.</p>
<p style="text-align: center;"><img class=" wp-image-1597 aligncenter" title="3d_d_animation_movie_shrek_wulqc" src="http://cssexpression.com/files/2012/01/3d_d_animation_movie_shrek_wulqc1-300x300.jpg" alt="" width="270" height="270" /></p>
<p><img class="wp-image-1598 aligncenter" title="emoproog_illust" src="http://cssexpression.com/files/2012/01/emoproog_illust1-300x238.jpg" alt="" width="270" height="214" /></p>
<p><img class="wp-image-1599 aligncenter" title="horton-hears-a-who-16" src="http://cssexpression.com/files/2012/01/horton-hears-a-who-161-278x300.jpg" alt="" width="250" height="270" /></p>
<div style="height: 10px;"></div>
<p>Creating an animation consists of the following stages: idea development, pre-production, production and post-production. The characters are created in idea development stage. In pre-production, the ideas are converted into layouts. Scriptwriting, storyboarding, character development, backgrounds, layout designing, animatics and voice comes under pre-production. Amazingly, now animation not only includes the entertainment sector but also non-entertainment and increasingly telecommunications, as well.</p>
<p><img class="aligncenter" title="Batmananimatedstoryboardpages" src="http://cssexpression.com/files/2012/01/Batmananimatedstoryboardpages-300x230.jpg" alt="" width="243" height="186" /></p>
<p><img class="wp-image-1600 alignleft" title="character_chart" src="http://cssexpression.com/files/2012/01/character_chart1-228x300.jpg" alt="" width="205" height="270" /></p>
<p><img class="size-medium wp-image-1601 alignleft" title="creative-unusual-layout" src="http://cssexpression.com/files/2012/01/creative-unusual-layout1-300x281.jpg" alt="" width="300" height="281" /></p>
<p>&nbsp;</p>
<p><span style="text-align: left;">Eligibility Criteria</span></p>
<p>Job requirements in multimedia calls for qualifications in video production, multimedia production, animation, or visual arts and related discipline. Areas of specialization in animation and multimedia include a focus on production, programming and project designs. The specialties could range from visual design, 2D and 3D animation, audio-video synchronization, technical writing, author-based programming, art direction and production, to motion graphics, interactive design, publishing, special effects, game design, 3D modeling and interface design.</p>
<p>For a better job prospect in Animation and Multimedia, you should have a degree or diploma in the related subject. Minimum education qualification for a degree and diploma course in Animation and Multimedia is 10+2 or equivalent.</p>
<p>We have sort out few nice production houses, please take your time to review:</p>
<p><a href="http://www.thecrewfilms.com/">http://www.thecrewfilms.com/</a></p>
<p><a href="http://www.chamadigital.com/">http://www.chamadigital.com/</a></p>
<p><a href="http://www.wamfilms.com/">http://www.wamfilms.com/</a></p>
<p><a href="http://www.4dee.net/">http://www.4dee.net/</a></p>
<p><a href="http://www.adcompk.com/">http://www.adcompk.com</a></p>
<p><a href="http://www.adservice.com.pk/">http://www.adservice.com.pk/</a></p>
<p><a href="http://www.secondstory.com/">http://www.secondstory.com/</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://cssexpression.com/tutorial/how-can-i-become-a-multimedia-professional/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instructional Designing Tricks</title>
		<link>http://cssexpression.com/tutorial/instructional-designing-tricks/</link>
		<comments>http://cssexpression.com/tutorial/instructional-designing-tricks/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 15:09:33 +0000</pubDate>
		<dc:creator>musab.ali</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://cssexpression.com/?p=1543</guid>
		<description><![CDATA[What is Instructional Design? Instructional Design is the systematic development of instructional specifications using learning and instructional theory to ensure the quality of instruction. It is the entire process of analysis of learning needs and goals and the development of a delivery system to meet those needs. It includes development of instructional materials and activities; [...]]]></description>
			<content:encoded><![CDATA[<p><strong>What is Instructional Design?</strong></p>
<p>Instructional Design is the systematic development of instructional specifications using learning and instructional theory to ensure the quality of instruction. It is the entire process of analysis of learning needs and goals and the development of a delivery system to meet those needs. It includes development of instructional materials and activities; and tryout and evaluation of all instruction and learner activities.</p>
<p><img class="aligncenter size-full wp-image-1550" title="Instructional Designing" src="http://cssexpression.com/files/2012/01/Instructional-Designing.jpg" alt="" width="450" height="303" /></p>
<p>&nbsp;</p>
<p><strong>Tricks Of Instructional Designing:</strong></p>
<p>Instructional designers need to learn to both think outside of the box and do as they are told. But there are two tricks:</p>
<p><strong>1. Timing</strong></p>
<p>Analysis and design is all about problem-solving, innovation and solutioning. Its done best when the status quo with all of its assumptions is questioned.</p>
<p>Successfully bringing any project to completion, however also requires development. It’s best done best when a strong process to manage variation is developed and followed again and again.</p>
<p>The real problem however is that the best solutions become evident about 3/4 of the way through development (when we fully understand the content and have learned a thing or two). No matter the size of the project, the trick is to resist the urge to improve what&#8217;s been started, put on blinders and simply get it done!</p>
<p><strong>2. Knowing when to put the blinders on, and when to take them off.</strong></p>
<p>When do you have enough information to move forward? Maybe one more question, SME meeting or document will offer that extra bit that seems to be missing&#8230; You often really don&#8217;t know if you have enough until you dive into development. When do the problems you are experiencing in development merit another significant crack at design? The trick is to resist the urge to keep the blinders on and hope someone else is paying attention at another switch &#8211; Repair it!</p>
]]></content:encoded>
			<wfw:commentRss>http://cssexpression.com/tutorial/instructional-designing-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

