<?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 development</title>
      <link>http://ask.metafilter.com/tags/development</link>
      <description>Questions tagged with 'development' at Ask MetaFilter.</description>
	  <pubDate>Tue, 22 Dec 2009 13:09:18 -0800</pubDate> <lastBuildDate>Tue, 22 Dec 2009 13:09:18 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>Your script is my command!</title>
	<link>http://ask.metafilter.com/141342/Your%2Dscript%2Dis%2Dmy%2Dcommand</link>	
	<description>[Software Development filter] I am working on a project that uses a PC (Windows) and a dedicated microprocessor to perform a specific task. I want to create a scripting language that will allow the user to write their own sequences for the tool. The front-end of the software  is being created using MS Visual Basic  (Visual Studio) 2008. There is a &quot;processing&quot; back-end being created with the same development package, but using C++ to create a DLL. The DLL uses USB to communicate with a PIC (PIC24FJ256GB110) microprocessor that will control elements of the tool (heater, flow controllers, valves, solenoids, and relays) and gather data from other elements (pressure sensors, temperature sensors, liquid sensors, gas chromatograph).&lt;br&gt;
&lt;br&gt;
I want the end user to have the ability to write a script and have the tool process the commands. &lt;br&gt;
The script will have a simple language and limited number of commands.&lt;br&gt;
&lt;br&gt;
For example:&lt;br&gt;
   10 DELAY XXX ms/sec/min&lt;br&gt;
   20 TURN ON PUMP_1&lt;br&gt;
   30 TURN OFF VALVE_3&lt;br&gt;
   40 FLOW_CONTROLLER PURGE&lt;br&gt;
   50 FLOW_CONTROLLER 100 ml/min&lt;br&gt;
   60 IF PRESSURE_SENSOR_1 &amp;gt; 100 THEN GOTO [line number]&lt;br&gt;
