Apple iTunes 8 Features

QuickTime 7.5.5 was the prep, Front Row 2.1.6 the side dish, but now the main event, iTunes 8 itself, is available from Apple for your downloading pleasure!

Apple Says:

iTunes 8 includes Genius, which makes playlists from songs in your library that go great together. Genius also includes Genius sidebar, which recommends music from the iTunes Store that you don’t already have.

With iTunes 8, browse your artists and albums visually with the new Grid view; download your favorite TV shows in HD quality from the iTunes Store; sync your media with iPod nano (4th generation), iPod classic (120GB), and iPod touch (2nd generation); and enjoy a stunning new music visualizer.

iTunes 8 and iTunes U are now accessible with VoiceOver on your Mac.

Updated: Now available via Software Update, or you can grab it from Apple.com right now!

iTunes Features :

* Genius Playlists — Play a song, click the Genius button, and iTunes creates a playlist of other songs from your library that go great together. Genius playlists help you discover songs in your library you never knew you had — and rediscover forgotten favorites.

* Genius Sidebar – While you reacquaint yourself with the music you already own, let Genius introduce you to new music you’ll love. As you select songs in your library, the Genius sidebar displays songs from the iTunes Store that go great with it. The Genius sidebar won’t recommend songs already in your library, and you can preview and buy recommended songs directly from the sidebar.

* Grid View — See your iTunes library in a new way. Select Albums in Grid View and iTunes 8 displays your entire music library using cover art. Select Artists, Genres, or Composers and iTunes automatically creates groups of albums based on your selection. Simply skim across a group to see the albums inside, and start playing an album with a single click. Movies, TV shows, podcasts, and audiobooks look great in Grid View, too.

* HD TV Shows — Purchase select episodes of your favorite TV shows in high definition for just $2.99. Or get the whole season in HD with a Season Pass. And when you buy HD, iTunes doubles your viewing pleasure: You also get an iPod-ready version with a file size and resolution that’s ideal for smaller screens.

* Enhanced Accessibility — iTunes 8 is now screen reader friendly on both Mac and PC. Manage your iTunes library using VoiceOver in Mac OS X Leopard or Window-Eyes for Windows XP and Windows Vista. Or use your screen reader to purchase or download content from the iTunes Store — including iTunes U.

* New Visualizer — Turn on the new Visualizer and lose yourself in a 3D-scape of spheres, ribbons, and lights that pulsate to the beat and tempo of the song you’re playing.

If you enjoyed this post, make sure you subscribe to my RSS feed!

Google Chrome vs Opera, Firefox and IE tests

The ongoing internet browser war welcomes its new contestant: famous internet giant Google just released beta version of its upcoming internet browser, which is called Chrome. In the year 2006, person from Google said that they have no plans for releasing their own browser. Recent events show that this was not true. As said in 33-paged presentation, made like a comic book, Google Chrome is very different from any popular browser. It use WebKit engine (same as Safari’s), and it was written from scratch to work flawlessly with complex content like JavaScript and modern web applications.

Features that make Chrome distinguish itself from monsters like Mozilla Firefox or Opera are simple but truly amazing. First, every tab is an independed process. This makes memory management a lot easier, eliminates the reasons for memory leakage. Each tab is on its own - if one tab crashes there will be no impact on other tabs. This is very useful feature, because if you are working with many tabs at once, you may lose important information if entire browser goes down. Second, it has revolutionary JavaScript engine, which is made to work even faster than in the fastest browsers. Multithreaded page loading is another key to success, because it is very disturbing to wait with a blank screen for some JavaScripts to load: now all elements are loaded simultaneously, not one after another. In the built-in task manager you can see what tab eats more memory or CPU time than others, and effectively manage your tabs to reduce unneeded memory or CPU usage.

However, let’s make an experiment and see, if this new browser from Google is faster than its famous competitors - Opera, Firefox and IE. We installed all of these browsers, and made them through some simple tests to see, which one will be faster. All browsers are freshly installed, without plugins or other add-ons which can influence on their work. The configuration of our test machine is: AMD Athlon x2 64, 2GB RAM, Windows Vista x86.

Launch time

Launch time is not very important parameter, but it influences the overall pleasure of usage. We were very impressed by Chrome launch time, it easily overdone almost every browser except IE, which launch time was almost completely the same. Let’s see whole result table:

IE 1 sec
Firefox 2sec
Opera 3 sec
Chrome 1 sec

JavaScript speed

There already exist some JavaScript browser speed tests, so we tried this one to see, what speed will have new JavaScript engine from Google. The results were interesting and amazing: while Opera handled this test in about 600 milliseconds, Chrome did it in 350! According to the sheet published on that page, Opera results was fastest that any other browser, and Chrome overdone them easily. However, we believe that there are no ultimate tests, and each and every test may have its own winners. We tried to make our own JS test, to be sure that this test is not optimized for special browser. The task was a simple JavaScript below:

