<?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 Coding</title>
      <link>http://ask.metafilter.com/tags/Coding</link>
      <description>Questions tagged with 'Coding' at Ask MetaFilter.</description>
	  <pubDate>Mon, 14 Dec 2009 12:30:09 -0800</pubDate> <lastBuildDate>Mon, 14 Dec 2009 12:30:09 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>.htaccess or some other solution for altering a url across a domain?</title>
	<link>http://ask.metafilter.com/140657/htaccess%2Dor%2Dsome%2Dother%2Dsolution%2Dfor%2Daltering%2Da%2Durl%2Dacross%2Da%2Ddomain</link>	
	<description> I use a CMS which needs domain.com/index.php/template/filename in order to work. I used to have an htaccess file which would make domain.com/template/filename work fine (ie, it would load the correct page even without the index.php there). Dreamhost recently upgraded its software and the htaccess file no longer works. Is there a solution for this problem? Note that I know nothing about htaccess. I got this file years ago off of a web forum, but it worked so I never question it. Here&apos;s what the htaccess file had in it (I changed the greater and lesser thans to square brackets because AskMe wasn&apos;t displaying them properly):&lt;br&gt;
&lt;code&gt;&lt;br&gt;
[IfModule mod_rewrite.c]&lt;br&gt;
RewriteEngine On&lt;br&gt;
RewriteBase /&lt;br&gt;
RewriteCond %{REQUEST_URI} ^/stats/(.*)$ [OR]&lt;br&gt;
RewriteCond %{REQUEST_URI} ^/failed_auth.html$&lt;br&gt;
RewriteRule ^.*$ - [L]&lt;br&gt;
[/IfModule] &lt;br&gt;
&lt;br&gt;
[Files index.php]&lt;br&gt;
SetHandler application/x-httpd-php&lt;br&gt;
[/Files]&lt;br&gt;
&lt;br&gt;
RewriteEngine On&lt;br&gt;
RewriteBase /&lt;br&gt;
RewriteCond %{REQUEST_FILENAME} !-f&lt;br&gt;
RewriteCond %{REQUEST_FILENAME} !-d&lt;br&gt;
RewriteRule ^(.*)$ /index.php/$1 [L]&lt;br&gt;
&lt;br&gt;
AddHandler application/x-httpd-php .php &lt;/code&gt;&lt;br&gt;
&lt;br&gt;
Thank you.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.140657</guid>
	<pubDate>Mon, 14 Dec 2009 12:30:09 -0800</pubDate>
	<category>coding</category>
	<category>htaccess</category>
	<category>html</category>
	<category>server</category>
	<category>webdeisgn</category>
	<dc:creator>You Should See the Other Guy</dc:creator>
	</item>
	<item>
	<title>Simple suggestion engine</title>
	<link>http://ask.metafilter.com/140406/Simple%2Dsuggestion%2Dengine</link>	
	<description>Looking for an existing script to do some data matching and suggesting. Sort of like a very simplified Netflix suggestion engine. I&apos;m trying to set up a website that takes a user list of a defined number of inputs from a database of options. From those inputs, a number of outputs would be offered to the user based on other people&apos;s inputs.&lt;br&gt;
&lt;br&gt;
For instance User 1 inputs: Apples, Bananas, Carrots&lt;br&gt;
&lt;br&gt;
User 2 Inputs: Apples, Bananas, Watermelon&lt;br&gt;
&lt;br&gt;
Based on matching Apples and Bananas, User 2 would see: You might like Carrots&lt;br&gt;
&lt;br&gt;
Sort of like a dating site or the Netflix suggestion engine, but just for specific items. Is there something out there that could be modified to do this in php? I did some searching, but my google-fu is failing.&lt;br&gt;
&lt;br&gt;
I realize that some of the answers might be &quot;this would be easy to write in php&quot;, but I&apos;m mainly looking for something already out there. I&apos;ll explore developing something if it isn&apos;t already out there.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.140406</guid>
	<pubDate>Fri, 11 Dec 2009 10:41:57 -0800</pubDate>
	<category>coding</category>
	<category>php</category>
	<category>website</category>
	<dc:creator>jonah</dc:creator>
	</item>
	<item>
	<title>From Zero to Python Hero</title>
	<link>http://ask.metafilter.com/140358/From%2DZero%2Dto%2DPython%2DHero</link>	
	<description>I&apos;m interested in teaching myself Python as my first programming language. What kind of useful/interesting projects are recommended as a long term goal to work towards, given that I&apos;m a total beginner? I&apos;ve been messing with the idea of teaching myself a programming language as a hobby, and after a bit of research Python seems to be the one best suited for me. That being said, I know absolutely nothing about programming, and I&apos;m interested in what exactly I&apos;d be able to accomplish after I&apos;ve taught myself the basics. I&apos;ve pulled together a number of tutorials and books, and messed around a bit with the extreme basics, and I&apos;ve enjoyed it, but I feel that it would really help to motivate me if I had some kind of an end goal or project that I could work towards. &lt;br&gt;
&lt;br&gt;
I would rate myself as a relatively advanced computer user, I like tinkering around with different programs and set ups to get the most out of machines. As a bit of background, I&apos;m currently running a laptop on Windows Vista as my main PC, and a mac mini as an HTPC hooked up to my plasma, which I use mainly to run Plex for my movies and TV shows. Does anyone have examples of what they&apos;ve been able to accomplish as a beginner after a few months of learning, or any suggestions on goals/projects that I can work towards? I realize that this is an extremely broad question, but I want to keep things pretty open so I can get a feel for what&apos;s possible. I&apos;ve found the posts on Askmefi really helpful for tracking down resources and tutorials, but not much in terms of suggested projects. Any recommendations for books or training resources are also appreciated to help me get there.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.140358</guid>
	<pubDate>Thu, 10 Dec 2009 19:26:31 -0800</pubDate>
	<category>coding</category>
	<category>programming</category>
	<category>Python</category>
	<dc:creator>KilgoreTrout</dc:creator>
	</item>
	<item>
	<title>Help with a javascript effect please!</title>
	<link>http://ask.metafilter.com/140024/Help%2Dwith%2Da%2Djavascript%2Deffect%2Dplease</link>	
	<description>I&apos;m trying to implement this &lt;a href=&quot;http://concepthue.com/how-to/moo/fadeExample.php#&quot;&gt;moo tools javascript effect&lt;/a&gt; to fade in, and then fade out a single image element, and I need help to make it work.
