<?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>RandallCrock.net &#187; Graphic Design</title>
	<atom:link href="http://randallcrock.net/topics/gdesign/feed/" rel="self" type="application/rss+xml" />
	<link>http://randallcrock.net</link>
	<description>Programming &#124; Graphic Design &#124; Consulting &#124; IT Management &#124; Web Design</description>
	<lastBuildDate>Fri, 20 May 2011 23:22:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Summer Update</title>
		<link>http://randallcrock.net/2011/05/summer-update/</link>
		<comments>http://randallcrock.net/2011/05/summer-update/#comments</comments>
		<pubDate>Fri, 20 May 2011 23:21:03 +0000</pubDate>
		<dc:creator>Randall Crock</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://randallcrock.net/?p=141</guid>
		<description><![CDATA[Hello, and welcome back! I say this pretty much every time I post, but it is true: I need to update more often. Once again, this las semester was pretty busy, but it was fun and I got a lot done. My classes were relatively easy and I was finishing my Interactive Qualifying Project both [...]]]></description>
			<content:encoded><![CDATA[<p>Hello, and welcome back!  I say this pretty much every time I post, but it is true: I need to update more often.  Once again, this las semester was pretty busy, but it was fun and I got a lot done.  My classes were relatively easy and I was finishing my Interactive Qualifying Project both of which went quite well.  My IQP was working with the Student Development and Counseling Center (SDCC) at WPI to find out what students knew about the center and what their attitudes and opinions were.  We were somewhat surprised about the results, and the center was pleased with how the project wrapped up.  As for my other classes, I took Foundations of Computer Science, Intro to Computer Graphics, and Intro to Artificial Intelligence. Foundations of CS was mainly about languages and types of state machines (finite automata, Turing machines, etc.) and their relationships.  I really enjoyed the class and found the material to be very interesting and relevant to some of the interests I have in the theoretical side of CS.</p>
<p>Graphics was a blast and I learned a lot about OpenGL and how it operates as well as getting a good refresher on linear algebra and matrix operations.  We did a lot of work in both 2D and 3D, and one of my favorite projects was implementing L-Systems in 3D.  L-Systems are methods for iteratively generating fractals, one of the most famous of which is the <a href='http://en.wikipedia.org/wiki/Koch_snowflake'>Koch snowflake</a>.  We also did some modeling, all of which had to be hard coded which was a pain since every time you made a change you had to recompile the application and run it again.  One of my other small grumbles is that we had to work using X forwarding off of the Linux servers since we were required to write code for only those machines.  While it was sometimes frustrating, it was ultimately very rewarding and taught me a lot about how computers handle graphics internally and will really help me as I write plugins and extensions for other graphics applications.</p>
<p>Much more aggravating and much less interesting was my Intro to AI course.  The material itself was interesting and in some cases useful, but the way the course went made it the worst class I have ever taken.  The biggest problem was that there was no communication between the Professor and the TAs, so no one knew who was managing what project, or what exactly was supposed to happen with the homework.  Additionally, very little was ever covered in lectures, so the whole class was completely dependent on a book which the professor forgot to have the bookstore order.  In all, it ended well, and I apparently understand AI well enough to get an A, but I don&#8217;t really know how to apply anything I &#8220;learned&#8221; in this class.</p>
<p>On the summer front, I am still looking for a job and doing design work in the meantime.  I have finally started doing some icon design for the WPI Helpdesk in earnest which I expect will be done in the next week or so.  It has been really fun to try and come up with ways of representing some weird things like &#8220;Emeritus Professors.&#8221;  I am also starting to do design on a larger scale and have a couple projects in the works that I will be starting on soon.  One of the big things I did in the past few months was for a couple friends of mine who started a web hosting company.  I did their site and logo for them and would highly recommend you check them out at <a href="http://alacrityhost.com">http://alacrityhost.com</a>.  I am also working on another project with a few friends which is a freelance work hub for us for design, software development, and consulting.  I will post more details once things get more firmed up, but it is something I am excited to start.  If you are looking to set up a website and would be interested in a quote from me, just <a href="mailto:randy@randallcrockn.net">shoot me an email</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://randallcrock.net/2011/05/summer-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fall Semester</title>
		<link>http://randallcrock.net/2011/01/fall-semester/</link>
		<comments>http://randallcrock.net/2011/01/fall-semester/#comments</comments>
		<pubDate>Sun, 02 Jan 2011 17:30:37 +0000</pubDate>
		<dc:creator>Randall Crock</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://randallcrock.net/?p=139</guid>
		<description><![CDATA[Update on the Fall 2010 Semester and look forward into what I am doing this year.]]></description>
			<content:encoded><![CDATA[<p>
This previous semester has been pretty busy for me, but quite fun.  I took a lot of interesting courses in computer science as well as some of my electives. A Term I took software security engineering which was really tough, but it was also the best CS course I have taken yet.  For our first assignment, we were given a virtual machine running a web based grade book and told to break in and change our grade.  That is all the information we got at first.  As the assignment progressed, we were given access to the source code to look for holes we could exploit, and after breaking it as many was as we could, we had to fix it.  Some of the rest of our assignments were in the same vein but with different languages while others were merely analysis of protocols and procedures such as <a href="http://oauth.net">OAuth</a> and <a href="http://openid.net">OpenID</a>.
</p>
</p>
<p>I also took a digital music cours during A term which was a lot of fun, and more of a sound art class than a music class.  We worked with non-traditional methods of creating music and sound such as modulating voices or recorded sounds and trying to stay away from strict timing and rhythm in our work.  It isn&#8217;t something I would do for a living, but it was a really neat class and was a good course to take against some of my harder classes.  A term I also took Human Computer Interaction, which was also really cool.  As a designer, and more specifically a web designer and programmer, HCI is very important to my work.  Making sure people understand the ideas I am trying to get across is key, and can be very difficult.  I learned some great ways of analyzing user interactions and designs to help improve them.
</p>
<p>
In B term I started on my Interactive Qualifying Project (IQP) which is designing and running a survey to help WPI&#8217;s counseling center to understand why students may or may not be going to the center for help and to assess student&#8217;s general knowledge about the center.  It has been fun working with the center, and our advisor is one of the best at WPI.  B term I also took Webware which was a breeze, but did introduce me to Java Server Pages which are interesting, but really frustrating to work with in the context of the <a href="http://code.google.com/appengine/">Google App Engine</a>.  One day I spent several hours working with my professor to figure out why some JSP pages would run fine on the local implementation, but would not run once they were deployed to the server.  Eventually he gave up and just gave me full credit for it since even he couldn&#8217;t figure out what was wrong.
</p>
<p>
Probably the best course I took this previous semester was my Intro to Digital Imaging and Computer Art class.  It seems silly to some people that I would take this class, but it is required for my IMGD major, even though I am not really working on the requirements for that anymore.  It was a great way for me to finally become comfortable with Photoshop and really push the limits of what I could do with Maya.  I finally understand the different blend modes that are available in Photoshop and other programs as well as better ways of doing selections and filling in empty space.  As for the work we did in 3D, I have figured out that I suck at building models, but I am really good at lighting scenes and applying textures to surfaces.
</p>
<p>
This next semester should also be quite interesting since I am taking some interesting CS courses such as Computer Graphics and Computer Animation, which will be really challenging, but really neat.  I am also going to be finishing (hopefully) my IQP and looking for more internship opportunities this summer.
</p>
<p>
I have also been somewhat busy doing design work, and I am building a new site for the design firm I have finally picked a name for: Nuro Design.  I am also moving most of my hosting over to a new webhost, <a href="http://alacrityhost.com">Alacrity Host</a> which is run by some friends of mine, and I highly recommend their services.  The new site should be up soon, and will feature my portfolio of design work, but some of it will be maintained here under the <a href="art/">design section</a>.  More of my work will be going up here in the meantime, so look for an update to that effect in the next couple of weeks.</p>
]]></content:encoded>
			<wfw:commentRss>http://randallcrock.net/2011/01/fall-semester/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Webcomic Archive Update</title>
		<link>http://randallcrock.net/2010/07/the-webcomic-archive-update/</link>
		<comments>http://randallcrock.net/2010/07/the-webcomic-archive-update/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 17:10:17 +0000</pubDate>
		<dc:creator>Randall Crock</dc:creator>
				<category><![CDATA[Comics]]></category>
		<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[The Webcomic Archive]]></category>
		<category><![CDATA[Vector Hammer]]></category>

		<guid isPermaLink="false">http://randallcrock.net/?p=130</guid>
		<description><![CDATA[Recently I updated my comics archive site with a new design and display back end.  Take a look and let me know what you think!  I am also working to finalize plans for a couple freelance design projects and continue work on Vector Hammer.]]></description>
			<content:encoded><![CDATA[<p>
Right, I have this blog thing I should update, yeah.  Anyway, I have been pretty busy with work at the Helpdesk and finishing my classes so I haven’t had time to blog as much.  However, before work picked up I did a redesign on my <a href="http://comics.randallcrock.net" targe="new">comics archive site</a> and did some rebuilding of the base code as well.  The first big change is that I created a real design for it, not just a really basic 1990’s era text only design.  Please let me know what you think.  I also converted all of the display code to PHP so it runs a little faster and will do layouts much better.  I was also smart enough to put it on a basic template system I came up with so I can change designs simply by editing one file rather than having to dig it out in a bunch.
</p>
<div class="image-left">
<a href="http://comics.randallcrock.net" target="new" class="image-left"><br />
<img src="/wp-content/uploads/2010/07/twa.gif" title="The Webcomic Archive" /><br />
</a><br />
The Webcomic Archive&#8217;s new look.
</div>
<p>
On the back end of things there I set up the update as a cron job on my web server.  For those unfamiliar with cron it is a way of scheduling things to run and it works really well.  Currently all of the comics are updated every hour, but I am having some problems with formatting download strings so they are not always up to date.  I also tried to streamline some of the download code only to discover that I did a good job the first time around.  All told the download script (in perl) is about 120 lines without comments which is really good considering my first effort (in C#) was close to 1000 and was for very specific archive formats.
</p>
<p>
I have also extended the number of comics I am keeping in the archive to 25 and the list is still growing.  All told I read around 60+ comics and I may one day have all of them up there, barring any major difficulty.  If you have any comics you would like to see there, please click the link over on the Archive and let me know what it is.  If you have a suggestion of a comic I should read I am always willing to hear about it, but be warned, I may have already read it.
</p>
<p>
The freelance work front is also going OK and I have a couple jobs in the pipe that I am still working out details on finishing.  One would be an e-commerce site which would be great for me because that is one of the areas of web I don’t have as much experience with and would really like to do.  If you know anyone looking for web design services, point them my way and I’d be happy to talk to them about their needs and hopefully work something out.  I am also finally getting used to CS5, and let me tell you it is awesome.  The new features make it easier to work with and give a designer many more options and much more power.  I still can’t get over Content-Aware fill in Photoshop; it is a dark magic.
</p>
<p>
For anyone who remembers Vector Hammer, my tutorial series, I am thinking about doing more with it (read: I haven&#8217;t done anything more yet, but I plan to) so any suggestions for what you would like to see would be awesome!  I am starting with Illustrator tutorials but I am willing to do them on just about anything I am good at.  Programming, Photoshop, Fireworks, Flash, Dreamweaver, whatever.  Well, that is all for today so I leave you with a little design project of mine that I had piddled with for a while.  Enjoy!
</p>
<div align="center">
<img src="/wp-content/uploads/2010/07/dragon_01.jpg" title="Design Project" />
</div>
]]></content:encoded>
			<wfw:commentRss>http://randallcrock.net/2010/07/the-webcomic-archive-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Design</title>
		<link>http://randallcrock.net/2010/06/web-design/</link>
		<comments>http://randallcrock.net/2010/06/web-design/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 22:41:11 +0000</pubDate>
		<dc:creator>Randall Crock</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://randallcrock.net/?p=126</guid>
		<description><![CDATA[So recently, I have been working on some other design projects including building a website for my parents. They are trying to move away from the property manager they use to rent their Condo they have in Granby, Colorado, and asked me to build them a marketing site for it. I decided that I would [...]]]></description>
			<content:encoded><![CDATA[<p>
So recently, I have been working on some other design projects including building a website for my parents.  They are trying to move away from the property manager they use to rent their Condo they have in Granby, Colorado, and asked me to build them a marketing site for it.  I decided that I would build a site which focused on the property, but also gave them a chance to introduce our family which my parents think is very important.  They are paying me, which means I will have money for both tuition and some fancy new <a href="http://store1.adobe.com/cfusion/store/html/index.cfm?event=displayProduct&#038;categoryOID=4244037&#038;store=OLS-US">toys</a> to do the work with.  I was able to knock out the basic design pretty quickly since the CMS I decided to go with (<a href="http://drupal.org/">Drupal</a>) has a really good way of defining templates.  I decided to go with Drupal rather than something like WordPress for a couple reasons.  First, Drupal is something I haven&#8217;t worked with before, and I figure I need some experience working with different systems to broaden my skill set.  Second, WordPress is for more dynamic content, like blogging, and not for something which will be mostly static.  Sure, I could have done it with WordPress and it would have looked nice, but it wouldn&#8217;t have been as easy to work with.  You can take a look at the results so far here: <a href="http://coloradocrocks.com/">Colorado Crocks</a>.
</p>
<p><img class="image-right" src="/wp-content/uploads/2010/06/logo.png" title="Colorado Crocks Logo" /></p>
<p>
As well as doing some web design for the page, I did a little graphic design and knocked out a logo and the header since I try to generate as much of a site&#8217;s images myself rather than recycling them.  The header is a tracing of a picture my sister took of the Rocky Mountains when we were at the condo one time.  The logo I originally thought was going to be a placeholder, or something which would drastically change, but it turns out everyone really likes it.  It is a stylization of the view from our property, and I thought it would give a good feel and contribute to the overall look of the site.
</p>
<p>
For their site I also did some Flash development which can be seen on the <a href="http://coloradocrocks.com/node/2">Properties</a> page.  I built an XML customizable slideshow in Flash after many hours of battling with ActionScript.  Everything is scripted, nothing is based on predefined animations, which makes it much easier to customize.  Basically, you provide it with an XML document which breaks down into pictures which contains fields for the title, the description, and the URL of the image.  It pulls this data, downloads the images and fills in the template I have defined.  I haven&#8217;t worked with Flash in a really long time, and this reminds me why.  ActionScript is the worst language I have ever used with the exception of Scheme (a LISP derivative used in WPI intro CS classes).  On mroe than one occasion, Flash decided it didn&#8217;t know what some of the predefined libraries were and refused to import them.  I eventually (read 20+ hours) was able to get everything working to a point, but I still have quite a bit of work to do as far as customization goes.
</p>
<p><img class="image-left" src="http://store1.adobe.com/images/store/product_boxshots/150x150/box_master_collection_cs5_150x150.jpg" title="Adobe CS5 Master Collection" /></p>
<p>
The toys I mentioned earlier are in fact the Adobe Creative Suite 5 Master Collection and associated services.  CS5 Master Collection is really nice, and a huge step up from what I had been working with, which is CS3 Web Premium.  Really all I needed was everything in Web Premium plus InDesign and Premire.  The only package all of these come in was Master Collection, and I decided I needed them badly enough to fork over the cash for it.  I was able to get a price reduction since I do own CS3 Web Premium, so I didn&#8217;t have to pay the full $2,500 price tag for it.  I am looking forward to doing more tutorials with the new Illustrator tools and learning them myself.  It is really nice to be able to do elliptical and transparency gradients at last.
</p>
<p></p>
<p>
I am also working full time at the WPI Helpdesk and am classified as a full time student since I am taking two classes, so between those and my extra projects I have been keeping busy, hence not updating this at all.  I am trying to update more frequently, but every so often I forget that I actually have a blog.  Is there anything you would like me to write about?  If you think of something, feel free to comment!
</p>
<div align="center">
<img src="/wp-content/uploads/2010/06/Awwwwyeah_jpg-237x300.jpg" title="Helpdesk Awwwwww Yeah!" />
</div>
]]></content:encoded>
			<wfw:commentRss>http://randallcrock.net/2010/06/web-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recent Developments</title>
		<link>http://randallcrock.net/2010/05/recent-developments/</link>
		<comments>http://randallcrock.net/2010/05/recent-developments/#comments</comments>
		<pubDate>Tue, 18 May 2010 02:55:07 +0000</pubDate>
		<dc:creator>Randall Crock</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[case mod]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[random]]></category>

		<guid isPermaLink="false">http://randallcrock.net/?p=125</guid>
		<description><![CDATA[For this summer, instead of spending it working at summer camp and thoroughly enjoying my summer shooting archery and hanging out with awesome people, I am working for the Helpdesk at WPI and taking classes. Don&#8217;t get me wrong, working at the Helpdesk is a sweet gig, and I am enjoying it very much, but [...]]]></description>
			<content:encoded><![CDATA[<p>
For this summer, instead of spending it working at summer camp and thoroughly enjoying my summer shooting archery and hanging out with awesome people, I am working for the Helpdesk at WPI and taking classes.  Don&#8217;t get me wrong, working at the Helpdesk is a sweet gig, and I am enjoying it very much, but it doesn&#8217;t have the same feel as working at camp.  8 hours of work a day seems getting off light, so I am filling my time with other things.  For my first week, I was modifying my computer to have water cooling to make sure that as I do more hardcore processing with my computer, I don&#8217;t fry anything vital.  My CPU and GPU load temperatures have dropped 10C or more, and the system is working great.
</p>
<p>
At the moment, I am doing some web design for my parents, and it is far less frustrating than building my own site, since I already have a good system for working.  It took me a couple tries on my site to get a workflow that I can use, and it is working great for me.  I am also using a content management system which is new to me, Drupal, and it is fairly intuitive to work with.  It has similar features to WordPress, but is more suited to static content rather than a blog-style site.  Which is perfect.
</p>
<p>
Anyway, just felt I should update you on my doings, and tell you that more Vector Hammer is in the works, and should be out in the next couple weeks.</p>
]]></content:encoded>
			<wfw:commentRss>http://randallcrock.net/2010/05/recent-developments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vector Hammer &#8211; Illustrator Introduction</title>
		<link>http://randallcrock.net/2010/05/vector-hammer-illustrator-introduction/</link>
		<comments>http://randallcrock.net/2010/05/vector-hammer-illustrator-introduction/#comments</comments>
		<pubDate>Mon, 03 May 2010 18:13:45 +0000</pubDate>
		<dc:creator>Randall Crock</dc:creator>
				<category><![CDATA[Vector Hammer]]></category>
		<category><![CDATA[Illustrator]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://randallcrock.net/?p=123</guid>
		<description><![CDATA[The first installment of the Vector Hammer Illustrator series, as an introduction to Illustrator, workspaces, new documents, and panels.]]></description>
			<content:encoded><![CDATA[<p>
As you may or may not know, I will be doing video tutorials on a variety of different applications, starting with Adobe Illustrator.  The first installment (embedded below) is an introduction to Illustrator and how to set it up to work more efficiently.  Topics I cover include new document types, a few of the different panels, and how to setup and manage your workspace.  Please leave any feedback you have here or on the YouTube page.
</p>
<div align="center">
<object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/z1IQ0EHQ7eo&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/z1IQ0EHQ7eo&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object>
</div>
]]></content:encoded>
			<wfw:commentRss>http://randallcrock.net/2010/05/vector-hammer-illustrator-introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site Redesign</title>
		<link>http://randallcrock.net/2010/04/site-redesign/</link>
		<comments>http://randallcrock.net/2010/04/site-redesign/#comments</comments>
		<pubDate>Sat, 01 May 2010 01:02:02 +0000</pubDate>
		<dc:creator>Randall Crock</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://randallcrock.net/?p=118</guid>
		<description><![CDATA[A brief description of how I redesigned my site as well as an announcement that I redesigned my site.]]></description>
			<content:encoded><![CDATA[<p>
If you have been following my blog, thank you, and you may notice something different.  I just did a big redesign of the site, so I hope you like it.  I am going to talk about how I go about doing a site design for those who are interested, and I hope you enjoy!
</p>
<p>
For the past couple days, I have been overhauling the site design.  I liked the original two column setup, but I wasn&#8217;t super happy with the way it actually turned out.  I figured I would just do some small modifications to the theme, which then turned into a major set of changes.  Most of the base code is still intact, but I almost completely rewrote the style sheet to reflect what I wanted.  I got the base layout working really quickly in my primary browser (Chrome), and like every web developer, I now had to turn to the other browsers for testing, and Internet Explorer became the bane of my existence.
</p>
<p>
Everyone has to start somewhere, and I happen to like starting with the top.  The header is made up of 3 divs which get aligned with CSS, and they cooperated quite well with Chrome.  I then rendered my page with <a href="http://browserlab.adobe.com">Adobe Browserlab</a>, which is awesome, to see the differences between how my page would render in the different browsers.  It turns out, that every browser, including Chrome, wasn&#8217;t doing what I wanted.  Turns out I am using the Version 5 developer build of Chrome, which has a bunch of changes to how it displays HTML.  After a bit of tweaking with padding and margins, I had it all working in Chrome, Safari, and Firefox, but IE 7 still wouldn&#8217;t cooperate.  I spent so much time trying to work out the problem that I was getting very frustrated, and decided to move on.
</p>
<p>
I then started tweaking the way the columns were set up.  I wanted to keep the two column layout, but combine them into the same box.  Like the header, the main body is composed of three div elements which get aligned with CSS.  This was much easier since the divs weren&#8217;t stacked, but side by side, making it easier to figure out what was wrong.  I kept having problems with the background not rendering at the correct height, then discovered the many options of the <a href="http://www.w3schools.com/css/pr_class_display.asp">display</a> CSS element.  After that, it was a piece of cake to get right.
</p>
<p>
After getting the main body working properly, I moved on to small tweaks in the way posts and pages get formatted.  I changed the post headings to display datestamps, categories, and a divider between the heading and the post.  I also added a divider between posts, and tweaked the way that links display.  At this point I also did a redesign of the tabs, which I wanted to keep but update, so now instead of all CSS elements, I decided to go the classic way of images.
</p>
<p>
At this point, I was basically done with modifications, but had to go back and fix the way that IE7 was rendering the header.  I tried everything I could in the CSS to get it to work right, but it refused to constrain two of the elements (the navigation bar and title) within the third.  I tried changing margins and padding, the display type, every CSS trick I could think of.  Eventually I went to check the XHTML for the page, and discovered that I was using &lt;span&gt; tags instead of &lt;div&gt; tags.  I changed them, and presto, it worked.
</p>
<p>
If you read this whole post, congratulations, and please leave me some feedback on what you think of the site.  I like to get as many opinions as I can and incorporate some of the elements people point out.</p>
]]></content:encoded>
			<wfw:commentRss>http://randallcrock.net/2010/04/site-redesign/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Graphics Tablets and Tablet PCs</title>
		<link>http://randallcrock.net/2010/02/graphics-tablets-and-tablet-pcs/</link>
		<comments>http://randallcrock.net/2010/02/graphics-tablets-and-tablet-pcs/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 22:36:49 +0000</pubDate>
		<dc:creator>Randall Crock</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[graphics tablet]]></category>
		<category><![CDATA[Lenovo]]></category>
		<category><![CDATA[tablet pc]]></category>
		<category><![CDATA[Wacom]]></category>

		<guid isPermaLink="false">http://randallcrock.net/?p=87</guid>
		<description><![CDATA[As I mentioned in my post on Apple&#8217;s new iPad, I was hoping that it would be more like a tablet PC or slate computer rather than an oversized iPhone. I was disappointed that it didn&#8217;t come with a tablet pen, partly because it would have been super awesome to use the iPad as a [...]]]></description>
			<content:encoded><![CDATA[<p>
As I mentioned in my post on Apple&#8217;s new iPad, I was hoping that it would be more like a tablet PC or slate computer rather than an oversized iPhone.  I was disappointed that it didn&#8217;t come with a tablet pen, partly because it would have been super awesome to use the iPad as a graphics tablet similar to the Wacom Cintiq.  If you want my full opinion on the iPad you can read that post <a href="/2010/01/apple-ipad-revolutionary/">here</a>.  This post will be more about graphics tablets and tablet PCs where pen input is key.
</p>
<p>
I have been using tablet PCs for the last 4 years, and I have been very impressed with how versatile they are and how useful they can be.  In high school, my class had tablets for three years, and I was one of only a few to heavily use the tablet features.  I did my math homework on my computer, I took all my notes in ink, but I didn&#8217;t really use it very much for any graphic design or other artistic work.  I decided that I like the tablet PC features enough to get my own tablet for college, and it has proven to be an excellent investment.  In high school, we used the HP TC4200 and TC4400 business class tablets, and I now have a Lenovo ThinkPad X61 Tablet which is even better.
</p>
<div style="float:right;margin:10px;text-align:center">
<div id="attachment_89" class="wp-caption alignright" style="width: 310px"><a href="http://www.wacom.com/intuos/"><img src="http://randallcrock.net/wp-content/uploads/2010/02/intuos4-300x215.jpg" alt="" title="Intuos4" class="size-medium wp-image-89" /></a><p class="wp-caption-text">The Intuos4 Series tablets from Wacom</p></div></div>
<p>
The main draw of tablet PCs is that you have a pen, sometimes called a stylus, which you can use to draw right on the screen in digital ink, or use as a mouse and keyboard with an on-screen input panel.  Tablet PCs are in use in many industries from healthcare to education to construction to engineering to art.  Tablets are a very versatile tool and very natural and intuitive to work with.  Writing on a computer screen is no different than writing with a normal pen and paper, which makes it easy to transition between the two.  Using the pen as a mouse is also very easy since you simply point it at where you want the cursor, and it moves the cursor accordingly.
</p>
<p>
For professional artists and designers, one of the downsides to tablet PCs as opposed to a professional graphics tablet is the precision of the pen.  For example, many tablet PCs have precision in the pen at 1000 lines per inch (lpi), whereas the new Intuos4 series of graphics tablets from Wacom have over 5000 lpi of precision to work with.  Tablet PCs also tend to be smaller and more compact for portability, around 12-13 inches diagonal, and many designers use very large tablets with an active area diagonal of 17-22 inches.  However, tablet PCs provide a key feature many traditional graphics tablets don&#8217;t: the ability to see what you are doing underneath the pen.  The Intuos series of tablets give you great precision, but it takes much more time to get used to drawing where the image appears elsewhere.  Wacom&#8217;s Cintiq series of tablets do provide this feature of integrating the display, but are very costly at $1000 for the 12&#8243; model and $2000 for the 21&#8243; model.  I would love to have a Cintiq, but I will give up the extra precision for a tablet PC which gives me the same features plus being a full computer.
</p>
<p>
Tablet PCs do tend to be more expensive than other laptop options, but recently the prices have been dropping significantly.  Tablets are becoming more competitive with the small laptop crowd, rather than the desktop replacement variety mainly because they are priced competitively, but don&#8217;t have the power to really replace a desktop machine.  Most tablets don&#8217;t have good graphics, simply using a low-end integrated type graphics chipset, but a few have gone with higher end chipsets to support better graphics.  Tablet PCs also tend to have slower processors and memory, so running multiple huge programs on them at the same time can slow it down.  This isn&#8217;t necessarily a problem for all tablets though.  My tablet has a lot more power than most, but only struggles when I try to run more than 3 Adobe products at once (Acrobat Pro, Photoshop, Illustrator) alongside Outlook and whatever music I happen to be playing.
</p>
<p><div style="float:left; text-align:center; margin:10px">
<div id="attachment_88" class="wp-caption alignright" style="width: 310px"><a href="http://www.dell.com/content/products/productdetails.aspx/laptop-latitude-xt2"><img src="http://randallcrock.net/wp-content/uploads/2010/02/LatitudeXT-300x233.png" alt="" title="LatitudeXT" class="size-medium wp-image-88" /></a><p class="wp-caption-text">The Dell Latitude XT Tablet PC</p></div></div>
<p>If you are in the market for a new laptop, I would highly recommend some kind of tablet PC, but look into the business class models like the X61 or Dell Latitude XT series.  They will cost a bit more, but they are worth the extra durability and features.  Many tablet PCs geared toward home users don&#8217;t have the longevity or durability of the business class machines, and break much more easily.  If you are in the market for a graphics tablet for your desktop or workstation, you have a few options, mainly from Wacom.  If you have the dough, go for the Cintiq series with the integrated display.  They have the same precision as the Intuos3 series (about 3000 lpi), and you get the benefit of working on the image.  If you sill want the professional level precision and features, go for the Intuos4 or an older Intuos3.  They are a little harder to get used to, but are still awesome for graphic design and 3D modeling and animation.  If you are on the budget end of the spectrum, the Wacom Bamboo series of tablets are great.  They are small, portable, and the new ones even have multitouch input.  I keep going on about Wacom because they dominate the industry, but there are other professional options out there at lower prices.  VisTablet and a few other companies make products competing with both the Intuos and Cintiq series tablets, but I have not used their products.</p>
]]></content:encoded>
			<wfw:commentRss>http://randallcrock.net/2010/02/graphics-tablets-and-tablet-pcs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Standards</title>
		<link>http://randallcrock.net/2010/01/web-standards/</link>
		<comments>http://randallcrock.net/2010/01/web-standards/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 21:00:22 +0000</pubDate>
		<dc:creator>Randall Crock</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://randallcrock.net/?p=18</guid>
		<description><![CDATA[Why doesn't Microsoft Internet Explorer, the so-called standards-based web browser support the latest web standards?]]></description>
			<content:encoded><![CDATA[<p>
Putting together a web site can be quite challenging, especially when you are trying to make everything work in as many browsers as you can think of.  People are constantly complaining about Internet Explorer not supporting Cascading Style Sheets (CSS) properly, and I can&#8217;t understand why Microsoft doesn&#8217;t just develop the standards-based browser they keep claiming they have.  Now, I used to be a real die-hard IE person; I loved the way bookmarks were handled, I didn&#8217;t really use any extensions, and I had no problems developing since I just ignored CSS and a lot of the other W3C standards in use now.
</p>
<p>
So long as you only use the simple style elements and keep everything in tables, IE is easy to work with, and renders everything the same way.  As soon as you try to float things, or want to dynamically change the background of a cell, it starts doing weird things, and the really odd thing is that it does different things every time, and does different things on different computers.  The biggest problem is getting IE to repeat the problem enough to fix it.
</p>
<p>
I did all the development for my site in Google Chrome, which I have moved to since it is is more stable than when it was first released, and everything just works perfectly with it.  I didn&#8217;t even think about how Firefox or IE would handle it until the end, and as usual, IE had some problems rendering the tabs.  Interestingly, Firefox also had some problems with the tabs, but a couple fixes in my CSS and it worked beautifully.  IE however, was not as pleasant and I ended up having to make a unique stylesheet for it, which was made possible by Microsoft who added a neat feature called Dynamic Comments, where you can do some checking in comments and change the HTML depending on what conditions you set.
</p>
<p>
To summarize my rant better, Microsoft needs to get on the ball with the W3C standards, and move farther toward passing the Acid3 test.  Even Firefox doesn&#8217;t get 100 percent, but IE9 (which is still in beta) is still only running in the low 30 percent range.  For claiming to be a &#8220;standards based browser&#8221; IE is way behind the times as far as standards go.  Is there a valid reason, or does holding 70% of the market share mean they can just sit back and let other people do more work to make their websites work with everyone?
</p>
<p>
Getting a little off topic, but in the same vein, I don&#8217;t understand why the EU is requiring Microsoft to stop packaging IE with copies of Windows sold in Europe, but not requiring Apple to stop selling Mac OS without Safari.  Their basic argument is that Microsoft doesn&#8217;t give you to option of using another browser from the beginning, but to be honest, why should they?  It&#8217;s called good business practice.  It isn&#8217;t like you can&#8217;t get to Mozilla.org and download Firefox and start using that.  If the EU is telling Microsoft that they cannot package their products, they should be doing the same to everyone else to make the playing field more fair.
</p>
<p>Anyway, I just like ranting about this stuff, though it may have no impact whatsoever on anything.</p>
<p><a href="http://acid3.acidtests.org/">Acid3 Test</a> &#8211; The newest test for W3C compliance in browsers.<br />
<a href="http://en.wikipedia.org/wiki/W3C">W3C on Wikipedia</a> &#8211; The organization responsible for web standards</p>
]]></content:encoded>
			<wfw:commentRss>http://randallcrock.net/2010/01/web-standards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

