<?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 blog and html</title>
      <link>http://ask.metafilter.com/tags/blog+html</link>
      <description>Questions tagged with 'blog' and 'html' at Ask MetaFilter.</description>
	  <pubDate>Thu, 04 Jun 2009 13:41:10 -0800</pubDate> <lastBuildDate>Thu, 04 Jun 2009 13:41:10 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>How do I create an online poll which users can permanently add to?</title>
	<link>http://ask.metafilter.com/123901/How%2Ddo%2DI%2Dcreate%2Dan%2Donline%2Dpoll%2Dwhich%2Dusers%2Dcan%2Dpermanently%2Dadd%2Dto</link>	
	<description>How can I create an online HTML form poll, preferably for free, wherein the list of multiple choices can grow when users decide to add to the list of choices? Many poll creators allow for the creation of multiple choice polls that give the viewer the option of selecting &quot;other&quot; with a text field for comments.  However, usually this entry does not then become visible to viewers who visit thereafter.&lt;br&gt;
&lt;br&gt;
I want my list of choices to be able to grow.  If a user sees an existing choice that he likes, he can add his vote to that one, but if he doesn&apos;t see an existing choice I would like him to be able to add that choice permanently to the list.  Any user who visits afterward will see his choice in the list and be able to vote for it.&lt;br&gt;
&lt;br&gt;
I also would love for this poll to be clean, ad-free, and preferably embeddable into a blog or personal site.  Does anything like this exist?  Thanks.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.123901</guid>
	<pubDate>Thu, 04 Jun 2009 13:41:10 -0800</pubDate>
	<category>blog</category>
	<category>blogs</category>
	<category>collective</category>
	<category>embed</category>
	<category>form</category>
	<category>html</category>
	<category>open</category>
	<category>opensource</category>
	<category>poll</category>
	<category>polls</category>
	<category>survey</category>
	<category>surveys</category>
	<category>vote</category>
	<dc:creator>kmccormi</dc:creator>
	</item>
	<item>
	<title>Help me get the Wordpress audio player plugin to work? Please?</title>
	<link>http://ask.metafilter.com/117475/Help%2Dme%2Dget%2Dthe%2DWordpress%2Daudio%2Dplayer%2Dplugin%2Dto%2Dwork%2DPlease</link>	
	<description>I&apos;m having trouble implementing the Wordpress audio player plugin on my website. Please help a baffled man. I&apos;ve installed the &lt;a href=&quot;http://www.1pixelout.net/code/audio-player-wordpress-plugin/&quot;&gt;Wordpress audio player plugin&lt;/a&gt; on my website, but for the life of me I can&apos;t figure out what I&apos;m doing wrong -- it&apos;s not showing up on the page.&lt;br&gt;
&lt;br&gt;
I&apos;m writing the page using the &quot;html&quot; setting on the wordpress control panel, and I&apos;m following the instructions listed under &quot;usage&quot; in the 1pixelout link above. The file I&apos;m trying to play is definitely in the folder I&apos;m directing the player to (I&apos;m hosted, it&apos;s not just a WP blog); I can link to it conventionally (as in, without the player). &lt;br&gt;
&lt;br&gt;
The only change I made was to change the audio files directory path from &quot;/audio&quot; to &quot;/uploads.&quot; I&apos;ve even tried checking the box (in the audio player controls on my WP control panel) that replaces all links to mp3 files with a player instance. Didn&apos;t work. &lt;br&gt;
&lt;br&gt;
Can someone help me out here? I have a feeling there&apos;s some extremely minor thing I&apos;m doing wrong, so don&apos;t think I&apos;m too foolish. Thanks.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.117475</guid>
	<pubDate>Mon, 23 Mar 2009 08:19:35 -0800</pubDate>
	<category>audioplayer</category>
	<category>blog</category>
	<category>html</category>
	<category>plugin</category>
	<category>resolved</category>
	<category>web</category>
	<category>wordpress</category>
	<dc:creator>hifiparasol</dc:creator>
	</item>
	<item>
	<title>How can I change the css of a post along with the theme?</title>
	<link>http://ask.metafilter.com/111623/How%2Dcan%2DI%2Dchange%2Dthe%2Dcss%2Dof%2Da%2Dpost%2Dalong%2Dwith%2Dthe%2Dtheme</link>	
	<description>Using Wordpress, how can I call CSS for a post from a specific file, rather than having the CSS embedded within the post? Situation: I write a post, and have some text highlighted in a certain colour that matches the theme (for example). When I change the theme, the colour of the text no longer matches.&lt;br&gt;
