<?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 basic</title>
      <link>http://ask.metafilter.com/tags/basic</link>
      <description>Questions tagged with 'basic' at Ask MetaFilter.</description>
	  <pubDate>Tue, 30 Jun 2009 15:03:14 -0800</pubDate> <lastBuildDate>Tue, 30 Jun 2009 15:03:14 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>Help me learn PHP!</title>
	<link>http://ask.metafilter.com/126229/Help%2Dme%2Dlearn%2DPHP</link>	
	<description>I&apos;m looking for basic scripts/example projects so I can hone my developing PHP skills... I am currently in the process of learning PHP, I&apos;m following along with a book(&lt;em&gt;PHP 6 and MySQL 5 for Dynamic Web Sites by Larry Ullman&lt;/em&gt;) but in my past experiences with learning new programming languages I have often found myself best served by writing small programs in addition to following along with a text.&lt;br&gt;
&lt;br&gt;
So, what I&apos;m looking for is some simple things I could write in PHP to help me get more familiar. Anyone know of a site that could provide me the resources I&apos;m looking for? Or even any ideas of some stuff I could/should code?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.126229</guid>
	<pubDate>Tue, 30 Jun 2009 15:03:14 -0800</pubDate>
	<category>basic</category>
	<category>examples</category>
	<category>learning</category>
	<category>php</category>
	<category>programming</category>
	<dc:creator>Funky Claude</dc:creator>
	</item>
	<item>
	<title>What do I teach my kids instead of line number BASIC?</title>
	<link>http://ask.metafilter.com/114803/What%2Ddo%2DI%2Dteach%2Dmy%2Dkids%2Dinstead%2Dof%2Dline%2Dnumber%2DBASIC</link>	
	<description>What&apos;s the modern day equivalent of old school &quot;line number&quot; BASIC as a tool for young children to play and learn with? As with many of us of a certain age, I spent a lot of time writing software in line number BASIC learning how to break problems down into component algorithms and generally getting a sense of how electronic computing works.  The advantages of such a language as a learning tool are pretty well known: the constrained vocabulary and relatively powerful primitives make it fairly easy to learn, although obviously not the kind of thing you&apos;d want to write production software with.  I&apos;d like to share at least a sliver of this experience with my own children, but the chances of getting them to sit down in front of a crumbling TRS-80 or Apple II in order to learn are slim.&lt;br&gt;
&lt;br&gt;
So instead I&apos;m looking at other options.  Ideally I&apos;d like a language and execution environment that is somewhat multiplatform, has graphics and sound support, uses a language I know or can learn relatively easily in order to teach, and most ideally is procedural rather than OO.  A few I am considering are:&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://love2d.org/&quot;&gt;L&#xd6;VE&lt;/a&gt; - a Lua system for creating games.  Lua looks fairly approachable although I don&apos;t know enough of it to teach, and I&apos;m not entirely sure about making young children wrap their brains around the idea of callbacks in order to get anything done.  &lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.pygame.org/&quot;&gt;Pygame&lt;/a&gt; - a framework for Python game creation.  I only speak a little Python but it&apos;s learnable, I suppose, and the presence of an &quot;immediate mode&quot; interpreter is compelling in terms of being able to learn the basics interactively.  However, I&apos;m not at all convinced I want my kids using an OO language before they understand procedural programming.  That seems like putting the cart way out in front of the horse in terms of depth of learning.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.squeak.org/&quot;&gt;Squeak&lt;/a&gt; - a Smalltalk implementation.  Yet another OO language, although at least a fairly pure one, and I can probably dust off my long-rusted Smalltalk skills to teach it.  But honestly, who even knows or cares about Smalltalk any more?&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://scratch.mit.edu/&quot;&gt;Scratch&lt;/a&gt;  seems like a Squeak-derived project of some kind, and the visual programming approach seems aimed at very young or only partially-literate learners.  I&apos;m not sure this is the kind of thing I&apos;m interested in at all.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://processing.org/&quot;&gt;Processing&lt;/a&gt; has some of the attributes I&apos;m looking for, but may not be an ideal learning language due to being extremely visual in emphasis, the OO, and the Java syntax.&lt;br&gt;
&lt;br&gt;
Visual Basic is really BASIC in name only; it&apos;s not a language I want to teach, nor one I&apos;d want my children to bother with, and it&apos;s tied utterly to a platform I don&apos;t particularly care about.&lt;br&gt;
&lt;br&gt;
So, folks, I&apos;m not seeing a very attractive range of tools.  What am I missing?  Aren&apos;t there tools for kids to just sit down, play with, and make things?  Or is the entire concept of teaching fundamental computer literacy an obsolete one in the modern age of children surrounded by closed, sealed, consumer-oriented devices that are made by distant wizards?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.114803</guid>
	<pubDate>Sat, 21 Feb 2009 11:32:14 -0800</pubDate>
	<category>basic</category>
	<category>children</category>
	<category>computer</category>
	<category>kids</category>
	<category>language</category>
	<category>learning</category>
	<category>objectoriented</category>
	<category>oldschool</category>
	<category>procedural</category>
	<category>programming</category>
	<category>software</category>
	<dc:creator>majick</dc:creator>
	</item>
	<item>
	<title>Web design guides for the novice.</title>
	<link>http://ask.metafilter.com/111370/Web%2Ddesign%2Dguides%2Dfor%2Dthe%2Dnovice</link>	
	<description>Looking for the best useful basic guides for web design, aimed at novice volunteers. I&apos;m tasked with writing a guide for small volunteer groupings to do web design on a voluntary basis. Imagine someone who is able at using their computer, operating the Microsoft Office suite and able to get online, and able to do basic HTML. What are good guides to deal with stuff like accessibility, good design, promoting your website, blogs, and copyright issues?&lt;br&gt;
