<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

      <title>Comments on: Update my skillz, yo.</title>
      <link>http://ask.metafilter.com/76000/Update-my-skillz-yo/</link>
      <description>Comments on Ask MetaFilter post Update my skillz, yo.</description>
	  	  <pubDate>Sun, 11 Nov 2007 14:50:21 -0800</pubDate>
      <lastBuildDate>Sun, 11 Nov 2007 14:50:21 -0800</lastBuildDate>
      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>

<item>
  	<title>Question: Update my skillz, yo.</title>
  	<link>http://ask.metafilter.com/76000/Update-my-skillz-yo</link>	
  	<description>Help me get better at this whole website-making thing - like November 2007 better. Hi. I excel at making shit in Photoshop. I can still make baby websites and such using tables (*shudder*) if I have to. And my stuff looks pretty good, I think. I get a lot of compliments and a lot of work commissioned from it. &lt;br&gt;
&lt;br&gt;
But now, I want to upgrade. I want to start producing websites full time, and maybe get some side gig work at a few companies here in Dallas. Both with and without a content management system, what&apos;s the cool way to make a website now, from start to finish? Is it CSS? PHP? How do I learn it?&lt;br&gt;
&lt;br&gt;
A sidenote: I am poor and I am a visual learner - meaning, I can read something a hundred times and it will never sink in. I see it performed once and I&apos;m good for life. &lt;br&gt;
&lt;br&gt;
So, lil&apos; help? Make me stronger, better, faster?</description>
  	<guid isPermaLink="false">post:ask.metafilter.com,2008:site.76000</guid>
  	<pubDate>Sun, 11 Nov 2007 14:47:08 -0800</pubDate>
  	<dc:creator>damnjezebel</dc:creator>
	
	<category>website</category>
	
	<category>photoshop</category>
	
	<category>cms</category>
	
</item>
<item>
  	<title>By: meta.mark</title>
  	<link>http://ask.metafilter.com/76000/Update-my-skillz-yo#1129290</link>	
  	<description>It depends on what you want to offer. Better design - CSS. If your working with databases, lots of users, etc. - PHP. I recommend this book called &amp;quot;The Zen of CSS Design.&amp;quot;</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.76000-1129290</guid>
  	<pubDate>Sun, 11 Nov 2007 14:50:21 -0800</pubDate>
  	<dc:creator>meta.mark</dc:creator>
</item>
<item>
  	<title>By: anaelith</title>
  	<link>http://ask.metafilter.com/76000/Update-my-skillz-yo#1129307</link>	
  	<description>The place to play with CSS is the &lt;a href=&quot;http://www.csszengarden.com/&quot;&gt;CSS Zen Garden&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
PHP is... entirely different... er, it&apos;s something that runs server-side to provide dynamic content, power forums/blogs, that kind of thing. You would probably need it in addition to CSS, if you wanted to do any of those things.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.76000-1129307</guid>
  	<pubDate>Sun, 11 Nov 2007 15:01:42 -0800</pubDate>
  	<dc:creator>anaelith</dc:creator>
</item>
<item>
  	<title>By: Brandon Blatcher</title>
  	<link>http://ask.metafilter.com/76000/Update-my-skillz-yo#1129308</link>	
  	<description>&lt;a href=&quot;http://ask.metafilter.com/72172/can-i-hasz-webdesignz-guidlinez&quot;&gt;Somewhat related question&lt;/a&gt;.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.76000-1129308</guid>
  	<pubDate>Sun, 11 Nov 2007 15:02:03 -0800</pubDate>
  	<dc:creator>Brandon Blatcher</dc:creator>
</item>
<item>
  	<title>By: AmbroseChapel</title>
  	<link>http://ask.metafilter.com/76000/Update-my-skillz-yo#1129321</link>	
  	<description>As you&apos;ve got so much to learn, the best thing would probably be to go into a partnership with someone who can do the code but not the graphics.&lt;br&gt;
&lt;br&gt;
It&apos;s quite rare to find someone who&apos;s good at the geeky stuff who&apos;s also a good designer, so that shouldn&apos;t be too hard.&lt;br&gt;
&lt;br&gt;
Once you&apos;re paired up, you can learn their side of things as you go along.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.76000-1129321</guid>
  	<pubDate>Sun, 11 Nov 2007 15:20:22 -0800</pubDate>
  	<dc:creator>AmbroseChapel</dc:creator>