&lt;br&gt;
Idea: use a .css file for each theme that contains the CSS for the posts, and call the necessary font colour/size etc from &lt;em&gt;that&lt;/em&gt;, instead of having it within the post itself. Sort of like a theme for posts, instead of the whole site. When the theme changes, I can quickly change the post .css file to the correct one, and have the changes reflected in the posts when they are viewed.&lt;br&gt;
&lt;br&gt;
Problem: I have no idea how to do this. I have a vague idea of how to create a .css file, and can probably work that out. What I want to know is what to put in the post html to ensure that the correct .css file is called, per theme. At the moment, I have [span style=&quot;color: #5a008c&quot;] - obviously with different brackets. I want to be able to have [&quot;path to file&quot; &quot;correct section&quot; &quot;whatever&quot;] instead, that will give me the same results as above.&lt;br&gt;
&lt;br&gt;
How do I do that? &lt;strong&gt;What syntax do I need to put in a posting to make it call the correct .css file?&lt;/strong&gt;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.111623</guid>
	<pubDate>Wed, 14 Jan 2009 05:32:01 -0800</pubDate>
	<category>blog</category>
	<category>css</category>
	<category>html</category>
	<category>wordpress</category>
	<dc:creator>Solomon</dc:creator>
	</item>
	<item>
	<title>1) web-site idea, 2) ???  3) The Awesome</title>
	<link>http://ask.metafilter.com/102543/1%2Dwebsite%2Didea%2D2%2D3%2DThe%2DAwesome</link>	
	<description>Can the hive help me get a web site started?  I have very specific ideas, but I&apos;m a dinosaur when it comes to everything about the insides of websites. Back in the day when I set up a website, it was the late 90&apos;s and everything had to be coded by hand and ftp&apos;ed to someplace.  I realise we are in the 21st century and there are much easier ways to go about things.&lt;br&gt;
&lt;br&gt;
I already have a domain purchased.  What I want to make is a site that is very similar to the old &lt;a href=&quot;http://www.pajiba.com&quot;&gt;Pajiba &lt;/a&gt;setup: graphic banner across the top, assorted goodies in one or two side columns (probably just links in one, at this point) and a main area in between.  The idea behind the site is that I&apos;ll be reviewing things, but they won&apos;t necessarily be new things.  That is, whatever my netflix might be, an album I listened to... things like that.  So in the middle I&apos;d like to have a photo, a title and one sentence, where you can click on the title and it takes you to a separate page that is cataloged as http:www.mydomain.com/review_title.html (or whatever) and looks like the front page, except the middle bit is just the extended article.&lt;br&gt;
&lt;br&gt;
Further complicating things, is that I wanted to set up the website with free hosting, if possible, and if I actually start generating traffic outside my immediate circle of friends &lt;em&gt;then &lt;/em&gt;I&apos;d think about buying some space/bandwidth.  &lt;br&gt;
&lt;br&gt;
So how do I even start?  I know you can use a unique domain name with, like, blogger - which is free - but do they let you structure the workings of it like I want to?  (the title-link deal to pages behind the page)  I feel confident that I would be able to make the page look like I want it to, it&apos;s more the workings and the hostings that I am unsure about.  &lt;br&gt;
&lt;br&gt;
I&apos;ve put off asking this question out of embarrassment for a couple weeks, because of the n00b-ishness, and I&apos;ve really tried to navigate it on my own, but put in &quot;free web hosting&quot; into the google and it&apos;s like the internet punches you in the face.  Thanks in advance to anyone who can help!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.102543</guid>
	<pubDate>Wed, 24 Sep 2008 10:52:23 -0800</pubDate>
	<category>blog</category>
	<category>html</category>
	<category>noob</category>
	<category>reviews</category>
	<category>site</category>
	<category>web</category>
	<category>website</category>
	<dc:creator>indiebass</dc:creator>
	</item>
	<item>
	<title>Leave a comment...Oops, not so fast!</title>
	<link>http://ask.metafilter.com/91290/Leave%2Da%2DcommentOops%2Dnot%2Dso%2Dfast</link>	
	<description>I have a blog on (new) Blogger, and somehow I have managed to remove the envelope icon for &quot;comments&quot; (which may explain why I never have any comments on my blog).  Help! How did I do this, and how do I get it back?  (link to blog, details inside) So, how did I delete the envelope icon?  I did recently add the &quot;feedflare&quot; link to my feed, which puts an ad under the first post, but *none* of the posts have a comment icon, so I am not sure if that is related. I don&apos;t know what to look for in my html code--all the comment sections seem to be there, but obviously something&apos;s missing! &lt;br&gt;