&lt;br&gt;
I don&apos;t want to get into the scripting and more web development sort of stuff. I imagine that the most people would do is install a basic web template for a static page, maybe plus a self hosted blog for easy updating.&lt;br&gt;
&lt;br&gt;
Creative Commons and other free guides strongly preferred.  The guide doesn&apos;t need to be complete - if it goes into a few or just one of these issues, it&apos;s welcome.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.111370</guid>
	<pubDate>Sun, 11 Jan 2009 10:42:51 -0800</pubDate>
	<category>basic</category>
	<category>design</category>
	<category>guide</category>
	<category>web</category>
	<dc:creator>By The Grace of God</dc:creator>
	</item>
	<item>
	<title>Sci-fi kids book with BASIC code</title>
	<link>http://ask.metafilter.com/109075/Scifi%2Dkids%2Dbook%2Dwith%2DBASIC%2Dcode</link>	
	<description>Childhood BookFilter: A sci-fi choose-your-own adventure book with snippets of BASIC code that would be a complete game in the end. The book was a sci-fi children&apos;s novel, and along with the story, there were segments of BASIC code that you would key into the computer. I think the code snippets were worked into the context of the story somehow. At the end of the book, the code snippets would be a complete game that you could play, customized depending on which path you took. &lt;br&gt;
&lt;br&gt;
If I remember correctly, the completed game involved some sort of robot that was trying to get through a labyrinth, but it could only see a limited distance in each direction. The graphics were probably ASCII graphics (think Rogue or Nethack). &lt;br&gt;
&lt;br&gt;
It&apos;s possible I&apos;m remembering things wrong and it wasn&apos;t actually a choose-your-own-adventure book, but it was definitely a sci-fi story with segments of BASIC code that you would key in, resulting in a playable game at the end.&lt;br&gt;
&lt;br&gt;
The book was a bit old even when I was a kid, so when I keyed in the entire game it didn&apos;t actually work. All the same, I thought the concept was cool, and I&apos;d like to take a look at it again if anybody remembers it. Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.109075</guid>
	<pubDate>Fri, 12 Dec 2008 11:10:00 -0800</pubDate>
	<category>BASIC</category>
	<category>book</category>
	<category>childrens</category>
	<category>game</category>
	<category>programming</category>
	<category>scifi</category>
	<dc:creator>pravit</dc:creator>
	</item>
	<item>
	<title>Stumped by VBA-ising an array formula in Excel</title>
	<link>http://ask.metafilter.com/104517/Stumped%2Dby%2DVBAising%2Dan%2Darray%2Dformula%2Din%2DExcel</link>	
	<description>How to do a VBA version of the following array formula in Excel?

The following array formula (entered with ctrl,shift,enter) will produce the string &apos;Bank statement&apos;!H842, which is the name of a cell I would like to be able to manipulate via VBA:

{=&quot;&apos;Bank statement&apos;!H&quot;&amp;amp;MATCH(C1&amp;amp;D$39,&apos;Bank statement&apos;!A:A&amp;amp;&apos;Bank statement&apos;!C:C,0)}
It creates a string out of the values in the cells C1 and D$39 and looks those up in an array made out of the A and C columns of the sheet &apos;Bank statement&apos;.&lt;br&gt;
&lt;br&gt;
Its function is to find the row of a payment from a certain payer on a certain day, and then return the address of the cell in column H of that row.&lt;br&gt;
&lt;br&gt;
i.e. it will find the payment from Joe Bloggs on the 15/3/2008 for example, and return the address of the cell in column H on the row that payment appears.&lt;br&gt;
&lt;br&gt;
This formula will put the address of that cell, which I&apos;d like to use as a range variable in VBA.  &lt;br&gt;
&lt;br&gt;
I&apos;m completely stumped by trying to make it work though.  I&apos;ve tried for a day or two to do it, asked every Excel VBA related usenet and Yahoo group and not gotten a solution.  I&apos;m more confident in MeFi though.  :)&lt;br&gt;
&lt;br&gt;
A macro I can run from a button click will suffice for now, but if I could have my every wish granted I&apos;d also like to be able to make a pivot table hyperlink-clickable, so I could click on any entry in that pivot table (pivot table consists of payments arranged by date and payer) and navigate to that payment.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.104517</guid>
	<pubDate>Fri, 17 Oct 2008 11:20:18 -0800</pubDate>
	<category>applications</category>
	<category>array</category>
	<category>basic</category>
	<category>development</category>
	<category>Excel</category>
	<category>for</category>
	<category>hyperlink</category>
	<category>match</category>
	<category>Microsoft</category>
	<category>office</category>
	<category>pivot</category>
	<category>range</category>
	<category>table</category>
	<category>VBA</category>
	<category>visual</category>
	<dc:creator>Mokusatsu</dc:creator>
	</item>
	<item>
	<title>Simple French-language booklets for Kenyan French teacher of elementary students?</title>
	<link>http://ask.metafilter.com/92191/Simple%2DFrenchlanguage%2Dbooklets%2Dfor%2DKenyan%2DFrench%2Dteacher%2Dof%2Delementary%2Dstudents</link>	
	<description>On a recent trip to Kenya, we visited a school who is in need of simple French language instruction booklets for elementary-age children. Most all of the language guides I&apos;ve found are texts along the dense hardback or college variety, or come on DVD which wouldn&apos;t be at all feasible.  Any ideas?  They already know English.  Just some simple, basic French core grammar structuring and lessons.  They&apos;ve recently been loaded up with young refugees fleeing from nearby French-speaking countries and are hoping to teach some to English-speaking kids.  The teachers are very intelligent and college-educated but lack the resources I&apos;ve got.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.92191</guid>
	<pubDate>Fri, 23 May 2008 04:00:38 -0800</pubDate>
	<category>africa</category>
	<category>basic</category>
	<category>booklets</category>
	<category>books</category>
	<category>children</category>
	<category>education</category>
	<category>educational</category>
	<category>elementary</category>
	<category>Fench</category>
	<category>grammar</category>
	<category>kenya</category>
	<category>language</category>
	<category>learning</category>
	<category>simple</category>
	<dc:creator>vanoakenfold</dc:creator>
	</item>
	<item>
	<title>Basic web development?</title>
	<link>http://ask.metafilter.com/80902/Basic%2Dweb%2Ddevelopment</link>	
	<description>Basic web development for a non-technical user? I have a friend with a very small business who&apos;s been asking me to create a website for him, and I just don&apos;t have time -- especially for the ongoing maintenance and changes. I can do the first steps to get the site up and running, but I want to set him up with something he can update himself.&lt;br&gt;
