stargeek
PHP news website logo.
home    PHP scripts    articles    seo tools    links    search    contact    shop    realtors


Safari Beta V64







Safari Beta V64

Safari Beta V64 03/13/2003 10:25 AM

I posted a screenshot of the latest rogue beta of Safari. Beta V64 adds a few improvements and really rocks on stability. Check it out.




This is a GrokNews Entry: (what is grok?)





Similar Items

Safari Beta V64

Grok Headline matches for Safari Beta V64

Safari Beta v64


Safari Beta v64 03/13/2003 10:21 AM

Apple: Safari Beta II Script Collection


Apple: Safari Beta II Script Collection 10/29/2003 02:19 AM
Apple has updated their Safari script collection with scripts that take advantage of features found in the most recent beta release of Safari. Some of the scripts also take advantage of Apple's UI Scripting beta software. For instance, one of the UI scripts will combine the open browser windows into a single tabbed window.

Safari Magic 1.0 adds numerous tools to
Safari


Safari Magic 1.0 adds numerous tools to
Safari
07/20/2004 02:43 AM
Stephen Becker has announced the release of Safari Magic 1.0, a utility which adds several tools to Safari...

Beta: Roku PhotoBridge HD1000 Version
2.0 Beta 1


Beta: Roku PhotoBridge HD1000 Version
2.0 Beta 1
01/06/2005 11:49 AM
The beta software for Roku's networked media player adds AAC support, UPnP AV support, DVD-style MPEG-2 program streams, Internet radio support, support for all PAL modes, and other changes.

Beta: QuickTime FLAC Plugin 0.5 beta 1


Beta: QuickTime FLAC Plugin 0.5 beta 1 12/30/2004 04:59 AM
The QuickTime FLAC Plugin provides QuickTime with access to FLAC, an open source audio compression/decompression system.

Beta: AirPort Monitor Utility 1.1 Beta 1


Beta: AirPort Monitor Utility 1.1 Beta 1 02/17/2004 11:51 AM
The AirPort base station monitor adds support for multiple base stations, keychain support, Rendezvous support, and more.

Whidbey Beta 1, Yukon Beta 2: Any Time
Now


Whidbey Beta 1, Yukon Beta 2: Any Time
Now
06/25/2004 04:08 AM

On Safari


On Safari 01/09/2003 11:40 PM
Safari's the neat-o new quick browser for OSX that runs off the Konqueror guts and impresses the heck outta your neighbors.

Safari 1.3


Safari 1.3 04/16/2005 01:24 AM

Those of you running Panther can now update to 10.3.9. This update includes Safari 1.3 and new versions of WebKit, WebCore, and JavaScriptCore that contain thousands of improvements we've made to the engine since Safari 1.2.

What you are getting is all of the new standards support, new WebKit capabilites, site compatibility fixes and performance optimizations that are also present in Safari 2.0 for Tiger. The layout engines for the two are virtually identical.

Here are some of the highlights:

Page Load Performance
Safari 1.3 loads pages overall 35% faster than 1.2 as measured by IBench. In addition to improving the overall page load, Safari 1.3 will display content sooner than 1.2 did, so that subresources don't hold up the initial display of the page.

JavaScript Performance
We have substantially improved the performance of the JavaScript engine in Safari. I encourage you to check out Safari 1.3 on this benchmark for example to see the improvement relative to 1.2.

HTML Editing
Safari 1.3 supports HTML editing, both at the Objective-C WebKit API level and using contenteditable and designMode in a Web page. The new Mail app in Tiger uses WebKit for message composition. You can write apps that make use of WebKit's editing technology and deploy them on Panther and Tiger.

Compatibility and Security
Compatibility and security are our number one priority in WebCore, and Safari 1.3 has many important compatibility fixes. For example, percentage heights on blocks, tables and cells now work much better in Safari 1.3. min/max-width/height support has been added. More of the table-related CSS properties are now supported. DOM methods like getComputedStyle are now supported.

The DOM Exposed
The entire level 2 DOM has been exposed a public API in Objective-C. This means various holes have been filled in Safari's DOM level 2 support. In addition to exposing the DOM to Objective-C, the JS objects that wrap DOM objects can also be accessed from Objective-C, allowing you to examine and edit the JS objects themselves to inject properties onto them that can then be accessed from your Web page.

XSLT
Safari 1.3 on Panther now supports XSLT. 10.3.9 includes libxslt, and Safari uses this excellent library to handle XSLT processing instructions it encounters in Web pages.