&lt;br&gt;
My blog is &lt;a href=&quot;http://coolmomsrule.blogspot.com&quot;&gt;here&lt;/a&gt;.  Obviously, it&apos;s a self-link, so if you don&apos;t want to click on it, but there&apos;s any advice or questions you have for me to figure this out, please Mefi mail me!&lt;br&gt;
Maybe you have done this, or have something I can try without having to revert to the classic (sucky) template, or showing my html to everyone in the world.  Thanks in advance, hive mind!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.91290</guid>
	<pubDate>Tue, 13 May 2008 09:43:50 -0800</pubDate>
	<category>blog</category>
	<category>blogger</category>
	<category>code</category>
	<category>coding</category>
	<category>comments</category>
	<category>html</category>
	<dc:creator>misha</dc:creator>
	</item>
	<item>
	<title>HOWTO: keyboard shortcuts (not access keys) on websites?</title>
	<link>http://ask.metafilter.com/80544/HOWTO%2Dkeyboard%2Dshortcuts%2Dnot%2Daccess%2Dkeys%2Don%2Dwebsites</link>	
	<description>Any idea how keyboard shortcuts on websites are implemented, a la Google Reader and ffffound.com? I&apos;m not talking about access keys, or maybe I am -- but I don&apos;t want to press Ctrl + a key to have it work, I just want to press the key. Specifically I want to implement this on my WordPress blog to allow for tapping through blog posts.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.80544</guid>
	<pubDate>Wed, 09 Jan 2008 01:18:19 -0800</pubDate>
	<category>blog</category>
	<category>html</category>
	<category>keyboard</category>
	<category>shortcuts</category>
	<category>wordpress</category>
	<dc:creator>jruckman</dc:creator>
	</item>
	<item>
	<title>WP Blog gone blank, Admin section is fine</title>
	<link>http://ask.metafilter.com/80322/WP%2DBlog%2Dgone%2Dblank%2DAdmin%2Dsection%2Dis%2Dfine</link>	
	<description>WorpressFilter Blog gone blank, Admin section is fine - help ! I&apos;ve upgraded my Wordprees blog to the latest version and all hell broke loose on me... First it was a full blatk blog and admin section. I&apos;ve regained access to the  admin section by deleting a theme folder but there is still a white page where somebaudy.com used to be&lt;br&gt;
&lt;br&gt;
Deleting the content of the plugins folder did not help.&lt;br&gt;
&lt;br&gt;
if it&apos;s of any help I&apos;m hosted by DreamHost</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.80322</guid>
	<pubDate>Sun, 06 Jan 2008 15:53:01 -0800</pubDate>
	<category>blog</category>
	<category>css</category>
	<category>dreamhost</category>
	<category>html</category>
	<category>mysql</category>
	<category>php</category>
	<category>wordpress</category>
	<dc:creator>Baud</dc:creator>
	</item>
	<item>
	<title>Now where did that link go?</title>
	<link>http://ask.metafilter.com/70816/Now%2Dwhere%2Ddid%2Dthat%2Dlink%2Dgo</link>	
	<description>What HTML code do I need to add to my Blogger blog template to automatically underline all the links I make in a blog posting? I can get the links to show up in the correct colour, but that colour is quite close to black, so I&apos;d like the text to be highlighted another way, one that is expected when linking. &lt;strong&gt;I do not want to change the colours.&lt;/strong&gt;

I&apos;m pretty thick when it comes to HTML, so I&apos;d really appreciate it if you were quite explicit when saying where it has to be. 

The blog is linked to in my profile, if you need to see the page source.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.70816</guid>
	<pubDate>Wed, 05 Sep 2007 05:34:03 -0800</pubDate>
	<category>blog</category>
	<category>blogger</category>
	<category>html</category>
	<category>template</category>
	<dc:creator>Solomon</dc:creator>
	</item>
	<item>
	<title>A theme for wordpress and google maps mashup?</title>
	<link>http://ask.metafilter.com/69133/A%2Dtheme%2Dfor%2Dwordpress%2Dand%2Dgoogle%2Dmaps%2Dmashup</link>	
	<description>I&apos;m starting a new tourism website for my local area.  It&apos;s a mash of google maps, with photos and information of a given area featuring some of the neat stuff happening, or that has happened.  And now I need some help with the wordpress theme. I&apos;m using Wordpress to manage my stories and some of the photo linking, and I have most of the google-maps configuration for the pop-up photo galleries done.  What I need is a nice two or three column layout for the google map on one side, a narrower column on the right for the wordpress content, and possibly a third on the far right (or far left) for a text ad column.&lt;br&gt;
