<?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>Wed, 19 Jun 2013 00:58:48 -0800</pubDate> <lastBuildDate>Wed, 19 Jun 2013 00:58:48 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>How does this code run? </title>
	<link>http://ask.metafilter.com/243155/How%2Ddoes%2Dthis%2Dcode%2Drun</link>	
	<description>So I&apos;m boning up on my web development skills, and came across an interesting little box at http://www.mydestination.com/moscow (scroll down to &apos;Book Your Trip&apos;). How&apos;d they do that? NOT looking to copy it, just learn about how&apos;s it done. Plenty more inside. The box I&apos;m looking at has tabs for Hotels, Flights, Car Rental, and Insurance. The CSS and making the tabbed box is one thing I can do, but digging through the source code doesn&apos;t reveal much on a few other questions:&lt;br&gt;
&lt;br&gt;
1: How does it pre-populate the boxes with the relevant data? (If you click around to other destinations on the website, you&apos;ll notice the local airports to a given city are there, with a drop-down box used where appropriate)&lt;br&gt;
&lt;br&gt;
2: In the source code, the only thing I could find that looked like it was responsible was &amp;lt; div class=&quot;leftbar&quot; id=&quot;whiteLablelContainer&quot; &amp;gt;&amp;lt; /div &amp;gt;&lt;br&gt;
 (and yes, &apos;lablel&apos; is how it was spelled...) There must be more going on here...? There&apos;s no div id like that in the CSS files.&lt;br&gt;
&lt;br&gt;
3: I know how to make a container responsive, but wouldn&apos;t that break the form / background? How does a box like this become responsive without messing up the design?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2013:site.243155</guid>
	<pubDate>Wed, 19 Jun 2013 00:58:48 -0800</pubDate>
	<category>coding</category>
	<category>css</category>
	<category>responsivedesign</category>
	<dc:creator>chrisinseoul</dc:creator>
	</item>
	<item>
	<title>Create downloadable iCal files in PHP/MySQL/Bootstrap?</title>
	<link>http://ask.metafilter.com/240123/Create%2Ddownloadable%2DiCal%2Dfiles%2Din%2DPHPMySQLBootstrap</link>	
	<description>I have a PHP webpage that lists events happening at a conference by reading from a MySQL database. Is there an easy way to have PHP create downloadable iCal files so people can download individual events to their iphones/Androids etc., without my having to create individual event files, and without setting up a bunch of Google Calendar items to link to? (more detailed explanation inside.) Website is for a four day conference, several individual event listings per day.  It&apos;s only a yearly thing, so for that and other reasons we&apos;ve decided that a full blown CMS system with a calendaring function is total overkill.  I&apos;m redesigning the site using Twitter Bootstrap, mainly to modernize the layout and CSS type stuff, but I&apos;ll be keeping it in PHP so I can maintain a few server includes I use that help me change over certain things year to year more easily. &lt;br&gt;
&lt;br&gt;
For years I&apos;ve just had the events page read from an &quot;events&quot; table in MySQL, that has basic columns - event ID#, date, start time, end time, name, location, description.  The PHP formats that into tables to display on the webpage.&lt;br&gt;
&lt;br&gt;
What I would love, would be for each event listing to have an iCal download link. But I&apos;d like to not have to somehow manually create the iCal files.  I was hoping there might be some way PHP could sort of write the iCal files on the fly or something like that?  &lt;br&gt;
&lt;br&gt;
I suppose I could enter them into a Google Calendar, and paste the individual links into the database for inclusion on the website. But again that would create a lot of manual work to enter all these events. The folks who run the conference just keep the event listings in Word, frankly.  I end up reformatting to Excel/CSV for importing to the database. So if there were some PHP magic that could be done, it would be able so save me work each year.&lt;br&gt;
&lt;br&gt;
I&apos;m not very programming/scripting savvy, but some searching led me to believe this might be possible. I thought I might do better asking here where I could maybe get someone to talk me through it a bit while being patient with my pretty basic level PHP skills.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2013:site.240123</guid>
	<pubDate>Tue, 30 Apr 2013 13:57:45 -0800</pubDate>
	<category>Bootstrap</category>
	<category>Calendar</category>
	<category>coding</category>
	<category>help</category>
	<category>iCal</category>
	<category>MySQL</category>
	<category>PHP</category>
	<dc:creator>dnash</dc:creator>
	</item>
	<item>
	<title>What are all these programming languages good for?</title>
	<link>http://ask.metafilter.com/239420/What%2Dare%2Dall%2Dthese%2Dprogramming%2Dlanguages%2Dgood%2Dfor</link>	
	<description>Ruby, Python, PHP, JavaScript, etc!  Help me bring my very outdated coding skills back from the grave!  Can anyone either explain or point me to a good resource that explains concisely why I&apos;d want to use one programming language vs another? So, I used to be reasonably good at programming on the hobbyist level.  However, this was back in the days of Turbo C++ and DOS 5.  Not exactly cutting-edge anymore.  For various personal reasons, I&apos;ve decided to refresh my coding skills and join the 21st Century, but I find I&apos;m at a loss for where to begin.  I keep reading about a number of programming languages that I could be using, but it&apos;s not at all clear to me why I would choose one over another.  I&apos;m completely overwhelmed.  Can anyone help enlighten me please?&lt;br&gt;
