<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>maratz.com</title>
	
	<link>http://www.maratz.com/blog</link>
	<description>Hypertext rulez™</description>
	<lastBuildDate>Sat, 04 Feb 2012 17:42:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/maratzcom" /><feedburner:info uri="maratzcom" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Display ‘edit’ link in a custom WordPress listing</title>
		<link>http://feedproxy.google.com/~r/maratzcom/~3/3zDQRiqbNeU/</link>
		<comments>http://www.maratz.com/blog/archives/2012/02/04/display-edit-link-in-a-custom-wordpress-listing/#comments</comments>
		<pubDate>Sat, 04 Feb 2012 17:39:15 +0000</pubDate>
		<dc:creator>Marko Dugonjić</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.maratz.com/blog/?p=1804</guid>
		<description><![CDATA[Use this snippet inside your custom WordPress posts/pages listing function. &#60;?php if (current_user_can('edit_posts')) { $output = '&#60;a href="' . get_edit_post_link($post->ID) . '"&#62;Edit this post&#60;/a&#62;'; } echo $output; ?&#62;]]></description>
			<content:encoded><![CDATA[<p>Use this snippet inside your custom WordPress posts/pages listing function.</p>
<pre>&#60;?php
if (current_user_can('edit_posts')) {
    $output = '&#60;a href="' . get_edit_post_link($post->ID) . '"&#62;Edit this post&#60;/a&#62;';
}
echo $output;
?&#62;</pre>
<img src="http://feeds.feedburner.com/~r/maratzcom/~4/3zDQRiqbNeU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.maratz.com/blog/archives/2012/02/04/display-edit-link-in-a-custom-wordpress-listing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.maratz.com/blog/archives/2012/02/04/display-edit-link-in-a-custom-wordpress-listing/</feedburner:origLink></item>
		<item>
		<title>Creative Nights Shop</title>
		<link>http://feedproxy.google.com/~r/maratzcom/~3/7CjvkzEbGNQ/</link>
		<comments>http://www.maratz.com/blog/archives/2012/01/30/creative-nights-shop/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 09:29:51 +0000</pubDate>
		<dc:creator>Marko Dugonjić</dc:creator>
				<category><![CDATA[typetester]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[shop]]></category>

		<guid isPermaLink="false">http://www.maratz.com/blog/?p=1759</guid>
		<description><![CDATA[Per popular request, we opened Creative Nights Shop, offering a selection of printed T-shirts made by yours truly as a companion merchandize for various ongoing projects. Last spring we printed a limited edition of The Crane tees to show support for Japan earthquake victims. On that occasion we learned about the tee printing process in [...]]]></description>
			<content:encoded><![CDATA[<p>Per popular request, we opened <a href="http://creativenights.bigcartel.com/">Creative Nights Shop</a>, offering a selection of printed T-shirts made by yours truly as a companion merchandize for various ongoing projects.</p>
<div class="figure"><a href="http://creativenights.bigcartel.com/product/typetester-tee"><img src="http://www.maratz.com/blog/wp-content/uploads/2012/01/typetester-tee-420x370.png" alt="" title="Typetester" width="420" height="370" /></a></div>
<p>Last spring we printed a limited edition of <a href="http://creativenights.bigcartel.com/product/the-crane">The Crane tees</a> to show support for Japan earthquake victims. On that occasion we learned about the tee printing process in detail and the idea of designing non-digital products was born. Putting up the online store was the natural next step and I’m very curious to see how this side project grows.</p>
<div class="figure"><a href="http://creativenights.bigcartel.com/product/the-crane"><img src="http://www.maratz.com/blog/wp-content/uploads/2012/01/992e0619978c445597b8d0c51bcd8a55_7-420x420.jpg" alt="" title="The Crane" width="420" height="420" /></a></div>
<p>Apart from T-shirts, we are planning to develop and release some other (physical) products for designers and developers, but I don’t want to spoil the surprise just yet.</p>
<p>The shop itself runs at <a href="http://bigcartel.com">Big Cartel</a>, a simple shopping system for artists and designers. It’s super easy to customize, (if you don’t mind the basic Django/Python syntax).</p>
<p><a href="http://creativenights.bigcartel.com/product/typetester-tee">Typetester Tee</a> is now available for all screen type geeks.</p>
<img src="http://feeds.feedburner.com/~r/maratzcom/~4/7CjvkzEbGNQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.maratz.com/blog/archives/2012/01/30/creative-nights-shop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.maratz.com/blog/archives/2012/01/30/creative-nights-shop/</feedburner:origLink></item>
		<item>
		<title>The Industry Trend: Leaving Client Work</title>
		<link>http://feedproxy.google.com/~r/maratzcom/~3/n290aNrolgc/</link>
		<comments>http://www.maratz.com/blog/archives/2012/01/11/the-industry-trend-leaving-client-work/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 20:24:56 +0000</pubDate>
		<dc:creator>Marko Dugonjić</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.maratz.com/blog/?p=1747</guid>
		<description><![CDATA[As my fellow colleague designer Goran Peuc wrote in his recent article, the web industry understanding gap between experts in the field and the rest of us is growing exponentially. He was right when he said that it is very difficult to apply the user-centric approach and the general industry knowledge on a client’s project [...]]]></description>
			<content:encoded><![CDATA[<p>As my fellow colleague designer <a href="http:/twitter.com/gpeuc">Goran Peuc</a> wrote in his recent article, <a href="http://www.worship.hr/the-gap">the web industry understanding gap between experts in the field and the rest of us</a> is growing exponentially. He was right when he said that it is very difficult to apply the user-centric approach and the general industry knowledge on a client’s project within short time-span of two or three months (why yes, that’s fairly short for a serious UX work).</p>
<p>It takes time to educate companies. Even if you could educate them, that will not change the company culture. In most companies even the in-house web experts are fighting against windmills most of the time. </p>
<p>We, the people in web industry are extremely passionate. That’s why we are pushing so hard to bring the best possible results to our employers or clients.</p>
<p>However, if we didn’t receive enough affection and recognition back, we would feel exhausted and tired. Of course, a pat on the back is not enough. We really need to see the result of our effort. If we had done our part the best we could, we would have expected no less from other parties involved in the process.</p>
<p>I’m just speculating here, but it could be that the primary reason for leaving companies and client work has something to do with the outcomes that — despite all our efforts — didn’t turn exactly as we planned.</p>
<p>Being your own boss means having the whole process under your control and opportunity to apply an insane level of obsession over the tiniest details, a typical tendency of top experts in the field. I wonder what would happen if all the best of breed experts started building their own brands.</p>
<p>A major shift perhaps?</p>
<img src="http://feeds.feedburner.com/~r/maratzcom/~4/n290aNrolgc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.maratz.com/blog/archives/2012/01/11/the-industry-trend-leaving-client-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.maratz.com/blog/archives/2012/01/11/the-industry-trend-leaving-client-work/</feedburner:origLink></item>
		<item>
		<title>A Few Mobile First Tips</title>
		<link>http://feedproxy.google.com/~r/maratzcom/~3/vrlf_i1F9XE/</link>
		<comments>http://www.maratz.com/blog/archives/2012/01/11/a-few-mobile-first-tips/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 18:09:29 +0000</pubDate>
		<dc:creator>Marko Dugonjić</dc:creator>
				<category><![CDATA[coding/design]]></category>
		<category><![CDATA[typography]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://www.maratz.com/blog/?p=1725</guid>
		<description><![CDATA[There has been a lot of talk about mobile first web design last year (2011). We had many great presentations and books by industry leaders about the core concepts and the big picture on the web. I’ll try to fill-in the gap with some practical tips when designing for mobile. Collect and understand content Content-out [...]]]></description>
			<content:encoded><![CDATA[<p>There has been a lot of talk about mobile first web design last year (2011). We had many great presentations and books by industry leaders about the core concepts and the big picture on the web. I’ll try to fill-in the gap with some practical tips when designing for mobile. <span id="more-1725"></span></p>
<h2>Collect and understand content</h2>
<p>Content-out approach requires from designer to first obtain some texts, pictures, video or audio also known as content type. Since I want to keep it simple, I’ll stick to text as a primary content type in this article.</p>
<p>After collecting all your content, the obvious next step is to actually read it and understand it. The more you learn about what you are trying to give a meaningful form to, the better the result. If you can’t understand the content you are working with — the design will be too generic. That’s simply because you can’t typographically pronounce particular ideas and images if you don’t get them.</p>
<p>Once you get to know the content you are designing, you can better determine the context — time, place, concurrent activities, people and devices.</p>
<h2>Letters</h2>
<p>Now that you know your copy, you can start choosing typeface(s) that support it. At this point, it is wise to learn more about the author(s) of the text and use their personal attributes such as educational background, narration style or sound of voice. Use information about the author as an additional reference for the typeface selection.</p>
<p>Create a list of the most important terms or phrases from the text and use those in a typeface preview panel. Check for weird kerning if any and avoid typefaces that technically don’t support your text (At the time of this writing, kerning is not conveniently supported in CSS). Rinse, repeat.</p>
<p>After you selected the typeface (even if you’re still not quite okay with it), deal with font-size and micro white space, i.e. leading and margins. Up to this point you’re designing for the full range, so it is very important to have these common design elements covered.</p>
<h2>Basic layout</h2>
<p>Responsive design methodology (which I’m sure you have heard of by now) introduced breakpoints — resolution increments based on the most popular screen resolutions. Breakpoints are fundamental to creating master layouts.</p>
<p>The easiest approach to build responsive layouts is to first design a common denominator content unit, for instance a paragraph, a list, a table or an image. Whichever you chose, be sure it covers the most important content on a page. If you are confident enough, add a headline to that list and design the whole group. </p>
<p>If you’re targeting the 320 pixels as the lowest value (Apple iPhone portrait orientation), your content unit should be then designed to fit such a tiny space. White space around the text column serves two purposes. The first role is pure typographical — to provide a rest-place for readers’ eyes and the fingers that are holding a device. Secondly, it helps you establish the gutter — an empty space that shapes columns — which you’d use later on with wider layouts.</p>
<p>My personal favorite 320 vertical grid is 20 + 280 + 20 pixels for text pages (or 10 + 300 + 10 for applications, but I digress)</p>
<h2>Grouping content</h2>
<p>It is wise to group similar content into a few major groups in HTML, for instance: the page specific content + the site-wide content. Then branch the page specific content into the primary and the supplementary content, and so on.</p>
<p>Here’s an example: If the primary content in a news article, then the page specific content are headlines and the leading image, the article text and (pull)quotes. In that case, the supplementary content is meta-data (author, publishing/modification date, categories, tags etc.), a list of comments (with authors, gravatars, comment bodies etc.), rating tools, sharing tools, a list of related articles (with or without image thumbnails). </p>
<p>You can easily see from the list how easy it is to create semantic groups. Use those groups as a building elements of your master layouts.</p>
<p>Both on smart-phones and tablets, the secondary content would probably fall “under” the primary content. But instead of linear image positioning inside the text in the primary content area on the smart-phones layout, you can float images left and right on the tablets layout to create more interesting flow.</p>
<p>On each next layout, place sideways the portion of the page that was formerly pushed “under” and reuse the left and right page margins as new gutters.</p>
<h2>On simple vs. rich designed</h2>
<p>There are a number of differences between mobile and desktop layout, but the one rarely considered is that mobile screen provides a better focus once your attention is inside the screen. In mobile browser, you can’t tell anything about the content of pages in other “tabs”. There’s no room for such information, because every pixel counts.</p>
<p>On small screens, the currently watched content doesn’t have to fight for a reader’s attention by unnecessary decorations. On desktop screens, we’re able to multi-task and hence we unconsciously compare things and shift focus. On tiny screens we can’t do that. That’s why we can get away with less rich visuals on mobile in favor of clarity and simplicity.</p>
<h2>On divitis</h2>
<p>Sadly, I have seen many inexperienced developers (even the famous ones) using pretty harsh language against their peers using non-semantic markup. I can remember <em>I</em> did that more than once in my early days.</p>
<p>Only hand-curated design/developer’s blogs work well with very little backward compatible markup for layout. The rest of the World, especially sites we build for clients — not to mention heavy-weight database driven systems — would simply break without a help of some extra markup here and there. </p>
<p>You are allowed to use as many non-semantic divs as you need, but always question yourself whether you really need it, or is there a better solution.</p>
<p>…</p>
<p>If you happen to be in Zagreb on Thursday, January 19th 2012. I’m giving a 15-minutes presentation on this topic; <a href="http://www.mscommunity.hr/Event/Detail/ade2d61f-4290-4b0c-836a-bcb011e370da">More info about the event</a>.</p>
<img src="http://feeds.feedburner.com/~r/maratzcom/~4/vrlf_i1F9XE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.maratz.com/blog/archives/2012/01/11/a-few-mobile-first-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.maratz.com/blog/archives/2012/01/11/a-few-mobile-first-tips/</feedburner:origLink></item>
		<item>
		<title>Baby Monster Wallpaper</title>
		<link>http://feedproxy.google.com/~r/maratzcom/~3/_w-iNOOtcxI/</link>
		<comments>http://www.maratz.com/blog/archives/2012/01/08/baby-monster-wallpaper/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 07:45:44 +0000</pubDate>
		<dc:creator>Marko Dugonjić</dc:creator>
				<category><![CDATA[Illustration]]></category>
		<category><![CDATA[wallpaper]]></category>

		<guid isPermaLink="false">http://www.maratz.com/blog/?p=1705</guid>
		<description><![CDATA[This year’s Winter holidays were quite reflective for me. Among other things, I pulled out some old work, scanned some old drawings and did some free style experiments with Photoshop and Illustrator. Just for fun. Here’s an example of what comes out from these sessions. If you like it, here’s wallpaper in two sizes 2560&#215;1440 [...]]]></description>
			<content:encoded><![CDATA[<p>This year’s Winter holidays were quite reflective for me. Among other things, I pulled out some old work, scanned some old drawings and did some free style experiments with Photoshop and Illustrator. Just for fun.</p>
<p>Here’s an example of what comes out from these sessions.</p>
<p><img src="/blog/wp-content/uploads/2012/01/baby-moster-420x300.jpg" alt="" width="420" height="300" /></p>
<p>If you like it, here’s wallpaper in two sizes <a href="/img/2012/baby-monster/baby-monster-2560.png">2560&#215;1440</a> or <a href="/img/2012/baby-monster/baby-monster-1440.png">1440&#215;900</a></p>
<img src="http://feeds.feedburner.com/~r/maratzcom/~4/_w-iNOOtcxI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.maratz.com/blog/archives/2012/01/08/baby-monster-wallpaper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.maratz.com/blog/archives/2012/01/08/baby-monster-wallpaper/</feedburner:origLink></item>
		<item>
		<title>Typography for Developers Demo</title>
		<link>http://feedproxy.google.com/~r/maratzcom/~3/zsaQrwari4E/</link>
		<comments>http://www.maratz.com/blog/archives/2011/10/17/typography-for-developers-demo/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 11:46:45 +0000</pubDate>
		<dc:creator>Marko Dugonjić</dc:creator>
				<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://www.maratz.com/blog/?p=1696</guid>
		<description><![CDATA[As per popular request, here’s the full HTML and CSS demo used in Typography for Developers slides.]]></description>
			<content:encoded><![CDATA[<p>As per popular request, here’s the <a href="http://webdesign.maratz.com/lab/typography-for-developers/">full HTML and CSS demo</a> used in <a href="http://speakerdeck.com/u/maratz/p/typography-for-developers/">Typography for Developers slides</a>.</p>
<img src="http://feeds.feedburner.com/~r/maratzcom/~4/zsaQrwari4E" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.maratz.com/blog/archives/2011/10/17/typography-for-developers-demo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.maratz.com/blog/archives/2011/10/17/typography-for-developers-demo/</feedburner:origLink></item>
		<item>
		<title>Typography for Developers (slides)</title>
		<link>http://feedproxy.google.com/~r/maratzcom/~3/sTfL0Q8Imy4/</link>
		<comments>http://www.maratz.com/blog/archives/2011/09/12/typography-for-developers-slides/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 14:26:22 +0000</pubDate>
		<dc:creator>Marko Dugonjić</dc:creator>
				<category><![CDATA[events]]></category>
		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://www.maratz.com/blog/?p=1683</guid>
		<description><![CDATA[My presentation Typography for Developers from Frontend Conference Zürich is now available at Slideshare. If you missed the Zürich conference, there are still some tickets for Paris Web in October 2011., where I’ll hold a Typography for Programmers workshop.]]></description>
			<content:encoded><![CDATA[<p>My presentation Typography for Developers from <a href="http://frontendconf.ch/">Frontend Conference Zürich</a> is now available at Slideshare. </p>
<p>If you missed the Zürich conference, there are still some tickets for <a href="http://www.paris-web.fr/">Paris Web</a> in October 2011., where I’ll hold a <a href="http://www.paris-web.fr/2011/ateliers/typography-for-programmers.php">Typography for Programmers workshop</a>.</p>
<p><script src="http://speakerdeck.com/embed/4e996249791141005400e33e.js"></script></p>
<img src="http://feeds.feedburner.com/~r/maratzcom/~4/sTfL0Q8Imy4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.maratz.com/blog/archives/2011/09/12/typography-for-developers-slides/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.maratz.com/blog/archives/2011/09/12/typography-for-developers-slides/</feedburner:origLink></item>
		<item>
		<title>Beyond typography?</title>
		<link>http://feedproxy.google.com/~r/maratzcom/~3/ldsns3ktayg/</link>
		<comments>http://www.maratz.com/blog/archives/2011/06/02/beyond-typography/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 14:12:23 +0000</pubDate>
		<dc:creator>Marko Dugonjić</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[user experience]]></category>

		<guid isPermaLink="false">http://www.maratz.com/blog/?p=1644</guid>
		<description><![CDATA[Two months have now passed since the ‘New Media Design — Croatian Context 1995–2010.’ exhibition; an event hosted by my friend and colleague Ivica Mitrović a lecturer at DVK (Design of Visual Communications) UMAS in Split, Croatia. I was invited by Ivica to participate in a panel to discuss the current state of web design [...]]]></description>
			<content:encoded><![CDATA[<p>Two months have now passed since the <a href="http://dvk.com.hr/novimediji/">‘New Media Design — Croatian Context 1995–2010.’</a> exhibition; an event hosted by my friend and colleague Ivica Mitrović a lecturer at DVK (Design of Visual Communications) <a href="http://www.umas.hr/">UMAS</a> in Split, Croatia.</p>
<p>I was invited by Ivica to participate in a panel to discuss the current state of web design in Croatia (and in the world) especially from the perspective of commercial production and mass-market trends. As the debate ensued we also discussed and touched upon the future of web / interactive design.</p>
<p>This topic was of specific interest to me as ever since the <a href="http://translate.google.com/translate?sl=hr&#038;tl=en&#038;u=http%3A%2F%2Fdizajn.hr%2Fispis.php%3Fid%3D611">Biennale of Croatian Design 09/10</a> the previous year I have been thinking about this, occasionally discussing with peers the classification of web / interactive media design. However, until recently it is something I have never really discussed in public.</p>
<p><strong>A good proportion of web design today descends from print / graphic design and these influences are becoming even more prevalent.</strong> Typography for the web is now all the rage especially as we are (finally) able to use different fonts other than the tried and tested workhorses Arial, Verdana &#038; Georgia. A direct result of this development (coupled with newly evolving and usable CSS properties) is that once again we are seeing the realms of web design opening up right before our eyes. Therefore, solid knowledge of typography and typographic principles should really be a must for every screen designer today especially when taking into account the general intricacies involved with consumer grade computer devices and displays. Furthermore, the basic fundamentals of typography have more or less remained unchanged for decades and hence should be openly embraced. </p>
<p>Note: For students and novices unfamiliar with basic typographic principles there is certainly an abundance of great books and online resources available.</p>
<p><strong>Despite these new exciting developments are we not possibly over-looking the bigger picture?</strong> The Internet is now no longer solely consumed within the desktop browser. The introduction of alternative, more native interaction systems such as touch screens and 3D gestures has altered the landscape and the way in which we all interact with and use the Internet. It can therefore be argued that as a result of these developments we should focus less on graphic design principles and instead focus more on specific principles of industrial / product design.</p>
<p>Digital space designers should attempt to re-discover philosophy, sociology, psychology, human behavior, physiology, neurology, anthropometry etc. After all, those are the fundamental disciplines of <a href="http://en.wikipedia.org/wiki/Human–computer_interaction">human-computer interaction</a> and — in broader context — <a href="http://en.wikipedia.org/wiki/Human_factors">Human factors science</a>.</p>
<p>On the one hand graphic design ergonomics are simpler to understand and apply in comparison to what has to be taken into account when designing for the digital space, simply because it is an established discipline that has been around for a lot longer.</p>
<p>On the other hand it can be said that the generation of technology savvy, multitaskers born about after the advent of the Internet no longer have the time nor desire to consume as much written (textual-based) content especially when up against rich multimedia content (pictures, audio, video), content that can be described as being more cognitive. Hence, for that reason such users are likely to find rich dynamic / interactive content easier to relate to as well as quicker to consume and follow. As the old saying goes ‘a picture is worth a thousand words’ and the same could possibly be said for all types of rich multimedia content!</p>
<p>Furthermore, multimedia content in the era of mobile publishing is much more feasible and cost-effective to produce and deliver than at any other time in the past. To a certain extent the tides have started to turn in terms of the ratio between written (textual-based) content vs. multimedia content, with a shift more towards the later, as well as the idea that what was essentially the status quo of the past within the web medium should not directly influence or hinder new developments, neither today nor in the future.</p>
<p>One of the guests on the panel, renowned Croatian designer Boris Ljubičić, remarked “the World needs another Gutenberg in order to make us abandon type as a primary communication interface”.</p>
<p><strong>Are we ready for this?</strong></p>
<p>&#8230;</p>
<p><em>Special thanks goes to <a href="http://twitter.com/radebrujic">@radebrujic</a> who prettified my rather dull prose.</em></p>
<img src="http://feeds.feedburner.com/~r/maratzcom/~4/ldsns3ktayg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.maratz.com/blog/archives/2011/06/02/beyond-typography/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.maratz.com/blog/archives/2011/06/02/beyond-typography/</feedburner:origLink></item>
		<item>
		<title>Hand-picked related articles in WordPress</title>
		<link>http://feedproxy.google.com/~r/maratzcom/~3/YaoREFZGY0s/</link>
		<comments>http://www.maratz.com/blog/archives/2011/05/18/hand-picked-related-articles-in-wordpress/#comments</comments>
		<pubDate>Wed, 18 May 2011 14:48:37 +0000</pubDate>
		<dc:creator>Marko Dugonjić</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.maratz.com/blog/?p=1630</guid>
		<description><![CDATA[When a visitor reads an article she landed to, it’s always good to offer some similar content for further reading. When someone comes to a web site from an external source, say search engine — that usually means she searched for something particular. In that case, if the article is not exactly what she was [...]]]></description>
			<content:encoded><![CDATA[<p>When a visitor reads an article she landed to, it’s always good to offer some similar content for further reading. When someone comes to a web site from an external source, say search engine — that usually means she searched for something particular. In that case, if the article is not exactly what she was looking for, it’s smart to offer an alternative on the same web page.</p>
<p>We recently made an internal study about difference between hand-picked vs. automatic related articles, and as you can already guess — when an article has a hand-picked related content, there’s a greater chance that the visitor will stay, instead of bouncing off to the next Google search result.</p>
<p>This function works with <a href="http://codex.wordpress.org/Custom_Fields">Custom Fields in WordPress</a>, i.e. you’d create Custom Field with “hand_picked_article” for meta name and put the post ID of the content you wan’t to display as a meta value. For more related articles simply add more Custom Fields with the same meta name.</p>
<p>If there’s no hand picked articles, the function will return tag or category related list.</p>
<p><strong><a href="/downloads/cn-related-articles.txt">Download cn-related-articles.php</a></strong></p>
<img src="http://feeds.feedburner.com/~r/maratzcom/~4/YaoREFZGY0s" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.maratz.com/blog/archives/2011/05/18/hand-picked-related-articles-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.maratz.com/blog/archives/2011/05/18/hand-picked-related-articles-in-wordpress/</feedburner:origLink></item>
		<item>
		<title>Hide Flash banners when launching Fancybox modal</title>
		<link>http://feedproxy.google.com/~r/maratzcom/~3/rdGsfq3YIqk/</link>
		<comments>http://www.maratz.com/blog/archives/2011/03/23/hide-flash-banners-when-launching-fancybox-modal/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 11:36:23 +0000</pubDate>
		<dc:creator>Marko Dugonjić</dc:creator>
				<category><![CDATA[tips]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.maratz.com/blog/?p=1611</guid>
		<description><![CDATA[When launching image modal with Fancybox, Flash banners delivered from a third-party ad server could take over the top layer, covering the portion of the enlarged image. The workaround is easy, but it’s not well documented. It’s done by Fancybox’s own callback options. $('a[href$=".jpg"]').fancybox({ onStart: function() { $('.banner object, .banner embed').hide(); }, onClosed: function() { [...]]]></description>
			<content:encoded><![CDATA[<p>When launching image modal with <a href="http://fancybox.net/">Fancybox</a>, Flash banners delivered from a third-party ad server could take over the top layer, covering the portion of the enlarged image. </p>
<p>The workaround is easy, but it’s not well documented. It’s done by Fancybox’s own callback options.</p>
<p><code>
<pre>
$('a[href$=".jpg"]').fancybox({
    onStart: function() { $('.banner object, .banner embed').hide(); },
    onClosed: function() { $('.banner object, .banner embed').show(); }
});
</pre>
<p></code>   </p>
<p>Other <a href="http://fancybox.net/api">Fancybox callback options</a>:<br />
<code>onStart</code>, <code>onCancel</code>, <code>onComplete</code>, <code>onCleanup</code> and <code>onClosed</code>.</p>
<p>See it in action at <a href="http://www.gadgeterija.net/">Gadgeterija.net</a>.</p>
<img src="http://feeds.feedburner.com/~r/maratzcom/~4/rdGsfq3YIqk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.maratz.com/blog/archives/2011/03/23/hide-flash-banners-when-launching-fancybox-modal/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.maratz.com/blog/archives/2011/03/23/hide-flash-banners-when-launching-fancybox-modal/</feedburner:origLink></item>
		<item>
		<title>Remove HTML line breaks for mobile devices with @media query</title>
		<link>http://feedproxy.google.com/~r/maratzcom/~3/2sFqN-ICOE0/</link>
		<comments>http://www.maratz.com/blog/archives/2011/02/21/remove-html-line-breaks-for-mobile-devices-with-media-query/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 16:26:41 +0000</pubDate>
		<dc:creator>Marko Dugonjić</dc:creator>
				<category><![CDATA[CSS 101]]></category>
		<category><![CDATA[typography]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[type]]></category>

		<guid isPermaLink="false">http://www.maratz.com/blog/?p=1571</guid>
		<description><![CDATA[The old school way of setting large (intro) texts on web pages involved some kind of CSS image replacement, enabling a fine-grained control over how type and text render. Now that we have web fonts available, we can avoid image replacement and apply virtually any font to a plain HTML with a little help of [...]]]></description>
			<content:encoded><![CDATA[<p>The old school way of setting large (intro) texts on web pages involved some kind of CSS image replacement, enabling a fine-grained control over how type and text render.</p>
<p>Now that we have web fonts available, we can avoid image replacement and apply virtually any font to a plain HTML with a little help of <a href="http://www.font-face.com/">@font-face rule</a>. </p>
<p>Another problem with HTML text is how lines of text break. If you aim to create a particular rhythm to your copy, you’d probably want to control the length of each line. Naturally, you can <a href="http://www.w3.org/TR/html401/struct/text.html#h-9.3.2">use <code>&#60;br /&#62;</code> to push the text into another line</a>. </p>
<p>However, to enable natural flow of text on mobile screens which are narrower than the desktop horizontal text block offset, you simply add <a href="http://www.w3.org/TR/css3-mediaqueries/">@media query</a> to your CSS:</p>
<p><code>
<pre>
@media (max-width: 480px) {
    .your-particular-selector br { display:  none; }
}
</pre>
<p></code></p>
<p>Please note that you should leave an extra space behind each <code>&#60;br /&#62;</code>. This way when it’s removed with CSS for mobile devices, you won’t end up with weird results, for instance <code>Lorem ipsumdolor sit amet,consectetur</code>:</p>
<p><code>
<pre>
Lorem ipsum&#60;br /&#62; dolor sit amet,&#60;br /&#62; consectetur...
</pre>
<p></code></p>
<img src="http://feeds.feedburner.com/~r/maratzcom/~4/2sFqN-ICOE0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.maratz.com/blog/archives/2011/02/21/remove-html-line-breaks-for-mobile-devices-with-media-query/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.maratz.com/blog/archives/2011/02/21/remove-html-line-breaks-for-mobile-devices-with-media-query/</feedburner:origLink></item>
		<item>
		<title>Dell U2711 + MacBook Pro for web or UI design</title>
		<link>http://feedproxy.google.com/~r/maratzcom/~3/XSEjAgt6W8g/</link>
		<comments>http://www.maratz.com/blog/archives/2011/01/08/dell-u2711-macbook-pro-for-web-or-ui-design/#comments</comments>
		<pubDate>Sat, 08 Jan 2011 14:24:22 +0000</pubDate>
		<dc:creator>Marko Dugonjić</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[macbookpro]]></category>
		<category><![CDATA[process]]></category>

		<guid isPermaLink="false">http://www.maratz.com/blog/?p=1441</guid>
		<description><![CDATA[If you’re a print designer or a photographer, this post is probably not very useful, but stick around and see if provided links can help. Dell U2711 is significantly cheaper here in Croatia than 27-inch LED Cinema Display. It’s a smart alternative, especially if you don’t like glossy screens. But are there any caveats? Color-spaces [...]]]></description>
			<content:encoded><![CDATA[<p><em>If you’re a print designer or a photographer, this post is probably not very useful, but stick around and see if provided links can help.</em></p>
<p><a href="http://accessories.us.dell.com/sna/productdetail.aspx?c=us&#038;cs=04&#038;l=en&#038;s=bsd&#038;sku=224-8284">Dell U2711</a> is significantly cheaper here in Croatia than <a href="http://www.apple.com/displays/">27-inch LED Cinema Display</a>. It’s a smart alternative, especially if you don’t like glossy screens. </p>
<p>But are there any caveats?</p>
<h2>Color-spaces for web design</h2>
<p><strong>Internet is all in <a href="http://en.wikipedia.org/wiki/SRGB">sRGB</a></strong>, i.e. the relatively small <a href="http://en.wikipedia.org/wiki/Color_space">color-space</a>. This standard is brought by Microsoft and HP back in the days, to create a common denominator for consumer grade systems and it’s a default for Windows PCs. </p>
<p>I found this article a good starting point to understand differences between various color-spaces: <a href="http://support-sg.canon-asia.com/contents/SG/EN/8000785601.html">Setting a Work Color Space in Digital Photo Professional</a>.</p>
<p>If you are designing for the web exclusivelly, it’s best to work in sRGB. Learn <a href="http://essenmitsosse.de/how-to-set-up-color-management/">how to set up Color Management</a> for web design.</p>
<h2>Oversaturated colors issue</h2>
<p>Macs output colors in Apple RGB, so if a monitor can handle it, it will display colors more vivid, and somewhat truer to the real colors.</p>
<p>Apple is shipping displays that are <strong>not</strong> <a href="http://en.wikipedia.org/wiki/Wide_Gamut_RGB_color_space">wide-gamut</a>, but probably Apple RGB (at the time of this writing I haven’t found exact technical specs). </p>
<p>Apple displays are calibrated to Apple RGB and for the average PC user the picture is rich in colors. Apple’s products are also evenly calibrated to keep consistent experience across platforms, but that also gives you troubles once you pair Apple product with something else.</p>
<p><strong>Dell U2711 is wide-gamut monitor</strong>, which means <a href="http://www.gballard.net/photoshop/srgb_wide_gamut.html">out-of-the-box colors will look too saturated than you probably used to</a> using your laptop’s display or regular (lower-gammut) LCDs. </p>
<p>The display has quite a lot OSD controls, which was in my case miss-leading. There’s an option to set gamma for PC or Mac and also some handy color-space presets.</p>
<p>In Snow Leopard, default gamma is 2.2 (like the rest of the World) and not 1.8 like in Leopard (read how to <a href="http://www.tuaw.com/2009/06/12/make-your-displays-gamma-in-leopard-match-snow-leopard/">make your display’s gamma in Leopard match Snow Leopard</a>). </p>
<p>Setting gamma to Mac will create over-saturated picture and if you try different OSD presets, you’ll probably notice that nothing changes, even though you are switching between sRGB and Adobe RGB which are significantly different. </p>
<p><strong>To make Dell U2711 display proper sRGB colors</strong>, set gamma back to PC and choose sRGB from the presets menu. This gives you the most accurate colors for web design and general use via built-in OSD.</p>
<p>At this point you might want to calibrate with OS X calibration software under System Preferences &#8211; Displays &#8211; Color &#8211; Calibrate. In my case Dell’s default .icc profile was a little greenish (Dell’s profile was already in there when MacBook Pro detected new display).</p>
<p>I was not happy with the results, so I calibrated mine using <a href="http://spyder.datacolor.com/product-mc-s3pro.php">Spyder3Pro</a>. <a href="/downloads/dell-u2711-spyder3pro.icc">Download .icc profile</a> and see if this suits your particular display.</p>
<p>The created profile is more or less accurate. Spyder3Pro is a calibration tool for photographers and from what I learned on the internet forums not very accurate with spot colors, so I’m interested to give <a href="http://www.colormunki.com/product/show?is_designer_type=true">ColorMunki Design</a> a try sometimes in the future, just to make sure this is true (Belgian graphic/web designer Veerle Pieters wrote a <a href="http://veerle-v2.duoh.com/blog/comments/colormunki_design_review/">ColorMunki review</a> back in 2009.).</p>
<h2>Connectivity</h2>
<p>I’m still working on a MacBook Pro with DVI port, so it was a breeze for me to connect the display with included Dual-Link DVI cable.</p>
<p>Newer Apple laptops are shipped with Mini DisplayPort, which leaves you with either <strong>Mini DisplayPort to Dual-Link DVI adapter</strong> or <strong>Mini DisplayPort to DisplayPort cable</strong> (both Dual-Link DVI and DisplayPort cables are included with the monitor). </p>
<p>However, I didn’t try any of these, so I suggest you investigate more about <a href="http://www.google.com/search?q=Dell+U2711+%2B+MacBook+Mini+DisplayPort">Dell U2711 + MacBook Mini DisplayPort</a>.</p>
<p>The former is available in Apple Store, but costs $99 or <a href="http://eshop.macsales.com/item/Apple/MB571ZA/">$75 in OWC</a>, and the later is <a href="http://eshop.macsales.com/item/Newer%20Technology/CBLMDPDP06/">$25 in OWC store</a> (I’m not affiliated with OWC, but they ship items almost anywhere in the World). </p>
<p>Obviously, cable is a better option than adapters, but it might not suit your particular setup.</p>
<img src="http://feeds.feedburner.com/~r/maratzcom/~4/XSEjAgt6W8g" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.maratz.com/blog/archives/2011/01/08/dell-u2711-macbook-pro-for-web-or-ui-design/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.maratz.com/blog/archives/2011/01/08/dell-u2711-macbook-pro-for-web-or-ui-design/</feedburner:origLink></item>
		<item>
		<title>Export your PHP based prototype to HTML</title>
		<link>http://feedproxy.google.com/~r/maratzcom/~3/FQUrp2iTj4k/</link>
		<comments>http://www.maratz.com/blog/archives/2010/10/01/export-your-php-based-prototype-to-html/#comments</comments>
		<pubDate>Fri, 01 Oct 2010 13:19:28 +0000</pubDate>
		<dc:creator>Marko Dugonjić</dc:creator>
				<category><![CDATA[coding/design]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.maratz.com/blog/?p=1422</guid>
		<description><![CDATA[PHP is quite handy for creating local prototypes and better file management with regular backs and forths during a project development. It allows you to quickly make changes on a model templates all at once. However, when the time comes to deliver the prototype, it’s best if you convert it to pure HTML form, especially [...]]]></description>
			<content:encoded><![CDATA[<p>PHP is quite handy for creating local prototypes and better file management with regular backs and forths during a project development. It allows you to quickly make changes on a model templates all at once.</p>
<p>However, when the time comes to deliver the prototype, it’s best if you convert it to pure HTML form, especially if the backend development team works with a different programming language&#8230;</p>
<p>There’s a handy command line tool <a href="http://www.gnu.org/software/wget/">wget</a>. It can mirror any live site, including your local copies — and tidy it nicely in your local folder. The command is actually quite simple:</p>
<pre>wget -m -k -p http://www.myprototype.dev/</pre>
<p>The only thing that’s left is to manually copy CSS images folder. At the time of this writing, wget still can’t read CSS files nor get paths to CSS background images.</p>
<p>Some other uses can be found in <a href="http://lifehacker.com/161202/geek-to-live--mastering-wget">Mastering wget</a>.</p>
<img src="http://feeds.feedburner.com/~r/maratzcom/~4/FQUrp2iTj4k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.maratz.com/blog/archives/2010/10/01/export-your-php-based-prototype-to-html/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.maratz.com/blog/archives/2010/10/01/export-your-php-based-prototype-to-html/</feedburner:origLink></item>
		<item>
		<title>Tips on choosing type for the web</title>
		<link>http://feedproxy.google.com/~r/maratzcom/~3/bwp3Pag0OV0/</link>
		<comments>http://www.maratz.com/blog/archives/2010/09/26/tips-on-choosing-type-for-the-web/#comments</comments>
		<pubDate>Sun, 26 Sep 2010 09:51:31 +0000</pubDate>
		<dc:creator>Marko Dugonjić</dc:creator>
				<category><![CDATA[typography]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[typetester]]></category>

		<guid isPermaLink="false">http://www.maratz.com/blog/?p=1361</guid>
		<description><![CDATA[It’s been said many times before — the typography is fundamental for any kind of visual and interactive communication. I’ll quote Erica Hall here — Copy is Interface. With the new age of web typography, many designers jumped into the bandwagon, using all this newly available typefaces. But the abundance of options available is actually [...]]]></description>
			<content:encoded><![CDATA[<p>It’s been said many times before — the typography is fundamental for any kind of visual <em>and</em> interactive communication. I’ll quote <a href="http://muledesign.com/about/">Erica Hall</a> here — <q>Copy is Interface</q>.</p>
<p>With the new age of web typography, many designers jumped into the bandwagon, using all this newly available typefaces. But the abundance of options available is actually a pitfall. </p>
<p>Strong sense of typography is still mandatory. Additionally, we still have a number of technical limitations in the digital space (but that’s a topic for another occasion). Let’s discuss the common mistakes and how to avoid them.<span id="more-1361"></span></p>
<h2>Always observe the typeface in a context</h2>
<p>When a <a href="http://8faces.com/">famous designer suggests her favorite type</a> in a blog post or interview, almost instantly there is a flood of the suggested type on the Internet. </p>
<p>However, we must first understand the personal style of each web/graphic designer, so we can perceive their choice in a given context. You’ll get the most of designer’s favorites if you observe her work done with this particular typeface.</p>
<h2>Display fonts won’t work well at small sizes</h2>
<p>Most of the display fonts look really great at larger sizes, say 36px and up. But many Great Lookin™ typefaces can’t be used for body copy or even subheadings. You’d have to pair those with something more readable at small sizes, i.e. 12-16px. </p>
<h2>Beautiful typeface?</h2>
<p>Beautiful Typefaces™ usually have a personality, triggering emotional reactions by nature. Sometimes the form and style are more important than the content, but in reality this is quite rare.</p>
<p>Communication with a personal touch on high-profile news sites is not the best of ideas. Journalism should be neutral, but not necessary in Helvetican sense. Some smart alternatives are typefaces that are common enough to a broad audience, so they don’t distract the communication.</p>
<h2>On choosing something different</h2>
<p>Phantastic display font™ that is too similar to body/subheadings font — looks odd. The exception are fonts from the same type family (see further in the article). If you want Something Different™, use a contrast that’s obvious, not just a small shade.</p>
<h2>There is a thin line between perfect balanced and saturated</h2>
<p><a href="http://www.squidoo.com/meatballsundae">Meatball Sundae</a>: <q>“A meatball sundae is the unfortunate result of mixing two good ideas.”</q></p>
<p>It’s still seen so often: mix and “match” of typefaces that are all fighting for their attention. The reason why type families work well is because the type designer’s intention was to create a compatible set(s).</p>
<p>Not all type from the same designer will work well together. Make sure you have read the manual, i.e. what a font designer had to say about each of his pieces. Designers in fact quite often explain how to combine their type with other kids and what works best.</p>
<h2>The checklist</h2>
<p>Because this is what you’re here for, right?</p>
<h3>Preparation</h3>
<ul>
<li><strong>List all content/user interface elements</strong>, for instance: title, subheading(s), lead, egida, summary, paragraph, list, table, comment/quote, pullquote, caption, infography, link(s), buttons, input(s), textarea, &#8230;</li>
<li><strong>Design the grid</strong>: horizontal and vertical rhythm based on content elements</li>
<li><strong>Establish the baseline</strong> (common denominator) and <strong>the size hierarchy</strong> (element proportions)</li>
</ul>
<p>by this time you’d have a pretty good idea about what you need in terms of style&#8230;</p>
<h3>Selecting</h3>
<ol>
<li><strong>Find the single type family</strong>, the one that can handle the hierarchy and support both display chunks and general readability. Some great examples of such superfamilies are <a href="http://typonine.com/fonts/typonine-sans/">Typonine Sans</a>, <a href="http://www.ms-studio.com/FontSales/proximanova.html">Proxima Nova</a> or <a href="http://www.fontshop.com/fonts/downloads/fontfont/ff_meta_serif_sans_pro_complete_suite/">Meta Serif</a>. Test with the real content.</li>
<li><strong>If that fails, choose two type families</strong> (one for display, another for body text), that the type designer have explained will work well together. Test with the real content.</li>
<li><strong>If that fails, choose two type families</strong> that a savy graphic or web designer explained will work well together. Test with the real content.</li>
<li><strong>If that fails, do some experiments yourself</strong>. Test with the real content.</li>
</ol>
<img src="http://feeds.feedburner.com/~r/maratzcom/~4/bwp3Pag0OV0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.maratz.com/blog/archives/2010/09/26/tips-on-choosing-type-for-the-web/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.maratz.com/blog/archives/2010/09/26/tips-on-choosing-type-for-the-web/</feedburner:origLink></item>
		<item>
		<title>SeekandHit realign</title>
		<link>http://feedproxy.google.com/~r/maratzcom/~3/MUv5_olydUM/</link>
		<comments>http://www.maratz.com/blog/archives/2010/07/27/seekandhit-realign/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 23:18:47 +0000</pubDate>
		<dc:creator>Marko Dugonjić</dc:creator>
				<category><![CDATA[coding/design]]></category>
		<category><![CDATA[user experience]]></category>
		<category><![CDATA[ux projects]]></category>

		<guid isPermaLink="false">http://www.maratz.com/blog/?p=1305</guid>
		<description><![CDATA[Creative Nights was re-hired by the Internet marketing agency SeekandHit to realign their web site. The previous redesign was back in April 2009. and it was quite a success, but there is always room for improvements. It was quite a challenge not to overdo it, especially when the existing design is so familiar, and both [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.creativenights.com/">Creative Nights</a> was re-hired by the Internet marketing agency <a href="http://www.seekandhit.com/">SeekandHit</a> to realign their web site. The previous redesign was back in April 2009. and it was quite a success, but there is always room for improvements. </p>
<p>It was quite a challenge not to overdo it, especially when the existing design is so familiar, and both — the client and us — were so eager about the process. However, the goal was not to make something prettier or different or wild (which would result in a short-term hype), but instead to focus on tiny little details. After the last relaunch, significant number of pages were published <i>ad hoc</i> and that parts needed our attention the most. </p>
<p>The feedback from Seekandhit clients and visitors was of a great help. Not the <q>“I wish you had&#8230;”</q> kind of complaints, but rather relevant comments, for instance <q>“I didn’t understand how X service works or how service Y can help me.”</q>. Mario Frančešević, the Seekandhit CEO also delivered very useful brief based — among other things — on visitors behavior tracked by Google Analytics.</p>
<p>The cornerstone for this iteration were detailed screenshots of actual adverts and illustrations for the most prominent advertising features. That was especially important on <a href="http://www.seekandhit.com/en/services/">Services Overview page</a>, where some visitors had difficulties understanding the differences between various advertising platforms.</p>
<div class="alignleft-pulllarge"><a href="http://www.seekandhit.com/en/services/"><img src="http://www.maratz.com/blog/wp-content/uploads/2010/07/seekandhit-maratz.com-01.jpg" alt="" title="Old and New Services page" width="660" height="660" class="alignleft size-full" /></a></div>
<p>Another roadblock for visitors was <a href="http://www.seekandhit.com/en/quote/">Project Questionnaire</a>, which had too many (specific) questions than is normally required for the initial contact. SeekandHit tries to custom-tailor campaigns for each client, so the obvious shift was to simplify the web form and provide the prospects with a brief overview of the process in a form of numbered steps. </p>
<div class="alignleft-pulllarge"><a href="http://www.seekandhit.com/en/quote/"><img src="http://www.maratz.com/blog/wp-content/uploads/2010/07/seekandhit-maratz.com-02.jpg" alt="" title="Old and New Project Questionnaire" width="660" height="520" class="alignleft size-full" /></a></div>
<p>Now let’s see the results with real-life users. Fingers crossed.</p>
<img src="http://feeds.feedburner.com/~r/maratzcom/~4/MUv5_olydUM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.maratz.com/blog/archives/2010/07/27/seekandhit-realign/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.maratz.com/blog/archives/2010/07/27/seekandhit-realign/</feedburner:origLink></item>
		<item>
		<title>Fix HTML resized images in Internet Explorer</title>
		<link>http://feedproxy.google.com/~r/maratzcom/~3/e31yEH0AKuA/</link>
		<comments>http://www.maratz.com/blog/archives/2010/07/06/fix-html-resized-images-in-internet-explorer/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 07:45:47 +0000</pubDate>
		<dc:creator>Marko Dugonjić</dc:creator>
				<category><![CDATA[CSS 101]]></category>

		<guid isPermaLink="false">http://www.maratz.com/blog/?p=1303</guid>
		<description><![CDATA[HTML resized images in Internet Explorer look like crap, unless you add the following line in IE-speciffic CSS: img { -ms-interpolation-mode: bicubic; } Handle with care.]]></description>
			<content:encoded><![CDATA[<p>HTML resized images in Internet Explorer look like crap, unless you add the following line in <a href="/blog/archives/2005/06/16/essentials-of-css-hacking-for-internet-explorer/">IE-speciffic CSS</a>:</p>
<p><code>
<pre>img { -ms-interpolation-mode: bicubic; }</pre>
<p></code></p>
<p>Handle with care.</p>
<img src="http://feeds.feedburner.com/~r/maratzcom/~4/e31yEH0AKuA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.maratz.com/blog/archives/2010/07/06/fix-html-resized-images-in-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://www.maratz.com/blog/archives/2010/07/06/fix-html-resized-images-in-internet-explorer/</feedburner:origLink></item>
		<item>
		<title>Backup2Mail v.0.17</title>
		<link>http://feedproxy.google.com/~r/maratzcom/~3/TkFIViZw2s4/</link>
		<comments>http://www.maratz.com/blog/archives/2010/06/10/backup2mail-v-0-17/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 19:32:30 +0000</pubDate>
		<dc:creator>Marko Dugonjić</dc:creator>
				<category><![CDATA[coding/design]]></category>
		<category><![CDATA[b2m]]></category>

		<guid isPermaLink="false">http://www.maratz.com/blog/?p=1299</guid>
		<description><![CDATA[Backup2Mail is automatic MySQL database backup web application. The latest upgrade solves permissions and/or file path problems on various commercial web servers. It also removes the need to move script above the web root folder with .htaccess fix. Download v.0.17 and as always send your feedback!]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.backup2mail.com/">Backup2Mail</a> is automatic MySQL database backup web application. The latest upgrade solves permissions and/or file path problems on various commercial web servers. It also removes the need to move script above the web root folder with .htaccess fix.</p>
<p><a href="http://www.backup2mail.com/">Download v.0.17</a> and as always send your feedback!</p>
<img src="http://feeds.feedburner.com/~r/maratzcom/~4/TkFIViZw2s4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.maratz.com/blog/archives/2010/06/10/backup2mail-v-0-17/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.maratz.com/blog/archives/2010/06/10/backup2mail-v-0-17/</feedburner:origLink></item>
		<item>
		<title>ImageMagick with MAMP</title>
		<link>http://feedproxy.google.com/~r/maratzcom/~3/sutnimfhTZs/</link>
		<comments>http://www.maratz.com/blog/archives/2010/05/11/imagemagick-with-mamp/#comments</comments>
		<pubDate>Tue, 11 May 2010 20:01:02 +0000</pubDate>
		<dc:creator>Marko Dugonjić</dc:creator>
				<category><![CDATA[coding/design]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mamp]]></category>

		<guid isPermaLink="false">http://www.maratz.com/blog/?p=1280</guid>
		<description><![CDATA[Many web designers and front-end developers are using MAMP for its ease of use. However, MAMP doesn’t come with very popular and wide spread image manipulation library ImageMagick. Just recently my fellow internet super talent Mario Lončarić clarifyied steps for installing ImageMagick library to your Mac with MAMP. Obviously, this article is not for Terminal [...]]]></description>
			<content:encoded><![CDATA[<p>Many web designers and front-end developers are using <a href="http://www.mamp.info/">MAMP</a> for its ease of use. However, MAMP doesn’t come with very popular and wide spread image manipulation library <a href="http://www.imagemagick.org/">ImageMagick</a>. Just recently my fellow internet super talent <a href="http://twitter.com/chevap">Mario Lončarić</a> clarifyied steps for installing ImageMagick library to your Mac with MAMP. </p>
<p>Obviously, this article is not for Terminal savvy programmers, but rather for the rest of us who are using drag and drop web server packages such as MAMP. <span id="more-1280"></span></p>
<p>I guess you already have MAMP installed on your local computer, most likely in <code>/Applications/MAMP</code>. If not, install it before you move on to the next step.</p>
<p><strong>First</strong>, download <a href="http://www.imagemagick.org/script/binary-releases.php?ImageMagick=sa2njjqr10qt376chb9at7fmm4#macosx">ImageMagick for Mac OS X</a> and unarchive it to <code>/Applications/MAMP/bin/ImageMagick</code>.</p>
<p><strong>Next</strong>, open up Terminal.app (don’t be afraid, it won’t bite you), and enter line by line:</p>
<pre>$yourmacname> export MAGICK_HOME="/Applications/MAMP/bin/ImageMagick/ImageMagick-6.6.1"
$yourmacname> export PATH="$MAGICK_HOME/bin:$PATH"
$yourmacname> export DYLD_LIBRARY_PATH="$MAGICK_HOME/lib"</pre>
<p><strong>Test</strong> if everything works up to this point:</p>
<pre>$yourmacname> cd /Applications/MAMP/bin/ImageMagick/ImageMagick-6.6.1
$yourmacname> convert logo: logo.gif
$yourmacname> identify logo.gif
$yourmacname> display logo.gif</pre>
<p><strong>Last</strong>: browse to <code>/Applications/MAMP/Library/bin</code> and open <code>envvars</code> file with your text editor. Change the two uncommented lines, i.e. <code>DYLD_LIBRARY_PATH="...</code> and <code>export...</code> to following:</p>
<pre>DYLD_LIBRARY_PATH="/Applications/MAMP/bin/ImageMagick/ImageMagick-6.6.1/lib:/Applications/MAMP/Library/lib:$DYLD_LIBRARY_PATH"
export DYLD_LIBRARY_PATH</pre>
<p>If you are using ImageMagick in your server-side application, be sure to set the correct path, for instance in PHP:</p>
<pre>define('MAGICK_PATH', '/Applications/MAMP/bin/ImageMagick/ImageMagick-6.6.1/bin/convert');</pre>
<p>Restart Apache in MAMP and you’re done.</p>
<img src="http://feeds.feedburner.com/~r/maratzcom/~4/sutnimfhTZs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.maratz.com/blog/archives/2010/05/11/imagemagick-with-mamp/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.maratz.com/blog/archives/2010/05/11/imagemagick-with-mamp/</feedburner:origLink></item>
		<item>
		<title>Ballpark estimate vs. proposal</title>
		<link>http://feedproxy.google.com/~r/maratzcom/~3/XgfitB0VmfA/</link>
		<comments>http://www.maratz.com/blog/archives/2010/04/22/ballpark-estimate-vs-proposal/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 10:39:47 +0000</pubDate>
		<dc:creator>Marko Dugonjić</dc:creator>
				<category><![CDATA[tips]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[clients]]></category>
		<category><![CDATA[rfp]]></category>

		<guid isPermaLink="false">http://www.maratz.com/blog/?p=1117</guid>
		<description><![CDATA[When ordering web design services, people tend to miss the point of the medium. What makes it different from other platforms, products or services is its flexibility. Not the flexibility in just updating the content in a blink of an eye, but the ability to quickly change the user experience, improve it, make it better. [...]]]></description>
			<content:encoded><![CDATA[<p>When ordering web design services, people tend to miss the point of the medium. What makes it different from other platforms, products or services is its flexibility. Not the flexibility in just updating the content in a blink of an eye, but the ability to quickly change the user experience, improve it, make it better. A web site or application is a living thing: it’s adaptive and is constantly evolving.</p>
<p>Due to the nature of the Internet and a broad range of possibilities for any given project, it’s impossible to provide the clients with a fixed quote based on an e-mail with five bullets.</p>
<h2>What can you do?</h2>
<p>Respond with the best guess estimates instead of proposals, simply to encourage agile development and deal with unavoidable scope changes up-front.</p>
<p><strong>Tip for the clients:</strong> unavoidable scope changes develop frustrations on both ends. The frustration is caused by fixed contract or limited budget. Consequently — production delays occur and the quality of work suffers.</p>
<p>With estimates clients get better picture about how overall scope and tight deadline affect the budget and can plan costs for each step accordingly. I found it that for clients it’s easier to decide about the priorities when they have better picture about what they really need.</p>
<p>The benefit of abstract estimates is that you usually end up doing the essential features first, and rethinking add-ons later.</p>
<h2>Essentials vs. Add-ons</h2>
<p>The best possible investment for clients is to hire pro photographer and/or copywriter to take care of the essential content first. Products, services and about information is a must. </p>
<p>Office photo gallery or office furniture, newsletter system or custom made contact form, blog or forum is an add-on. User comments might be essential, but user registration or activity log is an add-on. Simple <em>send video link</em> form is essential, but custom made video uploader is an add-on (the later will also produce hosting/bandwidth costs, since you have to store those uploads somewhere). </p>
<p><strong>Tip for web producers:</strong> The quickest way to filter serious projects is to simply reply with a ballpark costs, for instance: </p>
<blockquote><p>“Such sites usually cost between X and Y hundreds, thousands or millions &#60;insert prefered currency here&#62;.”</p></blockquote>
<p>Production of <q>community based interactive web site with file uploads based on WordPress</q> can indeed take from a week to a couple of months. And if it’s urgent, that means doubling the agency staff and raising overall costs.</p>
<h2>Web design packages</h2>
<p>But don’t offer packages, that’s irresponsible. We are not in a car industry. You don’t manufacture 1000 pieces of the same model each year, so you can’t create equipment packages. You couldn’t possibly analyze the costs of every single optional feature with a dozen (or two) projects a year. The sample is too small and the variety of options is too wide. </p>
<p>When buying a car you don’t go to a car factory and negotiate about wether the logo should be bigger or a little bit more on the left. You only get what’s offered. That’s unless you are a buyer who’s not asking about the price.</p>
<p>With cars it’s easy to create packages and set the prices, but with web sites virtually everything is an option. Except the domain name, of course.</p>
<img src="http://feeds.feedburner.com/~r/maratzcom/~4/XgfitB0VmfA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.maratz.com/blog/archives/2010/04/22/ballpark-estimate-vs-proposal/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.maratz.com/blog/archives/2010/04/22/ballpark-estimate-vs-proposal/</feedburner:origLink></item>
		<item>
		<title>FFWD.PRO May 2010</title>
		<link>http://feedproxy.google.com/~r/maratzcom/~3/Chsyua86TAg/</link>
		<comments>http://www.maratz.com/blog/archives/2010/04/16/ffwd-pro-may-2010/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 08:51:32 +0000</pubDate>
		<dc:creator>Marko Dugonjić</dc:creator>
				<category><![CDATA[events]]></category>
		<category><![CDATA[FFWD.PRO]]></category>
		<category><![CDATA[ffwdpro]]></category>
		<category><![CDATA[webradionice]]></category>

		<guid isPermaLink="false">http://www.maratz.com/blog/?p=1120</guid>
		<description><![CDATA[Registrations are open for micro web design conference FFWD.PRO, the new fast-pace two days of top-notch local and international web professionals. What makes it different from other web events? We are keeping it small. Only 60 seats on the first day, and a small workshops groups of 10 or 20. We have a strange habit [...]]]></description>
			<content:encoded><![CDATA[<p>Registrations are open for <a href="http://ffwd.pro/">micro web design conference FFWD.PRO</a>, the new fast-pace two days of top-notch local and international web professionals. </p>
<h2>What makes it different from other web events?</h2>
<p>We are keeping it small. Only 60 seats on the first day, and a small workshops groups of 10 or 20. We have a strange habit of asking each participant to introduce themselves to everyone in the room the first thing in the morning.</p>
<p>We are there for you the entire day, so whatever question you ask, we’ll be able to answer. There is plenty of time for every participant. We want you to wake up the day after full of new ideas. </p>
<h2>When, where?</h2>
<p><a href="http://maps.google.com/maps/ms?ie=UTF8&#38;hl=en&#038;source=embed&#38;msa=0&#38;msid=105780250163114042632.00046a0c9b0d6d2b20bf5&#38;ll=45.874712,15.996094&#38;spn=4.941354,11.634521&#38;z=7&#38;iwloc=00046a0c9da9fc5f95eb8">WMD Center in Zagreb, Croatia</a> on 25 + 26th May 2010.<br />
(International visitors, please contact us at <a href="mailto:info@webradionice.com">info@webradionice.com</a>)</p>
<h2>The greatest collective experience</h2>
<p>The day one brings you names with the strongest portfolios in this part of the planet. <strong>Genuine producers dealing with real projects, real clients and real deadlines</strong>: </p>
<ul>
<li>Vanja Bertalan, Co-founder &#38; CEO, <a href="http://web.burza.hr/">Web.burza</a></li>
<li>Alen Grakalić, Founder, <a href="http://cssglobe.com/">CSS Globe</a></li>
<li>Vedran Gulin, Creative Director, <a href="http://www.proximity.hr/">Proximity</a></li>
<li>Goran Peuc, Senior Designer, <a href="http://www.nivas.hr/">Nivas</a></li>
<li>Marko Prljić, Creative Director, <a href="http://markoprljic.iz.hr/">Freelance</a></li>
<li>Marko Dugonjić, Creative Director, <a href="http://www.creativenights.com/">Creative Nights</a></li>
</ul>
<p>Expect nothing less than topics about inside agency life, what affects pricing, what percentage of work is actually showcased in portfolios, what can go wrong with the project and how to deal with that&#8230; or simply how much time does it take to create an extraordinary web site.</p>
<p>No theory bullshit, only pragmatic experience.</p>
<h2>Interactive intimate workshops</h2>
<p>Interactive workshops are held in two parallel tracks with tiny groups of 10 for <strong>Usability Testing Basics</strong> or 20 for <strong>Pro jQuery</strong>.</p>
<p>Bring your laptops and load your own project or current client work in a browser and update it instantly with what you’ll see and learn on the spot. We will be able to conduct mini usability testing sessions for a participants’ selected projects on the day or suggest user interface improvements with jQuery.</p>
<p>In a mean time, <a href="http://www.facebook.com/webradionice">become a fan on Facebook</a> or <a href="http://webradionice.com/#newsletter">subscribe to our newsletter</a>.</p>
<img src="http://feeds.feedburner.com/~r/maratzcom/~4/Chsyua86TAg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.maratz.com/blog/archives/2010/04/16/ffwd-pro-may-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.maratz.com/blog/archives/2010/04/16/ffwd-pro-may-2010/</feedburner:origLink></item>
	</channel>
</rss>

