<?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>Art of Designs</title>
	<atom:link href="http://blog.artofdesigns.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.artofdesigns.com</link>
	<description>The web design blog</description>
	<lastBuildDate>Sat, 05 Mar 2011 04:03:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Browser Compatibility</title>
		<link>http://blog.artofdesigns.com/2011/browser-compatibility/</link>
		<comments>http://blog.artofdesigns.com/2011/browser-compatibility/#comments</comments>
		<pubDate>Sat, 05 Mar 2011 04:02:58 +0000</pubDate>
		<dc:creator>Sabina</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[fun]]></category>

		<guid isPermaLink="false">http://blog.artofdesigns.com/?p=126</guid>
		<description><![CDATA[If web browsers were celebrities&#8230;]]></description>
			<content:encoded><![CDATA[<h3>If web browsers were celebrities&#8230;</h3>
<p><a href="http://blog.artofdesigns.com/wp-content/uploads/2011/03/web-browser-celebrities1.jpg" target="_blank"><img src="http://blog.artofdesigns.com/wp-content/uploads/2011/03/web-browser-celebrities1.jpg" alt="If web browsers were celebrities" title="If web browsers were celebrities" width="650" height="1108" class="alignright size-full wp-image-131" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.artofdesigns.com/2011/browser-compatibility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programming by the inch</title>
		<link>http://blog.artofdesigns.com/2010/programming-by-the-inch/</link>
		<comments>http://blog.artofdesigns.com/2010/programming-by-the-inch/#comments</comments>
		<pubDate>Tue, 23 Nov 2010 18:23:31 +0000</pubDate>
		<dc:creator>Sabina</dc:creator>
				<category><![CDATA[People]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[page construction]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ryan]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://blog.artofdesigns.com/?p=116</guid>
		<description><![CDATA[I&#8217;ve been working on a super-sweet page, and being halfway through I was amazed with how extremely elegant the code was. So very minimalistic&#8230; but also flexible, easily allowing for elaborate additions. Pure beauty! Both the HTML markup and the &#8230; <a href="http://blog.artofdesigns.com/2010/programming-by-the-inch/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on a super-sweet page, and being halfway through I was amazed with how extremely elegant the code was. So very minimalistic&#8230; but also flexible, easily allowing for elaborate additions. Pure beauty! Both the HTML markup and the CSS were short and sweet. I felt quite good about myself (and still do).<br />
That reminded me of Ryan&#8217;s code. Sometimes I would take some copy &#038; paste code from some online resource for some feature I want to have but can&#8217;t do myself, because it is PHP, for instance. After some wrestling with the code, often accompanied by frustration, Ryan would have a look at it. Sometimes he just helps me makes sense of it, so I can continue, but other times (lots of times) he gets annoyed with the messy code or with how that other programmer solved a certain problem, so he stops whatever he is working on, and writes the whole thing himself. One of those times I had a program of several hundred lines of code, and Ryan wrote his versions that did <strong>exactly</strong> the same thing, and was about 15 lines long. 15 lines!!<br />
Code is poetry&#8230;. and Ryan is a poet.</p>
<p>That reminds me of a dialog from &#8220;clientsfromhell&#8221;. It goes like this:</p>
<blockquote><p>Client: &#8220;I want this form to email me the information.&#8221;<br />
Programmer: &#8220;No problem, we can install a script to take care of that for a small fee.&#8221;<br />
Client: &#8220;A script? Do I need a PHP? My son has a PHP and wrote a script that was 15 inches long. Do you charge by the inch?&#8221;</p></blockquote>
<p><em>Charging by the inch&#8230;</em><br />
Everything can easily be done in a more complicated way in order to seem more complex to the untrained and uneducated eye, but the <strong>true artist</strong> and the <strong>real genius programmer</strong> will always do it in less.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.artofdesigns.com/2010/programming-by-the-inch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding the perfect web host&#8230;</title>
		<link>http://blog.artofdesigns.com/2010/finding-the-perfect-web-host/</link>
		<comments>http://blog.artofdesigns.com/2010/finding-the-perfect-web-host/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 02:46:44 +0000</pubDate>
		<dc:creator>Sabina</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[attention to detail]]></category>
		<category><![CDATA[warnings]]></category>
		<category><![CDATA[web hosting]]></category>

		<guid isPermaLink="false">http://blog.artofdesigns.com/?p=109</guid>
		<description><![CDATA[Finding the ultimate web hosting company is the eternal quest of any website owner. If you have the necessary resources, then a dedicated server is certainly a splendid solution, but being in the web design business I also try to &#8230; <a href="http://blog.artofdesigns.com/2010/finding-the-perfect-web-host/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Finding the ultimate web hosting company is the eternal quest of any website owner.<br />
If you have the necessary resources, then a dedicated server is certainly a splendid solution, but being in the web design business I also try to familiarize myself with various hosting companies, in order to collect personal experiences which can then benefit my clients, or you, if you are reading this blog.<br />
So&#8230; I had a look at several of those websites which offer &#8220;unbiased web hosting reviews&#8221;, or so they claim, and interestingly, I come across the same hosts at the top of each list, over and over again.  The same ones are being rated and reviewed, and not even by that many people. It almost makes it seem like there are no other hosts out there! One of these &#8220;great hosts&#8221; has obviously redesigned an old standby domain, they don&#8217;t have any credibility online whatsoever, except on these <em>unbiased</em> review sites.<br />
My conclusions is&#8230; the source is either one and the same (meaning the same company or group is behind all those hosts), or a few hosting companies joined forces and built themselves websites to advertise their collective services.<br />
Of course they had to add a few of the &#8220;big ones&#8221; and the odd &#8220;loser host&#8221;, otherwise it would look too suspicious.</p>
<p>So my search by these means was fruitless, but at least I squeezed this blog post out of it.<br />
I don&#8217;t want to name any of these sites and help them out additionally by advertising for them here (even if it&#8217;s negative advertising). Just be careful and pay attention to details.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.artofdesigns.com/2010/finding-the-perfect-web-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery &#8211; myPerspective</title>
		<link>http://blog.artofdesigns.com/2010/jquery-myperspective/</link>
		<comments>http://blog.artofdesigns.com/2010/jquery-myperspective/#comments</comments>
		<pubDate>Tue, 09 Nov 2010 16:08:18 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[warnings]]></category>

		<guid isPermaLink="false">http://blog.artofdesigns.com/?p=96</guid>
		<description><![CDATA[I would like to start this off with a sincere explanation and to applaud those behind the actual creation, compilation, and execution of jQuery. It is a wonderful library and provides functionality to help make the web a more magical &#8230; <a href="http://blog.artofdesigns.com/2010/jquery-myperspective/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-97" title="jQuery" src="http://blog.artofdesigns.com/wp-content/uploads/2010/11/jquery.png" alt="jQuery" width="150" height="128" />I would like to start this off with a sincere explanation and to applaud those behind the actual creation, compilation, and execution of jQuery. It is a wonderful library and provides functionality to help make the web a more magical and beautiful place. However, I cannot bring myself to use it&#8230; that is obviously not true to an absolute because this blogging application uses it&#8230; and here I am using the blog. But I can&#8217;t bring myself to use it for my own projects or for our clients&#8217; projects. I like the saying &#8220;write less, do more.&#8221; But the fact is you have to learn quite a bit to develop your own uses of the library. So, since most of the people who are actually developing the menus, slide shows, and such already know JavaScript, why are they using the library instead of simply writing the JavaScript for that particular object, widget, add-on, or whatever you want to call them?</p>
<p><img class="alignleft size-full wp-image-99" title="Stress" src="http://blog.artofdesigns.com/wp-content/uploads/2010/11/stress.png" alt="Stress" width="150" height="143" />I understand that there are designers that need the library because they are not developers and cannot/will not learn to write a specific script to handle the smooth opening of a drop down menu or the fading of images in a little slide show. I get it&#8230; honestly&#8230; but I hate looking up and getting TONS of Javascript warnings and errors in my pages.  Just accessing the front page of <a title="jQuery.com" href="http://jquery.com/" target="_blank">jQuery.com</a> I get the following:</p>
<ul>
<li>1 &#8211; Variable a redeclares argument</li>
<li>1 &#8211; function Ga does not always return a value</li>
<li>1 &#8211; unknown pseudo-class or pseudo-element</li>
<li>1 &#8211; assignment to undefined variable</li>
<li>~10 &#8211; reference to undefined property</li>
<li>~15 &#8211; test for equality (==) mistyped as assignment (=)?</li>
<li>~20 &#8211; anonymous function does not always return a value</li>
</ul>
<p>Most of those are &#8220;just warnings&#8221; and not errors. So&#8230; &#8220;<em>no harm, no foul</em>&#8220;. The real headache is that most of the above warnings have to be there. If you attempt to go through and &#8220;<em>correct the mistakes</em>&#8221; something isn&#8217;t going to work right&#8230; or you are going to have errors instead of warnings.</p>
<p>Here&#8217;s what I find funny about it though&#8230; Java scripting is <span style="text-decoration: underline;">A LOT</span> like Flash Action scripting and most of these designers have a fairly decent understanding and knowledge of Action scripting. JavaScript is a bit more strict as far as its syntax but other than that it is almost identical.</p>
<p>So, most know how to use the setInterval/clearInterval functions and can run a loop to move something on an X or Y axis&#8230; or even make something fade in or out&#8230; maybe they don&#8217;t know the similarities? Maybe they don&#8217;t see the point? Maybe it is just me and I am a stickler for these things which I shouldn&#8217;t really care about?</p>
<p><img class="alignleft size-full wp-image-104" title="Error Search" src="http://blog.artofdesigns.com/wp-content/uploads/2010/11/magnifying-glass.png" alt="Error Search" width="125" height="127" />I am pretty sure these warnings and any possible CSS errors aren&#8217;t affecting your site&#8217;s search engine placement as Google seems to be a fairly large supporter of jQuery. Plus their own Google analytics API scripts might even be worse, concerning warnings and errors, than jQuery. So why am I all in a huff about it? I&#8217;m not really&#8230; I just like clean neat error free code&#8230; be it HTML, CSS, JavaScript, ActionScript or PHP. It makes my job easier and I don&#8217;t see the point in loading a library full of stuff of which my particular project only needs a fraction. Also, if I am writing my own script, for whatever, and something isn&#8217;t working exactly correct I have to wade though all of jQuery&#8217;s warnings to find out if my script is returning any errors or warnings&#8230; and just keep my fingers crossed that they aren&#8217;t all mixed up and I overlook one&#8230; an <em>important</em> one. You know, the one that causes you to bang your head against the wall repeatedly saying &#8220;<em>Why isn&#8217;t it working? It should be working&#8230;</em>&#8221;</p>
<p>Yes, yes&#8230; my rant is done&#8230; I feel much better. Thanks for listening&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.artofdesigns.com/2010/jquery-myperspective/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What makes one a designer?</title>
		<link>http://blog.artofdesigns.com/2010/what-makes-one-a-designer/</link>
		<comments>http://blog.artofdesigns.com/2010/what-makes-one-a-designer/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 04:11:32 +0000</pubDate>
		<dc:creator>Sabina</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[domains]]></category>

		<guid isPermaLink="false">http://blog.artofdesigns.com/?p=89</guid>
		<description><![CDATA[I had a great idea for a website, connected with a particular domain name, so I went and checked if the domain name is available. It&#8217;s not&#8230; I got a &#8220;Page not found&#8221;, but the domain is taken. A brilliant &#8230; <a href="http://blog.artofdesigns.com/2010/what-makes-one-a-designer/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I had a great idea for a website, connected with a particular domain name, so I went and checked if the domain name is available. It&#8217;s not&#8230; I got a &#8220;Page not found&#8221;, but the domain is taken. A brilliant domain name sitting there completely useless. I checked a few alternatives, and saw much of the same, until I came across this guy&#8217;s website. A terrible website that looks like it was created in the mid-90s, and guess what he does for a living?!<br />
He is a web designer!<br />
Ugh&#8230;. so I am wondering, yet again, for the who-knows-which<sup>th</sup> time&#8230;</p>
<h3>What gives someone the right to call themselves a web designer?</h3>
<p>I looked at the source code of his page and saw template tags all over. A template!!<br />
What inspires a non-artistic person to call themselves a web designer, and furthermore, if that is what they want to be, then why do they use someone else&#8217;s template for their site? As if all of that isn&#8217;t bad enough already, why do they at least not get a good looking template?</p>
<p>I wish this was a singled out case, an exception, but it&#8217;s not. I <strong>love</strong> coming across a well designed and well-coded website, even if it wasn&#8217;t designed by me. It doesn&#8217;t happen so often (ha ha), but when it does, it makes me truly happy! It also inspires me to create something grand(er).<br />
Likewise, coming across an uninspiring site, especially one supposedly belonging to a design firm or a freelance designer is kind of sad.<br />
And&#8230; some people will pay this &#8220;web designer&#8221; to design their website.</p>
<p>Maybe it&#8217;s like with being in love. Maybe there is really <em>someone for everyone</em>, even when it comes to web design.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.artofdesigns.com/2010/what-makes-one-a-designer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sabina</title>
		<link>http://blog.artofdesigns.com/2010/sabina/</link>
		<comments>http://blog.artofdesigns.com/2010/sabina/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 08:21:45 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[People]]></category>
		<category><![CDATA[attention to detail]]></category>
		<category><![CDATA[markup]]></category>
		<category><![CDATA[page construction]]></category>
		<category><![CDATA[Sabina]]></category>
		<category><![CDATA[search engines]]></category>

		<guid isPermaLink="false">http://blog.artofdesigns.com/?p=35</guid>
		<description><![CDATA[What puts Sabina alone in a class of her own as far as design is concerned? Well speaking from the developer's point of view I would have to say... <a href="http://blog.artofdesigns.com/2010/sabina/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I must say that <a title="Sabina's Explanation" href="http://blog.artofdesigns.com/2010/ryan/" target="_self">Sabina&#8217;s explanation</a> makes perfect sense to me but she doesn&#8217;t really need me to talk about her talents and vision, which make her the superb designer that she is, as there are tons of clients that have given their two cents in testimony to that fact.</p>
<p>It has been my experience that the designer&#8217;s work speaks out and is generally the first thing noticed and either appreciated or criticized. So, I probably won&#8217;t be saying too much about Sabina&#8217;s designs as, I think, they pretty much scream perfection and that doesn&#8217;t really need to be pointed out. However! What I would like to point out and give a little insight upon is her awareness and attention to the construction of a page. There are <strong>a lot</strong> of designers that are simply real good graphic artists but their attention to the construction of pages are not as appealing as their visual designs. I, on the other hand&#8230; being a developer, have a slightly different approach to websites and their design than most. Since most of my work is a &#8220;<em>behind the scenes</em>&#8221; kind of thing&#8230; I do just that go behind the pretty visual facade and &#8220;<em>check out what&#8217;s under the hood</em>&#8220;.  Most would say &#8220;<em>Yeah, but who cares? Nobody sees that!</em>&#8220;, but if they start to put any kind of thought into what exactly search engines see, they would change their mind. The construction of a page is every bit as important as how it looks to the visitors because most visitors won&#8217;t be coming to your site without the ever important search engine. It is Sabina&#8217;s attention to those details, and beyond, that put her above the rest of the designers that would eventually even come close to her caliber of expertise as a designer in the strict visual sense of the title.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.artofdesigns.com/2010/sabina/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ryan</title>
		<link>http://blog.artofdesigns.com/2010/ryan/</link>
		<comments>http://blog.artofdesigns.com/2010/ryan/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 03:56:54 +0000</pubDate>
		<dc:creator>Sabina</dc:creator>
				<category><![CDATA[People]]></category>
		<category><![CDATA[ryan]]></category>

		<guid isPermaLink="false">http://blog.artofdesigns.com/?p=25</guid>
		<description><![CDATA[When it comes to self-promotion, Ryan is traditionally about as good at it as me, maybe even worse (which is really really bad!). However&#8230; I have no problem talking about him, and maybe he has no problem speaking about me. &#8230; <a href="http://blog.artofdesigns.com/2010/ryan/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When it comes to self-promotion, Ryan is traditionally about as good at it as me, maybe even worse (which is really really bad!). <strong>However&#8230;</strong> I have no problem talking about <em>him</em>, and maybe he has no problem speaking about me.<br />
So other than sharing my own views and opinions on matters of design, code, etc., I will from time to time write about Ryan. About him as a coder or a designer, from my unique perspective, as I have worked together with him for more than 10 years now (it went by much faster than it sounds).</p>
<p>All posts <a href="http://blog.artofdesigns.com/tag/ryan/">about Ryan</a> will be tagged appropriately&#8230;. so, there&#8217;s something to look forward to!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.artofdesigns.com/2010/ryan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code is poetry</title>
		<link>http://blog.artofdesigns.com/2010/code-is-poetry/</link>
		<comments>http://blog.artofdesigns.com/2010/code-is-poetry/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 03:41:47 +0000</pubDate>
		<dc:creator>Sabina</dc:creator>
				<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[quote]]></category>

		<guid isPermaLink="false">http://blog.artofdesigns.com/?p=16</guid>
		<description><![CDATA[&#8221; Code is poetry. &#8220; A super-sweet quote by WordPress.org]]></description>
			<content:encoded><![CDATA[<h3 class="center">&#8221; Code is poetry. &#8220;</h3>
<p class="center small">A super-sweet quote by WordPress.org</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.artofdesigns.com/2010/code-is-poetry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>At last!</title>
		<link>http://blog.artofdesigns.com/2010/at-last/</link>
		<comments>http://blog.artofdesigns.com/2010/at-last/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 03:13:39 +0000</pubDate>
		<dc:creator>Sabina</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[sarcasm]]></category>

		<guid isPermaLink="false">http://blog.artofdesigns.com/?p=7</guid>
		<description><![CDATA[This is just what the world has been waiting for: yet another web design blog! We are so happy and so very very proud to be the first official web design blog on the world wide web! You must be &#8230; <a href="http://blog.artofdesigns.com/2010/at-last/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is just what the world has been waiting for: <em>yet another</em> web design blog!<img class="alignleft size-full wp-image-9" title="horn" src="http://blog.artofdesigns.com/wp-content/uploads/2010/11/horn.png" alt="A totally awesome announcement" width="128" height="128" /></p>
<p>We are so happy and so very very proud to be the first official web design blog on the world wide web! You <em>must be</em> perfectly thrilled to be here.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.artofdesigns.com/2010/at-last/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

