summaryrefslogtreecommitdiff
path: root/wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon
diff options
context:
space:
mode:
Diffstat (limited to 'wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon')
-rw-r--r--wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon/apollo.jpgbin0 -> 6778 bytes
-rw-r--r--wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon/apollo.txt46
-rw-r--r--wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon/bbc.txt13
-rw-r--r--wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon/blogger-logo.jpgbin0 -> 12000 bytes
-rw-r--r--wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon/blogger.txt11
-rw-r--r--wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon/elsewhere.txt18
-rw-r--r--wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon/fcp.jpgbin0 -> 7939 bytes
-rw-r--r--wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon/jailcell.jpgbin0 -> 22134 bytes
-rw-r--r--wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon/nightly.txt21
-rw-r--r--wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon/prince.jpgbin0 -> 14958 bytes
-rw-r--r--wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon/reboot.txt26
11 files changed, 135 insertions, 0 deletions
diff --git a/wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon/apollo.jpg b/wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon/apollo.jpg
new file mode 100644
index 0000000..4d37713
--- /dev/null
+++ b/wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon/apollo.jpg
Binary files differ
diff --git a/wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon/apollo.txt b/wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon/apollo.txt
new file mode 100644
index 0000000..5772ca5
--- /dev/null
+++ b/wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon/apollo.txt
@@ -0,0 +1,46 @@
+As I mentioned in [The Morning Reboot][1], Adobe has [released][2] an alpha version of its new cross-platform deployment software code named Apollo. Apollo aims to bridge the gap between the growing functionality of web applications and traditional desktop applications.
+
+Apollo is designed to help rich internet application developers create on and offline web applications that behave like desktop application. Essentially, Apollo allows web developers to build desktop application without having to learn complex compiled languages Java or C++.
+
+Apollo applications can be written in HTML and Javascript, Flash, Flex or any combination of the three, and then be deployed on Mac OS X, Windows and (eventually) Linux.
+
+Using Apollo, online apps can offer a downloadable application installer that will put all the functionality of the website on the user's desktop. Apollo apps look and behave just like traditional desktop apps, complete with icons in the user's applications folder and dock (or system tray on Windows).
+
+But with the current trend moving in the opposite direction -- tasks traditionally handled by desktop apps are now online services -- why is Adobe touting desktop applications? Probably for the same reason Mozilla is planning to support offline components in the next version of Firefox, because the world of ubiquitous internet access remains illusory.
+
+Using technologies like Apollo, rich internet application designers can bridge the one shortcoming of online apps -- what to do when the internet isn't available? Need to edit a document mid-flight? Want to post your photos from the subway? Currently you're out of luck, but with Apollo-based apps you could perform your edits and then sync the next time you connect.
+
+Of course the road to cross-operating system, online/offline apps is littered with failed attempts, but, despite my initial skepticism, Apollo looks great.
+
+Imagine for instance the entire online component of Flickr's organizational and editing tools wrapped in a desktop app that you can use offline to organize your photos and then, when you connect, updates the data in the background.
+
+True, in Flickr's case there is already a cottage industry of apps that can do this sort of thing, but functionality and user experience varies widely. Using Apollo, it would be relatively easy for Flickr developers to simply repackage their online tools as an integrated on/offline application.
+
+[Apollo is free download][3] broken into two separate components, a software development kit for programmers and then the runtime software which allows users to run Apollo applications on Mac or Windows machines.
+
+Once Apollo hits 1.0 the runtime portion will feature an end user installation process somewhat like that of Adobe's Flash Player Plugin. Version 1.0 will also see the release of a Linux version of the runtime environment.
+
+The second development release of Apollo will be a beta and is due sometime this summer. Version 1.0 is planned for the second half of the year.
+
+While there is no specific IDE for developing applications, the initial alpha release of Apollo is squarely aimed at Flex developers while future releases with bring in more of the HTML/Ajax and Flash tools.
+
+Adobe's upcoming Creative Suite 3, which is schedule for release later this month, will integrate with Apollo and allow users to generate Apollo content via apps like Dreamweaver.
+
+So what is Apollo? In its current incarnation, Apollo is really a set of filesystem APIs combined with network APIs. The best way to understand what Apollo is capable of is to check out one of the [sample applications available through Adobe Labs][5] (note that you'll need to have the runtime software installed to use the samples).
+
+Unfortunately because Apollo is a software development kit and runtime application, there's really no way to demonstrate Apollo. If you'd like to watch a demo before committing to an install, here's a clip of Adobe's Mike Downey showing off a prototype Ebay Apollo app at the Demo conference earlier this year.
+
+<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/RurAaFUjpvE"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/RurAaFUjpvE" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
+
+
+
+The problem facing Apollo is whether or not users will download and install the runtime component. Historically web plugins have not faired well and runtime environments even worse. Still, Apollo has remarkable potential if it can achieve the necessary critical mass.
+
+If you're a web app developer wanting to see what Apollo can do for your applications, Lynda.com has has a series of instructional videos narrated by Adobe's Mike Chambers [available for download][4] that walk you through creating and deploying a simple Apollo application in Flex.
+
+[1]: http://blog.wired.com/monkeybites/2007/03/the_morning_reb_9.html "The Morning Reboot: Monday March 19"
+[2]: http://www.adobe.com/aboutadobe/pressroom/pressreleases/200703/031907ApolloLabs.html "Public Alpha of Apollo Debuts on Adobe Labs"
+[3]: http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5Fapollo "Adobe Labs: Developing with Apollo"
+
+[4]: http://movielibrary.lynda.com/html/modPage.asp?id=378 "Apollo Alpha Preview"
+[5]: http://labs.adobe.com/wiki/index.php/Apollo:Applications:Samples "Adobe Labs: Apollo Sample Apps" \ No newline at end of file
diff --git a/wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon/bbc.txt b/wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon/bbc.txt
new file mode 100644
index 0000000..ed2e118
--- /dev/null
+++ b/wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon/bbc.txt
@@ -0,0 +1,13 @@
+The BBC announced last week that it will be [using Apple's Final Cut Pro HD][1] software for all its digital editing needs. The BBC is currently in the process of transitioning to high definition content. Initially the [BBC Factual series][2] (link is to an unofficial, but much better organized, site) will begin shooting in HD and by the end of 2010 the network aims to shoot all programs in tapeless HD.
+
+The move to high definition is almost passé at this point, and indeed while researching an upcoming story on Final Cut Pro usage in the industry, I was somewhat surprised to learn the HD is more the norm than the exception, even if it is often still printed out to film.
+
+However the BBC's decision to embrace Final Cut Pro HD right now seems a bit odd given that Adobe's video editing suite is rumored to be arriving later this year. Adobe Premier has been nipping at Final Cut Pro's heels for years, I think there's good reason to believe that Adobe may have some new tricks up its sleeve with the next release.
+
+Certainly the BBC Factual is a feather in Apple's cap, and a pretty nice one at that, especially given that Final Cut Pro hasn't seen a significant updated in some time. If you can stomach the Apple PR slant, there's a video on the Final Cut Pro site that walks through [how the BBC uses Final Cut Pro][3].
+
+For the video hardware geeks among you, the BBC Factual Studios will use Panasonic's AJ-HDX900 DVCPRO HD Camcorders well as other Panasonic equipment including the Varicam and AJ-HD1400/1200/1700 VTRs.
+
+[1]: http://www.hdtvuk.tv/2007/03/bbc_factual_sel.html "BBC Factual selects Panasonic DVCPRO HD standard for high definition programmes"
+[2]: http://www.tvfactual.co.uk/ "Unofficial BBC Factual series site"
+[3]: http://www.apple.com/finalcutstudio/profiles/?profiles/apple_fcs_profile-bbc_h640 "BBC Final Cut Pro promotional video" \ No newline at end of file
diff --git a/wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon/blogger-logo.jpg b/wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon/blogger-logo.jpg
new file mode 100644
index 0000000..bb8dd52
--- /dev/null
+++ b/wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon/blogger-logo.jpg
Binary files differ
diff --git a/wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon/blogger.txt b/wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon/blogger.txt
new file mode 100644
index 0000000..386251f
--- /dev/null
+++ b/wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon/blogger.txt
@@ -0,0 +1,11 @@
+According the security firm Fortinet, Google's [Blogger.com is being used extensively in both phishing attacks and to propagate malware][1]. In some cases the traffic to the sites is being driven by "a variant of the Stration mass mailer" worm a Fortinet security notes warns.
+
+One example listed in the security bulletin is a malicious script from "Pharmacy Express," which advertises Viagra and Valium but actually tricks victims into giving up personal and medical information to the fraudulent site.
+
+Other examples are even trickier including a Blogger.com site, which purports to be created by a Honda CR450 enthusiast, that infects visitors with the Wonka Trojan. Naturally the trojan doesn't load from Blogger itself, but, according to Fortinet, is hosted on a web site hosted in Russia.
+
+A Google spokesperson told CNet, "We are investigating and blogs found to include malicious code or promote phishing will be deleted."
+
+This is hardly the first time scammers have used a large social networking site to nefarious ends, both MySpace and YouTube have also been hit in recent months, and I think it's safe to say that this sort of scam will grow even more common as social networking sites continue to go more and more mainstream.
+
+[1]: http://www.fortiguardcenter.com/advisory/FGA-2007-04.html "Malicious Code Appears on Blogger.com" \ No newline at end of file
diff --git a/wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon/elsewhere.txt b/wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon/elsewhere.txt
new file mode 100644
index 0000000..6f0f7fc
--- /dev/null
+++ b/wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon/elsewhere.txt
@@ -0,0 +1,18 @@
+Elsewhere on Wired:
+
+* Listening Post's Eliot Van Buskirk has some [choice quotes from a SXSW panel with Iggy Pop][1] (and all I got was microformats?): "American Indians and bellydancers -- those were influences too. I was really interested in Stone Age people in college."
+
+[1]: http://blog.wired.com/music/2007/03/iggy_pop_takes_.html "Iggy Pop and the Stooges Take the Stage"
+
+* 27B Stroke 6 tells us what we all know, but don't want to admit, the FBI lied, knew it lied, is probably still lying and doesn't give a damn by most accounts. [According to Luke O'Brien][2]: "Senior officials at the FBI alerted the bureau beginning in 2004 to legal problems with national security letters, but the bureau ignored or downplayed the warnings and continued to spy on Americans using methods of questionable legality, according to reports coming to light throughout the media yesterday and today."
+
+[2]: http://blog.wired.com/27bstroke6/2007/03/fbi_knew_spying.html "FBI Knew Spying Was Illegal in 2004, Did Nothing"
+
+* Table of Malcontent's John Brownlee [digs deeper into John Hargrave's claim][3] that he pranked Super Bowl. What happens when you build it and nobody notices?
+
+[3]: http://blog.wired.com/tableofmalcontents/2007/03/was_the_super_b.html "Was The Super Bowl Pranked?"
+
+* Regina Lynn at Sex Drive Daily [reports][4] on an article about the future of sex in which one James Hughes argues: "the two most important developments in the technological control of sex are both already occurring; first separating sex from physical contact, and then establishing our control over our sexual feelings altogether..." Regina politely refuses to dismiss the good Dr Hughes outright which is where I step in, that hypothesis Doctor, is a load of crap. Next.
+
+[4]: http://blog.wired.com/sex/2007/03/bleak_outlook_f.html "Bleak Outlook for Sex, Predicts Bioethicist/Sociologist"
+
diff --git a/wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon/fcp.jpg b/wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon/fcp.jpg
new file mode 100644
index 0000000..7539787
--- /dev/null
+++ b/wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon/fcp.jpg
Binary files differ
diff --git a/wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon/jailcell.jpg b/wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon/jailcell.jpg
new file mode 100644
index 0000000..b819e4c
--- /dev/null
+++ b/wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon/jailcell.jpg
Binary files differ
diff --git a/wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon/nightly.txt b/wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon/nightly.txt
new file mode 100644
index 0000000..02d33d0
--- /dev/null
+++ b/wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon/nightly.txt
@@ -0,0 +1,21 @@
+The Nightly Build:
+
+* Netvibes, the personalized homepage site, [has released a new version][1] -- nicknamed the "Coriander Edition" -- featuring a new RSS reader with multimedia capabilities, improved sharing features, and a beta preview of a mobile edition. The changes has been discussed for some time on the Netvibes blog, but today marks the official launch.
+
+[1]: http://blog.netvibes.com/?2007/03/19/126-coriander-launch-second-and-final-step "Coriander launch: second step"
+
+* ILounge notes something I missed when upgrading software the other day, [Apple has updated QuickTime][2], adding an "Export to Apple TV" command. The new export options is capable of creating HD videos viewable via an Apple TV with resolution support up to 1280 by 720 videos
+
+[2]: http://www.ilounge.com/index.php/news/comments/quicktime-gains-720p-apple-tv-high-definition-export-mode/9658 "720P Apple TV high-definition export mode"
+
+* The New York Times [reports][3] that researchers at Microsoft have discovered that splogs and other web pages menaces are generated "by a small group of shadowy operators apparently with the acquiescence of some major advertisers, Web page hosts and advertising syndicators." The Times (in hyperbole mode) goes on to claim that "the finding is striking because it hints at the possibility of curbing the practice." Yeah just like all those Microsoft strategies to stop Windows piracy have worked so well. The Microsoft report can be [seen here][4] (PDF).
+
+[3]: http://www.nytimes.com/2007/03/19/technology/19spam.html?ex=1331956800&en=44a8402e53db4153&ei=5090&partner=rssuserland&emc=rss "Researchers Track Down a Plague of Fake Web Pages"
+
+[4]: http://www.cs.ucdavis.edu/~hchen/paper/www07.pdf
+
+* China has [jailed an online editor for six years][5] for "inciting subversion" by publishing anti-government essays. According to Paris-based Reporters Without Borders, China is the world's leading jailer of journalists, with at least 32 in custody, and another 50 Internet publishers in prison.
+
+[5]: http://today.reuters.com/news/articlenews.aspx?type=internetNews&storyid=2007-03-19T153239Z_01_PEK136875_RTRUKOC_0_US-CHINA-SUBVERSION.xml&src=rss "China jails online editor for subversion"
+
+strategies \ No newline at end of file
diff --git a/wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon/prince.jpg b/wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon/prince.jpg
new file mode 100644
index 0000000..e4c9741
--- /dev/null
+++ b/wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon/prince.jpg
Binary files differ
diff --git a/wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon/reboot.txt b/wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon/reboot.txt
new file mode 100644
index 0000000..594f671
--- /dev/null
+++ b/wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Mon/reboot.txt
@@ -0,0 +1,26 @@
+<img alt="Any_key_3" title="Any_key_3" src="http://blog.wired.com/photos/uncategorized/any_key_2.jpg" border="0" style="float: right; margin: 0px 0px 5px 5px;" />The Morning Reboot:
+
+* Adobe Labs has [launched Apollo][7], the new cross platform runtime environment designed to help web developers deploy web apps that behave like traditional desktop software. Apollo is [a free download][8] and includes a software development kit and the runtime software for deploying Apollo applications.
+
+[7]: http://www.adobe.com/aboutadobe/pressroom/pressreleases/200703/031907ApolloLabs.html "Adobe releases Public Alpha of Apollo"
+[8]: http://labs.adobe.com/technologies/apollo/ "Adobe Labs: Apollo"
+
+
+* Look out Hollywood, [YouTube Oscars are on the way][2]. Starting later today YouTube members can [browse through videos in seven genres and vote for their favorites][1] (note link not working as of 8 AM Eastern). Voting ends on friday and the awards will be handed out March 26th. The "YTAs" is kinda catchy and way more fun than the self-important pomp of the Oscars -- by the people, for the people.
+
+[1]: http://www.youtube.com/YTAwards/ "YouTube Awards"
+[2]: http://today.reuters.com/news/articlenews.aspx?type=internetNews&storyid=2007-03-19T052906Z_01_N16217521_RTRUKOC_0_US-MEDIA-YOUTUBE.xml&src=rss "YouTube to present video awards"
+
+* According to a company press release, the popular Windows CD/DVD authoring tool [Nero][4] will be [coming to the Linux platform][3]. A beta version of Nero Linux 3 is expected to be available at the end of March 2007.
+
+[3]: http://www.afterdawn.com/news/archive/9003.cfm "Nero to unveil Nero Linux 3 at CeBIT"
+[4]: http://www.nero.com/enu/index.html "Nero"
+
+* AOL has [released a plugin][5] for the AIM instant messaging service that adds new capabilities which allow you to see where people on your buddy lists are physically located. Not recommended for those that already have a stalker, but handy if you're looking to pick one up.
+
+[5]: http://www.theage.com.au/news/Technology/AOL-introduces-location-plugin-for-instant-messaging-so-users-cansee-where-buddies-are/2007/03/19/1174152920852.html "AOL introduces location plug-in for instant messaging so users can see where buddies are"
+
+* Okay we know you're probably [sick of hearing about Twitter][9], but check out what Gordon Meyer over at O'Reilly has done to [integrate Twitter into his home automation set up][6]. Imagine getting a Twitter message from your motion sensitive porch lights informing you that someone has just left the building.
+
+[6]: http://www.oreillynet.com/mac/blog/2007/03/twittering_your_home.html?CMP=OTC-13IV03560550&ATT=Twittering+Your+Home "Twittering Your Home"
+[9]: http://blog.wired.com/monkeybites/2007/03/twitter_the_new.html "Twitter: The New Cat Blog?" \ No newline at end of file