<?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>Ask MetaFilter questions tagged with design and HTML</title>
      <link>http://ask.metafilter.com/tags/design+HTML</link>
      <description>Questions tagged with 'design' and 'HTML' at Ask MetaFilter.</description>
	  <pubDate>Thu, 16 Jul 2009 10:08:33 -0800</pubDate> <lastBuildDate>Thu, 16 Jul 2009 10:08:33 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>Story problems.</title>
	<link>http://ask.metafilter.com/127605/Story%2Dproblems</link>	
	<description>Web Designers! Tell Me Of The Dragons You Hath Slain! We all remember the fun we had with &lt;a href=&quot;http://ask.metafilter.com/121229/I-will-be-the-supreme-ambassador-between-the-humans-and-the-machines&quot;&gt;this question&lt;/a&gt;. As was suggested to me in that thread, I have been spending as much of my time as possible learning on my own. (Concentration has been mostly on Web Design) Unfortunately, the countless books, articles, and blogs I&apos;ve read are not completely complimentary to my learning style. &lt;br&gt;
&lt;br&gt;
Of course I&apos;m gaining knowledge and skills with these, but I&apos;m looking to sharpen this particular sword as quickly as humanly possible. And for me, that mean hearing anecdotes, stories, and real world challenges from people who live within this realm every day. I understand and process information most effectively when it is wrapped in a pretty little narrative.  (Probably why I majored in English in the first go round.)  &lt;br&gt;
&lt;br&gt;
I&apos;m looking for descriptions of problems you&apos;ve encountered working in web design. If you found a solution, you can feel free to share it. Or not. Be as detailed as you like.&lt;br&gt;
&lt;br&gt;
Also, I&apos;d like to hear about your Eureka! moments as you were learning. What made a particular concept sink into that soft, mushy melon of yours? What was that first baffling problem you had that first day? What issue just keeps coming up and won&apos;t go away? Just vent if you like; I guarantee I will mine something out of it.&lt;br&gt;
&lt;br&gt;
Inevitably, someone will ask for a clarification on what I mean by &quot;web design&quot;. I understand that it is a broad and multi-faceted discipline. If you think you have what I&apos;m looking for here, then you do. I am deferring to your experience here. Let&apos;s feel free to err on the side of this-is-probably-what-he-wants-even-if-he-doesn&apos;t-know-it.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.127605</guid>
	<pubDate>Thu, 16 Jul 2009 10:08:33 -0800</pubDate>
	<category>asp</category>
	<category>css</category>
	<category>design</category>
	<category>html</category>
	<category>php</category>
	<category>webdev</category>
	<category>xhtml</category>
	<dc:creator>SinisterPurpose</dc:creator>
	</item>
	<item>
	<title>It works for 99% of our visiters</title>
	<link>http://ask.metafilter.com/117004/It%2Dworks%2Dfor%2D99%2Dof%2Dour%2Dvisiters</link>	
	<description>I made what I think is a great website for my company using Microsoft FrontPage.  However, I have received a few complaints about accessibility and am wondering how to proceed. I know Frontpage is a terrible product in terms of standards compliance, but it got the job done (I thought) and it allowed me to make a 20+ page website quickly and according to my design, making me look like a hero around the office.  My boss and coworkers are also pleased with the website and it allows me to frequently update our site as we see fit.&lt;br&gt;
&lt;br&gt;
Since our site has gone live we have received a few complaints, specifically that it does not work in Firefox and on handheld browsers and that increasing the font size (for easier reading) &quot;breaks&quot; the website.&lt;br&gt;
&lt;br&gt;
We looked to webdesign firms and professionals, but we quoted in the neighborhood of $4,000 (this is for local NYC firms) which is sadly out of our range.  &lt;br&gt;
&lt;br&gt;
Is there a better program I should be using or are there settings I should use in Frontpage or Expression web?  Is there any way for me to &quot;strip&quot; the website of IE specific coding?  Is is feasible for someone or something to clean up the website code for a reasonable price?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.117004</guid>
	<pubDate>Tue, 17 Mar 2009 15:30:08 -0800</pubDate>
	<category>design</category>
	<category>frontpage</category>
	<category>html</category>
	<category>microsoft</category>
	<category>website</category>
	<dc:creator>2bucksplus</dc:creator>
	</item>
	<item>
	<title>What are the most common HTML tags you use in main content divs?</title>
	<link>http://ask.metafilter.com/110379/What%2Dare%2Dthe%2Dmost%2Dcommon%2DHTML%2Dtags%2Dyou%2Duse%2Din%2Dmain%2Dcontent%2Ddivs</link>	
	<description>What are the most common HTML tags you use in main content divs?  I&apos;m trying to put together a sample document to test css. I&apos;m sorting through a bunch of third party css templates and have been tasked with dropping actual content into them.  Not surprisingly, I&apos;m finding a bunch of them break when faced with reality.  (For example, a lot of the designers zero&apos;d out margins and padding and seem to have forgotten to add them back to anything but paragraphs for the main content areas.)&lt;br&gt;