and so on...&lt;br&gt;
&lt;br&gt;
I have searched for and found a couple of &quot;tiny basic&quot; interpreters written in C that look like they could be modified and wedged into service. These interpreters use integers only, I might need floating point capability (pressure value comparisons, etc.) One interpreter requires line numbers the other uses labels for GOTOs and GOSUBs. I don&apos;t know if I should use line numbers (requires renumbering at some point) or labels (preprocess a symbol table).&lt;br&gt;
&lt;br&gt;
I have a feeling that the end users are not very computer savvy so the scripting would have to be easy to understand and provide adequate error messages.&lt;br&gt;
&lt;br&gt;
Do you (or someone you know) have an idea of a better path?&lt;br&gt;
Should I try lex &amp;amp; yacc?&lt;br&gt;
Should I just suck it up and try starting an interpreter from scratch?&lt;br&gt;
&lt;br&gt;
Any and all replies are welcome.&lt;br&gt;
&lt;small&gt;AskMe has pulled me out from a jam before, PLEASE do it again!&lt;/small&gt;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.141342</guid>
	<pubDate>Tue, 22 Dec 2009 13:09:18 -0800</pubDate>
	<category>basic</category>
	<category>c</category>
	<category>computer</category>
	<category>development</category>
	<category>interpreter</category>
	<category>programming</category>
	<category>script</category>
	<dc:creator>Drasher</dc:creator>
	</item>
	<item>
	<title>Gramps, what d&apos;ya think?</title>
	<link>http://ask.metafilter.com/140563/Gramps%2Dwhat%2Ddya%2Dthink</link>	
	<description>What are your 20s like? (Premise stolen shamelessly (okay maybe some shame) from &lt;a href=&quot;http://ask.metafilter.com/140223/A-Year-in-a-Minute&quot;&gt;here&lt;/a&gt;)&lt;br&gt;
Starting up in my 20s and I would like someone to sit me down and tell me some of the things to expect during this long, winding decade. I am all ears and I will listen. I may smirk occasionally. &lt;br&gt;
&lt;br&gt;
What I am looking for is advice or wisdom that you wish the &lt;strike&gt;40&lt;/strike&gt; 30 year old you could tell the &lt;strike&gt;30&lt;/strike&gt;    20 year old you. What sort of challenges to expect, what sort of changes to anticipate, etc.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.140563</guid>
	<pubDate>Sun, 13 Dec 2009 11:22:49 -0800</pubDate>
	<category>20s</category>
	<category>development</category>
	<category>experience</category>
	<dc:creator>litleozy</dc:creator>
	</item>
	<item>
	<title>A Year in a Minute</title>
	<link>http://ask.metafilter.com/140223/A%2DYear%2Din%2Da%2DMinute</link>	
	<description>What are your 30s like? I really wish someone would have sat me down when I was 20 and told me some of the things to expect during that long, winding decade. I probably wouldn&#8217;t have listened, but I am all ears now. Most developmental advice is to teenagers, it seems, e.g., you will fall in love, but it probably won&#8217;t be forever. That sort of jazz. &lt;br&gt;
&lt;br&gt;
What I am looking for is advice or wisdom that you wish the 40 year old you could tell the 30 year old you. What sort of challenges to expect, what sort of changes to anticipate, etc.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.140223</guid>
	<pubDate>Wed, 09 Dec 2009 12:55:49 -0800</pubDate>
	<category>30s</category>
	<category>development</category>
	<dc:creator>cuban link flooded jesus</dc:creator>
	</item>
	<item>
	<title>How do I save the planet with computers and stuff? and get paid!?</title>
	<link>http://ask.metafilter.com/140177/How%2Ddo%2DI%2Dsave%2Dthe%2Dplanet%2Dwith%2Dcomputers%2Dand%2Dstuff%2Dand%2Dget%2Dpaid</link>	
	<description>I want to help guide the development of &quot;new&quot; environmentalism... Where should I (educated/trained as an Ecologist) start on a career change into media (online/web development)?  better explained... I graduated in June with a Master&apos;s in Ecology/Conservation and a certificate called Leaders in Sustainability. I started out in the PhD program, but about half a year in I started thinking a lot about doing something at the interface of environmentalism/activism/science through an online medium. I distracted myself immensely, setting out my grand entrepreneurial vision. I thought I could balance all that....and my very demanding dissertation research abroad.&lt;br&gt;
&lt;br&gt;
Well, I couldn&apos;t. A couple of years of tortured back and forth, I decided to take the Master&apos;s and try to explore the sort of channels I was envisioning. The entrepreneurial vision still exists, although on the back burner a bit. I was faced with the reality that I have a lot to learn, and my ideas need maturation.&lt;br&gt;
&lt;br&gt;
I set out to learn more and gain experience. In my last year of grad school, I worked with an environmental non-prof that aimed to engage youth in recreating activism...a lot of interactive, educational pieces at events and festivals. I functioned as an event coordinator/&quot;engineer&quot;/educational programmer....many hats, so to speak. I really enjoyed the broad audience and the &quot;cool&quot; factor of this type of work. The work, however, wasn&apos;t paid and would not last forever.&lt;br&gt;
&lt;br&gt;
Since graduating, I have worked with The Nature Conservancy. It was a short term position that has been extended by working myself into some new projects....but I am starting to earnestly look forward to what&apos;s next. TNC has been a great learning experience - amazing to see conservation on the ground and to be involved behind the scenes with all the different stakeholders. That being said, I still feel my heart gravitating to the entrepreneurial vision I had in grad school.&lt;br&gt;
&lt;br&gt;
I know I can&apos;t rely on a vision alone, so I need the help of you MeFites to figure out my next steps....&lt;br&gt;
&lt;br&gt;
My &quot;vision&quot; rests deeply upon the future of the internet/social networking and the fusing of media with environmentalism/science. &lt;br&gt;
&lt;br&gt;
What would be a logical next step to dive into this realm? What kind of jobs can I apply to? I feel like I have been hovering around the conservation world for a bit....and maybe I should be exploring the media side some more.&lt;br&gt;
&lt;br&gt;
I am very interested in computers and web development. I don&apos;t have much of a &quot;formal&quot; background in computers so I am not even sure which area would be the best (or if I even would have a chance of working anywhere).&lt;br&gt;
&lt;br&gt;
What about back-up plan? Should I continue in the conservation world? Perhaps seeking out work with environmental consulting companies?&lt;br&gt;
 (OH YEAH, I am in debt and need something that pays at least 30-35k)&lt;br&gt;
&lt;br&gt;
Any tips on career change and anything that would help get me closer to my goal would be greatly appreciated. TY&lt;br&gt;
&lt;br&gt;
I live in Los Angeles...if that helps</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.140177</guid>
	<pubDate>Wed, 09 Dec 2009 00:19:34 -0800</pubDate>
	<category>career</category>
	<category>careerchange</category>
	<category>change</category>
	<category>development</category>
	<category>environmentalism</category>
	<category>nature</category>
	<category>online</category>
	<category>sustainability</category>
	<category>web</category>
	<dc:creator>Gaeacon</dc:creator>
	</item>
	<item>
	<title>What&apos;s the best agile project management tool?</title>
	<link>http://ask.metafilter.com/139530/Whats%2Dthe%2Dbest%2Dagile%2Dproject%2Dmanagement%2Dtool</link>	
	<description>What&apos;s your favorite agile project management tool? I&apos;m looking for something that allows tracking of backlog, user tasks, developer time for tasks, and provides reporting for sprints, projects, and user stories on a daily, weekly, and sprint-level basis.&lt;br&gt;
&lt;br&gt;
I&apos;ve looked at AgileBuddy, which is pretty great, but the reporting isn&apos;t very good. I need to be able to see who did what 6 weeks ago, and I need to be able to do it without referring to the &quot;activity view&quot;, which shows every action by every team member.&lt;br&gt;
&lt;br&gt;
Is there another tool out there that I should be looking at?&lt;br&gt;
&lt;br&gt;
Oh, and it needs to be web-based.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.139530</guid>
	<pubDate>Tue, 01 Dec 2009 13:24:47 -0800</pubDate>
	<category>agile</category>
	<category>development</category>
	<category>management</category>
	<category>project</category>
	<category>scrum</category>
	<category>software</category>
	<dc:creator>bshort</dc:creator>
	</item>
	<item>
	<title>Fair Market Value for a Custom iPhone App?</title>
	<link>http://ask.metafilter.com/138879/Fair%2DMarket%2DValue%2Dfor%2Da%2DCustom%2DiPhone%2DApp</link>	
	<description>What&apos;s the going rate for custom iPhone application development? I&apos;ve been asked to do an iPhone app for a local business. I&apos;m capable technically, but I have no idea what the market rate for this kind of thing is. If you&apos;ve done this/had this done for you, or know of someone in either position, what is a fair price tag?&lt;br&gt;
&lt;br&gt;
It&apos;s a reasonably basic app, no OpenGL or anything crazy.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.138879</guid>
	<pubDate>Mon, 23 Nov 2009 12:18:35 -0800</pubDate>
	<category>development</category>
	<category>iphone</category>
	<category>rate</category>
	<dc:creator>saraswati</dc:creator>
	</item>
	<item>
	<title>Seeking clicking mechanism or design...</title>
	<link>http://ask.metafilter.com/138723/Seeking%2Dclicking%2Dmechanism%2Dor%2Ddesign</link>	
	<description>What kind of small toys or devices click when you rotate them forwards and backwards? Seeking mechanism or design... I&#8217;m trying to help a friend design a small toy and she needs a mechanism that will click in very small increments as she rotates a small (1 inch diameter) dial that turns 360 degrees on its axis. She needs the dial to click precisely as it turns clockwise and counterclockwise in smallish increments. I was thinking a fishing reel mechanism might work, but that just allows turning in one direction. Then I thought a ratchet wrench mechanism might work, but that also turns in just one direction (and I&#8217;m not sure how the inside of a ratchet wrench works either). Can anyone think of existing toys or devices that have a clicking mechanism that freely rotate? Novel solutions? Suggestions? Thank you!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.138723</guid>
	<pubDate>Sat, 21 Nov 2009 08:21:02 -0800</pubDate>
	<category>computers</category>
	<category>crafts</category>
	<category>creativity</category>
	<category>design</category>
	<category>development</category>
	<category>device</category>
	<category>engineering</category>
	<category>hobbies</category>
	<category>Industry</category>
	<category>mechanic</category>
	<category>mechanics</category>
	<category>metal</category>
	<category>nano</category>
	<category>patent</category>
	<category>physics</category>
	<category>plastic</category>
	<category>programming</category>
	<category>science</category>
	<category>tools</category>
	<category>toys</category>
	<category>woodworking</category>
	<dc:creator>pallen123</dc:creator>
	</item>
	<item>
	<title>Development, to enjoy or not to enjoy?</title>
	<link>http://ask.metafilter.com/138072/Development%2Dto%2Denjoy%2Dor%2Dnot%2Dto%2Denjoy</link>	
	<description>Do you work in Development for a university? If so, I want to know more!

If you perform research for a university development office, can you tell me what your job is like? Do you like it? What do you not like? Tell me everything! I recently applied for a research analyst position with a university development office. After doing a telephone interview last week, I received a phone call asking me if I would like to do a day long on-campus interview with multiple interviews and a few tests. &lt;br&gt;
&lt;br&gt;
As of now, I am a state government employee, but my division recently underwent a massive budget withholding and my already meager salary has been slashed twenty percent to the point I am barely above the poverty line. My experience with development research is limited. My division did have a development officer who I assisted as needed, but the development program itself was barely one year old before his job was eliminated last month. We did not have access to a prospect management system, nor did we have access to fee based vendor programs. Before he left, our development officer encouraged me to apply for this position because of my research skills, advanced degree, and previous experience.&lt;br&gt;
&lt;br&gt;
There are a ton of other factors to consider, i.e. my fianc&#xe9; is graduating from law school next year and we don&apos;t know where he will end up getting a job; we are getting married in the fall of 2010 and I wouldn&apos;t have enough leave time to get married and have a honeymoon if I start the new job; I would have to pay a lot of money to break my current lease, etc. so I&apos;m hoping someone out there can help me understand what development work is like in a university setting.  Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.138072</guid>
	<pubDate>Fri, 13 Nov 2009 15:35:13 -0800</pubDate>
	<category>development</category>
	<category>university</category>
	<category>universitydevelopment</category>
	<dc:creator>Anonymous</dc:creator>
	</item>
	<item>
	<title>How to game my Google search results?</title>
	<link>http://ask.metafilter.com/137895/How%2Dto%2Dgame%2Dmy%2DGoogle%2Dsearch%2Dresults</link>	
	<description>What are some good IT-related, or editorial-related, blogs and sites on which to comment, so that if my name is Googled by potential employers, these comments will show in the search rankings?  I&apos;m not trying to get my name out there, what I&apos;m trying to do is: kick some old and irrelevant Google search results down, so that relevant and current interests show up first. I&apos;m doing copy editing work at the moment and have some background in web development, though my skills are not as sharp as they should be, and I&apos;m trying to learn more.  Ideally, early next year, I&apos;d be searching for a job that requires more web editing and/or development.&lt;br&gt;
&lt;br&gt;
But in today&apos;s job search process I&apos;m well aware that potential employers will Google me, and while my social media profiles are professional and fine, I don&apos;t have much else that shows aside from a few arts section reviews I wrote for a college journal, years ago. They&apos;re not the worst thing in the world, but way too snarky, so I don&apos;t like them now and they probably don&apos;t present me in the best light.  I&apos;m embarrassed of the attitude I&apos;ve had in the past, basically.&lt;br&gt;
&lt;br&gt;
What are some sites I should be reading and commenting on now, just for talking shop?  I need sites that would 1) be useful places to comment and ask questions about web development and design processes, user experience, social media, web editing &lt;strong&gt;and&lt;/strong&gt; where I could comment under my own name, where comments are Google indexed &amp;amp; thus show up if someone Googles me?  For instance, I used to read A List Apart religiously, but I am out of touch, the web moves so fast! There must be more sites to recommend like this.  Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.137895</guid>
	<pubDate>Wed, 11 Nov 2009 21:59:42 -0800</pubDate>
	<category>design</category>
	<category>development</category>
	<category>google</category>
	<category>jobs</category>
	<category>web</category>
	<dc:creator>citron</dc:creator>
	</item>
	<item>
	<title>The Elusive Quick and Dirty iPhone App</title>
	<link>http://ask.metafilter.com/137679/The%2DElusive%2DQuick%2Dand%2DDirty%2DiPhone%2DApp</link>	
	<description>What is the most painless route to developing and selling an iPhone app? I&apos;m interested in building a game similar to the ones made by &lt;a href=&quot;http://www.storm8.com/&quot;&gt;Storm8&lt;/a&gt;. As far as I can tell, those games are just web apps -- HTML, JavaScript, and some server-side scripting. The apps used to access them are just simple skinned browsers with some hooks for device ID authentication. Since almost all of the game is managed server-side, Storm8 can push updates to all players instantly without requiring them to download a software update.&lt;br&gt;