var t = new Date().getTime();
for(i = 0; i<10000000; i++){};
var t1 = new Date();.getTime();
document.write(«Time for executing: „+(t1-t)/1000 + sec.);

We launched it from our local server to eliminate the risk of internet connection influencing the results. So, the testing time begins.

Results for 1 page:

Unfortunately, Internet Explorer was out of the competition, because it didn’t want to handle our simple script, asking every time to disable page scenarios. Firefox, Chrome and Opera handled it correctly, but in different time. So, the results are:

Firefox 3.6 sec
Opera 5.7 sec
Chrome 0.3 sec(!)

It is amazing how fast Chrome is compared to leading browsers! But let’s try to make this task more complex and open 5 instances of this test page to see, how browsers will handle multithreading.

Results for 5 simultaneously started pages:

Firefox 18 sec (when JS was executed in one tab, all interface buttons were blocked, so we opened pages one after another)
Opera 27 sec
Chrome 0.3 sec(!!!)

Almost unbelievable results, which show that Chrome’s JavaScript engine is truly advanced and powerful. It made through this simple test many times faster than its competitors, Firefox and Opera. However, tests will never show a real situation, so we wanted to make a simple usage test and see, how efficient will be Chrome’s memory management. We opened 5 tabs simultaneously, five heavy loaded pages in each browser. All browsers was tested on one set of pages, so they are all in one conditions.

Memory usage on 5 tabs right from the start:

IE 60 MB
Firefox 64.4 MB
Opera 52.2 MB
Chrome 75.4 MB

At the first glance, Chrome is eating more memory that its rivals, but let’s look on this results after 10 minutes of intensive usage:

Memory usage on 5 tabs after 10 min of intensive surfing:

IE 96 MB
Firefox 109.8 MB
Opera 96.6 MB
Chrome 84.1 MB

Results are not such amazing as speed, but they show that Chrome’s multithreaded tab handling, while eating more from the start, wins after some intensive usage.

All these test clearly show us, that new browser from Google is truly revolutionary and very interesting. It is now only on Beta stage, so the result may even improve after time. Of course, it lacks some advanced features that Opera or Firefox have, but let’s hope that all of them will be implemented in the final release. Google made a wise choice for keeping its browser open-source, so all the improvements done in the Chrome can be used by other developers in their browsers. It is early to tell, will it have bigger popularity that nowadays leaders, but it is clear that this browser will not pass out unnoticed. Developers say that final version will be released for all operating systems, including Linux and MacOS, and even on the final stage it will remain fully open-source.

If you enjoyed this post, make sure you subscribe to my RSS feed!

Google Chrome in USB stick

It maybe the best interest for most of us to trial run Google Chrome first release test platform before putting it on a mission critical system. Carsten Knobloch from Germany has a created a solution just for this purpose - to fire up the browser directly from a USB stick. You simply unzip the package and start Chroming. The portable Google browser weighs at a mere 11MB, and additionally isolates web history, cookies and cache on the /profile/ folder on the stick. Knobloch’s Chrome reportedly has been tested on XP SP3 and Vista SP1.

If you enjoyed this post, make sure you subscribe to my RSS feed!

Dell launches the Vostro A160 Mini-Tower, A100 entry-level desktop

Aside from the two Vostro laptops which Dell announced, it will also release two new desktop models - the affordable and practical Vostro A160 Mini-Tower and the entry-level Vostro A100. Both are geared for the most basic business computing needs and boast of similar features and specs.

Both desktops feature either an Ubuntu Linux or Windows Vista, integrated audio, graphics and network connection, expandable graphics capability, USB and audio ports. The A160 comes with either a single or dual core Intel Celeron or dual core Pentium processors, up to 80GB of hard drive space and a 16x DVD ROM. The A100 desktop gets the Intel Atom processor, an 8x DVD+/-RW and up to 160GB of hard drive space.

The Vostro A160 and A100 will be released in various countries starting with the release of the A180 in China this week. Other countries will start getting these two desktops from September to November. For pricing, we will have to trust Dell at the moment when they say that both desktops will have very affordable prices since they haven’t officially announced it yet.

Read [Dell Vostro Press Kit]

If you enjoyed this post, make sure you subscribe to my RSS feed!

Gadgets

Upto 32GB storage in MOTOROKR EM35

The New MOTOROKR EM35 was launched by Motorola as reported by Engadget Mobile. This phone is designed with both music and talk in mind.

Full Story | December 4th, 2008

blog search directory blogarama - the blog directory Gadget Blogs - BlogCatalog Blog Directory Blog Directory Blog Fusion Phoenix Web Design Blogio.net blog directory