&lt;br&gt;
While I don&apos;t have any specific big-picture projects in mind, I probably would want to be able to do at least a little light data analysis.  Assume that I&apos;m totally fine with basic coding structure, and comfortable with object-oriented structures.  &lt;br&gt;
&lt;br&gt;
Thanks for helping an old dog try to learn some new tricks.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2013:site.239420</guid>
	<pubDate>Thu, 18 Apr 2013 16:57:22 -0800</pubDate>
	<category>coding</category>
	<category>programming</category>
	<category>programminglanguage</category>
	<dc:creator>Guernsey Halleck</dc:creator>
	</item>
	<item>
	<title>Coding Bootcamp Reviews?</title>
	<link>http://ask.metafilter.com/239101/Coding%2DBootcamp%2DReviews</link>	
	<description>I&apos;m interested in independent information on the coding bootcamps that have sprung up in NYC. Especially the &lt;a href=&quot;http://flatironschool.com/&quot;&gt;Flatiron School&lt;/a&gt;. I&apos;m looking for data and/or anecdata on the value of a program like Flatiron School or &lt;a href=&quot;http://devbootcamp.com/&quot;&gt;Dev Bootcamp&lt;/a&gt;, especially regarding employability. I&apos;m considering a career change from finance to the tech industry and would like to know whether one of these programs would give me the skills I need to do so.&lt;br&gt;
&lt;br&gt;
About me: Interested in computers / coding since young age. Didn&apos;t take any CS courses in college. I play around in Python for fun but haven&apos;t completed any large projects / lack a Git portfolio. Currently 27 and work on Wall Street.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2013:site.239101</guid>
	<pubDate>Sat, 13 Apr 2013 13:50:55 -0800</pubDate>
	<category>coding</category>
	<category>tech</category>
	<dc:creator>prunes</dc:creator>
	</item>
	<item>
	<title>What is the best programming language for the job?</title>
	<link>http://ask.metafilter.com/238796/What%2Dis%2Dthe%2Dbest%2Dprogramming%2Dlanguage%2Dfor%2Dthe%2Djob</link>	
	<description>For a personal project I&apos;m working on, what would be the best programming language if I wanted the user to be able to input some text and image choices and have them receive the information back in an eBook? I&apos;ve used PHP before to store and retrieve that information, but I&apos;m not sure it could handle the conversion to an ebook. My programming skills are rather limited, so I would probably end up hiring someone to code it for me. Advice on how to go about hiring someone specializing in that language and which questions to ask to make sure they know what they doing is also appreciated.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2013:site.238796</guid>
	<pubDate>Tue, 09 Apr 2013 09:45:33 -0800</pubDate>
	<category>coding</category>
	<category>hiring</category>
	<category>languages</category>
	<category>programming</category>
	<dc:creator>Dynex</dc:creator>
	</item>
	<item>
	<title>Help me create a 10 hour coding project to assess contractors for hire</title>
	<link>http://ask.metafilter.com/237598/Help%2Dme%2Dcreate%2Da%2D10%2Dhour%2Dcoding%2Dproject%2Dto%2Dassess%2Dcontractors%2Dfor%2Dhire</link>	
	<description>I&apos;m trying to hire a full time coder for my business. I build, maintain, and remodel my own portfolio of websites (PHP, JS, WP, HTML, CSS, MySQL, etc). Once I have a few candidates I would like to assign them all the same small (paid) project so that I may assess their abilities. What should the test include? All candidates will be US-Based. $6000/mo budget cap. The most important skills are PHP, JS, MySQL, Wordpress, and the ability to self-organize and self-manage. Experience/familiarity with MVC architectures is also important as I have a few projects which will require completely custom CMS&apos;s.&lt;br&gt;