Plugin Extensions
For those of you writing WebKit apps, a new Objective-C WebKit plugin API is supported that lets you put Cocoa widgetry into the Web page more easily. In addition enhancements to the Netscape Plugin API (made in conjunction with Mozilla Foundation) have been implemented for plugins that require cross-browser compatibility.

Did I mention it's really really fast? :)

In case you're curious about differences between the Tiger and Panther versions of the engine, they mostly have to deal with frameworks that changed underneath WebKit. For example we have new faster image decoders on Tiger (that also handle PNGs correctly), so you'll find that Tiger fixes some of the PNG gamma issues that will still exist on Panther. In addition the new decoders are incredibly fast and are now run on a separate thread on multi-processor machines on Tiger.

The network layer has also been improved on Tiger, so this may be another source of differences in behavior between the two operating systems. Overall, however, it's likely that content and applications you develop with WebKit will behave identically on the two operating systems.

Let us know what you think.


Safari RSS


Safari RSS 07/01/2004 01:46 PM

I haven't had a chance to talk about this, but I thought I'd again start by briefly clearing up a point of confusion. Safari RSS is not the name of the entire Safari browser on Tiger. It is the name of the RSS/Atom feature in Safari itself. If you pull down the About information in Safari on Tiger, you'll see that the version is 2.0.


Safari 1.1


Safari 1.1 10/28/2003 11:08 PM

Safari 1.1 is here. Those of you who picked up Panther can take it for a spin. This release is big step forward from 1.0, chock full of bugs fixes, improvements and UI refinements.

As far as new WebCore features, here's a few highlights:
(1) Better standards support. You'll find fixes for positioning bugs, overflow bugs, floats, tables, gzip support, generated content using ::before and ::after, DHTML. You name it, we've improved it.
(2) Speed. We're still fast, and we're only going to get faster.
(3) CSS2 support. In addition to all of the bug fixes to be more standards-compliant, we also added support for CSS2 properties like text-shadow and new display values like inline-block. Try using text-shadow in conjunction with ::selection. It's cool. :)
(3) Safari on Panther supports rgba values in CSS for specifying border, background, foreground and shadow colors.
(4) Support for the CSS3 opacity (using -khtml-opacity) property. Make entire blocks and inlines transparent without resorting to transparent PNGs.
(5) A complete implementation of the XUL box model. Safari on Panther supports the complete XUL box model, including horizontal and vertical boxes, the ability to flex, and the ability to reorder content and reverse content. If you're building canned content that you control using WebKit, you'll find a whole new range of layout possibilities at your disposal. Need to create dynamically sized headers and footers and flexible center content? The XUL box model can do that. Need to center an object within the viewport? The XUL box model can do that too.

And in case you're curious, here's what we've already got working post 1.1 in WebCore that you can look forward to:
(1) Support for the title attribute using tooltips
(2) The ability to tab to all controls in a Web page and to manipulate them from the keyboard.
(3) Support for table border collapsing.
(4) Support for the CSS cursor property.
... and a whole lot more ...

Enjoy the upgrade and as always send us your feedback (trackbacks preferred). We're listening.


XUL in Safari


XUL in Safari 10/29/2003 12:12 AM

Safari 1.1 is included with the new release of Mac OS X, Panther. From Dave Hyatt's list of Safari 1.1 features:

A complete implementation of the XUL box model. Safari on Panther supports the complete XUL box model, including horizontal and vertical boxes, the ability to flex, and the ability to reorder content and reverse content. If you're building canned content that you control using WebKit, you'll find a whole new range of layout possibilities at your disposal. Need to create dynamically sized headers and footers and flexible center content? The XUL box model can do that. Need to center an object within the viewport? The XUL box model can do that too.

With Microsoft's alternative to XUL seemingly a few years away, are Apple looking to beat them to it with an implementation that's compatible with Mozilla?


Safari 1.0


Safari 1.0 11/03/2003 09:08 PM
The fastest and easiest-to-use web browser ever for the Mac.

going on a safari...


going on a safari... 03/11/2003 02:00 PM
so far i'm digging the new mac os x browser safari. i haven't tested all css stuff and java, but...

Safari+NNW


Safari+NNW 03/11/2003 09:44 AM

An article about how NetNewsWire and Safari complement one another can be found at O'Reilly here.