&lt;br&gt;
I&apos;d like to put together a simple sample content block to plug into the templates so I can say &quot;Look, if this snippet won&apos;t render properly, I&apos;m not even looking at it.&quot;  I know I need to check P, UL, OL, LI (including some nested lists), IMG, TABLE, TR, TH, TD and BLOCKQUOTE.  What other tags turn up in main content a lot that I should include, too?&lt;br&gt;
&lt;br&gt;
(I realize part of the answer is to get better designers, but I have to work with what I have, and I figure getting better specs to them will smooth a lot of this out.)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.110379</guid>
	<pubDate>Tue, 30 Dec 2008 14:01:14 -0800</pubDate>
	<category>css</category>
	<category>design</category>
	<category>html</category>
	<category>troubleshooting</category>
	<dc:creator>Karmakaze</dc:creator>
	</item>
	<item>
	<title>Eye-candy graphics directly in Email</title>
	<link>http://ask.metafilter.com/105947/Eyecandy%2Dgraphics%2Ddirectly%2Din%2DEmail</link>	
	<description>Eye-candy filled e-mail without having to open an attachment - how do you create this? You know the e-mails you get from advertisers that are loaded with graphics, images and lots of color.... how do you create something like that?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.105947</guid>
	<pubDate>Tue, 04 Nov 2008 08:33:52 -0800</pubDate>
	<category>adobe</category>
	<category>advertisement</category>
	<category>CS3</category>
	<category>CSS</category>
	<category>design</category>
	<category>dreamweaver</category>
	<category>email</category>
	<category>eyecandy</category>
	<category>graphicdesign</category>
	<category>html</category>
	<category>photoshop</category>
	<category>webdesign</category>
	<dc:creator>designbyme</dc:creator>
	</item>
	<item>
	<title>Why my design sucks? I can has better design skills please?</title>
	<link>http://ask.metafilter.com/105663/Why%2Dmy%2Ddesign%2Dsucks%2DI%2Dcan%2Dhas%2Dbetter%2Ddesign%2Dskills%2Dplease</link>	
	<description>Three part question about &quot;professional-looking&quot; websites. 1. What makes a website look &quot;professional&quot;?  It&apos;s hard for me - I know it when I see it, but at this point it is something ineffable and I need people more technically competent and with more refined knowledge of aesthetics / layout / design to spell this out.&lt;br&gt;
&lt;br&gt;
2. Why does my business website look unprofessional or amateur? I won&apos;t link, but it is the &quot;Modern Institute&quot; site recently posted into projects.  I want it to say &quot;these people are online professionals&quot;, and right now it doesn&apos;t.&lt;br&gt;
&lt;br&gt;
3. Why does my own judgment seem to change so radically over time?  When I first create a new design / layout / color scheme / whatever, I&apos;m all &quot;ooh! it looks so PROFESSIONAL!!! I am design KING!!!&quot;.  Now when I look at it, weeks or months later I am embarrassed that this is the image my organisation is providing to the Internet, and I feel that it looks like it was made by a 6th grader just learning HTML.&lt;br&gt;
&lt;br&gt;
I can&apos;t afford professional services, I need to just rely on my own work here... please, help me make this look better?  And tips that will help me in the future?&lt;br&gt;
&lt;br&gt;
I sincerely thank you in advance for your time in this regard.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.105663</guid>
	<pubDate>Fri, 31 Oct 2008 04:15:14 -0800</pubDate>
	<category>design</category>
	<category>html</category>
	<category>resolved</category>
	<category>web</category>
	<category>www</category>
	<dc:creator>Meatbomb</dc:creator>
	</item>
	<item>
	<title>How much should I expect to pay for someone to create me a simple two page website and where is the best/cheapest place to host it?</title>
	<link>http://ask.metafilter.com/102210/How%2Dmuch%2Dshould%2DI%2Dexpect%2Dto%2Dpay%2Dfor%2Dsomeone%2Dto%2Dcreate%2Dme%2Da%2Dsimple%2Dtwo%2Dpage%2Dwebsite%2Dand%2Dwhere%2Dis%2Dthe%2Dbestcheapest%2Dplace%2Dto%2Dhost%2Dit</link>	
	<description>How much should I expect to pay for someone to create me a simple two page website and where is the best/cheapest place to host it? I have an idea for one of those simple one word website and since I know just enough web stuff to end up messing it up I would rather pay someone to do it for me.&lt;br&gt;
