<?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 webdesign</title>
      <link>http://ask.metafilter.com/tags/webdesign</link>
      <description>Questions tagged with 'webdesign' at Ask MetaFilter.</description>
	  <pubDate>Wed, 06 Jan 2010 08:03:29 -0800</pubDate> <lastBuildDate>Wed, 06 Jan 2010 08:03:29 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>Looking for good, easy to set up &apos;Content Management Community&apos; web-software</title>
	<link>http://ask.metafilter.com/142435/Looking%2Dfor%2Dgood%2Deasy%2Dto%2Dset%2Dup%2DContent%2DManagement%2DCommunity%2Dwebsoftware</link>	
	<description>Web-Design-Filter: I am looking for a free (or very cheap) and easy to use Content Management System that I can use to set up a private, dynamic blog, content and community space for multiple users. I would be willing to look at &lt;a href=&quot;http://wordpress.org&quot;&gt;Wordpress&lt;/a&gt; type software bases, but would like to integrate something of the functionality of lifestream systems like &lt;a href=&quot;http://facebook.com&quot;&gt;Facebook&lt;/a&gt; and &lt;a href=&quot;http://sweetcron.com&quot;&gt;Sweetcron&lt;/a&gt;/&lt;a href=&quot;http://tumblr.com&quot;&gt;Tumblr&lt;/a&gt;. I want to set up a private web-space to be used as a university-department community hub. I want it to be much more dynamic than a simple &apos;forum/message-board&apos; for the department. I envisage a kind of &apos;University-news meets facebook meets tumblr&apos; community space. &lt;br&gt;
&lt;br&gt;
These functions would be pretty central to the site:&lt;br&gt;
&lt;br&gt;
- Every user can set up their own blog space within the system&lt;br&gt;
&lt;br&gt;
- There is a central &apos;calendar&apos; type section to the site, where events and important dates can be posted.&lt;br&gt;
&lt;br&gt;
- Users can also or instead (of a blog) submit RSS feeds from content systems such as delicious, Flickr, Youtube,  Twitter which would automatically be archived and published by the site, ala Tumblr. I want users to be easily able to share content, such as links or videos, within the system or via an external rss feed that automatically gets added to the site content.&lt;br&gt;
&lt;br&gt;
- All the content, whether from users blogs, from the feeds or the calendar, is aggregated to a central web-hub. So, any registered user - whether they have a blog/feed or not - can see every other users postings in a single, centralised location. It would be great if every post could have a date attached to it, so that these postings could easily be turned into events that would show up on the calendar view.&lt;br&gt;
&lt;br&gt;
- The integration of a tagging system that allowed users to see only posts about a certain topic. It would also then be possible for users to subscribe, whether by RSS or email, to tags of their choice, users of their choice, or the entire output of the web-hub&lt;br&gt;
&lt;br&gt;
- Lots of nice customisation for users, so they can feed in facebook profiles etc. to their user pages.&lt;br&gt;
&lt;br&gt;
- Users can choose whether their content, whether from RSS feeds or their entire blog, is visible only to registered users of the site, or to the world at large (e.g. dynamic privacy options built in to settings).&lt;br&gt;
&lt;br&gt;
I realise that this might be a tall order, especially for free software, but I am sure it is possible to do this quite simply and without having to strap loads of plugins onto a wordpress blog or whatever. I have ~some~ experience with CSS, PHP and MySQL, but the less I have to do the better really. I would ideally like to set up an URL, setup a MySQL database, install some systems, tweak a little, and finish up. I realise this, also, is a tall order.&lt;br&gt;
&lt;br&gt;
If it takes several different bits of software to acheive this, how difficult would it be to stick them together to create the illusion of coherence?&lt;br&gt;
&lt;br&gt;
I would love your advice and input.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2010:site.142435</guid>
	<pubDate>Wed, 06 Jan 2010 08:03:29 -0800</pubDate>
	<category>blogging</category>
	<category>blogs</category>
	<category>community</category>
	<category>content</category>
	<category>content-management</category>
	<category>css</category>
	<category>design</category>
	<category>facebook</category>
	<category>html</category>
	<category>mysql</category>
	<category>online</category>
	<category>sweetcron</category>
	<category>tumblr</category>
	<category>web</category>
	<category>webdesign</category>
	<category>web-design</category>
	<dc:creator>0bvious</dc:creator>
	</item>
	<item>
	<title>HTML 5 Filter: jQuery HTML 5 Selectors, do they work?</title>
	<link>http://ask.metafilter.com/141885/HTML%2D5%2DFilter%2DjQuery%2DHTML%2D5%2DSelectors%2Ddo%2Dthey%2Dwork</link>	
	<description>HTML 5 Filter: jQuery HTML 5 Selectors, do they work? I&apos;m designing a Wordpress blog for my friend, and I&apos;m making the (perhaps stupid) move to make it with HTML 5 and CSS 3.  I&apos;ve had no trouble thus far, but when I added in my jQuery (v1.3.2), I&apos;m having trouble using its selector engine to grab the new HTML 5 elements.  Specifically the &lt;nav&gt; element.&lt;br&gt;
