summaryrefslogtreecommitdiff
path: root/old/published/Webmonkey/Monkey_Bites/2007/01.08.07/Tue
diff options
context:
space:
mode:
Diffstat (limited to 'old/published/Webmonkey/Monkey_Bites/2007/01.08.07/Tue')
-rw-r--r--old/published/Webmonkey/Monkey_Bites/2007/01.08.07/Tue/disappointed.txt1
-rw-r--r--old/published/Webmonkey/Monkey_Bites/2007/01.08.07/Tue/else.txt1
-rw-r--r--old/published/Webmonkey/Monkey_Bites/2007/01.08.07/Tue/generic-views.txt1
-rw-r--r--old/published/Webmonkey/Monkey_Bites/2007/01.08.07/Tue/iphone.jpgbin0 -> 15599 bytes
-rw-r--r--old/published/Webmonkey/Monkey_Bites/2007/01.08.07/Tue/poof.jpgbin0 -> 3747 bytes
-rw-r--r--old/published/Webmonkey/Monkey_Bites/2007/01.08.07/Tue/service scrubber.jpgbin0 -> 51567 bytes
-rw-r--r--old/published/Webmonkey/Monkey_Bites/2007/01.08.07/Tue/service-scrubber-icon.jpgbin0 -> 5068 bytes
-rw-r--r--old/published/Webmonkey/Monkey_Bites/2007/01.08.07/Tue/service-scrubber.txt1
-rw-r--r--old/published/Webmonkey/Monkey_Bites/2007/01.08.07/Tue/untitled text1
9 files changed, 5 insertions, 0 deletions
diff --git a/old/published/Webmonkey/Monkey_Bites/2007/01.08.07/Tue/disappointed.txt b/old/published/Webmonkey/Monkey_Bites/2007/01.08.07/Tue/disappointed.txt
new file mode 100644
index 0000000..c82064c
--- /dev/null
+++ b/old/published/Webmonkey/Monkey_Bites/2007/01.08.07/Tue/disappointed.txt
@@ -0,0 +1 @@
+We was robbed! Don't get me wrong, the iPhone is a [pretty spectacular device][1] and I'm glad it was announced now so I can start saving for the next six months, but this is a software blog and frankly we're a bit miffed -- we got nothing. Phone Schmone. Where's the Leopard previews? Release dates? Amazing additional features Jobs promised at the WWDC? Can a million rumors about retiring the Aqua interface really be wrong? *We just don't know*. What about ILife '07? ITunes? IWork? Rumor has it that some Steveo's presentation used some Keynote features that aren't available to us mortals using the '05 version. It seems reasonable to assume that an iWork '07 must therefore exist, but nary a peep from the big man. Then of course there was my dream of an Aperture update shot to hell. Something about a spreadsheet app as well. Okay let's be honest I don't care about a spreadsheet app, but still the disappointment is palpable over here at Monkey Bites. We take some measure of consolation in remembering [this quote][2] (brought to our attention again by [Steven Johnson][3]) from Palm CEO Ed Colligan. When asked about the iPhone, Colligan: >laughed off the idea that any company -- including the wildly popular Apple Computer -- could easily win customers in the finicky smart-phone sector. We've learned and struggled for a few years here figuring out how to make a decent phone," he said. <b>"PC guys are not going to just figure this out. They're not going to just walk in."</b> (emphasis mine) In the immortal words of Ace Venture: RRREHEHEALLY! [1]: http://www.apple.com/iphone/ "Apple iPhone" [2]: http://www.mercurynews.com/mld/mercurynews/news/columnists/16057579.htm "Palm CEO says, What, me worry?" [3]: http://www.stevenberlinjohnson.com/2007/01/the_iphone.html "THE IPHONE" \ No newline at end of file
diff --git a/old/published/Webmonkey/Monkey_Bites/2007/01.08.07/Tue/else.txt b/old/published/Webmonkey/Monkey_Bites/2007/01.08.07/Tue/else.txt
new file mode 100644
index 0000000..82446da
--- /dev/null
+++ b/old/published/Webmonkey/Monkey_Bites/2007/01.08.07/Tue/else.txt
@@ -0,0 +1 @@
+<img alt="Wiredblogs" title="Wiredblogs" src="http://blog.wired.com/photos/uncategorized/wiredblogs.jpg" border="0" style="float: right; margin: 0px 0px 5px 5px;" />Elsewhere on Wired: * Cult of Mac's Pete Mortensen writes about the possible [future of the iPod][1], which doesn't seem so cool now that the iPhone is here. [1]: http://blog.wired.com/cultofmac/2007/01/can_the_ipod_su.html "Can the iPod Survive?" * Gadget Lab [wants your opinion][2]: was Apple's decision to partner with Cingular a good one? [2]: http://blog.wired.com/gadgets/2007/01/poll_apple_ipho.html "Poll: Apple iPhone on Cingular: Mistake?" * Thomas Goetz on the Wired Science blog [has the lowdown][3] on a meta study that looks at bias in funded science research. [3]: http://blog.wired.com/wiredscience/2007/01/pay_for_researc.html "Pay for Research, Get Results" * Game|Life is at CES where [you won't find much about the PS3][4]. [4]: http://blog.wired.com/games/2007/01/ps3_booth_promi.html "PS3 Booth: Promise vs. Reality" * Table of Malcontents has [dug up some YouTube video][5] from, Werner Herzog's *My Best Friend*, which if nothing else, will make you watch *Fitzcarraldo* in a whole new light. [5]: http://blog.wired.com/tableofmalcontents/2007/01/a_brief_history.html "A Brief History of Klaus Kinski's Conniptions" \ No newline at end of file
diff --git a/old/published/Webmonkey/Monkey_Bites/2007/01.08.07/Tue/generic-views.txt b/old/published/Webmonkey/Monkey_Bites/2007/01.08.07/Tue/generic-views.txt
new file mode 100644
index 0000000..7d74c7a
--- /dev/null
+++ b/old/published/Webmonkey/Monkey_Bites/2007/01.08.07/Tue/generic-views.txt
@@ -0,0 +1 @@
+One of the great charms of Django is the amount of work it does for you. It's literally possible to build complex applications that mirror the features of say, WordPress, in little more than a hundred lines of code. How the heck does Django do it? Well one of the great tools that Django puts at your disposal is something called generic views. Views are simply python functions that get called whenever a browsers requests a page. There's a myriad of ways to storing and retrieve data in a web application, but date-based structures are pretty common. For instance, the url of this page contains something like '.../2007/01/...' which is a date-based archive. Rather than requiring that you write your own code every time you build a site that uses date based archives, the designers of Django included some generic views to handle common cases. In this case, were this site powered by Django, which regrettably it is not, but were it, we could pass the date from the url to django in one easy like of code: (r'(?P<year>\d{4})/(?P<month>[a-z]{3})/$', 'django.views.generic.date_based.archive_month', data_dict), Okay maybe it looks confusing, but it's really not. The first part is just a regular expression that captures the url and passes it to the generic view <code>archive_month</code>. The last bit is a python dictionary which would tell Django what data model to use for this page. Another common task web applications perform is displaying a list of content and to this end there is Django generic view for lists. Which brings us to today's tutorial. Generic views are great, but what if they don't exactly fit your application? Well, it's pretty easy to extend generic views and James Bennet [has a great tutorial on his blog The B-list][1] that runs through the basics extending, tweaking and otherwise making generic views do what you want. Mr. Bennet also has a number of other very useful and easy to follow django tutorials, try [digging through the rest of his Django archives][2]. [1]: http://www.b-list.org/weblog/2006/11/16/django-tips-get-most-out-generic-views "Django tips: get the most out of generic views" [2]: http://www.b-list.org/weblog/categories/django "The B-List: category: Django" \ No newline at end of file
diff --git a/old/published/Webmonkey/Monkey_Bites/2007/01.08.07/Tue/iphone.jpg b/old/published/Webmonkey/Monkey_Bites/2007/01.08.07/Tue/iphone.jpg
new file mode 100644
index 0000000..2945e8c
--- /dev/null
+++ b/old/published/Webmonkey/Monkey_Bites/2007/01.08.07/Tue/iphone.jpg
Binary files differ
diff --git a/old/published/Webmonkey/Monkey_Bites/2007/01.08.07/Tue/poof.jpg b/old/published/Webmonkey/Monkey_Bites/2007/01.08.07/Tue/poof.jpg
new file mode 100644
index 0000000..1fef6d0
--- /dev/null
+++ b/old/published/Webmonkey/Monkey_Bites/2007/01.08.07/Tue/poof.jpg
Binary files differ
diff --git a/old/published/Webmonkey/Monkey_Bites/2007/01.08.07/Tue/service scrubber.jpg b/old/published/Webmonkey/Monkey_Bites/2007/01.08.07/Tue/service scrubber.jpg
new file mode 100644
index 0000000..56f4e38
--- /dev/null
+++ b/old/published/Webmonkey/Monkey_Bites/2007/01.08.07/Tue/service scrubber.jpg
Binary files differ
diff --git a/old/published/Webmonkey/Monkey_Bites/2007/01.08.07/Tue/service-scrubber-icon.jpg b/old/published/Webmonkey/Monkey_Bites/2007/01.08.07/Tue/service-scrubber-icon.jpg
new file mode 100644
index 0000000..2d3595b
--- /dev/null
+++ b/old/published/Webmonkey/Monkey_Bites/2007/01.08.07/Tue/service-scrubber-icon.jpg
Binary files differ
diff --git a/old/published/Webmonkey/Monkey_Bites/2007/01.08.07/Tue/service-scrubber.txt b/old/published/Webmonkey/Monkey_Bites/2007/01.08.07/Tue/service-scrubber.txt
new file mode 100644
index 0000000..d0773ca
--- /dev/null
+++ b/old/published/Webmonkey/Monkey_Bites/2007/01.08.07/Tue/service-scrubber.txt
@@ -0,0 +1 @@
+It's not all that sexy and it probably doesn't have a booth at MacWorld, but today's featured Mac software is a gem nonetheless. [Service Scrubber][1] is a donation-ware app from Peter Maurer (who also makes Butler the application launcher) that lets you regain control of the services menu. I used to ignore the services menu, that menu of universally accessible command shortcuts, because it's cluttered up with junk most of us never use. I'm sure there are people who use the ChineseTextConverter, but for my daily work it just gets in the way. Ditto for RealPlayer, Speech and many others. Service Scrubber is a simple app that lets you enable, disable and reorganize services and assign keyboard shortcuts. That's it. Remember: do one thing and do it well. The process is simple, as outlined on the Service Scrubber site: * Select a service provider (i.e., an application or a service package) to edit its services only. * Click on a checkbox to enable/disable the corresponding service(s). * Click on an [i] button to edit a service's features. * Click on a [left arrow] button to revert a service provider to its original state. * Once you're done tweaking your services, click the [Save] button to save your changes. Be prepared to authenticate as an administrator. Service Scrubber is free, though if you like it you could always consider donating. [1]: http://www.petermaurer.de/nasi.php?section=servicescrubber "Service Scrubber" \ No newline at end of file
diff --git a/old/published/Webmonkey/Monkey_Bites/2007/01.08.07/Tue/untitled text b/old/published/Webmonkey/Monkey_Bites/2007/01.08.07/Tue/untitled text
new file mode 100644
index 0000000..eed3649
--- /dev/null
+++ b/old/published/Webmonkey/Monkey_Bites/2007/01.08.07/Tue/untitled text
@@ -0,0 +1 @@
+<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;" />Behold Ye, and on this day did the faithful gather in San Francisco, but the Morning Reboot abstained. * The Wall Street Journal is reporting that [Apple and Cingular will partner up][1], with Cingular providing service for Apple's new "iPhone" device which is widely rumored to be announced at Macworld. MSM tends not to go in for rumors, but then again you just never know do you? [1]: http://today.reuters.com/news/articlenews.aspx?type=technologyNews&storyid=2007-01-09T110907Z_01_N08419269_RTRUKOC_0_US-CINGULAR-APPLE.xml&src=rss "Apple, Cingular to partner?" * Microsoft has sent out some contradictory messages over the last few months about BluRay/HD-DVD and Vista, but now says, [according the the Times UK][5], "a substantial number of PCs running the new version of Windows operating system will not be able to play high-quality DVDs." Though that isn't really Microsoft's fault, blame Hollywood and an its DRM love affair. [5]: http://business.timesonline.co.uk/article/0,,9075-2536050,00.html "BluRay/HD-DVD won't work on all Vista machines" * Yahoo! has [purchased][4] the blog tracking site MyBlogLog for an undisclosed amount. Rumors of the purchase surfaced way back in November, but today it appears to be official. [4]: http://gigaom.com/2007/01/08/yahoo-buys-mybloglog-for-real/ "Yahoo buys MyBlogLog" * As we [mentioned last week][2], a Brazilian Judge ordered Google to shut down YouTube. Naturally that isn't going to happen, but as [reported by Reuters][3] and several commenters on our original story, Brazilian ISPs began blocking access to YouTube on Monday. [2]: http://blog.wired.com/monkeybites/2007/01/brazilian_judge.html "Monkey Bites on Brazilian Judge ordering YouTube to shut down" [3]: http://today.reuters.com/news/articlenews.aspx?type=internetNews&storyid=2007-01-09T005413Z_01_N08418109_RTRUKOC_0_US-BRAZIL-SEX-YOUTUBE.xml&src=rss "Brazilian ISPs block YouTube" * And finally: the one thing [you really hope][6] Steve Job's doesn't unveil at MacWorld. [6]: http://blog.wired.com/cultofmac/2007/01/one_more_thing_.html "Cult of Mac - One More Thing" \ No newline at end of file