&lt;br&gt;
The url of the website will be a question and the first page of the site will be a one word answer (with a link to an external page) and at the bottom of the page it will say &quot;more&quot;, with a link to the second page.  &lt;br&gt;
&lt;br&gt;
The second page will contain one or two sentences explaining the website and an archive of all of the pages that the one word answer on the front page has linked to.&lt;br&gt;
&lt;br&gt;
There will also be a basic free tracking service that I would like them to set up on the front page.&lt;br&gt;
&lt;br&gt;
How much should I expect to pay someone to create this website?  I will provide them with a log-in for the site that I have hosting on and the text (html) for the two pages.  &lt;br&gt;
&lt;br&gt;
What is the best (cheapest) place that I can find to host this, assuming it is a tiny website that gets a small amount of traffic.  Preferably, I would like a site that will also handle domain ownership, as I have not bought the domain yet, but it is still available.&lt;br&gt;
&lt;br&gt;
I would like to update the website nearly daily, changing the site that the one word answer links to, and adding that new site to the second (archive) page.  Basically, however the site is set up, if I have the html for the those two pages, will I just be able to make the changes on my local copy and then upload it/ftp it to the site?&lt;br&gt;
&lt;br&gt;
This is a political site for the US election... should I be concerned at all about potentially hiring someone to make this website who has strong opposing political views.  Would it be good to be upfront about the political aspect of the site and which side it is for?&lt;br&gt;
&lt;br&gt;
I don&apos;t know anything about website security... is such a set-up (two pages) likely to be a secure set-up, or is there a bunch of other steps I should take to make sure this isn&apos;t hacked/corrupted by spammers or something.&lt;br&gt;
&lt;br&gt;
Is there anything else I should be aware of when trying to hire someone for this type of project?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.102210</guid>
	<pubDate>Sat, 20 Sep 2008 10:03:50 -0800</pubDate>
	<category>design</category>
	<category>hosting</category>
	<category>html</category>
	<category>web</category>
	<dc:creator>davidstandaford</dc:creator>
	</item>
	<item>
	<title>Search me that flash mr google</title>
	<link>http://ask.metafilter.com/99007/Search%2Dme%2Dthat%2Dflash%2Dmr%2Dgoogle</link>	
	<description>What&apos;s the latest wisdoms on flash and search engines (aside from &quot;don&apos;t use flash&quot;)? Looking for tips geared towards new media sites (collectives, art galleries etc.) Being the most net savy of my group, I got tasked with designing our online portfolio and a site for the art space we co-manage. Did it all in flash as it seemed the thing to do. Despite filling out all the meta content in the html file, we&apos;re still pretty blind to search engines (been up since 2005). In particular people are complaining that none of their work shows up when searching for their name. I&apos;ve poked around to see what the current deal is, and short of not using flash, it seems there&apos;s no good way to make yourself visible to the search engines. Anyhow we got out of the gallery business awhile ago, but we&apos;d still like to maintain the site as a sort of memorial. &lt;br&gt;
&lt;br&gt;
So anyone with more experience have some tips? I was thinking a text based splash page, or maybe cutting down the site into text based html with flash navigation and movies, etc. &lt;br&gt;
&lt;br&gt;
Here&apos;s the site &lt;a href=&quot;http://www.nestmontreal.ca&quot;&gt;www.nestmontreal.ca&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
As you can see, it made sense to use flash for the look we were going after. But being invisible to search engines really sucks!&lt;br&gt;
&lt;br&gt;
Many thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.99007</guid>
	<pubDate>Tue, 12 Aug 2008 11:06:26 -0800</pubDate>
	<category>design</category>
	<category>engines</category>
	<category>flash</category>
	<category>html</category>
	<category>search</category>
	<category>web</category>
	<dc:creator>Smegoid</dc:creator>
	</item>
	<item>
	<title>How can I fix my weirdly rendering navigation tabs?</title>
	<link>http://ask.metafilter.com/96287/How%2Dcan%2DI%2Dfix%2Dmy%2Dweirdly%2Drendering%2Dnavigation%2Dtabs</link>	
	<description>What&apos;s wrong with my CSS that makes top the nav render like &lt;a href=&quot;http://api.browsershots.org/png/original/bb/bb6f759abef706978f314c83695f495e.png&quot;&gt;this&lt;/a&gt; or &lt;a href=&quot;http://api.browsershots.org/png/original/ec/ec5a610dc02ac24e300af9b25cdd51f6.png&quot;&gt;this&lt;/a&gt; on some browsers, and how can I fix it? &lt;a href=&quot;http://api.browsershots.org/png/original/1f/1fe501c007f70cdaa4b70839965b57a6.png&quot;&gt;This&lt;/a&gt; is an example of a desired rendering, and &lt;a href=&quot;http://www.electicker2008.com/main.css&quot;&gt;here&apos;s&lt;/a&gt; is the CSS. Thanks in advance, guys &amp;amp; gals!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.96287</guid>
	<pubDate>Thu, 10 Jul 2008 18:30:19 -0800</pubDate>
	<category>browser</category>
	<category>browsers</category>
	<category>css</category>
	<category>design</category>
	<category>div</category>
	<category>html</category>
	<category>nav</category>
	<category>navigation</category>
	<category>tab</category>
	<category>tabs</category>
	<category>web</category>
	<category>webdesign</category>
	<dc:creator>goodnewsfortheinsane</dc:creator>
	</item>
	<item>
	<title>wordpress template is screwed up</title>
	<link>http://ask.metafilter.com/92901/wordpress%2Dtemplate%2Dis%2Dscrewed%2Dup</link>	
	<description>Wordpress/web design problem-my custom template is screwed up and I can&apos;t figure out how to fix it. Please help. I just started a wordpress site for my blog. I created a custom template for the page. However, while the code is right, the design is screwed up. The sidebar is at the bottom instead of being at the side. You can see it at &lt;a href=&quot;http://raillery.tv/blog&quot;&gt;raillery.tv/blog &lt;/a&gt;&lt;br&gt;
