<?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>Kathy Evans &#187; Blog</title>
	<atom:link href="http://kathyevans.biz/category/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://kathyevans.biz</link>
	<description>Designer, coder, teacher and all around great gal.</description>
	<lastBuildDate>Sun, 16 Oct 2011 19:29:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Just a Little jQuery Fun</title>
		<link>http://kathyevans.biz/2011/08/02/just-a-little-jquery-fun</link>
		<comments>http://kathyevans.biz/2011/08/02/just-a-little-jquery-fun#comments</comments>
		<pubDate>Tue, 02 Aug 2011 12:29:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://kathyevans.biz/?p=349</guid>
		<description><![CDATA[Every quarter or so my husband, Cal, puts on an all day virtual conference called Day Camp 4 Developers. Of course this endeavor was in need of a website to give information and take registrations. The registration part was easy as we use a 3rd party service, but what to do with such a simple [...]]]></description>
			<content:encoded><![CDATA[<p>Every quarter or so my husband, <a href="http://blog.calevans.com/" target="_blank">Cal</a>, puts on an all day virtual conference called Day Camp 4 Developers. Of course this endeavor was in need of a website to give information and take registrations. The registration part was easy as we use a 3rd party service, but what to do with such a simple website.</p>
<p>Cal decided he wanted one page to display four different panels of information which answer the questions What, When, Where and How (the Who was obvious). My approach was to create one scrolling page containing four blocks of content. This was actually very simple using HTML, CSS and a little jQuery.</p>
<p>I started with one all containing div tag and made it rather large (1620 pixels square). That tag contains four other div tags (800 x 800) which are absolutely positioned so they appear in a grid. Using jQuery&#8217;s animate command each block moves when you click on the arrow. The arrow points to the next block.</p>
<p>The trickiest part was doing the math and discovering how many pixels to move each block, taking in to account the margins.</p>
<p>The results can be seen on <a href="http://daycamp4developers.com/" target="_blank">DayCamp4Developers.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kathyevans.biz/2011/08/02/just-a-little-jquery-fun/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stupid Drupal Tricks</title>
		<link>http://kathyevans.biz/2011/06/25/stupid-drupal-tricks</link>
		<comments>http://kathyevans.biz/2011/06/25/stupid-drupal-tricks#comments</comments>
		<pubDate>Sat, 25 Jun 2011 17:41:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://kathyevans.biz/?p=337</guid>
		<description><![CDATA[I&#8217;ve created this post as a reminder of silly workaround and easily forgotten configurations that exist in Drupal. Just so next time I don&#8217;t spend forever trying to solve the same problem. Browse button is missing in CK Editor Make sure after you install ICME the checkbox for it within the editor&#8217;s configuration is checked. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve created this post as a reminder of silly workaround and easily forgotten configurations that exist in Drupal. Just so next time I don&#8217;t spend forever trying to solve the same problem.</p>
<p>Browse button is missing in CK Editor</p>
<ul>
<li>Make sure after you install ICME the checkbox for it within the editor&#8217;s configuration is checked.</li>
</ul>
<p>Clean URLs not working in Drupal 7 and the button to enable it is missing.</p>
<ul>
<li>OMG go the the clean URL admin page with out the stupid overlay. I knew I didn&#8217;t like that &#8220;feature&#8221;</li>
</ul>
<p>&nbsp;</p>
<h2>Adding countries to Ubercart</h2>
<p>I did find this on the 20 Miles North website, posting here for my future reference<br />
1. Get an additional list of more countries here: <a href="http://www.ubercart.org/project/fullcountrylist" target="_blank">http://www.ubercart.org/project/fullcountrylist</a></p>
<p>2. Unzip the files, find the ones you would like to add and upload them to the server at this path: /sites/all/modules/ubercart/uc_store/countries ; you should see plenty more .cif files there.</p>
<p>3. Log into your Drupal administration panel and select:<br />
Administer &gt; Store Admin &gt; Configuration &gt; Country Settings and select each country .cif file</p>
]]></content:encoded>
			<wfw:commentRss>http://kathyevans.biz/2011/06/25/stupid-drupal-tricks/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupalcon 2011</title>
		<link>http://kathyevans.biz/2011/03/15/drupalcon-2011</link>
		<comments>http://kathyevans.biz/2011/03/15/drupalcon-2011#comments</comments>
		<pubDate>Wed, 16 Mar 2011 01:27:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://kathyevans.biz/?p=324</guid>
		<description><![CDATA[First impression: Thousands of people in a relatively medium-sized space. Keynote addresses were quite good including : Clay Shirky and Jared Spool. Dries gave insight into the beginnings of Drupal 8 while I’m still trying to wrap my brain around 6. The second keynote pertained to the effects of the new social networks. How people [...]]]></description>
			<content:encoded><![CDATA[<p>First impression: Thousands of people in a relatively medium-sized space. </p>
<p>Keynote addresses were quite good including : Clay Shirky and Jared Spool.  Dries gave insight into the beginnings of Drupal 8 while I’m still trying to wrap my brain around 6. The second keynote pertained to the effects of the new social networks. How people find power by gathering virtually. The third keynote about usability was excellent and probably stuck with me the most (maybe because it was the last). The speaker had great examples and introduced concepts about user knowledge level and target knowledge level. He reminded us that “good design is invisible.”  And, provided us with three methods for user testing.</p>
<p><strong>Sessions</strong><br />
There were over 85 sessions put into several tracks.  The media session was more than disappointing. The presenters were more interested in talking about how they made the module and its history than demonstrating what it will do in Drupal 7. </p>
<p>The HTML5 session was a call for implementing more HTML5 into Drupal core and module… HTML5ify Drupal! Although some features of HTML5 are exciting, in some ways it seems to just add more code to simply mark an item as a header or footer etc. But there are many useful changes as well. </p>
<p>The Views Demystified session was probably my most productive. I like the changes I see in Drupal 7, especially the ability to determine a tag wrapper on certain elements. I knew most of the information in this session but it was useful to revisit things, plus I did pick up some new information.</p>
<p>The Haml, Sass, Compass and Peroxide session gave a glimpse into these new methods of writing styles and markup. I was interested in the ability to use variables and calculations within Sass. I’m still not totally sold on using frameworks and technology that just writes out HTML and CSS. But the possibilities are worth investigating.</p>
<p>The session I attended on Features, Profiles and Drush Make was by far the most interesting. I now have seen a feature being built and used in action. I can see many uses for this type of “bundling” in building sites, especially if you’re building them for vertical markets. The presenter of this session was a young man who actually wrote Drush Make. He was knowledgeable, personable and entertaining.</p>
<p>I attended an Advanced Drush session that was just <sarcasm>a little</sarcasm> over my head, I left early with my co-workers in tow. (Except for the one who made us go to the session and then didn’t show.)<br />
Drupal commerce looks promising although the words “if someone would like to contribute that module…” were repeated quite a bit. So I came away with the feeling that there is still much to be done. They are separating some of the elements so that it will be easier to sell subscriptions and donations without making someone go through a shopping cart interface.</p>
<p>Probably the best part of any conference is the time spent with friends and strangers. I met several people made at least one new friend and got to know my co-workers a little better. Dinner with Jamie was a great time. Meeting Mark from Microsoft and Adam was a pleasant surprise. </p>
<p>All in all I have much to learn still but I now have some direction and a glimpse into technologies I didn’t know existed. I did not walk away with any hard knowledge, yet many new ideas to investigate. If only there were 10 more hours in each day!</p>
<p>Final impression: lots of people still drinking in the lobby at 6:30 AM!</p>
<p>Can’t wait for Nashville Drupalcamp and Drupalcon 2012!</p>
]]></content:encoded>
			<wfw:commentRss>http://kathyevans.biz/2011/03/15/drupalcon-2011/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fushi Copperweld Website</title>
		<link>http://kathyevans.biz/2009/05/11/fushi-copperweld-website</link>
		<comments>http://kathyevans.biz/2009/05/11/fushi-copperweld-website#comments</comments>
		<pubDate>Mon, 11 May 2009 20:23:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://kathyevans.biz/?p=104</guid>
		<description><![CDATA[Over the last few months I&#8217;ve been privileged to work with the great people at Mind Cartel on a new site for Fushi Copperweld. The site was my latest creation in Joomla and I feel it was a rousing success. As with any projects we had our challenges to overcome but the end result is [...]]]></description>
			<content:encoded><![CDATA[<p>Over the last few months I&#8217;ve been privileged to work with the great people at <a href="http://www.mindcartel.com" target="_blank" alt="Link to Mind Cartel website">Mind Cartel</a> on a new site for Fushi Copperweld. </p>
<p>The site was my latest creation in <a href="http://www.joomla.org" target="_blank" alt="Link to Joomla.org">Joomla</a> and I feel it was a rousing success. As with any projects we had our challenges to overcome but the end result is a vast improvement over their previous site.</p>
<p>The largest and most challenging section of the site was the Investor Relations. I created a specialized landing page for it which incorporates a <a href="http://www.kksou.com/php-gtk2/Joomla-Gadgets/Yahoo-Stock-Quote/" target="_blank" alt="Link to php=gtk2 Cookbook">Yahoo! Stock Quote</a> module which  pulls in pertinent information about the company&#8217;s stock and displays it directly on the  page. It worked like a charm. I also implemented a Latest News module, a HTML module and a couple of RSS feeds in this section. </p>
<p>In addition I deployed a specialized contact form module and a form creation module to handle the multiple forms within the site. We still have things to add but overall I&#8217;m pleased with the results. I look forward to working further with Mind Cartel.</p>
<p>You can view this site at <a href="http://www.fushicopperweld.com" target="_blank" alt="Link to Fushi Copperweld Website">FushiCopperweld.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://kathyevans.biz/2009/05/11/fushi-copperweld-website/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cal Evans&#8217; Blog</title>
		<link>http://kathyevans.biz/2009/02/04/cal-evans-blog</link>
		<comments>http://kathyevans.biz/2009/02/04/cal-evans-blog#comments</comments>
		<pubDate>Wed, 04 Feb 2009 22:57:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://kathyevans.biz/?p=45</guid>
		<description><![CDATA[My latest project was to re-design the blog for Cal Evans (my long-time significant other). The new site is a WordPress template created especially for this site. Cal wanted to stay with the blue and orange colors used in his logo (which comprises of a C with equal signs on each side). Cal also wanted [...]]]></description>
			<content:encoded><![CDATA[<p>My latest project was to re-design the blog for Cal Evans (my long-time significant other). The new site is a WordPress template created especially for this site. Cal wanted to stay with the blue and orange colors used in his logo (which comprises of a C with equal signs on each side). Cal also wanted rich color but more of a 2.0 look.</p>
<p>The design incorporates a complex repeating background, portions of which appear only behind the main header. </p>
<p>There were some tricky WP &#8220;features&#8221; I had to overcome to create the final template. Being the widgets in the left column do not necessarily use the same styles used in the basic template there was quite a bit to tweeking to be done. The blue background behind the headings in the left column were a particular problem as adding no margin to the li would cause all the text to be flush with the borders of the box, or if one added padding it would cause the blue background to move as well resulting in a gap between the background and the bar. The answer was to resort to actually changing the PHP code to add a class around the text in the blue bars. And then going into each widget and adding a little padding.</p>
<p>Overall I&#8217;m pleased with the results and enjoyed the challenge.</p>
<p><a href="http://blog.calevans.com" target="_blank">View the finished site.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kathyevans.biz/2009/02/04/cal-evans-blog/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KathyEvans.biz V2.0</title>
		<link>http://kathyevans.biz/2009/01/07/kathyevansbiz-v20</link>
		<comments>http://kathyevans.biz/2009/01/07/kathyevansbiz-v20#comments</comments>
		<pubDate>Wed, 07 Jan 2009 22:21:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://kathyevans.biz/?p=41</guid>
		<description><![CDATA[Well here it is&#8230; KathyEvans.biz V2.0, the WordPress site. I&#8217;ve built several CMS sites in the last few years, but this is the first that I can call my own. This one I can manipulate, experiment with and just have some fun. My goal with this blog will to be to share some of my [...]]]></description>
			<content:encoded><![CDATA[<p>Well here it is&#8230; KathyEvans.biz V2.0, the WordPress site.</p>
<p>I&#8217;ve built several CMS sites in the last few years, but this is the first that I can call my own. This one I can manipulate, experiment with and just have some fun.</p>
<p>My goal with this blog will to be to share some of my &#8220;web-worldly&#8221; experience, such as how I solved a certain problem or what I&#8217;ve found that&#8217;s new and exciting (for a web designer). I might even post a few pet peeves, so tread lightly.</p>
<p>One new and exciting change that I&#8217;d like to share is my future job as an adjunct instructor with <a href="http://www.artinstitutes.edu/nashville/" target="_blank">The Art Institute of Nashville</a>. Web design is a career that has sprung up quickly and I feel proper training in the field has been neglected, this is my way of contributing to the development and improvement of the vocation. I&#8217;ll be teaching Information Architecture, so expect to hear a lot about that.</p>
<p>One less exciting change is that I&#8217;m currently umemployed. I&#8217;m seeking either a full-time or free-lance position. So if you need a designer, my resume, portfolio and contact information can be found here at kathyevans.biz.</p>
<p>Have a great day!</p>
<p>K</p>
]]></content:encoded>
			<wfw:commentRss>http://kathyevans.biz/2009/01/07/kathyevansbiz-v20/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

