Blog by an Apple Certified Tech

MacBook Pro 2.26 GHz– Pros, Cons & Specs

393806_g1 Lets have a look at the last released model of MacBook Pro

In just three and a half years, the MacBook, targeted at average computer users, students, and PC switchers, has become Apple’s best-selling Mac model.

 

Pros

Cons

  • Lovely unibody design makes a lighter, more comfortable MacBook.
  • Long battery life.
  • Glass Multi-touch trackpad.
  • Support for up to 8GB of 1066MHz RAM.
  • Performs as well or better than 2.26GHz 13-inch MacBook Pro.
  • No IR port.
  • No SD card slot.
  • No video adapters included.
  • No FireWire port.

A new and better version of a MacBook pro is about to be launched in couple of months and we hope the above mentioned Cons would be no longer found in it.

What’s inside an iPad – Lets reveal the secret

By now we all know all the outlooks of the most awaited device of the year. Lets have a look at the tech-specs of an iPad.

Here are the specifications of iPad. Have a glance at it and you will come to know what make iPad the best of all other browsing device available (and will be available) in the market.
a4-apple-chip-top-1

  • CPU: Apple's custom 1GHz A4 SOC, manufactured by Samsung. And we can tell you, it's blazingly fast.
  • Display: 9.7-inch, 1024 x 786 (132 PPI), LED backlit IPS with capacitive touch and oleophobic coating.
  • Storage: The iPad will come in 16GB, 32GB, and 64GB variations.
  • RAM: No word on this from Apple (just like with the iPhone and iPod touch). We assume it's more than the iPhone 3GS's 256MB, but we won't know for sure till we see a full breakdown.
  • Wireless: iPads come standard with 802.11a/b/g/n WiFi and Bluetooth 2.1. You can also purchase a version which has 3G connectivity (UMTS / HSDPA 850, 1900, 2100MHz and GSM / EDGE 850, 900, 1800, 1900MHz). Sorry everyone, AT&T only here in the US -- and if you're thinking about using your iPhone SIM, think again. The iPad uses new micro SIMs.
  • Other sensors: The iPad has a digital compass, there's AGPS on-board in the 3G version, and both versions have an accelerometer and ambient light sensor.
  • Ports / input / output: Headphone jack, 30-pin dock connector, built-in microphone, built-in speaker.
  • Battery life: Apple claims "up to" 10 hours web surfing on WiFi, listening to music, or watching video, and over a month on standby.
  • Dimensions: height: 9.56-inches, width: 7.47-inches, depth: 0.5-inches, weight: 1.5 pounds (1.6 for the 3G model).

First Shipping of iPads Sold Out, next order dragged to April 12

The very first shipment of iPads are sold out with great success. Good job Steve.

iPad It is a rumor that around half a million iPads were brought to market which are sold out and the next order that was supposed to be delivered on 3rd of April has been moved to 11th April. It was a great success for Steve as there are many competitors in market now. HP and MSI has well planned to launch similar devices and there are many more brands in the run.
When mashable released the post about iPad alternatives the readers across the world started questioning the success of iPad but the latest response from the market shows there is no competition for Apple.

Fixing basic issues of iLife

Courtsey: Cnet.com

images If you are experiencing issues with any of the iLife applications included with your Mac (iTunes, iPhoto, iMovie, iDVD, GarageBand, or iWeb), you can take these basic steps to begin troubleshooting your problem.

First thing's first. If you're having problems with one (or all) of your iLife applications, double-check your system against the system requirements for iLife. You can find the minimum requirements for iLife '09 here, or on the retail box. Note that though your machine may meet the minimum system requirements, some applications (or features of applications), like GarageBand and iMovie, require higher system specs.

Once you have determined that your machine meets the system requirements, be sure you have the latest version of each of your applications. The easiest way to do this is by using Software Update (located by clicking the open apple icon in the menu bar) and checking for any updates.

If you're still experiencing issues, you might try and delete application preference files. This can be done by navigating to username > Library > Preferences and finding the files named "com.apple.application.plist (where application denotes the application name--iphoto, imovie8, garageband). Move the file to your Trash and restart the application.

You might also try removing the application receipts and reinstalling your iLife applications. In Mac OS X 10.6.x Snow Leopard, simply drag your offending application(s) to the Trash, insert your iLife installation DVD, select the Customize option in the installer, and choose the applications you deleted to reinstall. Be sure to run Software Update when you have finished to bring your application to its latest version. For users with 10.5.x, follow these instructions.

New Text features in Mac

Here are some additional features which are not so popular while typing text in Mac.

Character substitution

In OS X Snow Leopard, Apple introduced text substitution. While for the most part it is used for symbols, it can also be used for word substitution. Apple includes a number of default options, such as copyright and trademark symbols, but provides the option to add customized words and other substitutions of your choosing. To set this up, go to the "Language & Text" system preferences, and in the "Text" tab, use the plus button to add new substitution options. In order to use symbols, glyphs, or other nonstandard characters in the substitution, when you are entering the replacement text it might be useful to have the system's "Character Viewer" panel open (available from the input menu) so you can insert desired symbols.

