Time Cook is the Apple’s new Chief Operating Officer comes in the place of Steve Jobs. Taken a few spiky punch in the netbooks (computers that are cheaper and smaller than laptops) in this afternoon. Rumors may stop regarding the apple’s netbooks development, in a second we can see the detailed report on this.
When discussing about the apple’s second quarter earnings, Cook said that the apple would want to create the great products. Cook also added that netbooks has a keyboard that is cracked; software’s are appalling, hardware’s are junky and of course the screens that is very small. It is not about the customer experience and not about the advertisement of the Mac operating system. And also he said that the netbooks category is not our sector to have a go. These type of statements are routine from the Apple point of view. But the statements from Cook today put down an end to the Speculation about the Apple’s Note books. He said that Apple already offered some of the small devices. If you want a device that must be small and compete with notebooks, we are having the iPhone and iPod in which we can operate the email and web browsing in it.
( Read more... )
When discussing about the apple’s second quarter earnings, Cook said that the apple would want to create the great products. Cook also added that netbooks has a keyboard that is cracked; software’s are appalling, hardware’s are junky and of course the screens that is very small. It is not about the customer experience and not about the advertisement of the Mac operating system. And also he said that the netbooks category is not our sector to have a go. These type of statements are routine from the Apple point of view. But the statements from Cook today put down an end to the Speculation about the Apple’s Note books. He said that Apple already offered some of the small devices. If you want a device that must be small and compete with notebooks, we are having the iPhone and iPod in which we can operate the email and web browsing in it.
( Read more... )
- —
- 24 April 2009 06:22
- leave comment
The following are some of the many cool NetBeans IDE 6.0 keyboard shortcuts that no programmer will be able to do without, once you know they're there. Not all of these are new in 6.0, some were there before, but deserve to be highlighted because often they're overlooked:
Move/copy up/down.
Press Ctrl-Shift-Up and the current selection is copied to the lines right above the current selection. Press Alt instead of Ctrl and it is moved instead of copied. Press Down instead of Up and the lines of code will be copied below the current selection, as below:

Inplace rename.
If you want to change a variable, method, or other item, of which more than one are used in your code, press Ctrl-R, and you will see that all instances of the item turn blue at the same time, as shown below. Now, when you change the selected item, all the other instances change at the same time, until you press Escape, at which point the inplace rename mode comes to an end.

( Read more... )
Move/copy up/down.
Press Ctrl-Shift-Up and the current selection is copied to the lines right above the current selection. Press Alt instead of Ctrl and it is moved instead of copied. Press Down instead of Up and the lines of code will be copied below the current selection, as below:

Inplace rename.
If you want to change a variable, method, or other item, of which more than one are used in your code, press Ctrl-R, and you will see that all instances of the item turn blue at the same time, as shown below. Now, when you change the selected item, all the other instances change at the same time, until you press Escape, at which point the inplace rename mode comes to an end.

( Read more... )