</item>
<item>
  	<title>By: drjimmy11</title>
  	<link>http://ask.metafilter.com/76000/Update-my-skillz-yo#1129335</link>	
  	<description>The &amp;quot;no tables&amp;quot; thing is cute for gimmicky design sites like the zen garden linked above. in 99% of real world cases, you&apos;ll want at least one table. It&apos;s more cross-browser, more robust, it just makes more sense, unless you want to absolutely position everything. &lt;br&gt;
&lt;br&gt;
This doesn&apos;t mean you won&apos;t be using CSS, of course. But the whole table-phobia thing baffles me. There are so many cases where &amp;quot;table-less&amp;quot; works poorly or not at all.  It even says right on the zen garden page:&lt;br&gt;
&lt;em&gt;&lt;em&gt;&lt;br&gt;
Unfortunately, designing this way highlights the flaws in the various implementations of CSS. Different browsers display differently, even completely valid CSS at times, and this becomes maddening when a fix for one leads to breakage in another.&lt;/em&gt;&lt;/em&gt;</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.76000-1129335</guid>
  	<pubDate>Sun, 11 Nov 2007 15:30:39 -0800</pubDate>
  	<dc:creator>drjimmy11</dc:creator>
</item>
<item>
  	<title>By: chrominance</title>
  	<link>http://ask.metafilter.com/76000/Update-my-skillz-yo#1129352</link>	
  	<description>&lt;em&gt;in 99% of real world cases, you&apos;ll want at least one table. It&apos;s more cross-browser, more robust, it just makes more sense, unless you want to absolutely position everything.&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
I&apos;ve designed plenty of sites without using a single table, and I&apos;ll bet many others could tell you the same. Tables are great when used as originally intended&amp;mdash;for tabular data. When used as a way of enforcing a grid design, tables can often get in the way of code readability and aren&apos;t as flexible as tableless layouts. It doesn&apos;t mean you should &lt;em&gt;never&lt;/em&gt; use them for layout purposes, but &amp;quot;99% of real world cases&amp;quot; is a gross exaggeration.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.76000-1129352</guid>
  	<pubDate>Sun, 11 Nov 2007 15:51:54 -0800</pubDate>
  	<dc:creator>chrominance</dc:creator>
</item>
<item>
  	<title>By: kirkaracha</title>
  	<link>http://ask.metafilter.com/76000/Update-my-skillz-yo#1129368</link>	
  	<description>&lt;q&gt;&lt;i&gt;what&apos;s the cool way to make a website now, from start to finish?&lt;/i&gt;&lt;/q&gt;&lt;br&gt;
&lt;br&gt;
Tables are definitely &lt;a href=&quot;http://www.stopdesign.com/articles/throwing_tables/&quot;&gt;not cool&lt;/a&gt;.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.76000-1129368</guid>
  	<pubDate>Sun, 11 Nov 2007 16:10:13 -0800</pubDate>
  	<dc:creator>kirkaracha</dc:creator>
</item>
<item>
  	<title>By: odinsdream</title>
  	<link>http://ask.metafilter.com/76000/Update-my-skillz-yo#1129381</link>	
  	<description>&lt;em&gt;The &amp;quot;no tables&amp;quot; thing is cute for gimmicky design sites like the zen garden linked above. in 99% of real world cases, you&apos;ll want at least one table. It&apos;s more cross-browser, more robust, it just makes more sense, unless you want to absolutely position everything.&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
No offense to drjimmy11 at all, but this is outdated advice. There are many cross-browser compatible ways to lay out sites without the use of tables. Unless, of course, you&apos;re also designing for Netscape 4.0 and IE 5.5. Don&apos;t design for ancient browsers. Provide an easy fall-through for any old browser that provides your content, but do not expect to get anywhere near what modern browsers will be displaying.&lt;br&gt;
&lt;br&gt;
I&apos;d suggest you take a look through the &lt;a href=&quot;http://developer.yahoo.com/yui/&quot;&gt;Yahoo User Interface Library&lt;/a&gt;, which has lots of real code that you can use directly on your site. They take care of a whole bunch of the coding tricks that you&apos;d have to take care of yourself and provide a wonderful API for a lot of neat things.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.76000-1129381</guid>
  	<pubDate>Sun, 11 Nov 2007 16:19:08 -0800</pubDate>
  	<dc:creator>odinsdream</dc:creator>