&lt;br&gt;
I used to do all of my coding myself, but at best I would be considered an arm-chair coder. I&apos;ve spent well over $50k on foreign odesk contractors and have been marginally satisfied with their quality - so now that I can afford to pay more it&apos;s time to find somebody proficient for long-term remote work on the sites in my portfolio. &lt;br&gt;
&lt;br&gt;
I would really appreciate some ideas about what the best test project might be in order to judge them comparatively. Everyone will be native-English speakers based in the US.  &lt;br&gt;
&lt;br&gt;
I&apos;m stumped on the details now that I&apos;m trying to hire people who know more than me. What things should be included in this test to demonstrate capability and what should I look for specifically in their processes and code when the time is up?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2013:site.237598</guid>
	<pubDate>Wed, 20 Mar 2013 14:38:07 -0800</pubDate>
	<category>coding</category>
	<category>contractors</category>
	<category>hiring</category>
	<category>js</category>
	<category>outsourcing</category>
	<category>php</category>
	<category>programming</category>
	<category>wordpress</category>
	<dc:creator>Th!nk</dc:creator>
	</item>
	<item>
	<title>Working with Javascript and Google Fusion Tables...help!</title>
	<link>http://ask.metafilter.com/237094/Working%2Dwith%2DJavascript%2Dand%2DGoogle%2DFusion%2DTableshelp</link>	
	<description>Working on an important open gov data project to support public schools.  Need to know how to grab data from a single Google Fusion table cell using javascript...And of course, we are trying to stay up all night because we launch tomorrow.  Help?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2013:site.237094</guid>
	<pubDate>Tue, 12 Mar 2013 19:44:22 -0800</pubDate>
	<category>coding</category>
	<category>GoogleFusion</category>
	<category>JavaScript</category>
	<dc:creator>jeanmari</dc:creator>
	</item>
	<item>
	<title>How can a schlump like me learn PHP in the shortest possible time?</title>
	<link>http://ask.metafilter.com/237082/How%2Dcan%2Da%2Dschlump%2Dlike%2Dme%2Dlearn%2DPHP%2Din%2Dthe%2Dshortest%2Dpossible%2Dtime</link>	
	<description>I didn&apos;t ask for this! My employer is moving me to a position that will require a working knowledge of PHP development, but my skills are nowhere near up to snuff.  &quot;You learn quick, just pick it up&quot; they say!  I don&apos;t know where they got the idea that I DO in fact learn quickly, but I guess now I have to! So what can a guy like me do to pick up at least a passable proficiency relatively quickly?  I can put in the hours, but I would rather put in the hours efficiently, if you know what I mean.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2013:site.237082</guid>
	<pubDate>Tue, 12 Mar 2013 16:11:27 -0800</pubDate>
	<category>coding</category>
	<category>internet</category>
	<category>php</category>
	<dc:creator>Willie0248</dc:creator>
	</item>
	<item>
	<title>Great tunes to code to?</title>
	<link>http://ask.metafilter.com/235567/Great%2Dtunes%2Dto%2Dcode%2Dto</link>	
	<description>Hello,  I&apos;m trying to get a playlist for my hubbie for him to code to - ideally electronica, drum and bass, EDM or even modern classical like Arvo Part.  Only caveat is that there must be no lyrics - I&apos;d love to hear your favourite picks!  I&apos;ve got a bunch up already at blip for him - he listens to my radio station there - user name - emilybear - to give you an idea of what I&apos;ve got there currently but I need more, so much more as there&apos;s a whole lot of coding to be done.

Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2013:site.235567</guid>
	<pubDate>Tue, 19 Feb 2013 09:12:56 -0800</pubDate>
	<category>coding</category>
	<category>drumandbass</category>
	<category>electronic</category>
	<category>music</category>
	<category>playlists</category>
	<dc:creator>ebear</dc:creator>
	</item>
	<item>
	<title>Company has my cv. I changed parts concerning the past. Send it again?</title>
	<link>http://ask.metafilter.com/235502/Company%2Dhas%2Dmy%2Dcv%2DI%2Dchanged%2Dparts%2Dconcerning%2Dthe%2Dpast%2DSend%2Dit%2Dagain</link>	
	<description>Should I sent a potential employer and updated version of my cv, when the difference concerns the past?

In the version they have, I didn&apos;t include one project I was working on, but I would include it now. I&apos;m a computer science student nearing my graduation. I&apos;ve been in contact with a potential employer, Employer Inc. Several months ago I&apos;ve sent them a copy of my cv, but didn&apos;t proceed with the application because my graduation was then still too far away. In the first version of my cv, I&apos;ve omitted some paid coding work done for an open source product, because the part I was working on was ultimately scrapped and none of my work made it into the release. My embarrassment about it was the reason for not mentioning it the first time. In the meantime, I&apos;ve continued working on the project and the new work was included in the release, mostly bugfixes and GUI stuff.&lt;br&gt;
&lt;br&gt;
As I see it, my options are:&lt;br&gt;
1. Leave the CV as it is.&lt;br&gt;
2. Send them an updated version in which I only mention the second time I worked on the project, where I can point to (albeit unimpressing) results. &lt;br&gt;
3. Include the whole time and hope they don&apos;t notice the difference.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2013:site.235502</guid>
	<pubDate>Mon, 18 Feb 2013 10:21:22 -0800</pubDate>
	<category>coding</category>
	<category>cv</category>
	<category>employer</category>
	<category>resolved</category>
	<dc:creator>Triton</dc:creator>
	</item>
	<item>
	<title>Immediate PHP programming interview prep.</title>
	<link>http://ask.metafilter.com/234643/Immediate%2DPHP%2Dprogramming%2Dinterview%2Dprep</link>	
	<description>I have a programming job interview TOMORROW.  Can you help a fellow out? I have a remote video chat interview for a WP programming position (mostly PHP with some JavaScript/jQuery) coming up within 24 hours.  I&apos;m nervous and would appreciate some guidance.  The company has a few other products, but the WP side is a single plugin, and that is what I would be working on.  I believe the entire company consists of under 10 people.  I believe I would be a remote worker (I am in the US; they are located in another country).&lt;br&gt;