&lt;br&gt;
I know HTML, JavaScript, and PHP. I have a killer game idea that seems to fit into that model and I don&apos;t see why I couldn&apos;t make it happen with my current skill set. So, where do I go from here? How do I painlessly build a client app to connect to my web interface, and get it in the App Store? I don&apos;t want to touch Xcode or Objective-C if I can avoid them. I&apos;m willing to outsource development of that part if the price is right (meaning: extremely, ridiculously low).&lt;br&gt;
&lt;br&gt;
How can I avoid the nightmare of complicated legal gymnastics I&apos;ve heard some devs go through? Where can I find the official list of guidelines Apple supposedly follows when deciding to accept or reject apps? I should probably make sure my idea complies before I start coding. What else do I need to know before I enter the strange, intimidating land of iPhone development?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.137679</guid>
	<pubDate>Mon, 09 Nov 2009 16:05:05 -0800</pubDate>
	<category>app</category>
	<category>development</category>
	<category>iphone</category>
	<category>objective-c</category>
	<category>painless</category>
	<category>php</category>
	<category>programming</category>
	<category>resolved</category>
	<dc:creator>The Winsome Parker Lewis</dc:creator>
	</item>
	<item>
	<title>Public, please help me determine a gradual, economical policy for my life.</title>
	<link>http://ask.metafilter.com/137131/Public%2Dplease%2Dhelp%2Dme%2Ddetermine%2Da%2Dgradual%2Deconomical%2Dpolicy%2Dfor%2Dmy%2Dlife</link>	
	<description>Considering grad school for public policy, economics, international development. Help me sort out my life. &lt;small&gt;Note: my situation is pretty similar to &lt;a href=&quot;http://ask.metafilter.com/37189/Just-how-dismal-is-this-science&quot;&gt;this post&lt;/a&gt;. (I did a double take when I read it to make sure I hadn&apos;t posted this question already myself)&lt;/small&gt;&lt;br&gt;