&lt;br&gt;
I am pretty new to css and wordpress, but I can do html, and I worked my way through the javascript for the google map.  What should I look for in a wordpress theme, where do I look or should I customize one from somewhere else.&lt;br&gt;
&lt;br&gt;
I&apos;m sorry this is sort of broad, but I&apos;m looking for someone to point me in a direction, not necessarily solve the problem for me.  I&apos;ve googled and found many resources for google map plugins and google map tools in general, but no themes that can display a big block of google map and my blog.&lt;br&gt;
&lt;br&gt;
Help please hive-mind!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.69133</guid>
	<pubDate>Sun, 12 Aug 2007 15:18:00 -0800</pubDate>
	<category>blog</category>
	<category>css</category>
	<category>googlemaps</category>
	<category>html</category>
	<category>javascript</category>
	<category>newbie</category>
	<category>tourism</category>
	<category>website</category>
	<category>wordpress</category>
	<dc:creator>sethwoodworth</dc:creator>
	</item>
	<item>
	<title>How can I make an RSS-like feed that is publishable by the public?</title>
	<link>http://ask.metafilter.com/68615/How%2Dcan%2DI%2Dmake%2Dan%2DRSSlike%2Dfeed%2Dthat%2Dis%2Dpublishable%2Dby%2Dthe%2Dpublic</link>	
	<description>How can I make an rss-like feed that is publishable by the public?  Maybe there&apos;s a better way to do this, but here&apos;s what I&apos;d like the end result to look like Ideally, I&apos;d like to have a subscribe-able public feed that can be published by anyone interested in a very niche topic.  It would be a one-way type communication where the publisher would post tiny news items to a feed, but no dialog would occur between publishers of the &quot;news&quot; items...  It might be similar to Twitter, where there&apos;s small one-line items, but they would include html links.  
No login or registration should be required, as I&apos;d like publishers to remain anonymous if they&apos;d like.  Maybe it could be a webpage where the anonymous comments would then go out into a feed?
Does this make sense, and how might I be able to do it?  Thanks!
 </description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.68615</guid>
	<pubDate>Sun, 05 Aug 2007 16:48:08 -0800</pubDate>
	<category>blog</category>
	<category>html</category>
	<category>public</category>
	<category>publish</category>
	<category>rss</category>
	<category>xml</category>
	<dc:creator>itchi23</dc:creator>
	</item>
	<item>
	<title>How do I automatically create a new window, blog stylee?</title>
	<link>http://ask.metafilter.com/67496/How%2Ddo%2DI%2Dautomatically%2Dcreate%2Da%2Dnew%2Dwindow%2Dblog%2Dstylee</link>	
	<description>Blogger.com template query - I&apos;m using the Minima Ochre template. What HTML can I add to the template to make all links open in a new window? I love linking to interesting things I find as I trot round the web on my blog. However, I&apos;d also like those interesting things to open in a new window/tab when the user clicks on the link.&lt;br&gt;
&lt;br&gt;
I know I can add &apos;target=&quot;_blank&quot; &apos; to the HTML of every link I make, but I don&apos;t want to have to do this &lt;em&gt;for every link I create&lt;/em&gt;. I&apos;d like to have some HTML in the template that will automatically create a &quot;new window link&quot; for me.&lt;br&gt;
&lt;br&gt;
Is this possible? If so, how?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.67496</guid>
	<pubDate>Sat, 21 Jul 2007 11:48:05 -0800</pubDate>
	<category>blog</category>
	<category>blogger</category>
	<category>html</category>
	<category>target</category>
	<dc:creator>Rabulah</dc:creator>
	</item>
	<item>
	<title>Easy image insertion in MT</title>
	<link>http://ask.metafilter.com/56632/Easy%2Dimage%2Dinsertion%2Din%2DMT</link>	
	<description>Movable Type: is there a plugin/hack that would make it easy to insert a different line of code depending on a selection from a pull-down menu? What I&apos;d like to do is replicate an old format on my blog posts seen in earlier posts &lt;a href=&quot;http://www.xoverboard.com/blogarchive/week_2006_06_11.html&quot;&gt;here.&lt;/a&gt;   &lt;br&gt;