&lt;br&gt;
What sort of questions should I expect?  What language specific information should I have at my fingertips?  Generally speaking, what sort of stuff beyond FizzBuzz might I be expected to demonstrate in this scenario?  Sample questions, particularly of esoteric or advanced PHP and WordPress features/problems/etc. that you might want someone joining your team to be aware of, would be very welcome.&lt;br&gt;
&lt;br&gt;
What sort of salary numbers are &quot;good&quot; for this sort of position, and what would be a lowball offer?  I am concerned about this since they are located in a country with a lower cost of living, and that may be reflected in their offer (to put the cart well ahead of the horse).  If they ask for me to put a number out there, and I can&apos;t avoid doing so, what should I say?&lt;br&gt;
&lt;br&gt;
Finally, I&apos;m nervous because this will be a big step in my life.  I am capable and think I can overcome whatever obstacles might come up.  I&apos;m &lt;em&gt;so psyched&lt;/em&gt; about getting into a full-time programming position with more experienced programmers.  But I do have gaps that might need to be navigated/addressed in the interview, and I&apos;m hella nervous about them:&lt;br&gt;
&lt;br&gt;
1. Limited experience working with a team of programmers.  I&apos;ve always done solo freelance work.  I might be cleaning up after someone else, but I&apos;m not actually coordinating my work with another programmer.&lt;br&gt;
&lt;br&gt;
2. I don&apos;t have a comp sci degree.  I majored in the humanities.  I think that&apos;s an asset in some ways, but to be perfectly clear, I will likely flounder at least a bit if they require me to give an accurate big O analysis of anything but a very simple algorithm, or if I&apos;m expected to reproduce insertion sort in PHP or pseudo code without looking up the steps, or... whatever else along those lines.&lt;br&gt;
&lt;br&gt;
3. I&apos;m worried that my freelance work, which has never had to scale beyond a single server, is limited enough that they&apos;ll ask me some question for which I won&apos;t have a working frame of reference.  Small business owners, arts groups, and non-profits haven&apos;t given me a certain scope of problem to tackle (which admittedly may or may not be relevant here, since the product is a plugin rather than a service).&lt;br&gt;
&lt;br&gt;
4. This will be my first programming interview.  I work in tech, and I freelance with web design, but I don&apos;t believe any of my past interviews will be very relevant.&lt;br&gt;
&lt;br&gt;
On the other hand:&lt;br&gt;
&lt;br&gt;
1. I&apos;m psyched.  I want this job.  I&apos;m eager, and I will put in the necessary effort to fill in any gaps.&lt;br&gt;
&lt;br&gt;
2. Nervousness aside, if they give me a feature to implement, I can implement it.  If they assign me a bug to squash, I can squash it.  (Dunning-Kruger Effect?  I hope not!)  And what more do you want besides an eager, capable candidate?&lt;br&gt;
&lt;br&gt;
No really, tell me.  Please.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2013:site.234643</guid>
	<pubDate>Mon, 04 Feb 2013 23:19:33 -0800</pubDate>
	<category>code</category>
	<category>coding</category>
	<category>interview</category>
	<category>interviewing</category>
	<category>job</category>
	<category>negotiations</category>
	<category>php</category>
	<category>prep</category>
	<category>preperation</category>
	<category>tech</category>
	<dc:creator>Anonymous</dc:creator>
	</item>
	<item>
	<title>How do I find web development projects to work on?</title>
	<link>http://ask.metafilter.com/233753/How%2Ddo%2DI%2Dfind%2Dweb%2Ddevelopment%2Dprojects%2Dto%2Dwork%2Don</link>	
	<description>I was told I can&apos;t code anymore, but I love to code. I want to keep up with cutting edge technologies, and while I&apos;m learning -- why not develop projects that people need while getting a part-time income. One problem: Where can I find projects? Right now, I&apos;m currently a project/design lead in the I.T. department of my company. It&apos;s a job that is a step below a full-fledged project management professional (PMP). My day-to-day tasks involve analyzing functional requirements, fleshing out the technical how-to, producing design documentation, and handing it off to our development team.&lt;br&gt;
&lt;br&gt;
Before I moved up to this level within the company, I was a senior developer with about five years of experience. I was on the cutting edge of technology, heavily involved in molding the architecture of the company.&lt;br&gt;
&lt;br&gt;
After the move, it became apparent because it was literally spoken to me that I should not be coding anymore... ever. This came as a shock because I had coded at such a high-level that I was noticed and abruptly promoted to a new position. Fortunately, I&apos;ve made a smooth transition, and I believe I&apos;m excelling at my current position as well. But I&apos;m worried...&lt;br&gt;
&lt;br&gt;
Our company is full of older generation thinking with a sprinkling of a few people who understand that we need to adapt. This is heavily apparent in the high-level, big picture ideas that are produced by our management. Most of it delves far too deeply into the &quot;how-to&quot;, and to say that its outdated is an understatement. We aren&apos;t cutting edge, and my voice is only one in a crowd of voices simply wanting to get things done versus get things done correctly.&lt;br&gt;
&lt;br&gt;
I could go on for hours about that, but that isn&apos;t my question. My question relates to the future of my career and acquiring knowledge. I love my job as it is today. I don&apos;t want to leave this company, and I truly think that we are heading in the right direction as we have had an influx of younger talent and the older generation is retiring. But I also don&apos;t want to sacrifice these years of being told that I shouldn&apos;t waste my time on coding. I want to remain a knowledge expert, and I want to ensure that I can find a new job if things go downhill due to poor decisions by management.&lt;br&gt;
&lt;br&gt;
So, after my long-winded explanation of the situation... my question is this: What can I do, preferably for some sort of compensation, in the realm of web development that would not only give clients some of my work at a cheap rate, but also allow me to develop with new technologies? Where can I find leads to people who need such work? &lt;br&gt;
&lt;br&gt;
I work primarily in .NET, but I&apos;ve worked in all sorts of modern javascript libraries. I&apos;m definitely wanting to get into developing using MVC frameworks, and I honestly don&apos;t want to create something for free for my company if they aren&apos;t going to use it. I&apos;d like to create something that somebody actually needs.&lt;br&gt;
&lt;br&gt;
What&apos;s the best way to find projects to do?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2013:site.233753</guid>
	<pubDate>Wed, 23 Jan 2013 12:51:18 -0800</pubDate>
	<category>aspnet</category>
	<category>coding</category>
	<category>javascript</category>
	<category>jquery</category>
	<category>mvc</category>
	<category>net</category>
	<category>programming</category>
	<category>webdesign</category>
	<category>webdevelopment</category>
	<dc:creator>MMALR</dc:creator>
	</item>
	<item>
	<title>Finding a tutor for front-end coding.</title>
	<link>http://ask.metafilter.com/233356/Finding%2Da%2Dtutor%2Dfor%2Dfrontend%2Dcoding</link>	
	<description>After a more than 10 year long hiatus spent in the business side of technology, I&apos;m looking to get my hands dirty again. I&apos;d like to find a tutor. I used to be fairly competent in HTML/CSS/JS but I&apos;m finding it hard to *really* get back in the saddle again. I am reading books and taking tutorials about HTML5, CSS3 and JS frameworks like Backbone, but I find myself a bit overwhelmed by trying to learn too many things at the same time and also a bit directionless.&lt;br&gt;