&lt;br&gt;
The full reason I need to do this follows:&lt;br&gt;
&lt;br&gt;
I&apos;m using a custom font  for the nav, and rather than using CSS 3s new @font-face, I&apos;ve just decided to go with Cufon.  Cufon has a very limited selector engine, but it&apos;s made to work with jQuery&apos;s, and many other frameworks&apos; selector engines.  So, I&apos;m trying to couple those two things to replace the font of the &lt;code&gt;a&lt;/code&gt; tags inside the &lt;nav&gt; element.&lt;br&gt;
&lt;br&gt;
So if anyone knows how to select the new HTML 5 elements with jQuery, I would be very appreciative.  Thanks in advance.&lt;/nav&gt;&lt;/nav&gt;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.141885</guid>
	<pubDate>Wed, 30 Dec 2009 12:03:22 -0800</pubDate>
	<category>HTML5</category>
	<category>jQuery</category>
	<category>webdesign</category>
	<category>webdevelopment</category>
	<dc:creator>willcosgrove</dc:creator>
	</item>
	<item>
	<title>What&apos;s the best WYSIWYG software for web design these days?</title>
	<link>http://ask.metafilter.com/140541/Whats%2Dthe%2Dbest%2DWYSIWYG%2Dsoftware%2Dfor%2Dweb%2Ddesign%2Dthese%2Ddays</link>	
	<description>What is the best WYSIWYG website builder for PCs out there these days? My uncle is still using an archaic version of Front Page to produce his family websites. The results look OK but are unusable (hyperlinks don&apos;t work) if you are using a Mac or Firefox, which is pretty much rules out 90% of his audience.  &lt;br&gt;
&lt;br&gt;
So what is the best desktop app for designing websites on a PC these days? He doesn&apos;t know HTML, and online webapps aren&apos;t an option. It should be easy to use but produce good clean code. Help me only fix the HTML once!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.140541</guid>
	<pubDate>Sat, 12 Dec 2009 21:03:57 -0800</pubDate>
	<category>best</category>
	<category>resolved</category>
	<category>software</category>
	<category>webdesign</category>
	<category>webdevelopment</category>
	<category>wysiwyg</category>
	<dc:creator>julen</dc:creator>
	</item>
	<item>
	<title>Why do online news sites post articles over multiple pages?</title>
	<link>http://ask.metafilter.com/140275/Why%2Ddo%2Donline%2Dnews%2Dsites%2Dpost%2Darticles%2Dover%2Dmultiple%2Dpages</link>	
	<description>Why do online magazines/news sites post articles over multiple pages? You find an interesting headline, you click through to read it and are allowed to read a couple of paragraphs, before being invited to click through to page 2 of 5. &lt;br&gt;
&lt;br&gt;
A quick survey of my friends found that nobody likes this. They regard it as irritating and entirely unnecessary. &lt;br&gt;
&lt;br&gt;
Why is it done? To increase the number of clicks? To ensure that you view more advertisements?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.140275</guid>
	<pubDate>Thu, 10 Dec 2009 03:59:59 -0800</pubDate>
	<category>internet</category>
	<category>news</category>
	<category>webdesign</category>
	<dc:creator>jonesor</dc:creator>
	</item>
	<item>
	<title>You know that website built in the 1920s?</title>
	<link>http://ask.metafilter.com/140220/You%2Dknow%2Dthat%2Dwebsite%2Dbuilt%2Din%2Dthe%2D1920s</link>	
	<description>It&apos;s 1925. I own a General Store. The General Store has a website (obviously)... Can you describe what that website might look like? How can a visitor to that site recognize it immediately as owned by a 1925 General Store (visually)? I&apos;m trying to design the web site for a 1925- (or so, the specific year isn&apos;t too specific) era general store. What elements can I use, specifically, to help establish the style?&lt;br&gt;
