summaryrefslogtreecommitdiff
path: root/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue
diff options
context:
space:
mode:
Diffstat (limited to 'old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue')
-rw-r--r--old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/gcode.jpgbin0 -> 6909 bytes
-rw-r--r--old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/gtools.txt22
-rw-r--r--old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/openid.jpgbin0 -> 11378 bytes
-rw-r--r--old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/openid.tct57
-rw-r--r--old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/photoshelter.jpgbin0 -> 5548 bytes
-rw-r--r--old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/photoshelter.txt35
-rw-r--r--old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/reboot.txt29
-rw-r--r--old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/shelter/archiveviewer.jpgbin0 -> 44539 bytes
-rw-r--r--old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/shelter/data-1.jpgbin0 -> 90260 bytes
-rw-r--r--old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/shelter/dnduploader.jpgbin0 -> 76866 bytes
-rw-r--r--old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/shelter/gallery.jpgbin0 -> 103795 bytes
-rw-r--r--old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/shelter/lightbox.jpgbin0 -> 97195 bytes
-rw-r--r--old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/shelter/metadata-2.jpgbin0 -> 114330 bytes
-rw-r--r--old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/shelter/photosalestool.jpgbin0 -> 93240 bytes
-rw-r--r--old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/shelter/uploader.jpgbin0 -> 87433 bytes
-rw-r--r--old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/soul.jpgbin0 -> 20197 bytes
-rw-r--r--old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/zenzui.jpgbin0 -> 7799 bytes
-rw-r--r--old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/zenzui.txt26
18 files changed, 169 insertions, 0 deletions
diff --git a/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/gcode.jpg b/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/gcode.jpg
new file mode 100644
index 0000000..3c6b27e
--- /dev/null
+++ b/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/gcode.jpg
Binary files differ
diff --git a/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/gtools.txt b/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/gtools.txt
new file mode 100644
index 0000000..ee4e3c7
--- /dev/null
+++ b/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/gtools.txt
@@ -0,0 +1,22 @@
+The Google Code Blog announced the [release of four open source coding tools][1] yesterday. the announcement is part of an ongoing Google program of releasing infrastructure tools as open source software.
+
+All of the tools are hosted on the [Google Code project][2] and are available for download.
+
+For the most part these are highly geeky C++ tools meant for serious developers, I've included a complete list after the jump.
+
+Yesterday's release includes:
+
+* **[gflags][3]**: Command line flags module for C++. Gflags is intended replacement for getopt() and is implemented in both C++ and Python.
+
+* **[perftools][4]**: Fast, mutli-threaded malloc() and performance analysis tools. Along with TC Malloc, perftools also contains a Heap Checker, Heap Profiler, and a CPU Profiler.
+
+* **[sparsehash][5]**: A memory-efficient hash map implementation. The SparseHash package contains several hash-map implementations, including one implementation that optimizes for space, and another that optimizes for speed.
+
+* **[ctemplate][6]**: A simple but powerful template language for C++.
+
+[1]: http://google-code-updates.blogspot.com/2007/03/four-google-open-source-tools-on-google.html "Four Google open source tools on Google Code"
+[2]: http://code.google.com/hosting/ "Google Code Hosting"
+[3]: http://code.google.com/p/google-gflags/ "gflags"
+[4]: http://code.google.com/p/google-perftools/ "perftools"
+[5]: http://code.google.com/p/google-sparsehash/ "sparsehash"
+[6]: http://code.google.com/p/google-ctemplate/ "ctemplate" \ No newline at end of file
diff --git a/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/openid.jpg b/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/openid.jpg
new file mode 100644
index 0000000..4f901ea
--- /dev/null
+++ b/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/openid.jpg
Binary files differ
diff --git a/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/openid.tct b/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/openid.tct
new file mode 100644
index 0000000..805ee0e
--- /dev/null
+++ b/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/openid.tct
@@ -0,0 +1,57 @@
+I recently decided it was time to explore OpenID. For those that aren't familiar with OpenID, the sound-bite version boils down to this: OpenID is a way to identify yourself using a URL rather than username and password.
+
+With more and more big names, [Microsoft][5] and AOL comes to mind, supporting OpenID I figured it was about time to dive in and set up my own account.
+
+If you happen to have a LiveJournal, or Vox user you already have an OpenID account. For the rest of us there's a variety of options [MyOpenID][4], [Verisign][3] and [ClaimID][2] to name a few. I went with MyOpenID because it was the first one I stumbled across. The signup process was fast, free and easy.
+
+So far so good, but what if I don't want to remember my newly created URL? The answer is use your own domain and drop in some headtags which tell requesting sites to get the info from the other server.
+
+If you're using MyOpenID, the code looks like this:
+
+ <link rel="openid.server" href="http://www.myopenid.com/server">
+ <link rel="openid.delegate" href="http://myname.myopenid.com/">
+
+Replace the address in the second url with your OpenID address and add these lines to the head of the page that you want to use as your OpenID address. If you're using another service I've mentioned here's a handy server url reference table [courtesy of blogger Simon Willison][6]:
+
+<table>
+ <tr>
+ <th>OpenID Provider</th><th>Server URL</th>
+
+ </tr>
+ <tr>
+ <td>LiveJournal</td>
+ <td>http://www.livejournal.com/openid/server.bml</td>
+ </tr>
+ <tr>
+ <td>Vox</td>
+
+ <td>http://www.vox.com/services/openid/server</td>
+ </tr>
+ <tr>
+ <td>VeriSign</td>
+ <td>https://pip.verisignlabs.com/server</td>
+ </tr>
+ <tr>
+
+ <td>MyOpenID</td>
+ <td>http://www.myopenid.com/server</td>
+ </tr>
+</table>
+
+If you'd like to see a more thorough explanation of OpenID, Simon Willison also has a great screencast that walks you through the process of initially setting up your OpenID account which I've embedded below (or try [the higher res version][7]).
+
+I'll admit it took me a minute to wrap my head around the why part of OpenID, but now that I have it all setup it really does make life easier. And the more people that start using OpenID the more sites that will adopt it.
+
+For a list of existing site that support OpenID check out the [list on MyOpenID][8].
+
+<embed style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=-7463164786703060643&hl=en" flashvars=""> </embed>
+
+
+[1]: http://www.openidenabled.com/openid/use-your-own-url-as-an-openid
+[2]: http://claimid.com/ "ClaimID"
+[3]: http://pip.verisignlabs.com/ "VeriSign Personal Identity Provider"
+[4]: https://www.myopenid.com/ "MyOpenID"
+[5]: http://blog.wired.com/monkeybites/2007/02/microsoft_to_su.html "Microsoft To Support OpenID"
+[6]: http://simonwillison.net/2006/Dec/19/openid/ "How to turn your blog in to an OpenID"
+[7]: http://simonwillison.net/2006/openid-screencast/ "How to use OpenID (a screencast)"
+[8]: https://www.myopenid.com/directory "MyOpenID site directory" \ No newline at end of file
diff --git a/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/photoshelter.jpg b/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/photoshelter.jpg
new file mode 100644
index 0000000..97ddb8a
--- /dev/null
+++ b/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/photoshelter.jpg
Binary files differ
diff --git a/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/photoshelter.txt b/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/photoshelter.txt
new file mode 100644
index 0000000..4d80422
--- /dev/null
+++ b/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/photoshelter.txt
@@ -0,0 +1,35 @@
+With Adobe announcing [Photoshop CS3][3] today and having written a short piece on a new breed of photographer, someone I call the "[middle class photographer][2]," I thought it might be a good time to look at [PhotoShelter][1], a photo cataloguing and sharing site.
+
+PhotoShelter has been around for some time, but they recently launched a new program for pro members that offers up to one terabyte of online storage.
+
+In addition to organizational tools like galleries, lightboxes for potential clients, and integrated sales through Paypal, PhotoShelter offers locally and geographically redundant, server space and robust search capabilities.
+
+All this does not of course come without a price. PhotoShelter's 500 gigabyte storage plan will run you $600 per year and the one terabyte of storage goes for $1000 a year.
+
+Photoshelter is not a Flickr alternative, rather the site is geared at the professional photographer looking to catalog, store and sell their images online. That said some Flickr users who are getting more serious about their images and are considering a possible career shift might want to have a look at PhotoShelter.
+
+The folks at PhotoShelter gave me a test account earlier this month and after testing it out for a few days, here's what I found.
+
+Uploading from remote machines via the web form is impractical for anyone who's just dropped as much a $1000 on a membership. There is a beta uploader that uses a Java applet to allow for drag and drop transfers. In my tests the Java applet worked beautifully, but since it is in beta you may not want to trust your important images to it.
+
+Thankfully PhotoShelter has a cross platform uploading tool that can be downloaded from the site and makes uploading images a breeze.
+
+Once your images are on the site, you can browse them through a two paned interface, on the left you'll find your upload folders and on the right the images (see screenshots below). There's good support for both EXIF and IPTC metadata.
+
+Your image archives are searchable, images can be tagged and flagged to make finding them easier. The organization interface also supports drag and drop operations for most tasks including moving photos around in your folder structure.
+
+To help you sort and present your images, Photoshelter offers the ability to create galleries and control which images and galleries are public and which private.
+
+In addition to the gallery metaphor, PhotoShelter also offers something it call Lightboxes, which mirror the functionality of an old real world lightbox. Essentially it's like gallery but you can then send out invites, to say a client, and get feedback on images.
+
+There are also a number of tools for professionals looking to sell their images. The sales end is handled by creating pricing profiles. In order to sell an image, you have to set up a pricing profile which describes how much the image costs. Once you've created a profile, you can link it to one or many images and re-price them in batches.
+
+There are options for both royalty free images and rights managed as well.
+
+PhotoShelter also has a Virtual Agency which allows a group of photographers to form their own "agency" by linking their collective PhotoShelter archives. They can market themselves together through a shared public webpage that also includes the ability to showcase galleries and provide image searching.
+
+While it's definitely out of the price range for the casual photographer, PhotoShelter has some nice features and offers a compelling all-in-one solution for the budding pro photographer.
+
+[1]: http://www.photoshelter.com/ "PhotoShelter"
+[2]: http://www.wired.com/software/softwarereviews/news/2007/03/photoshopamateurside_0327 "Photoshop's New Fans Are the Darkroom Denizens of Yesteryear"
+[3]: http://www.wired.com/software/softwarereviews/news/2007/03/pshop_features_side0327 "Inside Photoshop CS3: Faster, Better and Easier to Use" \ No newline at end of file
diff --git a/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/reboot.txt b/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/reboot.txt
new file mode 100644
index 0000000..d325cac
--- /dev/null
+++ b/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/reboot.txt
@@ -0,0 +1,29 @@
+<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 apologizes for any stylesheet weirdness you may experience today and rest assured the boot' has people working on it.
+
+* Today's the day: Adobe has announced the pricing structure and other details about the new Creative Suite 3 application packages. Be sure to check out all the Wired coverage [here][6], [here][7], [here][8], [here][9], and [here][10].
+
+[6]: http://www.wired.com/software/softwarereviews/news/2007/03/pshop_cs0327 "Major Photoshop Upgrade Is Overkill for the Flickr Crowd"
+[7]: http://www.wired.com/software/softwarereviews/news/2007/03/pshop_features_side0327 "Inside Photoshop CS3: Faster, Better and Easier to Use"
+[8]: http://www.wired.com/software/softwarereviews/multimedia/2007/03/photoshopcs3 "Gallery: Adobe Creative Suite 3 in Pix"
+[9]: http://blog.wired.com/monkeybites/2007/03/which_creative_.html "Which Creative Suite is Right For You?"
+[10]: http://blog.wired.com/monkeybites/2007/03/gallery_cs3.html "Gallery: Adobe Creative Suite 3"
+
+* Microsoft said yesterday that it has [sold 20 million licenses of its new Windows Vista operating system][1]. That's more than double what Windows XP did in its first month.
+
+[1]: http://www.microsoft.com/presspass/features/2007/mar07/03-26VistaDebut.mspx "Windows Vista Debuts with Strong Global Sales"
+
+* Everybody's favorite satirical newspaper, The Onion, is taking the [big leap into the world of online video][2]. The new Onion News Network clips can be found on the front door. Hopefully they're as funny as The Onion reps at SXSW, who were as funny, if not funnier, in person than the writing on the site.
+
+[2]: http://www.theonion.com/content/ "The Onion"
+
+* AT&T and Napster have [partnered to give one year of free Napster access][3] to qualifying AT&T customers. According to Reuters, "new or existing AT&T wireless customers outside of the AT&T's traditional 22-state territory who agree to a two-year wireless agreement with purchase of the SYNC phone by Samsung, or the BlackJack phone" will qualify.
+
+[3]: http://www.reuters.com/article/technologyNews/idUSN2638030620070326 "Napster, AT&T in wireless music tie-up"
+
+* Someone named Ozy from AwkwardTV has [posted a video][4] (video link) showing how he managed to get an AppleTV to boot from an external USB hard drive. The process involves doing a "recovery boot" which somehow causes the AppleTV to recognize and boot from a USB drive.
+
+[4]: http://www.ozy.us/stuff/ExternalBootOnAppleTV.mov "Booting the Apple TV from a USB drive"
+
+* And finally, it's not exactly news, but the TimesOnline pretty much nails Twitter on the head with this title: [The Seinfeld of the internet][5].
+
+[5]: http://business.timesonline.co.uk/tol/business/industry_sectors/technology/article1571232.ece "The Seinfeld of the internet" \ No newline at end of file
diff --git a/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/shelter/archiveviewer.jpg b/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/shelter/archiveviewer.jpg
new file mode 100644
index 0000000..328ea11
--- /dev/null
+++ b/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/shelter/archiveviewer.jpg
Binary files differ
diff --git a/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/shelter/data-1.jpg b/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/shelter/data-1.jpg
new file mode 100644
index 0000000..89ce783
--- /dev/null
+++ b/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/shelter/data-1.jpg
Binary files differ
diff --git a/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/shelter/dnduploader.jpg b/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/shelter/dnduploader.jpg
new file mode 100644
index 0000000..0ca4517
--- /dev/null
+++ b/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/shelter/dnduploader.jpg
Binary files differ
diff --git a/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/shelter/gallery.jpg b/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/shelter/gallery.jpg
new file mode 100644
index 0000000..38e86ce
--- /dev/null
+++ b/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/shelter/gallery.jpg
Binary files differ
diff --git a/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/shelter/lightbox.jpg b/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/shelter/lightbox.jpg
new file mode 100644
index 0000000..8ecd65f
--- /dev/null
+++ b/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/shelter/lightbox.jpg
Binary files differ
diff --git a/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/shelter/metadata-2.jpg b/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/shelter/metadata-2.jpg
new file mode 100644
index 0000000..108fbd4
--- /dev/null
+++ b/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/shelter/metadata-2.jpg
Binary files differ
diff --git a/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/shelter/photosalestool.jpg b/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/shelter/photosalestool.jpg
new file mode 100644
index 0000000..6806f6d
--- /dev/null
+++ b/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/shelter/photosalestool.jpg
Binary files differ
diff --git a/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/shelter/uploader.jpg b/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/shelter/uploader.jpg
new file mode 100644
index 0000000..2a16ad5
--- /dev/null
+++ b/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/shelter/uploader.jpg
Binary files differ
diff --git a/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/soul.jpg b/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/soul.jpg
new file mode 100644
index 0000000..e649523
--- /dev/null
+++ b/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/soul.jpg
Binary files differ
diff --git a/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/zenzui.jpg b/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/zenzui.jpg
new file mode 100644
index 0000000..5ea8840
--- /dev/null
+++ b/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/zenzui.jpg
Binary files differ
diff --git a/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/zenzui.txt b/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/zenzui.txt
new file mode 100644
index 0000000..fde5c3f
--- /dev/null
+++ b/old/published/Webmonkey/Monkey_Bites/2007/03.26.07/Tue/zenzui.txt
@@ -0,0 +1,26 @@
+ZenZui, a newly formed company that crawled out of the Microsoft technology research program, has [launched a new zoomable mobile web browsing interface][1]. Using what amounts to a widget platform, Zenzui aims to make web browsing through mobile devices a more user-friendly experience.
+
+Instead of navigating through a traditional web browsing experience, which pretty much anyone will admit sucks on a mobile phone, the ZenZui system creates pages of clickable tiles. Clicking on a tile then zooms to that page, feed or other service.
+
+It's somewhat difficult to explain clearly so I've embedded a demo movie of ZenZui in action (complete with an awful soundtrack) after the jump.
+
+However, to say that ZenZui let's you browse the web from your phone is something of an exaggeration. The truth is that ZenZui lets you browse a subset of the web. The Zenzui site is currently down, but when it comes back there's a [chart showing the ZenZui content partners][2] which is extent of ZenZui's interpretation of the web.
+
+The first thing most people will notice in the demo video below is that ZenZui bears more than a passing resemblance to Apple's iPhone interface, but ZenZui doesn't necessarily use a touchcreen interface, there's keypad navigation as well.
+
+And ZenZui isn't so much a platform as a series of widget-like elements strung together by a unifying interface -- zoomable widgets from specific service partners are not the web.
+
+However ZenZui is offering to split ad revenue with widget developers as a means of encouraging developers to build widgets for ZenZui. High-minded developers can also release ad-free widgets which will display promotional messages non-profits.
+
+Still I can't help agreeing with Techcrunch's Nick Gonzalez who [writes][3] that, while ZenZui is a step in the right direction since it removes more content control from mobile service providers, it still leaves much to be desired. "mobile phone platforms should move in the direction of open standards, which have benefited desktop computing platforms so much."
+
+As it is ZenZui fails to do that and remains little more than yet another advert-laden widget service for your mobile device.
+
+
+
+
+<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/r12eUXJNbl8"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/r12eUXJNbl8" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
+
+[1]: http://www.zenzui.com/ "ZenZui"
+[2]: http://www.zenzui.com/images/contentProductsDiagram.png "ZenZui widget chart"
+[3]: http://www.techcrunch.com/2007/03/27/zenzui-on-mobile-browsing-the-microsoft-way/ "Techcrunch on ZenZui" \ No newline at end of file