<?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 programming</title>
      <link>http://ask.metafilter.com/tags/blog+programming</link>
      <description>Questions tagged with 'blog' and 'programming' at Ask MetaFilter.</description>
	  <pubDate>Mon, 30 Jun 2008 06:36:19 -0800</pubDate> <lastBuildDate>Mon, 30 Jun 2008 06:36:19 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>Customizing a Wordpress function</title>
	<link>http://ask.metafilter.com/95376/Customizing%2Da%2DWordpress%2Dfunction</link>	
	<description>Wordpress/PHP question. I&apos;m working on a Wordpress theme and want to use an algorithm to alter some of the HTML it emits. I&apos;ve got a general idea of how to do this, and could probably manage a brutish implementation on my own, but my PHP-fu is weak and there is probably a better way. Here&apos;s what&apos;s going on. I&apos;m using the &lt;a href=&quot;http://code.google.com/p/blueprintcss/&quot;&gt;blueprint css&lt;/a&gt; approach for a gridded layout. And I&apos;ve got a &quot;bottom-bar&quot; of widgets, laid out in three columns. With blueprint css, the div for the third column needs &lt;tt&gt;class=&quot;last&quot;&lt;/tt&gt; added to it in (in addition to class declarations that apply to all divs) order for everything to line up right.&lt;br&gt;
&lt;br&gt;
What I want to do is get the count of widgets each time a widget is emitted, and if count mod 3 = 0, insert &apos;last&apos; into the class. Barring that, if I could insert &lt;tt&gt;class=&quot;widget-N&quot;&lt;/tt&gt; (where N=count) in all divs, I could manage, although it would be less elegant. Ideally, all browsers would magically support CSS3 and obviate this problem, but I&apos;m not holding my breath.&lt;br&gt;
&lt;br&gt;
Obviously I don&apos;t want to touch the core code. I don&apos;t mind inserting an altered version of whatever function is necessary into my functions.php file; but if there&apos;s a callback that lets me avoid doing that, so much the better.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.95376</guid>
	<pubDate>Mon, 30 Jun 2008 06:36:19 -0800</pubDate>
	<category>blog</category>
	<category>blogging</category>
	<category>php</category>
	<category>programming</category>
	<category>scripting</category>
	<category>wordpress</category>
	<dc:creator>adamrice</dc:creator>
	</item>
	<item>
	<title>Code For A Random Blog Post?</title>
	<link>http://ask.metafilter.com/89890/Code%2DFor%2DA%2DRandom%2DBlog%2DPost</link>	
	<description>I have a blog and would like to add a &quot;Random Post&quot; button. I&apos;m hosted with a company called Blogware which, unlike Blogger and WordPress, seems to have &lt;a href=&quot;http://phydeaux3.blogspot.com/2007/04/blogger-feeling-lucky-widget.html&quot;&gt;no no way to add a &quot;random post&quot; button&lt;/a&gt;.  &lt;br&gt;
&lt;br&gt;
I&apos;m not a programmer but suspect this should be fairly easy to do.  I&apos;d like advice on how to go about this - do I try to do it in JavaScript?  PHP?  Something else?  Whatever&apos;s the easiest solution is best for me.  (Major bonus points if someone provides the code itself that would do this, either as a text link or a button I can add.)  &lt;br&gt;
&lt;br&gt;
All posts on my blog have the basic format of: http://blog.jason.hammond.net/blog/_archives/yyyy/m/dd/&lt;br&gt;
&lt;br&gt;
...so if I can define the start date of my blog (Feb 28, 2006) and occasionally update the script with the most recent date of a post as an end point, that would be close enough for what I want.  (I try to post daily but don&apos;t mind if users end up on a blank day or don&apos;t have every single recent post I&apos;ve made in the range.)&lt;br&gt;
&lt;br&gt;
I should also mention that I&apos;m not able to get to the &quot;guts&quot; of the site but can add third-party widgets and other bits of code.  &lt;br&gt;
&lt;br&gt;
To do this, I think I need to:&lt;br&gt;
- define the start date of the range (2006/2/26)&lt;br&gt;
- define the end date (for now, say 2008/4/26) and be able to easily change this monthly or whenever I get a chance&lt;br&gt;
- generate a random date in the format yyyy/m/dd&lt;br&gt;
- append that to the URL: &quot;http://blog.jason.hammond.net/blog/_archives/&quot;&lt;br&gt;
- go to that URL&lt;br&gt;
&lt;br&gt;
Thanks very much in advance for your help!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.89890</guid>
	<pubDate>Sun, 27 Apr 2008 08:31:13 -0800</pubDate>
	<category>blog</category>
	<category>post</category>
	<category>programming</category>
	<category>random</category>
	<dc:creator>Jaybo</dc:creator>
	</item>
	<item>
	<title>dub-dub-dub-dot-yourNameHere-dot-com</title>
	<link>http://ask.metafilter.com/46841/dubdubdubdotyourNameHeredotcom</link>	
	<description>I&apos;m starting a new website &amp;amp; need advice... and you know, like always, there&apos;s Ok. I want to start my own website, and I want to do everything myself, but I don&apos;t really know everything (though my friends will disagree...) that I need to know. I would like advice or websites/blogs/articles on starting a website/blog &amp;amp; website security. Thanks!!!&lt;br&gt;