&lt;a href=&quot;http://www.embassylane.com/&quot;&gt;This is my attempt&lt;/a&gt;. As you can see, when you click my effect link, the image fades up just as I would like, and when you click my effect link again, the image fades away, but then my problems start!  After fading away, the image all of a sudden reappears, and then, when you click the link again, it just fades and reappears.  I just want the clickable link to toggle the image on and off.&lt;br&gt;
&lt;br&gt;
I do not know javascript at all, and haven&apos;t been able to figure out what is causing this.  this is the code I am using for onload:&lt;br&gt;
&lt;pre&gt;window.onload = function() {&lt;br&gt;
&lt;br&gt;
// MOO.FX OPACITY &lt;br&gt;
	aboutOpacity = new fx.Opacity(&apos;aboutContent&apos;, {duration: 1500, onComplete: function()&lt;br&gt;
 		 { aboutOpacity.setOpacity(1); } &lt;br&gt;
  	});&lt;br&gt;
		&lt;br&gt;
	aboutOpacity.setOpacity(0);		&lt;br&gt;
}&lt;br&gt;
&lt;br&gt;
// HIDE/DISPLAY FUNCTIONS &lt;br&gt;
function displayAbout() { document.getElementById(&apos;aboutContent&apos;).style.display = &apos;&apos;; }&lt;br&gt;
&lt;br&gt;
function hideAll() {&lt;br&gt;
		document.getElementById(&apos;aboutContent&apos;).style.display = &apos;&apos;;&lt;br&gt;
		}&lt;/pre&gt;&lt;br&gt;
&lt;br&gt;
and this is the html I am using to trigger the effect:&lt;br&gt;
&lt;pre&gt;onclick=&quot;hideAll();displayAbout(); aboutOpacity.toggle(0, 1);&lt;/pre&gt;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.140024</guid>
	<pubDate>Mon, 07 Dec 2009 11:17:29 -0800</pubDate>
	<category>coding</category>
	<category>effects</category>
	<category>fade</category>
	<category>fadein</category>
	<category>fadeout</category>
	<category>javascript</category>
	<category>moofx</category>
	<category>mootools</category>
	<category>opacity</category>
	<category>resolved</category>
	<dc:creator>bonsai forest</dc:creator>
	</item>
	<item>
	<title>Help with a simple Visual C# coding problem?</title>
	<link>http://ask.metafilter.com/139487/Help%2Dwith%2Da%2Dsimple%2DVisual%2DC%2Dcoding%2Dproblem</link>	
	<description>Oh God.  Where to start?  This is, at its heart, a programming question about C#.  It&apos;s probably not a very hard programming question, either. Although it is against my nature, I will attempt to be brief.  I recently built a Windows Media Center PC and hooked it up to my TV and I&apos;m really loving the Windows 7 media center experience... except that all the music I&apos;ve accumulated for the last 10 years or so is in iTunes.  So, while I can watch movies and TV shows and browse my pictures and be a multimedia guru, if I want to listen to music I have to get up off the couch, close media center, launch iTunes and then pump up the volume.  &lt;br&gt;
&lt;br&gt;
On some level this really irritates me.&lt;br&gt;
&lt;br&gt;
I explored exhaustively solutions that exist out in the wild.  MCE Tunes looks like a great application that will basically allow you to access iTunes from inside WMC, but it doesn&apos;t work with Windows 7, and they have stopped supporting the product. &lt;br&gt;
&lt;br&gt;
So, I set upon the idea of importing all my iTunes music into Media Player - thus making it accessible to my Media Center interface.  Since Media Player can handle mp3 and m4a files (and thus, 99% of my collection), I figured it wouldn&apos;t be a really big deal.  But the problem as I understand it is that Media Player can&apos;t read meta data from m4a files, and so this would cause a digital divide - I would then have two music programs pointed at the same library of music and I would have to update information in both libraries and make changes and corrections in both libraries and basically this felt like a major hassle.  Plus, I would have to re-enter all the meta data for my m4a files!&lt;br&gt;
&lt;br&gt;
There&apos;s another application called Sound Bridge that takes your iTunes library and dumps it into Media Player, but, again, this doesn&apos;t work with Windows 7 and an update does not appear to be on the horizon.&lt;br&gt;
&lt;br&gt;
Great!&lt;br&gt;
&lt;br&gt;
Well, I thought about it and, you know, hey, I have a CS degree - admittedly a little rusty, but I have one - so I was all like, &quot;Hey, you know what, fuck it, I&apos;ll fire up Visual Studio 2008 and I&apos;ll just write my own program!&quot;&lt;br&gt;
&lt;br&gt;
So, I set out to write a C# program that would take my iTunes library file and collect all the track information and meta data and file info and then build a Media Player library out of it.&lt;br&gt;
&lt;br&gt;
And, even though I was 99% sure I would fail miserably, I&apos;ve actually made some progress.&lt;br&gt;
&lt;br&gt;
I have, at this point, a console application that reads in my iTunes XML library, parses it, and then adds all the files and meta data to a Windows Media Player playlist.  Except that, for some reason, on some files, while setting the meta data in Windows Media Player, I&apos;ll get a permission denied error, as if I do not have access rights to set a specific attribute (like, say, genre) for a specific track.&lt;br&gt;
&lt;br&gt;
I&apos;ve done some investigating and it looks like I may be able to resolve this issue by way of a function called requestMediaAccessRights() - apparently according to all the demos and code samples I can find, I should be able to do the following:&lt;br&gt;
&lt;br&gt;
myMediaPlayerObject.settings.requestMediaAccessRights(&quot;full&quot;);&lt;br&gt;
&lt;br&gt;
Except, for some reason, Visual Studio can&apos;t find that function.  I can access a host of different functions for myMediaPlayerObject.settings, but requestMediaAccessRights just isn&apos;t one of them, and I can&apos;t for the life of me figure out why. I&apos;m adding the Media Player COM object to my project, and I can do everything else with Media Player....  that specific function just seems to be missing.&lt;br&gt;
&lt;br&gt;
Does anyone have any idea why that might be?  &lt;br&gt;
&lt;br&gt;
The other thing I&apos;m toying with is transferring the album art.  I see from the MSDN that a Media Player media object has a &quot;WM\Picture&quot; attribute, which references a piece of album art, and I can get the album art out of iTunes, but I can&apos;t seem to figure out how to &lt;i&gt;set&lt;/i&gt; the WM\Picture attribute.  &lt;br&gt;
&lt;br&gt;
Any clues?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.139487</guid>
	<pubDate>Tue, 01 Dec 2009 08:07:28 -0800</pubDate>
	<category>C</category>
	<category>coding</category>
	<category>itunes</category>
	<category>mediaplayer</category>
	<category>msdn</category>
	<category>programming</category>
	<category>requestMediaAccessRights</category>
	<dc:creator>kbanas</dc:creator>
	</item>
	<item>
	<title>How do I pass form data between pages and have it email me the results?</title>
	<link>http://ask.metafilter.com/139469/How%2Ddo%2DI%2Dpass%2Dform%2Ddata%2Dbetween%2Dpages%2Dand%2Dhave%2Dit%2Demail%2Dme%2Dthe%2Dresults</link>	
	<description>Help me learn to code a form that passes multiple fields across several pages and ultimately emails me the results. For purposes of this question, lets say I have a website with three pages.&lt;br&gt;