&lt;br&gt;
For all those posts, I was simply inserting the IMG tags in the actual title line of the post.  That&apos;s obviously both cumbersome and bad coding.  &lt;br&gt;
&lt;br&gt;
What I&apos;d like to do is have some kind of option in my edit window where I can select an item from a dropdown menu, or write in a keyword or something, and then the corresponding icon graphic appears in the post.  As the page I linked to shows, I&apos;d prefer it to be able to have &quot;no icon&quot; as an option, as well as possibly different sizes.  (The former is a much bigger deal though)&lt;br&gt;
&lt;br&gt;
The closest I came was CustomFields, but it didn&apos;t seem to be doable as it&apos;s not complex enough to correspond image tags to a selection field. &lt;br&gt;
&lt;br&gt;
I guess the best comparison would be those weird &quot;current mood&quot; things on LiveJournal, etc.  Except instead of selecting the mood and having it display the mood I&apos;m in, a corresponding picture would be there.&lt;br&gt;
&lt;br&gt;
I have this nagging suspicious this is a simple thing to do and the answer is right under my nose but I&apos;ve tried unsuccessfully for a month now to come up with an idea.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.56632</guid>
	<pubDate>Thu, 08 Feb 2007 16:22:20 -0800</pubDate>
	<category>Blog</category>
	<category>HTML</category>
	<category>MovableType</category>
	<category>MT</category>
	<dc:creator>XQUZYPHYR</dc:creator>
	</item>
	<item>
	<title>I need to be universal baby :)</title>
	<link>http://ask.metafilter.com/50446/I%2Dneed%2Dto%2Dbe%2Duniversal%2Dbaby</link>	
	<description>Can you help me recode one part of my blog / website so that it works in all browsers? (I think its an easy fix that I am over looking) I have a blog at &lt;a href=&quot;http://www.mentaldribble.com&quot;&gt;www.mentaldribble.com. &lt;/a&gt; I love the new theme I found but there&#8217;s one problem. On the upper right hand corner where it says PAGES, CATEGORIES, ARCHIVES,  when you mouse over it there is suppose to be a drop down list. It works in IE 7 but not 6, and I believe it works correctly in Firefox too but I would like it to work in all the browsers.  &lt;br&gt;
&lt;br&gt;
What can I change so the code works in IE 6?&lt;br&gt;
&lt;br&gt;
Also - I recently added a few more categories and the drop down is interfering with the links on the left of the page and I cant seem to select any of the categories that overlap those permanent links on the left. Namely &quot;virgin islands&quot; category on the drop down overlaps the search box, and when I try to select that link the drop down list just disappears..&lt;br&gt;
&lt;br&gt;
 If you can suggest a better way to accomplish this drop down list, or can just fix the way it currently works, that would be AWESOME. &lt;br&gt;
&lt;br&gt;
Thanks hive mind.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.50446</guid>
	<pubDate>Wed, 08 Nov 2006 07:10:42 -0800</pubDate>
	<category>blog</category>
	<category>CSS</category>
	<category>down</category>
	<category>dribble</category>
	<category>Drop</category>
	<category>HTML</category>
	<category>IE6</category>
	<category>IE7</category>
	<category>list</category>
	<category>mental</category>
	<category>theme</category>
	<dc:creator>crewshell</dc:creator>
	</item>
	<item>
	<title>Why are my individual Blogger posts using a different template?</title>
	<link>http://ask.metafilter.com/49843/Why%2Dare%2Dmy%2Dindividual%2DBlogger%2Dposts%2Dusing%2Da%2Ddifferent%2Dtemplate</link>	
	<description>[BloggerFilter] My &lt;a href=&quot;http://www.beaucoupkevin.com/2006/10/monster-cops.html&quot;  blank&gt;individual blog posts&lt;/a&gt; are not reflecting the template used at &lt;a href=&quot;http://beaucoupkevin.com/&quot;&gt;index.html&lt;/a&gt; file. As you can see, the individual post doesn&apos;t feature the Haloscan comments link &lt;b&gt;or&lt;/b&gt; the social bookmarking stuff.  It &lt;b&gt;looks like&lt;/b&gt; the same  DIV is being used for both, but I can&apos;t figure out why it&apos;s changing.    Any advice, Blogger/CSS geniuses?&lt;br&gt;
