IPAD must-haves. And fun-to-haves.

Brighten your iPad with a colorful cover, stream to your TV, download pictures from your digital camera, and more. There’s already so much you can do with iPad and iPad mini

Apple Wireless Keyboard

The incredibly thin Apple Wireless Keyboard uses Bluetooth technology, which makes it compatible with iPad

Apple unveils iPad mini: ‘Thin as a pencil, light as paper’

iPad inspires creativity and hands-on learning with features you won’t find in any other educational tool

Lightning connector and FaceTime HD camera

Apple announces 4th generation iPad packing an A6X CPU

Pages

Showing posts with label Editing. Show all posts
Showing posts with label Editing. Show all posts

Tuesday, April 23, 2013

Editing files

Is it possible to begin the editing process in Windows Movie maker and later transfer all my clips and files to Final Cut Pro to polish-up and finish my project?

On this same note, is it possible to use Video Pad Video editor and later transfer all my clips and files to Final Cut Pro to polish-up and finish my project?

Thanks,

elemir


View the original article here

Monday, April 15, 2013

XCode 4 : No editing insertion point history??? What the...

Hello…

After countless hours of searching, I wasn't able to find a way to move forward and backward in my editing places in my code. It is as if the Xcode4 does not hold any insertion point history.

The current Forward/Backward scheme of XCode4 ( by using "Control" + "Command" + "Arrow", or three finger touchpad swipe, or the two little arrows on the left top corner of the code) is to move between file history.

It completely destroys my productivity, to the point I am seriously considering to switch back to Xcode3. If anyone knows how to do editing point history navigation in Xcode4 the way we did it in Xcode 3 I would be more than happy to listen to his suggestions.

Message was edited by: Iron_0

View the original article here

Tuesday, January 8, 2013

Editing a webpage in webview

I am new to iOS and Mac programming but old to .net so have some knowledge. I am on 10.8.2 using Xcode 4.5.2 on my lil MacBook Pro.

 

I am trying to replicate a program I created in .net for christmas shopping for the Mrs.

Basically its an internet browser that removes prices from webpages it browses. It searches the webpage for the £ sign, then . and then adds two. Once a price is found like this it removes it.

 

I already have a browser built with the webkit using the webview to display. How can I grab the webpage data and do this type of manipulation?


View the original article here

Monday, January 7, 2013

Editing a webpage in webview

I am new to iOS and Mac programming but old to .net so have some knowledge. I am on 10.8.2 using Xcode 4.5.2 on my lil MacBook Pro.

 

I am trying to replicate a program I created in .net for christmas shopping for the Mrs.

Basically its an internet browser that removes prices from webpages it browses. It searches the webpage for the £ sign, then . and then adds two. Once a price is found like this it removes it.

 

I already have a browser built with the webkit using the webview to display. How can I grab the webpage data and do this type of manipulation?


View the original article here