&lt;br&gt;
To be clear, I don&apos;t want the site to look like you&apos;re shopping in a nostalgic memory of a 1925 store (so no b/w photos of storefronts, or sepia tones, etc). Rather, the idea is that you&apos;re shopping in a store that would have been designed in 1925... Does that make sense? &lt;br&gt;
&lt;br&gt;
Also, because I&apos;m aiming for real &apos;Americana,&apos; I&apos;m less interested in Bauhaus or other &apos;avant-garde&apos; 20s styles.&lt;br&gt;
&lt;br&gt;
For fonts, I found &lt;a href=&quot;http://www.fontscape.com/explore?5M1&quot;&gt;this&lt;/a&gt; link, and other useful ones from &lt;a href=&quot;http://ask.metafilter.com/74473/graphic-design-in-the-past&quot;&gt;this &lt;/a&gt;post. &lt;br&gt;
&lt;br&gt;
But what about backgrounds? Wallpapers? Colors? Icons? What was the &quot;Web 2.0&quot; style of the 1920s? &lt;br&gt;
&lt;br&gt;
Any points of reference would be most appreciated. (I think there could be a whole movement of era-designed web sites, even from the future!).</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.140220</guid>
	<pubDate>Wed, 09 Dec 2009 12:39:16 -0800</pubDate>
	<category>1920s</category>
	<category>americana</category>
	<category>graphicdesign</category>
	<category>nostalgia</category>
	<category>webdesign</category>
	<dc:creator>prophetsearcher</dc:creator>
	</item>
	<item>
	<title>Are there any worthwhile professional associations for web developers/designers?</title>
	<link>http://ask.metafilter.com/139059/Are%2Dthere%2Dany%2Dworthwhile%2Dprofessional%2Dassociations%2Dfor%2Dweb%2Ddevelopersdesigners</link>	
	<description>Are there any worthwhile professional associations for web developers/designers/etc?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.139059</guid>
	<pubDate>Wed, 25 Nov 2009 08:28:49 -0800</pubDate>
	<category>professionalorganization</category>
	<category>web</category>
	<category>webdesign</category>
	<dc:creator>Jairus</dc:creator>
	</item>
	<item>
	<title>Which NYC area colleges and Universities are teaching valid hand marked-up xhtml and css in their web design courses?</title>
	<link>http://ask.metafilter.com/138337/Which%2DNYC%2Darea%2Dcolleges%2Dand%2DUniversities%2Dare%2Dteaching%2Dvalid%2Dhand%2Dmarkedup%2Dxhtml%2Dand%2Dcss%2Din%2Dtheir%2Dweb%2Ddesign%2Dcourses</link>	
	<description>Which (if any) NYC area colleges and Universities are teaching valid hand marked-up xhtml and css in their web design courses? I am trying to find a freelancer or small firm to take over a dating website redesign for a client in the NYC/NJ area. The back-end is/will be Cold Fusion (this is the only option as far as the client is concerned) and the front end styles and all formatting will be implemented using style sheets and fully accessible xhtml. I am having trouble finding an entry level designer who not only has the proper skill set, but who also understands why it is important that their code validates.&lt;br&gt;
The best option seems to be to advertise this job on various area school&apos;s alumni and/or student job boards, but if the state university that I am currently a grad student at is any indication, not all web design courses and digital design concentrations teach much beyond WYSIWYG dreamweaver classes, and the computer science classes don&apos;t address user interface design and css much, if at all.&lt;br&gt;
Is anyone here familiar enough with the design programs at other schools (Pratt, Parsons, SVA, Rutgers, etc.) that they might suggest the best programs and career services offices for me to contact?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.138337</guid>
	<pubDate>Tue, 17 Nov 2009 07:21:11 -0800</pubDate>
	<category>coldfusion</category>
	<category>css</category>
	<category>freelance</category>
	<category>jobboards</category>
	<category>resolved</category>
	<category>schools</category>
	<category>universities</category>
	<category>webdesign</category>
	<category>xhtml</category>
	<dc:creator>stagewhisper</dc:creator>
	</item>
	<item>
	<title>Good examples of  Social Sign In?</title>
	<link>http://ask.metafilter.com/137509/Good%2Dexamples%2Dof%2DSocial%2DSign%2DIn</link>	
	<description>Any good examples of &quot;Social Sign In&quot;? For the little web toys I make, I don&apos;t want to make full sign up forms, so I&apos;m looking for any sites that are using Facebook / Twitter / Google / Yahoo / OpenID / etc for sign in. Something like what stack overflow is doing here: http://stackoverflow.com/users/login (only OpenID though).</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.137509</guid>
	<pubDate>Sat, 07 Nov 2009 10:43:45 -0800</pubDate>
	<category>facebook</category>
	<category>login</category>
	<category>openid</category>
	<category>twitter</category>
	<category>webdesign</category>
	<dc:creator>slactoid</dc:creator>
	</item>
	<item>
	<title>What Does The Word SLACKER Mean To You? </title>
	<link>http://ask.metafilter.com/136989/What%2DDoes%2DThe%2DWord%2DSLACKER%2DMean%2DTo%2DYou</link>	
	<description>Do-Gooder Needs Help With Amusing Slackronym! I am thinking of starting a website that would feature local people in Northern New England who have valuable job skills or passions that are lying dormant because of the economic downturn.  &lt;br&gt;