&lt;br&gt;
A possible hint: this all started when I attempted to switch to WordPress and had it munge up my site.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.49843</guid>
	<pubDate>Tue, 31 Oct 2006 09:41:49 -0800</pubDate>
	<category>blog</category>
	<category>blogger</category>
	<category>css</category>
	<category>html</category>
	<category>template</category>
	<dc:creator>beaucoupkevin</dc:creator>
	</item>
	<item>
	<title>RedirectFilter: Can&apos;t edit meta or serverside files...</title>
	<link>http://ask.metafilter.com/45632/RedirectFilter%2DCant%2Dedit%2Dmeta%2Dor%2Dserverside%2Dfiles</link>	
	<description>Yet another redirect question:  How can I auto-redirect a visitor to another page, although I can&apos;t edit the page&apos;s HTML/code, per se? I&apos;ve got a blog on a freebie host with no adverts, and I want to redirect users from the blog page (wordpress) to a new blog page on a different host -- but all I can do is submit story entries, not edit the actual code like the meta tags (as far as I know, unless you know of a wordpress.com seup function I am not aware of..?&lt;br&gt;
&lt;br&gt;
Is there an HTML or or some js taggery I can set up in one of the stories/articles to make the page redirect to the new blog?&lt;br&gt;
&lt;br&gt;
I&apos;ve seen it done on Myspace I think.. Some fake account with a cute girl picture wants to be my friend, so in visiting her profile to see if she&apos;s actually a person, the myspace account redirects you to a porn/spam-etc site instead.  How do they do that without being able to actually edit the serverside page data?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.45632</guid>
	<pubDate>Thu, 31 Aug 2006 07:45:36 -0800</pubDate>
	<category>blog</category>
	<category>html</category>
	<category>javascript</category>
	<category>js</category>
	<category>redirect</category>
	<dc:creator>vanoakenfold</dc:creator>
	</item>
	<item>
	<title>Petitions inside a site</title>
	<link>http://ask.metafilter.com/45473/Petitions%2Dinside%2Da%2Dsite</link>	
	<description>I&apos;m going to start a site to &lt;a href=&quot;http://ask.metafilter.com/mefi/26225&quot;&gt;petition&lt;/a&gt; a board to keep a local public official in office.  I want the site to include facts about why he should stick around and links (obviously) this stuff can be done easily with Wordpress (as we &lt;a href=&quot;http://ask.metafilter.com/mefi/45361&quot;&gt;learned yesterday&lt;/a&gt;), i&apos;m guessing.  But i also want to incorporate a petition that can keep some information private (like e-mail addresses) but make other information public (neighborhood, city, state).  Ideally, I&apos;d like to be able to print the content once the numbers get up.  What&apos;s the best way for me to do that?  I&apos;ve got some skills, but it&apos;s been a couple of years since I&apos;ve built a site. (last one was a moveable type install)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.45473</guid>
	<pubDate>Tue, 29 Aug 2006 07:15:07 -0800</pubDate>
	<category>blog</category>
	<category>html</category>
	<category>petition</category>
	<category>website</category>
	<dc:creator>kenneth</dc:creator>
	</item>
	<item>
	<title>HTML woes: Google/Amazon ads and IE display woes</title>
	<link>http://ask.metafilter.com/36974/HTML%2Dwoes%2DGoogleAmazon%2Dads%2Dand%2DIE%2Ddisplay%2Dwoes</link>	
	<description>&lt;b&gt;HTML woes:&lt;/b&gt; How can I make Amazon ads play nice with Google ads? Also, why is my web site&apos;s layout screwed up in Internet Explorer on Windows? &lt;small&gt;I can&apos;t figure it out.&lt;/small&gt; &lt;b&gt;#1&lt;/b&gt; &#8212; Starting with &lt;a href=&quot;http://www.metafilter.com/mefi/51000&quot;&gt;this Sesame Street post&lt;/a&gt; in the blue, I was able to create &lt;a href=&quot;http://www.foldedspace.org/weblog/2006/04/sesame_street_video_clips.html&quot;&gt;an entry on my personal site&lt;/a&gt; that has enjoyed very high traffic (for me) over the past week. My Google Ads have worked nicely, but now I want to tack on an Amazon iframe ad in the middle of the entry. When I do, something goes wrong. &lt;b&gt;Where the Amazon ad should appear, half of the Google ad appears&lt;/b&gt;, and the regular Google ad doesn&apos;t appear where it should at the bottom of the page. I haven&apos;t the faintest clue what&apos;s wrong. (I&apos;ve taken the Amazon ad down for the time being, so there&apos;s no broken-ness to view; I can re-implement the broken-ness if that will help diagnose the problem.)&lt;br&gt;
&lt;br&gt;
&lt;b&gt;#2&lt;/b&gt; &#8212; On a similar note, &lt;b&gt;my site doesn&apos;t display properly on Internet Explorer for Windows&lt;/b&gt;. It&apos;s always been a source of embarrassment, but now I&apos;m even more ashamed to have all these new visitors coming to look at Sesame Street videos only to find my broken formatting. Here&apos;s &lt;a href=&quot;http://www.foldedspace.org/images/websiteOK.jpg&quot;&gt;a screenshot of how things look on my Mac&lt;/a&gt; (and most (all?) Mozilla-based browsers). Here&apos;s &lt;a href=&quot;http://www.foldedspace.org/images/websiteBAD.jpg&quot;&gt;a screenshot of how things look on Internet Explorer for Windows&lt;/a&gt;. I have no idea what is causing the problem. (Well, I suspect it&apos;s something in my sidebar, but beyond that I&apos;m clueless.) Can anyone help me diagnose this problem? &lt;small&gt;I&apos;ve been ignoring it for almost two years.&lt;/small&gt;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.36974</guid>
	<pubDate>Tue, 25 Apr 2006 07:38:23 -0800</pubDate>
	<category>amazon</category>
	<category>blog</category>
	<category>google</category>
	<category>HTML</category>
	<category>problems</category>
	<category>trouble</category>
	<category>weblog</category>
	<category>website</category>
	<dc:creator>jdroth</dc:creator>
	</item>
	<item>
	<title>What&apos;s wrong with this CSS?</title>
	<link>http://ask.metafilter.com/30579/Whats%2Dwrong%2Dwith%2Dthis%2DCSS</link>	
	<description>I have a CSS class that displays &quot;correctly&quot; in Safari and Mac IE, but for some reason knocks the font size down in Firefox and IE under XP.  Everything looks right to me, but I&apos;m not a CSS expert by any means.  Anyone care to take a look? The site is &lt;a href=&quot;http://www.etchouse.com/cpd/&quot;&gt;here&lt;/a&gt;, the CSS &lt;a href=&quot;http://www.etchouse.com/cpd/styles-site.css&quot;&gt;here&lt;/a&gt;; it&apos;s the class &quot;blogbody&quot; that&apos;s causing problems.  This is a modified Movable Type default template, so it seems like it ought to work -- the only thing I could think of to change in the HTML was to remove the second &amp;lt;/div&amp;gt; and the end of each blog entry, because I couldn&apos;t tell what it was closing, but that had no effect.  I tried altering the font-size in the CSS, which only changed the first entry; subsequent entries always stayed at what looks like 10px.  Any ideas?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.30579</guid>
	<pubDate>Tue, 10 Jan 2006 19:54:55 -0800</pubDate>
	<category>blog</category>
	<category>css</category>
	<category>html</category>
	<category>movabletype</category>
	<dc:creator>aaronetc</dc:creator>
	</item>
	<item>
	<title>Display my blog entries on another site?</title>
	<link>http://ask.metafilter.com/24257/Display%2Dmy%2Dblog%2Dentries%2Don%2Danother%2Dsite</link>	
	<description>Quick-n-dirty way to put a &quot;teaser&quot; latest blog entry on my homepage? The facts: I&apos;ve got a blog and a more static &quot;homepage.&quot; They&apos;re separate, totally different designs. Someday they&apos;ll be hosted together on the same server under the same domain, but until then they don&apos;t even know one another exists. The blog is powered by Blogger and hosted on their Blogspot.&lt;br&gt;
&lt;br&gt;
I&apos;d like to show my latest blog post as a teaser on the front page of my personal website, in an iframe. Ideally it would even have a word limit -- maybe the first 100 words and then an ellipsis and link to the actual blog.&lt;br&gt;
&lt;br&gt;
I can&apos;t figure out how to make it happen, though.&lt;br&gt;
&lt;br&gt;
Things I&apos;ve considered:&lt;br&gt;
     - Adding it as live RSS content. Since I own both sites, it ought to be easy. Unfortunately, I can&apos;t find a free RSS parser that will allow me to do it without having my server up. The server won&apos;t be up for a while for reasons I can&apos;t control... and I don&apos;t want to pay $50 for a parser license, only to junk it once my server comes online and I can do it for free with server-side stuff.&lt;br&gt;
&lt;br&gt;
     - Somehow putting the standard Blogger tags into my homepage (or iframe) and actually publishing each entry both places. Not actually sure how I could do this -- is there an automated way to do it? Would I have to cut and paste each entry into two separate posts in two separate Blogger accounts?&lt;br&gt;
&lt;br&gt;
There should be an easy way to do this, since I&apos;m dealing exclusively with my content (sites and feeds). But, I&apos;ve been putting this off for the duration of the time it&apos;s taken to build the sites, and now I&apos;ve got a glaring white space on my homepage that I&apos;d rather not show off to the world. Thanks in advance for your ideas!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.24257</guid>
	<pubDate>Mon, 19 Sep 2005 19:54:43 -0800</pubDate>
	<category>aggregate</category>
	<category>blog</category>
	<category>homepage</category>
	<category>html</category>
	<category>parser</category>
	<category>posts</category>
	<category>publish</category>
	<category>rss</category>
	<category>web</category>
	<dc:creator>electric_counterpoint</dc:creator>
	</item>
	<item>
	<title>Why don&apos;t Amazon and Typepad play nice together?</title>
	<link>http://ask.metafilter.com/23000/Why%2Ddont%2DAmazon%2Dand%2DTypepad%2Dplay%2Dnice%2Dtogether</link>	
	<description>&lt;a href=&quot;http://associates.amazon.com&quot;&gt;Amazon&lt;/a&gt; links and &lt;a href=&quot;http://www.typepad.com&quot;&gt;Typepad&lt;/a&gt; blogs don&apos;t play nice together. Let me explain the issue that I&apos;m experiencing with posting links generated by Amazon Associates on my Typepad blog.  The problem is that Amazon links contain the &amp;amp; symbol, and when that symbol is pasted into Typepad the Rich Text Editor converts it to a &amp;amp; amp; which is the proper code in HTML for the &amp;amp; symbol.  Amazon links do not like seeing &amp;amp; amp; in a URL instead of &amp;amp;, so my Amazon links are broken on my blog.  Even if I remove the amp; by hand, Typepad restores it when I switch between text view modes.  Even opening an existing post for editing restores the amp; text.&lt;br&gt;
&lt;br&gt;
I thought I had a way around this by composing my posts in Rich Text mode and then switching to plain text for posting, but it turns out that posting as plain text sends unformatted HTML code into my Atom feed which is annoying my readers, to say the least.&lt;br&gt;
&lt;br&gt;
So, after all of this, my question: how can I keep Typepad from changing the links that Amazon generates?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.23000</guid>
	<pubDate>Tue, 23 Aug 2005 09:43:25 -0800</pubDate>
	<category>amazon</category>
	<category>atom</category>
	<category>blog</category>
	<category>html</category>
	<category>typepad</category>
	<dc:creator>Servo5678</dc:creator>
	</item>
	<item>
	<title>Voting Buttons in Blog Entries</title>
	<link>http://ask.metafilter.com/20139/Voting%2DButtons%2Din%2DBlog%2DEntries</link>	
	<description>I want to allow people to vote on things in a blog entry.  Is there a code I can use to track voting easily and allow people to just click a radio button or something to cast their vote?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.20139</guid>
	<pubDate>Sun, 19 Jun 2005 22:05:19 -0800</pubDate>
	<category>blog</category>
	<category>code</category>
	<category>html</category>
	<category>voting</category>
	<category>votingbuttons</category>
	<dc:creator>toftk</dc:creator>
	</item>
	<item>
	<title>Started My Own Blog: Need Advice on CSS, Non-FTP Updating &amp; Automated Archiving</title>
	<link>http://ask.metafilter.com/3708/Started%2DMy%2DOwn%2DBlog%2DNeed%2DAdvice%2Don%2DCSS%2DNonFTP%2DUpdating%2DAutomated%2DArchiving</link>	
	<description>I&apos;m in the process of starting my own weblog (it launched on Thursday).  I can write pretty decent basic HTML by hand (in notepad), but CSS wrestled me to the ground and stepped on my head and a lot of tech jargon passes me right by (I&apos;m a designer and a writer, not a programer, I guess).  What advice does Metafilter have for me? I should also mention, I guess,  that I&apos;ve looked at Blogger, but (I know this sounds stupid) I can&apos;t quite figure out how to make it work in any way that doesn&apos;t &lt;i&gt;look&lt;/i&gt; like I&apos;m using Blogger.  My big problem at the moment is that I need a way to update from work without using an FTP client, and I know I&apos;m going to need an automated way to archive things eventually.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2003:site.3708</guid>
	<pubDate>Mon, 08 Dec 2003 14:22:50 -0800</pubDate>
	<category>blog</category>
	<category>blogging</category>
	<category>css</category>
	<category>html</category>
	<category>programming</category>
	<dc:creator>anastasiav</dc:creator>
	</item>
	
	</channel>
</rss>

