<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>buyappleipad.net</title>
	<atom:link href="http://buyappleipad.net/feed" rel="self" type="application/rss+xml" />
	<link>http://buyappleipad.net</link>
	<description></description>
	<lastBuildDate>Thu, 23 Feb 2012 03:01:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Improving App Distribution on iOS &#8211; Facebook Developers</title>
		<link>http://buyappleipad.net/improving-app-distribution-on-ios-facebook-developers</link>
		<comments>http://buyappleipad.net/improving-app-distribution-on-ios-facebook-developers#comments</comments>
		<pubDate>Thu, 23 Feb 2012 03:01:57 +0000</pubDate>
		<dc:creator>Buy Apple iPad</dc:creator>
				<category><![CDATA[- App Store]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[discovery]]></category>

		<guid isPermaLink="false">http://buyappleipad.net/improving-app-distribution-on-ios-facebook-developers</guid>
		<description><![CDATA[<a href="http://buyappleipad.net/improving-app-distribution-on-ios-facebook-developers"><img align="left" hspace="5" width="150" src="http://buyappleipad.net/wp-content/uploads/2012/02/1329966117-36.jpg" class="alignleft wp-post-image tfe" alt="" title="" /></a>When we introduced Social App Discovery on Mobile &#105;&#110; October 2011, we enabled distribution &#100;&#105;&#114;&#101;&#099;&#116;&#108;&#121; to native iOS apps. Today, we are introducing granular controls &#102;&#111;&#114; native iOS apps to provide an optimal user experience when driving traffic to your app from Facebook &#102;&#111;&#114; iOS. You &#099;&#097;&#110; set &#117;&#112; and configure distribution from the Facebook [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://buyappleipad.net/wp-content/uploads/2012/02/1329966117-36.jpg" style="float:left;clear:both;margin:0 15px 15px 0" />
<p>When we introduced Social App Discovery on Mobile &#105;&#110; October 2011, we enabled distribution &#100;&#105;&#114;&#101;&#099;&#116;&#108;&#121; to native iOS apps. Today, we are introducing granular controls &#102;&#111;&#114; native iOS apps to provide an optimal user experience when driving traffic to your app from Facebook &#102;&#111;&#114; iOS.</p>
<p>You &#099;&#097;&#110; set &#117;&#112; and configure distribution from the Facebook iOS app to your app &#116;&#104;&#114;&#111;&#117;&#103;&#104; the Dev App. To enable requests, bookmarks, and search results to link &#098;&#097;&#099;&#107; to your app, you must configure your settings as &#102;&#111;&#108;&#108;&#111;&#119;&#115;:</p>
<ul>
<li>Enter an iOS Bundle ID &#116;&#104;&#097;&#116; corresponds to your app</li>
<li>Enter an iPhone and/or iPad App Store ID</li>
<li>Enable the &#8220;Configured &#102;&#111;&#114; iOS SSO&#8221; setting</li>
</ul>
<p>To enable &#097;&#110;&#121; News Feed and Open Graph &#115;&#116;&#111;&#114;&#105;&#101;&#115; to deep link &#098;&#097;&#099;&#107; to your iOS app or to the App Store (if the app is &#110;&#111;&#116; installed) you must configure &#116;&#104;&#105;&#115; additional setting:</p>
<ul>
<li>Enable the &#8220;iOS native deep linking&#8221; setting</li>
</ul>
<p>You may &#119;&#097;&#110;&#116; to turn on &#116;&#104;&#105;&#115; setting once you have optimized your iOS native app user experience &#102;&#111;&#114; deep linking. Keep &#105;&#110; mind &#116;&#104;&#097;&#116; when you publish &#097; link &#105;&#110; News Feed or Open Graph, &#097; user &#099;&#097;&#110; click on &#105;&#116; from &#097; Facebook &#105;&#110; &#097; number of contexts, including &#097; desktop browser, an Android browser, an iOS mobile browser, the native Android app or native iOS app. &#116;&#104;&#105;&#115; deep link setting enables you to enrich the linking behavior to your iOS app, but the link you provide should work well &#105;&#110; all other contexts.</p>
<p>We will now show you &#104;&#111;&#119; you &#099;&#097;&#110; implement deep linking to optimize the experience &#102;&#111;&#114; your users, drive re-engagements, and close the viral loop.</p>
<p>When &#097; link is tapped &#105;&#110; the Facebook &#102;&#111;&#114; iOS app with deep linking enabled, the user is immediately directed to your iOS app. &#105;&#102; the app is &#110;&#111;&#116; installed, the user is taken to the App Store to download your app. To ensure an engaging user experience you should process the incoming link when your app is activated. &#102;&#111;&#114; example, &#097; news app will have the incoming link correspond to &#097; news &#115;&#116;&#111;&#114;&#121;. You &#119;&#111;&#117;&#108;&#100; &#119;&#097;&#110;&#116; to direct the user straight to &#116;&#104;&#097;&#116; &#115;&#116;&#111;&#114;&#121; instead of &#097; generic app landing page.</p>
<p>Your app will be invoked &#105;&#110; &#111;&#110;&#101; of &#116;&#119;&#111; ways:</p>
<p>1) &#105;&#102; the user &#104;&#097;&#115; authenticated your Facebook App:</p>
<p> fb[APP_ID]://authorize#expires_in=[ACCESS_TOKEN_EXPIRATION]&amp;access_token=[USER_ACCESS_TOKEN]&amp;target_url=[ORIGINAL_LINK]
<p>2) Non-authenticated user:</p>
<p> fb[APP_ID]://authorize#target_url=[ORIGINAL_LINK]
<p>Where [ORIGINAL_LINK] corresponds to the link &#105;&#110; your app, &#102;&#111;&#114; example, pinterest.com/aryehs/cool/.</p>
<p>You &#099;&#097;&#110; parse the target_url to deep link your users to the &#099;&#111;&#114;&#114;&#101;&#099;&#116; content &#105;&#110; your app.</p>
<p>Your app user experience may &#110;&#111;&#116; depend on the user &#098;&#101;&#105;&#110;&#103; logged &#105;&#110;. &#105;&#102; &#116;&#104;&#105;&#115; is the case, you will handle &#098;&#111;&#116;&#104; the logged &#105;&#110; and not-logged &#105;&#110; flows &#105;&#110; the &#115;&#097;&#109;&#101; &#119;&#097;&#121;. You &#119;&#111;&#117;&#108;&#100; &#100;&#111; &#116;&#104;&#105;&#115; &#105;&#110; the App delegate methods &#116;&#104;&#097;&#116; are invoked when your app is opened, &#102;&#111;&#114; example the application:openURL:sourceApplication:annotation: method.</p>
<p>If your app requires an authorized user you should handle the processing of the target URL &#105;&#110; the SDK call backs implemented after &#097; successful login, the fbDidLogin method.</p>
<p>We will show code &#102;&#111;&#114; the case where the user does &#110;&#111;&#116; need to be logged &#105;&#110; to properly deep link them. &#116;&#104;&#105;&#115; code is added to the application:openURL:sourceApplication:annotation: app delegate method where we will check &#102;&#111;&#114; &#097; target URL.</p>
<p>In the code sample we are simply &#100;&#105;&#115;&#112;&#108;&#097;&#121;&#105;&#110;&#103; an alert view to the user but you &#099;&#111;&#117;&#108;&#100; direct users &#116;&#104;&#114;&#111;&#117;&#103;&#104; the &#097;&#112;&#112;&#114;&#111;&#112;&#114;&#105;&#097;&#116;&#101; flow &#102;&#111;&#114; your app.</p>
<p> /** * &#097; function &#102;&#111;&#114; parsing URL parameters. */- (NSDictionary*)parseURLParams:(NSString *)query { NSArray *pairs = [query componentsSeparatedByString:@"&amp;"]; NSMutableDictionary *params = [[[NSMutableDictionary alloc] init] autorelease]; &#102;&#111;&#114; (NSString *pair &#105;&#110; pairs) { NSArray *kv = [pair componentsSeparatedByString:@"="]; NSString *val = [[kv objectAtIndex:1] stringByReplacingPercentEscapesUsingEncoding:NSUTF8StringEncoding]; [params setObject:val forKey:[kv objectAtIndex:0]]; } return params;} &#8211; (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation { // To check &#102;&#111;&#114; &#097; deep link, &#102;&#105;&#114;&#115;&#116; parse the incoming URL // to look &#102;&#111;&#114; &#097; target_url parameter NSString *query = [url fragment]; NSDictionary *params = [self parseURLParams:query]; // Check &#105;&#102; target URL exists NSString *targetURLString = [params valueForKey:@"target_url"]; &#105;&#102; (targetURLString) { NSURL *targetURL = [NSURL URLWithString:targetURLString]; NSDictionary *targetParams = [self parseURLParams:[targetURL query]]; NSString *deeplink = [targetParams valueForKey:@"deeplink"]; // Check &#102;&#111;&#114; the &#8216;deeplink&#8217; parameter to check &#105;&#102; &#116;&#104;&#105;&#115; is &#111;&#110;&#101; of // our incoming news feed link &#105;&#102; (deeplink) { UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@&#8221;News&#8221; message:[NSString stringWithFormat:@"Incoming: %@", deeplink] delegate:nil cancelButtonTitle:@&#8221;OK&#8221; otherButtonTitles:nil, nil]; [alert show]; [alert release]; } } return [facebook handleOpenURL:url];}
<p>In our sample code set &#117;&#112; we will inject &#097; deeplink parameter to the News Feed &#115;&#116;&#111;&#114;&#121; and check &#116;&#104;&#105;&#115; &#115;&#097;&#109;&#101; parameter &#098;&#097;&#099;&#107; to signify an incoming News Feed &#115;&#116;&#111;&#114;&#121; link.</p>
<p> // Method &#116;&#104;&#097;&#116; sets &#117;&#112; the news feed story- (void)apiDialogFeedUser { SBJSON *jsonWriter = [[SBJSON new] autorelease]; // The action links to be shown with the post &#105;&#110; the feed NSArray* actionLinks = [NSArray arrayWithObjects: [NSDictionary dictionaryWithObjectsAndKeys: @"Get Started",@"name", @"m.facebook.com/apps/uniquenamespace/",@"link", nil], nil]; NSString *actionLinksStr = [jsonWriter stringWithObject:actionLinks]; // Dialog parameters &#8211; the &#8216;deeplink&#8217; we insert will be passed &#098;&#097;&#099;&#107; &#102;&#111;&#114; use &#105;&#110; deep link // detection. The &#8216;ref&#8217; parameter will be used &#102;&#111;&#114; analytics. NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObjectsAndKeys: @"I'm using the Test iOS app", @"name", @"Test &#102;&#111;&#114; iOS.", @"caption", @"Check &#111;&#117;&#116; Test iOS to learn &#104;&#111;&#119; you &#099;&#097;&#110; make your iOS apps social using Facebook Platform.", @"description", @"m.facebook.com/apps/uniquenamespace/?deeplink=news", @"link", @"facebookmobileweb.com/hackbook/img/facebook_icon_large.png", @"picture", @"foo", @"ref", actionLinksStr, @"actions", nil]; [facebook dialog:@"feed" andParams:params andDelegate:self];}
<p>In &#116;&#104;&#105;&#115; simple example we use the deeplink parameter &#105;&#110; the News Feed &#115;&#116;&#111;&#114;&#121; link to direct users &#105;&#110; your app. You &#099;&#111;&#117;&#108;&#100; have additional parameters or URL paths to &#098;&#101;&#116;&#116;&#101;&#114; direct users. Note &#116;&#104;&#097;&#116; whatever URL you &#115;&#112;&#101;&#099;&#105;&#102;&#121; &#105;&#110; your Feed &#115;&#116;&#111;&#114;&#121; or Open Graph object will be echoed &#098;&#097;&#099;&#107; &#105;&#110; the target_url passed to your app.</p>
<p><strong>Note:</strong> The ref &#105;&#110; the Feed Dialog is &#097; text reference &#102;&#111;&#114; the category of the post. &#116;&#104;&#105;&#115; category is used &#105;&#110; Facebook Insights to help you measure the performance of &#100;&#105;&#102;&#102;&#101;&#114;&#101;&#110;&#116; types of post as documented here. The ref parameter does &#110;&#111;&#116; &#097;&#112;&#112;&#101;&#097;&#114; on the actual posted &#115;&#116;&#111;&#114;&#121;, &#105;&#116; is &#102;&#111;&#114; your reference only.</p>
<p>View additional step-by-step documentation and sample code &#105;&#110; the iOS &#103;&#101;&#116;&#116;&#105;&#110;&#103; Started Guide.</p></p>
]]></content:encoded>
			<wfw:commentRss>http://buyappleipad.net/improving-app-distribution-on-ios-facebook-developers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>- Ipad Apps - 40 Children Nationwide Receive iPads Through the Childhood Apraxia of Speech - (2/23/2012)</title>
		<link>http://buyappleipad.net/40-children-nationwide-receive-ipads-through-the-childhood-apraxia-of-speech</link>
		<comments>http://buyappleipad.net/40-children-nationwide-receive-ipads-through-the-childhood-apraxia-of-speech#comments</comments>
		<pubDate>Thu, 23 Feb 2012 02:27:08 +0000</pubDate>
		<dc:creator>Buy Apple iPad</dc:creator>
				<category><![CDATA[- Ipad Apps]]></category>
		<category><![CDATA[ireach]]></category>
		<category><![CDATA[motor speech]]></category>
		<category><![CDATA[nbsp]]></category>
		<category><![CDATA[protective case]]></category>
		<category><![CDATA[speech disorder]]></category>

		<guid isPermaLink="false">http://buyappleipad.net/40-children-nationwide-receive-ipads-through-the-childhood-apraxia-of-speech</guid>
		<description><![CDATA[<a href="http://buyappleipad.net/40-children-nationwide-receive-ipads-through-the-childhood-apraxia-of-speech"><img align="left" hspace="5" width="150" src="http://buyappleipad.net/wp-content/uploads/2012/02/1329964029-31.jpg" class="alignleft wp-post-image tfe" alt="" title="" /></a>&#160; &#160; CHICAGO, Feb. 22, 2012 /PRNewswire-iReach/ &#8211;Seven-year-old Carlos Cornejo, &#097; child with apraxia &#105;&#110; Chicago, IL, was one &#111;&#102; 40 children selected nationwide to receive an iPad &#116;&#104;&#114;&#111;&#117;&#103;&#104; &#116;&#104;&#101; Childhood Apraxia &#111;&#102; Speech Association &#111;&#102; North America&#8217;s (CASANA) iPads for Apraxia Pilot Project, &#097; program developed to investigate &#116;&#104;&#101; &#117;&#115;&#101;&#115; &#111;&#102; iPad applications for [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://buyappleipad.net/wp-content/uploads/2012/02/1329964029-31.jpg" style="float:left;clear:both;margin:0 15px 15px 0" />&nbsp; &nbsp;
<p>CHICAGO, Feb. 22, 2012 /PRNewswire-iReach/ &#8211;Seven-year-old Carlos Cornejo, &#097; child with apraxia &#105;&#110; Chicago, IL, was one &#111;&#102; 40 children selected nationwide to receive an iPad &#116;&#104;&#114;&#111;&#117;&#103;&#104; &#116;&#104;&#101; Childhood Apraxia &#111;&#102; Speech Association &#111;&#102; North America&#8217;s (CASANA) <i>iPads for Apraxia Pilot Project</i>, &#097; program developed to investigate &#116;&#104;&#101; &#117;&#115;&#101;&#115; &#111;&#102; iPad applications for &#097; population &#111;&#102; children with &#097; primary diagnosis &#111;&#102; apraxia &#111;&#102; speech. </p>
<p>&#8220;I found &#111;&#117;&#116; about &#116;&#104;&#101; iPad Pilot Program &#116;&#104;&#114;&#111;&#117;&#103;&#104; &#097; posting on CASANA&#8217;s Facebook page,&#8221; said Maria Cornejo, mother &#111;&#102; Carlos.&#160; &#8220;Knowing &#116;&#104;&#097;&#116; Carlos was &#097; visual learner, I knew &#116;&#104;&#097;&#116; having an iPad would benefit &#104;&#105;&#109; greatly, &#115;&#111; we sent &#105;&#110; &#116;&#104;&#101; application &#097;&#110;&#100; crossed &#111;&#117;&#114; fingers.&#8221;</p>
<p>Childhood Apraxia &#111;&#102; Speech (CAS) &#105;&#115; &#097; &#118;&#101;&#114;&#121; challenging &#097;&#110;&#100; complicated motor speech disorder &#105;&#110; children, &#109;&#097;&#107;&#105;&#110;&#103; &#105;&#116; difficult &#111;&#114; impossible for children to accurately produce sounds, syllables, and/or words &#100;&#101;&#115;&#112;&#105;&#116;&#101; having &#097; good understanding &#111;&#102; language. &#116;&#104;&#101; <i>iPads for Apraxia Pilot Project</i>, funded &#098;&#121; CASANA&#160;&#097;&#110;&#100; &#116;&#104;&#101; Silent Stars Foundation, &#104;&#097;&#115; given 40 affected children &#116;&#104;&#101; opportunity to &#117;&#115;&#101; an iPad for speech practice, augmentative communication, &#097;&#110;&#100; education purposes. &#105;&#110; addition to receiving &#116;&#104;&#101; iPad, each child was also given &#097; protective case; &#097; two-year protection &#112;&#108;&#097;&#110;; &#097;&#110;&#100; one &#111;&#114; more apps for speech &#111;&#114; communication purposes.&#160;&#160; Families also received consultation on iPad &#117;&#115;&#101; &#097;&#110;&#100; best practices from speech-language pathologist &#097;&#110;&#100; app developer Lynn Carahaly, M.&#097;., CCC-SLP. </p>
<p>As &#097; result &#111;&#102; &#116;&#104;&#101; Silent Stars Foundation&#8217;s generous contribution to program funding, Carlos was one &#111;&#102; &#101;&#105;&#103;&#104;&#116; qualified children selected from Illinois.&#160; Founder &#111;&#102; &#116;&#104;&#101; Silent Stars Foundation, Marjorie Beto, saw &#116;&#104;&#101; &#100;&#105;&#102;&#102;&#101;&#114;&#101;&#110;&#099;&#101; an iPad made &#105;&#110; school for &#104;&#101;&#114; &#111;&#119;&#110; daughter, Rebecca Beto, &#119;&#104;&#111; was diagnosed with severe apraxia &#105;&#110; 2008.&#160; &#104;&#101;&#114; belief &#105;&#110; &#116;&#104;&#101; iPad encouraged &#104;&#101;&#114; to raise funds &#116;&#104;&#114;&#111;&#117;&#103;&#104; &#104;&#101;&#114; annual fundraiser, &#8220;Strike &#111;&#117;&#116; Silence&#8221; Bowl-A-Thon, to help &#103;&#105;&#118;&#101; &#111;&#116;&#104;&#101;&#114; kids &#097; voice &#116;&#104;&#114;&#111;&#117;&#103;&#104; &#116;&#104;&#101; iPad. Beto started this annual fundraiser &#116;&#119;&#111; years &#097;&#103;&#111; &#097;&#115; &#097; means to help raise funds for apraxia research &#097;&#110;&#100; to help provide Augmentative &#097;&#110;&#100; Alternative Communication (AAC) devices for children &#119;&#104;&#111; cannot afford one.&#160; </p>
<p>&#8220;After learning about CASANA&#8217;s <i>iPads for Apraxia Pilot Project</i>, I &#100;&#101;&#099;&#105;&#100;&#101;&#100; I wanted to &#098;&#101; &#097; small piece &#111;&#102; &#116;&#104;&#097;&#116; puzzle.&#160; &#105;&#116; feels &#115;&#111; wonderful to &#098;&#101; &#097;&#098;&#108;&#101; to help &#111;&#116;&#104;&#101;&#114; children &#108;&#105;&#107;&#101; my daughter &#097;&#110;&#100; to &#098;&#101; &#097; part &#111;&#102; this wonderful program,&#8221; said Beto. </p>
<p>Beto&#8217;s contribution would &#098;&#101; more &#116;&#104;&#097;&#110; &#097; &#8220;small piece &#111;&#102; &#116;&#104;&#101; puzzle&#8221; for children &#108;&#105;&#107;&#101; Carlos, &#119;&#104;&#111; was diagnosed with apraxia at &#116;&#104;&#101; age &#111;&#102; four years, &#097;&#110;&#100; his parents. &#119;&#104;&#101;&#110; &#116;&#104;&#101;&#121; received &#116;&#104;&#101;&#105;&#114; notification letter &#105;&#110; &#116;&#104;&#101; mail, both &#102;&#101;&#097;&#114; &#097;&#110;&#100; excitement set &#105;&#110; for Mrs. Cornejo. This letter would soon &#098;&#101;&#099;&#111;&#109;&#101; &#097; moment &#115;&#104;&#101; would never forget. </p>
<p>&#8220;I thought, it&#8217;s either &#097; &#8216;thank &#121;&#111;&#117; for applying&#8217; letter &#111;&#114; &#097; &#8216;congratulations&#8217; letter,&#8221; said Mrs. Cornejo. &#160;&#8221;So I opened &#105;&#116; &#097;&#110;&#100; saw we &#104;&#097;&#100; gotten &#105;&#116;. WOW! My &#102;&#105;&#114;&#115;&#116; reaction was to &#099;&#114;&#121;. My second reaction was to &#099;&#097;&#108;&#108; Ms.Creswell (Carlos&#8217; teacher).&#8221;</p>
<p>Ms. Creswell &#102;&#105;&#114;&#115;&#116; learned about CAS &#119;&#104;&#101;&#110; Mrs. Cornejo informed &#104;&#101;&#114; &#111;&#102; &#116;&#104;&#101; speech services Carlos received. &#160;&#104;&#101; &#104;&#097;&#115; been &#105;&#110; &#104;&#101;&#114; class since kindergarten &#097;&#110;&#100; describes &#104;&#105;&#109; &#097;&#115; having &#115;&#101;&#118;&#101;&#114;&#097;&#108; friends &#105;&#110; his general &#097;&#110;&#100; special education classes.</p>
<p>Already, &#116;&#104;&#101; Cornejos &#097;&#110;&#100; Ms. Creswell are &#115;&#101;&#101;&#105;&#110;&#103; &#097; &#100;&#105;&#102;&#102;&#101;&#114;&#101;&#110;&#099;&#101; &#105;&#110; Carlos from using &#116;&#104;&#101; iPad. &#104;&#101; &#105;&#115; beginning to pronounce &#115;&#111;&#109;&#101; sounds more &#099;&#108;&#101;&#097;&#114;&#108;&#121;, speaking more &#100;&#117;&#114;&#105;&#110;&#103; school, &#097;&#110;&#100; &#104;&#097;&#115; even been caught singing songs &#104;&#101; learned from music class.&#160; </p>
<p>&#8220;Now &#104;&#101; &#115;&#101;&#101;&#109;&#115; to &#098;&#101; more confident &#105;&#110; &#116;&#114;&#121;&#105;&#110;&#103; to say words &#097;&#110;&#100; telling us things,&#8221; said Mrs. Cornejo. &#8220;He even started to sing songs, whereas before &#104;&#101; would mostly &#8216;hum&#8217; &#116;&#104;&#101; song.&#8221; </p>
<p>&#8220;Carlos &#104;&#097;&#115; always been &#097; visual learner,&#8221; said Mrs. Cornejo. &#8220;I am &#115;&#111; thankful for CASANA &#097;&#110;&#100; &#116;&#104;&#101; Silent Stars Foundation for existing.&#160; Without &#116;&#104;&#101;&#109;, &#097; lot &#111;&#102; us would feel &#119;&#104;&#097;&#116; I felt at &#116;&#104;&#101; beginning &#111;&#102; this journey, &#108;&#105;&#107;&#101; I was &#116;&#104;&#101; only mom with &#097; child with apraxia.&#8221;</p>
<p>The <i>iPads for Apraxia Pilot Project</i> required &#116;&#104;&#097;&#116; families &#111;&#114; caregivers &#097;&#110;&#100; speech-language pathologists &#111;&#102; selected children complete pre &#097;&#110;&#100; post surveys which &#119;&#105;&#108;&#108; examine &#099;&#104;&#097;&#110;&#103;&#101;&#115; &#097;&#110;&#100; quality &#111;&#102; life issues.&#160; CASANA &#119;&#105;&#108;&#108; evaluate &#116;&#104;&#101; outcomes &#111;&#102; &#116;&#104;&#101; project to determine &#119;&#104;&#101;&#116;&#104;&#101;&#114; to continue &#116;&#104;&#101; program for additional children &#105;&#110; &#116;&#104;&#101; future. Funding for programs &#115;&#117;&#099;&#104; &#097;&#115; this one &#105;&#115; made &#112;&#111;&#115;&#115;&#105;&#098;&#108;&#101; &#116;&#104;&#114;&#111;&#117;&#103;&#104; private donations &#097;&#110;&#100; special events &#108;&#105;&#107;&#101; &#116;&#104;&#101; Walk for Children with Apraxia &#111;&#102; Speech held &#097;&#108;&#108; over North America. To support future funding needed to continue this program, visit Silent Stars Foundation at silentstars.org/donate.html</p>
<p><b><u>About CASANA</u></b></p>
<p>The Childhood Apraxia &#111;&#102; Speech Association &#111;&#102; North America (CASANA) &#105;&#115; &#116;&#104;&#101; only national non-profit public charity exclusively dedicated to &#116;&#104;&#101; &#110;&#101;&#101;&#100;&#115; &#097;&#110;&#100; interests &#111;&#102; children with apraxia &#111;&#102; speech &#097;&#110;&#100; &#116;&#104;&#101;&#105;&#114; families. CASANA, founded &#105;&#110; 2000, strives to improve &#116;&#104;&#101; systems &#111;&#102; support &#105;&#110; &#116;&#104;&#101; lives &#111;&#102; children with apraxia &#115;&#111; &#116;&#104;&#097;&#116; each child &#105;&#115; afforded &#116;&#104;&#101;&#105;&#114; best opportunity to develop speech &#097;&#110;&#100; to achieve to &#116;&#104;&#101;&#105;&#114; potential. CASANA works toward this mission &#116;&#104;&#114;&#111;&#117;&#103;&#104; promoting national awareness &#111;&#102; childhood apraxia &#111;&#102; speech; providing high quality information &#097;&#110;&#100; support to families &#097;&#110;&#100; professionals; conducting multiple educational workshops, webinars, &#097;&#110;&#100; conferences each year; &#097;&#110;&#100; supporting &#097;&#115; &#119;&#101;&#108;&#108; &#097;&#115; funding research. For more information on CASANA &#097;&#110;&#100; Childhood Apraxia &#111;&#102; Speech, visit &#116;&#104;&#101; Apraxia-KIDS website at apraxia-kids.org.</p>
<p><b><u>About Silent Stars Foundation</u></b></p>
<p>The Silent Stars Foundation, based &#105;&#110; Glenview, IL, &#104;&#097;&#115; &#097; mission to raise awareness &#111;&#102; Childhood Apraxia &#111;&#102; Speech, to raise funds for apraxia research, &#097;&#110;&#100; to help provide Augmentative &#097;&#110;&#100; Alternative Communication (AAC) devices for children &#119;&#104;&#111; cannot afford one. &#116;&#104;&#101; Third Annual &#8220;Strike &#111;&#117;&#116; Silence&#8221; Bowl-A-Thon, which contributed to &#116;&#104;&#101; <i>iPads for Apraxia Pilot Project</i>, &#119;&#105;&#108;&#108; &#098;&#101; held on May 6, 2012 from 3 PM to 6 PM at Pinstripes &#105;&#110; Northbrook, IL. To donate and/or &#098;&#117;&#121; tickets, &#112;&#108;&#101;&#097;&#115;&#101; visit silentstars.org/bowlathon.html.</p>
<p><b>Media Contact:</b> Marjorie Beto Silent Stars Foundation, 8476446591, </p>
<p>News distributed &#098;&#121; PR Newswire iReach: https://ireach.prnewswire.com </p>
<p>SOURCE Silent Stars Foundation</p>
<p> Back to top
<p> RELATED LINKS silentstars.org</p>
]]></content:encoded>
			<wfw:commentRss>http://buyappleipad.net/40-children-nationwide-receive-ipads-through-the-childhood-apraxia-of-speech/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>- Apple Store - How to Use Apple Cider Vinegar for Yeast Infection Correctly - (2/23/2012)</title>
		<link>http://buyappleipad.net/how-to-use-apple-cider-vinegar-for-yeast-infection-correctly</link>
		<comments>http://buyappleipad.net/how-to-use-apple-cider-vinegar-for-yeast-infection-correctly#comments</comments>
		<pubDate>Thu, 23 Feb 2012 01:27:17 +0000</pubDate>
		<dc:creator>Buy Apple iPad</dc:creator>
				<category><![CDATA[- Apple Store]]></category>
		<category><![CDATA[body ph]]></category>
		<category><![CDATA[candida albicans]]></category>
		<category><![CDATA[candida fungus]]></category>
		<category><![CDATA[mainstream]]></category>

		<guid isPermaLink="false">http://buyappleipad.net/how-to-use-apple-cider-vinegar-for-yeast-infection-correctly</guid>
		<description><![CDATA[<a href="http://buyappleipad.net/how-to-use-apple-cider-vinegar-for-yeast-infection-correctly"><img align="left" hspace="5" width="150" src="http://buyappleipad.net/wp-content/uploads/2012/02/1329960439-65.jpg" class="alignleft wp-post-image tfe" alt="" title="" /></a>More and more women (and men) &#097;&#114;&#101; discovering the benefits &#111;&#102; natural remedies &#102;&#111;&#114; yeast infection. &#117;&#115;&#117;&#097;&#108;&#108;&#121; &#116;&#104;&#101;&#115;&#101; &#097;&#114;&#101; people &#119;&#104;&#111; &#104;&#097;&#118;&#101; tried and failed &#119;&#105;&#116;&#104; mainstream drug-based treatments that &#111;&#110;&#108;&#121; address the symptoms, &#110;&#111;&#116; the root &#099;&#097;&#117;&#115;&#101; &#111;&#102; yeast infection. And, &#111;&#102; course, the drugs &#099;&#097;&#110; eventually become useless &#119;&#104;&#101;&#110; the Candida fungus, that [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://buyappleipad.net/wp-content/uploads/2012/02/1329960439-65.jpg" style="float:left;clear:both;margin:0 15px 15px 0" />
<p>More and more women (and men) &#097;&#114;&#101; discovering the benefits &#111;&#102; natural remedies &#102;&#111;&#114; yeast infection. &#117;&#115;&#117;&#097;&#108;&#108;&#121; &#116;&#104;&#101;&#115;&#101; &#097;&#114;&#101; people &#119;&#104;&#111; &#104;&#097;&#118;&#101; tried and failed &#119;&#105;&#116;&#104; mainstream drug-based treatments that &#111;&#110;&#108;&#121; address the symptoms, &#110;&#111;&#116; the root &#099;&#097;&#117;&#115;&#101; &#111;&#102; yeast infection. And, &#111;&#102; course, the drugs &#099;&#097;&#110; eventually become useless &#119;&#104;&#101;&#110; the Candida fungus, that &#099;&#097;&#117;&#115;&#101;&#115; the symptoms, builds-up a resistance &#116;&#111; them.</p>
<p>One &#111;&#102; the &#109;&#111;&#115;&#116; popular that &#121;&#111;&#117; may &#104;&#097;&#118;&#101; heard about &#105;&#115; apple cider vinegar &#102;&#111;&#114; yeast infection. &#098;&#117;&#116; what do &#121;&#111;&#117; do &#119;&#105;&#116;&#104; it? And &#104;&#111;&#119; does it work?</p>
<p>Let&#8217;s first &#108;&#111;&#111;&#107; &#097;&#116; &#104;&#111;&#119; it works its magic. It &#105;&#115; believed that apple cider vinegar &#099;&#097;&#110; &#104;&#101;&#108;&#112; relieve your yeast infection &#098;&#121; rebalancing your body pH. &#119;&#104;&#101;&#110; your pH &#105;&#115; out-of-balance, the Candida albicans fungus causing your symptoms &#099;&#097;&#110; grow. &#098;&#117;&#116;, in balance, the fungus has less chance &#111;&#102; over-growing into &#097;&#110; infection.</p>
<p>Now let&#8217;s go take a peep &#097;&#116; &#104;&#111;&#119; &#121;&#111;&#117; would &#117;&#115;&#101; apple cider vinegar &#102;&#111;&#114; yeast infection correctly. &#121;&#111;&#117; &#099;&#097;&#110; &#117;&#115;&#101; it &#098;&#111;&#116;&#104; &#097;&#115; a drink and &#097;&#115; a topical application.</p>
<p>As a drink, just mix 3 teaspoons &#111;&#102; the vinegar in a large glass &#111;&#102; water and drink a glass 3 times a day. In this way the vinegar &#105;&#115; helping &#116;&#111; fight the fungus that &#105;&#115; in your gut that &#099;&#097;&#110; eventually &#098;&#114;&#101;&#097;&#107; &#116;&#104;&#114;&#111;&#117;&#103;&#104; into your bloodstream. Add a &#108;&#105;&#116;&#116;&#108;&#101; honey &#105;&#102; the taste &#105;&#115; &#116;&#111;&#111; harsh &#102;&#111;&#114; &#121;&#111;&#117;. &#098;&#117;&#116; &#110;&#111;&#116; sugar &#097;&#115; this feeds the yeast</p>
<p>Topically, &#121;&#111;&#117; &#099;&#097;&#110; douche the affected area &#119;&#105;&#116;&#104; a sponge or similar. Or, better still, make &#117;&#112; a low bath &#119;&#105;&#116;&#104; apple cider vinegar and warm water and sit in it &#102;&#111;&#114; about 20 minutes. &#102;&#111;&#114; the douche, mix 2 tablespoons &#111;&#102; vinegar in 2 quarts &#111;&#102; warm water. &#102;&#111;&#114; the sitz bath, add 2 cups &#111;&#102; apple cider vinegar into a low warm bath. The apple cider vinegar works in the &#115;&#097;&#109;&#101; way, &#098;&#117;&#116; this time, &#098;&#121; attacking the fungus locally.</p>
<p>The &#105;&#109;&#112;&#111;&#114;&#116;&#097;&#110;&#116; thing &#119;&#105;&#116;&#104; apple cider vinegar &#102;&#111;&#114; yeast infection &#105;&#115; that it &#109;&#117;&#115;&#116; &#098;&#101; the raw, unpasteurized, un-distilled kind that has the sediment still in the bottle. &#111;&#110;&#108;&#121; this &#119;&#105;&#108;&#108; do. &#097;&#110;&#121; other kind &#119;&#105;&#108;&#108; probably &#104;&#097;&#118;&#101; additives that &#099;&#097;&#110; &#097;&#099;&#116;&#117;&#097;&#108;&#108;&#121; make your yeast infection worse. &#121;&#111;&#117; would expect &#116;&#111; &#103;&#101;&#116; the &#099;&#111;&#114;&#114;&#101;&#099;&#116; raw apple cider vinegar &#102;&#111;&#114; your infection in a health food store.</p>
<p>Now, &#119;&#104;&#105;&#108;&#115;&#116; raw apple cider vinegar &#102;&#111;&#114; yeast infection &#099;&#097;&#110; &#098;&#101; &#118;&#101;&#114;&#121; effective, there &#097;&#114;&#101; still &#109;&#097;&#110;&#121; other issues &#121;&#111;&#117; &#104;&#097;&#118;&#101; &#116;&#111; address &#102;&#111;&#114; a proper cure. &#121;&#111;&#117; see, &#097;&#108;&#116;&#104;&#111;&#117;&#103;&#104; the Candida albicans fungus &#099;&#097;&#117;&#115;&#101;&#115; the symptoms, there &#097;&#114;&#101; other &#116;&#104;&#105;&#110;&#103;&#115; that &#097;&#099;&#116;&#117;&#097;&#108;&#108;&#121; trigger its overgrowth in the first &#112;&#108;&#097;&#099;&#101;.</p>
<p>Without addressing &#116;&#104;&#101;&#115;&#101; &#097;&#115; well, your chances &#111;&#102; success &#097;&#114;&#101; greatly diminished. &#116;&#104;&#101;&#115;&#101; &#097;&#114;&#101; &#116;&#104;&#105;&#110;&#103;&#115; such &#097;&#115;; a lowered immune &#115;&#121;&#115;&#116;&#101;&#109;, overuse &#111;&#102; antibiotics and / or steroids, bad diet, stress, &#115;&#111;&#109;&#101; drugs, &#101;&#116;&#099;.</p></p>
]]></content:encoded>
			<wfw:commentRss>http://buyappleipad.net/how-to-use-apple-cider-vinegar-for-yeast-infection-correctly/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple - Steve Jobs, A Second Chance, Creativity, Success, Health and Death - (2/23/2012)</title>
		<link>http://buyappleipad.net/steve-jobs-a-second-chance-creativity-success-health-and-death</link>
		<comments>http://buyappleipad.net/steve-jobs-a-second-chance-creativity-success-health-and-death#comments</comments>
		<pubDate>Thu, 23 Feb 2012 01:00:33 +0000</pubDate>
		<dc:creator>Buy Apple iPad</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[discovery]]></category>
		<category><![CDATA[embarrassment]]></category>
		<category><![CDATA[failure]]></category>
		<category><![CDATA[friendships]]></category>
		<category><![CDATA[intimacy]]></category>
		<category><![CDATA[steve jobs]]></category>

		<guid isPermaLink="false">http://buyappleipad.net/steve-jobs-a-second-chance-creativity-success-health-and-death</guid>
		<description><![CDATA[<a href="http://buyappleipad.net/steve-jobs-a-second-chance-creativity-success-health-and-death"><img align="left" hspace="5" width="150" src="http://buyappleipad.net/wp-content/uploads/2012/02/1329958834-82.jpg" class="alignleft wp-post-image tfe" alt="" title="" /></a>Steve Jobs &#115;&#097;&#105;&#100; &#116;&#104;&#097;&#116; being fired from Apple &#105;&#110; the early days &#119;&#097;&#115; the best &#116;&#104;&#105;&#110;&#103; &#116;&#104;&#097;&#116; happened &#116;&#111; &#104;&#105;&#109;. &#104;&#101; could not &#115;&#101;&#101; &#105;&#116; &#097;&#116; the time &#098;&#117;&#116; &#104;&#101; did &#115;&#097;&#121; &#116;&#104;&#097;&#116; the burden of success &#119;&#097;&#115; lifted from &#104;&#105;&#109; &#097;&#110;&#100; the lightness of being returned as &#104;&#101; now had the luxury of starting [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://buyappleipad.net/wp-content/uploads/2012/02/1329958834-82.jpg" style="float:left;clear:both;margin:0 15px 15px 0" />
<p>Steve Jobs &#115;&#097;&#105;&#100; &#116;&#104;&#097;&#116; being fired from Apple &#105;&#110; the early days &#119;&#097;&#115; the best &#116;&#104;&#105;&#110;&#103; &#116;&#104;&#097;&#116; happened &#116;&#111; &#104;&#105;&#109;. &#104;&#101; could not &#115;&#101;&#101; &#105;&#116; &#097;&#116; the time &#098;&#117;&#116; &#104;&#101; did &#115;&#097;&#121; &#116;&#104;&#097;&#116; the burden of success &#119;&#097;&#115; lifted from &#104;&#105;&#109; &#097;&#110;&#100; the lightness of being returned as &#104;&#101; now had the luxury of starting out all &#111;&#118;&#101;&#114; &#097;&#103;&#097;&#105;&#110;.</p>
<p>How many of us have been lucky enough &#116;&#111; start all &#111;&#118;&#101;&#114; &#097;&#103;&#097;&#105;&#110;? &#109;&#121; experience &#105;&#115; &#116;&#104;&#097;&#116; this starting &#111;&#118;&#101;&#114; &#097;&#103;&#097;&#105;&#110; many times nourishes &#111;&#117;&#114; sense of adventure &#097;&#110;&#100; discovery, helps &#111;&#117;&#114; intimacy, friendships &#097;&#110;&#100; family &#097;&#110;&#100; &#101;&#118;&#101;&#110; contributes &#116;&#111; &#111;&#117;&#114; material welfare as &#119;&#101; find increasing significance &#105;&#110; &#119;&#104;&#097;&#116;&#101;&#118;&#101;&#114; work &#119;&#101; &#100;&#111;, not just &#105;&#110; the reward &#097;&#116; the &#101;&#110;&#100;. &#119;&#101; have nothing &#116;&#111; lose.</p>
<p>Recently I read something else &#104;&#101; &#115;&#097;&#105;&#100; &#119;&#104;&#105;&#099;&#104; rings true &#116;&#111; &#109;&#101; &#097;&#110;&#100; maybe &#116;&#111; &#121;&#111;&#117; too. The last time &#104;&#101; &#119;&#097;&#115; ill &#104;&#101; &#115;&#097;&#105;&#100; &#116;&#104;&#097;&#116; &#097;&#108;&#109;&#111;&#115;&#116; everything-all external expectations, all pride, all fear of embarrassment or failure-these things just fall away &#105;&#110; the face of death, leaving only &#119;&#104;&#097;&#116; &#105;&#115; &#116;&#114;&#117;&#108;&#121; &#105;&#109;&#112;&#111;&#114;&#116;&#097;&#110;&#116;. if &#121;&#111;&#117; have been close &#116;&#111; death, &#121;&#111;&#117; will know this statement &#116;&#111; be true.</p>
<p>Steve Jobs went on &#116;&#111; &#115;&#097;&#121; &#116;&#104;&#097;&#116;, remembering &#116;&#104;&#097;&#116; &#121;&#111;&#117; are &#103;&#111;&#105;&#110;&#103; &#116;&#111; die &#105;&#115; the best &#119;&#097;&#121; I know &#116;&#111; avoid the trap of thinking &#121;&#111;&#117; have something &#116;&#111; lose. &#121;&#111;&#117; are already naked. &#116;&#104;&#101;&#114;&#101; &#105;&#115; &#110;&#111; reason not &#116;&#111; follow &#121;&#111;&#117;&#114; heart.</p>
<p>Certainly starting out all &#111;&#118;&#101;&#114; &#103;&#101;&#116;&#115; &#121;&#111;&#117;&#114; creative juices working &#097;&#116; warp speed &#097;&#110;&#100; where survival &#105;&#115; a &#113;&#117;&#101;&#115;&#116;&#105;&#111;&#110; &#116;&#111; be considered &#109;&#097;&#107;&#101;&#115; &#121;&#111;&#117; all the &#109;&#111;&#114;&#101; inventive, creative, adventurous &#097;&#110;&#100; possible successful. &#097;&#102;&#116;&#101;&#114; all necessity &#105;&#115; the mother of invention.</p>
<p>If &#119;&#101; &#114;&#101;&#097;&#108;&#108;&#121; understood &#116;&#104;&#097;&#116; &#119;&#101; have nothing &#116;&#111; lose &#119;&#104;&#097;&#116; &#105;&#115; &#105;&#116; &#119;&#101; &#119;&#111;&#117;&#108;&#100; &#100;&#111;, &#119;&#105;&#116;&#104;&#111;&#117;&#116; wasting &#097;&#110;&#111;&#116;&#104;&#101;&#114; moment? &#119;&#111;&#117;&#108;&#100; &#119;&#101; &#115;&#116;&#105;&#108;&#108; &#119;&#097;&#110;&#116; success &#097;&#116; all costs, &#119;&#111;&#117;&#108;&#100; creativity be enough unto itself, &#119;&#111;&#117;&#108;&#100; &#119;&#101; be &#109;&#111;&#114;&#101; careful &#105;&#110; &#111;&#117;&#114; relationships, &#119;&#111;&#117;&#108;&#100; &#119;&#101; be &#109;&#111;&#114;&#101; present &#105;&#110; &#111;&#117;&#114; actions?</p>
<p>And &#119;&#111;&#117;&#108;&#100; &#119;&#101; &#116;&#097;&#107;&#101; &#109;&#111;&#114;&#101; care about &#111;&#117;&#114; health, &#098;&#111;&#116;&#104; emotional, physical &#097;&#110;&#100; mental?</p></p>
]]></content:encoded>
			<wfw:commentRss>http://buyappleipad.net/steve-jobs-a-second-chance-creativity-success-health-and-death/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>- Ipad Apps - Innovating Office For iPads: Or, Why Microsoft Should Stop Worrying And Learn To Love Apple - (2/22/2012)</title>
		<link>http://buyappleipad.net/innovating-office-for-ipads-or-why-microsoft-should-stop-worrying-and-learn-to-love-apple</link>
		<comments>http://buyappleipad.net/innovating-office-for-ipads-or-why-microsoft-should-stop-worrying-and-learn-to-love-apple#comments</comments>
		<pubDate>Wed, 22 Feb 2012 22:27:34 +0000</pubDate>
		<dc:creator>Buy Apple iPad</dc:creator>
				<category><![CDATA[- Ipad Apps]]></category>
		<category><![CDATA[market space]]></category>
		<category><![CDATA[stomping ground]]></category>
		<category><![CDATA[tablet pc]]></category>

		<guid isPermaLink="false">http://buyappleipad.net/innovating-office-for-ipads-or-why-microsoft-should-stop-worrying-and-learn-to-love-apple</guid>
		<description><![CDATA[<a href="http://buyappleipad.net/innovating-office-for-ipads-or-why-microsoft-should-stop-worrying-and-learn-to-love-apple"><img align="left" hspace="5" width="150" src="http://buyappleipad.net/wp-content/uploads/2012/02/1329949655-91.jpg" class="alignleft wp-post-image tfe" alt="" title="" /></a>The tablet-based publication (tab-lication?) &#116;&#104;&#101; Daily &#105;&#115; embroiled &#105;&#110; a fuss about its leak &#111;&#102; plans &#116;&#111; bring Microsoft&#8217;s Office suite &#116;&#111; &#116;&#104;&#101; iPad. &#116;&#104;&#101; Daily&#8217;s convinced &#116;&#104;&#101; software &#105;&#115; for real, but Microsoft has issued a tissue-thin denial &#116;&#104;&#097;&#116; actually confirms or denies nothing material. &#109;&#101;&#097;&#110;&#119;&#104;&#105;&#108;&#101;, &#116;&#104;&#101; general feeling &#105;&#115; &#116;&#104;&#097;&#116; MS &#119;&#111;&#117;&#108;&#100; &#098;&#101; [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://buyappleipad.net/wp-content/uploads/2012/02/1329949655-91.jpg" style="float:left;clear:both;margin:0 15px 15px 0" />
<p>The tablet-based publication (tab-lication?) &#116;&#104;&#101; Daily &#105;&#115; embroiled &#105;&#110; a fuss about its leak &#111;&#102; plans &#116;&#111; bring Microsoft&#8217;s Office suite &#116;&#111; &#116;&#104;&#101; iPad. &#116;&#104;&#101; Daily&#8217;s convinced &#116;&#104;&#101; software &#105;&#115; for real, but Microsoft has issued a tissue-thin denial &#116;&#104;&#097;&#116; actually confirms or denies nothing material. &#109;&#101;&#097;&#110;&#119;&#104;&#105;&#108;&#101;, &#116;&#104;&#101; general feeling &#105;&#115; &#116;&#104;&#097;&#116; MS &#119;&#111;&#117;&#108;&#100; &#098;&#101; crazy not &#116;&#111; expand &#105;&#116;&#115; Office domain &#111;&#110;&#116;&#111; &#116;&#104;&#101; best-selling tablet PC&#8211;one that&#8217;s causing a computing revolution. But Microsoft &#105;&#115; actually facing a stickier problem &#104;&#101;&#114;&#101;.</p>
<p>It&#8217;s about price and precedent. </p>
<p>MS &#119;&#111;&#117;&#108;&#100; &#098;&#101; foolish &#110;&#111;&#116; &#116;&#111; address &#116;&#104;&#101; iPad App Store as a market space because Apple&#8217;s tablet &#105;&#115; continuing &#116;&#111; dominate &#116;&#104;&#101; scene, &#105;&#115; likely &#116;&#111; &#100;&#111; so for a &#119;&#104;&#105;&#108;&#101;, &#105;&#115; affecting PC sales, and &#105;&#115; penetrating into business workplaces (with a recent survey saying 91% &#111;&#102; business and IT pros using one for work). That&#8217;s MS&#8217;s traditional Office stomping ground. MS&#8217;s &#111;&#119;&#110; Windows 8-powered tablets aren&#8217;t due for a &#119;&#104;&#105;&#108;&#101; &#121;&#101;&#116; and will likely take a &#119;&#104;&#105;&#108;&#101; longer &#116;&#111; actually establish a decent market share, so delaying a tablet edition &#111;&#102; Office &#117;&#110;&#116;&#105;&#108; then could &#109;&#105;&#115;&#115; &#111;&#117;&#116; on potential sales. It&#8217;s &#097;&#108;&#115;&#111; arguable &#116;&#104;&#097;&#116; &#119;&#104;&#105;&#108;&#101; Android &#105;&#115; building &#105;&#116;&#115; tablet market share, writing Office &#116;&#111; &#098;&#101; compatible &#119;&#105;&#116;&#104; so many subtle variations &#111;&#102; Android OS and hardware &#119;&#111;&#117;&#108;&#100; &#098;&#101; a lot &#109;&#111;&#114;&#101; work than aiming at Apple&#8217;s product.&nbsp;</p>
<p>So, let&#8217;s assume &#116;&#104;&#097;&#116; MS &#114;&#101;&#097;&#108;&#108;&#121; &#105;&#115; developing a version &#111;&#102; Office for Apple&#8217;s iPad &#116;&#104;&#097;&#116; embodies &#115;&#111;&#109;&#101; &#111;&#102; &#105;&#116;&#115; &#111;&#119;&#110; Metro mobile OS styling as &#116;&#104;&#101; leaked imagery hints. Let&#8217;s guess &#116;&#104;&#097;&#116; MS &#109;&#097;&#121; even build &#105;&#110; &#115;&#111;&#109;&#101; &#111;&#102; &#105;&#116;&#115; upcoming SkyDrive tech &#116;&#111; facilitate cloud storage, &#116;&#104;&#117;&#115; boosting business-user productivity (when users later download &#116;&#104;&#097;&#116; PowerPoint slide they were working on &#116;&#111; &#116;&#104;&#101;&#105;&#114; office PC) and competing &#119;&#105;&#116;&#104; Apple&#8217;s iCloud &#115;&#121;&#115;&#116;&#101;&#109;. &#116;&#104;&#097;&#116; sounds great, doesn&#8217;t &#105;&#116;? MS fans, or &#116;&#104;&#111;&#115;&#101; merely chained &#116;&#111; MS &#098;&#121; years &#111;&#102; having &#116;&#111; use &#105;&#116;&#115; products, will &#103;&#101;&#116; &#116;&#104;&#101;&#105;&#114; familiar systems on a &#110;&#101;&#119; and &#118;&#101;&#114;&#121; chic computing platform that&#8217;s ideal for use &#119;&#104;&#105;&#108;&#101; commuting and which will enable perfect compatibility &#119;&#105;&#116;&#104; &#116;&#104;&#101;&#105;&#114; PC apps at home or at &#116;&#104;&#101;&#105;&#114; desk.</p>
<p>Now&#8211;how &#100;&#111;&#101;&#115; Microsoft price &#116;&#104;&#105;&#115; code? </p>
<p>Apple &#097;&#108;&#114;&#101;&#097;&#100;&#121; has &#105;&#116;&#115; &#111;&#119;&#110; business productivity apps on &#116;&#104;&#101; iPad &#119;&#105;&#116;&#104; Pages, Numbers, and Keynote, and they offer compatibility &#119;&#105;&#116;&#104; MS&#8217;s &#115;&#121;&#115;&#116;&#101;&#109; and interlock through &#116;&#104;&#101; cloud &#116;&#111; Apple&#8217;s &#111;&#119;&#110; desktop versions. &#105;&#102; you use one iTunes account on &#115;&#101;&#118;&#101;&#114;&#097;&#108; iPads, &#116;&#104;&#097;&#110;&#107;&#115; &#116;&#111; &#116;&#104;&#101; way Apple&#8217;s &#115;&#121;&#115;&#116;&#101;&#109; works you only need pay &#111;&#110;&#099;&#101; for &#116;&#104;&#101;&#115;&#101; apps. They sell for a &#118;&#101;&#114;&#121; reasonable $9.99 each, allowing Apple &#116;&#111; continue &#105;&#116;&#115; PR effort &#116;&#104;&#097;&#116; points &#111;&#117;&#116; &#104;&#111;&#119; many apps you have &#116;&#111; pay for on PCs are free, &#097;&#108;&#114;&#101;&#097;&#100;&#121; installed, or low-cost on &#105;&#116;&#115; hardware. </p>
<p>Microsoft could easily price at or &#118;&#101;&#114;&#121; &#110;&#101;&#097;&#114; &#116;&#111; &#116;&#104;&#101; same point and compete directly, relying on &#116;&#104;&#101; massive inertia &#116;&#104;&#101; Office &#110;&#097;&#109;&#101; carries.</p>
<p>But Office on &#116;&#104;&#101; PC costs $119.99 for one user on a home PC for &#116;&#104;&#101; lowest &#8220;Home and Student&#8221; edition, and $349.99 for &#116;&#104;&#101; full &#8220;Professional&#8221; version. That&#8217;s &#102;&#111;&#117;&#114; times &#116;&#104;&#101; cost &#111;&#102; Apple&#8217;s iPad apps for &#116;&#104;&#101; entry level and over 11 times &#116;&#104;&#101; cost for &#116;&#104;&#101; &#116;&#111;&#112; edition. &#105;&#116; costs &#109;&#111;&#114;&#101; &#115;&#116;&#105;&#108;&#108; &#116;&#111; install Office on a handful &#111;&#102; PCs ($499.99 for &#116;&#104;&#101; Pro version). So pricing &#116;&#104;&#101; tablet edition at $30 for &#116;&#104;&#101; full package could set a precedent &#097;&#109;&#111;&#110;&#103; consumers &#116;&#111; expect lower prices for &#116;&#104;&#101; desktop software too. Which &#119;&#111;&#117;&#108;&#100; &#104;&#117;&#114;&#116; MS because Office &#105;&#115; one &#111;&#102; &#116;&#104;&#101; world&#8217;s &#098;&#101;&#115;&#116; selling pieces &#111;&#102; software and &#105;&#116; makes &#117;&#112; a &#098;&#105;&#103; part &#111;&#102; &#116;&#104;&#101; company&#8217;s profits (it may, or may not, have &#114;&#101;&#099;&#101;&#110;&#116;&#108;&#121; superceded Windows as &#116;&#104;&#101; &#098;&#105;&#103;&#103;&#101;&#115;&#116; contributor &#116;&#111; MS&#8217;s &#098;&#111;&#116;&#116;&#111;&#109; line, and &#119;&#097;&#115; credited &#119;&#105;&#116;&#104; boosting a 6% rise &#105;&#110; MS quarterly profits &#116;&#111; $5.74 billion late &#105;&#110; 2011).</p>
<p>So MS could &#109;&#097;&#107;&#101; &#116;&#104;&#101; tablet versions &#110;&#111;&#116; fully featured, arguing (perhaps without real basis) &#116;&#104;&#097;&#116; &#116;&#104;&#101; tablet environment isn&#8217;t suited for &#116;&#104;&#101; full workload &#111;&#102;, say, Excel or &#116;&#104;&#097;&#116; &#116;&#104;&#101; hardware wouldn&#8217;t support &#105;&#116;. &#116;&#104;&#097;&#116; sets a &#098;&#097;&#100; precedent for &#105;&#116;&#115; &#111;&#119;&#110; software on Windows 8 tablets then: &#119;&#104;&#121; &#098;&#117;&#121; a Win 8 tablet &#105;&#102; &#116;&#104;&#101; apps are &#097;&#108;&#114;&#101;&#097;&#100;&#121; on &#116;&#104;&#101; iPad cheaply, and &#119;&#104;&#121; &#098;&#117;&#121; them at all &#105;&#102; they don&#8217;t work as &#119;&#101;&#108;&#108; as &#116;&#104;&#101; desktop ones? &#105;&#102; MS then chooses &#116;&#111; &#109;&#097;&#107;&#101; &#116;&#104;&#101; Win 8 versions &#111;&#102; Office better than &#116;&#104;&#101; iPad ones, &#116;&#104;&#105;&#115; &#119;&#111;&#117;&#108;&#100; &#098;&#101; simply exposed as marketeering and could alienate a considerable number fo consumers who &#097;&#108;&#114;&#101;&#097;&#100;&#121; love &#116;&#104;&#101;&#105;&#114; Apple product. And don&#8217;t forget &#116;&#104;&#101; rumors about &#116;&#104;&#101; upcoming iPad 3&#8211;its super-high-resolution screen will &#098;&#101;&#115;&#116; &#116;&#104;&#097;&#116; on many PCs, and &#105;&#116;&#115; hardware &#119;&#111;&#117;&#108;&#100; &#116;&#104;&#117;&#115; &#115;&#101;&#101;&#109; perfectly capable &#111;&#102; supporting as complex &#097;&#110; app as Excel. &#105;&#116; &#109;&#097;&#121; even beat &#116;&#104;&#101; upcoming Windows 8 hardware.</p>
<p>And Apple, seeing &#116;&#104;&#101; app competition, could always spend a &#108;&#105;&#116;&#116;&#108;&#101; effort &#116;&#111; brush &#117;&#112; &#105;&#116;&#115; &#111;&#119;&#110; iWork suite on &#116;&#104;&#101; iPad &#116;&#111; improve both functionality and cross-compatibility &#119;&#105;&#116;&#104; Microsoft&#8217;s software, and quickly nullify &#097;&#110;&#121; added value &#105;&#110; buying Office and maybe even Windows 8 tablets. After all, &#116;&#104;&#101; iPad &#105;&#115; &#118;&#101;&#114;&#121; publicly applauded right now, and who &#119;&#111;&#117;&#108;&#100; spend $500 &#116;&#111; $800 on one &#105;&#110; March, complete &#119;&#105;&#116;&#104; &#116;&#104;&#101;&#105;&#114; familiar MS Office aboard, only &#116;&#111; ditch &#105;&#116; for &#097;&#110; unproven Windows effort late &#105;&#110; 2012?</p>
<p>Hence Microsoft &#105;&#115; trapped &#105;&#110; a version &#111;&#102; &#116;&#104;&#101; famous prisoner&#8217;s dilemma, &#098;&#101;&#105;&#110;&#103; forced &#116;&#111; cooperate uncomfortably &#119;&#105;&#116;&#104; &#105;&#116;&#115; erstwhile &#8220;enemy&#8221; &#105;&#110; order &#116;&#111; &#109;&#097;&#107;&#101; profits from &#116;&#104;&#101; iPad&#8217;s success, so both parties ultimately benefit. &#105;&#116;&#115; one &#116;&#114;&#117;&#101; path &#111;&#117;&#116; &#111;&#102; &#116;&#104;&#101; mess &#105;&#115; &#116;&#111; &#114;&#101;&#097;&#108;&#108;&#121; innovate, and deliver such serious added value from &#116;&#104;&#101; iPad edition &#111;&#102; Office and &#116;&#104;&#101; Windows 8 version &#116;&#104;&#097;&#116; &#105;&#116; actually attracts customers because &#111;&#102; &#105;&#116;&#115; exciting strengths and cool &#110;&#101;&#119; features. &#100;&#111;&#101;&#115; &#116;&#104;&#097;&#116; sound like a typical Microsoft solution &#116;&#111; you? </p>
[Image: Flickr user x-ray delta one]
<p>Chat about &#116;&#104;&#105;&#115; news &#119;&#105;&#116;&#104; Kit Eaton on Twitter and Fast Company too.</p></p>
]]></content:encoded>
			<wfw:commentRss>http://buyappleipad.net/innovating-office-for-ipads-or-why-microsoft-should-stop-worrying-and-learn-to-love-apple/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>- Itunes - Philip Glass, 75, has an iTunes hit with his Ninth Symphony - (2/22/2012)</title>
		<link>http://buyappleipad.net/philip-glass-75-has-an-itunes-hit-with-his-ninth-symphony</link>
		<comments>http://buyappleipad.net/philip-glass-75-has-an-itunes-hit-with-his-ninth-symphony#comments</comments>
		<pubDate>Wed, 22 Feb 2012 21:27:20 +0000</pubDate>
		<dc:creator>Buy Apple iPad</dc:creator>
				<category><![CDATA[- Itunes]]></category>
		<category><![CDATA[american debut]]></category>
		<category><![CDATA[carnegie hall]]></category>
		<category><![CDATA[schubert]]></category>

		<guid isPermaLink="false">http://buyappleipad.net/philip-glass-75-has-an-itunes-hit-with-his-ninth-symphony</guid>
		<description><![CDATA[<a href="http://buyappleipad.net/philip-glass-75-has-an-itunes-hit-with-his-ninth-symphony"><img align="left" hspace="5" width="150" src="http://buyappleipad.net/wp-content/uploads/2012/02/1329946043-86.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>Since Beethoven, Ninth Symphonies &#104;&#097;&#118;&#101; &#098;&#101;&#101;&#110; &#098;&#111;&#116;&#104; a cause of joy — and &#100;&#114;&#101;&#097;&#100;. &#105;&#110; the wake of Beethoven’s &#110;&#111;. 9, composers view that massive, ethereal, choral symphony &#097;&#115; a sort of musical Everest. And &#116;&#104;&#101;&#110; there&#039;s the fact that the composer &#110;&#101;&#118;&#101;&#114; lived to write a 10th. Gustav Mahler, so fearful of embarking on [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://buyappleipad.net/wp-content/uploads/2012/02/1329946043-86.png" style="float:left;clear:both;margin:0 15px 15px 0" />
<p>Since Beethoven, Ninth Symphonies &#104;&#097;&#118;&#101; &#098;&#101;&#101;&#110; &#098;&#111;&#116;&#104; a cause of joy — and &#100;&#114;&#101;&#097;&#100;. &#105;&#110; the wake of Beethoven’s &#110;&#111;. 9, composers view that massive, ethereal, choral symphony &#097;&#115; a sort of musical Everest. And &#116;&#104;&#101;&#110; there&#039;s the fact that the composer &#110;&#101;&#118;&#101;&#114; lived to write a 10th.</p>
<p>Gustav Mahler, so fearful of embarking on a Ninth Symphony of &#104;&#105;&#115; own,&#160; insisted that the large orchestral work after &#104;&#105;&#115; Eighth Symphony be titled “The Song of the Earth.”&#160; Mahler eventually swallowed &#104;&#105;&#115; fears and wrote another large work and called &#105;&#116; &#104;&#105;&#115; Ninth Symphony&#160; &#8212; &#105;&#116; &#099;&#097;&#110; be heard &#097;&#116; Walt Disney Hall &#116;&#104;&#114;&#101;&#101; times &#116;&#104;&#105;&#115; weekend &#097;&#115; &#112;&#097;&#114;&#116; of the Los Angeles Philharmonic&#039;s Mahler cycle &#8212; &#098;&#117;&#116; the fact that he died the &#102;&#111;&#108;&#108;&#111;&#119;&#105;&#110;&#103; year &#119;&#104;&#105;&#108;&#101; writing &#104;&#105;&#115; 10th Symphony &#111;&#110;&#108;&#121; added to the mystique around Ninths.</p>
<p>The theme of mortality was certainly &#105;&#110; the air&#160;Tuesday night &#097;&#116; Carnegie Hall, &#119;&#104;&#105;&#099;&#104; saw the American debut of Philip Glass’ Ninth Symphony. Reached &#098;&#121; phone two days after the premiere, Glass admitted, “Everyone &#105;&#115; afraid to do a Ninth Symphony. It’s &#110;&#111;&#116; that &#105;&#116; &#107;&#105;&#108;&#108;&#101;&#100; off Beethoven, Schubert, Mahler … &#098;&#117;&#116; &#105;&#116; &#105;&#115; a &#102;&#117;&#110;&#110;&#121; kind of jinx that people &#116;&#104;&#105;&#110;&#107; about.”</p>
<p>No doubt. A recording of the Glass Symphony &#110;&#111;. 9 &#105;&#115; &#097;&#118;&#097;&#105;&#108;&#097;&#098;&#108;&#101; on iTunes &#097;&#115; played a month &#097;&#103;&#111; &#098;&#121; the Bruckner Orchester Linz. &#105;&#116; debuted&#160;Tuesday, and &#097;&#115; of Thursday was &#110;&#111;. 15 on the iTunes top 100&#160; albums chart.</p>
<p>At Carnegie, Glass’ 50-minute work was scheduled &#097;&#115; a 75thbirthday for the composer and programmed &#111;&#112;&#112;&#111;&#115;&#105;&#116;&#101; Arvo Part’s “Lamentate,” a requiem for the living.</p></p>
]]></content:encoded>
			<wfw:commentRss>http://buyappleipad.net/philip-glass-75-has-an-itunes-hit-with-his-ninth-symphony/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>- Apple Store - WATCH: Lululemon, Apple store video released - (2/22/2012)</title>
		<link>http://buyappleipad.net/watch-lululemon-apple-store-video-released</link>
		<comments>http://buyappleipad.net/watch-lululemon-apple-store-video-released#comments</comments>
		<pubDate>Wed, 22 Feb 2012 21:00:15 +0000</pubDate>
		<dc:creator>Buy Apple iPad</dc:creator>
				<category><![CDATA[- Apple Store]]></category>
		<category><![CDATA[dmitri]]></category>
		<category><![CDATA[drewery]]></category>
		<category><![CDATA[surveillance]]></category>
		<category><![CDATA[two men]]></category>
		<category><![CDATA[yoga shop]]></category>

		<guid isPermaLink="false">http://buyappleipad.net/watch-lululemon-apple-store-video-released</guid>
		<description><![CDATA[<a href="http://buyappleipad.net/watch-lululemon-apple-store-video-released"><img align="left" hspace="5" width="150" src="http://buyappleipad.net/wp-content/uploads/2012/02/1329944417-75.jpg" class="alignleft wp-post-image tfe" alt="" title="" /></a>ABC7 &#104;&#097;&#115; obtained video of convicted killer Brittany Norwood lying to police about what happened &#105;&#110;&#115;&#105;&#100;&#101; Lululemon &#116;&#104;&#101; day she &#107;&#105;&#108;&#108;&#101;&#100; Jayna Murray &#097;&#116; &#116;&#104;&#101; upscale yoga shop in Bethesda. Surveillance video, released Monday, &#097;&#108;&#115;&#111; shows what Apple employees did and didn&#8217;t do when &#116;&#104;&#101;&#121; heard &#116;&#104;&#101; struggles next door. &#34;Do &#121;&#111;&#117; know &#104;&#111;&#119; &#109;&#097;&#110;&#121; [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://buyappleipad.net/wp-content/uploads/2012/02/1329944417-75.jpg" style="float:left;clear:both;margin:0 15px 15px 0" />
<p>ABC7 &#104;&#097;&#115; obtained video of convicted killer Brittany Norwood lying to police about what happened &#105;&#110;&#115;&#105;&#100;&#101; Lululemon &#116;&#104;&#101; day she &#107;&#105;&#108;&#108;&#101;&#100; Jayna Murray &#097;&#116; &#116;&#104;&#101; upscale yoga shop in Bethesda.</p>
<p>Surveillance video, released Monday, &#097;&#108;&#115;&#111; shows what Apple employees did and didn&#8217;t do when &#116;&#104;&#101;&#121; heard &#116;&#104;&#101; struggles next door.</p>
<p>&quot;Do &#121;&#111;&#117; know &#104;&#111;&#119; &#109;&#097;&#110;&#121; times &#116;&#104;&#101;&#121; hit me, &#110;&#111; &#104;&#111;&#119; &#109;&#097;&#110;&#121; times did &#116;&#104;&#101;&#121; hit &#121;&#111;&#117;? I don&#8217;t know, I &#106;&#117;&#115;&#116; don&#8217;t remember. I &#106;&#117;&#115;&#116; &#115;&#116;&#097;&#114;&#116;&#101;&#100; &#100;&#111;&#105;&#110;&#103; what &#116;&#104;&#101;&#121; &#115;&#097;&#105;&#100;.&quot;</p>
<p>The video shows Norwood talking to police &#111;&#110;&#101; week to &#116;&#104;&#101; day after she brutally &#107;&#105;&#108;&#108;&#101;&#100; &#104;&#101;&#114; co-worker Murray. &#105;&#116; &#105;&#115; &#104;&#101;&#114; &#116;&#104;&#105;&#114;&#100; interview &#119;&#105;&#116;&#104; detectives James Drewery and Dmitri Ruvin and she continues to claim Murray was murdered &#098;&#121; two men who burst into &#116;&#104;&#101; store.</p>
<p>&ldquo;&#104;&#101; &#099;&#117;&#116; &#109;&#121; stomach and &#109;&#121; chest &#102;&#105;&#114;&#115;&#116; and I was &#116;&#114;&#121;&#105;&#110;&#103; to fight &#104;&#105;&#109;,&rdquo; Norowood says in &#116;&#104;&#101; video. &ldquo;And &#104;&#101; hit me in &#116;&#104;&#101; head.&rdquo;</p>
<p><strong>The case unravels</strong></p>
<p>&ldquo;She was &#118;&#101;&#114;&#121; believable &#097;&#116; times when appropriate she cried and &#104;&#101;&#114; hands were shaking,&rdquo; says Ruvin. &ldquo;She was &#118;&#101;&#114;&#121; believable.&rdquo;</p>
<p>See raw footage of &#116;&#104;&#101; interview. </p>
<p>But &#098;&#121; that Friday, Ruvin knew Norwood was lying. &#097;&#115; &#111;&#110;&#101; detective says, &#116;&#104;&#101;&#121; were &#106;&#117;&#115;&#116; &#116;&#114;&#121;&#105;&#110;&#103; to give &#104;&#101;&#114; &#109;&#111;&#114;&#101; rope.</p>
<p>&ldquo;Of &#099;&#111;&#117;&#114;&#115;&#101; obviously everyone denies &#097;&#116; &#102;&#105;&#114;&#115;&#116;,&rdquo; Ruvin says. &ldquo;But we were hoping she &#119;&#111;&#117;&#108;&#100; confess.&rdquo;</p>
<p>But &#105;&#116; &#119;&#111;&#117;&#108;&#100; be &#111;&#110;&#101; detail she &quot;remembered&quot; &#097; week after &#116;&#104;&#101; incident that &#119;&#111;&#117;&#108;&#100; be &#097; pivotal turn in &#116;&#104;&#101; investigation.</p>
<p>&quot;Prior to &#104;&#105;&#109; sexually assaulting me and zip tying me, &#116;&#104;&#101;&#121; made me move &#104;&#101;&#114; car, I know where &#104;&#101;&#114; car &#105;&#115;.&quot;</p>
<p>This, investigators say, &#105;&#115; where &#104;&#101;&#114; web of lies began to unravel.</p>
<p>For &#116;&#104;&#101; &#102;&#105;&#114;&#115;&#116; time, video &#102;&#114;&#111;&#109; &#116;&#104;&#101; Apple store next to Lululemon &#105;&#115; &#097;&#108;&#115;&#111; &#098;&#101;&#105;&#110;&#103; made public.</p>
<p>During &#116;&#104;&#101; murder trial, &#105;&#116; provoked &#097; public outcry because &#105;&#116; shows Apple store employees listening to &#116;&#104;&#101; brutal assault on Murray and even &#104;&#101;&#114; dying pleas &#102;&#111;&#114; help. &#116;&#104;&#111;&#115;&#101; employees did not &#099;&#097;&#108;&#108; police. &#111;&#110;&#101; &#116;&#104;&#111;&#117;&#103;&#104;&#116; &#105;&#116; was &#106;&#117;&#115;&#116; woman&#8217;s drama.</p>
<p>State&#8217;s attorney John McCarthy points out &#116;&#104;&#101;&#121; broke &#110;&#111; laws.</p>
<p>&ldquo;In fairness, &#099;&#111;&#117;&#108;&#100; &#116;&#104;&#101;&#121; have &#107;&#110;&#111;&#119;&#110; what was &#103;&#111;&#105;&#110;&#103; on on &#116;&#104;&#101; &#111;&#116;&#104;&#101;&#114; side of &#116;&#104;&#101; wall,&rdquo; McCarthy says. &ldquo;In fairness &#110;&#111;.&rdquo;</p></p>
]]></content:encoded>
			<wfw:commentRss>http://buyappleipad.net/watch-lululemon-apple-store-video-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple - Steve Jobs’s Life Is Documented In An Incredible Facebook Timeline [Update] - (2/22/2012)</title>
		<link>http://buyappleipad.net/steve-jobss-life-is-documented-in-an-incredible-facebook-timeline-update</link>
		<comments>http://buyappleipad.net/steve-jobss-life-is-documented-in-an-incredible-facebook-timeline-update#comments</comments>
		<pubDate>Wed, 22 Feb 2012 20:27:17 +0000</pubDate>
		<dc:creator>Buy Apple iPad</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[amp]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[ipads]]></category>
		<category><![CDATA[nike]]></category>
		<category><![CDATA[timeline]]></category>
		<category><![CDATA[tributes]]></category>

		<guid isPermaLink="false">http://buyappleipad.net/steve-jobss-life-is-documented-in-an-incredible-facebook-timeline-update</guid>
		<description><![CDATA[<a href="http://buyappleipad.net/steve-jobss-life-is-documented-in-an-incredible-facebook-timeline-update"><img align="left" hspace="5" width="150" src="http://buyappleipad.net/wp-content/uploads/2012/02/1329942440-45.jpeg" class="alignleft wp-post-image tfe" alt="" title="" /></a>We&#8217;ve &#115;&#101;&#101;&#110; countless tributes &#116;&#111; Steve Jobs since &#104;&#101; passed &#097;&#119;&#097;&#121; &#111;&#110; October 5, &#098;&#117;&#116; the latest is &#114;&#101;&#097;&#108;&#108;&#121; &#105;&#110;&#099;&#114;&#101;&#100;&#105;&#098;&#108;&#101;. It&#8217;s &#097; Facebook timeline that documents Steve&#8217;s entire life since the day &#104;&#101; was born, and it&#8217;s truly jaw-dropping. I can&#8217;t imagine the effort that must &#104;&#097;&#118;&#101; &#103;&#111;&#110;&#101; &#105;&#110;&#116;&#111; &#116;&#104;&#105;&#115;. The timeline features literally hundreds [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://buyappleipad.net/wp-content/uploads/2012/02/1329942440-45.jpeg" style="float:left;clear:both;margin:0 15px 15px 0" /></p>
<p>We&#8217;ve &#115;&#101;&#101;&#110; countless tributes &#116;&#111; Steve Jobs since &#104;&#101; passed &#097;&#119;&#097;&#121; &#111;&#110; October 5, &#098;&#117;&#116; the latest is &#114;&#101;&#097;&#108;&#108;&#121; &#105;&#110;&#099;&#114;&#101;&#100;&#105;&#098;&#108;&#101;. It&#8217;s &#097; Facebook timeline that documents Steve&#8217;s entire life since the day &#104;&#101; was born, and it&#8217;s truly jaw-dropping. I can&#8217;t imagine the effort that must &#104;&#097;&#118;&#101; &#103;&#111;&#110;&#101; &#105;&#110;&#116;&#111; &#116;&#104;&#105;&#115;. The timeline features literally hundreds Related StoriesThe Gentleman’s iPod Nano Is &#116;&#104;&#105;&#115; Elegant iPocketWatchNike+ &#106;&#117;&#115;&#116; Got &#097; Lot More Intelligent Thanks &#116;&#111; Nike+ Basketball And Nike+ TrainingiPhones &amp; iPads: &#097; &#098;&#105;&#103; Challenge &#116;&#111; IT, &#098;&#117;&#116; Vital &#116;&#111; BusinessGevey Announces GSM Carrier Unlock For The iPhone 4S, &#110;&#111; Jailbreak RequiredTomahawk Is iTunes, Spotify, SoundCloud, YouTube + More In &#111;&#110;&#101; &#097;&#109;&#097;&#122;&#105;&#110;&#103; Next-Gen Music Player</p>
<p>View original post here: </p>
<p>Steve Jobs’s Life Is Documented In An &#105;&#110;&#099;&#114;&#101;&#100;&#105;&#098;&#108;&#101; Facebook Timeline [Update]</p>
]]></content:encoded>
			<wfw:commentRss>http://buyappleipad.net/steve-jobss-life-is-documented-in-an-incredible-facebook-timeline-update/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>- Apple Store - Customize Your Kicks at New Converse Store - (2/22/2012)</title>
		<link>http://buyappleipad.net/customize-your-kicks-at-new-converse-store</link>
		<comments>http://buyappleipad.net/customize-your-kicks-at-new-converse-store#comments</comments>
		<pubDate>Wed, 22 Feb 2012 19:27:09 +0000</pubDate>
		<dc:creator>Buy Apple iPad</dc:creator>
				<category><![CDATA[- Apple Store]]></category>
		<category><![CDATA[converse shoes]]></category>
		<category><![CDATA[drummer]]></category>
		<category><![CDATA[promenade]]></category>
		<category><![CDATA[santa monica]]></category>
		<category><![CDATA[store advertising]]></category>
		<category><![CDATA[tony royster jr]]></category>

		<guid isPermaLink="false">http://buyappleipad.net/customize-your-kicks-at-new-converse-store</guid>
		<description><![CDATA[<a href="http://buyappleipad.net/customize-your-kicks-at-new-converse-store"><img align="left" hspace="5" width="150" src="http://buyappleipad.net/wp-content/uploads/2012/02/1329938830-72.jpg" class="alignleft wp-post-image tfe" alt="" title="" /></a>At its new West Coast flagship store that opened Saturday &#111;&#110; &#116;&#104;&#101; Promenade, Converse &#105;&#115; asking customers &#116;&#111; &#109;&#097;&#107;&#101; its products their &#111;&#119;&#110;. The tagline &#8220;make something&#8221; &#105;&#115; emblazoned &#111;&#110; &#116;&#104;&#101; storefront&#8217;s windows &#097;&#116; 1437 Third Street (not from where crews are excavating and shifting dirt &#102;&#111;&#114; what &#105;&#115; &#116;&#111; &#098;&#101; &#116;&#104;&#101; new Apple store) [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://buyappleipad.net/wp-content/uploads/2012/02/1329938830-72.jpg" style="float:left;clear:both;margin:0 15px 15px 0" />
<p>At its new West Coast flagship store that opened Saturday &#111;&#110; &#116;&#104;&#101; Promenade, Converse &#105;&#115; asking customers &#116;&#111; &#109;&#097;&#107;&#101; its products their &#111;&#119;&#110;.</p>
<p>The tagline &#8220;make something&#8221; &#105;&#115; emblazoned &#111;&#110; &#116;&#104;&#101; storefront&#8217;s windows &#097;&#116; 1437 Third Street (not from where crews are excavating and shifting dirt &#102;&#111;&#114; what &#105;&#115; &#116;&#111; &#098;&#101; &#116;&#104;&#101; new Apple store) advertising a &#8220;customization station&#8221; where shoppers &#099;&#097;&#110; screen print shoes, apparel and accessories.</p>
<p>The Massachusetts-based Nike subsidiary &#107;&#110;&#111;&#119;&#110; &#102;&#111;&#114; its signature shoes &#116;&#104;&#101; Chuck Taylor and Jack Purcell, &#105;&#115; trying &#116;&#111; drive home a local connection. It’s &#116;&#104;&#101; brand&#8217;s third inline location in &#116;&#104;&#101; United States.</p>
<p>The Promenade store &#105;&#115; selling a new line &#111;&#102; men&#8217;s and women&#8217;s apparel and accessories that highlight designs from &#116;&#104;&#101; local art community. And, &#098;&#101;&#102;&#111;&#114;&#101; it opened, a big poster featuring black and white photographs &#111;&#102; hip young adults wearing Converse shoes—including Tony Royster Jr, &#116;&#104;&#101; touring drummer &#102;&#111;&#114; Jay-Z—shrouded &#116;&#104;&#101; storefront.</p>
<p>Converse Santa Monica store &#105;&#115; open 10 a.m. &#116;&#111; 9 p.m. Sunday &#116;&#104;&#114;&#111;&#117;&#103;&#104; Thursday and from 10 a.m. &#116;&#111; 10 p.m. &#111;&#110; Friday and Saturday.</p></p>
]]></content:encoded>
			<wfw:commentRss>http://buyappleipad.net/customize-your-kicks-at-new-converse-store/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ipad - iPad 3 Is Coming, So Get Top Dollar for Your iPad 2 Now - (2/22/2012)</title>
		<link>http://buyappleipad.net/ipad-3-is-coming-so-get-top-dollar-for-your-ipad-2-now</link>
		<comments>http://buyappleipad.net/ipad-3-is-coming-so-get-top-dollar-for-your-ipad-2-now#comments</comments>
		<pubDate>Wed, 22 Feb 2012 18:27:08 +0000</pubDate>
		<dc:creator>Buy Apple iPad</dc:creator>
				<category><![CDATA[Ipad]]></category>
		<category><![CDATA[amp]]></category>
		<category><![CDATA[electronics equipment]]></category>
		<category><![CDATA[prime time]]></category>

		<guid isPermaLink="false">http://buyappleipad.net/ipad-3-is-coming-so-get-top-dollar-for-your-ipad-2-now</guid>
		<description><![CDATA[<a href="http://buyappleipad.net/ipad-3-is-coming-so-get-top-dollar-for-your-ipad-2-now"><img align="left" hspace="5" width="150" src="http://buyappleipad.net/wp-content/uploads/2012/02/1329935231-70.jpg" class="alignleft wp-post-image tfe" alt="" title="" /></a>The iPad 3 rumor &#109;&#105;&#108;&#108; &#104;&#097;&#115; shifted away from pure speculation toward acceptance &#116;&#104;&#097;&#116; the next generation Apple tablet truly &#105;&#115; imminent. NextWorth.com, &#097; site &#116;&#104;&#097;&#116; deals &#105;&#110; buying and selling used electronics equipment, suggests &#116;&#104;&#097;&#116; &#110;&#111;&#119; &#105;&#115; the prime time &#116;&#111; trade or sell your iPad 2. Similar Articles: I &#114;&#101;&#099;&#101;&#110;&#116;&#108;&#121; theorized &#116;&#104;&#097;&#116; Apple [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://buyappleipad.net/wp-content/uploads/2012/02/1329935231-70.jpg" style="float:left;clear:both;margin:0 15px 15px 0" />
<p>The iPad 3 rumor &#109;&#105;&#108;&#108; &#104;&#097;&#115; shifted away from pure speculation toward acceptance &#116;&#104;&#097;&#116; the next generation Apple tablet truly &#105;&#115; imminent. NextWorth.com, &#097; site &#116;&#104;&#097;&#116; deals &#105;&#110; buying and selling used electronics equipment, suggests &#116;&#104;&#097;&#116; &#110;&#111;&#119; &#105;&#115; the prime time &#116;&#111; trade or sell your iPad 2.</p>
<p> Similar Articles:
<p>I &#114;&#101;&#099;&#101;&#110;&#116;&#108;&#121; theorized &#116;&#104;&#097;&#116; Apple &#099;&#111;&#117;&#108;&#100; adopt &#097; similar strategy &#119;&#105;&#116;&#104; &#105;&#116;&#115; tablets, &#097;&#115; &#105;&#116; &#104;&#097;&#115; &#119;&#105;&#116;&#104; the iPhone. &#097;&#108;&#116;&#104;&#111;&#117;&#103;&#104; the iPhone 4S &#105;&#115; the current flagship smartphone, Apple &#105;&#115; &#115;&#116;&#105;&#108;&#108; producing the iPhone 4 &#097;&#115; &#097; &#109;&#111;&#114;&#101; economical option, and the iPhone 3GS &#105;&#115; available from AT&amp;T for free &#119;&#105;&#116;&#104; &#097; two-year contract.</p>
<p>This chart from NextWorth.&#099;&#111;&#109; illustrates the steep decline &#111;&#102; the value &#111;&#102; the original iPad.&#119;&#104;&#101;&#116;&#104;&#101;&#114; or not &#116;&#104;&#097;&#116; turns out &#116;&#111; &#098;&#101; true, &#111;&#110;&#101; thing &#105;&#115; virtually guaranteed: when the iPad 3 &#105;&#115; announced the value &#111;&#102; the iPad 2 will drop, and when the iPad 3 &#105;&#115; actually available, the worth &#111;&#102; &#116;&#104;&#097;&#116; iPad 2 will plummet precipitously.</p>
<p>According &#116;&#111; NextWorth.&#099;&#111;&#109;, the value &#111;&#102; the original iPad experienced &#097; steep decline following the announcement and availability &#111;&#102; the iPad 2. Based &#111;&#110; the historical data, &#119;&#101; &#097;&#114;&#101; already &#105;&#110;&#115;&#105;&#100;&#101; &#111;&#102; the window where the perceived value &#111;&#102; the iPad 2 &#099;&#111;&#117;&#108;&#100; drop significantly.</p>
<p>With the iPad 3 unveiling rumored &#116;&#111; &#098;&#101; March 7 or &#115;&#111;&#109;&#101; time close &#116;&#111; the first week &#111;&#102; March, every day &#121;&#111;&#117; continue &#116;&#111; hold &#111;&#110; &#116;&#111; the iPad 2 &#105;&#115; &#097; bit &#111;&#102; &#097; gamble. &#097;&#115; soon &#097;&#115; Apple sends invitations &#116;&#111; tech media for the event, or confirms &#101;&#118;&#101;&#110; the slightest details, the iPad 2 will lose value.</p>
<p>If Apple does &#105;&#110; fact follow &#097; similar strategy &#116;&#111; &#105;&#116;&#115; iPhone line and continue &#116;&#111; offer the iPad 2 &#097;&#115; &#097; discounted model &#111;&#102; the iPad line, &#116;&#104;&#097;&#116; will make the value your used iPad 2 &#101;&#118;&#101;&#110; &#108;&#101;&#115;&#115;. If someone &#099;&#097;&#110; get &#097; brand &#110;&#101;&#119; 16GB Wi-Fi iPad 2 from Apple for $400 or &#108;&#101;&#115;&#115;, they’re much &#108;&#101;&#115;&#115; likely &#116;&#111; pay &#097;&#115; much for your used &#111;&#110;&#101;.</p>
<p>The strategy &#111;&#102; selling &#111;&#102;&#102; previous models &#116;&#111; make room for the newest &#111;&#110;&#101; &#104;&#097;&#115; served me &#119;&#101;&#108;&#108; when &#105;&#116; comes &#116;&#111; the iPhone. &#119;&#105;&#116;&#104; &#102;&#105;&#118;&#101; lines &#111;&#110; &#109;&#121; Family &#112;&#108;&#097;&#110;, &#116;&#104;&#101;&#114;&#101; &#105;&#115; almost always &#097;&#116; &#108;&#101;&#097;&#115;&#116; &#111;&#110;&#101; line eligible for upgrade. I get the hot &#110;&#101;&#119; model &#111;&#102; the iPhone, &#116;&#104;&#101;&#110; turn &#097;&#114;&#111;&#117;&#110;&#100; and sell &#109;&#121; old &#111;&#110;&#101; &#111;&#110; Craigslist or &#115;&#111;&#109;&#101; other classifieds site for &#097;&#115; much or &#109;&#111;&#114;&#101; than the &#110;&#101;&#119; &#111;&#110;&#101; cost me.</p>
<p>The iPhone &#105;&#115; &#097; slightly &#100;&#105;&#102;&#102;&#101;&#114;&#101;&#110;&#116; situation, &#116;&#104;&#111;&#117;&#103;&#104;, because &#111;&#102; the wireless carrier subsidy. The iPad costs &#119;&#104;&#097;&#116; &#105;&#116; costs, &#098;&#117;&#116; the iPhone &#105;&#115; generally $200 &#119;&#105;&#116;&#104; &#097; two-year contract. However, buying &#105;&#116; outright &#099;&#097;&#110; cost $500 or &#109;&#111;&#114;&#101;. Inevitably, &#116;&#104;&#101;&#114;&#101; &#105;&#115; someone who broke or lost &#097;&#110; iPhone that&#8217;s &#115;&#116;&#105;&#108;&#108; under contract, and they&#8217;re &#109;&#111;&#114;&#101; than willing &#116;&#111; pay $200 or &#109;&#111;&#114;&#101; for &#097; used replacement.</p>
<p>I won’t &#098;&#101; selling &#109;&#121; iPad 2, &#116;&#104;&#111;&#117;&#103;&#104;. &#105;&#116; will simply &#098;&#101; re-allocated &#119;&#105;&#116;&#104;&#105;&#110; &#109;&#121; home. Perhaps &#105;&#116; will go &#116;&#111; &#109;&#121; kids &#097;&#115; the gaming iPad, or maybe we’ll assign &#105;&#116; &#116;&#111; the kitchen &#097;&#115; our digital cookbook. &#105;&#116; will continue &#116;&#111; serve our family &#105;&#110; &#115;&#111;&#109;&#101; way.</p>
<p>But, if &#121;&#111;&#117; &#104;&#097;&#118;&#101; &#097;&#110; iPad 2 &#116;&#104;&#097;&#116; you’re &#112;&#108;&#097;&#110;&#110;&#105;&#110;&#103; &#116;&#111; sell so &#121;&#111;&#117; &#099;&#097;&#110; get the funds &#116;&#111; purchase &#097;&#110; iPad 3, &#116;&#104;&#101;&#114;&#101; &#105;&#115; &#110;&#111; time like the present.</p></p>
]]></content:encoded>
			<wfw:commentRss>http://buyappleipad.net/ipad-3-is-coming-so-get-top-dollar-for-your-ipad-2-now/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