&lt;br&gt;
I want to entitle it SLACKER.com or something similar, but am having trouble aligning a SLACKER acronym (slackronym?) with it. &lt;br&gt;
&lt;br&gt;
Ideally the Slackronym should embody the following: &lt;br&gt;
- underused, valuable local resources.&lt;br&gt;
- a commitment to making the world a better place through your passions.&lt;br&gt;
- the idea that enormous possibilities are going unnoticed in our communities because no one is hearing about what people can offer. &lt;br&gt;
&lt;br&gt;
Any creative, witty or sarcastic help with fitting words into a SLACKER acronym would be great.  Bonus points for turning the whole &quot;GET A JOB, ASSHOLE!&quot; rhetoric on its ear that the far-right wingnut Tea Party folks use.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.136989</guid>
	<pubDate>Sun, 01 Nov 2009 13:18:39 -0800</pubDate>
	<category>acronyms</category>
	<category>communitybuilding</category>
	<category>economics</category>
	<category>grassroots</category>
	<category>jobs</category>
	<category>politics</category>
	<category>startups</category>
	<category>unemployment</category>
	<category>webdesign</category>
	<dc:creator>Lipstick Thespian</dc:creator>
	</item>
	<item>
	<title>So how do I choose which blue for the header?  Should it even be blue? What goes with blue?</title>
	<link>http://ask.metafilter.com/136638/So%2Dhow%2Ddo%2DI%2Dchoose%2Dwhich%2Dblue%2Dfor%2Dthe%2Dheader%2DShould%2Dit%2Deven%2Dbe%2Dblue%2DWhat%2Dgoes%2Dwith%2Dblue</link>	
	<description>Give me a crash course in colour! I need to start making some flat template designs for a website but don&apos;t know where to start. I&apos;ve come to web design through information architecture and writing web content.  I&apos;m a word-oriented person with essentially no visual interests;  I don&apos;t own a single painting, have never been moved by an image in a gallery. All my walls are magnolia.&lt;br&gt;
&lt;br&gt;
We&apos;ve got a house style in terms of shapes for the site, and my manager has asked me to come up with a few different colour schemes to discuss.  There have to be millions of colours available in #nnnnnn.&lt;br&gt;
&lt;br&gt;
I know there&apos;s a thing called a colour wheel that shows colours that go well together.  That&apos;s as much as I know about colour.&lt;br&gt;
&lt;br&gt;
Are there any resources on the web for learning about this?  Tips about how to pick colours? Is there a process by which you can come up with colours that are useful across a site?&lt;br&gt;
&lt;br&gt;
Any help very much appreciated.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.136638</guid>
	<pubDate>Wed, 28 Oct 2009 05:02:43 -0800</pubDate>
	<category>color</category>
	<category>colortheory</category>
	<category>colorwheel</category>
	<category>colour</category>
	<category>colourtheory</category>
	<category>colourwheel</category>
	<category>webdesign</category>
	<dc:creator>Cantdosleepy</dc:creator>
	</item>
	<item>
	<title>Help clear my float!</title>
	<link>http://ask.metafilter.com/136591/Help%2Dclear%2Dmy%2Dfloat</link>	
	<description>CSS question: How can I get my floated sidebar to stop overlapping my footer? I&apos;m using clear:both! &lt;a href=&quot;http://snarkmarket.com/2009/3019&quot;&gt;Take a look at this page.&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
The structure of the HTML is pretty simple:&lt;br&gt;
&lt;br&gt;
There are three main divs - #mainheader, #maincolumn, and #footer. #Maincolumn contains another centered div - #container - which includes a div called #content, and a left-floated div called #sidebar. &lt;br&gt;
&lt;br&gt;
After I close #maincolumn, I include a &quot;.clear&quot; div to clear all the floated content, and then there&apos;s the #footer. &lt;br&gt;
&lt;br&gt;
So here&apos;s the structure:&lt;br&gt;
&lt;br&gt;
- #mainheader&lt;br&gt;
- #maincolumn&lt;br&gt;
&amp;nbsp;&amp;nbsp;- #container&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;- #content&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;- #sidebar&lt;br&gt;
- .clear&lt;br&gt;
- #footer&lt;br&gt;
&lt;br&gt;
My problem is that when the text in #sidebar is longer than the stuff in #content, it overlaps the footer.&lt;br&gt;
&lt;br&gt;
Isn&apos;t clearing all floats supposed to clear all floats? What&apos;s happening here? Thanks in advance for your help!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.136591</guid>
	<pubDate>Tue, 27 Oct 2009 12:53:29 -0800</pubDate>
	<category>css</category>
	<category>float</category>
	<category>html</category>
	<category>overlap</category>
	<category>resolved</category>
	<category>webdesign</category>
	<dc:creator>mthomps00</dc:creator>
	</item>
	<item>
	<title>What&apos;s the best way to keep a viewers attention for a long manifesto from a design perspective?</title>
	<link>http://ask.metafilter.com/136256/Whats%2Dthe%2Dbest%2Dway%2Dto%2Dkeep%2Da%2Dviewers%2Dattention%2Dfor%2Da%2Dlong%2Dmanifesto%2Dfrom%2Da%2Ddesign%2Dperspective</link>	
	<description>What&apos;s the best way to keep a viewers attention for a long manifesto from a design perspective? What elements/techniques within the document could be used? I&apos;m working on a project where the author is trying to convey a very motivating yet esoteric idea in a manifesto.  The text is good but it&apos;s a long single web page that I&apos;m may be seen as too long.  From a design perspective, what&apos;s the best way to keep the viewer&apos;s attention?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.136256</guid>
	<pubDate>Fri, 23 Oct 2009 12:41:04 -0800</pubDate>
	<category>Design</category>
	<category>GraphicDesign</category>
	<category>WebDesign</category>
	<dc:creator>brokekid</dc:creator>
	</item>
	<item>
	<title>Art Gallery Web Sites?</title>
	<link>http://ask.metafilter.com/136057/Art%2DGallery%2DWeb%2DSites</link>	
	<description>Do you know of any art galleries with really great web sites? I&apos;m not interested in museum sites, I&apos;m interested in how small art galleries present their business and inventory online.&lt;br&gt;