I agree, although Safari really needs to be able to reuse windows for URLs sent from applications like NetNewsWire rather than always opening a new window every time.


Safari 1.2


Safari 1.2 02/05/2004 10:24 PM
Safari 1.2 includes several great new features, the most important of which (to me) is its ability to correctly render... (28 words)

Safari 1.2 bug seen here


Safari 1.2 bug seen here 02/12/2004 11:24 AM
We seem to have inadvertently revealed a bug in Safari 1.2 -- and we think we know specifically what Safari is doing wrong. The bug currently makes oatmeal of some of our layout elements. If not fixed, it could discombobulate sites that are much more important than ours.

Safari 1.2 Changelog


Safari 1.2 Changelog 02/10/2004 12:12 PM
Dave Hyatt has posted a lengthy Safari 1.2 Changelog at his website which lists all of the major changes to this lovely browser since 1.1. The only thing missing from this list is a note stating that the new 'roll-over image flashes' bug is noted and will be fixed as soon as possible.

Safari Width 1.0


Safari Width 1.0 03/13/2003 10:22 AM
This script lets you easily set the width of the frontmost Safari window. It displays a list of screen widths from 160 to 1600, including the current window's width (which is already sorted and highlighted in the list), and an 'Other...' item, in case the list isn't long enough for you. Known limitations: Windows always set flush to upper-left. No readme file yet. Note: There is currently no description or mention of the script on the web site. [d/l]

Fun Scripting Safari


Fun Scripting Safari 04/27/2004 10:10 AM
Safari is scriptable and Apple offers a number of free AppleScripts including a dictionary function, flight lookup, movie times, language translation, and yellow pages lookup. They also give you album,song,artist, and composer lookups from Safari to iTunes. To use the dictionary simply highlight the word and click the appropriate bookmark.

New Safari builds


New Safari builds 03/13/2003 10:16 AM
Before Safari build 60 was released I saw all build 58, 59 and a bunch of earlier builds in my logs, mostly from apple.com IPs. $ grep Safari * | perl -pe 's/.*(AppleWeb.*)/$1/' | sort -u | tail -1 AppleWebKit/62 (like Gecko) Safari/62" Amusingly it's not from 17.* IP addresses (Apple), or even IPs that looks like they are from California. ThinkSecret posted a report about build 62 saying that it has tabs (yay). Maybe it leaked? ObSafari: Neato trick....

Safari 1.1, Part 2


Safari 1.1, Part 2 10/28/2003 11:08 PM

Responding to some of the trackbacks from the previous blog entry...

The first mentions a bug in 1.1, and the test page is found here. In Safari post-Panther, the rendering is actually different (but still broken). I'm not sure what the problem is at first glance, but I'll take a look.

The second trackback asks for complete navigation of bookmarks from the keyboard. Since that isn't part of WebCore, I can't comment. Several trackbacks also ask about Safari 1.1 on Jaguar. As I've mentioned in previous blog entries, I can't comment on future Safari releases.

I can whet your appetite with more WebCore stuff that we've implemented since Safari 1.1: small-caps support, fixes for first-letter and text-transform (the ugly doubling text effect is gone), fixes to first-line, and speed improvements to DHTML.


Where Is Safari 1.1 For Jaguar?


Where Is Safari 1.1 For Jaguar? 11/13/2003 02:56 PM

Safari vs. Camino


Safari vs. Camino 03/13/2003 10:14 AM
Mr. Zeldman has compiled a list of some of the web design issues that arise between Safari and Camino (formerly Chimera) on the Mac. As he mentions, "The topic of browser differences is as interesting as lint. But as web designers, we need to know about these differences in the...

Safari, RSS, NetNewsWire


Safari, RSS, NetNewsWire 06/28/2004 02:57 PM

“So, Brent, what do you think of Apple putting RSS reading into Safari?”

The first thing to know is that we have no intention of stopping NetNewsWire development.

The second thing is, I’m not surprised. I half-expected it last year, and this year I’d heard rumors (even seen some screen shots) before WWDC, so it’s no shock. Syndication is such great technology, it makes sense for Apple—and Microsoft—to add RSS reading to their systems.

The RSS reader in Safari is not a full-featured newsreader, at least from what I could tell by the demo. For instance, it doesn’t appear to remember what items you’ve read or tell you how many unread items you have. And some of the other features that it does have—such as RSS searching—are coming in NetNewsWire 2.0.