&lt;br&gt;
Then I remembered seeing or reading about young coders earning some extra cash tutoring high school kids, and I thought that&apos;s kind of what I need: structured environment, project-based learning, one-on-one interaction - even though I am far from being a high school kid (my wife may disagree at times).&lt;br&gt;
&lt;br&gt;
I would say that right now I am at advanced beginner level, trying to move back into intermediary. Can a good tutor help me with that? How can I find one? What are the hourly rates I should expect to pay?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2013:site.233356</guid>
	<pubDate>Thu, 17 Jan 2013 10:58:48 -0800</pubDate>
	<category>coding</category>
	<category>frontend</category>
	<category>gigs</category>
	<category>learning</category>
	<category>programing</category>
	<category>tutoring</category>
	<dc:creator>gertzedek</dc:creator>
	</item>
	<item>
	<title>More than one color to resistor number, what to do?</title>
	<link>http://ask.metafilter.com/231714/More%2Dthan%2Done%2Dcolor%2Dto%2Dresistor%2Dnumber%2Dwhat%2Dto%2Ddo</link>	
	<description>Resistor color coding (the electronic color coding) has more than one color combination to resistor value. How do you know which one to use? I&apos;m a lackluster soldering noob who&apos;s trying to get used to basic electronics, and thus have started to rewrite &lt;a href=&apos;http://www.dannyg.com/examples/res2/resistor.htm&apos;&gt;this calculator&lt;/a&gt; as a learning exercise.&lt;br&gt;
&lt;br&gt;
This ran into the issue that you can have a resistor of (brown, black, brown) which has the same value, 100 ohms, as a resistor of (black, brown, red).&lt;br&gt;
&lt;br&gt;
What&apos;s the rule for determining a &apos;canonical&apos; color code - should you maximize the exponent? Or minimize it? I&apos;m finding it hard to find the answer from Wikipedia and such. Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2012:site.231714</guid>
	<pubDate>Sun, 23 Dec 2012 12:40:59 -0800</pubDate>
	<category>coding</category>
	<category>color</category>
	<category>electronics</category>
	<category>resistor</category>
	<dc:creator>tmcw</dc:creator>
	</item>
	<item>
	<title>Wordpress for dummies?</title>
	<link>http://ask.metafilter.com/231386/Wordpress%2Dfor%2Ddummies</link>	
	<description>Wordpress question: How difficult is it to learn wordpress for someone with no experience or knowledge of it? Assume that the student is around 18 years old and has basic computer literacy but has never heard of wordpress before. Thanks for your help!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2012:site.231386</guid>
	<pubDate>Tue, 18 Dec 2012 09:15:23 -0800</pubDate>
	<category>coding</category>
	<category>education</category>
	<category>wordpress</category>
	<dc:creator>tessalations999</dc:creator>
	</item>
	<item>
	<title>Is there a better/faster way to operationalize the coding of messy text data?</title>
	<link>http://ask.metafilter.com/229955/Is%2Dthere%2Da%2Dbetterfaster%2Dway%2Dto%2Doperationalize%2Dthe%2Dcoding%2Dof%2Dmessy%2Dtext%2Ddata</link>	
	<description>I&apos;m trying to tag and code about 4000+ unique paragraphs of data. These are opinion responses to two similar questions. I manually went through the first 4000 responses and it took weeks using Google Refine. I&apos;m wondering if there&apos;s a way to operationalize this to be a bit easier and less time consuming? There are about 10 dimensions I&apos;m coding for with tags, and the wording of the answers varies wildly. Here&apos;s an example of various responses to one of the dimensions:&lt;br&gt;
&lt;br&gt;
&quot;This is just how it is in my brain.&quot;&lt;br&gt;
&quot;I see it in my head like this.&quot;&lt;br&gt;
&quot;When I think about it, this is what I come up with.&quot;&lt;br&gt;
&quot;It&apos;s just the way it is, you know, inside my mind.&quot;&lt;br&gt;
&quot;Mind&apos;s eye sees it this way.&quot;&lt;br&gt;
&lt;br&gt;
These responses would be preceded and followed by other text that&apos;s also important to me to code on other dimensions, so I don&apos;t want to replace the whole paragraph with a tag like &apos;in head&apos;, but rather add &apos;in head&apos; to a series of tags for that response (separate by semicolons). The data is also very messy with punctuation, spelling, omissions and IPA/other character variation.&lt;br&gt;
&lt;br&gt;
If you&apos;ve done something like this, how did you go about it? I&apos;m currently using Google Refine&apos;s cluster feature to collapse about 5% of the rows that are short and straightforward. Then manually adding semicolon-separated tags in a new column for the rest. It&apos;s very tedious.&lt;br&gt;
&lt;br&gt;
Tools I am familiar with: Google Refine, SQL, Excel (yuck), Text Wrangler and some very limited command line stuff (terminal and awk, grep).</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2012:site.229955</guid>
	<pubDate>Thu, 29 Nov 2012 11:24:13 -0800</pubDate>
	<category>analysis</category>
	<category>coding</category>
	<category>data</category>
	<category>google</category>
	<category>opinion</category>
	<category>refine</category>
	<category>research</category>
	<category>sentiment</category>
	<category>survey</category>
	<category>tagging</category>
	<category>text</category>
	<dc:creator>iamkimiam</dc:creator>
	</item>
	<item>
	<title>What next for web design?</title>
	<link>http://ask.metafilter.com/229944/What%2Dnext%2Dfor%2Dweb%2Ddesign</link>	
	<description>How best can I get on a good track to grow and learn as a web designer? I&apos;ve been using &lt;a href=&quot;http://www.codecademy.com&quot;&gt;Codecademy&lt;/a&gt;, but I&apos;d like to branch out. Over the past few years I&apos;ve tried my hand at web design a few times, only ever using HTML, CSS, and the most basic jQuery. Each time I&apos;ve really enjoyed it. I love looking at raw code in Notepad++ and trying to figure out why it works. But inevitably I&apos;ll finish a project or hit a wall and drop out of it for a while.&lt;br&gt;
