<?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>akcess &#187; building</title>
	<atom:link href="https://www.akcess.com/tag/building/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.akcess.com</link>
	<description>private office</description>
	<lastBuildDate>Thu, 27 Feb 2020 15:56:13 +0000</lastBuildDate>
	<language>fr-FR</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>Building high quality stuff</title>
		<link>https://www.akcess.com/building-high-quality-stuff/</link>
		<comments>https://www.akcess.com/building-high-quality-stuff/#comments</comments>
		<pubDate>Tue, 18 Feb 2014 07:25:43 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[building]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.parker.umbrella.al/light/?p=165</guid>
		<description><![CDATA[There are some caveats to this approach the reader should be aware of. First, in this retrofitting example the transformations were performed by the browser but executing the transformations server-side has a couple of advantages. Server-side transformation reduces the burden on mobile devices, which have less processing, power, and memory capabilities than the server. The server...]]></description>
				<content:encoded><![CDATA[<p>There are some caveats to this approach the reader should be aware of. First, in this retrofitting example the transformations were performed by the browser but executing the transformations server-side has a couple of advantages. Server-side transformation reduces the burden on mobile devices, which have less processing, power, and memory capabilities than the server.</p>
<p>The server is also the appropriate place to segment your content to avoid sending unnecessary data over the network and to improve performance. Lastly, you can update the server transformation engine and keep it consistent, instead of dealing with potentially different quirks and levels of XSLT support among browsers. (For example, while XSLT 1.0 is supported in most browsers, XSLT 2.0 is not supported in any, although Saxon-CE is one attempt to add it via JavaScript.)</p>
<p>Second, XSLT’s roots in functional programming make it inaccessible to the average Web developer. It isn’t simply a matter of learning a new syntax. The recursive processing model of XSLT requires a new way of thinking that is unfamiliar to developers of imperative languages, especially developers from a design background who do not have formal training in computer science.</p>
<p>Finally, a larger challenge is that this technique works only for Web pages that are in XHTML (a flavor of HTML that is XML-compliant), because XSLT can transform only XML, not HTML. According to W3Techs, <a href="http://w3techs.com/technologies/details/ml-xhtml/all/all">55% of websites are in XHTML</a>. While this is a majority, it still leaves out a large number of websites. In fact, for this retrofitting example, I worked around this limitation by running Hacker News’ HTML code through an <a href="http://www.it.uc3m.es/jaf/html2xhtml/">HTML to XHTML converter</a>.</p>
<p>In the next section, we’ll explore how the Tritium transformation language was built to address these issues.</p>
<p>In the example above, we’ve used transformations in the browser to create a responsive experience for an existing website, but conceptually the two approaches overlap. Because responsive Web design is itself about changing presentation across multiple screen sizes, transformations can help in that process as well. Instead of simply pairing different CSS styles to the same fixed HTML as in typical responsive design, we can leverage transformations to change the HTML across devices.</p>
<p>As we explored earlier, the ability to manipulate the HTML (which is missing from CSS alone) not only creates flexibility but actually improves the separation between presentation and content. As a result, maintainability becomes easier because the content is more semantic and less tied to layout. In essence, think of this as moving the breakpoints in responsive design to the transformation layer.</p>
<p>At <a href="http://www.moovweb.com/?utm_source=d_smashingmag&amp;utm_medium=d_article&amp;utm_campaign=d_smashingmag">Moovweb</a>, we’ve leveraged these insights about transformations to implement a technique called responsive delivery, which draws inspiration from responsive Web design, RESS and adaptive design. With responsive delivery, transformations are used to adapt an existing website to different touch points, such as smartphones and tablets.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.akcess.com/building-high-quality-stuff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Importance of Engineering</title>
		<link>https://www.akcess.com/importance-of-engineering/</link>
		<comments>https://www.akcess.com/importance-of-engineering/#comments</comments>
		<pubDate>Mon, 17 Feb 2014 05:26:33 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Engineering]]></category>
		<category><![CDATA[architect]]></category>
		<category><![CDATA[building]]></category>
		<category><![CDATA[engineering]]></category>

		<guid isPermaLink="false">http://www.parker.umbrella.al/light/?p=149</guid>
		<description><![CDATA[Fireworks is not the most suitable application for defining such things as animations, CSS transforms and transitions, or non-Web-font families (or CSS styles in general, although Fireworks does export CSS code, if needed). These are a critical part of the experience but might be better defined with a prototype or the like. (Some specifications of...]]></description>
				<content:encoded><![CDATA[<p>Fireworks is not the most suitable application for defining such things as animations, CSS transforms and transitions, or non-Web-font families (or CSS styles in general, although Fireworks does export CSS code, if needed). These are a critical part of the experience but might be better defined with a prototype or the like.</p>
<p>(Some specifications of motion design are useful in a style guide — such as easing, timing, gradient, rotation, and scaling end points — but an interactive prototype would demonstrate these much better than a static image or document.)</p>
<p>All that being said, the size of the style guide should fit the project. If you’re making a simple app, you could probably keep it lean. If you’re working for a financial institution, then it might need to be substantially bigger and more prescriptive. The format and level of detail are up to you.</p>
<p>If you’re developing a mobile app, ensure that the design and development team is familiar with the human interface guidelines of the relevant device or platform. <a title="Apple iOS Human Interface Guidelines" href="https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG">Apple</a>, <a title="Google Android Human Interface Guidelines" href="http://developer.android.com/design/index.html">Google</a>, <a title="Microsoft Windows Phone Human Interface Guidelines" href="http://msdn.microsoft.com/en-us/windows/apps/hh779072">Microsoft</a> and others publish guidelines to ensure quality and consistency. The guidelines are geared to designers, but you might want to ensure that your team understands things like the minimum touch size for buttons (44 × 44 pixels for iOS, by the way) and the standards for typography and icons.</p>
<p>I try to keep everything on one page in Fireworks, because exporting slices is much easier if all elements are on the same page (more on that later). The alternative is going to each page, exporting an image, checking that I’ve put it in the right folder, and then cursing myself if I’ve accidentally saved it to the wrong spot.</p>
<p>Speaking of which, aren’t slices in Fireworks awesome? Without them, we’d have to do something like this:</p>
]]></content:encoded>
			<wfw:commentRss>https://www.akcess.com/importance-of-engineering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