</item>
<item>
  	<title>By: Mikey-San</title>
  	<link>http://ask.metafilter.com/76000/Update-my-skillz-yo#1129395</link>	
  	<description>&lt;i&gt;It depends on what you want to offer. Better design - CSS. If your working with databases, lots of users, etc. - PHP.&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
This doesn&apos;t make sense. The two don&apos;t serve the same function, and are practically always combined.&lt;br&gt;
&lt;br&gt;
CSS defines the layout and look of HTML.&lt;br&gt;
&lt;br&gt;
HTML and CSS can be generated by PHP.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.76000-1129395</guid>
  	<pubDate>Sun, 11 Nov 2007 16:39:59 -0800</pubDate>
  	<dc:creator>Mikey-San</dc:creator>
</item>
<item>
  	<title>By: Foci for Analysis</title>
  	<link>http://ask.metafilter.com/76000/Update-my-skillz-yo#1129400</link>	
  	<description>Just seconding &lt;strong&gt;chrominance&apos;s excellent suggestions&lt;/strong&gt;. There are many web sites with complex layouts done entirely with css. It&apos;s possible but still a PITA and you &lt;em&gt;might&lt;/em&gt; have to resort to a couple of ugly css/javascript hacks.&lt;br&gt;
&lt;br&gt;
Regarding Yahoo UIL, there&apos;s this really neat &lt;a href=&quot;http://developer.yahoo.com/yui/grids/builder/&quot;&gt;grid generator&lt;/a&gt; which allows you to specify a custom grid and get both the markup and css. If generators aren&apos;t your thing, you&apos;ll still find the YUI&apos;s core CSS foundation for reseting &lt;a href=&quot;http://developer.yahoo.com/yui/reset/&quot;&gt;xhtml&lt;/a&gt; &lt;a href=&quot;&quot;&gt;elements&lt;/a&gt; and &lt;a href=&quot;http://developer.yahoo.com/yui/fonts/&quot;&gt;fonts&lt;/a&gt; very useful.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.76000-1129400</guid>
  	<pubDate>Sun, 11 Nov 2007 16:45:37 -0800</pubDate>
  	<dc:creator>Foci for Analysis</dc:creator>
</item>
<item>
  	<title>By: zadcat</title>
  	<link>http://ask.metafilter.com/76000/Update-my-skillz-yo#1129471</link>	
  	<description>The best way I&apos;ve found to hand off immediately usable websites is to use content management systems which you customize for the client. Wordpress can do wonderful things - and then the client has a means to make their own updates. You need some CSS chops but a CMS means all the database and php stuff is handled for you.&lt;br&gt;
&lt;br&gt;
If you can get yourself up to hacking Drupal for clients, you&apos;ll stay busy.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.76000-1129471</guid>
  	<pubDate>Sun, 11 Nov 2007 17:57:21 -0800</pubDate>
  	<dc:creator>zadcat</dc:creator>
</item>
<item>
  	<title>By: jmnugent</title>
  	<link>http://ask.metafilter.com/76000/Update-my-skillz-yo#1129473</link>	
  	<description>I&apos;ve been wondering this exact same question &lt;strong&gt;damnjezebel&lt;/strong&gt;, thanks for asking :P</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.76000-1129473</guid>
  	<pubDate>Sun, 11 Nov 2007 18:01:46 -0800</pubDate>
  	<dc:creator>jmnugent</dc:creator>
</item>
<item>
  	<title>By: normy</title>
  	<link>http://ask.metafilter.com/76000/Update-my-skillz-yo#1129500</link>	
  	<description>&lt;i&gt;No offense to drjimmy11 at all, but this is outdated advice.&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
Google might disagree.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.76000-1129500</guid>
  	<pubDate>Sun, 11 Nov 2007 18:20:36 -0800</pubDate>
  	<dc:creator>normy</dc:creator>
</item>
<item>
  	<title>By: DarlingBri</title>
  	<link>http://ask.metafilter.com/76000/Update-my-skillz-yo#1129503</link>	
  	<description>I only manage to turn out clean, table-less designs because I pick a CMS and then hack the CSS to be un-drone-like. &lt;br&gt;