&lt;br&gt;
I started powering through the lessons on Codecademy last week and it&apos;s been great to get back into it. But I&apos;ll run out of material pretty soon, and I&apos;d love to hear how others have learned.&lt;br&gt;
&lt;br&gt;
What other languages should I try and study? I think my long-term goal is to learn how to design a beautiful, functional front-end, and then build a bare-bones CMS to easily maintain and update a personal blog. I know I could do this with a blogging tool, but I&apos;d much rather learn how to build it myself, even if it is a huge time commitment.&lt;br&gt;
&lt;br&gt;
Any tips for other resources, personal stories about learning web development, and ideas for simple projects to practice would be awesome. Thanks for reading!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2012:site.229944</guid>
	<pubDate>Thu, 29 Nov 2012 08:12:12 -0800</pubDate>
	<category>codecademy</category>
	<category>coding</category>
	<category>css</category>
	<category>html</category>
	<category>lessons</category>
	<category>tutorials</category>
	<category>webdesign</category>
	<dc:creator>mean cheez</dc:creator>
	</item>
	<item>
	<title>Separating the wheat from the chaff when hiring a Web Designer</title>
	<link>http://ask.metafilter.com/229791/Separating%2Dthe%2Dwheat%2Dfrom%2Dthe%2Dchaff%2Dwhen%2Dhiring%2Da%2DWeb%2DDesigner</link>	
	<description>What would be a good FizzBuzz question for a web designer? For those who don&apos;t know what &lt;a href=&quot;http://www.codinghorror.com/blog/2007/02/why-cant-programmers-program.html&quot;&gt;FizzBuzz&lt;/a&gt; is, it&apos;s a simple question (no trickery) that proves you know how to code the simplest of functions.  I&apos;m looking for the web designer equivalent to FizzBuzz.&lt;br&gt;
&lt;br&gt;
So far I&apos;ve got:&lt;br&gt;
&lt;br&gt;
&#8226;&#xa0;Explain to me how the box model works in CSS&lt;br&gt;
* Explain what the difference between a div and a span are&lt;br&gt;
&lt;br&gt;
Circumstantial details: I&apos;m hiring a web designer who should be adept in HTML, CSS, and JS.  One of my main concerns is that I&apos;ll inadvertently hire someone who has only ever modified Wordpress templates.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2012:site.229791</guid>
	<pubDate>Tue, 27 Nov 2012 12:53:24 -0800</pubDate>
	<category>coding</category>
	<category>design</category>
	<category>fizzbuzz</category>
	<category>web</category>
	<dc:creator>furtive</dc:creator>
	</item>
	<item>
	<title>/usr/local/binwonderingwhatthisisfor</title>
	<link>http://ask.metafilter.com/228857/usrlocalbinwonderingwhatthisisfor</link>	
	<description>Development on OSX. I lots of kiddie-pool programming experience, but I&apos;m starting to do learn web dev and working with frameworks is leading to a lot of confusion regarding paths, dependencies, permissions, and file structure. What&apos;s a good resource that lays out the &quot;how &amp;amp; why&quot;? I have so many questions that I think the problem&apos;s that I lack an understanding of the osx file structure paradigm. Need to know the reasoning behing all this stuff so I can act in accordance with it. &lt;br&gt;