&lt;br&gt;
(Do you run an art gallery? What do you use your site for? What are people looking for when they visit it?)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.136057</guid>
	<pubDate>Wed, 21 Oct 2009 11:55:09 -0800</pubDate>
	<category>bestpractices</category>
	<category>webdesign</category>
	<category>webdevelopment</category>
	<dc:creator>crickets</dc:creator>
	</item>
	<item>
	<title>How does HuffPo append URLs to copied text?</title>
	<link>http://ask.metafilter.com/133804/How%2Ddoes%2DHuffPo%2Dappend%2DURLs%2Dto%2Dcopied%2Dtext</link>	
	<description>I noticed today that text copied from articles on The Huffington Post appends the article URL when pasted and I&apos;m wondering how it&apos;s done. Here&apos;s an example of copying and pasting text from the current front page story of the G20 meeting:&lt;br&gt;
&lt;br&gt;
&lt;em&gt;&lt;blockquote&gt;The three leaders, in their dramatic joint statement that overshadowed the G-20 economic summit here, hoped the disclosure would increase pressure on the global community to impose new sanctions on Iran if it refuses to stop its nuclear program.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Read more at: http://www.huffingtonpost.com/2009/09/25/obama-iran-has-secret-nuc_n_299556.html&lt;/blockquote&gt;&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
The &quot;Read more at:...&quot; portion never appeared on the page.&lt;br&gt;
&lt;br&gt;
Repro steps:&lt;br&gt;
&lt;br&gt;
1) Copy any random paragraph from a HuffPo story.&lt;br&gt;
2) Paste elsewhere.&lt;br&gt;
&lt;br&gt;
I&apos;m using FireFox 3.5.3 on Windows 7. I don&apos;t see this behavior when copying from other sites.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.133804</guid>
	<pubDate>Fri, 25 Sep 2009 10:05:39 -0800</pubDate>
	<category>copy</category>
	<category>html</category>
	<category>huffingtonpost</category>
	<category>huffpo</category>
	<category>javascript</category>
	<category>js</category>
	<category>paste</category>
	<category>resolved</category>
	<category>web</category>
	<category>webdesign</category>
	<dc:creator>eyeballkid</dc:creator>
	</item>
	<item>
	<title>Why won&apos;t mdcalc.com load in IE7?</title>
	<link>http://ask.metafilter.com/133644/Why%2Dwont%2Dmdcalccom%2Dload%2Din%2DIE7</link>	
	<description>Why won&apos;t my site  load in some versions of IE7? Works in everything else. Recently I&apos;ve been getting emails from hospital IT departments that my site doesn&apos;t load in their version of IE7, but loads in Firefox, IE6, IE8, etc. As far as I know they&apos;re running Windows XP IE7, but when I run the same thing (IE7, WinXP) the site shows up fine on my computer. Only reason I can confirm there&apos;s a problem is that running &lt;a href=&quot;https://browserlab.adobe.com/index.html#&quot;&gt;Adobe&apos;s BrowserLab&lt;/a&gt; gives me the error &quot;This program cannot display the webpage.&quot; &lt;a&gt;Validating the page&lt;/a&gt; shows just some minor errors due to javascript and alt images. I&apos;m stumped. Thanks in advance!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.133644</guid>
	<pubDate>Wed, 23 Sep 2009 14:28:43 -0800</pubDate>
	<category>ie7</category>
	<category>webdesign</category>
	<dc:creator>gramcracker</dc:creator>
	</item>
	<item>
	<title>help me create my site!</title>
	<link>http://ask.metafilter.com/133517/help%2Dme%2Dcreate%2Dmy%2Dsite</link>	
	<description>help me get my Web site up and running through Verio... Hi - I&apos;m new to Web sites and have never put one up. I have registered my domain name with verio and paid for hosting through verio too. I have the Windows Basic hosting package. Their &quot;easy site&quot; creator looks handy, but it&apos;s pretty limited. In fact, It doesn&apos;t even let me change their cheesy graphics. I&apos;d like to create my own site using a program or templates I can find online. Can anyone take me through the basic steps of how to do this? I sell antiques, and the site would have a main page and then links off to several categories of items that would contain photos, descriptions and prices. &lt;br&gt;