&lt;br&gt;
P.S. Also anything you think would be helpful in this situation...</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.46841</guid>
	<pubDate>Tue, 19 Sep 2006 20:05:55 -0800</pubDate>
	<category>blog</category>
	<category>new</category>
	<category>programming</category>
	<category>security</category>
	<category>website</category>
	<dc:creator>tdreyer1</dc:creator>
	</item>
	<item>
	<title>PHP class for externally posting to blogs?</title>
	<link>http://ask.metafilter.com/42952/PHP%2Dclass%2Dfor%2Dexternally%2Dposting%2Dto%2Dblogs</link>	
	<description>Anyone know of  a decent PHP class or function library out there for externally posting to various weblog packages (Wordpress, Blogger, Movable Type) via XML-RPC? I want to add &quot;post to your blog&quot; functionality to a website but I haven&apos;t had much success tracking something like this down. Pointers to anything helpful would be appreciated.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.42952</guid>
	<pubDate>Tue, 25 Jul 2006 13:38:48 -0800</pubDate>
	<category>blog</category>
	<category>blogger</category>
	<category>movabletype</category>
	<category>php</category>
	<category>programming</category>
	<category>web</category>
	<category>wordpress</category>
	<category>xmlrpc</category>
	<dc:creator>frenetic</dc:creator>
	</item>
	<item>
	<title>What programming/IT blogs do you frequent?</title>
	<link>http://ask.metafilter.com/16912/What%2DprogrammingIT%2Dblogs%2Ddo%2Dyou%2Dfrequent</link>	
	<description>I love &lt;a href=&quot;http://thedailywtf.com&quot;&gt;TheDailyWTF&lt;/a&gt; and read &lt;a href=&quot;http://slashdot.org&quot;&gt;/.&lt;/a&gt; every day. Without signing up for some members&apos; only site, are there any IT-related blogs/sites you check out daily? Personally I&apos;d love to read about programming (PHP/Python/Ruby/hell even VB script), databases (MySQL/PostgreSQL/MSSQL), and network administration. For general science news, I already check out &lt;a href=&quot;http://news.google.com/nwshp?gl=us&amp;ned=us&amp;topic=t&quot;&gt;Google Sci-Tech News&lt;/a&gt; and &lt;a href=&quot;http://technocrat.net/&quot;&gt;Technocrat&lt;/a&gt; on a regular basis.

I&apos;m not looking for l33t XHTML/CSS-hacks but rather blogs that discuss emerging programming trends with meaningful discussion. Maybe something that is a mix of &lt;a href=&quot;http://ask.slashdot.org/&quot;&gt;Ask&lt;/a&gt;, &lt;a href=&quot;http://developers.slashdot.org/&quot;&gt;Developers&lt;/a&gt;, and &lt;a href=&quot;http://it.slashdot.org/&quot;&gt;IT&lt;/a&gt; on Slashdot. If there&apos;s a demand for such a site maybe I&apos;ll start one. But I&apos;m too lazy to create something if it&apos;s already out there.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.16912</guid>
	<pubDate>Wed, 30 Mar 2005 09:07:06 -0800</pubDate>
	<category>blog</category>
	<category>it</category>
	<category>programming</category>
	<dc:creator>chime</dc:creator>
	</item>
	<item>
	<title>Flash MX</title>
	<link>http://ask.metafilter.com/12174/Flash%2DMX</link>	
	<description>Flash MX question, is there a way to load a page from blogger (or an xml page) into a dynamic text block with a scroll bar?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2004:site.12174</guid>
	<pubDate>Thu, 25 Nov 2004 13:00:33 -0800</pubDate>
	<category>actionscript</category>
	<category>adobe</category>
	<category>blog</category>
	<category>blogger</category>
	<category>developer</category>
	<category>development</category>
	<category>flash</category>
	<category>macromedia</category>
	<category>mx</category>
	<category>program</category>
	<category>programming</category>
	<category>xml</category>
	<dc:creator>drezdn</dc:creator>
	</item>
	<item>
	<title>MoveableType</title>
	<link>http://ask.metafilter.com/10023/MoveableType</link>	
	<description>As a self-imposed php refresher, I&apos;ve recently been toying around with writing custom movable type submission frontends for a few less web-literate family members (Basically just simplified forms that throw the user input into the MT mysql database).  I&apos;ve got everything ticking along nicely, but none of the submitted entries will show up until I log in and rebuild the site from within movable type.  My question: Is there some way to either force a rebuild from a custom form, or automate a rebuild?  I&apos;ve searched the MT forums with no success.  I&apos;m using MT 2.64 with minimal knowledge of its inner workings.   Any suggestions / pointers  / links are appreciated!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2004:site.10023</guid>
	<pubDate>Wed, 08 Sep 2004 19:54:39 -0800</pubDate>
	<category>blog</category>
	<category>custom</category>
	<category>customize</category>
	<category>developer</category>
	<category>development</category>
	<category>movabletype</category>
	<category>mt</category>
	<category>php</category>
	<category>program</category>
	<category>programming</category>
	<category>rebuild</category>
	<dc:creator>adamkempa</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>