&lt;br&gt;
&lt;strong&gt;Here&apos;s a few things I&apos;ve been wondering, to give you a flavor: &lt;br&gt;
&lt;/strong&gt;Why the distinction between root and user(home), when I&apos;m the only one using this machine?&lt;br&gt;
What types of things should I do &lt;strong&gt;for convenience and efficiency&lt;/strong&gt;, what things should I do to prevent me from accidentally screwing things up?&lt;br&gt;
&lt;br&gt;
What should my home folder look like?&lt;br&gt;
&lt;br&gt;
When is it kosher (and when is it not) to move directories around? Dependencies, permissions, where is stuff &quot;supposed&quot; to go?&lt;br&gt;
&lt;br&gt;
mymachine$  ls  ----&amp;gt;&lt;br&gt;
dev      etc      bin      sbin      usr&lt;br&gt;
What&apos;s in all these directories and why?&lt;br&gt;
&lt;br&gt;
---------------------------------------------------------------------------------------&lt;br&gt;
Also, if I was to widen the scope a little bit: I for example didn&apos;t know what a package manager was until a few weeks ago when I installed Django for the first time. I know learning by doing is the best way -- but I want the cheat-sheet for what tools (web) developers use and take for granted.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2012:site.228857</guid>
	<pubDate>Wed, 14 Nov 2012 05:30:28 -0800</pubDate>
	<category>coding</category>
	<category>filestructure</category>
	<category>osx</category>
	<category>resolved</category>
	<category>sudo</category>
	<category>webdevelopment</category>
	<dc:creator>victory_laser</dc:creator>
	</item>
	<item>
	<title>Is a failed project as a learning experience something to hide?</title>
	<link>http://ask.metafilter.com/228592/Is%2Da%2Dfailed%2Dproject%2Das%2Da%2Dlearning%2Dexperience%2Dsomething%2Dto%2Dhide</link>	
	<description>On my resume and/or in a job interview, do I mention my participation in the Google Summer of Code if I failed miserably at it (technically) and then handled that failure really badly (socially/professionally)? A few years ago, I made a proposal for a project to the Google Summer of Code, and was accepted, to be mentored under an organization while completing the (at the time, ambitious) project. I was ill at the time, and underestimated my progress. On top of that, I took entirely the wrong approach. I didn&apos;t &lt;strong&gt;know&lt;/strong&gt; it was the wrong approach, but I didn&apos;t reach out for proactive help from my mentor, and he didn&apos;t offer any. I ended up stuck. I handled things badly in the end, and dropped off the face of the earth for a while. I didn&apos;t get my last payment from the program, and I probably let a bridge burn through neglect.&lt;br&gt;
&lt;br&gt;
However, I did eventually learn that I had been taking the wrong approach, and I know now how I should have done it, and how I would do it now given the same situation and technologies. It was an accomplishment just to have my proposal accepted, and I learned things from the experience.&lt;br&gt;
&lt;br&gt;
Because I was dropped from the program, it&apos;s very hard to find any proof that I participated at all. I&apos;m not on the official list of projects for that year, and the only thing that comes up in a search is a pre-summer map of participants. My mentor likely remembers me, but I doubt it would be a good idea to cite him as a reference.&lt;br&gt;
&lt;br&gt;
So, what do I do with this on my resume or in an interview? I have little work experience, and it would be a nice addition - it was a very cool project. Is it worth mentioning for the learning experience and coolness factor, even if I can&apos;t give my mentor as a reference? Is &lt;em&gt;&quot;I took the wrong approach, but know what I should have done, and I still learned a lot&quot;&lt;/em&gt; worth the &lt;em&gt;&quot;though I didn&apos;t finish and I didn&apos;t ask for help and it all crumbled away&quot;&lt;/em&gt;?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2012:site.228592</guid>
	<pubDate>Sat, 10 Nov 2012 12:53:54 -0800</pubDate>
	<category>coding</category>
	<category>failure</category>
	<category>job</category>
	<category>programming</category>
	<category>resume</category>
	<dc:creator>mock muppet</dc:creator>
	</item>
	<item>
	<title>I&apos;m a designer taking a Treehouse course on iPhone app-making and the code part doesn&apos;t seem to be sinking in. Any tips or tricks to get myself into that kind of headspace?</title>
	<link>http://ask.metafilter.com/226249/Im%2Da%2Ddesigner%2Dtaking%2Da%2DTreehouse%2Dcourse%2Don%2DiPhone%2Dappmaking%2Dand%2Dthe%2Dcode%2Dpart%2Ddoesnt%2Dseem%2Dto%2Dbe%2Dsinking%2Din%2DAny%2Dtips%2Dor%2Dtricks%2Dto%2Dget%2Dmyself%2Dinto%2Dthat%2Dkind%2Dof%2Dheadspace</link>	
	<description>I&apos;m a designer taking a Treehouse course on iPhone app-making and the code part doesn&apos;t seem to be sinking in. Any tips or tricks to get myself into that kind of headspace? It&apos;s not so much that I can&apos;t handle any code at all. I love to sling CSS and rearrange HTML and php but this string stuff is making my brain glaze over and I refuse to accept that. How can I better get my head in this game?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2012:site.226249</guid>
	<pubDate>Mon, 08 Oct 2012 12:52:39 -0800</pubDate>
	<category>apps</category>
	<category>coding</category>
	<category>development</category>
	<category>iPhone</category>
	<dc:creator>Senor Cardgage</dc:creator>
	</item>
	<item>
	<title>Help a beginner learn Java/J2EE</title>
	<link>http://ask.metafilter.com/225538/Help%2Da%2Dbeginner%2Dlearn%2DJavaJ2EE</link>	
	<description>I need to learn Java/J2EE. Where do I start? What resources are out there? How do I become a good programmer overtime? This is my first question, be kind!&lt;br&gt;