&lt;br&gt;
WordPress is actually very, very handy if you can think outside the blog box and repurpose the navigation, for example, so that&apos;s what I&apos;ve used most recently. You can find about a billion templates, so as long as the layout works for your purpose, you can always overhaul the design. There are also loads of plugins for non-blog functionality you may need to add.&lt;br&gt;
&lt;br&gt;
There are loads of tools you can repurpose, though - Joomla I hate, but other seem to like it.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.76000-1129503</guid>
  	<pubDate>Sun, 11 Nov 2007 18:22:01 -0800</pubDate>
  	<dc:creator>DarlingBri</dc:creator>
</item>
<item>
  	<title>By: jessamyn</title>
  	<link>http://ask.metafilter.com/76000/Update-my-skillz-yo#1129585</link>	
  	<description>&lt;small&gt;[a few comments removed -- please do not turn this into a derail about using tables in 2007 when the thread only has 15 answers in it, thank you.]&lt;/small&gt;</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.76000-1129585</guid>
  	<pubDate>Sun, 11 Nov 2007 20:10:51 -0800</pubDate>
  	<dc:creator>jessamyn</dc:creator>
</item>
<item>
  	<title>By: Chuck Cheeze</title>
  	<link>http://ask.metafilter.com/76000/Update-my-skillz-yo#1129714</link>	
  	<description>OK maybe I can help more than these derailers...&lt;br&gt;
&lt;br&gt;
You&apos;ll want to learn XHTML and CSS to correctly program according to web standards.  Why?  Read &lt;a href=&quot;http://www.alistapart.com&quot;&gt;ALA&lt;/a&gt; to find out.  &lt;br&gt;
&lt;br&gt;
If you want to get into database interaction and app building, PHP and MySQL are beautiful open source tools that will allow you to do anything you need.  Lots of resources on the web and books are available.  &lt;br&gt;
&lt;br&gt;
If you want a tool that can do a lot of the heavy lifting for you, data-wise, I suggest &lt;a href=&quot;http://www.expressionengine.com&quot;&gt;Expression Engine&lt;/a&gt;.  Its a wonderful content management system that is very versatile.  &lt;br&gt;
&lt;br&gt;
Beyond that, there are a million directions you could go in.  Just do me one favor.  Make yourself a promise to be a GOOD developer- research the best ways to do things and don&apos;t cut corners. There are enough bad developers out there that people are paying good money to.  Figure out how and why certain methods work and they will become second nature.  &lt;br&gt;
&lt;br&gt;
Web development is fun, I&apos;ve been doing it 10 years professionally and keeping on top of everything is fun and challenging.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.76000-1129714</guid>
  	<pubDate>Sun, 11 Nov 2007 22:52:55 -0800</pubDate>
  	<dc:creator>Chuck Cheeze</dc:creator>
</item>
<item>
  	<title>By: stavrosthewonderchicken</title>
  	<link>http://ask.metafilter.com/76000/Update-my-skillz-yo#1129783</link>	
  	<description>Start with the sites bookmarked at &lt;a href=&quot;http://del.icio.us/tag/css&quot;&gt;delicious/css&lt;/a&gt;, and explore out from there. You&apos;ll find everything you need, I guarantee it.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.76000-1129783</guid>
  	<pubDate>Mon, 12 Nov 2007 02:34:41 -0800</pubDate>
  	<dc:creator>stavrosthewonderchicken</dc:creator>
</item>
<item>
  	<title>By: A!</title>
  	<link>http://ask.metafilter.com/76000/Update-my-skillz-yo#1129793</link>	
  	<description>Perhaps &lt;a href=&quot;http://www.lynda.com&quot;&gt;Lynda.com&lt;/a&gt; videos would be a good solution for you. For 25$ you can watch unlimited amount of videos in a month. Quick look showed that they have them on CSS and XHTML. I am not a web designer, but had a chance to watch a few of the Photoshop ones. They moved pretty slowly and had plenty of information, but I wished I found them when I was starting out with the program.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.76000-1129793</guid>
  	<pubDate>Mon, 12 Nov 2007 03:19:16 -0800</pubDate>
  	<dc:creator>A!</dc:creator>
