<?xml version="1.0" encoding="UTF-8"?><rss version="0.92"> <channel><title>cssgallery.info</title><link>http://cssgallery.info</link> <description>Resources for web and mobile developers</description> <lastBuildDate>Tue, 07 Feb 2012 21:35:48 +0000</lastBuildDate> <docs>http://backend.userland.com/rss092</docs> <language>en</language><item><title>QR Generator module for Titanium Appcelerator</title> <description><![CDATA[After Appcelerator launched the Marketplace I managed to create and post an iOs only module that is able to <strong>create QR codes directly on the  device</strong> without using an online service.It can generate <strong>all types of codes</strong> (from 1 to 40) and with <strong>any level of correction</strong> (L, M, Q, H). You can also <strong>customize the size of the resulting QR code</strong> and it will try to adapt itself to this size to remain perfectly sharp and fully visible.]]></description><link>http://cssgallery.info/qr-generator-module-for-titanium-appcelerator/</link> </item> <item><title>Seven days with Titanium &#8211; day 7 &#8211; orientation and accelerometer</title> <description><![CDATA[Most of the devices nowadays are equipped with an accelerometer that detect the orientation of the device or the movements the user is doing with it.Titanium exposes this functionality through its APIs so let's take advantage of that :)]]></description><link>http://cssgallery.info/seven-days-with-titanium-day-7-orientation-and-accelerometer/</link> </item> <item><title>Insights from the Titanium App Developer certification exam</title> <description><![CDATA[Recently I became a Titanium Certified Application Developer (TCAD) and I was thinking on giving some insights on the exam for those who want to take it.]]></description><link>http://cssgallery.info/insights-from-the-titanium-app-developer-certification-exam/</link> </item> <item><title>Possible new CSS features from Adobe</title> <description><![CDATA[Inspired from the print world people from Adobe and Microsoft are coming with <strong>new features</strong> that might (or might not) be embedded into future CSS specs. These new features - <a href="http://dev.w3.org/csswg/css3-regions/" title="CSS Regions proposal">CSS Regions</a> and <a href="http://dev.w3.org/csswg/css3-exclusions/" title="CSS exclusions draft">CSS Exclusions</a> - will <strong>allow text to flow into webpages pretty much like they do in newspapers</strong> and magazines. ]]></description><link>http://cssgallery.info/possible-new-css-features-from-adobe/</link> </item> <item><title>Dan Tamas speaking about Titanium Appcelerator at TheEvent 2011, Cáceres, Spain</title> <description><![CDATA[Dan Tamas was invited to talk about Titanium Appcelerator at <a href="http://2011.theevnt.com/">TheEvnt 2011</a> in Cáceres, Spain, May 14th and the purpose of this talk was to <strong>present the advantages of using this framework to develop applications</strong> for iPhone, iPad and Android devices.It was an <strong>introductory talk</strong> in order to present to the Spanish developers an alternative to ObjectiveC and the very popular Java.<div style="width:625px" id="__ss_8222580"> <strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/dan_tamas/introduccion-en-titanium-appcelerator-dan-tamas-theevnt2011" title="Introduccion en Titanium Appcelerator - Dan Tamas #theEvnt2011">Introduccion en Titanium Appcelerator - Dan Tamas #theEvnt2011</a></strong> <iframe src="http://www.slideshare.net/slideshow/embed_code/8222580" width="625" height="455" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe><div style="padding:5px 0 12px"> View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/dan_tamas">dan_tamas</a></div></div>]]></description><link>http://cssgallery.info/dan-tamas-speaking-about-titanium-appcelerator-at-theevent-2011-caceres-spain/</link> </item> <item><title>Advanced Titanium Tutorial &#8211; Bonjour Networking</title> <description><![CDATA[Titanium Appcelerator Mobile has implemented for iOs the Bonjour (or ZeroConf if you want) network protocol that <strong>allows you to connect to another device</strong> found in the same network.Before starting with the boring part - I mean the code - let's watch a video with a small demo showing 3 devices playing together :)<h2>Networking with Titanium Mobile on iOs</h2> <iframe title="YouTube video player" width="640" height="480" src="http://www.youtube.com/embed/CajPO9sBfU4?rel=0" frameborder="0" allowfullscreen></iframe>]]></description><link>http://cssgallery.info/advanced-titanium-tutorial-bonjour-networking/</link> </item> <item><title>Seven days with Titanium – day 6 – animations and transforms</title> <description><![CDATA[Almost any UI element can be animated and transformed, allowing you to add to your application some eye candy or simply take advantage of predefined elements to give them a new role. For those familiar with <strong>CSS3 animations</strong> this will come very easy as the concept it's pretty the same.<h2>Animations</h2> Pointless to say, an animation will change one or more properties of an element form the current stage to another (set by us) in a period of time.]]></description><link>http://cssgallery.info/seven-days-with-titanium-day-6%e2%80%93animations-and-transforms/</link> </item> <item><title>Seven days with Titanium – day 5 – GPS and Maps</title> <description><![CDATA[This doesn't need any kind of introduction. You can use the location on the devices to find the user's place and act accordingly. One thing good to know is that this needs the approval of the user, and for iOs &#62; 3.2 you need to set a <strong>purpose</strong> property to let Apple know what you need it for.<pre lang="javascript">Titanium.Geolocation.purpose = "GPS user coordinates";</pre><h2>How geolocation works?</h2>]]></description><link>http://cssgallery.info/seven-days-with-titanium-day-5-gps-and-maps/</link> </item> <item><title>How screen readers speak a page with HTML5 and ARIA</title> <description><![CDATA[After seeing <a href="http://cssgallery.info/testing-the-accessibility-of-the-css-generated-content/"><strong>how AT reads a content generated with CSS pseudo-elements</strong></a> I was thinking to move on to HTML5. And since there are a lot of people saying <strong>we should mix HTML5 with ARIA in order to increase the accessibility of a website</strong>, then why not test and see what happens?]]></description><link>http://cssgallery.info/how-screen-readers-speak-a-page-with-html5-and-aria/</link> </item> <item><title>Testing the accessibility of the CSS generated content</title> <description><![CDATA[This article is about how screen readers speak the content added with <strong>CSS pseudo-elements :before</strong> and <strong>:after</strong> (in CSS3 they are ::before and ::after).I am trying to learn to use AT when developing websites and recently I saw that no matter how W3C wants us to use a certain CSS element, there will always be developers/designers who will try to push the limits of the specification.While I do advise you to <strong>NOT use pseudo-elements to generate useful content</strong> (limit yourself to generating quotes or design elements), just in case somebody thinks that the cool resides in generating content with CSS because everything else is already old, let's see how people using screen readers will "benefit" from the idea.]]></description><link>http://cssgallery.info/testing-the-accessibility-of-the-css-generated-content/</link> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: basic (User agent is rejected)
Database Caching 10/19 queries in 0.104 seconds using disk: basic

Served from: www.cssgallery.info @ 2012-02-09 19:57:49 -->