&lt;br&gt;
I am an Information Systems student who was recently given the opportunity to interview for a summer internship where I would be working on back-end development for an online insurance quote system. Great! I want to be involved in programming and web/software development.&lt;br&gt;
&lt;br&gt;
However, I won&#8217;t be taking any programming courses until next semester (Spring). I&#8217;ve been instructed to come up with a clear plan to demonstrate that I can learn Java/J2EE before summer. Regardless of whether I get the internship or not, I want to create and adhere to this plan. At best, I&#8217;ll be chosen for the position (seems unlikely). At worst, I will have more experience under my belt and leave a good impression with a potential employer.&lt;br&gt;
&lt;br&gt;
I currently have experience with HTML and CSS (markup language, I know). I&#8217;ve also briefly delved into JavaScript and PHP. Everything I have done is self-taught. I am absolutely dedicated to this and I am a quick learner. I&#8217;d like to approach this as a complete beginner.&lt;br&gt;
&lt;br&gt;
TLTR: Help a beginner learn Java/J2EE.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2012:site.225538</guid>
	<pubDate>Fri, 28 Sep 2012 13:20:55 -0800</pubDate>
	<category>coding</category>
	<category>computer</category>
	<category>development</category>
	<category>java</category>
	<category>programming</category>
	<category>resolved</category>
	<category>web</category>
	<dc:creator>turniphead</dc:creator>
	</item>
	<item>
	<title>My Gut Is Saying &quot;Run&quot; but My Brain is Scared</title>
	<link>http://ask.metafilter.com/225287/My%2DGut%2DIs%2DSaying%2DRun%2Dbut%2DMy%2DBrain%2Dis%2DScared</link>	
	<description>&lt;a href=&quot;http://ask.metafilter.com/219147/My-Terrible-Mistake-to-Attend-Graduate-School&quot;&gt;I posted this question&lt;/a&gt; a few months back but would like to... ask again with a little more details. I bit the bullet and signed up for classes again, and after my first half day back, I&apos;m now at home having a panic attack regarding my decision. I&apos;m a historic preservation graduate student, and after a whole year of freaking out about what I want in life, all I really want is a job that pays well, or an incredibly marketable skill. I doubt I will get either with this degree. I uprooted my partner and toddler to pursue a master&apos;s degree that I thought would lead to employability, but after hard core market research and speaking with many, many people, I&apos;ve realized this is as big of a gamble as going for an MA in art history. I&apos;ve gone in circles trying to figure out how to make old buildings = money, and have pursued research and internships in construction (with the hope of landing a job with a preservation contractor), and if I continue, will be looking into real estate, business plans, marketing, ect. &lt;br&gt;
But at the same time, I&apos;ve signed up for a computer science course at MITX,  CodeYear through Codecademy, and have applied for a scholarship with Treehouse. My brother is a long time programmer and web developer, and is really motivating me to pursue a career in technology. I believe I would be good at it, and that the things I want in a career (creativity, growth, and a paycheck) are (possibly?) a given with this path. However, if I were to leave my graduate program, I will absolutely not be pursuing any coursework through traditional means (i.e. paying tuition, taking out loans, ect). I just want to know, is this a good idea? Had I been childless and partner-less, I would be less sheepish about changing paths this drastically.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2012:site.225287</guid>
	<pubDate>Tue, 25 Sep 2012 12:31:38 -0800</pubDate>
	<category>career</category>
	<category>coding</category>
	<category>grad</category>
	<category>html</category>
	<category>javascript</category>
	<category>school</category>
	<dc:creator>ohmansocute</dc:creator>
	</item>
	<item>
	<title>How can I separate this data column properly?</title>
	<link>http://ask.metafilter.com/225011/How%2Dcan%2DI%2Dseparate%2Dthis%2Ddata%2Dcolumn%2Dproperly</link>	
	<description>Question about splitting data into columns: I have one column of data that I&apos;d like to split into seven separate columns. A typical, complete row in the column looks like &quot;mefi:1,&amp;#8203;ask:3,&amp;#8203;meta:2,&amp;#8203;projects:5,&amp;#8203;jobs:5,&amp;#8203;music:6,&amp;#8203;irl:4&quot; where the number values can be anywhere from 1-6. The problem is that if any one or more of the seven subsites are left unanswered, the entire value is missing (there is no &quot;[subsite]:0&quot; or &quot;,&quot; as a placeholder). Consequently, separating the column into seven distinct columns using the comma as the separator causes the data to fall/shift into the wrong output columns if any one or more of the seven subsite categories are missing. How can i fix this? I am using Google Refine, which is great and can handle regexes. I would prefer NOT to put this into Excel, as I will lose my encoding of special characters in the other columns if I save it out...I&apos;d like to not break up and re-merge the data/columns if at all possible. I also have SQL at my disposal (and am quite familiar with its features; although writing queries from scratch is a bear).&lt;br&gt;
&lt;br&gt;
tl;dr: how can insert commas into rows of data in places where a value is expected but not found? Willing to use or tinker with any regex or script that will do the job, but need a starting point at the very least.&lt;br&gt;
&lt;br&gt;
Any other ways of tackling this problem would be great. This is 2,000 rows of data, btw.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2012:site.225011</guid>
	<pubDate>Fri, 21 Sep 2012 08:30:24 -0800</pubDate>
	<category>coding</category>
	<category>columns</category>
	<category>csv</category>
	<category>data</category>
	<category>excel</category>
	<category>google</category>
	<category>refine</category>
	<category>regexes</category>
	<category>strings</category>
	<dc:creator>iamkimiam</dc:creator>
	</item>
	<item>
	<title>Standing on the shoulders of giants</title>
	<link>http://ask.metafilter.com/224906/Standing%2Don%2Dthe%2Dshoulders%2Dof%2Dgiants</link>	
	<description>I&apos;m looking for a list of the best (however you define it) third-party Python libraries. E.g. Django, Beautiful Soup, PIL, etc. I&apos;m a novice Python programmer. I&apos;ve worked a little bit with Django and Beautiful Soup and have found both to be great tools. I&apos;m wondering what else might be out there that I don&apos;t know about.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2012:site.224906</guid>
	<pubDate>Wed, 19 Sep 2012 19:06:32 -0800</pubDate>
	<category>coding</category>
	<category>programming</category>
	<category>python</category>
	<dc:creator>prunes</dc:creator>
	</item>
	
	</channel>
</rss>