&lt;br&gt;
I just got back from teaching English for two years in the Peace Corps and suddenly everyone I know seems to be in grad school and loving it. I like learning and am pretty passionate about social science. I&apos;ve been looking around at masters degrees in public policy and economics (possibly with an international slant, mostly because I&apos;d be more qualified for it having done Peace Corps) and am considering masters programs in the following:&lt;br&gt;
&lt;br&gt;
-Public Policy (or International PP) with econ focus&lt;br&gt;
-Public Policy + Economics (dual degree)&lt;br&gt;
-(plain old) Economics&lt;br&gt;
-International Public Policy with econ focus&lt;br&gt;
-International Studies with a development focus&lt;br&gt;
-Public Administration + Economics (dual degree)&lt;br&gt;
-(The other option is just to move back to DC and look for another nonprofit job.)&lt;br&gt;
&lt;br&gt;
I don&apos;t have any formal background in economics (like the referenced post, I&apos;m mostly a dilettante at this stage), so it&apos;s likely that I will be taking undergrad classes (econ and maybe stats) next spring in preparation for any of the programs. My BA was in German with a minor in Politics. Political orientation is leftward and making lots of money is not very important.&lt;br&gt;
&lt;br&gt;
I have two major concerns. The first is that I want a solid grasp of both neoclassical economics and some of the major heterodox critiques. Ideally I would like a solid econ program that is grounded within a broader social science context. Public policy seems like it would be a good place for this, but I&apos;m not really sure.&lt;br&gt;
&lt;br&gt;
The second concern is that I don&apos;t really know what I want the degree for, career-wise. At this point I have no desire to continue on with a PhD and/or go into academia (I want to &lt;em&gt;do&lt;/em&gt; some more things first...), and sitting in a think tank doesn&apos;t appeal to me very strongly either. Besides working for the gov&apos;mint, what other kinds of jobs are there that this kind of degree would be conducive to getting? I&apos;m concerned that my passion for a topic will not sustain a dull desk job.&lt;br&gt;
&lt;br&gt;
Those of you that have done similar programs, where have you ended up and what are your jobs like? What kinds of programs seem like they would best fit what I&apos;m looking for? Economists (and others), are you going to take me seriously if I don&apos;t have a specifically econ degree? &lt;small&gt;Is more advanced economics helpful in the real world anyway?&lt;/small&gt;&lt;br&gt;
&lt;br&gt;
Huge thanks in advance.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.137131</guid>
	<pubDate>Tue, 03 Nov 2009 08:37:56 -0800</pubDate>
	<category>careers</category>
	<category>development</category>
	<category>economics</category>
	<category>gradschool</category>
	<category>publicpolicy</category>
	<dc:creator>ropeladder</dc:creator>
	</item>
	<item>
	<title>Which HTML/CSS/JS IDE do I want?</title>
	<link>http://ask.metafilter.com/136596/Which%2DHTMLCSSJS%2DIDE%2Ddo%2DI%2Dwant</link>	
	<description>Which HTML/CSS/JS IDE do I want? So I&apos;ve been doing AS3 development for the last few years, using Flex Builder, but am now moving back into HTML/CSS/JS. I&apos;ve gotten used to having a fairly intelligent IDE and I&apos;d like to not go back to the bad old days of having to type every single param and property from scratch every time. (I&apos;m looking for code help, not just highlighting.)&lt;br&gt;