So... even with Safari’s RSS reader, there is still a need for newsreaders that do more. (Much more.)

What I like about this announcement is that it popularizes syndication. Despite its fast growth, there’s still a huge education job to do. The average Mac user doesn’t know about the technology yet, but putting it in Safari means they will know about it, and it gives the technology a kind of validation, an Apple seal of approval, for the people who are slower to look at new technologies.

It also may mean that Apple will evangelize RSS to publications that haven’t yet adopted it. Which is great: it’s not something we have much time for, and when CNN hears from Apple it carries a bit more weight than when they hear from Ranchero Software.

This could trigger a shake-out in the Mac OS X newsreaders market. There are a dozen or so readers right now, but by this time next year there may be Safari and just a few others. (NetNewsWire will be one of them.)



So I don’t feel as we’ve been Sherlocked. But it does look to me as if the Konfabulator folks might have something to say about Dashboard.


Report: Safari


Report: Safari 02/10/2004 11:51 AM
Readers offer a tip about fixing Java install problems, much discussion of browser performance, plus compatibility issues and choosing between GIF and PNG files.

Mac Tip: Safari Gets Tabbed


Mac Tip: Safari Gets Tabbed 09/25/2004 09:55 AM
G4 Tech TV Sep 25 2004 2:17PM GMT

Report: Safari 1.2


Report: Safari 1.2 02/10/2004 02:41 AM
We have tips and discussion about performance, plus much more on the new release.

Surfin' Safari


Surfin' Safari 01/02/2004 08:41 PM
"I love the tactics some people use when filing bugs. In particular the tactic of saying something inflammatory in order to goad the receiver of the bug into fixing it. You see this a lot in Bugzilla, and also in reported Safari bugs."

Safari and KHTML


Safari and KHTML 06/05/2005 11:17 PM

KHTML developers respond to my posting of the WebCore Acid2 patches here and here.

For what it's worth, the patches I posted are to WebCore, which consists of both KHTML and KWQ (our port of Qt). They are posted to illustrate all the WebCore bugs that had to be fixed in Safari to pass the Acid2 test. They are not solely KHTML patches. The antialiasing bug was in KWQ, and so doesn't even apply to KHTML. The better object element support necessarily involves KWQ as well, since the plugin code is (obviously) platform-specific.

What do you think Apple could be doing better here? Comment or trackback. I'll read it all.


Safari, 10.3.9, and third-party
add-ons...


Safari, 10.3.9, and third-party
add-ons...
04/18/2005 11:17 AM
A number of people have written in either asking for help with a 10.3.9 Safari crash, or with hints to solve such crashes. So I thought I'd just write one hint with the explanation of the cause and the easy fix. Basically, i...

"Pimp My Safari"


"Pimp My Safari" 03/25/2005 06:44 AM

Report: Safari 1.3


Report: Safari 1.3 04/18/2005 10:56 AM
The new version seems to have a few problems, including bookmark issues, Java, changes to Open In Tabs and Image saving, crashing and font rendering, as well as some positive experiences.

XSLT in Safari


XSLT in Safari 08/15/2004 10:51 PM

Some time ago we switched over to libxml in Safari for the processing of XML (and XHTML) files. I'm happy to report that we now have basic XSLT support working in Safari using libxslt. You can style your XML using xml-stylesheet processing instructions. I don't yet have a programmatic JS API working for transforming documents, but that shouldn't be too difficult to add. What I really need are XSLT test cases that use xml-stylesheet. Track back or comment if you know of some good test cases online that I can use, or just generally have suggestions to make regarding XSLT support.


Beyond the Safari Hype


Beyond the Safari Hype 03/20/2003 01:05 PM
Apple's new Safari Web browser has taken off faster than a brushfire on the Serengeti Plain. Within 24 hours of its January 7th introduction, Apple counted more than 300,000 downloads. But how many people are actually using Safari for everyday Web browsing, and what do Mac community gurus think of it?

Goodbye Safari


Goodbye Safari 12/31/2004 01:24 AM

That Mac users are also switching to Firefox says something very good about the experience it offers. By Johnathon Williams


Safari 1.3 Seeded


Safari 1.3 Seeded 06/29/2004 05:20 PM
With Safari 2.0 coming with Tiger in 2005, Apple is still working on improvements in the current version of Safari. Safari 1.3 (v146) was seeded to d...

"Safari 1.2 Released"


"Safari 1.2 Released" 02/11/2004 03:46 AM

