<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
	<title><![CDATA[O'Reilly Forums]]></title>
	<description><![CDATA[O'Reilly forums are open!  Stop by and chat about a range of topics with our authors, editors and community.  From Programming and Web 2.0 to Photography and iPhone topics...]]></description>
	<link>http://forums.oreilly.com/index.php</link>
	<pubDate>Sun, 22 Nov 2009 19:02:12 -0500</pubDate>
	<ttl>120</ttl>
	<item>
		<title><![CDATA[Design Of Rick's Music Instrument Application]]></title>
		<link>http://forums.oreilly.com/index.php?showtopic=5619</link>
		<description><![CDATA[hi all,<br /><br />although Rick's guitar app improves from chapter to chapter and readers of course learn how to define proper classes, interfaces, use enums etc. , the OCP is not really considered to 100%. Why is this so?<br /><br />Well, if customers ask for strings or capos or other utilities, he might also want to use his app to see what's in stock. Some guitars have pickups, so customers might also want to buy amps, cables etc. How can Rick add picks, capos, cables etc. to his app if from the beginning the application is limited to instruments? Ok, this might not be the current requirement for Rick, but as we learned, requirements might change in the future.<br /><br />Imho, there should not be a single class or interface that's coupled to a certain article nore article category nore identfier/attribute. This should all be definable at runtime:<br /><br />1. Define standardized names for your articles like "Banjo", "Guitar" etc.<br />2. Define standardized category names.<br />3. Group article names to categories.<br />4. Define identifiers/attributes like "NoOfStrings", "Vendor" etc.<br />5. Relate appropriate identifiers/attributes to each article name<br /><br />Whenever now Rick adds a "Guitar", the GUI'd display all related identifiers/attributes in order to fill in the values. There is also a pool that stores the values entered for any article-name/identifier combination in a unique way, for example if Rick adds a 6-string guitar, we would store the value 6.<br /><br />If now Rick displays some GUI form in order to search for articles, he would get a similar form as the one when he adds an article. However Rick will use a "find" form, not a "search" form. Why is this so? Let's say Rick wants to find 6-string guitars, he enters the find form, chooses the article name "Guitar", and the app displays all relevant identifiers in order to enter values to search for. One of the identifiers would be "NoOfStrings". Now Rick doesn't really have to enter a "6" in order to search for 6-string guitars, instead - because we collect any value entered when an article is added - the app can offer all possible values in some combobox. The app would never allow to enter a "12" if Rick never added a 12-string guitar. That's why the focus is on "finding", not on "searching". The app would never allow to search with a value that not even one article has.<br /><br />To develop the app this way, there's much more flexibility for Rick. If he wants to sell amplifiers, cables etc. in the future, he doesn't need an addin or the development team, he just adds "Amplifier" to the article name collection, adds identifiers as well and relates the identifiers to the article name. The identifier "Vendor" for example is defined already, he just must relate it to article name "Amplifier". He can also add a new category like "Electronic equipment" and relate "Amplifier" with the category. Like this, any defined article name has its set of identifiers that are always appropriate for the certain article name.<br /><br />Another thing is very interesting too, if Rick wants to sell strings or let's say stringsets, he sure would add "Stringset" to the pool of article names and relate the already existing "NoOfStrings" identifier with "Stringset". If now he adds articles to the system whereby the article would be a stringset for 6-string guitars, the value for the identifier "NoOfStrings" would be "6". Now, if Rick displays any 6-string guitar with his app, it's easy to find other article names that have the same identifier/value combination, for example "Stringset" has the identifier "NoOfStrings" like "Guitar" has, so Rick can quickly find "Stringset" articles for 6-string guitars.    <br /><br />Hopefully Rick will sell lot's of instruments,<br /><br />cheers<br /><br />yb]]></description>
		<pubDate>Sun, 22 Nov 2009 15:12:38 -0500</pubDate>
		<guid>http://forums.oreilly.com/index.php?showtopic=5619</guid>
	</item>
	<item>
		<title>What’s Your Favorite Iphone And Ipod Touch Application, Game</title>
		<link>http://forums.oreilly.com/index.php?showtopic=5618</link>
		<description><![CDATA[<img src="http://forums.oreilly.com/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> Please share with us your favorite iPhone and iPod touch application like for example your favorite game is – castle frenzy, shrek kart, or application- iPhoneDigg, Google Reader, iPhone chat or etc.]]></description>
		<pubDate>Sun, 22 Nov 2009 05:10:09 -0500</pubDate>
		<guid>http://forums.oreilly.com/index.php?showtopic=5618</guid>
	</item>
	<item>
		<title>How To Show Enums With Duplicate Values</title>
		<link>http://forums.oreilly.com/index.php?showtopic=5617</link>
		<description><![CDATA[I want to try and make a simulated game of blackjack. In the Go Fish game we use an enum in the Card class:<br /><br />public enum Values{<br />Ace = 1,<br />Two = 2,<br />..............<br />Ten = 10,<br />Jack = 11,<br />Queen = 12,<br />King = 13,<br /><br /><br />Is there a way to make a deck with Ten - King all = to 10?<br />Also, what would be the best way to make Ace = to either 1 or 11? <br />Should I not use an enum at all?]]></description>
		<pubDate>Sat, 21 Nov 2009 19:30:39 -0500</pubDate>
		<guid>http://forums.oreilly.com/index.php?showtopic=5617</guid>
	</item>
	<item>
		<title>Linqpad Draw Redline Under The Correct Statements</title>
		<link>http://forums.oreilly.com/index.php?showtopic=5616</link>
		<description><![CDATA[Hi, i have a problem about LinqPad, it is drawing red lines under the statements which are really correct. I added a ss for this problem. Why it is drawing redline i cant understand.<br /><br /><img src="http://img697.imageshack.us/img697/9026/linqpaderror.jpg" border="0" class="linked-image" />]]></description>
		<pubDate>Sat, 21 Nov 2009 12:18:57 -0500</pubDate>
		<guid>http://forums.oreilly.com/index.php?showtopic=5616</guid>
	</item>
	<item>
		<title>Head First Iphone Development.. Where Are You?</title>
		<link>http://forums.oreilly.com/index.php?showtopic=5615</link>
		<description><![CDATA[I do not see a <b>Head First iPhone Development </b>forum. <br /><br />What does it take to start one?? <br /><br />Thanks,<br />pete.]]></description>
		<pubDate>Sat, 21 Nov 2009 10:03:26 -0500</pubDate>
		<guid>http://forums.oreilly.com/index.php?showtopic=5615</guid>
	</item>
	<item>
		<title>Allowing Multiple Dates For Events (chap 9) And Views</title>
		<link>http://forums.oreilly.com/index.php?showtopic=5614</link>
		<description><![CDATA[As a learning example I'm trying to set up a Drupal site which maintains classes taught by an instructor.  In following with the Event chapter 9 I created a new article type named Class and gave it a date field which would hold the date of the class being taught.  However I had an additional requirement - a class might span more than one date, for example 1/19/2010 and 1/21/2010 from 7:30-9pm.  To model this I set the date field to allow multiple values and when I display the Class node it displays just how I want.<br /><br />There are two other places I want to display the data - a calendar and a block which lists upcoming classes.  As things are configured right now the calendar displays correctly, when you view the month of Jan 2010 you see the class on both 1/19 and 1/21, so far so good.<br /><br />However the other way I want to display Class info is in a block which would list upcoming classes.  For this view I want each class to be listed once and display only the first day of the class.  In my current definition of the view for the block I end up with the class being displayed twice and both dates are listed under each.<br /><br />The problem as I see it is that when there are multiple values allowed for a field there is no concept of the "first" value as opposed to any others - this is actually the correct architecture (and what makes the calendar view come out right), but when the view is joining the class and the multiple date fields the result is 2 rows of data instead of just one.<br /><br />So does anyone know how to define a view on a content type where a field has multiple values allowed, yet only return at most one of each node?  I tried hitting the distinct button, but that didn't help.<br /><br />Steve]]></description>
		<pubDate>Fri, 20 Nov 2009 23:07:59 -0500</pubDate>
		<guid>http://forums.oreilly.com/index.php?showtopic=5614</guid>
	</item>
	<item>
		<title>How Do I Use A Variable?</title>
		<link>http://forums.oreilly.com/index.php?showtopic=5613</link>
		<description><![CDATA[It was easier to doc using Live Writer, please see this blog post for the details of my question:<br /><br /><a href="http://spottedmahn.spaces.live.com/blog/cns!CF657615B69F016B!793.entry?&_c02_vws=1" target="_blank">http://spottedmahn.spaces.live.com/blog/cn...&_c02_vws=1</a><br /><br />Thanks,<br />Mike D.]]></description>
		<pubDate>Fri, 20 Nov 2009 19:02:23 -0500</pubDate>
		<guid>http://forums.oreilly.com/index.php?showtopic=5613</guid>
	</item>
	<item>
		<title>Export To Excel Error</title>
		<link>http://forums.oreilly.com/index.php?showtopic=5612</link>
		<description><![CDATA[I'm trying to export the results from a sample to excel but I'm receiving the following error:<br /><br /><a href="http://spottedmahn.spaces.live.com/blog/cns!CF657615B69F016B!785.entry?&_c02_vws=1" target="_blank">http://spottedmahn.spaces.live.com/blog/cn...&_c02_vws=1</a><br /><br />What am I doing wrong?<br />]]></description>
		<pubDate>Fri, 20 Nov 2009 18:25:55 -0500</pubDate>
		<guid>http://forums.oreilly.com/index.php?showtopic=5612</guid>
	</item>
	<item>
		<title>How Long Does It Take To Make A Client Website?</title>
		<link>http://forums.oreilly.com/index.php?showtopic=5611</link>
		<description><![CDATA[Hi,<br /><br />I have just finished Head first Web design, and I'm just thinking abiut the last chapter...<br /><br />When we did the exercise to estimate all the times for making the website for Trilobite Labs (page 423), i seriously underestimated the times...<br /><br />In general, I got times about 9 times smaller than the exercise solution. I was shocked, does it really take that long to make a site (over 120 hours)?? I would have thought that it would take a lot less. You see the thing is im thinking about making a asmall web design business but im 13 and i dont really have that much time on my hands becuase of school...<br /><br />thank you... <img src="http://forums.oreilly.com/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />]]></description>
		<pubDate>Fri, 20 Nov 2009 14:05:36 -0500</pubDate>
		<guid>http://forums.oreilly.com/index.php?showtopic=5611</guid>
	</item>
	<item>
		<title>Some Thoughts On My Photograph Albums</title>
		<link>http://forums.oreilly.com/index.php?showtopic=5610</link>
		<description><![CDATA[In my approximately 30 volumes of letters and emails, readers will find yet more visual material which I have not mentioned elsewhere.  If readers dig enough, if such be their desire for whatever reason,  due to some particular family interest that develops, for example, after my death; due to some group’s interest in an aspect of arts and letters or history and biography; or due to some altered circumstances associated with the rapid evolution of the Faith I have been associated with for over half a century, they will find more of the visual.  I conclude the introductory section of this binder Volume 1.3.1 with the following ideas which, when I first came upon them in the world of Susan Sontag's writings, I found intellectually stimulating.  And so, I pass them on to readers who may, perchance, find them equally so.<br /><br />Our contemporary culture of digitization and image-glut may actually shrivel the ethical force of photographs of atrocity, violence and trauma, so argues this leading commentator on American culture in my time. Sontag argues that there is “a suspicion of Anything that seems literary.”  Whether in an age in which spectacle has usurped the place of reality, photographic images still have the power to evoke shock and sentiment is a complex question, too complex to deal with here. Nor is it my intention to provide even a short summary of Sontag’s ideas here.  Photographs are the fragmentary emanations of reality, the punctual and discrete renderings of truth, rather than the uniform grammar of a consistently unfolding tale.  I'm not sure that this matters much; indeed, it is difficult to know exactly what does matter in life.  We each must choose our agenda of what matters.<br /><br />The photographic frame is not just a visual image awaiting its interpretation; it is itself interpreting, actively, even forcibly. Sontag most famously writes that where "narratives make us understand: photographs do something else. They haunt us." In an age in which she herself says "to remember is more and more not to recall a story but to be able to call up a picture."  Given the sheer sweep of the visual image in contemporary culture and politics, I struggle to come to terms with the nature of memorialization in all its forms, that is the memorialization effected by photographs.   I ponder as to what is the kind of affect relayed by photographic images as discrete and punctual fragments of reality.  Beauty can reside, says Sontag, in any photo, however banal, however random; photography conflates the notion of the beautiful and the interesting. Photography aestheticizes the whole world; perhaps this is true, a fortiori, of other print and electronic media. <br /><br />The culture of 'image-glut' is a harried and, in fact, beleaguered document that swims across the surface of our world and is often little more than a frustrated rant against the inhuman multiplication not just of images, but of the sacrilegious settings in which we see them.   The place of the image in an era of information-overload and the capacity of the image in such a landscape to infinitely and perhaps irrationally multiply its significations is indeed a complex one.  These words, these ideas I have put on paper here in the introduction to this photo album, are simply suggestive of a world of analysis of photographs, a world I explore to some extent in other places.  <br /><br />To photograph is to frame and to frame is to exclude.  So wrote Manisha Basu in his Review of Susan Sontag's book Regarding the Pain of Others, Picador, NY, 2003 in Postmodern Culture, 2006. Much is excluded here in this album; indeed most of my life. But some of it has been captured for readers who might enjoy some of the delights herein; some of my life has been captured for others who would normally not have experienced what I experienced. For each of us has a unique experience even if we share much in common. Fragments of reality are elevated to privileged positions, Sontag says. I like that idea. It seems at least partly true. And there is poignancy here and a kind of pathos—and I trust not a little joy.<br /><br />Ron Price<br />27 May 2007<br />(draft # 3)<br /><br /><br />]]></description>
		<pubDate>Fri, 20 Nov 2009 02:43:14 -0500</pubDate>
		<guid>http://forums.oreilly.com/index.php?showtopic=5610</guid>
	</item>
	<item>
		<title>A Note On Digital Photos</title>
		<link>http://forums.oreilly.com/index.php?showtopic=5609</link>
		<description><![CDATA[By 2007/2008, as I inched my way annalistically/incrementally to the age of 65 and as my last particular photo album was becoming filled to its maximum intake, people in my world were beginning to send digital photos, enough to begin to fill this and future photograph albums to overflowing.  Those who could afford it, and who had the interest, in the first years of this new millennium, had begun to make videos of their family/personal lives; still others had telephones with visual images of the person they were talking to.  There were large screen TVs, computer monitors, CDs, mini-discs, indeed, a cornucopia of new technology that was making the old world of the photograph in an album, the idea of keeping even the digital photo in an album, somewhat passe even declasse.1  <br /><br />Time would tell just how I would respond to this change, this diversification, this amplification, in the technology of photography that had insensibly altered the rationale for the very existence of the old photo album.  Photo albums had been delighting the eye, had been part of my memorabilia, for well nigh 60 years.  As I write these words, fifteen months short of my 65th birthday, I have decided to continue to put digitals photo in this and future albums on the same basis as those photos from cameras that I and my family have been doing since early in the 20th century.-Ron Price, 18 April 2008.  (1one rarely sees this word, declasse--acute accent on the last e--in literature these days, but it seems applicable here; it means lowered in social significance, relevance and standing.)<br />]]></description>
		<pubDate>Fri, 20 Nov 2009 02:40:38 -0500</pubDate>
		<guid>http://forums.oreilly.com/index.php?showtopic=5609</guid>
	</item>
	<item>
		<title>Chapter 7 - Empty Upload Error On Editprofile.php</title>
		<link>http://forums.oreilly.com/index.php?showtopic=5606</link>
		<description><![CDATA[Hello, <br /> I found an error and needs simple fixing. I download chapter 7 and put it to a test.<br />I created a Mismatch account, logged in, went to edit profile, filled out everything, uploaded a small photo, clicked submit and everything was fine. Then I went back to edit my profile again, leaving all the information the same except my name, and when I click submit, I get the following error:<br /><br />Warning: getimagesize() [function.getimagesize]: Filename cannot be empty in /home/rpse/public_html/editprofile.php on line 52<br /><br />--------------------------Here is the code on that line------------------<br />LINE 52 STARTS AT  list($new_picture_width, $new_picture_height) <br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->&nbsp;&nbsp;&nbsp;&nbsp;$old_picture = mysqli_real_escape_string&#40;$dbc, trim&#40;$_POST&#91;'old_picture'&#93;&#41;&#41;;<br />&nbsp;&nbsp;&nbsp;&nbsp;$new_picture = mysqli_real_escape_string&#40;$dbc, trim&#40;$_FILES&#91;'new_picture'&#93;&#91;'name'&#93;&#41;&#41;;<br />&nbsp;&nbsp;&nbsp;&nbsp;$new_picture_type = $_FILES&#91;'new_picture'&#93;&#91;'type'&#93;;<br />&nbsp;&nbsp;&nbsp;&nbsp;$new_picture_size = $_FILES&#91;'new_picture'&#93;&#91;'size'&#93;; <br />&nbsp;&nbsp;&nbsp;&nbsp;list&#40;$new_picture_width, $new_picture_height&#41; = getimagesize&#40;$_FILES&#91;'new_picture'&#93;&#91;'tmp_name'&#93;&#41;;<br />&nbsp;&nbsp;&nbsp;&nbsp;$error = false;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;// Validate and move the uploaded picture file, if necessary<br />&nbsp;&nbsp;&nbsp;&nbsp;if &#40;!empty&#40;$new_picture&#41;&#41; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if &#40;&#40;&#40;$new_picture_type == 'image/gif'&#41; || &#40;$new_picture_type == 'image/jpeg'&#41; || &#40;$new_picture_type == 'image/pjpeg'&#41; ||<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#40;$new_picture_type == 'image/png'&#41;&#41; && &#40;$new_picture_size &#62; 0&#41; && &#40;$new_picture_size &#60;= MM_MAXFILESIZE&#41; &&<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#40;$new_picture_width &#60;= MM_MAXIMGWIDTH&#41; && &#40;$new_picture_height &#60;= MM_MAXIMGHEIGHT&#41;&#41; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if &#40;$_FILES&#91;'file'&#93;&#91;'error'&#93; == 0&#41; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;// Move the file to the target upload folder<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$target = MM_UPLOADPATH . basename&#40;$new_picture&#41;;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if &#40;move_uploaded_file&#40;$_FILES&#91;'new_picture'&#93;&#91;'tmp_name'&#93;, $target&#41;&#41; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;// The new picture file move was successful, now make sure any old picture is deleted<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if &#40;!empty&#40;$old_picture&#41; && &#40;$old_picture != $new_picture&#41;&#41; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;@unlink&#40;MM_UPLOADPATH . $old_picture&#41;;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;// The new picture file move failed, so delete the temporary file and set the error flag<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;@unlink&#40;$_FILES&#91;'new_picture'&#93;&#91;'tmp_name'&#93;&#41;;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$error = true;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo '&#60;p class=&#34;error&#34;&#62;Sorry, there was a problem uploading your picture.&#60;/p&#62;';<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;// The new picture file is not valid, so delete the temporary file and set the error flag<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;@unlink&#40;$_FILES&#91;'new_picture'&#93;&#91;'tmp_name'&#93;&#41;;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$error = true;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo '&#60;p class=&#34;error&#34;&#62;Your picture must be a GIF, JPEG, or PNG image file no greater than ' . &#40;MM_MAXFILESIZE / 1024&#41; .<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;' KB and ' . MM_MAXIMGWIDTH . 'x' . MM_MAXIMGHEIGHT . ' pixels in size.&#60;/p&#62;';<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;}<!--c2--></div><!--ec2--><br /><br />Any Suggestions of how to fix this issue?]]></description>
		<pubDate>Thu, 19 Nov 2009 13:54:07 -0500</pubDate>
		<guid>http://forums.oreilly.com/index.php?showtopic=5606</guid>
	</item>
	<item>
		<title>Nstimer Help</title>
		<link>http://forums.oreilly.com/index.php?showtopic=5605</link>
		<description><![CDATA[NSTimer HELP. When I Build & Go app loads ok but flipToSecond method doesn’t seem to be called. I placed an NSLog in flipToSecond method to check if it is being called NO LUCK.<br /><br />-(void) applicationDidFinishLaunching : (UIApplication *) application {<br />timer = [NSTimer scheduledTimerWithTimeInterval: 1.0 target:self selector:@selector(flipToSecond:) userInfo:nil repeats: NO]; // change YES to NO<br />}<br /><br />//define the targetmethod<br /><br />- (void) flipToSecond: (NSTimer *) timer {<br />NSLog(@”flipToSecond was successful!”);<br />}<br /><br />Last line in console is:<br />Pending breakpoint 1 – “objc_exception_throw” resolved<br />(gdb)<br />Can’t seem to figure it out. Help Please.]]></description>
		<pubDate>Thu, 19 Nov 2009 12:52:02 -0500</pubDate>
		<guid>http://forums.oreilly.com/index.php?showtopic=5605</guid>
	</item>
	<item>
		<title>Aperture And Backup Drive</title>
		<link>http://forums.oreilly.com/index.php?showtopic=5604</link>
		<description><![CDATA[I'm sure there is a simple answer to this, but I just haven't found it yet and was hoping that the smart people in this forum can help me out.<br /><br />My Aperture library has my images referenced with my master images on an external drive 'A' with a copy of everything on external drive 'B' and 'C'.<br /><br />I discovered when I left on a trip and grabbed my laptop and drive 'B' instead of 'A', Aperture would not recognize the images on that drive as 'Master images' and was unable to work on them. Which got me thinking about what happens when drive 'A' eventually fails and Aperture won't 'see' the images on drives 'B' and 'C'?<br /><br />Is there a way for aperture to recognize a master image no matter which hard drive it is on?<br />As my library grows, I'd like to be able to just take copies of master images on a smaller drive with me on trips. This will enable me to work on them while reducing my risk by not bringing my entire library with me.<br /><br />Any help is greatly appreciated <br /><br />]]></description>
		<pubDate>Thu, 19 Nov 2009 12:27:45 -0500</pubDate>
		<guid>http://forums.oreilly.com/index.php?showtopic=5604</guid>
	</item>
	<item>
		<title>Choosing The Right Digital Recorder</title>
		<link>http://forums.oreilly.com/index.php?showtopic=5602</link>
		<description><![CDATA[I need advice. I am about to host a new blogtalkradio show, featuring interesting business people.<br /><br />I have to buy a portable voice recorder.<br /><br />Initially, I was advised to look at the Zoom H2 (it being the standard reporters' kit, at a local radio station.<br /><br />Then, I was advised that the Zoom H4N is a better bit of kit.<br /><br />Now, I have been reading about the Olympus LS10 and like what I read.<br /><br />Whichever recorder I settle on (and cost is a significant factor) it's going to be used, almost exclusively, for recording interviews (both outdoors and indoors).<br /><br />In other words, a straightforward radio reporter's role.<br /><br />I do need a UK-spec machine.<br /><br />Can anyone advise?<br /><br />Graham Freer<br /><br />grahamfreer@googlemail.com<br />]]></description>
		<pubDate>Thu, 19 Nov 2009 10:12:04 -0500</pubDate>
		<guid>http://forums.oreilly.com/index.php?showtopic=5602</guid>
	</item>
</channel>
</rss>