</item>
<item>
  	<title>By: pineapple</title>
  	<link>http://ask.metafilter.com/76000/Update-my-skillz-yo#1129836</link>	
  	<description>I think &lt;strong&gt;AmbroseChapel&lt;/strong&gt;&apos;s advice -- to stick with what you know, and bring &lt;i&gt;those&lt;/i&gt; skills to the market, by teaming up with coder-types -- is the stand-out here.&lt;br&gt;
&lt;br&gt;
People who can talk to a prospective or actual client, hear and translate the client&apos;s needs / wants into concrete designs, and then work alongside a programmer or coder to execute the design visually and functionally, are rarer than you think.    If you can make good mock-ups in Photoshop, why reinvent the wheel?  &lt;br&gt;
&lt;br&gt;
But, if you are certain that learning to build out the actual site code is the way you want to go, I agree that Wordpress is a great place to start.  People hear Wordpress and think &amp;quot;oh, it must look like a blog,&amp;quot; but Wordpress is really robust and versatile.  Here are just a few non-blog entities whose sites are WP:&lt;br&gt;
&lt;br&gt;
- &lt;a href=&quot;http://chrc.stanford.edu/index.php/cat/projects/&quot;&gt;Stanford Community Health Resource Center&lt;/a&gt;&lt;br&gt;
- The &lt;a href=&quot;http://carpetbagger.blogs.nytimes.com/&quot;&gt;Carpetbagger Blog&lt;/a&gt; at the New York Times&lt;br&gt;
- all the higher ed orgs listed in &lt;a href=&quot;http://wordpress.org/support/topic/30098&quot;&gt;this thread&lt;/a&gt;&lt;br&gt;
- this &lt;a href=&quot;http://www.kelawyers.com/&quot;&gt;California law firm&lt;/a&gt;&lt;br&gt;
- this &lt;a href=&quot;http://komodomedia.com/&quot;&gt;design/media firm&apos;s&lt;/a&gt; site&lt;br&gt;
(there are loads more non-blog sites out there using WP but this is what I got in a quick Google search)&lt;br&gt;
&lt;br&gt;
Like &lt;strong&gt;DarlingBri &lt;/strong&gt;said about WP, you&apos;ll have to work to repurpose the stuff, but then afterward, the administrative side is so easy to use and train on that your client will think you&apos;re a brilliant genius.  I suspect that in 2-3 years as people continue using the software and discovering how flexible and friendly it is, you&apos;ll see Wordpress as &lt;em&gt;the&lt;/em&gt; default CMS for website building.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.76000-1129836</guid>
  	<pubDate>Mon, 12 Nov 2007 05:25:16 -0800</pubDate>
  	<dc:creator>pineapple</dc:creator>
</item>
<item>
  	<title>By: delmoi</title>
  	<link>http://ask.metafilter.com/76000/Update-my-skillz-yo#1132365</link>	
  	<description>&lt;i&gt;in 99% of real world cases, you&apos;ll want at least one table. It&apos;s more cross-browser, more robust, it just makes more sense, unless you want to absolutely position everything.&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
Doing a table is like eating junk-food.  It feels good when you do it, but it will make you feel really guilty later on. &lt;br&gt;
&lt;br&gt;
What tables make it difficult to do is &lt;i&gt;re-arrange&lt;/i&gt; things when the customer asks you too (and they will).  Using tables for design is &lt;i&gt;just a bad thing&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
Facebook does not use tables on their main page, and myspace does.  QED.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.76000-1132365</guid>
  	<pubDate>Tue, 13 Nov 2007 20:17:46 -0800</pubDate>
  	<dc:creator>delmoi</dc:creator>
</item>
<item>
  	<title>By: delmoi</title>
  	<link>http://ask.metafilter.com/76000/Update-my-skillz-yo#1132383</link>	
  	<description>Also: Why not learn something like dream weaver?  I&apos;m a big HTML guy, but if you&apos;re not already what&apos;s the point?  I mean, computers are supposed to make our lives easier, not the other way around.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.76000-1132383</guid>
  	<pubDate>Tue, 13 Nov 2007 20:27:00 -0800</pubDate>
  	<dc:creator>delmoi</dc:creator>
</item>

    </channel>
</rss>
