<?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/"
	>

<channel>
	<title>JK Web Studio Blog</title>
	<atom:link href="http://jkwebstudio.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jkwebstudio.com</link>
	<description>...a few thoughts from a web designer in Detroit</description>
	<pubDate>Mon, 18 Jan 2010 17:32:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Success Secrets of the Graphic Design Superstars</title>
		<link>http://jkwebstudio.com/2010/01/18/success-secrets-of-the-graphic-design-superstars/</link>
		<comments>http://jkwebstudio.com/2010/01/18/success-secrets-of-the-graphic-design-superstars/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 17:32:46 +0000</pubDate>
		<dc:creator>jens</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[link]]></category>

		<guid isPermaLink="false">http://jkwebstudio.com/?p=106</guid>
		<description><![CDATA[Success Secrets of the Graphic Design Superstars
]]></description>
			<content:encoded><![CDATA[<p><a href="http://willsherwood.com/">Success Secrets of the Graphic Design Superstars</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jkwebstudio.com/2010/01/18/success-secrets-of-the-graphic-design-superstars/feed/</wfw:commentRss>
		</item>
		<item>
		<title>IE9 and SVG?</title>
		<link>http://jkwebstudio.com/2010/01/14/ie9-and-svg/</link>
		<comments>http://jkwebstudio.com/2010/01/14/ie9-and-svg/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 13:49:44 +0000</pubDate>
		<dc:creator>jens</dc:creator>
		
		<category><![CDATA[canvas]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[mysql]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[svg]]></category>

		<category><![CDATA[web design]]></category>

		<category><![CDATA[link]]></category>

		<guid isPermaLink="false">http://jkwebstudio.com/?p=102</guid>
		<description><![CDATA[Hopefully this means that IE will soon support SVG. Or even better, support canvas natively&#8230;
http://blogs.msdn.com/ie/archive/2010/01/05/microsoft-joins-w3c-svg-working-group.aspx
]]></description>
			<content:encoded><![CDATA[<p>Hopefully this means that IE will soon support SVG. Or even better, support canvas natively&#8230;</p>
<p>http://blogs.msdn.com/ie/archive/2010/01/05/microsoft-joins-w3c-svg-working-group.aspx</p>
]]></content:encoded>
			<wfw:commentRss>http://jkwebstudio.com/2010/01/14/ie9-and-svg/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Muppet Vid: Bohemian Rhapsody</title>
		<link>http://jkwebstudio.com/2009/12/09/new-muppet-vid-bohemian-rhapsody/</link>
		<comments>http://jkwebstudio.com/2009/12/09/new-muppet-vid-bohemian-rhapsody/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 16:10:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[entertainment]]></category>

		<guid isPermaLink="false">http://jkwebstudio.com/?p=100</guid>
		<description><![CDATA[New Muppet Vid: Bohemian Rhapsody
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.nerdist.com/2009/11/new-muppet-vid-bohemian-rhapsody/">New Muppet Vid: Bohemian Rhapsody</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jkwebstudio.com/2009/12/09/new-muppet-vid-bohemian-rhapsody/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Capturing both a Mason component&#8217;s output and return value</title>
		<link>http://jkwebstudio.com/2009/12/02/capturing-both-a-components-output-and-return-value/</link>
		<comments>http://jkwebstudio.com/2009/12/02/capturing-both-a-components-output-and-return-value/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 18:54:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[mason]]></category>

		<guid isPermaLink="false">http://jkwebstudio.com/2009/12/02/capturing-both-a-components-output-and-return-value/</guid>
		<description><![CDATA[From the mason manual:
As of 1.10, component calls can accept an initial hash reference of modifiers. The only currently supported modifier is store, which stores the component&#8217;s output in a scalar reference. For example:
  my $buf;
  my $return = $m->comp( { store => \$buf }, &#8216;/some/comp&#8217;, type => &#8216;big&#8217; );
This mostly duplicates the [...]]]></description>
			<content:encoded><![CDATA[<p>From the <a href="http://www.masonhq.com/docs/manual/Request.html">mason manual</a>:</p>
<p>As of 1.10, component calls can accept an initial hash reference of modifiers. The only currently supported modifier is store, which stores the component&#8217;s output in a scalar reference. For example:</p>
<p>  my $buf;<br />
  my $return = $m->comp( { store => \$buf }, &#8216;/some/comp&#8217;, type => &#8216;big&#8217; );</p>
<p>This mostly duplicates the behavior of scomp, but can be useful in rare cases where you need to capture both a component&#8217;s output and return value.</p>
<p>This modifier can be used with the <&#038; &#038;> tag as well, for example:</p>
<p>  <&#038; { store => \$buf }, &#8216;/some/comp&#8217;, size => &#8216;medium&#8217; &#038;></p>
]]></content:encoded>
			<wfw:commentRss>http://jkwebstudio.com/2009/12/02/capturing-both-a-components-output-and-return-value/feed/</wfw:commentRss>
		</item>
		<item>
		<title>24 ways - web design and development articles and tutorials for advent</title>
		<link>http://jkwebstudio.com/2009/12/01/24-ways-web-design-and-development-articles-and-tutorials-for-advent/</link>
		<comments>http://jkwebstudio.com/2009/12/01/24-ways-web-design-and-development-articles-and-tutorials-for-advent/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 17:12:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[DOM]]></category>

		<category><![CDATA[css]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://jkwebstudio.com/?p=90</guid>
		<description><![CDATA[It is that wonderful time of year again. Head over to 24ways.org for you daily dose of web design and development articles and tutorials.
]]></description>
			<content:encoded><![CDATA[<p>It is that wonderful time of year again. Head over to <a href="http://24ways.org">24ways.org</a> for you daily dose of web design and development articles and tutorials.</p>
]]></content:encoded>
			<wfw:commentRss>http://jkwebstudio.com/2009/12/01/24-ways-web-design-and-development-articles-and-tutorials-for-advent/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bookmarklet for easy switching between development and production web environments</title>
		<link>http://jkwebstudio.com/2009/11/30/bookmarklet-for-easy-switching-between-development-and-production-web-environments/</link>
		<comments>http://jkwebstudio.com/2009/11/30/bookmarklet-for-easy-switching-between-development-and-production-web-environments/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 14:01:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[javascript]]></category>

		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://jkwebstudio.com/?p=87</guid>
		<description><![CDATA[When I develop websites, I like to set up a development site on my local web server. I usually name it the same as the production site, but with a &#8216;local&#8217; prefix. So if the production site is acme.com, my development site will be localacme.com.
I wrote a little bookmarklet for easy switching between the two [...]]]></description>
			<content:encoded><![CDATA[<p>When I develop websites, I like to set up a development site on my local web server. I usually name it the same as the production site, but with a &#8216;local&#8217; prefix. So if the production site is acme.com, my development site will be localacme.com.</p>
<p>I wrote a little bookmarklet for easy switching between the two sites. It checks to see if the new url starts with &#8216;http://local&#8217;. If it does, &#8216;local&#8217; will be deleted from the url, if not, local will be inserted.</p>
<p>Here is the code for the bookmarklet:</p>
<p>javascript:(function(){u=location.href.replace(%22http://www.%22,%22http://%22);a=%22http://local%22;b=%22http://%22;l=(u.indexOf(a)==0)?u.replace(a,b):u=u.replace(b,a);location.href=l;})()</p>
]]></content:encoded>
			<wfw:commentRss>http://jkwebstudio.com/2009/11/30/bookmarklet-for-easy-switching-between-development-and-production-web-environments/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Create new MySQL table</title>
		<link>http://jkwebstudio.com/2009/10/15/create-new-mysql-table/</link>
		<comments>http://jkwebstudio.com/2009/10/15/create-new-mysql-table/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 20:49:29 +0000</pubDate>
		<dc:creator>jens</dc:creator>
		
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://jkwebstudio.com/?p=84</guid>
		<description><![CDATA[CREATE TABLE new_table (
  id INT NOT NULL PRIMARY KEY AUTO_INCREMENT,
  bool_field tinyint(1) DEFAULT 0,
  my_date datetime DEFAULT NULL
);
]]></description>
			<content:encoded><![CDATA[<p>CREATE TABLE new_table (<br />
  id INT NOT NULL PRIMARY KEY AUTO_INCREMENT,<br />
  bool_field tinyint(1) DEFAULT 0,<br />
  my_date datetime DEFAULT NULL<br />
);</p>
]]></content:encoded>
			<wfw:commentRss>http://jkwebstudio.com/2009/10/15/create-new-mysql-table/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Adding field to existing MySQL table</title>
		<link>http://jkwebstudio.com/2009/10/15/adding-field-to-existing-mysql-table/</link>
		<comments>http://jkwebstudio.com/2009/10/15/adding-field-to-existing-mysql-table/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 20:16:25 +0000</pubDate>
		<dc:creator>jens</dc:creator>
		
		<category><![CDATA[mysql]]></category>

		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://jkwebstudio.com/?p=81</guid>
		<description><![CDATA[alter table table_name add new_field_name int(2) default 0;
]]></description>
			<content:encoded><![CDATA[<p>alter table table_name add new_field_name int(2) default 0;</p>
]]></content:encoded>
			<wfw:commentRss>http://jkwebstudio.com/2009/10/15/adding-field-to-existing-mysql-table/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Adding server side includes to JS and CSS files</title>
		<link>http://jkwebstudio.com/2009/10/07/adding-server-side-includes-to-js-and-css-files/</link>
		<comments>http://jkwebstudio.com/2009/10/07/adding-server-side-includes-to-js-and-css-files/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 16:49:57 +0000</pubDate>
		<dc:creator>jens</dc:creator>
		
		<category><![CDATA[apache]]></category>

		<category><![CDATA[css]]></category>

		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://jkwebstudio.com/?p=77</guid>
		<description><![CDATA[Add the following to apache.conf to use server side includes in JS and CSS files:
    AddType application/javascript .js
    AddOutputFilter INCLUDES .js
    AddType text/css .css
    AddOutputFilter INCLUDES .css

	Options Indexes FollowSymLinks MultiViews Includes
	AllowOverride All
	Order allow,deny
	Allow from all

]]></description>
			<content:encoded><![CDATA[<p>Add the following to apache.conf to use server side includes in JS and CSS files:</p>
<p>    AddType application/javascript .js<br />
    AddOutputFilter INCLUDES .js<br />
    AddType text/css .css<br />
    AddOutputFilter INCLUDES .css</p>
<p><Directory "C:/directory/"><br />
	Options Indexes FollowSymLinks MultiViews <strong>Includes</strong><br />
	AllowOverride All<br />
	Order allow,deny<br />
	Allow from all<br />
</Directory></p>
]]></content:encoded>
			<wfw:commentRss>http://jkwebstudio.com/2009/10/07/adding-server-side-includes-to-js-and-css-files/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Changing ENUM values</title>
		<link>http://jkwebstudio.com/2009/09/30/changing-enum-values/</link>
		<comments>http://jkwebstudio.com/2009/09/30/changing-enum-values/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 16:54:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[mysql]]></category>

		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://jkwebstudio.com/?p=74</guid>
		<description><![CDATA[ALTER TABLE db.table_name CHANGE COLUMN old_column_name new_column_name ENUM(&#8217;first&#8217;,&#8217;second&#8217;,'third&#8217;) NOT NULL DEFAULT &#8216;first&#8217;;
]]></description>
			<content:encoded><![CDATA[<p>ALTER TABLE db.table_name CHANGE COLUMN old_column_name new_column_name ENUM(&#8217;first&#8217;,&#8217;second&#8217;,'third&#8217;) NOT NULL DEFAULT &#8216;first&#8217;;</p>
]]></content:encoded>
			<wfw:commentRss>http://jkwebstudio.com/2009/09/30/changing-enum-values/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