&lt;br&gt;
Is there a good site that will guide me through the creation of a site? &lt;br&gt;
&lt;br&gt;
Once I do that, what do I do? How do I upload the site I&apos;ve created to Verio to get it running?&lt;br&gt;
&lt;br&gt;
Man, i know nothing!!!&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
Adrian</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.133517</guid>
	<pubDate>Tue, 22 Sep 2009 08:02:55 -0800</pubDate>
	<category>smallbusiness</category>
	<category>verio</category>
	<category>webdesign</category>
	<dc:creator>Salvatorparadise</dc:creator>
	</item>
	<item>
	<title>Web-audio options without Flash?</title>
	<link>http://ask.metafilter.com/133141/Webaudio%2Doptions%2Dwithout%2DFlash</link>	
	<description>WebDesignFilter!  Is there a way to have an mp3 play in the current page when a user clicks a gif image?  Can this be done without using flash? Imagine a page with a short story that has clickable pics along the way...  and when you click a pic, you hear an extra piece of the story, or some related info.  The pics would be basic gif or jpeg image files.&lt;br&gt;
&lt;br&gt;
I realize I could use some sort of button-based flash audio player (I&apos;m quite fond of the Wimpy button, normally), but I&apos;m trying to avoid flash, and the buttons would take away from the look of the minimalist design, unless I could use the images from the story as the buttons.&lt;br&gt;
&lt;br&gt;
I want this to work in IE, Safari, Firefox, and hopefully on an iPhone too.&lt;br&gt;
I don&apos;t want people to have to install a new plugin to access the audio.&lt;br&gt;
And, naturally, I don&apos;t want the user to be taken to a blank page where the audio plays.&lt;br&gt;
&lt;br&gt;
Is this possible?&lt;br&gt;
Thoughts?&lt;br&gt;
Ideas?&lt;br&gt;
Workarounds?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.133141</guid>
	<pubDate>Thu, 17 Sep 2009 13:00:23 -0800</pubDate>
	<category>mp3</category>
	<category>resolved</category>
	<category>webaudio</category>
	<category>webdesign</category>
	<dc:creator>2oh1</dc:creator>
	</item>
	<item>
	<title>How to apply a radial-subtle gradient to a 1px line Photoshop?</title>
	<link>http://ask.metafilter.com/133018/How%2Dto%2Dapply%2Da%2Dradialsubtle%2Dgradient%2Dto%2Da%2D1px%2Dline%2DPhotoshop</link>	
	<description>How to apply a web 2.0  radial-subtle gradient to a 1px line Photoshop? Hi All, I&apos;m a freshman Web/Graphic design student and am looking to achieve the following:&lt;br&gt;
&lt;br&gt;
How to apply a subtle gradient to a line tool in Photoshop? In other words I see a trend in web 2.0 graphic-rich websites that use these horizontal rules that fade on both sides.&lt;br&gt;
&lt;br&gt;
I have been able to achieve all effects with linear gradients. But am unable to master the radial gradient. It seems that if I start from center it blends the middle of the line instead of the outer edges.&lt;br&gt;
&lt;br&gt;
Essentially I&apos;m looking to learn to achieve two effects:&lt;br&gt;
&lt;br&gt;
1: http://www.cobblestonecn.com/&lt;br&gt;
- the top-most tab&apos;s bottom border fades on both sides seemlessly&lt;br&gt;
&lt;br&gt;
2: http://onwired.com/&lt;br&gt;
- the border of the green strip fades on both sides and also has a shadow under it to make a pop effect.&lt;br&gt;
&lt;br&gt;
Are there good tutorials for both  web 2.0 effects?&lt;br&gt;
&lt;br&gt;
I know my way around Photoshop, but have not had experience with achieving certain effects.&lt;br&gt;
&lt;br&gt;
Thanks in advance!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.133018</guid>
	<pubDate>Wed, 16 Sep 2009 11:26:44 -0800</pubDate>
	<category>20</category>
	<category>design</category>
	<category>gradient</category>
	<category>gradients</category>
	<category>photoshop</category>
	<category>radial</category>
	<category>trends</category>
	<category>web</category>
	<category>webdesign</category>
	<dc:creator>wildrain2008</dc:creator>
	</item>
	<item>
	<title>Web coding questions</title>
	<link>http://ask.metafilter.com/133008/Web%2Dcoding%2Dquestions</link>	
	<description>Two webcoding questions:
1) What is the web coding name for hiding/revealing text without reloading a page? For instance, &lt;a href=&quot;http://pitchfork.com/news/album-releases/&quot;&gt;on this page&lt;/a&gt; you can see &quot;Continue Reading&quot; and &quot;Hide this News Article&quot; as  
toggles. They appear to be doing it with javascript. What is this  
called and are there simple free coding samples available for me to  
use? 2) Are there any free plugins that I can use on a blog to play  
audio samples? Something similar to what&apos;s used in MuFi or Wordpress&apos;s  &lt;a href=&quot;http://support.wordpress.com/audio/&quot;&gt;audio streamer&lt;/a&gt;, but without needing Wordpress.  Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.133008</guid>
	<pubDate>Wed, 16 Sep 2009 09:47:37 -0800</pubDate>
	<category>Audiostream</category>
	<category>HTML</category>
	<category>javascript</category>
	<category>MP3</category>
	<category>webdesign</category>
	<dc:creator>Badmichelle</dc:creator>
	</item>
	<item>
	<title>Head hurts. Insert own witty title here.</title>
	<link>http://ask.metafilter.com/131741/Head%2Dhurts%2DInsert%2Down%2Dwitty%2Dtitle%2Dhere</link>	
	<description>LessSuckyThanMeAtJoomlaFilter: I&apos;m newish to Joomla and building a website that&apos;s going to have on its front page (amongst other things) a section highlighting three services offered, in three side-by-side boxes in the main column, each with a &quot;more&quot; link hopping via anchor link to a corresponding heading on a &quot;Services&quot; page listing all services offered. To more experienced developers than I, how would you achieve this? Three articles in a &quot;position&quot;? A ul in a single article (not really possible if I want to use h3s in each and remain w3c-compliant)? Something else? Trying to figure out the generally accepted best way to do this, in a way that&apos;s intuitive enough for someone non-techie to update it later, doesn&apos;t break web standards with crap markup, and gives me Large Amounts Of Sweet Control of how it looks (via stylesheets). Anyone have a thought or two on how best to approach?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.131741</guid>
	<pubDate>Tue, 01 Sep 2009 20:39:31 -0800</pubDate>
	<category>Joomla</category>
	<category>webdesign</category>
	<category>webdevelopment</category>
	<dc:creator>springbound</dc:creator>
	</item>
	<item>
	<title>How to make a product catalog?</title>
	<link>http://ask.metafilter.com/131412/How%2Dto%2Dmake%2Da%2Dproduct%2Dcatalog</link>	
	<description>I&apos;m looking for tips on making a product catalog for a website, but not a fully fledged online shop. What options are there? I&apos;m building a website for an acquaintance, who is a local dealer in car cleaning products. He wants to show (a selection of) his products for sale, but doesn&apos;t actually need or want an online shop.&lt;br&gt;
&lt;br&gt;
So, preferably, I&apos;d like to have just the product catalog part of a webshop, but without the pricing and checkout parts. Are there any solutions out there that allow this? Or is it really something I should think about programming myself?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.131412</guid>
	<pubDate>Sat, 29 Aug 2009 02:34:07 -0800</pubDate>
	<category>ecommerce</category>
	<category>webdesign</category>
	<dc:creator>Harry</dc:creator>
	</item>
	<item>
	<title>Sounds like I have been asked to Design an Online School... CMS Recommendations?</title>
	<link>http://ask.metafilter.com/131115/Sounds%2Dlike%2DI%2Dhave%2Dbeen%2Dasked%2Dto%2DDesign%2Dan%2DOnline%2DSchool%2DCMS%2DRecommendations</link>	
	<description>I&apos;ve been asked to design a website that shows the progress of subscribers academic achievements based on what marks they get from modules posted on the site. I have no idea even how to begin this? Basically client wants to provide a service where subscribers have to pay for specific content that they will be tested on. Marks for the results are then shown on their &apos;academic achievement&apos; page which can be linked to from their own site.&lt;br&gt;
&lt;br&gt;
er... I&apos;m pretty good with WordPress but am in the dark about a plug-in combination that could do the academic achievement bit. wp-commerce for PDF download, some sort of trivia quiz plugin for the question, but showing the results in a pretty way on their author&apos;s page?&lt;br&gt;
&lt;br&gt;
or am i going down the wrong track? I&apos;m guessing I shouldn&apos;t be using WordPress.&lt;br&gt;
&lt;br&gt;
What should I be using? Is there any specific Content management system that does exactly this?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.131115</guid>
	<pubDate>Tue, 25 Aug 2009 11:51:45 -0800</pubDate>
	<category>academic</category>
	<category>exam</category>
	<category>RESOLVED</category>
	<category>webdesign</category>
	<category>website</category>
	<category>wordpress</category>
	<dc:creator>gonzo_ID</dc:creator>
	</item>
	<item>
	<title>Jquery/Javascript image hover effect</title>
	<link>http://ask.metafilter.com/130638/JqueryJavascript%2Dimage%2Dhover%2Deffect</link>	
	<description>Web designers/developers:  I&apos;m looking for a script for a particular image hover effect (javascript/jquery), and I&apos;m having no luck with Google. The effect can be seen &lt;a href=&quot;http://www.omgpop.com/&quot;&gt;here&lt;/a&gt; - there&apos;s a lot going on in that site, but the part I&apos;m interested in is the row of images along the bottom (featuring games).  When you hover over one of them, the image pans a little bit along with the mouse.  I&apos;m looking for something along those lines - an effect that subtly pans or zooms an image within a static window in response to a mouse rollover.&lt;br&gt;