Fonts in Safari


Fonts in Safari 03/20/2003 05:32 PM

An update on the issues raised by John Gruber in his blog.

(1) Safari *is* using the wrong fonts for rendering to the screen. Because of our use of lower-level APIs, we missed out on a font substitution step that happens when rendering to the screen where the bitmap font ends up getting chosen for rendering. This is a bug in Safari, and we're looking into fixing it.

(2) The global OS AA setting is not being obeyed.

(3) Above and beyond the OS AA setting, AppKit also has hardcoded rules at a higher level, e.g., don't AA Courier or Monaco. Again we are missing these hardcoded rules.

I'll keep you updated as we work on solutions to these problems. Thanks again, John, for the excellent analysis of Safari's font handling.


Grok Description matches for Safari Beta V64
GrokA matches for Safari Beta V64

SourceForge.net: Project Info - Flickr
Export Plugin for iPhoto


SourceForge.net: Project Info - Flickr
Export Plugin for iPhoto
09/27/2004 12:42 AM
open source

sourceforge.net/projects/flickrexport
track this site | 2 links


Review: Siemens SX66 Pocket PC Phone
from Cingular


Review: Siemens SX66 Pocket PC Phone
from Cingular
03/26/2005 04:13 PM
Mobile Tech Review Mar 26 2005 6:33PM GMT

Use iPhoto Buddy to automount iPhoto
library volumes


Use iPhoto Buddy to automount iPhoto
library volumes
03/22/2005 03:39 PM
This is a minor discovery regarding a venerable application, but I thought it was a great feature. I have used iPhoto Buddy for some time to organize multiple iPhoto libraries. Recently, I started to store libraries on a dri...

Deafening phone - Siemens issues health
warning


Deafening phone - Siemens issues health
warning
08/27/2004 01:43 PM
"I'm spent!"

Siemens, Motorola Seen as Handset Losers
in 2005


Siemens, Motorola Seen as Handset Losers
in 2005
12/19/2004 03:12 PM
Reuters Dec 16 2004 4:10PM GMT

T-Mobile chooses Siemens and Motorola
for wireless network upgrade


T-Mobile chooses Siemens and Motorola
for wireless network upgrade
09/10/2004 12:38 PM
DMeurope.com Sep 10 2004 4:09PM GMT

Flickr: Using the Organizr


Flickr: Using the Organizr 08/18/2004 06:19 PM
demo videos .. Organizr

flickr.com/tools/organizr.gne
track this site | 4 links


flickr launches organizr


flickr launches organizr 08/18/2004 02:33 PM
one of the best web apps i've seen lately. kudos to an amazing team.

While mobile phone producers Nokia,
Siemens, SonyEricsson, and Motorola
expected 2003 to set


While mobile phone producers Nokia,
Siemens, SonyEricsson, and Motorola
expected 2003 to set
04/21/2004 07:26 AM
Copenhagen Post Apr 21 2004 11:15AM GMT

Review: Motorola HS820 Bluetooth Headset


Review: Motorola HS820 Bluetooth Headset 12/30/2004 12:04 AM
pdabuyersguide Dec 30 2004 4:28AM GMT

EMC Gains Smarts to Improve SAN
Troubleshooting


EMC Gains Smarts to Improve SAN
Troubleshooting
12/22/2004 01:35 AM
Updated: By purchasing Smarts, EMC gains technology for improving the troubleshooting of faults across storage area networks.

New: iPhoto 4: The Missing Manual


New: iPhoto 4: The Missing Manual 05/19/2004 10:23 AM
iPhoto 4: The Missing Manual, 3rd Edition, by David Pogue and Derrick Story, covers both beginning topics and advanced ones such as output and presentation options, file management, and troubleshooting.

New: iPhoto 5: The Missing Manual


New: iPhoto 5: The Missing Manual 04/07/2005 12:39 PM
iPhoto 5: The Missing Manual by David Pogue and Derrick Story includes full color images and covers both beginning topics (including buying and using digital cameras and iPhoto basics) and advanced ones such as RAW editing.

O'Reilly's iPhoto 5: The Missing Manual
Released


O'Reilly's iPhoto 5: The Missing Manual
Released
04/08/2005 10:11 AM

"iPhoto 5: The Missing Manual": A
Complete Course in Macintosh Digital
Photography


