7 Days in News (28-09-2011)

1. Apple set to unveil new iPhone next week

This post was originally published on theage.com.au

Apple looks set next week to unveil its much-awaited new iPhone, which analysts say will have a bigger screen and work better with remote computing services.

Apple invited media to a "special event" called "Let's talk iPhone" on October 4 at its Cupertino, California headquarters, an unusual location for a company that typically introduces major products at larger venues in San Francisco.

The invitation did not have any other details, and an Apple spokesman would not provide further information.
Advertisement: Story continues below

"This is the iPhone 5," ThinkEquity analyst Mark McKechnie said of the event.

The new iPhone would be the first major product launch under Tim Cook, who took over full-time as chief executive after co-founder Steve Jobs resigned last month.

It was unclear if Jobs, who is now chairman, will take the stage at the event.

Though a good product, the current iPhone 4 could use some improvements, McKechnie said. "We talked about it having a bigger screen, a dual core processor, and probably integrates pretty well with the iCloud."

The iPhone - introduced in 2007 with the touchscreen template now adopted by its rivals - remains the gold standard in the booming smartphone market.

The new model, which some have dubbed the iPhone 5, will have a bigger touch screen, better antenna and an 8-megapixel camera, one source with knowledge of the matter told Reuters in August.

Hon Hai Precision Industries Co Ltd (2317.TW) and Pegatron Corp (4938.TW) of Taiwan will make the new phone, and have been told to gear up capacity for up to 45 million units in total, the source said.

NEW VOICE FEATURES?

Apple launched the iPhone 4 in June 2010 in black 16 gigabyte and 32 gigabyte versions, and added white ones in April. The company typically refreshes its iPhone lineup during its developer event in June, but delayed the new model this year.

Apple sold 20.34 million iPhones in the third quarter ended June 25, which analysts say helped it vault past Nokia (NOK1V.HE) and Samsung Electronics (005930.KS) to become the world's biggest smartphone maker.

Some analysts are expecting another version of the iPhone 4 to be launched along with the next model.

"The new (iPhone) 4 will tackle the prepaid market and the (iPhone) 5 will have the A5 chip that's in the iPad and be faster, thinner and possibly with a bigger screen," Colin Gillis, analyst with BGC Partners said. He cited possible voice-recognition features as well.

Read more: http://www.theage.com.au/digital-life/mobiles/apple-set-to-unveil-new-iphone-next-week-20110928-1kvus.html#ixzz1ZCWhdAfU

2. Logitech’s Wireless Touch Keyboard Is Built For Sofa Surfing


Logitech’s latest wireless keyboard is aimed at sofa surfers, although only sadly those who plug in their laptops or run a home theatre PC.

3. Windows Phone Finally Has A Web Marketplace


It’s already a big day for Windows Phone with Mango out today. And now the Australian web version of its app marketplace is live, giving the platform a way to browse and find apps outside of the Zune client. (more…)
Facebook's most recent API allows applications to post status updates to a user's wall without their intervention. This is part of Facebook Instant and is known as frictionless sharing. This means users no longer have to proactively decide to share an item, and there's a risk that something could be unintentionally shared with Facebook friends. This is an addition to the growing list of Facebook privacy concerns. Nic Cubrilovic, a hacker and blogger, recently showed how Facebook could track every page a user visited -- even after logging out of the Facebook network.

5. Firefox 7 Now Available For DownloadWhatever happened to small point releases? It was only mid-August when Firefox 6 bolted out of its pen, and overnight, Firefox 7 was released for PC, Mac and Linux.

6. New Google+ Feature: Share Your Circles with Others [Video]If you have groups of people you think others should also follow on Google+, now you can share them with others. Just select the circle on your Google+ Circles page and click the new "Share" link. More »

7. The Best Way to Learn JavaScriptLearning something new is scary. For me, the biggest issue with picking up a new skill is that I don’t know what I don’t know. Given that, it’s often useful to find a plan for learning whatever you’re interested in. That’s what this post is: your blueprint, your roadmap, your plan of action for learning JavaScript! You don’t have to worry about finding the best resources, sorting out the bad ones, and figuring out what to learn next. It’s all here. Just follow it, step by step.

Assignment 0: Understand what JavaScript Is and Isn’t

JavaScript is the language of the browser.

Before you actually begin learning JavaScript, take a minute to understand what it is and does.

JavaScript is not jQuery, Flash, or Java. It’s a programming language separate from all of those.

JavaScript is the language of the browser (not exclusively these days, though). It’s primary purpose is to add interactivity to an otherwise static page. In the browser, it’s not going to replace PHP or Ruby for you. It’s not even going to replace your HTML or CSS; you’ll use it in conjunction to them. Also, it isn’t as terrible to learn as you might have thought or heard.

One more note: you’ve heard about jQuery, which is probably the most widely-used JavaScript library. Or maybe you’ve heard about one of the other popular JavaScript frameworks, like Mootools, YUI, Dojo, and others. Where do these fit into the picture? Consider them a collection of JavaScript helper utilities; you’re still writing JavaScript when using them, but it’s heavily abstracted JavaScript. It saves you a ton of work.

You might even have heard someone say that you should start with jQuery (or another library) and learn JavaScript after. I respectfully yet strongly disagree. Get a good handle on JavaScript first, and then use libraries. You’ll understand what you’re doing much better; and, consequently, you’ll be writing much better JavaScript.
Assignment 1: Work Through the Courses at Codecademy.com

Codecademy is a relatively new website that bills itself as “the easiest way to learn how to code.” You’ll be the judge of that! Currently, there are only two course: “Getting Started with Programming” and “JavaScript Quick Start Guide.” This is an awesome way to dip your toes in the JavaScript pool. Very similar to the Try Rubyexercises, you’ll follow short lessons, writing code inside the browser and watching the results. All while earning points and unlocking achievement badges.


If you’re already familiar with another programming language, you can probably start with the “JavaScript Quick Start Guide”; if this is your first time taking up programming (beyond HTML and CSS), then you’ll find the “Getting Started with Programming” course immensely helpful. Codecademy is free, but signing up is required.

No comments:

Post a Comment