&lt;br&gt;
The challenge is that he&apos;s pretty non-technical. He&apos;s okay with MS Office and basic computer functions, but he would be utterly lost if he had to deal with HTML, CSS, javascript, PHP, mysql, etc. (My preferred web-dev tool is a text editor -- write all the code by hand -- but then he would be utterly dependent on me to make changes in the future.) Dreamweaver and similar complex web-dev tools are right out. He&apos;d love an online store, but I&apos;d have to maintain that myself, so that&apos;s not going to happen. So we&apos;re really just talking a few decent looking pages of basic text, pictures, links, and such. I have an web hosting account on Dreamhost that I&apos;m planning to host his site on, but that&apos;s not set in stone.&lt;br&gt;
&lt;br&gt;
Something like MySpace (but without banner ads or the MySpace stigma) would actually be okay. Is there a site that offers business-oriented pre-fab web hosting? Free is best, but a small fee may be okay. My other option, that I&apos;m leaning towards, is to set him up a basic site using *cough* Microsoft Word, walk him through how to update the site, etc. I know Word is lousy, but he kinda knows Word, and he&apos;s comfortable with it... Unless there&apos;s a far simpler/better GUI tool out there? &lt;br&gt;
&lt;br&gt;
Suggestions? Remember, I&apos;m considering using MS Word. It doesn&apos;t have to be &quot;good&quot;; it has to be &lt;u&gt;simple&lt;/u&gt;.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.80902</guid>
	<pubDate>Sun, 13 Jan 2008 14:11:11 -0800</pubDate>
	<category>basic</category>
	<category>development</category>
	<category>microsoft</category>
	<category>non-techical</category>
	<category>simple</category>
	<category>web</category>
	<category>word</category>
	<dc:creator>LordSludge</dc:creator>
	</item>
	<item>
	<title>Help teach me to sew a button.  *really* *slowly*</title>
	<link>http://ask.metafilter.com/74224/Help%2Dteach%2Dme%2Dto%2Dsew%2Da%2Dbutton%2Dreally%2Dslowly</link>	
	<description>Sewing and Internet Tutorials: Find me a *really good* *idiot-proof* internet tutorial on how to sew a button onto a suit jacket such that it will: A) Not fall off for a long long time, B) Look professional and all that, and C) Have some (small) length of somehow robust thread between the jacket and the button, like the other buttons. Apologies for the extreme basic-ness of the question (after reading the posts tagged with &quot;sewing&quot;, this is a little embarassing).&lt;br&gt;
&lt;br&gt;
So far all I&apos;ve figured out is how to get a length of thread through the needle, at which point I don&apos;t really know whether to knot it or what, and then I criss-cross through the fabric/button I need to sew until there&apos;s a mess of string holding whatever things need to be held.  At the end, there is some odd fumbling and looping over and over again until the thread seems like it will stay put.  This is not particularly elegant.  Help.&lt;br&gt;
&lt;br&gt;
This goes to AskMeFi because the tutorials I&apos;ve seen so far seem to assume knowledge I don&apos;t yet have (like &quot;1) Thread the needle [got this part!])  2)Sew the button on [could use more details, as mine arent looking so hot!], 3) Finish the knot![Totally lost here!]&quot;)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.74224</guid>
	<pubDate>Fri, 19 Oct 2007 13:02:12 -0800</pubDate>
	<category>basic</category>
	<category>idiotic</category>
	<category>sewing</category>
	<category>tutorial</category>
	<dc:creator>sdis</dc:creator>
	</item>
	<item>
	<title>CRASH couse in .NET, C++ basics</title>
	<link>http://ask.metafilter.com/64312/CRASH%2Dcouse%2Din%2DNET%2DC%2Dbasics</link>	
	<description>I need a crash course that would help me understand (not a technical, but a &quot;familiar&quot; or &quot;conversational&quot; understanding) the framework and constraints of C++ and/or .NET. I know this is a very difficult/impossible task, but I&apos;m in a bind. Okay, so I have an interview for a position tomorrow that encompasses all of  of my customer service/management skills, but is much more involved with the programming department (I currently manage a small tech support department). This job isn&apos;t really technical at its core, but I would be working daily with programmers. &lt;br&gt;
&lt;br&gt;
 I was told in my phone interview that I didn&apos;t need to have any technical, code-level programming skills, but I would need to know the basic framework of a &quot;modern Microsoft product&quot; (I&apos;m guessing C++ or possibly .NET). This is a horribly murky question and I do apologize, but this is honestly the only place in the world where I know I can get a coherent and helpful answer. &lt;br&gt;