&lt;br&gt;
What am I doing wrong?&lt;br&gt;
&lt;br&gt;
You can see the code here &lt;a href=&quot;http://forums.somethingawful.com/showthread.php?threadid=2718078&amp;pagenumber=26#post344233403&quot;&gt;http://forums.somethingawful.com/showthread.php?threadid=2718078&amp;amp;pagenumber=26#post344233403&lt;/a&gt;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.92901</guid>
	<pubDate>Sun, 01 Jun 2008 11:47:28 -0800</pubDate>
	<category>css</category>
	<category>design</category>
	<category>html</category>
	<category>php</category>
	<category>web</category>
	<category>wordpress</category>
	<dc:creator>clockworkjoe</dc:creator>
	</item>
	<item>
	<title>how to get title and description in Google organic search results</title>
	<link>http://ask.metafilter.com/89501/how%2Dto%2Dget%2Dtitle%2Dand%2Ddescription%2Din%2DGoogle%2Dorganic%2Dsearch%2Dresults</link>	
	<description>What am I doing wrong in my HTML that the description in Google&apos;s organic search just says &quot;Untitled Document?&quot; Check out the HTML for our photography site by going to View:Source at &lt;a href=&quot;http://www.vantagephotography.com&quot;&gt;www.vantagephotography.com&lt;/a&gt;.  I can&apos;t copy and paste the HTML here - it doesn&apos;t appear.  The page has a title that shows in the title bar, and a meta description.  When I find it in organic search results in Google (#1 when you search for &quot;vantage photography&quot;) it just says &quot;Untitled Document&quot; with no description.  Our other site - www.weddingsbyvantage.com - has the same problem.  Help!  What are we doing wrong?  It should have been indexed and cached many times by this point.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.89501</guid>
	<pubDate>Tue, 22 Apr 2008 08:48:04 -0800</pubDate>
	<category>design</category>
	<category>google</category>
	<category>html</category>
	<category>web</category>
	<dc:creator>mamessner</dc:creator>
	</item>
	<item>
	<title>How can I be cheap and have a good website?</title>
	<link>http://ask.metafilter.com/81148/How%2Dcan%2DI%2Dbe%2Dcheap%2Dand%2Dhave%2Da%2Dgood%2Dwebsite</link>	
	<description>Anyone know where a pair of clueless artists can find some free website design templates?   My friend and I are trying to get something up FAST, as fast as possible, while keeping as much money free as possible as we have an upcoming art show and we need money for the prints and frames.  So yeah.... flash would be awesome, but HTML will suffice.  I just don&apos;t want some geocities-esk 1990&apos;s website!  Thanks Mefites!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.81148</guid>
	<pubDate>Wed, 16 Jan 2008 09:05:40 -0800</pubDate>
	<category>design</category>
	<category>flash</category>
	<category>html</category>
	<category>webpage</category>
	<dc:creator>Bageena</dc:creator>
	</item>
	<item>
	<title>design my designing mind!</title>
	<link>http://ask.metafilter.com/76673/design%2Dmy%2Ddesigning%2Dmind</link>	
	<description>Help a design-impaired mind finish his dream project. How can one come up with a design/layout that is both simple and elegant (e.g. joshspear.com) and scalable? Is there some technique, principles, etc. that can be followed to end up with a satisfactory design? What are the technical limitations that put a cap on the awesomeness of a web design?&lt;br&gt;
&lt;br&gt;
I am a computer engineer with a good coding background and average knowledge in HTML/CSS.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.76673</guid>
	<pubDate>Mon, 19 Nov 2007 21:49:56 -0800</pubDate>
	<category>css</category>
	<category>design</category>
	<category>html</category>
	<category>layout</category>
	<dc:creator>howiamdifferent</dc:creator>
	</item>
	<item>
	<title>Prettify that Page!</title>
	<link>http://ask.metafilter.com/67609/Prettify%2Dthat%2DPage</link>	
	<description>Help me find books/sites to help me learn how to make good-looking websites! I have been making a fair number of sites lately, and while I&apos;ve got the chops for programming any flashy functionality that is needed, I am hopeless for making sites that simply LOOK good (for one of the more ugly sites, refer to www.myirishpictures.com).&lt;br&gt;