&lt;br&gt;
* Page 1 has a form with a drop-down to select what industry someone is in.&lt;br&gt;
&lt;br&gt;
* Page 2 should list the selection that was made on page one, and possibly change some of the other form fields on the page as a result of what was selected on page one&lt;br&gt;
&lt;br&gt;
* Page 3 summarizes all of the selections that were made and requests the submitters email address.  Upon submission, all of the data is emailed in a cleanly formatted text email to sales@mydomain.com with the from address also being sales@mydomain.com.  Mydomain.com is the site where this form will be located.  Additionally, I would like to pass through the referrer string from Page 1 so I can see where the lead came from (for example, if they came from google this would give me the keyword and other data).&lt;br&gt;
&lt;br&gt;
Right now I have a simple one-page form on my site and I use the free service from a site called emailmeform.com to email the form to me but there MUST be a way to just have it handled all from my site and not need a third party.&lt;br&gt;
&lt;br&gt;
I know a decent amount of HTML/CSS to the point where I can code a nicely designed site and I&apos;m just getting started with PHP.  I&apos;d say I know enough to do includes and have some sense of what is going on in the code with limited ability to hack it but I don&apos;t yet have an understanding of how to implement global GET and POST commands (which I have a hunch is what is involved in passing the data between pages according to the initial research I&apos;ve done).&lt;br&gt;
&lt;br&gt;
I&apos;m eager to learn the required coding skills to be able to do this myself but I&apos;m not quite sure where to start as there are several components to this I&apos;ve identified.  I would appreciate suggestions, links, guides, tutorials, and anything else that can help me figure out:&lt;br&gt;
&lt;br&gt;
1. How to properly build the form so I can pass form field inputs between several pages during a session&lt;br&gt;
&lt;br&gt;
2. How to properly capture the referrer string when the user submits the form on the first page to move on to the next step (I assume this would then be stored as a hidden field input)&lt;br&gt;
&lt;br&gt;
3. How to simply set things up so I can manage the emailing of all this form data on my own.  I&apos;ve seen various PHP scripts out there that claim to do this but they are a bit intimidating as I&apos;m not quite sure what is involved in making this work.  Ie. could I set it to send from any email address I want or does it have to be from the same domain as the site is hosted on and do I need to do anything to email settings with the site, etc.  Right now these scripts are essentially a black box to me and I want a better understanding of how they function&lt;br&gt;
&lt;br&gt;
I figured the best approach after getting answers here would be to build a simple bare bones test site with this functionality and then try to implement it on my live site so I look forward to your answers and I am happy to clarify any of this further.  Please note, I am not looking for you to code this for me...I honestly want to learn how to do everything that is involved in this as I am very much a &quot;teach me to fish&quot; type of person and while I don&apos;t know a ton of PHP yet, I tend to pick up fairly quickly on how to code specific things and hack snippets together even if I don&apos;t know a ton about the language.&lt;br&gt;
&lt;br&gt;
Also, my preference for this is to keep it doable while utilizing XAMPP so that means PHP (MySQL if necessary) and CSS/html.  Thanks AskMeFi!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.139469</guid>
	<pubDate>Mon, 30 Nov 2009 23:06:52 -0800</pubDate>
	<category>coding</category>
	<category>form</category>
	<category>php</category>
	<dc:creator>Elminster24</dc:creator>
	</item>
	<item>
	<title>Help Get Me Going at my New Gig</title>
	<link>http://ask.metafilter.com/138854/Help%2DGet%2DMe%2DGoing%2Dat%2Dmy%2DNew%2DGig</link>	
	<description>What are your tips when starting a new job as a software developer?  Looking for coding, organizational approaches and social hints as well. Happily, my way out of &lt;a href=&quot;http://ask.metafilter.com/135140/Professional-FAIL-x-2&quot;&gt;this&lt;/a&gt; situation was to find myself a new job.  YAY ME !&lt;br&gt;
&lt;br&gt;
I&apos;ve read &lt;a href=&quot;http://ask.metafilter.com/17469/Going-to-a-New-Job-Advice-on-Making-It-Easier&quot;&gt;this&lt;/a&gt; thread but I&apos;m hoping to find answers specific to development.  I&apos;m also going back to a language on another platform and I&apos;d like to ramp up quickly.  Any tips along these lines would also be appreciated.&lt;br&gt;
&lt;br&gt;
Thanks Green !</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.138854</guid>
	<pubDate>Mon, 23 Nov 2009 08:17:28 -0800</pubDate>
	<category>coding</category>
	<category>engineers</category>
	<category>job</category>
	<category>new</category>
	<category>newjob</category>
	<category>software</category>
	<category>starting</category>
	<dc:creator>sidd.darko</dc:creator>
	</item>
	<item>
	<title>Can javascript &quot;listeners&quot; working across frames?</title>
	<link>http://ask.metafilter.com/135595/Can%2Djavascript%2Dlisteners%2Dworking%2Dacross%2Dframes</link>	
	<description>Guerilla-coder Javascript filter: Rather than wait 12-18 months to get my project idea into my company&apos;s queue, I&apos;m trying to find a workaround.  It&apos;s going to be ugly.  It&apos;s going to be messy.  And I have no idea how to do it.