&lt;br&gt;
I have tried a few but none seems to have everything I want:&lt;br&gt;
&lt;br&gt;
1. Dreamweaver: &lt;br&gt;
Pluses: When you link to a stylesheet, you can CTRL+space and get a list of styles to choose from.&lt;br&gt;
Minuses: Weak support for JS. (no auto-complete at all)&lt;br&gt;
&lt;br&gt;
2. &lt;a href=&quot;http://www.aptana.org/studio&quot;&gt;Aptana&lt;/a&gt;:&lt;br&gt;
Pluses: Seems to have excellent JS support, including major AJAX libraries.&lt;br&gt;
Minuses: Unless I am missing something, I can&apos;t choose Css styles off a list, and that is a major major timesaver for the work I&apos;ll be doing.&lt;br&gt;
&lt;br&gt;
3. &lt;a href=&quot;http://www.blumentals.net/htmlpad/tour.php?id=23&quot;&gt;HTMLPad 2010&lt;/a&gt;:&lt;br&gt;
Plusses and minuses seem about the same as Aptana, plus it costs money. (DW CS3 is already installed on my work machine so no cost there.)&lt;br&gt;
&lt;br&gt;
So, am i doing something wrong with Aptana? Is there another piece of software I&apos;m not aware of? Or should I settle for DW for html/css and Aptana for JS? (The work will probably be 80% or more on the html/css side.)&lt;br&gt;
&lt;br&gt;
thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.136596</guid>
	<pubDate>Tue, 27 Oct 2009 13:31:52 -0800</pubDate>
	<category>aptana</category>
	<category>css</category>
	<category>dev</category>
	<category>development</category>
	<category>dreamweaver</category>
	<category>html</category>
	<category>ide</category>
	<category>javascript</category>
	<category>js</category>
	<category>programming</category>
	<category>web</category>
	<category>webdevelopment</category>
	<dc:creator>drjimmy11</dc:creator>
	</item>
	<item>
	<title>How much more black could it get? None.</title>
	<link>http://ask.metafilter.com/136361/How%2Dmuch%2Dmore%2Dblack%2Dcould%2Dit%2Dget%2DNone</link>	
	<description>Tried developing my first bw film last night and it didn&apos;t turn out at all - what did I do wrong? I decided to take the plunge into home developing my own black &amp;amp; white film. Bought the chemicals, a tank, and a plastic graduated cylinder. After an hour of practice I managed to load some 35mm film onto the reel, and followed the instructions &lt;a href=&quot;http://chromogenic.net/develop&quot;&gt;here&lt;/a&gt; as well as I could.&lt;br&gt;
&lt;br&gt;
After the fixer step, I took the film out and didn&apos;t see anything at all. Hoping it was just the end of the roll, I finished the wash and wetting agent steps. Looking at the finished film, it was completely clear (with some light streaks coming from the sprocket holes). Nothing even approaching an actual image.&lt;br&gt;
&lt;br&gt;
I did some film developing in university a long time ago, and the most common explanation would be that the film didn&apos;t actually get exposed - but I&apos;m pretty sure that&apos;s not the case. I rewound the film myself and would have noticed if it had been suspiciously easy. I was using a SLR (Canon FTb) so it&apos;s not like the lens cap was on the whole time either.&lt;br&gt;
&lt;br&gt;
In terms of development process, what might have caused this? A few factors:&lt;br&gt;
&lt;br&gt;
1) My &apos;darkroom&apos; is an interior closet at night, and to human eyes seemed completely dark. And even if there had been light to fog the film, it would have turned out overexposed not completely underexposed, no?&lt;br&gt;
&lt;br&gt;
2) I realized afterwards that I got the fixer proportions wrong - I did 1+3 instead of 1+4. That wouldn&apos;t have &apos;stripped&apos; the film would it?&lt;br&gt;
&lt;br&gt;
3) After the post-fixer rinse, the water was noticibly blue/purple as it was coming out. Is that normal? I was also agitating during the rinse, but looking at other instructions it&apos;s not clear if you&apos;re supposed to or not.&lt;br&gt;
&lt;br&gt;
Film was Kodak T-Max 100, developed in Ilfosol S for 8.5 minutes according to the chart &lt;a href=&quot;http://www.digitaltruth.com/devchart.php?Film=TMax+100&amp;Developer=Ilfosol+S&amp;mdc=Search&quot;&gt;here&lt;/a&gt; for 8.5 min at 20 C, agitated for 10 seconds every minute (agitated by turning the tank over slowly).&lt;br&gt;
&lt;br&gt;
Any suggestions? I&apos;m going to shoot another test roll and try again, but I&apos;d like some idea of what I was doing wrong in the first place (other than the fixer proportions). &lt;br&gt;
&lt;br&gt;
Also, if anyone can personally recommend a foolproof tutorial online (I know there are hundreds) that would be great.&lt;br&gt;
&lt;br&gt;
Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.136361</guid>
	<pubDate>Sun, 25 Oct 2009 07:51:03 -0800</pubDate>
	<category>blackandwhite</category>
	<category>bw</category>
	<category>developing</category>
	<category>development</category>
	<category>film</category>
	<category>photography</category>
	<category>resolved</category>
	<category>usererror</category>
	<dc:creator>Gortuk</dc:creator>
	</item>
	<item>
	<title>Real Estate development in a nutshell</title>
	<link>http://ask.metafilter.com/136106/Real%2DEstate%2Ddevelopment%2Din%2Da%2Dnutshell</link>	
	<description>I think I really, really want to get into developing real estate. Can anyone give me an overview description of what the work / process is is like? The thing is, I have no educational/professional background in real estate per se. &lt;br&gt;