&lt;br&gt;
PS The salary involved would put me in a whole different economic strata, so any help is REALLY appreciated.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.64312</guid>
	<pubDate>Thu, 07 Jun 2007 16:35:35 -0800</pubDate>
	<category>basic</category>
	<category>God</category>
	<category>help</category>
	<category>please</category>
	<category>programming</category>
	<category>tutorial</category>
	<dc:creator>lattiboy</dc:creator>
	</item>
	<item>
	<title>What are some Basic (higher-pH) beverages?</title>
	<link>http://ask.metafilter.com/58903/What%2Dare%2Dsome%2DBasic%2DhigherpH%2Dbeverages</link>	
	<description>Digestive chemistry:  I have a mild case of &lt;a href=&quot;http://en.wikipedia.org/wiki/Crohns&quot;&gt;Crohn&apos;s disease&lt;/a&gt;, and one of the things that seems to exacerbate my condition is eating or drinking things that are highly acidic.  Other than milk, what are some higher-pH drinks that I can use to replace corrosive beverages like soda, coffee, and cranberry juice? Water is the obvious choice, and I drink lots of it, but I crave flavor once in a while.  Unfortunately, beer is out too, as I&apos;m looking for something I can drink at work.:)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.58903</guid>
	<pubDate>Sat, 17 Mar 2007 17:22:52 -0800</pubDate>
	<category>basic</category>
	<category>beverages</category>
	<category>crohn&apos;s</category>
	<category>digestion</category>
	<category>drinks</category>
	<category>pH</category>
	<category>resolved</category>
	<dc:creator>chrisamiller</dc:creator>
	</item>
	<item>
	<title>Keep your fruity aromas. I want the basics!</title>
	<link>http://ask.metafilter.com/47751/Keep%2Dyour%2Dfruity%2Daromas%2DI%2Dwant%2Dthe%2Dbasics</link>	
	<description>Please help me suss out this whole &quot;wine&quot; business and figure out what I actually like. I&apos;m looking for a good, basic, comprehensive resource for delineating the difference between types of wine. Unlike some previous posters, I am specifically &lt;em&gt;not&lt;/em&gt; looking for a richly detailed &quot;how to educate yourself about wine&quot; resource. I don&apos;t want to invest a lot of time in this foray, and I certainly don&apos;t want to catch myself saying sentences like &quot;Hmmm...I think I detect a hint of oak and lavender!&quot; Most places I&apos;ve found so far seem invested in that kind of education. However, I would like to know, in a restaurant or at the shop, at least vaguely, how certain wines are defined. IE: Wine X = sweet, etc, etc. That way, I can be sure to avoid qualities I know I won&apos;t like, and help to define certain characteristics I am unsure of. I&apos;m not always sure how sweet &quot;sweet&quot; means, for instance. Even if the best way to be doing this is simply to sample wines, I&apos;d like a basic roadmap. I just want to enjoy some darn wine! Thanks.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.47751</guid>
	<pubDate>Mon, 02 Oct 2006 16:50:12 -0800</pubDate>
	<category>basic</category>
	<category>education</category>
	<category>noschmancinessallowed</category>
	<category>wine</category>
	<dc:creator>theantikitty</dc:creator>
	</item>
	<item>
	<title>Is it nostalgia time already?</title>
	<link>http://ask.metafilter.com/46253/Is%2Dit%2Dnostalgia%2Dtime%2Dalready</link>	
	<description>Middle-ageNostalgiaFilter: Help me find a book I had as a young teen. I can&apos;t tell you very much about it but there&apos;s When I was in junior high I had access to the UMass Amherst Cyber (mainframe for you youngsters). I did a lot of learning and even more goofing off. Near constant companions were David Ahl&apos;s Computer Games (in the classic yellow) and another book of computer games. I&apos;m looking for the other book.&lt;br&gt;
&lt;br&gt;
Here&apos;s all I remember: it was saddle-stitched, had a yellow cover with black print (there was a drawing or something on the cover). I&apos;d guess it was in the 5x7&quot; size (about the size of a Traveller book from the same time, but thicker).  If I recall correctly, it was pretty much all computer games. It would have been published between 1978 and 1982, I think. I&apos;m guessing 1979 is probably the year but I didn&apos;t get it until 81 at the earliest. &lt;br&gt;
&lt;br&gt;
I&apos;ve searched Worldcat and some other resources and I&apos;m coming up empty handed. I&apos;m hoping one of you has it on your bookshelf and sez &quot;oh, yeah, here it is.&quot;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.46253</guid>
	<pubDate>Sat, 09 Sep 2006 20:52:44 -0800</pubDate>
	<category>basic</category>
	<category>computer</category>
	<category>games</category>
	<dc:creator>jdfan</dc:creator>
	</item>
	<item>
	<title>Dumb calculus question...</title>
	<link>http://ask.metafilter.com/42526/Dumb%2Dcalculus%2Dquestion</link>	
	<description>Stupid calculus question inside. So I have a detailed plot of a curve that looks rather like exponential decay, but no equation has been given to me to describe the curve.&lt;br&gt;