Bottom line: My company&apos;s web portal has a top frame that I can control, and a bottom frame controlled by Web IT.  Can I add an event listener to the top frame that will watch the bottom frame and excecute when it&apos;s done loading? So, I work for a major healthcare insurance company.  The project queue is 12-18 months for major stuff and 9-12 months for piddly stuff.  Naturally, we make exceptions for breakfixes (and for execs who have a pet project and scream alot, of course), but even simple stuff takes forever.  &lt;br&gt;
&lt;br&gt;
As an example, I put in a request a year ago to have a simple piece of javascript loaded into the web portal; it&apos;s just getting put in, this weekend.&lt;br&gt;
&lt;br&gt;
Believe it or not, I really do like my job.  It&apos;s almost become something of a game to see how much I can do with the few parts of the webpage I can control.  Anyway ...&lt;br&gt;
&lt;br&gt;
The top frame of the web portal is fully under my control, but never refreshes.  As a result, I can&apos;t use addLoadEvent() or any of my usual tricks.  Is there some sort of listener that can sit in the top frame and watch the bottom frame?&lt;br&gt;
&lt;br&gt;
I can give lots more details if needed (no, this is not me going rogue; yes, I have approval to dick around in our test environments to see if this is going to work; yes I&apos;m really trying to do something that will benefit our users).  Please keep in mind my skill level is only intermediate, so I may have to do lots of research ... but I&apos;m more than willing to do that.  I just need a direction to go.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.135595</guid>
	<pubDate>Thu, 15 Oct 2009 15:59:57 -0800</pubDate>
	<category>coding</category>
	<category>frames</category>
	<category>HTML</category>
	<category>javascript</category>
	<dc:creator>jpolchlopek</dc:creator>
	</item>
	<item>
	<title>I need a crash course in the current best-practice website accessablity standards.</title>
	<link>http://ask.metafilter.com/135445/I%2Dneed%2Da%2Dcrash%2Dcourse%2Din%2Dthe%2Dcurrent%2Dbestpractice%2Dwebsite%2Daccessablity%2Dstandards</link>	
	<description>Give me a crash course in making our nonprofit website accessible.   What are the best practices/standards? What&apos;s the lingo? I&apos;m not building the site, but I have a meeting with the developers who are, today.  They are doing this pro-bono for us (we&apos;re a community nonprofit with a goodly number of disabled users).  Its important to our CEO that the website be accessible, but she hired me because she doesn&apos;t really understand the web.&lt;br&gt;
&lt;br&gt;
I get the web fine, but I&apos;ve never had to deal with this particular issue before.   My first meeting with the developer is this afternoon.  Help me talk with them about this issue and not sound like a N00b!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.135445</guid>
	<pubDate>Wed, 14 Oct 2009 06:42:45 -0800</pubDate>
	<category>accessability</category>
	<category>blind</category>
	<category>coding</category>
	<category>design</category>
	<category>disabled</category>
	<category>internet</category>
	<category>standards</category>
	<category>visuallyimpared</category>
	<category>web</category>
	<category>web20</category>
	<category>website</category>
	<dc:creator>anastasiav</dc:creator>
	</item>
	<item>
	<title>Professional FAIL x 2</title>
	<link>http://ask.metafilter.com/135140/Professional%2DFAIL%2Dx%2D2</link>	
	<description>I have had two major professional failures in a single week.  I would like insight into a couple of aspects.   Sordid details inside. 1) I was written up by my current manager for performance and attitude issues.  Without going into too much detail, I feel like I am taking a larger share of blame than is fair of the current project&apos;s direction.  I feel there is some justification to some, but not all of his issues.  I have been given 60 days to produce high quality code and a major improved attitude or I lose my job.  This is a manager who has given me stellar reviews in the past.  I do feel like the work I am doing is very good and there are certain technical aspects beyond my control that have caused problems for our project.  &lt;br&gt;
&lt;br&gt;
2) I was given an immediate interview by a former employer.  The job is in a language that I don&apos;t have recent experience in, but it is an enterprise platform and I have been working with a close counterpart.  I interviewed with three people and took assessment and thought I did really well.  BUT they decided to pass. &lt;br&gt;
&lt;br&gt;
I can do some aspects of interviewing very well .. but I often find the technical interviews unnerving.  I sometimes have trouble articulating the structure and flow of some of my projects.  I experience the occasional whiteboard fear.  But I have had success and have been a valuable employee for the few companies I&apos;ve worked for (including this one) throughout my career.  I&apos;m excellent at tracking down problems and finding solutions.  This is starting to sound like a cover letter .. sorry.&lt;br&gt;
&lt;br&gt;
I&apos;m experiencing somewhat of a professional crisis.  I&apos;ve been a software developer for 14 years and these two events have really blown my confidence.  So, I have a couple of questions.&lt;br&gt;
&lt;br&gt;
How do I recover my confidence and from the humiliation I feel at being written up?  I need to perform well enough to not lose my job when my evaluation period is over.  I can do the work, but being there I find interactions with my manager to be uncomfortable.&lt;br&gt;
&lt;br&gt;
How can I improve my technical interviewing skills?  I know the technology, but I often freeze and stumble when listening to questions.&lt;br&gt;
&lt;br&gt;
Thanks for insight.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.135140</guid>
	<pubDate>Sat, 10 Oct 2009 15:24:45 -0800</pubDate>
	<category>boss</category>
	<category>coder</category>
	<category>coding</category>
	<category>engineer</category>
	<category>fail</category>
	<category>interview</category>
	<category>job</category>
	<category>manager</category>
	<category>performance</category>
	<category>software</category>
	<category>techinterview</category>
	<dc:creator>sidd.darko</dc:creator>
	</item>
	<item>
	<title>css rollover conflict</title>
	<link>http://ask.metafilter.com/131884/css%2Drollover%2Dconflict</link>	
	<description>I&apos;m having a problem with conflicting css rollovers. I read &lt;a href=&quot;http://www.alistapart.com/articles/sprites&quot;&gt;Dave Shea&apos;s tutorial on css image rollovers&lt;/a&gt;, and want to use these techniques on my site, but I am having a problem.&lt;br&gt;