&lt;br&gt;
I want to start small and I know it will be a long while before I see my big hairy audacious goal realized. So what I want to know exactly is:&lt;br&gt;
&lt;br&gt;
What books, articles do I read on basic strategies for real estate business development? Where do I get ideas for a business plan? What knowledge is within my reach for me to study? Where do I start looking?&lt;br&gt;
&lt;br&gt;
Social housing (which is a big reason for my wanting to go into this), from the little that I know, is usually done by nonprofits and the government. Is providing that a commercially viable option? Can private companies survive while providing low-cost and public housing / has it been done?&lt;br&gt;
&lt;br&gt;
What am I expected to reasonably accomplish every five years up to the twenty - year mark?&lt;br&gt;
&lt;br&gt;
I know I have to start small, but where exactly does developing real estate start, and how does it grow, exactly? Where does my funding come from apart from loans?&lt;br&gt;
&lt;br&gt;
So far, what I can see about the idea is to buy lots, develop houses, and then sell or rent them, use the profit to develop more houses, and so on until I gain momentum and a large portfolio. But it seems to me that it&apos;s like living hand-to-mouth, and given the recent financial crisis it doesn&apos;t seem like a good idea to just borrow a ton of money from the banks from the get-go.&lt;br&gt;
&lt;br&gt;
I hope my questions makes sense. The idea fires me up and I want to start but I hope my lack of experience and knowledge doesn&apos;t cause me to stagnate/give up. I&apos;m also really really young, but I&apos;m looking at this as a way to give me a headstart in the business. Eventually, I hope the answers will give me what I need to start pursuing this goal. The answers might not be as in-depth as I&apos;d like but I figure the hive mind can give me various points of view to assess.&lt;br&gt;
&lt;br&gt;
Thank you very much.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.136106</guid>
	<pubDate>Wed, 21 Oct 2009 20:38:47 -0800</pubDate>
	<category>development</category>
	<category>entrepreneurship</category>
	<category>estate</category>
	<category>housing</category>
	<category>real</category>
	<category>social</category>
	<dc:creator>drea</dc:creator>
	</item>
	<item>
	<title>What version are we on now?</title>
	<link>http://ask.metafilter.com/136089/What%2Dversion%2Dare%2Dwe%2Don%2Dnow</link>	
	<description>How do software authors determine the version numbers of the releases? I am writing software for a specific electronic device. I am not using version control on it yet. (Yeah, shame! Truth is, I am intimidated.) I am working on this project alone. (Details: Front-end GUI in VB.NET back-end work done in a DLL in C++. The other part is embedded in the controller card using a PIC P24FJ256GB110.) &lt;br&gt;
I expect that the software will go through some gyrations when the user figures out what he &lt;u&gt;really&lt;/u&gt; wants. I will need to get versions for the GUI and the DLL and check for compatibility between them.&lt;br&gt;
If you have suggestions about version control (for one) I&apos;ll take those too. I installed Subversion and TortoiseSVN, but I don&apos;t know how to use it effectively. I am confused as to when to do a commit. And don&apos;t even &lt;u&gt;ask&lt;/u&gt; me about branches... I just don&apos;t get it.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.136089</guid>
	<pubDate>Wed, 21 Oct 2009 17:04:25 -0800</pubDate>
	<category>development</category>
	<category>resolved</category>
	<category>software</category>
	<category>version</category>
	<dc:creator>Drasher</dc:creator>
	</item>
	<item>
	<title>Small scale projects in developing countries</title>
	<link>http://ask.metafilter.com/135976/Small%2Dscale%2Dprojects%2Din%2Ddeveloping%2Dcountries</link>	
	<description>I want to go to school and learn about building small-scale (family or neighborhood level) projects in developing countries. Concentrating solar, passive cooling, irrigation, windmills, wave power, and that type of thing. There was a group at MIT making charcoal out of corncobs. I want to do that! But where do I start? What are some good programs? I have a computer software background, but I have always been interested in mechanics, and am pretty handy with a collection of random materials and a problem. I have a lot of ideas. Most of them probably terribly naive, but I am willing to learn. I lived in developing countries for a few years, and I want to make more of a difference when I go back. &lt;br&gt;
&lt;br&gt;
So, schools that have programs focused on this? Or other groups working in these areas? Any suggestions are appreciated.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.135976</guid>
	<pubDate>Tue, 20 Oct 2009 13:08:42 -0800</pubDate>
	<category>development</category>
	<category>education</category>
	<dc:creator>Nothing</dc:creator>
	</item>
	<item>
	<title>Dealing with a possible growth hormone deficiency</title>
	<link>http://ask.metafilter.com/135423/Dealing%2Dwith%2Da%2Dpossible%2Dgrowth%2Dhormone%2Ddeficiency</link>	
	<description>Our son may have growth hormone deficiency.  The endocrinologist has recommended some additional testing, and the process sounds terrible.  Has your child been through this?  Can you tell us how it went?  Are there alternatives? Our three year old son is very short for his age (off the bottom of the standard growth charts).  After a recent visit to the endocrinologist, it looks like he&apos;s going to need additional testing.  The testing methodology sounds gruelling -- no food after midnight through the duration of the test, which will start early in the morning and last around six hours.  That&apos;s six hours with an IV and his arm immobilized.  But wait, there&apos;s more!  If he is diagnosed with growth hormone deficiency, he&apos;s apparently in for a regimen of daily injections.  Every time I think about this I get upset.  He&apos;s only three!&lt;br&gt;