Autocompletion

One additional composition aid that is available in Snow Leopard is word suggestion, which can be used in part as an autocompletion feature. To invoke it, just start typing a word and press escape. Applications that support this feature will display a list of words that start with the entered text, and then highlight a suggestion. You can then use arrows to select from the list, or continue entering characters, and when the desired word is highlighted, pressing either the "Tab" or "Enter" keys will complete the word.

How to default length of iCal Event

In this post we will discuss the steps to change the default length of iCal Events

reduce-pdf-280x300 This is going to be a quick tip for any users who regularly use iCal. When you create a new event, either in the day, week or month viewer you will realize that the length of the event is one hour long, for most people this is fine. However if you regularly have meetings which are half an hour long, or book rooms for two ours at a time, it may be beneficial and more efficient to adjust the default meeting time. This means you don’t have to fiddle around with the length slot if you regularly use the same event length.

This trick, as many tricks on this site do, uses Terminal. Open it up from Applications > Utilities. Then type or copy and paste, the following and hit enter.

defaults write com.apple.iCal 'Default duration in minutes for new event' 15

This will change the default event length to 15 minutes. To see the results re-open iCal if you already have it open. The number at the end represents how long the new iCal event will be. You can change this to any length you want, 10 for ten minutes in length or 120 for two hours in length. Don’t make it too small otherwise it may be difficult to see the event in iCal. For example if you set the iCal event to 1 minute long, all you will see is a small strip in iCal and you may find it difficult to adjust the time.
If you want to reset it back to the default time of one hour, simply change the value to 60. You could delete the preference option with this command:

defaults delete com.apple.iCal 'Default duration in minutes for new event'

Again, restart iCal to see the effect. Note that if you don’t restart it will take about 10 minutes for the preference to kick in. Restarting allows you to see the effect straight away.

Use Preview to compress .pdf files

Here are two options to compress the pdf file using Preview application, I hope either one should work for you. Also I would request you to send if there is any other trick which I have not yet discovered.

Both of the compression options are found in the Save As menu. First find a large PDF file that you want to shrink, any will do for this example. Go to File > Save As. In the save box there will be two drop down items. The second one is what we are interested in, Quartz Filter. From the drop down menu select none. This may be counter intuitive at first, however it allows the PDF engine to run and reduce any parts that it can. It doesn’t run any other filters. For the most part on an uncompressed PDF this will produce pleasing results. The image below show the drop down box on the Save As menu.

reduce-pdf-280x300

The option of having no Quartz Filter for the most part is sufficient. This can reduce the file size. This option is known as loss less, so it wont remove anything at all and keep things in high quality. This is needed for PDF’s with images. However for PDF’s with only text or simple geometric shapes to may be better to reduce the file size even more.

To apply a reduction in quality (however it still stays pretty good) in the drop down select “Reduce File Size”, I never notice it at first. This option will crunch images and remove parts of the PDF that are not needed, in a similar method of a jpeg images. There are slight problems with this method. Images turn out horrible and lose all quality. However for text and simple bands of color it is perfect, and the reduction in file size can be massive.

Changing Permissions of all contents in a Folder

This method is specially for changing the accessibility of all the files places in one folder.

Picture 2 Here are the steps to change read/write access to multiple files placed in the folder. If you like to use Apple terminologies, you can call it as they do it: ‘Changing permissions of all enclosed items’ in a folder.

1. Select the folder and press Command + I to get the info of the folder.
2. It will show the permissions of the current user on that folder.
3. Click on the lock down the bottom and unlock it (it might ask for admin credentials).
4. Once unlocked, click on the drop down next to gear icon (setting icon).
5. Select ‘Apply to enclosed items’ and lock the info.

Once done, you should have rights to play with all the files inside the folder. This method is easy and can be in seconds, although if you work at an IT helpdesk like me, make sure that you don’t grant access to application or system files to end uses. I would really don’t like your boss screaming at you for any faults.

Changing the autorecovery interval

How to change auto-save or autorecovery interval for Office for Mac applications(Excel, PowerPoint & Word)

One of the drawbacks that we all agree about Mac is that it freezes more as compared to PCs. Once it is frozen, you are supposed to do a force quit which is more likely to lose the data. Hence it is necessary that you reduce the autorecovery time to the least possible interval. Here are the steps: (I am taking the example of MS Word for Mac, although the steps are same for all three applications)
Picture 1

  1. Launch the application
  2. Click on Word menu and go to Preferences
  3. From the left column, select Save
  4. Now check the option Save auto recovery info every xx minutes
  5. Click on OK and the preferences are saved

Before I end, I would like to repeat the suggestion by Microsoft, make a habit of Command+S as soon as you take a pause. This will save you from all panics.