&lt;br&gt;
I am wondering on you MeFites recommendations about books/sites/general resources on design, and just making things pretty in general.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.67609</guid>
	<pubDate>Mon, 23 Jul 2007 09:35:41 -0800</pubDate>
	<category>design</category>
	<category>html</category>
	<category>website</category>
	<dc:creator>LoopyG</dc:creator>
	</item>
	<item>
	<title>a greener shade of pale</title>
	<link>http://ask.metafilter.com/63847/a%2Dgreener%2Dshade%2Dof%2Dpale</link>	
	<description>web colors question: using separate images for the rounded corners of a CSS div makes the main body and the corners different colors, although in photoshop they are identical... I have a DIV with text in it. this DIV has a background set to the exact color I want (#bed814). Now, i found a javascript (&lt;a href=&quot;http://www.456bereastreet.com/archive/200506/customising_custom_corners_and_borders/&quot;&gt;here&lt;/a&gt;) to make rounded corners, and have created PNGs with the rounded corners the exact same color in photoshop.&lt;br&gt;
&lt;br&gt;
in Firefox (on PC and Web) the corners and box appear identical. In Safari, and perhaps IE, the corners are noticeably a different shade of green. What is going on?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.63847</guid>
	<pubDate>Fri, 01 Jun 2007 06:57:51 -0800</pubDate>
	<category>colors</category>
	<category>css</category>
	<category>design</category>
	<category>html</category>
	<category>websafe</category>
	<dc:creator>yonation</dc:creator>
	</item>
	<item>
	<title>I forgot HTML, I forgot CSS</title>
	<link>http://ask.metafilter.com/61138/I%2Dforgot%2DHTML%2DI%2Dforgot%2DCSS</link>	
	<description>In making a gallery page for a website, what is the easiest way to have a scrolling area for clickable thumbnails that bring up a larger image, as well as some information about the image, in a table cell above? Specifics, examples, many self links, and my (mangled) code so far available inside. For starters: I want to look like &lt;a href=&quot;http://www.welldisposedcameras.com/mefi-example.html&quot;&gt; I have it here&lt;/a&gt;, but -- you know -- working and all.  The three thumbnails at the bottom should be just three of many in a horizontally scrollable area about as tall as they are.  Click on any one of these will change the larger image as well as the title of the image and perhaps some other information.  The &quot;next&quot; and &quot;previous&quot; links up top would, as you might guess, take you to the next and previous images in the row of thumbnails.&lt;br&gt;
&lt;br&gt;
Sounds fairly easy, at least it should be.  I just haven&apos;t designed a website in four years and I never knew more than pidgin HTML and CSS to begin with.  I don&apos;t want to use flash, even though I know it might be an easier way to go about it.  I have thought about frames, but have yet to try it because I was hoping to just do it on one page if possible.&lt;br&gt;
&lt;br&gt;
The rest of my malformed examples have the table borders set to 1, which should make it just a hair easier to follow along at home.&lt;br&gt;
&lt;br&gt;
Here is the &lt;a href=&quot;http://www.welldisposedcameras.com/stylesheet.css&quot;&gt;stylesheet&lt;/a&gt;, which  has an impact on the spacing of many of the table cells on the site and might make some stuff make a little bit of sense.&lt;br&gt;
&lt;br&gt;
To summarize the site structure:&lt;br&gt;
The top row is two cells with colspan each set at 2.&lt;br&gt;
The second row is the largest with two cells, a narrow cell for navigation and a big wide cell for the main content (with a colspan of 3).&lt;br&gt;
The third row is one empty cell (just to be a spacer under the navigation cell) and on most pages has three cells, each with one thumbnail image.  For this particular page I want it to be a long row of thumbnails.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.welldisposedcameras.com/mefi-example2.html&quot;&gt;In example 2&lt;/a&gt; I have created a new row at the bottom and given it a table with the property of &quot;overflow&quot; set to &quot;scroll&quot;.  The site didn&apos;t like that.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.welldisposedcameras.com/mefi-example3.html&quot;&gt;Example  3&lt;/a&gt; has a new table nested into a new row.  The result is still very weird.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.welldisposedcameras.com/mefi-example4.html&quot;&gt;Example four&lt;/a&gt; starts to work, but still no scrolling.  &lt;a href=&quot;http://www.welldisposedcameras.com/mefi-example5.html&quot;&gt;Example five&lt;/a&gt; is similar, just with a ton more thumbnails.  Both of these have a table nestled in one of the cells of the third row. This is the closest to what I want so far, but it still doesn&apos;t scroll&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.welldisposedcameras.com/mefi-example6.html&quot;&gt;Example six&lt;/a&gt; has just two cells in the bottom row, and many thumbnails simply dumped into the rightmost one.&lt;br&gt;
&lt;br&gt;
That&apos;s where I am right now.  I don&apos;t even know if this is something simple that I am stupidly missing, or something complex that I shouldn&apos;t bother with.&lt;br&gt;
&lt;br&gt;
If you want to play with the code and see what it looks like at home, the site URL is http://www.welldisposedcameras.com &lt;br&gt;
Images are in the /images folder and thumbnails are in the /images/th/ folder the CSS is just /stylesheet.css (as linked above).&lt;br&gt;
&lt;br&gt;
Aside from all this, I haven&apos;t even come up with a good idea for linking the thumbnails to the image.  Am I going to need to create a separate page for every image and link to it with every thumbnail?&lt;br&gt;
&lt;br&gt;
&lt;small&gt;In case any one wonders, this is &lt;a href=&quot;http://metatalk.metafilter.com/13831/Mefi-Disposable-Camera-Swap&quot;&gt;this&lt;/a&gt; and the images are from one of our members.  I want to finish the site and get more cameras back from users before I post this to either Projects or MeTa.&lt;/small&gt;&lt;br&gt;
&lt;br&gt;
Sorry if this is obvious or stupid.  Thanks for any help!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.61138</guid>
	<pubDate>Sun, 22 Apr 2007 21:29:06 -0800</pubDate>
	<category>CSS</category>
	<category>design</category>
	<category>HTML</category>
	<category>images</category>
	<category>thumbnails</category>
	<category>web</category>
	<category>website</category>
	<dc:creator>ztdavis</dc:creator>
	</item>
	<item>
	<title>Web page updates for the musically-inclined</title>
	<link>http://ask.metafilter.com/55619/Web%2Dpage%2Dupdates%2Dfor%2Dthe%2Dmusicallyinclined</link>	
	<description>Help me update my group&apos;s website without pulling my hair out... I play with a musical group that is presently (though hopefully not for much longer) doing all its own admin: finances, promotion, management, and website.  We are trained in music, and untrained in everything else, so we end up spending WAY too much time trying to do tasks that, for the more technically savvy, should take just a few minutes.  For example- simple content updates and revisions to our website.  &lt;br&gt;
&lt;br&gt;
Presently I&apos;m using an html template and plugging in the relevant details of upcoming events, etc.   However I find html code very tedious and dizzying to look at, so I would love to find a program (I know they exist) into which I can type normally and it will convert into code.  The catch (and I&apos;m not sure if this is much of a catch) is that we want to stick with the same layout, fonts, etc that we have already, so something like Google Page Creator, where you have to use their layouts, wouldn&apos;t work.  Can you recommend any applications (bonus points if they&apos;re free) that would allow me to do this more easily, freeing up hours of my time for practise and surfing AskMefi?&lt;br&gt;
&lt;br&gt;
Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.55619</guid>
	<pubDate>Tue, 23 Jan 2007 20:55:58 -0800</pubDate>
	<category>application</category>
	<category>computer</category>
	<category>design</category>
	<category>dummy</category>
	<category>html</category>
	<category>web</category>
	<category>website</category>
	<dc:creator>purplefiber</dc:creator>
	</item>
	<item>
	<title>me tarzan, you css</title>
	<link>http://ask.metafilter.com/51475/me%2Dtarzan%2Dyou%2Dcss</link>	
	<description>Help my brain wrap around CSS (especially making a css enabled tab menu) Okay,&lt;br&gt;
&lt;br&gt;
I know web design from a purely design stand point (that&apos;s aesthetically speaking) and I know html, some cold fusion and some php as well.  I can at least understand what php does...&quot;write some code and then tell your html to reference right here...&quot;  &lt;br&gt;
&lt;br&gt;
I can&apos;t, for the life of me, understand css.  I wanted to make a css menu (the horizontal kind that has nested parts in it and drops down when you roll over it) however everytime I open up Dreamweaver I find it easier just to code it by hand instead of trying to GUESS what to do in css.&lt;br&gt;
&lt;br&gt;
So could someone help me figure out how to put in a css menu in my html or just to understand css all together (or a webpage that references it) &lt;br&gt;
&lt;br&gt;
Thanks</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.51475</guid>
	<pubDate>Tue, 21 Nov 2006 13:56:36 -0800</pubDate>
	<category>coding</category>
	<category>css</category>
	<category>design</category>
	<category>html</category>
	<dc:creator>Hands of Manos</dc:creator>
	</item>
	<item>
	<title>XML for my product lists and rollover menus?</title>
	<link>http://ask.metafilter.com/45348/XML%2Dfor%2Dmy%2Dproduct%2Dlists%2Dand%2Drollover%2Dmenus</link>	
	<description>Are there any good XML/XHTML frameworks for using XML data to automatically populate both/either web page content and JavaScript rollover menus? I&apos;m working on a website for a client; it will basically be an online brochure for available products in a bricks-and-mortar store (without any merchant features). We&apos;ve already decided that this site will have an index page with a rollover menu, and that the menu will link to subpages populated with product content. &lt;br&gt;
&lt;br&gt;
I&apos;ve now realized that, as opposed to writing everything out in (X)HTML, I could compose XML files with all the appropriate product data - a field for the product name, description, thumbnail filename, full-size filename - and make a general template page that could read XML data and populate a list with it. While we&apos;re at it, why not do the same thing for the navigation menu? Not only would that allow me to flexibly change the product menu whenever I want, but it would keep the menu consistent for the whole site. As a former applications programmer (ASP, C++, SQL), this sounds like life would be great if I could get both to work.&lt;br&gt;
&lt;br&gt;
So before I either try writing this in PHP (which is a new language for me) or contracting the work out on some freelancing site, does a framework or template exist (open source, perhaps) to just drop this into my site and go with it? Or is this application really simple enough to do in an hour of my spare time? If I have to code it myself + debug it, I may simply do everything by hand in existing authoring programs the way it is classically done, at the expense of tedium in making future updates. (Plus, I have to provide deliverables to my client sometime in the next few weeks. In this case, &quot;finished quickly&quot; is way better than &quot;elegant&quot;.)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.45348</guid>
	<pubDate>Sun, 27 Aug 2006 16:42:34 -0800</pubDate>
	<category>application</category>
	<category>design</category>
	<category>HTML</category>
	<category>PHP</category>
	<category>web</category>
	<category>XML</category>
	<dc:creator>brianvan</dc:creator>
	</item>
	<item>
	<title>Good styles for good business site design?</title>
	<link>http://ask.metafilter.com/38247/Good%2Dstyles%2Dfor%2Dgood%2Dbusiness%2Dsite%2Ddesign</link>	
	<description>What website layouts work best for a site selling some books and/or software?  Ideas?  Examples?  What about NOT-recommended ideas and examples? I have a small line of software and books (like 10 different items total) and decided it&apos;s time to redesign the front page.  I&apos;ve been selling for years, but I&apos;m kind of flying by the seat of my pants and would like to consider new layouts.&lt;br&gt;
&lt;br&gt;
Any ideas here?  Is it better to put only one or two popular products on the front page?  Or make a little smorgasbord?  What designs invite a closer look?&lt;br&gt;
&lt;br&gt;
For example here are some sites I pondered:&lt;br&gt;
- &lt;a href=&quot;http://www.manifold.net/&quot;&gt;Manifold (GIS)&lt;/a&gt; -- this GIS system goes for a &quot;newsy&quot; look... it gets better if you scroll down but it seems to make one&apos;s eyelids heavy.  But I bet this gets great keyword rankings on Google.&lt;br&gt;
- &lt;a href=&quot;http://www.jasc.com&quot;&gt;PaintShop Pro&lt;/a&gt; -- the classic corporate look with little content and lots of abstract navigation (sometimes with Flash).  This, to me, screams &quot;run away!&quot;  Agree?  I&apos;m thinking the lack of keywords is also really bad for getting good positions in a search engine.&lt;br&gt;
- &lt;a href=&quot;http://www.winavi.com/&quot;&gt;WinAVI&lt;/a&gt; - sort of a high-end shareware (try/buy/info) but like the corporate style there&apos;s almost not enough to draw me in.  On the other hand it&apos;s intuitive for visitors who already know what they want.&lt;br&gt;
- &lt;a href=&quot;http://www.tmpgenc.net/e_main.html&quot;&gt;TMpegEnc&lt;/a&gt; - the classic &quot;sourceforge&quot; look, heavy on revision summaries and little to really draw you in... looks like a model not to emulate.&lt;br&gt;
- &lt;a href=&quot;http://www.shareaza.com/&quot;&gt;Shareaza&lt;/a&gt; - not bad, lots of good little bites and pics to tell you what it&apos;s all about.&lt;br&gt;
&lt;br&gt;
This might not be the best way to compare, though... unlike the sites above I also have a small product line that shores up my income quite well.  I have to figure out how to represent them too.&lt;br&gt;
&lt;br&gt;
Anyway I&apos;m leaving the question wide open to get different perspectives.  Does anyone here sell online using their own website?  What styles get a nod for common sense, usability, and drumming up visitor interest?  Maybe we can share crib notes.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.38247</guid>
	<pubDate>Mon, 15 May 2006 15:23:59 -0800</pubDate>
	<category>design</category>
	<category>html</category>
	<category>layout</category>
	<category>sales</category>
	<category>web</category>
	<category>websitedesign</category>
	<dc:creator>zek</dc:creator>
	</item>
	<item>
	<title>How to make an icon for a web page?</title>
	<link>http://ask.metafilter.com/34641/How%2Dto%2Dmake%2Dan%2Dicon%2Dfor%2Da%2Dweb%2Dpage</link>	
	<description>How do I create a little icon for the tab of a web page? I have tried searching, but &quot;icon&quot; and &quot;web page&quot; is on every 3rd page on the internet, hard to see what keywords to search...&lt;br&gt;
&lt;br&gt;
You know how, say, Metafilter has it&apos;s own special &quot;MF&quot; icon in the tab bar of the page?  Or how the &lt;a href=&quot;http://www.coffeepotghost.com/index.html&quot;&gt;coffeepot ghost guy&lt;/a&gt; has a little picture (of himself?) as the icon for his webpage? If he can do it it must not be that complicated?&lt;br&gt;
&lt;br&gt;
I am vaguely competent with Photoshop and html.&lt;br&gt;
&lt;br&gt;
Can someone please either spell out how to do this, or point me to a web resource that does?  I would really appreciate it, thanks in advance for your time.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.34641</guid>
	<pubDate>Sun, 19 Mar 2006 00:59:37 -0800</pubDate>
	<category>design</category>
	<category>graphics</category>
	<category>html</category>
	<category>web</category>
	<dc:creator>Meatbomb</dc:creator>
	</item>
	<item>
	<title>What is the best and/or most efficient website design software these days?</title>
	<link>http://ask.metafilter.com/33412/What%2Dis%2Dthe%2Dbest%2Dandor%2Dmost%2Defficient%2Dwebsite%2Ddesign%2Dsoftware%2Dthese%2Ddays</link>	
	<description>What is the best and/or most efficient website design software these days? Here at the office we&apos;re (finally) ready to dump our old Microsoft Frontpage-based website and move on to something better.  The problem is that with so many options out there I&apos;m conflicted on just what software to suggest.  I&apos;m looking for advice on just which website editor is worth the time and money these days.&lt;br&gt;
&lt;br&gt;
As far as funtionality goes, we want to be able to link our still-in-development project database to the new site so that when users check on project information the latest data is displayed on the site (project budgets, contact person, etc.).  Our first idea was to just build a database in Microsoft Access and use Frontpage to bridge everything, but I&apos;d much rather go in a different direction.&lt;br&gt;
&lt;br&gt;
Any advice for me?  What are the favorite web design software packages these days?  How about linking a database to a website?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.33412</guid>
	<pubDate>Mon, 27 Feb 2006 06:48:55 -0800</pubDate>
	<category>access</category>
	<category>database</category>
	<category>design</category>
	<category>development</category>
	<category>frontpage</category>
	<category>HTML</category>
	<category>microsoft</category>
	<category>website</category>
	<dc:creator>Servo5678</dc:creator>
	</item>
	<item>
	<title>Good WYSIWYG web development software for the Mac?</title>
	<link>http://ask.metafilter.com/31359/Good%2DWYSIWYG%2Dweb%2Ddevelopment%2Dsoftware%2Dfor%2Dthe%2DMac</link>	
	<description>I&apos;m looking for very simple WYSIWYG web development software package like JAlbum, Freeway and RapidWeaver.  Are there more packages out there that are very similar and very good for the Mac? I do a lot of web design work probono for friends, family and some non-profit.  I am looking for software that I can try out to cut my time down even more.  Freeway, JAlbum and RapidWeaver are good, but they each are lacking in their own way.  Any ideas?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.31359</guid>
	<pubDate>Mon, 23 Jan 2006 17:19:45 -0800</pubDate>
	<category>Apple</category>
	<category>CSS</category>
	<category>Design</category>
	<category>HTML</category>
	<category>Internet</category>
	<category>MAC</category>
	<category>OSX</category>
	<category>WebDesign</category>
	<category>WYSIWYG</category>
	<dc:creator>brokekid</dc:creator>
	</item>
	<item>
	<title>I need some insperation</title>
	<link>http://ask.metafilter.com/26813/I%2Dneed%2Dsome%2Dinsperation</link>	
	<description>Design ideas for a web based application?  Great web-apps?  I&apos;ve got artist&apos;s block. So our company makes this internet device for corporate use, and we want it to have this really slick web-based interface. I&apos;m trying to come up with some HTML/CSS templates that we might use.  &lt;br&gt;
&lt;br&gt;
A little back story: A company owed us some work and the came up with a few templates.  They were so bland, uninspired and artless that I, as someone with some web design experience, was personally offended.   I asked my boss for some of our basic logos and whatnot and so now I&apos;m planning to do a rough mockup on my own time.  (I&apos;m employed as a programmer, not a designer)&lt;br&gt;
&lt;br&gt;
All I need to do, basically, is come with some kickass CSS and graphics (I will have control of the HTML for this mockup). But I&apos;m a little stumped as far as how to start. Most of my design experience is with &quot;information display&quot; type pages (like a blog) with lots of text rather then an administration-type application which will be mostly text-free.&lt;br&gt;
&lt;br&gt;
So do you know of any really cool web-based applications that I might draw inspiration from? Anything else I could look at? &lt;br&gt;
&lt;br&gt;
I&apos;m having a hell of a time just getting started.  &lt;br&gt;
&lt;br&gt;
Thanks.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.26813</guid>
	<pubDate>Mon, 07 Nov 2005 15:52:04 -0800</pubDate>
	<category>CSS</category>
	<category>design</category>
	<category>HTML</category>
	<category>internet</category>
	<category>web</category>
	<dc:creator>delmoi</dc:creator>
	</item>
	<item>
	<title>Picking a Content Management System and learning PHP</title>
	<link>http://ask.metafilter.com/23176/Picking%2Da%2DContent%2DManagement%2DSystem%2Dand%2Dlearning%2DPHP</link>	
	<description>Thanks to your answers to &lt;a href=&quot;http://ask.metafilter.com/mefi/19137&quot;&gt;this question&lt;/a&gt;, I&apos;m going to spend the next month redeveloping our website. But now I&apos;m faced with choosing the right tools for the job. So for this project - a simple website for &lt;a href=&quot;http://www.europaeum.org&quot;&gt;this organisation&lt;/a&gt; incorporating news, articles, upcoming events - I was all set to learn and use &lt;a href=&quot;http://www.textpattern.com&quot;&gt;Textpattern&lt;/a&gt; and anticipated a smooth ride, until the goalposts got moved.&lt;br&gt;
&lt;br&gt;
Now the boss has pulled a new feature out of his ass: he wants the site to be a community, which could be a really good thing for the organisation, but it makes the job much harder. We now need a membership database, which would allow members (around 400, all professors at member universities, by invite only) to edit a profile of their own, and participate in forum discussions. The profiles need to be searchable and viewable, like the faculty biographies on most university sites.&lt;br&gt;
&lt;br&gt;
So to cut to the chase, I don&apos;t think Textpattern will handle this, at least not without extensive modification. I&apos;m now looking at &lt;a href=&quot;http://www.drupal.org&quot;&gt;Drupal&lt;/a&gt;, and in particular a version of Drupal called &lt;a href=&quot;http://civicspacelabs.org/home/&quot;&gt;Civicspace&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
So, could anyone share experiences of using these programs for similar applications? They look complicated, so is there anything simpler that could accomplish the same thing, perhaps &lt;a href=&quot;http://www.xoops.org&quot;&gt;Xoops&lt;/a&gt; or something?&lt;br&gt;
&lt;br&gt;
And finally, someone mentioned that if I choose Drupal, I would have to learn PHP to modify the look beyond standard templates. How hard would this be inside a month? 2 months? I&apos;m not afraid of learning some programming, but I need to give an accurate idea of the timescale to the boss.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.23176</guid>
	<pubDate>Fri, 26 Aug 2005 03:16:55 -0800</pubDate>
	<category>cms</category>
	<category>css</category>
	<category>design</category>
	<category>html</category>
	<category>php</category>
	<category>webdesign</category>
	<dc:creator>godawful</dc:creator>
	</item>
	<item>
	<title>how to display image files on a web page</title>
	<link>http://ask.metafilter.com/14470/how%2Dto%2Ddisplay%2Dimage%2Dfiles%2Don%2Da%2Dweb%2Dpage</link>	
	<description>Windows Explorer has an option to display all the image files in a folder in &quot;filmstrip&quot; mode, which looks like &lt;a href=&quot;http://www.unevensurface.com/example.jpg&quot;&gt;this&lt;/a&gt;. I want to create a similar method of display on a web page. I figure I&apos;ll have to (unfortunately) use frames to create the bottom gallery of thumbnails and have it scroll like that but I would rather not have to create a separate page for each full-size picture. I would rather the page displaying the picture be dynamic and just change the picture rather than refer the browser to a different file. I figure this could be done with some scripting language (PHP?) but I don&apos;t know much about that sort of thing. Can anyone help me out? [+] I do plan on learning how to do this stuff on my own but for what this is going to be used for is something that&apos;s likely going to be up for public view before I get the chance to learn this on my own. Searching for scripts that do this just leads me to stuff like Gallery and other things that aren&apos;t really what I&apos;m looking for.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.14470</guid>
	<pubDate>Wed, 26 Jan 2005 22:01:20 -0800</pubDate>
	<category>design</category>
	<category>html</category>
	<category>images</category>
	<category>javascript</category>
	<category>php</category>
	<category>webdev</category>
	<dc:creator>DyRE</dc:creator>
	</item>
	
	</channel>
</rss>