&lt;br&gt;
I would like to find the instantaneous slope of the curve at any given point along its length. Am I correct in assuming that this is really just the first derivative? (I took calculus a long time ago). &lt;br&gt;
&lt;br&gt;
I have been provided with a method for finding slope at any point along the curve by physically drawing a tangent to the point and computing ITS slope. Given my desire to use basic calculus to solve this instead, is there an easier/better way for me to calculate slope that doesn&apos;t involve irritating sketching of tangent lines and use of straight edges?&lt;br&gt;
&lt;br&gt;
A concise, simple-to-grok explanation of what I need to do will win the day....</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.42526</guid>
	<pubDate>Wed, 19 Jul 2006 15:27:50 -0800</pubDate>
	<category>basic</category>
	<category>calculus</category>
	<category>derivative</category>
	<category>derivatives</category>
	<category>math</category>
	<category>mathematics</category>
	<category>stupid</category>
	<category>stupidity</category>
	<dc:creator>killdevil</dc:creator>
	</item>
	<item>
	<title>Should I play with my TS1000?</title>
	<link>http://ask.metafilter.com/38494/Should%2DI%2Dplay%2Dwith%2Dmy%2DTS1000</link>	
	<description>So, I just received a Timex Sinclair 1000 (WITH the 16k memory upgrade! and flight simulator!) as a gift.  Should I open the box and play to my hearts content?  Or will this monolith of computing power be worth enough in the future, to justify it staying trapped and suffocated in its yellowed shinkwrap? My mom got it for me off ebay as a graduation present, and yes, my mom rocks.  The box is a bit dusty, but shrinkwrapped and mostly mint.  As a total dork, I&apos;m itching to rip it open and start playing with it, but I am vaguely aware that people like to pay lots of money for old things.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.38494</guid>
	<pubDate>Fri, 19 May 2006 08:31:14 -0800</pubDate>
	<category>basic</category>
	<category>sinclair</category>
	<category>timex</category>
	<category>ts1000</category>
	<category>vintagecomputer</category>
	<category>zx81</category>
	<dc:creator>Mach5</dc:creator>
	</item>
	<item>
	<title>How do I programtically access and modify music metadata entries through iTunes?</title>
	<link>http://ask.metafilter.com/35892/How%2Ddo%2DI%2Dprogramtically%2Daccess%2Dand%2Dmodify%2Dmusic%2Dmetadata%2Dentries%2Dthrough%2DiTunes</link>	
	<description>Has anyone ever managed to use iTunes and COM to access the iTunes database and modify MP3 meta-data tags? I need to change the genre for every track by a certain artist and since I have a list of over 800 artists, it is not something I can do by hand. Genres in my iTunes database (and MP3&apos;s) are a mess and so I&apos;ve decided to try and fix it.&lt;br&gt;
&lt;br&gt;
Following some simple coding, I&apos;ve managed to work out what the most common genre entry in the FreeDB database is for many of the artists in my collection and I&apos;m going to populate every song by that artist with this new genre. For example the most common entry in FreeDB for &quot;Faithless&quot; is &quot;Dance&quot; and for &quot;Groove Armada&quot; is &quot;Lounge&quot;. I know this isn&apos;t a perfect solution, but it is better than the mess I currently have.&lt;br&gt;
&lt;br&gt;
So I have a tab seperated file which contains artist name and genre and what I plan to do is walk through the entire iTunes database looking at the artist for each song. If I find an artist that matches one in my tab seperated file then I&apos;ll &quot;correct&quot; the genre entry in iTunes to be the same as that in the text file.&lt;br&gt;
&lt;br&gt;
Herein lies the problem. Having looked at the iTunes documentation I haven&apos;t a clue how to:&lt;br&gt;
&lt;br&gt;
 1. Walk through every single song from within iTunes&lt;br&gt;
 2. Extract the artist value from that song&lt;br&gt;
 3. Write the genre value to that entry (which I assume will also update the ID3 v1 and v2 tag on the actual file, right?)&lt;br&gt;
 4. Exit modifications and the database without corrupting anything.&lt;br&gt;