&lt;br&gt;
I want to use two css rollovers on one page.&lt;br&gt;
&lt;br&gt;
One css rollover is a logo, and the code is based exactly on &lt;a href=&quot;http://www.alistapart.com/d/sprites/ala-blobs3.html&quot;&gt;this example&lt;/a&gt; (since my shapes are not overlapping, I don&apos;t have the problem that example shows).&lt;br&gt;
&lt;br&gt;
The second css rollover is a menu, just like the one in &lt;a href=&quot;http://www.alistapart.com/d/sprites/ala-buttons1.html&quot;&gt;this example&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
I have made both of these as standalone examples, and the css rollovers work perfectly with my logo, and my menu buttons.&lt;br&gt;
&lt;br&gt;
The problem is that when I try to position the two rollovers on the same page, with the menu buttons rollovers almost directly below the logo rollovers, it goes all wonky, and the logo rollovers bring up parts of the button rollover images in odd locations, and not all of the logo rollovers work.  &lt;br&gt;
&lt;br&gt;
(the menu buttons rollover, which are below the logo, work fine).&lt;br&gt;
&lt;br&gt;
I have a general idea of why this is occurring, but have no idea how to separate the two css rollovers so that the logo rollovers do not &quot;see&quot; the button rollovers.&lt;br&gt;
&lt;br&gt;
The code really is exactly like the examples I have linked to, and again, as standalone items, they work fine for me.&lt;br&gt;
&lt;br&gt;
Can someone advise how best to code the positioning of these two on the same page so no conflicts occur?&lt;br&gt;
&lt;br&gt;
I tried putting the two rollover sections in their own divs, and I tried z-axis stuff, neither of these solved the problem, at least as I implemented them.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.131884</guid>
	<pubDate>Thu, 03 Sep 2009 09:55:09 -0800</pubDate>
	<category>coding</category>
	<category>css</category>
	<category>cssrollovers</category>
	<category>csssprites</category>
	<category>imagerollovers</category>
	<category>resolved</category>
	<dc:creator>bonsai forest</dc:creator>
	</item>
	<item>
	<title>How do I get up to speed with e/m coding?</title>
	<link>http://ask.metafilter.com/130944/How%2Ddo%2DI%2Dget%2Dup%2Dto%2Dspeed%2Dwith%2Dem%2Dcoding</link>	
	<description>e/m coding: who knows about it and where can I find more information? A question from Dr. Mrs. Emptyk: A bit of a physician-centric question. Does anyone know any good, free resources to learn more about e/m coding? I just started my practice and want to make sure I&apos;m coding appropriately; whenever I try to look this up on the internet, I&apos;ve only encountered a lot of ads that request money to take a course on this. I would love to know a simple way to know who should be coded as an established level 4 exam vs. a level 3. Thanks for any help/insight.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.130944</guid>
	<pubDate>Sun, 23 Aug 2009 18:33:12 -0800</pubDate>
	<category>coding</category>
	<category>doctor</category>
	<category>e-m</category>
	<dc:creator>EmptyK</dc:creator>
	</item>
	<item>
	<title>PHP -&gt; Twitter API at specified times: what am I Doing Wrong?</title>
	<link>http://ask.metafilter.com/128780/PHP%2DTwitter%2DAPI%2Dat%2Dspecified%2Dtimes%2Dwhat%2Dam%2DI%2DDoing%2DWrong</link>	
	<description>Please help me write a PHP script that publishes Twitter updates at pre-specified times. I&apos;m working on a script that will update Twitter with reminders about upcoming shows at a music festival, building on &lt;strong&gt;lodev&lt;/strong&gt;&apos;s idea &lt;a href=&quot;http://ask.metafilter.com/69022/How-instant-is-a-Twitter-update#1033437&quot;&gt;here&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
