<?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></title>
	<atom:link href="http://www.drkdesign.com/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://www.drkdesign.com/blog</link>
	<description></description>
	<lastBuildDate>Mon, 23 Aug 2010 21:10:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>HTML5, CSS3, 960 Grid System, Font-Face Cross-Browser Support</title>
		<link>http://www.drkdesign.com/blog/archives/1534</link>
		<comments>http://www.drkdesign.com/blog/archives/1534#comments</comments>
		<pubDate>Thu, 05 Aug 2010 21:45:02 +0000</pubDate>
		<dc:creator>drkdesign</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.drkdesign.com/blog/?p=1534</guid>
		<description><![CDATA[Have been learning lots of new web technologies lately, including HTML5, CSS3, cross-browser font support, the 960 grid system, and a couple of JQuery plug-ins. I have browsed and perused many a web site in search of tutorials and info needed to learn these new web goodies&#8230;and found some very useful sites amidst of a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.onextrapixel.com/2010/06/02/build-a-html5-css3-website-layout-without-images%E2%80%93part-1/" target="_blank"><img src="http://www.drkdesign.com/blog/wp-content/uploads//2010/08/fictive.jpg" alt="Designing using HTML5 and CSS3" title="Designing using HTML5 and CSS3" width="520" height="268" class="alignleft size-full wp-image-1541" /></a></p>
<p>Have been learning lots of new web technologies lately, including HTML5, CSS3, cross-browser font support, the 960 grid system, and a couple of JQuery plug-ins. I have browsed and perused many a web site in search of tutorials and info needed to learn these new web goodies&#8230;and found some very useful sites amidst of a lot of bad ones. I am including them here in hopes of saving you time in your quest to learn some of these new technologies.</p>
<h3>HTML5 and CSS3</h3>
<p>HTML 5 is here and is quite easy to learn. In particular, HTML5 allows you to specify form functionality that previously required JavaScript. Here is a link on creating forms in HTML5 that I found useful:</p>
<p><a href="http://dev.opera.com/articles/view/improve-your-forms-using-html5/" target="_blank">Improve your forms using HTML5</a></p>
<p>And I am absolutely loving CSS3 and the ability to round borders, add text shadows, use two backgrounds for one element, etc. IE currently does not support CSS3 but IE9 will. Due to various levels of browser support, some of these nifty CSS3 changes can be a bit code-intensive, but hopefully as more browsers get on board, this will eventually change.</p>
<p>This is a comprehensive tutorial on designing using both HTML5 and CSS3 without using images&#8230;my favorite of all I&#8217;ve seen on this subject so far.</p>
<p><a href="http://www.onextrapixel.com/2010/06/02/build-a-html5-css3-website-layout-without-images%E2%80%93part-1/" target="_blank">Building a HTML5/CSS3 Website Layout Without Images – Part 1</a></p>
<h3>Cross-Browser Web Fonts</h3>
<p>Also supported in CSS3, this feature enables you to use a wide variety of True Type Fonts (TTF) for your web sites and not be limited to the few standard ones that most browsers recognize. Basically you download the font (making sure you are not infringing on copyrights) upload to your server, link that font in your CSS. This works in most browsers, although a separate EOT format is required for IE (of course!) Cross-browser fonts links are supported in Chrome 4 but not Chrome 3.</p>
<p>Here is a good site on this:</p>
<p><a href="http://randsco.com/index.php/2009/07/04/p680" target="_blank">Expand Your Font Palette Using CSS3</a></p>
<p>This is also addressed in the site referenced at <a href="http://www.onextrapixel.com/2010/06/03/build-a-html5-css3-website-layout-without-images-part-2/" target="_blank">Building a HTML5/CSS3 Website Layout Without Images – Part 2</a></p>
<p>and includes a helpful chart on browser support for font-face support.</p>
<h3>960 Grid System Mockups</h3>
<p>There are several CSS frameworks out there useful for designing and developing sites using a grid system. I like the <a href="http://960.gs">960 Grid System</a>. It is a bit rigid and takes a bit of changing some of your coding habits, as you cannot add margins or padding to the block elements themselves or the grid will break. There are a number of sites out there showing how to design a mock-up using the 960 grid system. I found these two especially helpful:</p>
<p><a href="http://www.tutorial9.net/photoshop/design-a-clean-web-layout-with-the-960-grid/" target="_blank">Design a Clean Web Layout with the 960 Grid</a> &#8211;  fairly simple</p>
<p><a href="http://www.myinkblog.com/2009/02/24/design-a-fresh-blog-theme-on-the-960-grid/" target="_blank">Design A Fresh Blog Theme On The 960 Grid</a> &#8211; more advanced</p>
<p>Here&#8217;s another more advanced mock-up, which I haven&#8217;t tried yet, but hope to soon:</p>
<p><a href="http://ooyes.net/blog/design-a-beautiful-website-from-scratch" target="_blank">Design a Beautiful Website From Scratch</a></p>
<h3>Coding using the 960 grid system. </h3>
<p>It was harder finding a good tutorial that actually helped you code the 960 grid system. Here&#8217;s one I found that is pretty good. If you know of any others, I would love to hear from you!</p>
<p><a href="http://net.tutsplus.com/tutorials/html-css-techniques/prototyping-with-the-grid-960-css-framework/" target="_blank">Prototyping With The Grid 960 CSS Framework </a></p>
<h3>IE6 Fixes</h3>
<p>And I would be remiss if I didn&#8217;t include this site on listing some common fixes for IE6. If you are like me and have fought many battles with this ancient browser and just can&#8217;t wait till it goes away, check out this link for some standard fixes for IE6, which ought to make your life as a web designer just a little easier.</p>
<p><a href="http://www.sitepoint.com/blogs/2009/03/06/10-fixes-for-ie6-problems/">10 Fixes That Solve IE6 Problems</a></p>
<h3>Update &#8211; 8.23.10</h3>
<p>A couple more links to some great design tutorials, some for the 960 grid system:</p>
<p><a href="http://vandelaydesign.com/blog/design/website-layout-photoshop-tutorials/">35 Tutorials for Creating Website Layouts in Photoshop<br />
</a></p>
<p><a href="http://www.hongkiat.com/blog/40-greatest-web-interface-design-tutorials-photoshop-tutorial/#ixzz0xSvKhrSj">40+ Greatest Web Interface Design Photoshop Tutorials, Part I</a></p>
<p>Have tried several of these and found them to be very helpful for upgrading my design skills.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.drkdesign.com/blog/archives/1534/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Ink Blog</title>
		<link>http://www.drkdesign.com/blog/archives/1423</link>
		<comments>http://www.drkdesign.com/blog/archives/1423#comments</comments>
		<pubDate>Fri, 21 May 2010 16:55:22 +0000</pubDate>
		<dc:creator>drkdesign</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.drkdesign.com/blog/?p=1423</guid>
		<description><![CDATA[Just discovered this great blog chock full of both graphic design tutorials and web development tips. I found his CSS Tips especially helpful.]]></description>
			<content:encoded><![CDATA[<p>Just discovered <a href="http://www.myinkblog.com" target="_blank">this great blog</a> chock full of both graphic design tutorials and web development tips. I found his <a href="http://www.myinkblog.com/2010/04/19/css-tips-i-wish-i-knew-when-i-first-started/" target="_blank">CSS Tips</a> especially helpful.</p>
<a href="http://www.myinkblog.com" target="_blank"><img src="http://www.drkdesign.com/blog/wp-content/uploads//2010/05/myinkblog6.jpg" alt="My Ink Blog" title="myinkblog" width="520" height="284" class="size-full wp-image-1439" /></a>
]]></content:encoded>
			<wfw:commentRss>http://www.drkdesign.com/blog/archives/1423/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Latest Web Site Design</title>
		<link>http://www.drkdesign.com/blog/archives/1406</link>
		<comments>http://www.drkdesign.com/blog/archives/1406#comments</comments>
		<pubDate>Thu, 20 May 2010 21:40:31 +0000</pubDate>
		<dc:creator>drkdesign</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.drkdesign.com/blog/?p=1406</guid>
		<description><![CDATA[Check out my latest web site design at karensalonmc.com. This site was a new challenge for me as the clients wanted something hip and modern, yet elegant. So far my sites have been fairly traditional. The clients and I are both very pleased with how this turned out. At some point, I would love to [...]]]></description>
			<content:encoded><![CDATA[<p>Check out my latest web site design at <a href="http://www.karensalonmc.com" target="_blank">karensalonmc.com</a>. This site was a new  challenge for me as the clients wanted something hip and modern, yet elegant. So far my sites have been fairly traditional. The clients and I are both very pleased with how this turned out.</p>
<p><a href="http://www.drkdesign.com/blog/wp-content/uploads//2010/05/karensalon3.jpg"><img src="http://www.drkdesign.com/blog/wp-content/uploads//2010/05/karensalon3.jpg" alt="" title="karensalon" width="520" height="326" class="alignleft size-full wp-image-1513" /></a></p>
<p>At some point, I would love to design a site for a medical or dental office. I have already designed a site for a massage clinic at <a href="http://www.karuna-massage.com" target="_blank">karuna-massage.com</a>.</p>
<p>I would love to do something more artsy as well, such as a gardening site. This is one my favorite sites because its so clean and simple, yet visually appealing: <a href="http://reallywildflowers.co.uk" target="_blank">reallywildflowers.co.uk</a></p>
<p>Visit <a href="http://www.drkdesign.com" target="_blank">drkdesign.com</a> to view all my web design work and find out more information about my web design and content writing services. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.drkdesign.com/blog/archives/1406/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Favorite WordPress Plugins</title>
		<link>http://www.drkdesign.com/blog/archives/1258</link>
		<comments>http://www.drkdesign.com/blog/archives/1258#comments</comments>
		<pubDate>Thu, 04 Feb 2010 02:53:02 +0000</pubDate>
		<dc:creator>drkdesign</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.drkdesign.com/blog/?p=1258</guid>
		<description><![CDATA[One of the key features of WordPress is the ability to use plugins to enhance the functionality of your WordPress site. However, you often have to sift through a number of plugins that either don&#8217;t work or don&#8221;t do exactly what you are looking for before hitting on the right one. So to hopefully save [...]]]></description>
			<content:encoded><![CDATA[<p>One of the key features of WordPress is the ability to use plugins to enhance the functionality of your WordPress site. However, you often have to sift through a number of plugins that either don&#8217;t work or don&#8221;t do exactly what you are looking for before hitting on the right one.</p>
<p>So to hopefully save you a little time and frustration, here are a few plugins I am using that I&#8217;m very happy with:</p>
<p><strong>Contact Form 8</strong> &#8211; This contact form is easy to set up and fairly easy to customize.</p>
<p><strong>Exclude Pages from Navigation</strong> &#8211; Frankly, I&#8217;m surprised this isn&#8217;t part of the basic Word Press page setup. If you want to set up a page to link to from your sidebar or another page, but don&#8217;t want it included in the top-level menu, you can just uncheck a box that says &#8220;Include this page in user menus.&#8221;</p>
<p><strong>Collision Testimonials</strong> &#8211; I had to go through several Testimonial plugins before finding this one, which lists a random testimonial or reference in your sidebar and changes from page to page. This plugin also allows you to create a page with all the testimonials listed. The only thing it doesn&#8217;t have is a &#8220;View More&#8221; link after the testimonial in the sidebar which takes you the full Testimonial page.</p>
<p><strong>NextGEN Gallery</strong> &#8211; this is an awesome gallery and extremely easy to set up. Gone are my days of setting up galleries manually or using third party services such as Jalbum. This plugin enables you to click a button from the function bar above your page, and voila&#8230;you get thumbnails and a gallery/slideshow of your photos. Couldn&#8217;t be easier.</p>
<p><strong>NextGEN Resize </strong>- a companion to the gallery that automatically resizes oversized photos.</p>
<p><strong>Calendar</strong> &#8211; a simple plugin that allows you to specify events for a specific date and displays them in your sidebar.</p>
<p><strong>Quick Subscribe</strong> &#8211; this adds a field for visitors to subscribe to your blog using their email.</p>
<p><strong>Redirect</strong> &#8211; redirects a page to another page within the site or an external link. This is useful for when you don&#8217;t have any content for a top-level page and want to direct visitors directly to the submenu pages.</p>
<p>I will add more as I find them. I hope you will find these useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.drkdesign.com/blog/archives/1258/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress for the New Year</title>
		<link>http://www.drkdesign.com/blog/archives/1</link>
		<comments>http://www.drkdesign.com/blog/archives/1#comments</comments>
		<pubDate>Fri, 08 Jan 2010 15:18:19 +0000</pubDate>
		<dc:creator>drkdesign</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.drkdesign.com/blog/?p=1</guid>
		<description><![CDATA[My new year&#8217;s started with a foray into the WordPress world, which has been both exciting and challenging. WordPress is an open source blog publishing application that is entirely database driven. There is a bit of a learning curve by trial and error, and a learning to relinquish a bit of control for someone like [...]]]></description>
			<content:encoded><![CDATA[<p>My new year&#8217;s started with a foray into the WordPress world, which has been both exciting and challenging. <a href="www.wordpress.com" target="_blank">WordPress</a> is an open source blog publishing application that is entirely database driven. There is a bit of a learning curve by trial and error, and a learning to relinquish a bit of control for someone like me who is used to hand coding. But the benefits truly outweigh the challenges. Built-in widgets and plugs enhance the functionality and usability of your site, without having to know much PHP, if any. A knowledge of CSS is helpful though if you want to customize your site a bit.</p>
<p>My interest in WordPress was piqued after looking at the new site for <a href="http://www.figureskatersonline.com" target="_blank">Figure Skaters Online</a>, the umbrella site for websites that I design for U.S. champion figure skaters. The webmaster gave the site a complete face lift with a ton of added functionality to satisfy fans of the upcoming Winter Olympics in Vancouver, Canada. </p>
<p>For those non-designers or coders who just want to set up a blog, WordPress offers an intuitive graphical user interface. Designers and coders who want to delve in more deeply can use WordPress to set up complete web sites and e-commerce stores.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.drkdesign.com/blog/archives/1/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