&lt;br&gt;
Have you had to shepherd a child through this diagnosis? Can you offer any tips for making the processing as bearable as possible?  Are there any alternatives that the doctor hasn&apos;t mentioned?&lt;br&gt;
&lt;br&gt;
Obviously the diagnosis is important.  If he does have an actual deficiency it could have a significant impact on his health.  I&apos;m just afraid of traumatizing the little guy.  Thanks for your help!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.135423</guid>
	<pubDate>Tue, 13 Oct 2009 20:44:45 -0800</pubDate>
	<category>child</category>
	<category>deficiency</category>
	<category>development</category>
	<category>endocrinologist</category>
	<category>growth</category>
	<category>hormone</category>
	<category>medical</category>
	<dc:creator>Anonymous</dc:creator>
	</item>
	<item>
	<title>Need money now thankyou.</title>
	<link>http://ask.metafilter.com/135078/Need%2Dmoney%2Dnow%2Dthankyou</link>	
	<description>What are some good tech-centric temp agencies in L.A.? Hi! Yet another in my long series of job-trauma questions.&lt;br&gt;
&lt;br&gt;
I&apos;m currently between jobs- I&apos;m a web/software developer, specializing in flex/AS3 but with years and years of doing html/js/ajax/php type stuff too. I have a pretty strong resume, I like to think, going back about 10 years.&lt;br&gt;
&lt;br&gt;
I&apos;m currently getting contacted by a lot of recruiters and going on a lot of interviews, but it&apos;s a very drawn-out process. Basically I need a gig to bring in some money now- cutting up PSDs or whatever is fine, I&apos;m not proud at this point. I&apos;m curious if anyone knows any decently reputable agencies who could get me something like this soon. Specific names of agencies are appreciated, referrals to specific people are even more appreciated. (meMail me if you like).&lt;br&gt;
&lt;br&gt;
(I&apos;d also be interested in where I can advertise myself as a flex freelancer, but I&apos;m more inclined towards W2 right now for a few reasons.)&lt;br&gt;
&lt;br&gt;
Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.135078</guid>
	<pubDate>Fri, 09 Oct 2009 15:50:15 -0800</pubDate>
	<category>agencies</category>
	<category>agency</category>
	<category>as3</category>
	<category>contract</category>
	<category>development</category>
	<category>flash</category>
	<category>flex</category>
	<category>html</category>
	<category>javascript</category>
	<category>js</category>
	<category>la</category>
	<category>losangeles</category>
	<category>software</category>
	<category>temp</category>
	<category>web</category>
	<category>webdevelopement</category>
	<dc:creator>drjimmy11</dc:creator>
	</item>
	<item>
	<title>Web Dev - How to inform browsers to update their cache?</title>
	<link>http://ask.metafilter.com/135065/Web%2DDev%2DHow%2Dto%2Dinform%2Dbrowsers%2Dto%2Dupdate%2Dtheir%2Dcache</link>	
	<description>I am developing a website that has a moderately-sized user base. I am going to be rolling out a new version of the page soon. In my testing, I have noticed that my browsers don&apos;t notice that there are new versions of some of the CSS files available on the servers, and renders the page with the old CSS files. This causes display glitches. How do I let browsers know that new CSS/Javascript files are available and to update it&apos;s cache?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.135065</guid>
	<pubDate>Fri, 09 Oct 2009 13:25:20 -0800</pubDate>
	<category>cache</category>
	<category>development</category>
	<category>web</category>
	<dc:creator>LoopyG</dc:creator>
	</item>
	<item>
	<title>Pros &amp;amp; Cons of bringing web development in-house?</title>
	<link>http://ask.metafilter.com/135052/Pros%2Dand%2DCons%2Dof%2Dbringing%2Dweb%2Ddevelopment%2Dinhouse</link>	
	<description>Pros &amp;amp; Cons of bringing web development in-house? Hi all -&lt;br&gt;
      I manage a mid-size e-commerce website. We currently work with an agency to build and maintain our site. We are considering hiring a dev (C# / .NET, SQL) and taking over development... or at least much of it (still may go out of house for UX, front-end dev). &lt;br&gt;
&lt;br&gt;
Anyone have any advice, experiences, warnings, etc they can share? &lt;br&gt;
&lt;br&gt;
Have you gone down this road? How did it go? What should we watch out for?&lt;br&gt;
&lt;br&gt;
thanks in advance!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.135052</guid>
	<pubDate>Fri, 09 Oct 2009 11:33:22 -0800</pubDate>
	<category>business</category>
	<category>development</category>
	<category>e-commerce</category>
	<category>engineering</category>
	<category>internet</category>
	<category>software</category>
	<category>web</category>
	<category>website</category>
	<dc:creator>MeatLightning</dc:creator>
	</item>
	<item>
	<title>Show Me the Money</title>
	<link>http://ask.metafilter.com/134916/Show%2DMe%2Dthe%2DMoney</link>	
	<description>SellingSoftwareFilter: How do we make money from software that a colleague has developed from scratch (in Australia)? A friend has developed a great piece of software that would be very useful to most mid-large businesses to assist in document management. There is only one other player in this specific field (a big player).&lt;br&gt;
&lt;br&gt;
But, he is stumped as what to do next. &lt;br&gt;
&lt;br&gt;
My question is how do we go about taking this great piece of software and making money out of it? Any suggestions would be appreciated and we are based in Australia so ideas specific to our market would be great.&lt;br&gt;
&lt;br&gt;
Thanks in advance!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.134916</guid>
	<pubDate>Thu, 08 Oct 2009 00:29:18 -0800</pubDate>
	<category>development</category>
	<category>software</category>
	<dc:creator>micklaw</dc:creator>
	</item>
	<item>
	<title>Why do baby teeth come in in the order they do?</title>
	<link>http://ask.metafilter.com/134690/Why%2Ddo%2Dbaby%2Dteeth%2Dcome%2Din%2Din%2Dthe%2Dorder%2Dthey%2Ddo</link>	
	<description>Why do baby teeth come in in the order they do? Since babies don&apos;t start out eating carrots or other particularly hard foods, but do need to mash softer foods, it seems like it would be more advantageous for the molars to come in first.  Also, it would cause less discomfort to the mother during breast feeding.  So why does it start with the incisors and end with the molars?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.134690</guid>
	<pubDate>Mon, 05 Oct 2009 15:58:05 -0800</pubDate>
	<category>baby</category>
	<category>dental</category>
	<category>development</category>
	<category>evolution</category>
	<category>resolved</category>
	<category>teeth</category>
	<dc:creator>Bugbread</dc:creator>
	</item>
	<item>
	<title>I want to build a web site where gamers can converse via video. Where do I begin?</title>
	<link>http://ask.metafilter.com/133999/I%2Dwant%2Dto%2Dbuild%2Da%2Dweb%2Dsite%2Dwhere%2Dgamers%2Dcan%2Dconverse%2Dvia%2Dvideo%2DWhere%2Ddo%2DI%2Dbegin</link>	
	<description>I want to build a web site where gamers can converse via video. I&apos;m thinking of something a bit like a &lt;a href=&quot;http://seesmic.com/&quot;&gt;Seesmic&lt;/a&gt; targeted toward gamers. Where do I start? I&apos;m not a developer, but I can poke around in code a bit on my own. I wouldn&apos;t be opposed to using a roll-your-own-social-network solution and doing it all myself as a hobby. I also wouldn&apos;t be opposed to hiring a developer off &lt;a href=&quot;http://www.elance.com/&quot;&gt;elance&lt;/a&gt; and positioning this as a business. I don&apos;t really know where to start in either direction. Does anyone have any suggestions? I have experience with Wordpress and Drupal.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.133999</guid>
	<pubDate>Mon, 28 Sep 2009 07:16:08 -0800</pubDate>
	<category>cms</category>
	<category>conversations</category>
	<category>development</category>
	<category>games</category>
	<category>gaming</category>
	<category>social</category>
	<category>videogames</category>
	<category>web</category>
	<dc:creator>raddevon</dc:creator>
	</item>
	<item>
	<title>Freelance web design/development for a newbie - is this feasible?</title>
	<link>http://ask.metafilter.com/133713/Freelance%2Dweb%2Ddesigndevelopment%2Dfor%2Da%2Dnewbie%2Dis%2Dthis%2Dfeasible</link>	
	<description>I am planning to leave my current job in about a year, and hope to be able to make some money (I don&apos;t need a lot) by doing freelance web development/programming.  While I have a bit of experience with programming and very basic web design ((X)HTML/CSS), this would pretty much be a new field for me.  I guess I&apos;m wondering - is this a realistic goal?  And if so, what steps should I take to help me get there? I have a couple of advantages:&lt;br&gt;
&lt;br&gt;
I have access to a number of different tools through my current job, including the Adobe suite (photoshop, illustrator, flash), and I&apos;ve been working on teaching myself how to use them in my spare time.   If there are other programs that might be useful for me to learn to use, I can probably get access to them.&lt;br&gt;
&lt;br&gt;
I also get to take very cheap but very respectable comp sci classes.  I am currently taking a class on Java and a class on how to build dynamic websites using AJAX/PHP/MySQL.&lt;br&gt;
&lt;br&gt;
Right now, my plan is to take these classes (plus two more in the spring) to learn as much as possible, keep teaching myself how to use flash and illustrator (I feel really comfortable w/ photoshop, but I&apos;ve heard it&apos;s inferior to illustrator for design purposes), and trying to get some &quot;real experience&quot; by making websites for friends and entering contests at places like 99designs.com and kongregate.&lt;br&gt;
&lt;br&gt;
(It&apos;s worth mentioning that I&apos;m not looking to be at the top of the field - I was thinking of marketing myself more towards small businesses and small nonprofits who don&apos;t need anything too fancy.)&lt;br&gt;
&lt;br&gt;
Again, two questions - Is this doable, or is no one going to trust me to do the job right with so little actual experience?  (If this is the case, do you think it might at least help me find temp work?)  And if you think it is worth pursuing, what else would you suggest doing?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.133713</guid>
	<pubDate>Thu, 24 Sep 2009 10:16:50 -0800</pubDate>
	<category>design</category>
	<category>development</category>
	<category>freelance</category>
	<dc:creator>shaun uh</dc:creator>
	</item>
	<item>
	<title>iPhone App Creation Companies</title>
	<link>http://ask.metafilter.com/133162/iPhone%2DApp%2DCreation%2DCompanies</link>	
	<description>I have a Flash game that I&apos;d like to port over to the iPhone but I don&apos;t have the time nor the patience to do it myself.

Are their any companies out there that will develop the application for you, for a price?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.133162</guid>
	<pubDate>Thu, 17 Sep 2009 16:30:15 -0800</pubDate>
	<category>app</category>
	<category>apple</category>
	<category>application</category>
	<category>developer</category>
	<category>development</category>
	<category>iphone</category>
	<dc:creator>nam3d</dc:creator>
	</item>
	
	</channel>
</rss>