I&apos;ve currently got &lt;a href=&quot;http://pastebin.com/m3f605f0f&quot;&gt;this script&lt;/a&gt;, which calls a text file structured like in this made-up example:&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;XXXUPDATE SponsorCo Stage: THE BEATLES in 30 minutes XXXTIME August 21 2009 21:30 +0200 XXXDONE 0 XXXENDLINE&lt;br&gt;
XXXUPDATE MegaCorp Stage: ROLLING STONES in 30 minutes XXXTIME August 21 2009 22:45 +0200 XXXDONE 0 XXXENDLINE&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
Proprietary format, I know. :) There are six Twitter accounts right now for separate concert stages, more may follow. &lt;br&gt;
&lt;br&gt;
All six separate scripts are called from a Ruby file via pycron, every minute. I understand that&apos;s plenty often and I don&apos;t really need that kind of temporal resolution, but it uses relatively few processor cycles so I&apos;m not really complaining.&lt;br&gt;
&lt;br&gt;
As you can see in the PHP code:&lt;br&gt;
&lt;br&gt;
&lt;code&gt;if (($now &amp;lt;= ($utime + 30)) &amp;amp;&amp;amp; ($now &amp;gt;= ($utime - 29))) {&lt;br&gt;
if ($update[3] !== 1) {&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
When an update is ready for publication it should, theoretically at least, satisfy the first &quot;if&quot; statement and be published. The second &quot;if&quot; checks a &quot;done&quot; flag in the text file which I have as of yet not used (i.e. they&apos;re all set to 0 and the current code doesn&apos;t amend them).&lt;br&gt;
&lt;br&gt;
Now, I &quot;stress-tested&quot; this with some test updates on all six accounts, including many simultaneous ones (carrying the same timestamp) on the different accounts for ten minutes with six (one for each account) every minute, and out of maybe a hundred-something tweets (I ran multiple iterations of the test) only one was dropped, i.e. it was in the text file but was not published.&lt;br&gt;
&lt;br&gt;
Even one dropped update is unacceptable to me, and I strongly suspect I am Doing It Wrong. But how? The problem basically boils down to the following question:&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;What better method would there be to push out the updates reliably using the server config I currently have (XP, Apache, PHP5, Ruby, pycron), very preferably without using databases?&lt;/strong&gt;&lt;br&gt;
&lt;br&gt;
When it comes to scripting I really only speak PHP and a little JavaScript: even the (very basic) Ruby script was kindly provided to me for a different project.&lt;br&gt;
&lt;br&gt;
So there&apos;s just too little time before the event to learn a new language or start out with MySQL or whatever before the event, and I&apos;m not really eager to change to different software or change my server configuration (or set up another box) just for one-off project that will last just a few days. This is just to say that it&apos;s not due to an unwillingness on my part, but rather due to practical considerations.&lt;br&gt;
&lt;br&gt;
If anyone could offer their insights I would be ever so grateful. Thanks in advance, guys.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.128780</guid>
	<pubDate>Wed, 29 Jul 2009 18:29:11 -0800</pubDate>
	<category>api</category>
	<category>code</category>
	<category>coding</category>
	<category>cotweet</category>
	<category>cron</category>
	<category>crontab</category>
	<category>php</category>
	<category>pycron</category>
	<category>resolved</category>
	<category>twitter</category>
	<category>twitterapi</category>
	<dc:creator>goodnewsfortheinsane</dc:creator>
	</item>
	<item>
	<title>How can I update a textbox in a slide object in the middle of a loop in E-Prime?</title>
	<link>http://ask.metafilter.com/127243/How%2Dcan%2DI%2Dupdate%2Da%2Dtextbox%2Din%2Da%2Dslide%2Dobject%2Din%2Dthe%2Dmiddle%2Dof%2Da%2Dloop%2Din%2DEPrime</link>	
	<description>Computer Coding:  I&apos;m trying to write an experiment in &lt;a href=&quot;http://www.pstnet.com/eprime.cfm&quot;&gt;E-Prime&lt;/a&gt; that uses a Visual Analog Scale to allow subjects to bid on items.  Basically, this means they move a slider with their mouse over a bar, and the position on the bar represents how much they are willing to bid.  The thing is, they need to know what &lt;em&gt; value &lt;/em&gt; the slider currently represents before they can actually bid, and I&apos;m having problems getting the text to update with the cursor position.  Now, if any of you out there are E-Prime gurus I could really use your help for this bit.  I need to figure out how to update a textbox in a &apos;slide&apos; object in the middle of a loop. I&apos;ve also posted this question on the &lt;a href=&quot;http://www.pstnet.com/forum/Topic3233-5-1.aspx&quot;&gt;E-Prime forum&lt;/a&gt; and was basically met with crickets.  I&apos;m a decent (not great at all) programmer in some other languages so I&apos;ve been picking this stuff up pretty fast, but I&apos;m under a pretty tight deadline right now.&lt;br&gt;
&lt;br&gt;
There&apos;s an example of the code available for download on the forum post, but I think you have to sign up to get it.  If you use E-Prime and aren&apos;t on the forum, feel free to MeMail me and I&apos;ll send you a copy of the code.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.127243</guid>
	<pubDate>Sun, 12 Jul 2009 16:34:37 -0800</pubDate>
	<category>code</category>
	<category>coding</category>
	<category>EPrime</category>
	<category>experiment</category>
	<category>resolved</category>
	<dc:creator>scrutiny</dc:creator>
	</item>
	<item>
	<title>Looking for a multi-site searching template</title>
	<link>http://ask.metafilter.com/126839/Looking%2Dfor%2Da%2Dmultisite%2Dsearching%2Dtemplate</link>	
	<description>I want to find a fairly easy-to-adapt template from which to do multiple site searching with a single term. My technical abilities are, let&apos;s say, &lt;em&gt;modest&lt;/em&gt;. I sometimes need to search multiple art gallery/library/museum sites with the same term. I have a folder of about 20 links to the search pages for most of the major repositories - like NYPL, the Louvre, Met Museum, British Museum etc etc - and I normally go through each of them sequentially, when I need to do a blanket search, which is kind of time consuming.&lt;br&gt;
&lt;br&gt;
I&apos;m wondering if it&apos;s feasible to set up a *simple* html page locally that has a search box from which a single term can be searched from all these sites simultaneously and the extracted images/info compiled into a single results page? {It may be that this is best split between a couple/few html files so I&apos;m not potentially loading 2000 images from 100 results each from the 20 repositories. Trial and error on this I s&apos;pose.}&lt;br&gt;
&lt;br&gt;
I have dorked around a bit with blogger templates and css and am moderately familiar with most markup. I haven&apos;t built anything really from scratch and I could probably recognise a few coding languages on a good day; but I certainly couldn&apos;t apply or modify them without help/copying. With that in mind, I would be happy to receive any tips or advice as to how this might be done (and indeed please tell me if it sounds a bit beyond my limited-&lt;em&gt;ish&lt;/em&gt; capabilities). &lt;br&gt;
&lt;br&gt;
I presume that a suitable template will be easy to find and copy, yeah?? And the adapting of it: will that be fairly &lt;em&gt;reasonable&lt;/em&gt;?? We are not talking pretty: I just want something functional. &lt;small&gt;{I guess one of the important issues will be identifying and compiling the correct search strings for each site hmm?}&lt;/small&gt;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.126839</guid>
	<pubDate>Tue, 07 Jul 2009 22:36:05 -0800</pubDate>
	<category>art</category>
	<category>coding</category>
	<category>html</category>
	<category>markup</category>
	<category>multisearch</category>
	<category>search</category>
	<category>template</category>
	<dc:creator>peacay</dc:creator>
	</item>
	<item>
	<title>Which  forums do the best web programmers hang out at?</title>
	<link>http://ask.metafilter.com/125912/Which%2Dforums%2Ddo%2Dthe%2Dbest%2Dweb%2Dprogrammers%2Dhang%2Dout%2Dat</link>	
	<description>Which  forums do the best web programmers hang out at? Long story short:  I&apos;ve got a web site that already does over 1 million pageviews per month.  I&apos;ve got a great idea to take it to the next level, but I&apos;m looking for someone who can handle the coding and technical aspects in exchange for an equity stake. &lt;br&gt;
&lt;br&gt;
I&apos;m wanting to bring aboard a great programmer who doesn&apos;t necessarily need the work but will be motivated by the equity.  &lt;br&gt;
&lt;br&gt;
Which forums would you recommend I post on to find this person? &lt;br&gt;
&lt;br&gt;
Also, if there&apos;s anyone interested here, let me know.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.125912</guid>
	<pubDate>Fri, 26 Jun 2009 16:15:45 -0800</pubDate>
	<category>ajax</category>
	<category>coding</category>
	<category>development</category>
	<category>mysql</category>
	<category>on</category>
	<category>php</category>
	<category>programming</category>
	<category>rails</category>
	<category>ruby</category>
	<category>scripting</category>
	<category>sites</category>
	<category>software</category>
	<category>web</category>
	<dc:creator>jackson5</dc:creator>
	</item>
	<item>
	<title>How to update wordpress from outside the admin interface</title>
	<link>http://ask.metafilter.com/123959/How%2Dto%2Dupdate%2Dwordpress%2Dfrom%2Doutside%2Dthe%2Dadmin%2Dinterface</link>	
	<description>Wordpress filter:  I want to be able to create a form that can be used to add custom values to a certain post without having to do so from inside the admin panel. I&apos;d also like to be able to create a form that can be used to create an entirely new post, or edit the contents of an existing post.&lt;br&gt;
&lt;br&gt;
Sample code to work from would be excellent.  Directly pointing to resources that explain the inner workings of Wordpress may be less excellent, as I have only a rudimentary grasp of basic PHP and would likely be over my head.&lt;br&gt;
&lt;br&gt;
if ($an_answer != &apos;&apos;) echo &quot;thanks.&quot;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.123959</guid>
	<pubDate>Fri, 05 Jun 2009 08:45:21 -0800</pubDate>
	<category>coding</category>
	<category>forms</category>
	<category>html</category>
	<category>php</category>
	<category>wordpress</category>
	<dc:creator>Nonce</dc:creator>
	</item>
	<item>
	<title>Turning An Idea Into Reality When I Can&apos;t Build It Myself</title>
	<link>http://ask.metafilter.com/123301/Turning%2DAn%2DIdea%2DInto%2DReality%2DWhen%2DI%2DCant%2DBuild%2DIt%2DMyself</link>	
	<description>I want to create the next big thing. I&apos;m full of bright ideas, but it&apos;s software, and I don&apos;t code. What the hell do I do? I have a pretty firm handle on how this thing should behave, what it should be able to do, and the hundreds of ways it would improve the current state of the industry segment it&apos;s aimed at. But bright ideas are one thing: being able to build the goddamned thing is another.&lt;br&gt;
&lt;br&gt;
I can&apos;t be the first person who&apos;s had a bright idea and/or vision and not been able to implement it themselves: what do I do next? How do I even begin to approach this? &lt;br&gt;
&lt;br&gt;
Obviously, I could teach myself to code. There are plenty of reasons for and against this, but let&apos;s assume that me learning to code is, for the purposes of this question, not an option.&lt;br&gt;
&lt;br&gt;
I&apos;ve got about twelve years of industry work under my belt, and I&apos;ve been an early employee as companies go from 10 employees to hundreds a bunch of times, but I&apos;ve never been a founder and I&apos;ve never been in a position where I can&apos;t make what I&apos;m envisioning.&lt;br&gt;
&lt;br&gt;
How do I get this out of my head and into the real world, when I can&apos;t create it myself?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.123301</guid>
	<pubDate>Thu, 28 May 2009 18:58:00 -0800</pubDate>
	<category>abstracttoconcrete</category>
	<category>coding</category>
	<category>goingsolo</category>
	<category>realitycheck</category>
	<category>software</category>
	<category>startingacompany</category>
	<dc:creator>Anonymous</dc:creator>
	</item>
	<item>
	<title>Recently Unemployed. What to do?</title>
	<link>http://ask.metafilter.com/117728/Recently%2DUnemployed%2DWhat%2Dto%2Ddo</link>	
	<description>Recently Unemployed. What to do? Like so many others, I was recently involuntarily let go from my job.&lt;br&gt;
&lt;br&gt;
Of course, I&apos;m looking for a new job. That&apos;s not all. I have a few ideas of things I want to do, learn, or skills I want to improve upon while unemployed. I thought it&apos;s best to take advantage of the time I don&apos;t have while normally working. Here are some of my ideas and a problem I have. &lt;br&gt;
&lt;br&gt;
1. My field of work is in IT. I&apos;m pursuing finding another IT job. I want to improve these skills while I&apos;m out of work.&lt;br&gt;
&lt;br&gt;
2. I want to learn to code web pages and eventually learn the back-end stuff such as incorporating databases and search engine optimization (what else should I be trying to learn?)&lt;br&gt;
&lt;br&gt;
3. I also want to read more books, but I have trouble finishing a book in a short enough time span for me to stick with it. I get bored, bail and start a new book and repeat this cycle (how do I learn to read faster with better retention?).&lt;br&gt;
&lt;br&gt;
4. I want to be a better photographer (with the camera and with Photoshop.)&lt;br&gt;
&lt;br&gt;
5. Devote more time to exercise and fitness.&lt;br&gt;
&lt;br&gt;
6. Get some volunteer hours in.&lt;br&gt;
&lt;br&gt;
These are the key things I would like to learn or improve upon. They are all hampered by one thing: I have a severe lack of organizational skills. I have trouble prioritizing tasks and making good use of time. My productivity is at an all time low. I have trouble organizing things and keeping the house straight--coming home every night to a house that&apos;s &lt;i&gt;still&lt;/i&gt; the mess I created &lt;b&gt;the day before&lt;/b&gt; is starting to get on my SO&apos;s nerves. My SO is very tolerant of (and even creates some) piles of books, CDs, magazines, mail, etc., but this has gone way beyond that--it&apos;s even making me feel nervous and overwhelmed when I see these issues at play (or look at the dining room table piled high with stuff that doesn&apos;t belong there.) I think that at one point in my life I was able to at least keep &lt;i&gt;things&lt;/i&gt; organized and keep a tidy house. Time and task management has almost always been something of a problem. Now that I have more time on my hands than I&apos;ve had in years, it seems that my organizational skills have tanked and are worse off than ever.  At first glance this seems to defy logic.&lt;br&gt;
&lt;br&gt;
What do I do? How do I start to affect change &lt;i&gt;immediately&lt;/i&gt;? How do I get organized and get on to what I want to do and learn, in addition to everyday responsibilities? How do I reclaim what I believe I once had? How did you handle it when you were in a similar position? What advice, links, reading material, tools, and techniques can you suggest that will empower me to make change now? Do you have advice specific to my list that will help me get going on these goals? &lt;br&gt;
&lt;br&gt;
Thanks all.&lt;br&gt;
&lt;br&gt;
If you needed, you can email me at: what.to.do.while.unemployed@gmail.com</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.117728</guid>
	<pubDate>Wed, 25 Mar 2009 14:31:36 -0800</pubDate>
	<category>affectchange</category>
	<category>books</category>
	<category>coding</category>
	<category>exercise</category>
	<category>fitness</category>
	<category>organization</category>
	<category>photography</category>
	<category>productivity</category>
	<category>stress</category>
	<category>timemanagement</category>
	<category>volunteer</category>
	<dc:creator>Anonymous</dc:creator>
	</item>
	<item>
	<title>Regex Help for Adding +14 to a Series</title>
	<link>http://ask.metafilter.com/117098/Regex%2DHelp%2Dfor%2DAdding%2D14%2Dto%2Da%2DSeries</link>	
	<description>I&apos;m trying to use Regular Expressions in Textmate to do a Find/Replace. The goal: Find id=&quot;1&quot;, id=&quot;2&quot;, id=&quot;3&quot;, etc. and Replace with a value of +14, so that I replace yields id=&quot;15&quot;, id=&quot;16&quot;, id=&quot;17&quot; etc. Thank you! I don&apos;t mind doing the Finds/Replaces one at a time, so I&apos;m not worried about greedy/reluctant, whatever. I just want a bit of an easier way to add +14 to a value. &lt;br&gt;
&lt;br&gt;
So far I&apos;ve been able to Find using id=&quot;*[0-9], but no luck for the Replace.  Thanks mucho for any help!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.117098</guid>
	<pubDate>Wed, 18 Mar 2009 14:47:47 -0800</pubDate>
	<category>coding</category>
	<category>computerscience</category>
	<category>regex</category>
	<category>regularexpressions</category>
	<category>resolved</category>
	<category>textmate</category>
	<dc:creator>pinto</dc:creator>
	</item>
	<item>
	<title>How can I embed images directly in an HTML email blast?</title>
	<link>http://ask.metafilter.com/114760/How%2Dcan%2DI%2Dembed%2Dimages%2Ddirectly%2Din%2Dan%2DHTML%2Demail%2Dblast</link>	
	<description>I need to send an email blast for work through a list vendor and need help converting my original HTML email blast into an embedded HTML file. I normally use ConstantContact for my email blasts and have successfully coded many HTML emails using it.&lt;br&gt;
&lt;br&gt;
I now have the opportunity to send my email blast to a rented email list and they do not offer image hosting and instead asked for just an HTML file.&lt;br&gt;
&lt;br&gt;
I don&apos;t want to host the images, and I&apos;ve read that there are benefits to directly embedding the images versus linking to hosted images, namely that having images disabled does not affect those that are directly embedded.&lt;br&gt;
&lt;br&gt;
I know in Outlook when I create an email and embed an image and save that email as an HTML file, it embeds the image into it and it works great for this purpose.  Unfortunately, Outlook has some of the crappiest HTML capabilities ever (whoever at MS thought it would be smart to use Word&apos;s rendering engine should be shot) which makes it incredibly difficult to get the email looking the way I want it to.&lt;br&gt;
&lt;br&gt;
How can I go about directly embedding the images within the HTML itself in a manner similar to how Outlook does it so that I can just provide the list vendor with a single HTML file that does not need to link to external images?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.114760</guid>
	<pubDate>Fri, 20 Feb 2009 17:56:50 -0800</pubDate>
	<category>coding</category>
	<category>email</category>
	<category>outloook</category>
	<dc:creator>Elminster24</dc:creator>
	</item>
	<item>
	<title>I want to help the Fox and the Bird</title>
	<link>http://ask.metafilter.com/109984/I%2Dwant%2Dto%2Dhelp%2Dthe%2DFox%2Dand%2Dthe%2DBird</link>	
	<description>What do i need to learn to make add-ons of my own for Firefox and/or Songbird? I&apos;m interested in using my computer skills to improve my favorite open source programs. Unfortunately, I don&apos;t know a damn thing about coding, programing, writing lines, terminal, etc. I need to know, where&apos;s a good place to start?&lt;br&gt;
I run a Mac OSX 10.5 on an early 2008 MacBook Pro, if you have something system specific. Thanks Hive!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.109984</guid>
	<pubDate>Wed, 24 Dec 2008 22:19:17 -0800</pubDate>
	<category>code</category>
	<category>Coding</category>
	<category>Firefox</category>
	<category>program</category>
	<category>Programing</category>
	<category>Songbird</category>
	<category>terminal</category>
	<category>writing</category>
	<dc:creator>photomusic86</dc:creator>
	</item>
	<item>
	<title>Redisassembleunobfuscate?</title>
	<link>http://ask.metafilter.com/107484/Redisassembleunobfuscate</link>	
	<description>Why aren&apos;t there assembly -&amp;gt; C or pseudocode tools? So, for my last lap in college, I&apos;m doing the dreaded binary bomb project, which is actually kind of cool. I&apos;m almost done (5/6), and hopefully should be able to finish soon.&lt;br&gt;
&lt;br&gt;
But anyway, looking all this GAS, I&apos;m wondering why there isn&apos;t a tool that generates equivalent C or C++ code... it seems absurdly simple in some respects to simply generate one of the many possibilities of C that can yield a given assembly procedure, but I must be missing something?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.107484</guid>
	<pubDate>Sat, 22 Nov 2008 16:56:52 -0800</pubDate>
	<category>assembler</category>
	<category>assembly</category>
	<category>c</category>
	<category>coding</category>
	<category>gas</category>
	<category>gnu</category>
	<dc:creator>tmcw</dc:creator>
	</item>
	<item>
	<title>There has to be someone who wants to work with me!</title>
	<link>http://ask.metafilter.com/107259/There%2Dhas%2Dto%2Dbe%2Dsomeone%2Dwho%2Dwants%2Dto%2Dwork%2Dwith%2Dme</link>	
	<description>How can I meet another passionate person  to help me with a project? I have been working on a project (an online game) for some months. I have a lot of content/design/mechanic stuff done, and I am working on learning RoR so that I can code it, but I would really like to find someone to work along side of to bounce ideas off of, and to help with the coding.&lt;br&gt;
I know I could rent-a-coder, but I would much rather find someone who would like to collaborate with me and build this into something. &lt;br&gt;
&lt;br&gt;
I don&apos;t live in an area with any tech population to speak of, so just finding someone who has similar interests to me is hard enough, let alone someone who has similar interests, is motivated,  and can code.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.107259</guid>
	<pubDate>Wed, 19 Nov 2008 13:32:18 -0800</pubDate>
	<category>Coding</category>
	<category>development</category>
	<category>Partnership</category>
	<category>project</category>
	<dc:creator>Jonsnews</dc:creator>
	</item>
	<item>
	<title>Closest thing to coding that isn&apos;t</title>
	<link>http://ask.metafilter.com/106242/Closest%2Dthing%2Dto%2Dcoding%2Dthat%2Disnt</link>	
	<description>What uses similar skills to computer programming, and is enjoyable in the same way, but does not involve excessive computer use? I feel that in many ways computer programming would be the ideal serious pastime for me, and could lead to me selling my own products. However, training from a young age to be a guitarist, then falling into computer admin work and internet addiction led to RSI. I&apos;m totally &apos;cured&apos; from it - My body is much better than ever and I know how to work relatively safely. &lt;br&gt;
&lt;br&gt;
However, I just can&apos;t deal with the idea of being on a computer so much of the time. I&apos;ve gone too far down the path of posture and physical health not to feel an instinctive recoiling from the machine when I&apos;ve been on it too long. It&apos;s a compromise I just can&apos;t make, however interested I am in programming. And I just know that whatever good intentions I set out with, I would end up pulling an all nighter once I became obsessed with a project. Some computer use, say 2 hours at most a day would be fine.&lt;br&gt;
&lt;br&gt;
What else would use similar skills and push similar buttons?&lt;br&gt;
&lt;br&gt;
I feel that I have the right combination of creativity and problem solving and like the fact that you can bring in many types of skills, I like being able to have complete control of a project and realise my vision, I like the fact that I can make things that matter in the real world. I like that if you put in the hours you will get results, even if it&apos;s just improving your knowledge and skills. &lt;br&gt;
&lt;br&gt;
I thought of product design/invention, as I have good ideas for products. However, this is a bit hit and miss as products might not get realised. Also, you may have to rely on other people and manage relationships a lot in order to get stuff done, which is a minus.&lt;br&gt;
&lt;br&gt;
I don&apos;t feel the creative arts would work, as I want something a bit more practical, that could maybe be a real product or service.&lt;br&gt;
&lt;br&gt;
Something like designing retro machines that run on steam would not really as it is not &apos;cutting edge&apos;. It doesn&apos;t matter in the same way.&lt;br&gt;
&lt;br&gt;
These ideas make it sound like it&#8217;s all about design, but I would consider any type of field really.&lt;br&gt;
&lt;br&gt;
Hope that explains it! Thanks in advance.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.106242</guid>
	<pubDate>Fri, 07 Nov 2008 11:45:00 -0800</pubDate>
	<category>coding</category>
	<category>creativity</category>
	<category>hobby</category>
	<category>job</category>
	<category>programming</category>
	<dc:creator>Not Supplied</dc:creator>
	</item>
	
	</channel>
</rss>