"iPhoto 5: The Missing Manual": A
Complete Course in Macintosh Digital
Photography
04/11/2005 03:24 AM
Readers can show off their digital photography with ease via customized slideshows ( complete with iTunes soundtracks ), prints, or photo books; by email, the Web, or even a network; and by exporting to QuickTime and iDVD. iPhoto "stunts": Power users--and aspiring power users--can build custom screen savers and desktop backdrops; make the most of plug-ins, add-ons, and beef-ups; use AppleScript; and manage files with backups, CDs, and photo libraries.

Gary Burd: Web page export script for
iPhoto


Gary Burd: Web page export script for
iPhoto
03/13/2003 03:23 PM
Gary Burd: "Do you want something more flexible than iPhoto's built-in web page exporter? Are you too cheap to pay the shareware fee for BetterHTMLExport? Can you write simple AppleScript scripts? Then this script might be for you."

Final Cut Express improves QuickTime
export, more


Final Cut Express improves QuickTime
export, more
04/16/2004 07:33 AM
Apple has released an update to its Final Cut Express video editing software to version 2.0.3. The new version corrects a problem with incomplete capture from some cameras and improves QuickTime movie export when there's a blank video in a sequence.

Keynote 2.0.1 Export to QuickTime
Problem and Workaround


Keynote 2.0.1 Export to QuickTime
Problem and Workaround
03/24/2005 04:31 PM
I'm finishing up my next book, Creating Keynote Presentations with iWork : Visual QuickProject Guide, so I of course upgraded to Keynote 2.0.1 when it became available via Software Update last week. But then I noticed a problem: I was...

Export pictures from iPhoto directly to
.mac's Public folder


Export pictures from iPhoto directly to
.mac's Public folder
12/11/2003 12:06 PM
I frequently like to share (share as in make the images available for download) digital pictures I take with friends. Since I have a .mac account, this is easy. First I set up a download page through the usual .mac homepage i...

Export Safari bookmarks to XBEL


Export Safari bookmarks to XBEL 04/09/2004 03:54 PM
For accessing my Safari Bookmarks while on the road, I have a little web application running which makes use of the ever more popular XBEL format. So here's my little Perl script to convert Safari's Bookmarks into XBEL format...

Siemens M55


Siemens M55 10/31/2003 04:09 PM
vnunet.com Oct 31 2003 3:36PM ET

Siemens SX1


Siemens SX1 02/19/2004 04:44 PM
Last week I bought myself a new mobilephone. The Simens SX1. The phone's got cool features like 640x480 camera w/ 4 level zoom, camcorder, 4MB internal RAM, bluetooth and FM radio. Today I bought myself a bluetooth adapter (USB) for...

buy siemens sx1 or sl45i 4 best mp3


buy siemens sx1 or sl45i 4 best mp3 07/11/2004 12:11 AM
TechTree Jul 11 2004 2:41AM GMT

Siemens Manager


Siemens Manager 12/18/2003 04:38 AM
me45sync version 0.2 released

Siemens prototypes SMS pen


Siemens prototypes SMS pen 02/10/2004 10:46 PM
Sunday Times South Africa Feb 11 2004 3:21AM GMT

Siemens, MTC, Bahrain 3G


Siemens, MTC, Bahrain 3G 03/28/2005 01:32 PM
AME Info Mar 28 2005 2:59PM GMT

Two new phones from Siemens


Two new phones from Siemens 02/16/2004 01:23 PM
A pair of new tri-band GSM cellphones from Siemens, the candy bar-style CX56, which has a VGA quality digital camera (with attachable flash), and the...

Siemens CT66


Siemens CT66 09/23/2004 11:09 AM
TechTree Sep 23 2004 2:42PM GMT

PenPhone from Siemens


PenPhone from Siemens 02/10/2004 02:41 AM
Unusual prototype of a pen-shaped cellphone from Siemens that lets you dial a number or compose a text message just by writing onto any surface....

Siemens CIO steps down


Siemens CIO steps down 04/29/2004 10:37 AM
German electronics giant Siemens AG is replacing its chief information officer (CIO), Friedrich Fröschl.

Safari Beta V64

The following phrases have been identified by the grok system as matching this entry: "manual motorola hs820" iphoto 5.0.2 export to coppermine "javaplugin.sourceforge.net" sx66 automount "siemens sx 66" vibrate copperexport 1.3.3 siemens sx 66 troubleshooting does quicktime pro improve iphoto5 idive 1.3a flickr organizr safari warning

















Also check out: