<?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>DivitoDesign &#187; Featured</title> <atom:link href="http://divitodesign.com/tag/featured/feed/" rel="self" type="application/rss+xml" /><link>http://divitodesign.com</link> <description>Articles, Tutorials and Resources for the Webdesigner</description> <lastBuildDate>Fri, 07 Oct 2011 18:47:18 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>Case Study: Revamping an Existing Site</title><link>http://divitodesign.com/css/case-study-revamping-existing-site/</link> <comments>http://divitodesign.com/css/case-study-revamping-existing-site/#comments</comments> <pubDate>Tue, 27 Apr 2010 21:39:00 +0000</pubDate> <dc:creator>Stefan Vervoort</dc:creator> <category><![CDATA[CSS]]></category> <category><![CDATA[HTML]]></category> <category><![CDATA[case study]]></category> <category><![CDATA[Featured]]></category> <category><![CDATA[guestpost]]></category><guid isPermaLink="false">http://divitodesign.com/?p=2023</guid> <description><![CDATA[Jacques Soudan, a client and friend I met through DivitoDesign, sent me an email with a guest post about a case study on revamping his outdated site. Enjoy reading about his revamping project. Below is a case-study on how I used the Blueprint CSS Framework and jQuery JavaScript library to rebuild an outdated site &#8211; [...]]]></description> <content:encoded><![CDATA[<p><a href="http://troisj.com/">Jacques Soudan</a>, a client and friend I met through DivitoDesign, sent me an email with a guest post about a case study on revamping his outdated site. Enjoy reading about his revamping project.</p><div class="box">Below is a <strong>case-study</strong> on how I used the <a href="http://www.blueprintcss.org/">Blueprint CSS Framework</a> and <a href="http://jquery.com">jQuery JavaScript library</a> to rebuild an outdated site &#8211; somehow you helped me with it, so in return I share my work, hoping it can be of future use. Thank you!</div><p>The website we are talking about was build back in 2001. As you would understand we are talking about a heavily-aged website that had the following &#8216;problems&#8217; or difficulties:</p><ul><li>using some CSS, but mainly tables</li><li>the menu is a separate JS file: easy to maintain, but it doesn&#8217;t look too good</li><li>a few years ago I added the rounded corners (using JavaScript) and the red backdrop/border, but that doesn&#8217;t look too flashy either</li><li>the source is not W3C compliant (outdated code like &lt;br&gt; &#8211; instead of the current &lt;br/&nsbp;&gt;)</li><li>the footer is embedded in each page (hard to update for about 100 pages)</li><li>in general, look &amp; feel is not &#8216;up to date&#8217;</li><li>the enquiry form uses a JavaScript file that is no longer supported</li><li>in Firefox, the banner is not centered (in IE it is&#8230;..) and looks like this (also in a table &#8211; probably easy to fix, but never got to it):</li></ul><p><a href="http://divitodesign.com/wp-content/uploads/2010/04/ScreenShot003.jpg"><img class="alignnone size-large wp-image-2024" title="ScreenShot003" src="http://divitodesign.com/wp-content/uploads/2010/04/ScreenShot003-434x192.jpg" alt="" width="434" height="192" /></a></p><p>For a website in the modern internet world, that is not acceptable. For this reason, I compiled a list of features I would like to have on the modern, good looking website.</p><h2>Site Features we Need</h2><ul><li>W3C compliant code</li><li>CSS and HTML in separated files</li><li>browser compatibility</li><li>rounded corners &amp; drop shadow</li><li>1 central menu file</li><li>JavaScript support (instead of using several separate scripts that (might) interfere)</li><li>structured design (layout without tables)</li></ul><h2>Where to Start?</h2><p>Last year I read this very useful article about <a href="http://divitodesign.com/css/building-html-css-sites-use-a-template/">building HTML/CSS sites using a template</a>. This template has a grid CSS layout and the jQuery framework build in. I had seen those before, but was not yet using them in combination with <a href="http://wordpress.org">WordPress</a>.</p><p>I also found this site for <a href="http://www.schillmania.com/projects/dialog2/">dropshadow &amp; rounded corners</a>. As I wanted to avoid too many jQuery plugins, I didn&#8217;t use jQuery for the <a href="http://docs.jquery.com/Tutorials:Rounded_Corners">round corners</a>. So far my experience is that jQuery rounded corners can interfere with other plugins, needing too much work to fix (and warrant) it.</p><p>For this reason, the no-Java-script solution seemed preferable. Provided, it had worked &#8211; it did not &#8211; as it uses several &lt;divs&gt;, it messed up the Blueprint classes, it didn&#8217;t display properly &#8216;underneath&#8217; the header images etc. The typical pain when it comes to CSS and different techniques in different browsers.</p><p>So&#8230;. dropping Blueprint? Or dropping the very sleek (and easy!) rounded corners? Dilemma there&#8230;.. Until playing around with Blueprint a bit more&#8230;. as it comes with grid.png, to display the columns for design purposes, which you can switch off when you go live. But then, if you can remove that backdrop, why not adding your own???? Using my own image I had created for the initial technique, but thought useless now, it worked flawlessly!</p><p>Here is what I did &#8211; in the Blueprint folder, there is a screen.css &#8211; just add one line and comment the grid-line &#8211; that&#8217;s all!</p><p><img class="alignnone size-full wp-image-2025" title="ScreenShot004" src="http://divitodesign.com/wp-content/uploads/2010/04/ScreenShot004.jpg" alt="" width="456" height="112" /></p><p>In your container-DIV, just add the &#8216;showgrid&#8217;-class: (you need that anyway, if you want to display the Blueprint-columns):</p><p><img class="alignnone size-full wp-image-2026" title="ScreenShot005" src="http://divitodesign.com/wp-content/uploads/2010/04/ScreenShot005.jpg" alt="" width="353" height="162" /></p><p>The grid.png is repeated both horizontally &amp; vertically, but my one large image is not, so it fits perfectly &#8211; I stretched it to 1600px, as the backdrop is hardly &#8216;repeatable&#8217;: it is a scanned letterhead-paper with a unique texture &#8211; using only a small slice/strip and repeating that would make it look unnatural. And I use a footer-image &#8211; including it in php, it neatly fits underneath the length of the actual content &#8211; not the full background image of 1600px &#8211; it &#8216;stretches&#8217; to the maximum height, but resizes to the needed height.</p><p>I wanted to use <a href="http://apycom.com/menus/4-red.html">this menu</a> for this website. One problem though: it has no single menu file (eg. menu.php) you can add to your website. After building that menu.php file myself, the jQuery menu worked perfectly.</p><p>When I created the header.php and footer.php files and included in the website using PHP, they are easily updated in those 100 different pages. Depending on the page of the website, I can now include different images via one page. Pretty efficient.</p><h2>The Template</h2><p>With all this now in place, this is how the code looks like (this is what I will use as the &#8216;page-template&#8217; (there is some test copy in, to show in Blueprint columns &#8211; all the &#8216;body-text&#8217; for an individual page is placed within the &lt;content-div&gt; (both &lt;span&gt;-classes, in blue) &#8211; everything remains in place, no fluid/stretched text (in different browsers).</p><div class="fvch-code"><pre class="fvch-line-numbers">1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
</pre><pre><span class="html"><span class="html-comment">&lt;!-- blueprint --&gt;</span>

<span class="html-comment">&lt;!--[if IE]&gt;
	&lt;link rel=&quot;stylesheet&quot; href=&quot;supportfiles/css/ie.css&quot; mce_href=&quot;supportfiles/css/ie.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot; /&gt;&lt;![endif]--&gt;</span>

<span class="html-script-element">&lt;script src=<span class="html-attribute">&quot;supportfiles/js/jquery.js&quot;</span> type=<span class="html-attribute">&quot;text/javascript&quot;</span>&gt;<span class="js"><span class="js"></span></span>&lt;/script&gt;</span>
 <span class="html-script-element">&lt;script src=<span class="html-attribute">&quot;supportfiles/menu/menu.js&quot;</span> type=<span class="html-attribute">&quot;text/javascript&quot;</span>&gt;<span class="js"><span class="js"></span></span>&lt;/script&gt;</span>
<span class="html-other-element">&lt;div id=<span class="html-attribute">&quot;container&quot;</span> class=<span class="html-attribute">&quot;container showgrid&quot;</span>&gt;</span>
<span class="html-other-element">&lt;div id=<span class="html-attribute">&quot;header&quot;</span> class=<span class="html-attribute">&quot;span-24 prepend-top&quot;</span>&gt;</span>
<span class="html-other-element">&lt;div class=<span class="html-attribute">&quot;prepend-1 span-22 append-1&quot;</span>&gt;</span><span class="html-other-element">&lt;/div&gt;</span>
<span class="html-other-element">&lt;/div&gt;</span>
<span class="html-comment">&lt;!-- end header --&gt;</span>
<span class="html-other-element">&lt;div id=<span class="html-attribute">&quot;CONTENT&quot;</span> class=<span class="html-attribute">&quot;prepend-1 span-22 append-1 prepend-top&quot;</span>&gt;</span>
<span class="html-other-element">&lt;div class=<span class="html-attribute">&quot;span-17&quot;</span>&gt;</span>
<span class="html-other-element">&lt;h1&gt;</span>Main content<span class="html-other-element">&lt;/h1&gt;</span>
Put your main text here (17 columns wide).

<span class="html-other-element">&lt;/div&gt;</span>
<span class="html-other-element">&lt;div class=<span class="html-attribute">&quot;span-5 last&quot;</span>&gt;</span>
<span class="html-other-element">&lt;h3&gt;</span>Sidebar<span class="html-other-element">&lt;/h3&gt;</span>
Some sidebar on the right (5 columns wide).

<span class="html-other-element">&lt;/div&gt;</span>
<span class="html-other-element">&lt;/div&gt;</span>
<span class="html-comment">&lt;!-- END CONTENT --&gt;</span>
<span class="html-other-element">&lt;div id=<span class="html-attribute">&quot;footer&quot;</span> class=<span class="html-attribute">&quot;span-24&quot;</span>&gt;</span><span class="html-other-element">&lt;/div&gt;</span>
<span class="html-comment">&lt;!-- end footer --&gt;</span>

<span class="html-other-element">&lt;/div&gt;</span>
<span class="html-comment">&lt;!-- end container --&gt;</span></span></pre></div><p>Blueprint-grid enabled:</p><p><a href="http://divitodesign.com/wp-content/uploads/2010/04/ScreenShot010.jpg"><img class="alignnone size-large wp-image-2028" title="ScreenShot010" src="http://divitodesign.com/wp-content/uploads/2010/04/ScreenShot010-435x248.jpg" alt="" width="435" height="248" /></a></p><p>And this is how it looks like (pictures not optimized yet):</p><p><a href="http://divitodesign.com/wp-content/uploads/2010/04/ScreenShot008.jpg"><img class="alignnone size-large wp-image-2027" title="ScreenShot008" src="http://divitodesign.com/wp-content/uploads/2010/04/ScreenShot008-435x306.jpg" alt="" width="435" height="306" /></a></p><p>I need to finalize the CSS and do some tweaks here and there, but the very flexible yet sturdy framework is there. You can visit <a href="http://www.troisj.com/bm.com/newindex.php">the live version of the website right here</a> to check how it works.</p><p>Thank you &#8211; I hope this is of help to you &#8211; let me know if you have any questions or feedback by adding a comment.</p> ]]></content:encoded> <wfw:commentRss>http://divitodesign.com/css/case-study-revamping-existing-site/feed/</wfw:commentRss> <slash:comments>35</slash:comments> </item> <item><title>Want to Write for DivitoDesign? This is Your Chance!</title><link>http://divitodesign.com/news/want-to-write-for-divitodesign-this-is-your-chance/</link> <comments>http://divitodesign.com/news/want-to-write-for-divitodesign-this-is-your-chance/#comments</comments> <pubDate>Fri, 02 Apr 2010 19:34:19 +0000</pubDate> <dc:creator>Stefan Vervoort</dc:creator> <category><![CDATA[News]]></category> <category><![CDATA[Featured]]></category><guid isPermaLink="false">http://divitodesign.com/?p=2019</guid> <description><![CDATA[Good afternoon! At this right moment, I am working very hard crafting and building the new DivitoDesign. That means there is absolutely no time to write any articles for the blog, I am sorry for that. The content flow has been pretty slow lately and that is something I want to improve for a long [...]]]></description> <content:encoded><![CDATA[<p>Good afternoon!</p><p>At this right moment, I am working very hard crafting and building the new DivitoDesign. That means there is absolutely no time to write any articles for the blog, I am sorry for that.</p><p>The content flow has been pretty slow lately and that is something I want to improve for a long time. Now is the time. As I don’t have the time to do things myself, <strong>I want to call out for guest bloggers!</strong></p><p>If you want to write an article for DivitoDesign, this is your chance to get your article published in front of thousands of visitors. You will receive the proper credit and links to your website in the article. <em>I hope you can help me out!</em></p><h2>What Should I Write About?</h2><p>DivitoDesign is a webdesign blog providing tutorials, how-to’s,  articles and resources for web designers. Preferably, you can write about CSS, Typography or Design, but any of the other subjects of the blog are fine too.</p><p><strong>For example, you can write about the following subjects:</strong></p><ul><li>Howto: Implant CSS Attribute @font-face in your website</li><li>Howto: Build a CSS Menu with jQuery</li><li>19 Most beautiful online Magazines</li><li>19 Resources to submit your design news</li><li>The 25 most beautiful photos on Sport.</li></ul><p>If you think you are up for writing an article for DivitoDesign, please <a href="/contact/">drop me a line</a> or <a href="#reply">leave a comment</a>. Thanks!</p> ]]></content:encoded> <wfw:commentRss>http://divitodesign.com/news/want-to-write-for-divitodesign-this-is-your-chance/feed/</wfw:commentRss> <slash:comments>20</slash:comments> </item> <item><title>How to Choose Web Hosting for Designers</title><link>http://divitodesign.com/web-hosting/how-to-choose-web-hosting-for-designers/</link> <comments>http://divitodesign.com/web-hosting/how-to-choose-web-hosting-for-designers/#comments</comments> <pubDate>Wed, 03 Feb 2010 10:56:39 +0000</pubDate> <dc:creator>Stefan Vervoort</dc:creator> <category><![CDATA[Web Hosting]]></category> <category><![CDATA[clients]]></category> <category><![CDATA[designers]]></category> <category><![CDATA[Featured]]></category> <category><![CDATA[webhosting]]></category><guid isPermaLink="false">http://divitodesign.com/?p=1991</guid> <description><![CDATA[This is a guestpost from Joanna from Webhosting Search. When you are a web designer and you are really devoted to your profession, you live on the Web. This is quite normal – pros are like that. If you want your life on the Net to be comfortable, you need to find a nice place [...]]]></description> <content:encoded><![CDATA[<p><em>This is a guestpost from Joanna from <a href="http://www.webhostingsearch.com/">Webhosting Search</a>.</em></p><p>When you are a web designer and you are really devoted to your profession, you live on the Web. This is quite normal – pros are like that. If you want your life on the Net to be comfortable, you need to find a nice place for you – i.e. a good web site hosting offer where to host your and your clients&#8217; sites.</p><p>With tons of offers for business website hosting and for web site hosting in general, there is no reason to complain about not having alternatives to choose between. However, when there are so many options to choose from, the choice isn&#8217;t easy.</p><p>Sure, you can pick one type of web site hosting with a provider you randomly choose but if you make the wrong choice, migrating your sites later won’t be much fun. This is why it is much better to do some research before you sign up for a web host as you will become aware of what web hosting options that are good for you as a designer.</p><h3>What are our Options?</h3><p>Basically, the options for <a href="http://www.webhostingsearch.com/">web site hosting</a> are shared hosting, dedicated hosting, VPS (Virtual Private Server) hosting, and reseller hosting. In theory, you could choose any of these but in reality shared hosting and reseller hosting are really the best alternatives for you. Dedicated hosting and VPS hosting aren&#8217;t to be totally excluded but for a web designer they often aren&#8217;t the best alternatives.</p><p><img title="hosting" src="http://divitodesign.com/wp-content/uploads/2010/02/hosting-435x320.jpg" alt="" width="435" height="320" /><br /> <em>Picture by <a href="http://www.flickr.com/photos/lbhosting/3976760437/">LBhosting</a></em></p><h2>For a Web Designer, Shared Hosting Is a Cheap Alternative</h2><p>Shared hosting is the most popular type of web site hosting and there is for a reason this. This form of hosting is especially good for personal hosting but for it could also be considered for small business website hosting. Here are some of the features of shared hosting you as a designer can benefit from:</p><ol><li><strong>Shared hosting is cheap</strong>. The low price is obviously one of the great advantages with shared hosting. With monthly fees in the low single digits (i.e. $3-5 dollars a month or even less), shared hosting is pretty much unbeatable in regards to how much, or little, money you will have to spend.</li><li><strong>Shared hosting is hassle-free</strong>. Unlike unmanaged dedicated hosting and reseller hosting, where you are in charge of the administration of your server, with shared hosting you don&#8217;t have to deal with configuration of the operating system or the web server. The only thing you administer is your account and your sites.</li><li><strong>Shared hosting gives you all you need</strong>. The fact that shared hosting is cheap doesn&#8217;t mean that it is of no use. For a small business site and for almost any personal site (i.e. a portfolio one or a blog) shared hosting is exactly what you need.</li></ol><div class="box">DivitoDesign Recommends <a href="http://wpwebhost.com/affiliate/idevaffiliate.php?id=203">WP Webhost</a>.</div><p>You can start with shared hosting. If you notice that shared hosting is a limitation for you, you could consider VPS, which is also a form of <a href="http://www.webhostingsearch.com/shared-web-hosting.php">shared web site hosting</a> but it offers more (and costs much, much more than shared hosting). However, if you plan to get really serious and if you have clients whom you can resell business website hosting, reseller hosting is a much better option for you.</p><h2>Reseller Hosting Is Business Website Hosting for Web Designers</h2><p><a href="http://www.webhostingsearch.com/reseller-web-hosting.php">Reseller hosting</a> is the best option for web designers that have a large clientele. Reseller hosting is dedicated hosting plus the right to resell the space and bandwidth, making it possible to offer clients a complete package. Here are the advantages of reseller hosting for web designers:</p><ol><li><strong>Reseller hosting gives you freedom</strong>. You get the whole server and administer it the way you like to. Well, if you aren&#8217;t willing to be a webmaster on a large scale, this kind of freedom can be a burden.</li><li><strong>Reseller hosting makes it easier to administer client sites</strong>. When your clients&#8217; sites are hosted on your server and you have full control over them, these sites are much easier to administer because you don&#8217;t have to deal with third parties (i.e. another web site hosting provider where your clients host their sites).</li><li><strong>Reseller hosting is a chance for an additional income</strong>. With reseller hosting you pay for the whole server and then you sell space and bandwidth to your clients. This is really a way to make $100-200 or more a month from one server. The money might not be a fortune but everything counts.</li></ol><p>Reseller hosting is a much better option for a web designer, especially if he or she will use it as business hosting. Still, the risk you need to be aware of is that if you can&#8217;t find clients to whom you will be able to sell the web hosting space and bandwidth, you might get stuck with lots of it and you will be paying for something you don&#8217;t need.</p><div class="box">DivitoDesign Recommends <a href="http://wpwebhost.com/affiliate/idevaffiliate.php?id=203">WP Webhost</a>.</div> ]]></content:encoded> <wfw:commentRss>http://divitodesign.com/web-hosting/how-to-choose-web-hosting-for-designers/feed/</wfw:commentRss> <slash:comments>36</slash:comments> </item> <item><title>9 Examples of Creative Use of Grids in Web Design</title><link>http://divitodesign.com/inspiration/9-examples-creative-use-grids-web-design/</link> <comments>http://divitodesign.com/inspiration/9-examples-creative-use-grids-web-design/#comments</comments> <pubDate>Mon, 11 Jan 2010 15:54:47 +0000</pubDate> <dc:creator>Stefan Vervoort</dc:creator> <category><![CDATA[Inspiration]]></category> <category><![CDATA[Featured]]></category> <category><![CDATA[Grid]]></category> <category><![CDATA[Web Design]]></category> <category><![CDATA[web-design]]></category><guid isPermaLink="false">http://divitodesign.com/?p=1964</guid> <description><![CDATA[Grids are used in newspapers and book design, but also on the web. On the web however, grids are used differently. Web designers have a lot of possibilities to use the grid for ordering information and content. For this reason, I have gathered 9 websites with grids used out-of-the-box to show you what is possible [...]]]></description> <content:encoded><![CDATA[<p>Grids are used in newspapers and book design, but also on the web. On the web however, grids are used differently. Web designers have a lot of possibilities to use the grid for ordering information and content.</p><p>For this reason, I have gathered 9 websites with grids used out-of-the-box to show you what is possible and what works best. Enjoy these websites!</p><p><a href="http://formandlogic.com/"><img title="formlogic" src="http://divitodesign.com/wp-content/uploads/2010/01/formlogic-435x331.jpg" alt="" width="435" height="331" /></a></p><p>1. <a href="http://formandlogic.com/">Form+Logic</a> is an identity studio whose website uses a nice grid to display their latest clients. By using enough space between the different projects, the layout appeals quiet and relaxing.</p><hr /><a href="http://maxvoltar.com"><img title="maxvoltar" src="http://divitodesign.com/wp-content/uploads/2010/01/maxvoltar-435x378.jpg" alt="" width="435" height="378" /></a></p><p>2. <a href="http://maxvoltar.com/">Max Voltar</a> &#8211; the personal blog of Tim van Damme &#8211; just had a re-design. The new design features a sleek grid design for the homepage and a very smart sidebar.</p><hr /><a href="http://www.atebits.com/"><img title="atebits" src="http://divitodesign.com/wp-content/uploads/2010/01/atebits-435x310.jpg" alt="" width="435" height="310" /></a></p><p>3. <a href="http://www.atebits.com/">Ate Bits</a> is the home of three important products. These products are pushed forward by the great use of the grid in this layout.</p><hr /><a href="http://theswishlife.com/"><img title="swish-life" src="http://divitodesign.com/wp-content/uploads/2010/01/swish-life-435x372.jpg" alt="" width="435" height="372" /></a></p><p>4. <a href="http://theswishlife.com/">Swish Life Magazine</a> offers a somewhat classical grid, with a lot of content. The colors and whitespace used are perfect for an online magazine.</p><hr /><a href="http://artinmycoffee.com"><img title="artinmycoffee" src="http://divitodesign.com/wp-content/uploads/2010/01/artinmycoffee-435x407.jpg" alt="" width="435" height="407" /></a></p><p>5. <a href="http://artinmycoffee.com">Art in my Coffee</a> features a collection of &#8220;Coffee Art&#8221; in a graphical rich grid layout. The colors are well chosen and the listed photographs are beautifully designed.</p><hr /><a href="http://itransition.com"><img class="alignnone size-large wp-image-1989" title="itransition" src="http://divitodesign.com/wp-content/uploads/2010/01/itransition-435x368.jpg" alt="" width="435" height="368" /></a></p><p>6. These <a href="http://itransition.com">Software developers</a> did structure their website correctly and know the way grids work on the web.</p><hr /><a href="http://www.karijobe.com/index.php"><img title="kari-jobe" src="http://divitodesign.com/wp-content/uploads/2010/01/kari-jobe-435x344.jpg" alt="" width="435" height="344" /></a></p><p>7. <a href="http://www.karijobe.com/index.php">Kari Jobe</a> is an Christian singer. The website features a grungy look fitting perfectly in the 3-column grid, which makes the site structured and clear.</p><hr /><a href="http://versionsapp.com"><img title="versions" src="http://divitodesign.com/wp-content/uploads/2010/01/versions-435x355.jpg" alt="" width="435" height="355" /></a></p><p>8. The <a href="http://versionsapp.com">Versions</a> website is there to sell the Versions app. All the information needed for potential clients is fit in a black and lovely-looking grid.</p><hr /><a href="http://tracermedia.com"><img title="tracermedia" src="http://divitodesign.com/wp-content/uploads/2010/01/tracermedia-435x390.jpg" alt="" width="435" height="390" /></a></p><p>9. <a href="http://tracermedia.com">TracerMedia</a> offers one product, and that&#8217;s featured before the fold. Under that, they explain a lot of information about their company in a lovely 5-column grid.</p><hr /><a href="http://www.greatworks.se/"></a><a href="http://great-works.se"><img class="alignnone size-large wp-image-1981" title="great-works" src="http://divitodesign.com/wp-content/uploads/2010/01/great-works-435x511.jpg" alt="" width="435" height="511" /></a></p><p>10. <a href="http://www.greatworks.se/">Great Works</a> is a webdesign studio located at four locations, and that&#8217;s why the 4-column grid really works for this website.</p><hr /><p><strong>Live in Montreal? Check out <a href="http://www.rpmstudiosinc.com/">Montreal web design</a> services by RPMstudios.</strong></p> ]]></content:encoded> <wfw:commentRss>http://divitodesign.com/inspiration/9-examples-creative-use-grids-web-design/feed/</wfw:commentRss> <slash:comments>45</slash:comments> </item> <item><title>19 Stunning Wallpapers from DeviantArt</title><link>http://divitodesign.com/inspiration/19-stunning-wallpapers-from-deviantart/</link> <comments>http://divitodesign.com/inspiration/19-stunning-wallpapers-from-deviantart/#comments</comments> <pubDate>Tue, 29 Dec 2009 16:24:52 +0000</pubDate> <dc:creator>Stefan Vervoort</dc:creator> <category><![CDATA[Inspiration]]></category> <category><![CDATA[Featured]]></category><guid isPermaLink="false">http://divitodesign.com/?p=1902</guid> <description><![CDATA[Wallpapers are used to display art on your computer&#8217;s desktop. This wallpaper is used to give you inspiration, or just a nice design to look at when you start up your computer. Over the last couple of months, I have been switching between a few wallpapers. They all look beautiful. I have gathered all these [...]]]></description> <content:encoded><![CDATA[<p>Wallpapers are used to display art on your computer&#8217;s desktop. This wallpaper is used to give you inspiration, or just a nice design to look at when you start up your computer.</p><p>Over the last couple of months, I have been switching between a few wallpapers. They all look beautiful. I have gathered all these wallpapers in an inspirational post by DivitoDesign.</p><p>Take a look at the copyright licenses the designers gave to the wallpaper over at the DeviantArt page. <strong>Enjoy these wallpapers, but don&#8217;t steal.</strong></p><p><a href="http://jesar.deviantart.com/art/Crescendo-137494066"><img src="http://divitodesign.com/wp-content/uploads/2009/12/1184aec99b8df535f8c383abbe74988a-435x307.jpg" alt="" width="435" height="307" /></a></p><p><a href="http://darkstar797.deviantart.com/art/windows-147146643"><img title="windows_by_darkstar797" src="http://divitodesign.com/wp-content/uploads/2009/12/windows_by_darkstar797-434x281.jpg" alt="" width="434" height="281" /></a></p><p><a href="http://djborap.deviantart.com/art/War-and-Peace-51585142"></a><a><img title="War_and_Peace_by_DJBoraP" src="http://divitodesign.com/wp-content/uploads/2009/12/War_and_Peace_by_DJBoraP-435x326.jpg" alt="" width="435" height="326" /></a></p><p><a href="http://jesar.deviantart.com/art/Tiny-World-87966916"><img title="VNSS___Tiny_World_by_Jesar" src="http://divitodesign.com/wp-content/uploads/2009/12/VNSS___Tiny_World_by_Jesar-435x307.jpg" alt="" width="435" height="307" /></a></p><p><a href="http://spritzthevik.deviantart.com/art/Vector-Vortex-91184034"><img title="Vector_Vortex_by_SpritzTheVik" src="http://divitodesign.com/wp-content/uploads/2009/12/Vector_Vortex_by_SpritzTheVik-435x326.jpg" alt="" width="435" height="326" /></a></p><p><a href="http://vladstudio.deviantart.com/art/Typographic-World-Map-106395788"><img title="Typographic_World_Map_by_vladstudio" src="http://divitodesign.com/wp-content/uploads/2009/12/Typographic_World_Map_by_vladstudio-434x326.jpg" alt="" width="434" height="326" /></a></p><p><a href="http://mt-y.deviantart.com/art/Sleep-Apnea-146685261"><img title="Sleep_Apnea_by_MT_y" src="http://divitodesign.com/wp-content/uploads/2009/12/Sleep_Apnea_by_MT_y-435x271.jpg" alt="" width="435" height="271" /></a></p><p><a href="http://welshdragon.deviantart.com/art/Silently-Falling-145282796"><img title="Silently_Falling_by_welshdragon" src="http://divitodesign.com/wp-content/uploads/2009/12/Silently_Falling_by_welshdragon-435x271.jpg" alt="" width="435" height="271" /></a></p><p><a href="http://homeryulo.deviantart.com/art/S-Force-Eagle-VER-PRIME-40889030"><img title="S_Force_Eagle_VER_PRIME_by_Homeryulo" src="http://divitodesign.com/wp-content/uploads/2009/12/S_Force_Eagle_VER_PRIME_by_Homeryulo-434x326.jpg" alt="" width="434" height="326" /></a></p><p><a href="http://nonsenzedesigns.deviantart.com/art/plex-type4-10320767"><img class="alignnone size-large wp-image-1918" title="plex_type4" src="http://divitodesign.com/wp-content/uploads/2009/12/plex_type4-435x348.jpg" alt="" width="435" height="348" /></a></p><p><a href="http://celsojunior.deviantart.com/art/My-freedom-begins-here-19598194"><img title="My_freedom_begins_here_by_celsojunior" src="http://divitodesign.com/wp-content/uploads/2009/12/My_freedom_begins_here_by_celsojunior-435x326.jpg" alt="" width="435" height="326" /></a></p><p><a href="http://druology.deviantart.com/art/In-A-Whisper-116344832"><img title="In_A_Whisper_by_Druology" src="../wp-content/uploads/2009/12/In_A_Whisper_by_Druology-435x271.jpg" alt="" width="435" height="271" /></a></p><p><a href="http://divineerror.deviantart.com/art/Love-Juice-20008390"><img title="Love_Juice_by_DivineError" src="http://divitodesign.com/wp-content/uploads/2009/12/Love_Juice_by_DivineError-434x326.jpg" alt="" width="434" height="326" /></a></p><p><a href="http://vonstrago.deviantart.com/art/Life-s-a-journey-111840308"><img title="Life__s_a_journey_by_vonStrago" src="http://divitodesign.com/wp-content/uploads/2009/12/Life__s_a_journey_by_vonStrago-435x299.jpg" alt="" width="435" height="299" /></a></p><p><a href="http://love1008.deviantart.com/art/Flowerings-90-146852977"><img title="Flowerings_90_by_love1008" src="http://divitodesign.com/wp-content/uploads/2009/12/Flowerings_90_by_love1008-435x348.jpg" alt="" width="435" height="348" /></a></p><p><a href="http://celsojunior.deviantart.com/art/Fantasy-Island-21167530"><img title="Fantasy_Island_by_celsojunior" src="http://divitodesign.com/wp-content/uploads/2009/12/Fantasy_Island_by_celsojunior-435x326.jpg" alt="" width="435" height="326" /></a></p><p><a href="http://yofikus.deviantart.com/art/Colorama-56027919"><img title="Colorama_by_yofikus" src="http://divitodesign.com/wp-content/uploads/2009/12/Colorama_by_yofikus-435x271.jpg" alt="" width="435" height="271" /></a></p><p><a href="http://d-grywalski.deviantart.com/art/Bokeh-Desktop-146668167"><img title="Bokeh_Desktop_by_D_Grywalski" src="http://divitodesign.com/wp-content/uploads/2009/12/Bokeh_Desktop_by_D_Grywalski-435x272.png" alt="" width="435" height="272" /></a></p><p><a href="http://love1008.deviantart.com/art/CITY-NIGHT-FLIGHT-146535371"><img title="CITY_NIGHT_FLIGHT_by_love1008" src="../wp-content/uploads/2009/12/CITY_NIGHT_FLIGHT_by_love1008-435x348.jpg" alt="" width="435" height="348" /></a></p> ]]></content:encoded> <wfw:commentRss>http://divitodesign.com/inspiration/19-stunning-wallpapers-from-deviantart/feed/</wfw:commentRss> <slash:comments>20</slash:comments> </item> <item><title>How to Choose a Quality Webhost That Does Not Suck</title><link>http://divitodesign.com/web-hosting/how-to-choose-a-quality-webhost-that-does-not-suck/</link> <comments>http://divitodesign.com/web-hosting/how-to-choose-a-quality-webhost-that-does-not-suck/#comments</comments> <pubDate>Tue, 15 Dec 2009 13:16:13 +0000</pubDate> <dc:creator>Stefan Vervoort</dc:creator> <category><![CDATA[Web Hosting]]></category> <category><![CDATA[Featured]]></category><guid isPermaLink="false">http://divitodesign.com/?p=1890</guid> <description><![CDATA[The most webhosts I have been with were pretty sloppy and did just suck. During the time I was facing problems with my webhost, roughly two years ago, WPWebhost showed up on my radar. They emailed me asking if I was interested to move my sites to their servers. Initially, I thought they were just [...]]]></description> <content:encoded><![CDATA[<p>The most webhosts I have been with were pretty sloppy and did just suck. During the time I was facing problems with my webhost, roughly two years ago, <a href="http://divitodesign.com/wpwebhost/">WPWebhost</a> showed up on my radar. They emailed me asking if I was interested to move my sites to their servers. Initially, I thought they were just another new webhosting company, but after doing some research I was convinced in their mission and took the jump anyway.</p><p>In the time I have been hosted with <a href="http://divitodesign.com/wpwebhost/">WPwebhost</a>, I have tried many aspects of their hosting to see if they are really any good. I&#8217;ve always wanted a solid webhost and <a href="http://divitodesign.com/wpwebhost/">WPwebhost</a> proved to succeed in any aspect of my wishlist.</p><p>In this article, I will explain what you should look at when choosing a webhost yourself.</p><h2>The Wishlist when choosing a Webhost</h2><p>Webhosts always promote the hundreds of features that you will receive when ordering a plan with them. Many of these features however, are not needed and necessary for your website(s). For this reason, choosing the host with the largest plans and features will not always benefit you. That&#8217;s why you need to make a good selection of those features that you need. Let&#8217;s list them.</p><h3>Bandwidth</h3><p>Bandwidth is the number of bytes your have that ‘you can transfer’. Meaning that all bytes transferred from pages, images, videos or anything else to the computer of your visitor is bandwidth. Some hosts try to seduce you with terabytes or unmetered bandwidth, but that is not needed: you will never use it. Of course, when you have a websites that push those numbers of bandwidth you should not choose a shared hosting plan, but look for dedicated hosting.</p><p>Recommended is to choose a plan with enough bandwidth that gives you the possibility to grow. A normal blog or website (with around 500 pageviews a day) usually only push a couple gigabytes a month. Try choosing something that is around 30 to 50 gigabytes transfer, as that will allow you to start other websites in the future.</p><p><strong>Recommended: 50 GB</strong></p><h3>Web Space</h3><p>You can see webspace as the hard-disk space you have available on your computer. Usually, not more than a few gigabytes are needed to provide you with enough space to host multiple websites. For example, 10 websites generally only cost you 1 gigabytes of space, so don’t get seduced by hosts offering you 100+ gigabytes. You just don’t need that.</p><p><strong>Recommended: 5 GB</strong></p><h3>Add-on Domains</h3><p>Many plans out there try to limit the number of sites, and therefore only allow one (or very few) domain names. If you are looking to publish multiple sites, the number of domains you can add to your plan is important. Depending on the number of domain names, usually 10 add-on domains per account is plenty to deal with.</p><p><strong>Recommended: 10+ Add-on Domains</strong></p><h3>Control Panel</h3><p>A control panel for shared plans is where you can control anything that happens on your website. Usually, you can add MySQL databases, add email addresses, add domains and a lot more, so it’s important to have a control panel that is easy to work with. Cpanel is the control panel I feel most comfortable with. Most webhosts give you the possibility to sneak peak in the control panel, so be sure to check it out before ordering.</p><p><strong>Recommended: Cpanel</strong></p><h3>Other important features</h3><p>How many email addresses are you looking to use? Usually, the maximum is around 10, however, many hosts offer unlimited email addresses. That way you can create plenty of email addresses for every site you build.<br /> Same goes with MySQL databases, you can never have enough. It is recommended to use a new database each time you build a new website, so try to find a host that &#8211; at least &#8211; offer you 10 databases.</p><p><strong>Recommended: unlimited email addresses</strong><br /> <strong> Recommended: 10+ MySQL databases</strong></p><h2>What about service and support?</h2><p>There comes something that is very important also. What service do they offer when you get stuck? What about the time they need to reply to your email? Do they have a phone number that you can call anytime?</p><p>When something happens (like a server fail), it is important that your webhost help you out immediately. Your website is your business, so getting back online is needed as soon as possible. Your webhost should help you with that right when something happens. Before you can see how the support team react if something happens (you aren’t signed up yet, right?), you should test them.</p><h3>“Your-host Sucks”</h3><p>When people are not satisfied with the services of a webhost, they will comment about that. Google will help you search for these reactions. Try searching for “the-name-of-your-potential-host Sucks”. Don’t forget the quotes (“”). The number of results you will get will indicate the number of people that have bad experiences with your potential webhost.</p><h3>Servers Status</h3><p>To see if your webhost is accurate and is fair about the 99.999% uptime guarantee, look for a servers status page. This page will give you a direct look at the status of the servers and how long they have been online.</p><h3>Support Forums</h3><p>Browsing the support forums of your webhost will give you a good indication of how fast and how accurate the support team answers questions from (potential) clients. You can also ask them a few questions yourself, to see how fast and good they are.</p><h3>Money Back Guarantee</h3><p>You should always pick a webhost that offers &#8211; at least &#8211; 30 days of money back guarantee. In this time, you can check the performance, the quality of the support and everything in general. If you don’t like their services, just ask for your money back.</p><h2>DivitoDesign’s Recommendation</h2><p>Like I’ve told you in the intro of this article, DivitoDesign (along with my other sites) are hosted on WPWebhost for two years now. During this time, I have tested many aspects of their hosting to see if I could recommended their plans to you.</p><p>I believe I can recommend you <a href="http://divitodesign.com/wpwebhost/">WPWebhost</a>. Remember, my experiences will not always be an indication of how happy you will be with WPWebhost, as each situation will be different.</p><p>The &#8220;freedom&#8221; plan that powers DivitoDesign offers 50GB of webspace, 500 GBs of monthly bandwidth, 50 add-on domains, unlimited email and MySQL databases and a 100 days money back guarantee for only <strong>5$ a month</strong>. With the coupon code <a href="http://divitodesign.com/wpwebhost/"><strong><span style="text-decoration: underline;">divito30</span></strong></a>, you will receive an additional 30% discount on any plan, which will get you the plan for only <a href="http://divitodesign.com/wpwebhost/"><strong>$3,50 per month</strong></a> (<em>yearly payment</em>).</p><p><a href="http://divitodesign.com/wpwebhost/">WPWebhost</a> is not only a WordPress related hosting website, but their plans can be used for almost any kind of site. Their support team can help you with a lot more. I’ve asked questions on PHP errors and databases problems and they answered them accurate.</p><p>For all of these reasons, <a href="http://divitodesign.com/wpwebhost/">I highly recommend WPWebhost</a>.</p> ]]></content:encoded> <wfw:commentRss>http://divitodesign.com/web-hosting/how-to-choose-a-quality-webhost-that-does-not-suck/feed/</wfw:commentRss> <slash:comments>11</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 9/17 queries in 0.110 seconds using disk: basic
Object Caching 469/485 objects using disk: basic

Served from: divitodesign.com @ 2012-05-22 10:34:41 -->