&lt;br&gt;
The site I linked was created in Flash, but my Google searching turned up &lt;a href=&quot;http://motherrussia.polyester.se/jquery/panview/&quot;&gt;this similar effect using jquery&lt;/a&gt;, so it seems like it might be possible to achieve in a more accessible way.  (That example would be great if only it worked as a rollover instead of requiring the viewer to hold down the mouse.)&lt;br&gt;
&lt;br&gt;
I know little to nothing about either javascript or jquery, so it may be that I&apos;m just not searching for the right terms.  If anyone can point me in the right direction, I&apos;d much appreciate it.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.130638</guid>
	<pubDate>Wed, 19 Aug 2009 16:53:21 -0800</pubDate>
	<category>imagehovereffect</category>
	<category>javascript</category>
	<category>jquery</category>
	<category>webdesign</category>
	<dc:creator>Fifi Firefox</dc:creator>
	</item>
	<item>
	<title>Learning HTML though examples</title>
	<link>http://ask.metafilter.com/130172/Learning%2DHTML%2Dthough%2Dexamples</link>	
	<description>What are some good webpages for a HTML beginner to look at for code examples? I&apos;m working on learning HTML, and I&apos;m finding plenty of resources for learning how to write code.  However, I&apos;m one of those people that always learns better by actually seeing things in action, looking under the hood, and seeing how everything goes together.  The problem I run into right now is that while I&apos;ve been trying to look at the source code on the websites I visit, most of them have such a massive amount of code that it&apos;s a little overwhelming to make sense of what does what.  (MeFi&apos;s code isn&apos;t that bad, however.)  What would be some good, simple pages to look at and learn how things are being done these days?  (For example, pages with good clean divisions, or pages that use tables that don&apos;t look like they&apos;re from 1997, if anyone actually still uses tables any more.)  Any other clues you could give a n00b would also be appreciated.  Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.130172</guid>
	<pubDate>Fri, 14 Aug 2009 11:33:36 -0800</pubDate>
	<category>code</category>
	<category>HTML</category>
	<category>webdesign</category>
	<dc:creator>azpenguin</dc:creator>
	</item>
	<item>
	<title>How can I find someone willing to let me, an amateur, design a website for them for practice?</title>
	<link>http://ask.metafilter.com/128973/How%2Dcan%2DI%2Dfind%2Dsomeone%2Dwilling%2Dto%2Dlet%2Dme%2Dan%2Damateur%2Ddesign%2Da%2Dwebsite%2Dfor%2Dthem%2Dfor%2Dpractice</link>	
	<description>How can I find someone willing to let me, an amateur, design a website for them for practice? I&apos;ve worked amateurishly with website design/coding before, largely on my own, in a learn-as-needed learn-as-I-go style. Most of these projects have been done for fun, and as a result, most of them are simple websites &amp;amp; have not stayed online for too long. I&apos;d like to eventually work for pay. However, since I&apos;ve never worked professionally before, I don&apos;t think I have enough experience, so I&apos;m looking for opportunities to gain more experience &amp;amp; expand my portfolio.&lt;br&gt;
&lt;br&gt;
Can anyone suggest how I can find some people who would be willing to let me design a website for them? I can work for little/no pay, but I&apos;d really like this project to be comprehensive in the sense that I get to work with all components of a website (coding/databases/etc). Also, I&apos;d like to be able to use this as an example of my work for my portfolio.&lt;br&gt;
&lt;br&gt;
This could be local, but I have already tried several non-profits in the area but most already have webmasters. (I live in a pretty small, non-tech town, so to speak.) I can also consider working over the internet with someone/some group, ideally with programmers more experienced than me so I can still learn new techniques. &lt;br&gt;
&lt;br&gt;
Techniques I&apos;m quite comfortable with/experienced in: HTML, XML, CSS&lt;br&gt;
Techniques I&apos;d like to practice: PHP, MySQL/databases, JavaScript, AJAX.&lt;br&gt;
&lt;br&gt;
Any suggestions appreciated!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.128973</guid>
	<pubDate>Fri, 31 Jul 2009 21:50:57 -0800</pubDate>
	<category>html</category>
	<category>javascript</category>
	<category>php</category>
	<category>webdesign</category>
	<category>webdevelopment</category>
	<dc:creator>oracle bone</dc:creator>
	</item>
	
	</channel>
</rss>