&lt;br&gt;
I&apos;m using Visual Basic to perform this. Searching on the web has found me very little so I&apos;m looking to see if anyone on AskMefi has any ideas.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.35892</guid>
	<pubDate>Fri, 07 Apr 2006 06:40:15 -0800</pubDate>
	<category>artist</category>
	<category>basic</category>
	<category>com</category>
	<category>database</category>
	<category>genre</category>
	<category>itunes</category>
	<category>programatically</category>
	<category>visual</category>
	<category>windows</category>
	<dc:creator>mr_silver</dc:creator>
	</item>
	<item>
	<title>Help me find a lightweight laptop for basic lab work</title>
	<link>http://ask.metafilter.com/12645/Help%2Dme%2Dfind%2Da%2Dlightweight%2Dlaptop%2Dfor%2Dbasic%2Dlab%2Dwork</link>	
	<description>I&apos;m looking for a light laptop (&lt; 4lbs) to do basic work  when at labs. cd/dvd a bonus (not required), hd &gt; 10 Gb, RAM ideally &gt;= 256 Mb, wireless inbuilt or pcmia slot. Budget ~$500. Extendable battery availability would be nice. Does anyone have any recommendations on good 2nd/3rd gen models?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2004:site.12645</guid>
	<pubDate>Tue, 07 Dec 2004 17:22:23 -0800</pubDate>
	<category>basic</category>
	<category>computers</category>
	<category>laptop</category>
	<category>recommendations</category>
	<category>weight</category>
	<dc:creator>Mossy</dc:creator>
	</item>
	<item>
	<title>What can I do to prepare for an entry-level programming job?</title>
	<link>http://ask.metafilter.com/7993/What%2Dcan%2DI%2Ddo%2Dto%2Dprepare%2Dfor%2Dan%2Dentrylevel%2Dprogramming%2Djob</link>	
	<description>I&apos;ll be graduating next August with a Computer Science degree and will be looking for an entry-level programming job. I am very comfortable with Java and reasonably comfortable with C++ and Visual Basic. I do not have any work experience in programming and won&apos;t have the chance to gain any before graduation(the unconventional schedule of my current job is what is allowing me to finish my degree in the first place). What can I do over the course of the next year to boost my employability? What other skills should I try to pick up over the next year?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2004:site.7993</guid>
	<pubDate>Wed, 16 Jun 2004 06:56:14 -0800</pubDate>
	<category>basic</category>
	<category>c++</category>
	<category>employment</category>
	<category>graduation</category>
	<category>java</category>
	<category>job</category>
	<category>programming</category>
	<category>skills</category>
	<category>work</category>
	<dc:creator>ttrendel</dc:creator>
	</item>
	<item>
	<title>(who) do you ((think you)) are?</title>
	<link>http://ask.metafilter.com/4923/who%2Ddo%2Dyou%2Dthink%2Dyou%2Dare</link>	
	<description>When I was in high school (91-95), I learned three computer languages -- BASIC, LOGO, and a third that I don&apos;t remember the name of.&lt;br&gt;
&lt;br&gt;
It involved putting everything in nested parentheses, so you&apos;d end up with some code that looked like this:  (((object a)go to)object b)&lt;br&gt;
&lt;br&gt;
I looked on google, and found something about LISP and SCHEME, but I couldn&apos;t find anything that would narrow it down a bit further.  I know that we used a piece of software that would make certain we had the right amount of parentheses (by highlighting each closed parenthesis when we included it), and that the software ran on Macintoshes.  We learned how to form graphics with the software -- circles within circles, that sort of thing.&lt;br&gt;
&lt;br&gt;
Anyone know what it was?  Because it&apos;s bugging me, and I kinda think learning that helped me later on in life with keeping track of nested tables and HTML in general.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2004:site.4923</guid>
	<pubDate>Tue, 27 Jan 2004 04:06:07 -0800</pubDate>
	<category>BASIC</category>
	<category>computer</category>
	<category>language</category>
	<category>languages</category>
	<category>LOGO</category>
	<dc:creator>Katemonkey</dc:creator>
	</item>
	
	</channel>
</rss>

