Re: languages on the mac

2011-03-08 Thread Nektarios Mallas
Hi there! 
Voice over works fine with the Greek language as long as you are using the 
Infovox language package. 

Regards.
Nektarios.

On Mar 4, 2011, at 10:59 PM, richard watson wrote:

 Good afternoon list,
 I am considering a mac and had a off-the-wall question.
 how does voice over handle such things as greek fonts?
 thanks
 rick
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



a helping hand for developers in assessing their accessibility

2011-03-08 Thread Yuma Decaux
Hi everyone,,

I've looked into the accessibility tools available in xcode, and there's an 
intersting one which is the accessibility verifier which tests accessibility 
defaults with the standard apple api and breaks down every element of a given 
application, checks whether ax atrributes have been placed and what errors or 
warnings come out of each.

For instance, i have tried opening an inaccessible synth called the swarmatron 
and it warns of a lack of a focus on the main window, looking down into it, i 
see all standard close minimize etc windows have ax attributes and the main 
window has none. Maybe digging deeper into the structures of more accessible 
applications, one can actually provide the classes used by the standard api and 
send a schematic view with relevant classes to be inputted to the developers, 
screenshots included?

I have recently been working with a drum synth developer in rendering his 
application totally accessible and we are going through the initial steps of 
testing custom accessibility for image maps for example, and he acknowledged 
the fact that his own hierarchy of elements is much clearer with accessibility 
plugged in as it allows for a very concise view of his pplication, cross links 
and class hierarchies.

Maybe this is something to look into further and perhaps crowd source some form 
of reference material beyond what apple offers to give a boost to some of the 
more reticent developers?

I am talking mainly about sound application devvers whose interfaces are 
commonly image maps with custom elements, however them being coded in standard 
apple fashion.

The instance of the drum synth devver being able to quicly make custom 
elements, and i echo his words adding accessibility is not a difficult task 
nor is it a slow process means that provided a concise explanation or 
mini-manual of the concepts of accessibility, with a section on the actual 
advantages of having this structure added to one application, meaning elegant 
universal code, this might break some grounds in multiplying or standardizing 
accessibility on the mac ecosystem.

Going back to the workbench


Best regards,

Yuma


-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: a helping hand for developers in assessing their accessibility

2011-03-08 Thread Krister Ekstrom
Hi,
I'm not sure i understood everything in your mail, but i'm thinking of 2 apps 
that could use this sort of help, one of which you are familiar with and the 
other i've mentioned before here on the list.
The familiar one i thought of was Algoriddims DJay for the Mac. What's needed 
there is a way to quickly get at and manipulate the effects, such as echo, 
reverb etc. As it is now you can turn those effects on, but you can't do 
anything about the parameters of the effects. Also the microphone part of the 
app should need some help on the way i would think.
The other app i was talking about is Reaper from http://www.reaper.fm, which 
has basic accessibility built-in in that dialogs, menus and so on are working 
but time, tools from the toolbars and track numbers and so on aren't visible.
/Krister

8 mar 2011 kl. 10.53 skrev Yuma Decaux:

 Hi everyone,,
 
 I've looked into the accessibility tools available in xcode, and there's an 
 intersting one which is the accessibility verifier which tests accessibility 
 defaults with the standard apple api and breaks down every element of a given 
 application, checks whether ax atrributes have been placed and what errors or 
 warnings come out of each.
 
 For instance, i have tried opening an inaccessible synth called the 
 swarmatron and it warns of a lack of a focus on the main window, looking down 
 into it, i see all standard close minimize etc windows have ax attributes and 
 the main window has none. Maybe digging deeper into the structures of more 
 accessible applications, one can actually provide the classes used by the 
 standard api and send a schematic view with relevant classes to be inputted 
 to the developers, screenshots included?
 
 I have recently been working with a drum synth developer in rendering his 
 application totally accessible and we are going through the initial steps of 
 testing custom accessibility for image maps for example, and he acknowledged 
 the fact that his own hierarchy of elements is much clearer with 
 accessibility plugged in as it allows for a very concise view of his 
 pplication, cross links and class hierarchies.
 
 Maybe this is something to look into further and perhaps crowd source some 
 form of reference material beyond what apple offers to give a boost to some 
 of the more reticent developers?
 
 I am talking mainly about sound application devvers whose interfaces are 
 commonly image maps with custom elements, however them being coded in 
 standard apple fashion.
 
 The instance of the drum synth devver being able to quicly make custom 
 elements, and i echo his words adding accessibility is not a difficult task 
 nor is it a slow process means that provided a concise explanation or 
 mini-manual of the concepts of accessibility, with a section on the actual 
 advantages of having this structure added to one application, meaning elegant 
 universal code, this might break some grounds in multiplying or standardizing 
 accessibility on the mac ecosystem.
 
 Going back to the workbench
 
 
 Best regards,
 
 Yuma
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: a helping hand for developers in assessing their accessibility

2011-03-08 Thread Kevin Shaw
This is a very positive step towards accessibility. What I like about this is 
that devs can receive more useful feedback than, Dear developer, your program 
isn't accessible with Voiceover. Fix it. If this can be brought to light at 
something like the WWDC, I think huge strides can be made for making this a 
part of the consciousness of a developer.

What I'd love to see is a breakdown of  Scratch Live by Serato.

Thanks for posting this.
Kevin

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: help with time machine, please?

2011-03-08 Thread Donna Goodin
Hi Ricardo,

No, nothing is being left out of the backup.  Someone on MacVisionaries said 
that Time Machine only backs up items that have been changed, so I guess that 
makes sense.  Seems like it would make doing a restore sort of odd, though, if 
you have content in multiple different backups.

thanks for the suggestion,
Donna
On Mar 7, 2011, at 10:17 PM, Ricardo Walker wrote:

 Hi Donna,
 
 You might want to go into time machine preferences and see if anything is 
 being excluded from the backup.  I doubt this but, its worth a look.
 On Mar 7, 2011, at 3:01 PM, Donna Goodin wrote:
 
 Hi all,
 
 I'm trying to back up my system.  Two things are happening that seem 
 strange.  the first is that it's taking less than five seconds to perform a 
 back up.  The second is that in the brief period I see a message that says 
 something like  backing up 0 of 465 KB.  Can someone tell me what's wrong 
 and how I can fix it?
 thanks,
 Donna
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 
 
 Ricardo Walker
 rwalker...@gmail.com
 Twitter, Skype,  AIM: rwalker296
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: a helping hand for developers in assessing their accessibility

2011-03-08 Thread Bryan Jones
Hello Yuma,

Just to clarify -- Are you saying that if we have the xcode tools on our Mac we 
can plug any App from the App Store into the Accessibility Verifier and get 
this sort of report? I would have thought this would only work with the raw 
code and not with compiled Apps as purchased from the App Store. If this is 
indeed possible, this will be a great addition to the information we can submit 
to Developers when discussing the accessibility of their Apps. Everybody with a 
Mac has access to the IOS developer tools by registering as an Apple Developer 
and purchasing the IOS Development kit, which is currently US $99.00.

Thank you,
Bryan

On Mar 8, 2011, at 4:53 AM, Yuma Decaux wrote:
 I've looked into the accessibility tools available in xcode, and there's an 
 intersting one which is the accessibility verifier which tests accessibility 
 defaults with the standard apple api and breaks down every element of a given 
 application, checks whether ax atrributes have been placed and what errors or 
 warnings come out of each.
 
 For instance, i have tried opening an inaccessible synth called the 
 swarmatron and it warns of a lack of a focus on the main window, looking down 
 into it, i see all standard close minimize etc windows have ax attributes and 
 the main window has none. Maybe digging deeper into the structures of more 
 accessible applications, one can actually provide the classes used by the 
 standard api and send a schematic view with relevant classes to be inputted 
 to the developers, screenshots included?
 
 I have recently been working with a drum synth developer in rendering his 
 application totally accessible and we are going through the initial steps of 
 testing custom accessibility for image maps for example, and he acknowledged 
 the fact that his own hierarchy of elements is much clearer with 
 accessibility plugged in as it allows for a very concise view of his 
 pplication, cross links and class hierarchies.
 
 Maybe this is something to look into further and perhaps crowd source some 
 form of reference material beyond what apple offers to give a boost to some 
 of the more reticent developers?
 
 I am talking mainly about sound application devvers whose interfaces are 
 commonly image maps with custom elements, however them being coded in 
 standard apple fashion.
 
 The instance of the drum synth devver being able to quicly make custom 
 elements, and i echo his words adding accessibility is not a difficult task 
 nor is it a slow process means that provided a concise explanation or 
 mini-manual of the concepts of accessibility, with a section on the actual 
 advantages of having this structure added to one application, meaning elegant 
 universal code, this might break some grounds in multiplying or standardizing 
 accessibility on the mac ecosystem.
 
 Going back to the workbench
 
 
 Best regards,
 
 Yuma
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: a helping hand for developers in assessing their accessibility

2011-03-08 Thread Colin M
Hi all!
Ok This sounds like a good thing to me!
If those of you who can use this to help dev's and they respond this only can 
be good!
And like someone already said it's better than fix it! :]
Colin

I'm far too bad for Heaven!
The Devil is afraid I'll take his place!

On 8 Mar 2011, at 14:10, Bryan Jones wrote:

 Hello Yuma,
 
 Just to clarify -- Are you saying that if we have the xcode tools on our Mac 
 we can plug any App from the App Store into the Accessibility Verifier and 
 get this sort of report? I would have thought this would only work with the 
 raw code and not with compiled Apps as purchased from the App Store. If this 
 is indeed possible, this will be a great addition to the information we can 
 submit to Developers when discussing the accessibility of their Apps. 
 Everybody with a Mac has access to the IOS developer tools by registering as 
 an Apple Developer and purchasing the IOS Development kit, which is currently 
 US $99.00.
 
 Thank you,
 Bryan
 
 On Mar 8, 2011, at 4:53 AM, Yuma Decaux wrote:
 I've looked into the accessibility tools available in xcode, and there's an 
 interesting one which is the accessibility verifier which tests 
 accessibility defaults with the standard apple api and breaks down every 
 element of a given application, checks whether ax attributes have been 
 placed and what errors or warnings come out of each.
 
 For instance, i have tried opening an inaccessible synth called the 
 swarmatron and it warns of a lack of a focus on the main window, looking 
 down into it, i see all standard close minimise etc windows have ax 
 attributes and the main window has none. Maybe digging deeper into the 
 structures of more accessible applications, one can actually provide the 
 classes used by the standard api and send a schematic view with relevant 
 classes to be inputted to the developers, screenshots included?
 
 I have recently been working with a drum synth developer in rendering his 
 application totally accessible and we are going through the initial steps of 
 testing custom accessibility for image maps for example, and he acknowledged 
 the fact that his own hierarchy of elements is much clearer with 
 accessibility plugged in as it allows for a very concise view of his 
 application, cross links and class hierarchies.
 
 Maybe this is something to look into further and perhaps crowd source some 
 form of reference material beyond what apple offers to give a boost to some 
 of the more reticent developers?
 
 I am talking mainly about sound application devvers whose interfaces are 
 commonly image maps with custom elements, however them being coded in 
 standard apple fashion.
 
 The instance of the drum synth devver being able to quickly make custom 
 elements, and i echo his words adding accessibility is not a difficult task 
 nor is it a slow process means that provided a concise explanation or 
 mini-manual of the concepts of accessibility, with a section on the actual 
 advantages of having this structure added to one application, meaning 
 elegant universal code, this might break some grounds in multiplying or 
 standardising accessibility on the mac ecosystem.
 
 Going back to the workbench
 
 
 Best regards,
 
 Yuma
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Lets Gather at CSUN

2011-03-08 Thread M. Taylor
Hello Everyone,  

Next week marks the beginning of this year's CSUN technology convention.  

I will be attending and would greatly appreciate the opportunity to meet
those of you who will also be attending.  

So, if you would like to gather at CSUN so-to-speak, reply off-list to
mk...@ucla.edu so we can exchange phone numbers and setup something, OK?  

I will arrive in San Diego on Thursday, the 17th. I will be staying at the
same hotel in which the convention is being held.  

C U There,

Mark

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Writing Spanish accents

2011-03-08 Thread Jane Jordan (Gmail)
I need information  on writing Spanish accents on the Mac and on the iPad.  
Suggestions  welcome.



Jane

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: Writing Spanish accents

2011-03-08 Thread Donna Goodin
Hi Jane,

to write an acute accent, press Option-E followed by the letter you want to 
accent.

To write an N with a tilde, write Option-n followed by N.
To write an inverted exclamation mark, type Option-1.

To write an inverted question mark, type option plus question mark, i.e. 
Option-Shift-backslash.
HTH,
Donna 
On Mar 8, 2011, at 1:19 PM, Jane Jordan (Gmail) wrote:

 I need information  on writing Spanish accents on the Mac and on the iPad.  
 Suggestions  welcome.
 
 
 
 Jane
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: a helping hand for developers in assessing their accessibility

2011-03-08 Thread Yuma Decaux
Hi christer,

the wet/dry parameters for echo and reverb are best used with a fader but yes i 
agree, the image maps need to be rendered accessible. If you care to go on the 
algoriddim forum, and just like me contact anders via the forum on the 
accessibility it would help them and perhaps me some more :)



-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: a helping hand for developers in assessing their accessibility

2011-03-08 Thread Yuma Decaux
Hey Kevin,

I'd so much like scratch live to be accessible it makes me hungry. But ableton 
having become a behemoth of a company, its harder to get to their channels 
unless you got someone who directly works there. So anyone got a german friend 
who got a frined working ther?

As for the WWDC thing, something to consider doing is send a team of flyer 
distributors with a clear message about accessibility to give to all the 
devvers there would be a start. I definetely won't be making it there this year 
nor in the years to come as i got so much to do, but any ADV memebers out there 
care to help out? I can get my team to make the flyer, 3D and all, to really 
grab their attention. Hit me off list if you're one of those lucky ones who 
will attend wwdc.


Cheers 


-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Looktel Money Reader for iPhone

2011-03-08 Thread Marlaina Lieberg
Get it if you have an iPhone!  It is faster than any other.  Just open the 
program, click ok that you won't use it to identify counterfit money, then 
point the camera to the bill.  It's immediate!

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: a helping hand for developers in assessing their accessibility

2011-03-08 Thread Yuma Decaux
Hi Bryan,

Yes to certain extents this is what it does, it does also provide what 
accessibility class is missig which would Be useful when navigating with a 
sighted person who can say whether an object is a button or anything else in 
the interface (i'm talking about image maps here)

And as for the apple developer membership, you can download the tools without 
shelling out the hundred bucks, just registering will be enough to get xcode 
and the rest.


Cheers 


Yuma 

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: Looktel Money Reader for iPhone

2011-03-08 Thread erik burggraaf
Hi, too bad this is only for US currency right now.  Canadians have a stand 
alone bill reader which we can get for free, but I like LookTel.  They do a lot 
of things right.  I'd buy it just to support them, especially if it isn't 
breaking the bank.

Have fun,

Erik Burggraaf
User support consultant,
Now posting occasionally on twitter at eburggraaf,
1-888-255-5194
http://www.erik-burggraaf.com

On 2011-03-08, at 1:59 PM, Marlaina Lieberg wrote:

 Get it if you have an iPhone!  It is faster than any other.  Just open the 
 program, click ok that you won't use it to identify counterfit money, then 
 point the camera to the bill.  It's immediate!
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: Looktel Money Reader for iPhone

2011-03-08 Thread Kevin Mattingly
pretty darn cool. I recommend.

Kev
On Mar 8, 2011, at 1:59 PM, Marlaina Lieberg wrote:

 Get it if you have an iPhone!  It is faster than any other.  Just open the 
 program, click ok that you won't use it to identify counterfit money, then 
 point the camera to the bill.  It's immediate!
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Also for 4G iPod Touch (was Re: Looktel Money Reader for iPhone)

2011-03-08 Thread Esther
Hi,

Thanks, Marlaina, for posting on Macvisionaries, since the discussion has been 
going on over on the viphone list.  Here's a quick summary, and you can also 
check the AppleVis site, where a full description and links to both the iTunes 
Store and the LookTel support web site are posted. Here is a link to this app:
LookTel Money Reader ($1.99) by IPPLEX:
http://itunes.apple.com/us/app/looktel-money-reader/id417476558?mt=8
Currently available for iPhone (4, 3GS) and iPod Touch (4th Generation).  This 
only works for US currency -- trying Canadian or other currency bills yields no 
announcements.  On the other hand, I suspect that optimizing for US currency 
allowed them to make this app really fast and responsive.  It will identify 
crumpled bills, folded bills, and even just parts of bills accurately.   As 
Marlaina stated, this is the fastest and easiest to use app that I've found for 
currency identification, and better than oMoby for this purpose.  It works in 
real time, and responds without having to tap controls, or fiddle with where 
you've placed the camera.  On the iPhone 4, if there's not sufficient light, it 
will turn the flash on without any intervention required by the user.  (You'll 
be able to feel the extra heat and know that the flash came on -- try using the 
iPhone camera on bills under a bed spread if you want to test this out!).  

HTH.  Cheers,

Esther

On Mar 8, 2011, at 09:03, erik burggraaf wrote:

 Hi, too bad this is only for US currency right now.  Canadians have a stand 
 alone bill reader which we can get for free, but I like LookTel.  They do a 
 lot of things right.  I'd buy it just to support them, especially if it isn't 
 breaking the bank.
 
 Have fun,
 
 Erik Burggraaf
 
 On 2011-03-08, at 1:59 PM, Marlaina Lieberg wrote:
 
 Get it if you have an iPhone!  It is faster than any other.  Just open the 
 program, click ok that you won't use it to identify counterfit money, then 
 point the camera to the bill.  It's immediate!
 

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: Looktel Money Reader for iPhone

2011-03-08 Thread Sarah Alawami
I'm still  a sceptic. I saw the video. no way can you identify money that fast. 
it' sjust impossibil. I mean how could you identify those 4 or 5 bills in about 
20 seconds? is it riged?

Takle care all.
Sarah Alawami

If you  need an edit  done on a small project go to 
http://music.marrie.org/master for more info. If you need to contact me my info 
is below.

MSN and AIM: marri...@gmail.com

website: http://music.marrie.org
Podcast: http://marrie.podbean.com
youtube: http://youtube.com/marrie125

On Mar 8, 2011, at 11:03 AM, erik burggraaf wrote:

 Hi, too bad this is only for US currency right now.  Canadians have a stand 
 alone bill reader which we can get for free, but I like LookTel.  They do a 
 lot of things right.  I'd buy it just to support them, especially if it isn't 
 breaking the bank.
 
 Have fun,
 
 Erik Burggraaf
 User support consultant,
 Now posting occasionally on twitter at eburggraaf,
 1-888-255-5194
 http://www.erik-burggraaf.com
 
 On 2011-03-08, at 1:59 PM, Marlaina Lieberg wrote:
 
 Get it if you have an iPhone!  It is faster than any other.  Just open the 
 program, click ok that you won't use it to identify counterfit money, then 
 point the camera to the bill.  It's immediate!
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: Looktel Money Reader for iPhone

2011-03-08 Thread Esther
Hi Sarah,

I tried out this app.  It's really fast on an iPhone 4.  My guess is that it 
works this fast because it's optimized for U.S. currency only.  If the camera 
stays on, it can process a series of images taken at slightly different 
positions to reconstruct the full image of the bill.  Further, if this is U.S. 
currency, you can take advantage of similarity of the bill structure that has 
proved a problem for other programs to do this in two passes: one to decide 
whether this is U.S. money (if not, don't try to run the program), if so, 
concentrate on identifying the parts of the bill that are distinct enough to 
identify the currency uniquely.  This could be a corner that has the 
denomination amount, the picture of the president in the front center 
(Washington for $1, Lincoln for $5, etc.) or the image on the back center of 
the same bill (sorry, don't know what these are off the bat).  There's a 
Chinese character OCR program for the iPhone (not accessible, alas!) that's 
running the same way -- the camera has to be on continuously for a bit to get a 
match.  Looktel really does run fast.  At least on an iPhone 4.  I can't speak 
for the other options, but this app is certainly working for the iPhone 3GS.  
It is definitely faster and easier to use than oMoby.  (On that note, I once 
had a result that identified a $1 bill that was very creased with the amount, 
but also came up with Google links for tired money from oMoby.)

Try it yourself, and see what you think.  I'd say this program is worth it.  
I'd like to hear feedback from folks who have the fourth generation iPod Touch, 
though, or others who can compare the results from iPhone 3GS, iPhone 4, and 
4th generation iPod Touch.

Cheers,

Esther

On Mar 8, 2011, at 09:33, Sarah Alawami wrote:

 I'm still  a sceptic. I saw the video. no way can you identify money that 
 fast. it' sjust impossibil. I mean how could you identify those 4 or 5 bills 
 in about 20 seconds? is it riged?
 
 Takle care all.
 Sarah Alawami
 
 On Mar 8, 2011, at 11:03 AM, erik burggraaf wrote:
 
 Hi, too bad this is only for US currency right now.  Canadians have a stand 
 alone bill reader which we can get for free, but I like LookTel.  They do a 
 lot of things right.  I'd buy it just to support them, especially if it 
 isn't breaking the bank.
 
 Have fun,
 
 Erik Burggraaf
 User support consultant,
 Now posting occasionally on twitter at eburggraaf,
 1-888-255-5194
 http://www.erik-burggraaf.com
 
 On 2011-03-08, at 1:59 PM, Marlaina Lieberg wrote:
 
 Get it if you have an iPhone!  It is faster than any other.  Just open the 
 program, click ok that you won't use it to identify counterfit money, then 
 point the camera to the bill.  It's immediate!
 

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



South Korea's SK Telecom to Become Second CDMA iPhone Carrier on March 16th

2011-03-08 Thread Sarah Alawami
Will the iphone become more popular in other countries? read on.

http://bit.ly/fHYuIs

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: Looktel Money Reader for iPhone

2011-03-08 Thread Sarah Alawami
I guess. I'm someine who remains scheptibal but maybe I might give it a try. I 
only have a dollar on me at present, I think? if I didn't spend it lol! but if 
this works I might sell my ibil or something. It is a very very good machine 
and provides some stuff that I don't think the look thing can do yet such as 
vibrations or beeps. Now that would be cool!
On Mar 8, 2011, at 11:54 AM, Esther wrote:

 Hi Sarah,
 
 I tried out this app.  It's really fast on an iPhone 4.  My guess is that it 
 works this fast because it's optimized for U.S. currency only.  If the camera 
 stays on, it can process a series of images taken at slightly different 
 positions to reconstruct the full image of the bill.  Further, if this is 
 U.S. currency, you can take advantage of similarity of the bill structure 
 that has proved a problem for other programs to do this in two passes: one to 
 decide whether this is U.S. money (if not, don't try to run the program), if 
 so, concentrate on identifying the parts of the bill that are distinct enough 
 to identify the currency uniquely.  This could be a corner that has the 
 denomination amount, the picture of the president in the front center 
 (Washington for $1, Lincoln for $5, etc.) or the image on the back center of 
 the same bill (sorry, don't know what these are off the bat).  There's a 
 Chinese character OCR program for the iPhone (not accessible, alas!) that's 
 running the same way -- the camera has to be on continuously for a bit to get 
 a match.  Looktel really does run fast.  At least on an iPhone 4.  I can't 
 speak for the other options, but this app is certainly working for the iPhone 
 3GS.  It is definitely faster and easier to use than oMoby.  (On that note, I 
 once had a result that identified a $1 bill that was very creased with the 
 amount, but also came up with Google links for tired money from oMoby.)
 
 Try it yourself, and see what you think.  I'd say this program is worth it.  
 I'd like to hear feedback from folks who have the fourth generation iPod 
 Touch, though, or others who can compare the results from iPhone 3GS, iPhone 
 4, and 4th generation iPod Touch.
 
 Cheers,
 
 Esther
 
 On Mar 8, 2011, at 09:33, Sarah Alawami wrote:
 
 I'm still  a sceptic. I saw the video. no way can you identify money that 
 fast. it' sjust impossibil. I mean how could you identify those 4 or 5 bills 
 in about 20 seconds? is it riged?
 
 Takle care all.
 Sarah Alawami
 
 On Mar 8, 2011, at 11:03 AM, erik burggraaf wrote:
 
 Hi, too bad this is only for US currency right now.  Canadians have a stand 
 alone bill reader which we can get for free, but I like LookTel.  They do a 
 lot of things right.  I'd buy it just to support them, especially if it 
 isn't breaking the bank.
 
 Have fun,
 
 Erik Burggraaf
 User support consultant,
 Now posting occasionally on twitter at eburggraaf,
 1-888-255-5194
 http://www.erik-burggraaf.com
 
 On 2011-03-08, at 1:59 PM, Marlaina Lieberg wrote:
 
 Get it if you have an iPhone!  It is faster than any other.  Just open the 
 program, click ok that you won't use it to identify counterfit money, then 
 point the camera to the bill.  It's immediate!
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: a helping hand for developers in assessing their accessibility

2011-03-08 Thread Scott Howell
Yuma,

Are the tools provided on the DVD (and updated via software date) the same or 
can you get additional tools. ALso just to clarify, if I have an app that has 
issues, can I use this inspector to look at the controls etc. and provide the 
developer feedback? There is a specific reason for the specific question. :) 
I'm working with a developer and want to try and provide more than just 
feedback and want to make sure I can provide as much information as possible 
including screen shots as appropriate. Any advice/input would be appreciated.

Thanks,


-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: Looktel Money Reader for iPhone

2011-03-08 Thread Kevin Mattingly
I saw the discussion, bought it for my IPhone 3GS and tried it on a 1 and 5 
dollar bill. It was really fast.

Kev
On Mar 8, 2011, at 3:18 PM, Sarah Alawami wrote:

 I guess. I'm someine who remains scheptibal but maybe I might give it a try. 
 I only have a dollar on me at present, I think? if I didn't spend it lol! but 
 if this works I might sell my ibil or something. It is a very very good 
 machine and provides some stuff that I don't think the look thing can do yet 
 such as vibrations or beeps. Now that would be cool!
 On Mar 8, 2011, at 11:54 AM, Esther wrote:
 
 Hi Sarah,
 
 I tried out this app.  It's really fast on an iPhone 4.  My guess is that it 
 works this fast because it's optimized for U.S. currency only.  If the 
 camera stays on, it can process a series of images taken at slightly 
 different positions to reconstruct the full image of the bill.  Further, if 
 this is U.S. currency, you can take advantage of similarity of the bill 
 structure that has proved a problem for other programs to do this in two 
 passes: one to decide whether this is U.S. money (if not, don't try to run 
 the program), if so, concentrate on identifying the parts of the bill that 
 are distinct enough to identify the currency uniquely.  This could be a 
 corner that has the denomination amount, the picture of the president in the 
 front center (Washington for $1, Lincoln for $5, etc.) or the image on the 
 back center of the same bill (sorry, don't know what these are off the bat). 
  There's a Chinese character OCR program for the iPhone (not accessible, 
 alas!) that's running the same way -- the camera has to be on continuously 
 for a bit to get a match.  Looktel really does run fast.  At least on an 
 iPhone 4.  I can't speak for the other options, but this app is certainly 
 working for the iPhone 3GS.  It is definitely faster and easier to use than 
 oMoby.  (On that note, I once had a result that identified a $1 bill that 
 was very creased with the amount, but also came up with Google links for 
 tired money from oMoby.)
 
 Try it yourself, and see what you think.  I'd say this program is worth it.  
 I'd like to hear feedback from folks who have the fourth generation iPod 
 Touch, though, or others who can compare the results from iPhone 3GS, iPhone 
 4, and 4th generation iPod Touch.
 
 Cheers,
 
 Esther
 
 On Mar 8, 2011, at 09:33, Sarah Alawami wrote:
 
 I'm still  a sceptic. I saw the video. no way can you identify money that 
 fast. it' sjust impossibil. I mean how could you identify those 4 or 5 
 bills in about 20 seconds? is it riged?
 
 Takle care all.
 Sarah Alawami
 
 On Mar 8, 2011, at 11:03 AM, erik burggraaf wrote:
 
 Hi, too bad this is only for US currency right now.  Canadians have a 
 stand alone bill reader which we can get for free, but I like LookTel.  
 They do a lot of things right.  I'd buy it just to support them, 
 especially if it isn't breaking the bank.
 
 Have fun,
 
 Erik Burggraaf
 User support consultant,
 Now posting occasionally on twitter at eburggraaf,
 1-888-255-5194
 http://www.erik-burggraaf.com
 
 On 2011-03-08, at 1:59 PM, Marlaina Lieberg wrote:
 
 Get it if you have an iPhone!  It is faster than any other.  Just open 
 the program, click ok that you won't use it to identify counterfit money, 
 then point the camera to the bill.  It's immediate!
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



calendar help needed

2011-03-08 Thread Marlaina Lieberg
This may sound like a basic question, but which is more reliable to move among 
appointments using tab or vo right arrow?

Also, is there a way to delete, not just simply hide, a calendar from the 
calendars list?

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Address Book Help

2011-03-08 Thread Marlaina Lieberg
This may sound like a basic question, but I am getting confused in the address 
book.  I open the app, tab to names, type in the name I want, then what is the 
most expedicious way to see and navigate the information for that contact?


-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: Looktel Money Reader for iPhone

2011-03-08 Thread Greg Aikens
Yes, just bought it. Works very fast for me as well.  

Greg
On Mar 8, 2011, at 2:37 PM, Kevin Mattingly wrote:

 I saw the discussion, bought it for my IPhone 3GS and tried it on a 1 and 5 
 dollar bill. It was really fast.
 
 Kev
 On Mar 8, 2011, at 3:18 PM, Sarah Alawami wrote:
 
 I guess. I'm someine who remains scheptibal but maybe I might give it a try. 
 I only have a dollar on me at present, I think? if I didn't spend it lol! 
 but if this works I might sell my ibil or something. It is a very very good 
 machine and provides some stuff that I don't think the look thing can do yet 
 such as vibrations or beeps. Now that would be cool!
 On Mar 8, 2011, at 11:54 AM, Esther wrote:
 
 Hi Sarah,
 
 I tried out this app.  It's really fast on an iPhone 4.  My guess is that 
 it works this fast because it's optimized for U.S. currency only.  If the 
 camera stays on, it can process a series of images taken at slightly 
 different positions to reconstruct the full image of the bill.  Further, if 
 this is U.S. currency, you can take advantage of similarity of the bill 
 structure that has proved a problem for other programs to do this in two 
 passes: one to decide whether this is U.S. money (if not, don't try to run 
 the program), if so, concentrate on identifying the parts of the bill that 
 are distinct enough to identify the currency uniquely.  This could be a 
 corner that has the denomination amount, the picture of the president in 
 the front center (Washington for $1, Lincoln for $5, etc.) or the image on 
 the back center of the same bill (sorry, don't know what these are off the 
 bat).  There's a Chinese character OCR program for the iPhone (not 
 accessible, alas!) that's running the same way -- the camera has to be on 
 continuously for a bit to get a match.  Looktel really does run fast.  At 
 least on an iPhone 4.  I can't speak for the other options, but this app is 
 certainly working for the iPhone 3GS.  It is definitely faster and easier 
 to use than oMoby.  (On that note, I once had a result that identified a $1 
 bill that was very creased with the amount, but also came up with Google 
 links for tired money from oMoby.)
 
 Try it yourself, and see what you think.  I'd say this program is worth it. 
  I'd like to hear feedback from folks who have the fourth generation iPod 
 Touch, though, or others who can compare the results from iPhone 3GS, 
 iPhone 4, and 4th generation iPod Touch.
 
 Cheers,
 
 Esther
 
 On Mar 8, 2011, at 09:33, Sarah Alawami wrote:
 
 I'm still  a sceptic. I saw the video. no way can you identify money that 
 fast. it' sjust impossibil. I mean how could you identify those 4 or 5 
 bills in about 20 seconds? is it riged?
 
 Takle care all.
 Sarah Alawami
 
 On Mar 8, 2011, at 11:03 AM, erik burggraaf wrote:
 
 Hi, too bad this is only for US currency right now.  Canadians have a 
 stand alone bill reader which we can get for free, but I like LookTel.  
 They do a lot of things right.  I'd buy it just to support them, 
 especially if it isn't breaking the bank.
 
 Have fun,
 
 Erik Burggraaf
 User support consultant,
 Now posting occasionally on twitter at eburggraaf,
 1-888-255-5194
 http://www.erik-burggraaf.com
 
 On 2011-03-08, at 1:59 PM, Marlaina Lieberg wrote:
 
 Get it if you have an iPhone!  It is faster than any other.  Just open 
 the program, click ok that you won't use it to identify counterfit 
 money, then point the camera to the bill.  It's immediate!
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: a helping hand for developers in assessing their accessibility

2011-03-08 Thread Yuma Decaux
Scott,

The developer tools are all included in the DVD if my memory serves me right, 
they are part of the xcode bundle unless those accessibility tools have been 
recently added with the latest version.

If the app uses a standard coco framework, the elements are broken down with 
information on whether a specific accessibility class has been plugged or not, 
i haven't looked too far into it but it shows all of your open applications so 
its good to close them all except the one you want to investigate.

There is also the accessibility inspector but i'm not sure how to work it out 
yet. I believe it locks unto an element on a selected application and when you 
hit command f7 the relevant information displays in the empty text box of the 
dev tool. There are however no help files that come with the inspector 

On the other hand, here is an excerpt in the accesibility verifier's help 
document:

Accessibility Verifier is a tool to help ensure your application will work well 
with the built-in accessibility features of Mac OS X. This tool provides 
runtime checking of an application's menus, windows, controls, and other UI 
elements, and reports information about accessibility data and attributes 
associated with those elements.


Hope this helps 

Yuma 


-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: Looktel Money Reader for iPhone

2011-03-08 Thread Cheree
Cheree Heppe here:

I am techno challenged.

How do I get the money identifier to work?  When I pass the warning notice 
about identifying counterfeit bills, there seems to be a blank screen.

Where do I point the camera?

How do I get the camera to take the picture?

I should have been born technologically gifted instead of s good looking.  
(smile)


Regards,
Cheree Heppe



Sent from my iPhone

On 08/03/2011, at 12:55, Greg Aikens gpaik...@gmail.com wrote:

 Yes, just bought it. Works very fast for me as well.  
 
 Greg
 On Mar 8, 2011, at 2:37 PM, Kevin Mattingly wrote:
 
 I saw the discussion, bought it for my IPhone 3GS and tried it on a 1 and 5 
 dollar bill. It was really fast.
 
 Kev
 On Mar 8, 2011, at 3:18 PM, Sarah Alawami wrote:
 
 I guess. I'm someine who remains scheptibal but maybe I might give it a 
 try. I only have a dollar on me at present, I think? if I didn't spend it 
 lol! but if this works I might sell my ibil or something. It is a very very 
 good machine and provides some stuff that I don't think the look thing can 
 do yet such as vibrations or beeps. Now that would be cool!
 On Mar 8, 2011, at 11:54 AM, Esther wrote:
 
 Hi Sarah,
 
 I tried out this app.  It's really fast on an iPhone 4.  My guess is that 
 it works this fast because it's optimized for U.S. currency only.  If the 
 camera stays on, it can process a series of images taken at slightly 
 different positions to reconstruct the full image of the bill.  Further, 
 if this is U.S. currency, you can take advantage of similarity of the bill 
 structure that has proved a problem for other programs to do this in two 
 passes: one to decide whether this is U.S. money (if not, don't try to run 
 the program), if so, concentrate on identifying the parts of the bill that 
 are distinct enough to identify the currency uniquely.  This could be a 
 corner that has the denomination amount, the picture of the president in 
 the front center (Washington for $1, Lincoln for $5, etc.) or the image on 
 the back center of the same bill (sorry, don't know what these are off the 
 bat).  There's a Chinese character OCR program for the iPhone (not 
 accessible, alas!) that's running the same way -- the camera has to be on 
 continuously for a bit to get a match.  Looktel really does run fast.  At 
 least on an iPhone 4.  I can't speak for the other options, but this app 
 is certainly working for the iPhone 3GS.  It is definitely faster and 
 easier to use than oMoby.  (On that note, I once had a result that 
 identified a $1 bill that was very creased with the amount, but also came 
 up with Google links for tired money from oMoby.)
 
 Try it yourself, and see what you think.  I'd say this program is worth 
 it.  I'd like to hear feedback from folks who have the fourth generation 
 iPod Touch, though, or others who can compare the results from iPhone 3GS, 
 iPhone 4, and 4th generation iPod Touch.
 
 Cheers,
 
 Esther
 
 On Mar 8, 2011, at 09:33, Sarah Alawami wrote:
 
 I'm still  a sceptic. I saw the video. no way can you identify money that 
 fast. it' sjust impossibil. I mean how could you identify those 4 or 5 
 bills in about 20 seconds? is it riged?
 
 Takle care all.
 Sarah Alawami
 
 On Mar 8, 2011, at 11:03 AM, erik burggraaf wrote:
 
 Hi, too bad this is only for US currency right now.  Canadians have a 
 stand alone bill reader which we can get for free, but I like LookTel.  
 They do a lot of things right.  I'd buy it just to support them, 
 especially if it isn't breaking the bank.
 
 Have fun,
 
 Erik Burggraaf
 User support consultant,
 Now posting occasionally on twitter at eburggraaf,
 1-888-255-5194
 http://www.erik-burggraaf.com
 
 On 2011-03-08, at 1:59 PM, Marlaina Lieberg wrote:
 
 Get it if you have an iPhone!  It is faster than any other.  Just open 
 the program, click ok that you won't use it to identify counterfit 
 money, then point the camera to the bill.  It's immediate!
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 

Re: Looktel Money Reader for iPhone

2011-03-08 Thread Alex Hall
That's the beauty of it. Put the money on a table or desk and hold the
camera 8-12 inches above it. As soon as the software sees the bill,
you hear it. I mean it - it takes less than a second. No need to take
a picture or anything.

On 3/8/11, Cheree che...@dogsc4me.com wrote:
 Cheree Heppe here:

 I am techno challenged.

 How do I get the money identifier to work?  When I pass the warning notice
 about identifying counterfeit bills, there seems to be a blank screen.

 Where do I point the camera?

 How do I get the camera to take the picture?

 I should have been born technologically gifted instead of s good
 looking.  (smile)


 Regards,
 Cheree Heppe



 Sent from my iPhone

 On 08/03/2011, at 12:55, Greg Aikens gpaik...@gmail.com wrote:

 Yes, just bought it. Works very fast for me as well.

 Greg
 On Mar 8, 2011, at 2:37 PM, Kevin Mattingly wrote:

 I saw the discussion, bought it for my IPhone 3GS and tried it on a 1 and
 5 dollar bill. It was really fast.

 Kev
 On Mar 8, 2011, at 3:18 PM, Sarah Alawami wrote:

 I guess. I'm someine who remains scheptibal but maybe I might give it a
 try. I only have a dollar on me at present, I think? if I didn't spend
 it lol! but if this works I might sell my ibil or something. It is a
 very very good machine and provides some stuff that I don't think the
 look thing can do yet such as vibrations or beeps. Now that would be
 cool!
 On Mar 8, 2011, at 11:54 AM, Esther wrote:

 Hi Sarah,

 I tried out this app.  It's really fast on an iPhone 4.  My guess is
 that it works this fast because it's optimized for U.S. currency only.
 If the camera stays on, it can process a series of images taken at
 slightly different positions to reconstruct the full image of the bill.
  Further, if this is U.S. currency, you can take advantage of
 similarity of the bill structure that has proved a problem for other
 programs to do this in two passes: one to decide whether this is U.S.
 money (if not, don't try to run the program), if so, concentrate on
 identifying the parts of the bill that are distinct enough to identify
 the currency uniquely.  This could be a corner that has the
 denomination amount, the picture of the president in the front center
 (Washington for $1, Lincoln for $5, etc.) or the image on the back
 center of the same bill (sorry, don't know what these are off the bat).
  There's a Chinese character OCR program for the iPhone (not
 accessible, alas!) that's running the same way -- the camera has to be
 on continuously for a bit to get a match.  Looktel really does run
 fast.  At least on an iPhone 4.  I can't speak for the other options,
 but this app is certainly working for the iPhone 3GS.  It is definitely
 faster and easier to use than oMoby.  (On that note, I once had a
 result that identified a $1 bill that was very creased with the amount,
 but also came up with Google links for tired money from oMoby.)

 Try it yourself, and see what you think.  I'd say this program is worth
 it.  I'd like to hear feedback from folks who have the fourth
 generation iPod Touch, though, or others who can compare the results
 from iPhone 3GS, iPhone 4, and 4th generation iPod Touch.

 Cheers,

 Esther

 On Mar 8, 2011, at 09:33, Sarah Alawami wrote:

 I'm still  a sceptic. I saw the video. no way can you identify money
 that fast. it' sjust impossibil. I mean how could you identify those 4
 or 5 bills in about 20 seconds? is it riged?

 Takle care all.
 Sarah Alawami

 On Mar 8, 2011, at 11:03 AM, erik burggraaf wrote:

 Hi, too bad this is only for US currency right now.  Canadians have a
 stand alone bill reader which we can get for free, but I like
 LookTel.  They do a lot of things right.  I'd buy it just to support
 them, especially if it isn't breaking the bank.

 Have fun,

 Erik Burggraaf
 User support consultant,
 Now posting occasionally on twitter at eburggraaf,
 1-888-255-5194
 http://www.erik-burggraaf.com

 On 2011-03-08, at 1:59 PM, Marlaina Lieberg wrote:

 Get it if you have an iPhone!  It is faster than any other.  Just
 open the program, click ok that you won't use it to identify
 counterfit money, then point the camera to the bill.  It's
 immediate!


 --
 You received this message because you are subscribed to the Google
 Groups MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/macvisionaries?hl=en.


 --
 You received this message because you are subscribed to the Google
 Groups MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/macvisionaries?hl=en.


 --
 You received this message because you are subscribed to the Google Groups
 

Re: Address Book Help

2011-03-08 Thread Brett Campbell
From the selected name in the contact list VO twice to the right and you'll 
get to Contact Information scroll area.  Interact here, and VO around at will.

Brett C.

On Mar 8, 2011, at 1:40 PM, Marlaina Lieberg wrote:

 This may sound like a basic question, but I am getting confused in the 
 address book.  I open the app, tab to names, type in the name I want, then 
 what is the most expedicious way to see and navigate the information for that 
 contact?
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: calendar help needed

2011-03-08 Thread Brett Campbell
I definitely recommend using the VO and arrows to move among the appointments.  
To delete a calendar from the calendar list, select the desired calendar, and 
bring up an options menu, with VO shift M.  You will find an option to delete.

Brett C.

On Mar 8, 2011, at 1:39 PM, Marlaina Lieberg wrote:

 This may sound like a basic question, but which is more reliable to move 
 among appointments using tab or vo right arrow?
 
 Also, is there a way to delete, not just simply hide, a calendar from the 
 calendars list?
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: Looktel Money Reader for iPhone

2011-03-08 Thread Sarah Alawami
lol. there's a demo that someone did on twitter  he just put the bill with the 
short side facing you and hell the camera about 10 inches up and it worked.
On Mar 8, 2011, at 1:17 PM, Cheree wrote:

 Cheree Heppe here:
 
 I am techno challenged.
 
 How do I get the money identifier to work?  When I pass the warning notice 
 about identifying counterfeit bills, there seems to be a blank screen.
 
 Where do I point the camera?
 
 How do I get the camera to take the picture?
 
 I should have been born technologically gifted instead of s good looking. 
  (smile)
 
 
 Regards,
 Cheree Heppe
 
 
 
 Sent from my iPhone
 
 On 08/03/2011, at 12:55, Greg Aikens gpaik...@gmail.com wrote:
 
 Yes, just bought it. Works very fast for me as well.  
 
 Greg
 On Mar 8, 2011, at 2:37 PM, Kevin Mattingly wrote:
 
 I saw the discussion, bought it for my IPhone 3GS and tried it on a 1 and 5 
 dollar bill. It was really fast.
 
 Kev
 On Mar 8, 2011, at 3:18 PM, Sarah Alawami wrote:
 
 I guess. I'm someine who remains scheptibal but maybe I might give it a 
 try. I only have a dollar on me at present, I think? if I didn't spend it 
 lol! but if this works I might sell my ibil or something. It is a very 
 very good machine and provides some stuff that I don't think the look 
 thing can do yet such as vibrations or beeps. Now that would be cool!
 On Mar 8, 2011, at 11:54 AM, Esther wrote:
 
 Hi Sarah,
 
 I tried out this app.  It's really fast on an iPhone 4.  My guess is that 
 it works this fast because it's optimized for U.S. currency only.  If the 
 camera stays on, it can process a series of images taken at slightly 
 different positions to reconstruct the full image of the bill.  Further, 
 if this is U.S. currency, you can take advantage of similarity of the 
 bill structure that has proved a problem for other programs to do this in 
 two passes: one to decide whether this is U.S. money (if not, don't try 
 to run the program), if so, concentrate on identifying the parts of the 
 bill that are distinct enough to identify the currency uniquely.  This 
 could be a corner that has the denomination amount, the picture of the 
 president in the front center (Washington for $1, Lincoln for $5, etc.) 
 or the image on the back center of the same bill (sorry, don't know what 
 these are off the bat).  There's a Chinese character OCR program for the 
 iPhone (not accessible, alas!) that's running the same way -- the camera 
 has to be on continuously for a bit to get a match.  Looktel really does 
 run fast.  At least on an iPhone 4.  I can't speak for the other options, 
 but this app is certainly working for the iPhone 3GS.  It is definitely 
 faster and easier to use than oMoby.  (On that note, I once had a result 
 that identified a $1 bill that was very creased with the amount, but also 
 came up with Google links for tired money from oMoby.)
 
 Try it yourself, and see what you think.  I'd say this program is worth 
 it.  I'd like to hear feedback from folks who have the fourth generation 
 iPod Touch, though, or others who can compare the results from iPhone 
 3GS, iPhone 4, and 4th generation iPod Touch.
 
 Cheers,
 
 Esther
 
 On Mar 8, 2011, at 09:33, Sarah Alawami wrote:
 
 I'm still  a sceptic. I saw the video. no way can you identify money 
 that fast. it' sjust impossibil. I mean how could you identify those 4 
 or 5 bills in about 20 seconds? is it riged?
 
 Takle care all.
 Sarah Alawami
 
 On Mar 8, 2011, at 11:03 AM, erik burggraaf wrote:
 
 Hi, too bad this is only for US currency right now.  Canadians have a 
 stand alone bill reader which we can get for free, but I like LookTel.  
 They do a lot of things right.  I'd buy it just to support them, 
 especially if it isn't breaking the bank.
 
 Have fun,
 
 Erik Burggraaf
 User support consultant,
 Now posting occasionally on twitter at eburggraaf,
 1-888-255-5194
 http://www.erik-burggraaf.com
 
 On 2011-03-08, at 1:59 PM, Marlaina Lieberg wrote:
 
 Get it if you have an iPhone!  It is faster than any other.  Just open 
 the program, click ok that you won't use it to identify counterfit 
 money, then point the camera to the bill.  It's immediate!
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 

Re: Macbook Pro VS. Macbook Air.

2011-03-08 Thread Neil James
Understood. I was just trying to make sure to point out all the possible 
differences between the Macbook air and the Pro. May I suggest, if you have 
an Apple store near you, that you just go and spend some time with your 
hands on both the air and the pro. This should help a bit with your 
decision.


Neil


- Original Message - 
From: wes smith wes1020002...@gmail.com

To: macvisionaries@googlegroups.com
Sent: Monday, March 07, 2011 5:26 PM
Subject: Re: Macbook Pro VS. Macbook Air.


I don't use sd cards, and I only use wifi.

Sent from my iPhone

On Mar 7, 2011, at 6:22 PM, Tyler wood tcwoo...@gmail.com wrote:


Hi,

You can get an adapter that plugs into the air for ethernet connectivity.

Just pointing that out.

Firewire...I have never used it. I haven't even seen it in use.
What is it mainly used for?


On 2011-03-07, at 7:13 PM, Neil James wrote:

I could be wrong, but I believe you can get the air with a 256 gb ssd and 
the 13 inch air does have the sd card reader just like the pro. However, 
the pro does add the benefit of the super drive as well as lan and 
firewire ports which the air does not come with. Hope this helps a bit.


Neil


- Original Message - From: Wes Smith wes1020002...@gmail.com
To: macvisionaries@googlegroups.com
Sent: Monday, March 07, 2011 4:29 PM
Subject: Macbook Pro VS. Macbook Air.


So I'm trying to decide between a Macbook Pro, or a Macbook AIr.  I would 
get a educational discount (I'm in college.)  I looked at the specs, and 
they both look good.  Though, the MAcbook Air is only flash, and it's 
biggest is 128 gig I think.  While the Macbook pro has a 500 gig HD (I 
wouldn't need that, just 320 gigs.)  And, the Macbook Pro  solid state, 
and it has a superdrive, while the Macbook AIr doesn't.   I don't really 
care about the weight and how thin the Macbook Air is.  SO, I guess my 
question would be, what do you  guys recommend?  It's a toss up for me. 
LOL.


--
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.

To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



__ Information from ESET NOD32 Antivirus, version of virus 
signature database 5934 (20110307) __


The message was checked by ESET NOD32 Antivirus.

http://www.eset.com



--
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.

To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.




--
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.

To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.




--
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.

To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



__ Information from ESET NOD32 Antivirus, version of virus signature 
database 5937 (20110308) __


The message was checked by ESET NOD32 Antivirus.

http://www.eset.com



--
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: Macbook Pro VS. Macbook Air.

2011-03-08 Thread Sarah Alawami
I've seen an air but I type very very very hard to the point where I've been 
through at least 3 usb keyboard maybe 4 in 5 years. Will the air take my mettle 
hands?
On Mar 8, 2011, at 2:26 PM, Neil James wrote:

 Understood. I was just trying to make sure to point out all the possible 
 differences between the Macbook air and the Pro. May I suggest, if you have 
 an Apple store near you, that you just go and spend some time with your hands 
 on both the air and the pro. This should help a bit with your decision.
 
 Neil
 
 
 - Original Message - From: wes smith wes1020002...@gmail.com
 To: macvisionaries@googlegroups.com
 Sent: Monday, March 07, 2011 5:26 PM
 Subject: Re: Macbook Pro VS. Macbook Air.
 
 
 I don't use sd cards, and I only use wifi.
 
 Sent from my iPhone
 
 On Mar 7, 2011, at 6:22 PM, Tyler wood tcwoo...@gmail.com wrote:
 
 Hi,
 
 You can get an adapter that plugs into the air for ethernet connectivity.
 
 Just pointing that out.
 
 Firewire...I have never used it. I haven't even seen it in use.
 What is it mainly used for?
 
 
 On 2011-03-07, at 7:13 PM, Neil James wrote:
 
 I could be wrong, but I believe you can get the air with a 256 gb ssd and 
 the 13 inch air does have the sd card reader just like the pro. However, 
 the pro does add the benefit of the super drive as well as lan and firewire 
 ports which the air does not come with. Hope this helps a bit.
 
 Neil
 
 
 - Original Message - From: Wes Smith wes1020002...@gmail.com
 To: macvisionaries@googlegroups.com
 Sent: Monday, March 07, 2011 4:29 PM
 Subject: Macbook Pro VS. Macbook Air.
 
 
 So I'm trying to decide between a Macbook Pro, or a Macbook AIr.  I would 
 get a educational discount (I'm in college.)  I looked at the specs, and 
 they both look good.  Though, the MAcbook Air is only flash, and it's 
 biggest is 128 gig I think.  While the Macbook pro has a 500 gig HD (I 
 wouldn't need that, just 320 gigs.)  And, the Macbook Pro  solid state, and 
 it has a superdrive, while the Macbook AIr doesn't.   I don't really care 
 about the weight and how thin the Macbook Air is.  SO, I guess my question 
 would be, what do you  guys recommend?  It's a toss up for me. LOL.
 
 --
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 
 
 __ Information from ESET NOD32 Antivirus, version of virus 
 signature database 5934 (20110307) __
 
 The message was checked by ESET NOD32 Antivirus.
 
 http://www.eset.com
 
 
 
 --
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 
 
 --
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 
 
 __ Information from ESET NOD32 Antivirus, version of virus signature 
 database 5937 (20110308) __
 
 The message was checked by ESET NOD32 Antivirus.
 
 http://www.eset.com
 
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: Macbook Pro VS. Macbook Air.

2011-03-08 Thread wes smith
I have an Apple store by me, that's a great idea!!!  Thanks!!!  :)

Sent from my iPhone

On Mar 8, 2011, at 3:27 PM, Neil James nei...@gmail.com wrote:

 Understood. I was just trying to make sure to point out all the possible 
 differences between the Macbook air and the Pro. May I suggest, if you have 
 an Apple store near you, that you just go and spend some time with your hands 
 on both the air and the pro. This should help a bit with your decision.

 Neil


 - Original Message - From: wes smith wes1020002...@gmail.com
 To: macvisionaries@googlegroups.com
 Sent: Monday, March 07, 2011 5:26 PM
 Subject: Re: Macbook Pro VS. Macbook Air.


 I don't use sd cards, and I only use wifi.

 Sent from my iPhone

 On Mar 7, 2011, at 6:22 PM, Tyler wood tcwoo...@gmail.com wrote:

 Hi,

 You can get an adapter that plugs into the air for ethernet connectivity.

 Just pointing that out.

 Firewire...I have never used it. I haven't even seen it in use.
 What is it mainly used for?


 On 2011-03-07, at 7:13 PM, Neil James wrote:

 I could be wrong, but I believe you can get the air with a 256 gb ssd and 
 the 13 inch air does have the sd card reader just like the pro. However, 
 the pro does add the benefit of the super drive as well as lan and firewire 
 ports which the air does not come with. Hope this helps a bit.

 Neil


 - Original Message - From: Wes Smith wes1020002...@gmail.com
 To: macvisionaries@googlegroups.com
 Sent: Monday, March 07, 2011 4:29 PM
 Subject: Macbook Pro VS. Macbook Air.


 So I'm trying to decide between a Macbook Pro, or a Macbook AIr.  I would 
 get a educational discount (I'm in college.)  I looked at the specs, and 
 they both look good.  Though, the MAcbook Air is only flash, and it's 
 biggest is 128 gig I think.  While the Macbook pro has a 500 gig HD (I 
 wouldn't need that, just 320 gigs.)  And, the Macbook Pro  solid state, and 
 it has a superdrive, while the Macbook AIr doesn't.   I don't really care 
 about the weight and how thin the Macbook Air is.  SO, I guess my question 
 would be, what do you  guys recommend?  It's a toss up for me. LOL.

 --
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.


 __ Information from ESET NOD32 Antivirus, version of virus 
 signature database 5934 (20110307) __

 The message was checked by ESET NOD32 Antivirus.

 http://www.eset.com



 --
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.


 --
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.


 --
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.


 __ Information from ESET NOD32 Antivirus, version of virus signature 
 database 5937 (20110308) __

 The message was checked by ESET NOD32 Antivirus.

 http://www.eset.com



 --
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



XCode and the Apple API

2011-03-08 Thread Paul Hunt
Hello everyone. I started playing around with a project and want to remove
it. How do I remove projects in the XCode IDE. Also, is there a basic
document that shows the structure of the Apple API? Finally, If I want to
write a GUI without using Interface Builder is there documentation on how to
do this?

Thanks so much.

 

 

 

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: a helping hand for developers in assessing their accessibility

2011-03-08 Thread Scott Howell
Yuma,

Yes this does help and thanks for the reminder. I was doing some testing a 
while back for someone on a website and f7 does ring a bell. SO, time to go 
break stuff. :)

THanks,

On Mar 8, 2011, at 4:05 PM, Yuma Decaux wrote:

 Scott,
 
 The developer tools are all included in the DVD if my memory serves me right, 
 they are part of the xcode bundle unless those accessibility tools have been 
 recently added with the latest version.
 
 If the app uses a standard coco framework, the elements are broken down with 
 information on whether a specific accessibility class has been plugged or 
 not, i haven't looked too far into it but it shows all of your open 
 applications so its good to close them all except the one you want to 
 investigate.
 
 There is also the accessibility inspector but i'm not sure how to work it out 
 yet. I believe it locks unto an element on a selected application and when 
 you hit command f7 the relevant information displays in the empty text box of 
 the dev tool. There are however no help files that come with the inspector 
 
 On the other hand, here is an excerpt in the accesibility verifier's help 
 document:
 
 Accessibility Verifier is a tool to help ensure your application will work 
 well with the built-in accessibility features of Mac OS X. This tool provides 
 runtime checking of an application's menus, windows, controls, and other UI 
 elements, and reports information about accessibility data and attributes 
 associated with those elements.
 
 
 Hope this helps 
 
 Yuma 
 
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Accessibility of Cidia?

2011-03-08 Thread James Malone
Hi guys. I recently jailbroke my phone on my Mac. I was told a while ago that 
Cidia was apparently now accessible. However, I found this to not be the case, 
at least with me. Is there some way I can install jailbroken aps on my Mac? or 
is there an update to Cidia? any help would be greatly appreciated.
Cheers,
James

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: Accessibility of Cidia?

2011-03-08 Thread Sarah Alawami
Dunno if there is an update. Oh there   was on february 12 I believe. but it 
still *not* accessible. I used RS to install it btw.

Take care.
On Mar 8, 2011, at 3:11 PM, James Malone wrote:

 Hi guys. I recently jailbroke my phone on my Mac. I was told a while ago that 
 Cidia was apparently now accessible. However, I found this to not be the 
 case, at least with me. Is there some way I can install jailbroken aps on my 
 Mac? or is there an update to Cidia? any help would be greatly appreciated.
 Cheers,
 James
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: Looktel Money Reader for iPhone

2011-03-08 Thread Sarah Alawami
I bit the bullet and bought it. wow! I must say it's fast! I'm uploading the 
podcast today and publishing it out of schedule!
Sarah Alawami

If you  need an edit  done on a small project go to 
http://music.marrie.org/master for more info. If you need to contact me my info 
is below.

MSN and AIM: marri...@gmail.com

website: http://music.marrie.org
Podcast: http://marrie.podbean.com
youtube: http://youtube.com/marrie125



Take care all.

On Mar 8, 2011, at 1:17 PM, Cheree wrote:

 Cheree Heppe here:
 
 I am techno challenged.
 
 How do I get the money identifier to work?  When I pass the warning notice 
 about identifying counterfeit bills, there seems to be a blank screen.
 
 Where do I point the camera?
 
 How do I get the camera to take the picture?
 
 I should have been born technologically gifted instead of s good looking. 
  (smile)
 
 
 Regards,
 Cheree Heppe
 
 
 
 Sent from my iPhone
 
 On 08/03/2011, at 12:55, Greg Aikens gpaik...@gmail.com wrote:
 
 Yes, just bought it. Works very fast for me as well.  
 
 Greg
 On Mar 8, 2011, at 2:37 PM, Kevin Mattingly wrote:
 
 I saw the discussion, bought it for my IPhone 3GS and tried it on a 1 and 5 
 dollar bill. It was really fast.
 
 Kev
 On Mar 8, 2011, at 3:18 PM, Sarah Alawami wrote:
 
 I guess. I'm someine who remains scheptibal but maybe I might give it a 
 try. I only have a dollar on me at present, I think? if I didn't spend it 
 lol! but if this works I might sell my ibil or something. It is a very 
 very good machine and provides some stuff that I don't think the look 
 thing can do yet such as vibrations or beeps. Now that would be cool!
 On Mar 8, 2011, at 11:54 AM, Esther wrote:
 
 Hi Sarah,
 
 I tried out this app.  It's really fast on an iPhone 4.  My guess is that 
 it works this fast because it's optimized for U.S. currency only.  If the 
 camera stays on, it can process a series of images taken at slightly 
 different positions to reconstruct the full image of the bill.  Further, 
 if this is U.S. currency, you can take advantage of similarity of the 
 bill structure that has proved a problem for other programs to do this in 
 two passes: one to decide whether this is U.S. money (if not, don't try 
 to run the program), if so, concentrate on identifying the parts of the 
 bill that are distinct enough to identify the currency uniquely.  This 
 could be a corner that has the denomination amount, the picture of the 
 president in the front center (Washington for $1, Lincoln for $5, etc.) 
 or the image on the back center of the same bill (sorry, don't know what 
 these are off the bat).  There's a Chinese character OCR program for the 
 iPhone (not accessible, alas!) that's running the same way -- the camera 
 has to be on continuously for a bit to get a match.  Looktel really does 
 run fast.  At least on an iPhone 4.  I can't speak for the other options, 
 but this app is certainly working for the iPhone 3GS.  It is definitely 
 faster and easier to use than oMoby.  (On that note, I once had a result 
 that identified a $1 bill that was very creased with the amount, but also 
 came up with Google links for tired money from oMoby.)
 
 Try it yourself, and see what you think.  I'd say this program is worth 
 it.  I'd like to hear feedback from folks who have the fourth generation 
 iPod Touch, though, or others who can compare the results from iPhone 
 3GS, iPhone 4, and 4th generation iPod Touch.
 
 Cheers,
 
 Esther
 
 On Mar 8, 2011, at 09:33, Sarah Alawami wrote:
 
 I'm still  a sceptic. I saw the video. no way can you identify money 
 that fast. it' sjust impossibil. I mean how could you identify those 4 
 or 5 bills in about 20 seconds? is it riged?
 
 Takle care all.
 Sarah Alawami
 
 On Mar 8, 2011, at 11:03 AM, erik burggraaf wrote:
 
 Hi, too bad this is only for US currency right now.  Canadians have a 
 stand alone bill reader which we can get for free, but I like LookTel.  
 They do a lot of things right.  I'd buy it just to support them, 
 especially if it isn't breaking the bank.
 
 Have fun,
 
 Erik Burggraaf
 User support consultant,
 Now posting occasionally on twitter at eburggraaf,
 1-888-255-5194
 http://www.erik-burggraaf.com
 
 On 2011-03-08, at 1:59 PM, Marlaina Lieberg wrote:
 
 Get it if you have an iPhone!  It is faster than any other.  Just open 
 the program, click ok that you won't use it to identify counterfit 
 money, then point the camera to the bill.  It's immediate!
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to 

Re: Address Book Help

2011-03-08 Thread Marlaina Lieberg
Hi Brett.

When I VO right, I am taken to the next name in the contact list.  

I am opening address book, tabbing twice to name, typing in the name, arrowing 
down if there is more than one choice i.e. I have 4 people named Judy, then bo 
right just takes me to the next name.  it does not pull up the contact info 
area with which I know I need to interact.
On Mar 8, 2011, at 1:27 PM, Brett Campbell wrote:

From the selected name in the contact list VO twice to the right and you'll 
get to Contact Information scroll area.  Interact here, and VO around at will.

Brett C.

On Mar 8, 2011, at 1:40 PM, Marlaina Lieberg wrote:

 This may sound like a basic question, but I am getting confused in the 
 address book.  I open the app, tab to names, type in the name I want, then 
 what is the most expedicious way to see and navigate the information for that 
 contact?
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: Looktel Money Reader for iPhone

2011-03-08 Thread Tom Frank
Hello all,
I thought it was broken because there aren't any buttons to double tap, or 
anything. I moved it toward the bill and it said 10 dollars.  It reads bills 
upside down, front or back and even vertically.  What an app!

Tom Frank

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: Accessibility of Cidia?

2011-03-08 Thread James Malone
Yeah, that's how  I installed it as well. I was more meaning how could I 
install other Jailbroken apps on my phone without using Cidia? I know there is 
a way on windows, but I'd like to avoid that if possible.
On 09/03/2011, at 10:49 AM, Sarah Alawami wrote:

 Dunno if there is an update. Oh there   was on february 12 I believe. but it 
 still *not* accessible. I used RS to install it btw.
 
 Take care.
 On Mar 8, 2011, at 3:11 PM, James Malone wrote:
 
 Hi guys. I recently jailbroke my phone on my Mac. I was told a while ago 
 that Cidia was apparently now accessible. However, I found this to not be 
 the case, at least with me. Is there some way I can install jailbroken aps 
 on my Mac? or is there an update to Cidia? any help would be greatly 
 appreciated.
 Cheers,
 James
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: Address Book Help

2011-03-08 Thread Esther

Hi Marlaina,

Address Book, just like apps like FInder, iTunes, etc. haw different view modes.  Which mode are you using?  
Brett's instructions assume that you are in the default viewing mode (Command-1 Card and 
Columns).  In this mode, which is like Column view mode in Finder, there's a table for Groups, then a 
table for Names, and finally a Card for the entries of a particular name selected from the Names 
table.  When Brett tells you to VO-Right twice, he's telling you to navigate to the Card entry.  You can also 
change the view (Command-2) so that only the card is displayed. In this mode you can navigate through to the 
next or previous card with Command-Right Bracket or Command-Left Bracket similar to the shortcuts that you 
use for your Safari Web browser (to move to next or previous page).  If you have interacted with the 
Names table then you will, indeed, be taken to the next name in the list when you VO-RIght arrow. 
If you stop interacting with this table, your VO-Right will move you first past the vertical splitter and 
then to the card entry for the person whose name you have selected.

Incidentally, since you are using a MacBook Air, you can use the TrackPad Commander 
gestures to navigate. Flick right (or left) on the track pad, and do a two finger flick 
right on the TrackPad to interact, or a two finger flick left to on the TrackPad to stop 
interacting.  The card for an individual will only show fields you have entered,  If you 
want to edit the card, you will have to stop interacting with it (VO-Shift-Up arrow or 
two finger flick left on the TrackPad), then VO-Down arrow (or flick down with the 
TrackPad) to the Edit Button, and VO-Space (or Double tap on the Trackpad) to bring up 
edit controls.  The basic card template is defined in your Address Book preferences 
(Command-Comma to bring these up) under Templates.

HTH.  Cheers,

Esther

On Mar 08, 2011, at 02:51 PM, Marlaina Lieberg 1guide...@gmail.com wrote:

Hi Brett.

When I VO right, I am taken to the next name in the contact list. 


I am opening address book, tabbing twice to name, typing in the name, arrowing 
down if there is more than one choice i.e. I have 4 people named Judy, then bo 
right just takes me to the next name. it does not pull up the contact info area 
with which I know I need to interact.
On Mar 8, 2011, at 1:27 PM, Brett Campbell wrote:


From the selected name in the contact list VO twice to the right and you'll get 
to Contact Information scroll area. Interact here, and VO around at will.


Brett C.

On Mar 8, 2011, at 1:40 PM, Marlaina Lieberg wrote:


This may sound like a basic question, but I am getting confused in the address 
book. I open the app, tab to names, type in the name I want, then what is the 
most expedicious way to see and navigate the information for that contact?




--
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: Address Book Help

2011-03-08 Thread carolyn Haas
Hey Marlaina:
When you open the addressbook app, vo-arrow right to table and interact.  If it 
says groups, vo arrow right to names and type. or arrow down to select which 
name you want to work with.Then stop interacting and vo-right to contact 
information  Interact with that table, and you'll see some of the fields, as 
well as an opportunity to edit that selected card.

HTH
On Mar 8, 2011, at 5:51 PM, Marlaina Lieberg wrote:

 Hi Brett.
 
 When I VO right, I am taken to the next name in the contact list.  
 
 I am opening address book, tabbing twice to name, typing in the name, 
 arrowing down if there is more than one choice i.e. I have 4 people named 
 Judy, then bo right just takes me to the next name.  it does not pull up the 
 contact info area with which I know I need to interact.
 On Mar 8, 2011, at 1:27 PM, Brett Campbell wrote:
 
 From the selected name in the contact list VO twice to the right and you'll 
 get to Contact Information scroll area.  Interact here, and VO around at will.
 
 Brett C.
 
 On Mar 8, 2011, at 1:40 PM, Marlaina Lieberg wrote:
 
 This may sound like a basic question, but I am getting confused in the 
 address book.  I open the app, tab to names, type in the name I want, then 
 what is the most expedicious way to see and navigate the information for 
 that contact?
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



a look at money reader on tffp

2011-03-08 Thread Sarah Alawami
Hey you all I just pot a podcast up on a look at money reader on tffp. ink is at

http://marrie.podbean.com/2011/03/08/a-look-at-money-reader/

Enjoy.

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Interesting news on the Adobe front.

2011-03-08 Thread Jonathan C. Cohn
The Washington Post has an article stating that Adobe has produced an 
application to convert Flash to HTML 5.

I have not looked  at the details.

Jonathan C. Cohn
jonc...@cox.net



-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: Accessibility of Cidia?

2011-03-08 Thread Sarah Alawami
I know you go through the terminal but I just restored my phone so my phone is 
not broken anymore lol! I got too frustrated with the installation of apps.
On Mar 8, 2011, at 5:12 PM, James Malone wrote:

 Yeah, that's how  I installed it as well. I was more meaning how could I 
 install other Jailbroken apps on my phone without using Cidia? I know there 
 is a way on windows, but I'd like to avoid that if possible.
 On 09/03/2011, at 10:49 AM, Sarah Alawami wrote:
 
 Dunno if there is an update. Oh there   was on february 12 I believe. but it 
 still *not* accessible. I used RS to install it btw.
 
 Take care.
 On Mar 8, 2011, at 3:11 PM, James Malone wrote:
 
 Hi guys. I recently jailbroke my phone on my Mac. I was told a while ago 
 that Cidia was apparently now accessible. However, I found this to not be 
 the case, at least with me. Is there some way I can install jailbroken aps 
 on my Mac? or is there an update to Cidia? any help would be greatly 
 appreciated.
 Cheers,
 James
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: a look at money reader on tffp

2011-03-08 Thread Greg Aikens
Good work with the demo.  Just not sure where you got the idea that it only 
scans the bills longwise.  It seems to work in just about any configuration, 
even folded at a weird angle.  

-Greg
On Mar 8, 2011, at 7:24 PM, Sarah Alawami wrote:

 Hey you all I just pot a podcast up on a look at money reader on tffp. ink is 
 at
 
 http://marrie.podbean.com/2011/03/08/a-look-at-money-reader/
 
 Enjoy.
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: Interesting news on the Adobe front.

2011-03-08 Thread Esther


Hi,

To follow up on Jonathan's post about Adobe's application to convert Flash 
content to HTML 5, there is a prerelase version of Wallaby, the experimental 
conversion tool, available as a free download for Mac and Windows at:

http://labs.adobe.com/technologies/wallaby

Cheers,

Esther

On Mar 08, 2011, at 03:28 PM, Jonathan C. Cohn jon.c.c...@gmail.com wrote:

The Washington Post has an article stating that Adobe has produced an 
application to convert Flash to HTML 5.

I have not looked at the details.

Jonathan C. Cohn
jonc...@cox.net

--
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: Macbook Pro VS. Macbook Air.

2011-03-08 Thread David Tanner
I looked at the Air a couple of weeks ago and the dealor said a 128GB was 
the largest hard drive, and if you want 4GB of RAM you have to special order 
that configuration, they are not available in the Apple Store.



- Original Message - 
From: Neil James nei...@gmail.com

To: macvisionaries@googlegroups.com
Sent: Monday, March 07, 2011 7:13 PM
Subject: Re: Macbook Pro VS. Macbook Air.


I could be wrong, but I believe you can get the air with a 256 gb ssd and 
the 13 inch air does have the sd card reader just like the pro. However, 
the pro does add the benefit of the super drive as well as lan and firewire 
ports which the air does not come with. Hope this helps a bit.


Neil


- Original Message - 
From: Wes Smith wes1020002...@gmail.com

To: macvisionaries@googlegroups.com
Sent: Monday, March 07, 2011 4:29 PM
Subject: Macbook Pro VS. Macbook Air.


So I'm trying to decide between a Macbook Pro, or a Macbook AIr.  I would 
get a educational discount (I'm in college.)  I looked at the specs, and 
they both look good.  Though, the MAcbook Air is only flash, and it's 
biggest is 128 gig I think.  While the Macbook pro has a 500 gig HD (I 
wouldn't need that, just 320 gigs.)  And, the Macbook Pro  solid state, 
and it has a superdrive, while the Macbook AIr doesn't.   I don't really 
care about the weight and how thin the Macbook Air is.  SO, I guess my 
question would be, what do you  guys recommend?  It's a toss up for me. 
LOL.


--
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.

To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



__ Information from ESET NOD32 Antivirus, version of virus 
signature database 5934 (20110307) __


The message was checked by ESET NOD32 Antivirus.

http://www.eset.com



--
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.

To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.




--
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: a look at money reader on tffp

2011-03-08 Thread Sarah Alawami
Ah. tha'ts the way I hold my bill. lol! No but it can pretty much scan any 
angle. I might have demoed that with out  knowing it. lol!
On Mar 8, 2011, at 6:29 PM, Greg Aikens wrote:

 Good work with the demo.  Just not sure where you got the idea that it only 
 scans the bills longwise.  It seems to work in just about any configuration, 
 even folded at a weird angle.  
 
 -Greg
 On Mar 8, 2011, at 7:24 PM, Sarah Alawami wrote:
 
 Hey you all I just pot a podcast up on a look at money reader on tffp. ink 
 is at
 
 http://marrie.podbean.com/2011/03/08/a-look-at-money-reader/
 
 Enjoy.
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: Looktel Money Reader for iPhone

2011-03-08 Thread Cheree Heppe
Cheree Heppe here:

Oh.

But how does it know I am done with the money scanning?

How does it know if I put a second, new bill down to be scanned?

Do I just click Home to stop the process?

Very technically challenged.
Cheree Heppe

- Original Message - 
From: Alex Hall mehg...@gmail.com
To: macvisionaries@googlegroups.com
Sent: Tuesday, March 08, 2011 13:20
Subject: Re: Looktel Money Reader for iPhone


 That's the beauty of it. Put the money on a table or desk and hold the
 camera 8-12 inches above it. As soon as the software sees the bill,
 you hear it. I mean it - it takes less than a second. No need to take
 a picture or anything.
 
 On 3/8/11, Cheree che...@dogsc4me.com wrote:
 Cheree Heppe here:

 I am techno challenged.

 How do I get the money identifier to work?  When I pass the warning notice
 about identifying counterfeit bills, there seems to be a blank screen.

 Where do I point the camera?

 How do I get the camera to take the picture?

 I should have been born technologically gifted instead of s good
 looking.  (smile)


 Regards,
 Cheree Heppe



 Sent from my iPhone

 On 08/03/2011, at 12:55, Greg Aikens gpaik...@gmail.com wrote:

 Yes, just bought it. Works very fast for me as well.

 Greg
 On Mar 8, 2011, at 2:37 PM, Kevin Mattingly wrote:

 I saw the discussion, bought it for my IPhone 3GS and tried it on a 1 and
 5 dollar bill. It was really fast.

 Kev
 On Mar 8, 2011, at 3:18 PM, Sarah Alawami wrote:

 I guess. I'm someine who remains scheptibal but maybe I might give it a
 try. I only have a dollar on me at present, I think? if I didn't spend
 it lol! but if this works I might sell my ibil or something. It is a
 very very good machine and provides some stuff that I don't think the
 look thing can do yet such as vibrations or beeps. Now that would be
 cool!
 On Mar 8, 2011, at 11:54 AM, Esther wrote:

 Hi Sarah,

 I tried out this app.  It's really fast on an iPhone 4.  My guess is
 that it works this fast because it's optimized for U.S. currency only.
 If the camera stays on, it can process a series of images taken at
 slightly different positions to reconstruct the full image of the bill.
  Further, if this is U.S. currency, you can take advantage of
 similarity of the bill structure that has proved a problem for other
 programs to do this in two passes: one to decide whether this is U.S.
 money (if not, don't try to run the program), if so, concentrate on
 identifying the parts of the bill that are distinct enough to identify
 the currency uniquely.  This could be a corner that has the
 denomination amount, the picture of the president in the front center
 (Washington for $1, Lincoln for $5, etc.) or the image on the back
 center of the same bill (sorry, don't know what these are off the bat).
  There's a Chinese character OCR program for the iPhone (not
 accessible, alas!) that's running the same way -- the camera has to be
 on continuously for a bit to get a match.  Looktel really does run
 fast.  At least on an iPhone 4.  I can't speak for the other options,
 but this app is certainly working for the iPhone 3GS.  It is definitely
 faster and easier to use than oMoby.  (On that note, I once had a
 result that identified a $1 bill that was very creased with the amount,
 but also came up with Google links for tired money from oMoby.)

 Try it yourself, and see what you think.  I'd say this program is worth
 it.  I'd like to hear feedback from folks who have the fourth
 generation iPod Touch, though, or others who can compare the results
 from iPhone 3GS, iPhone 4, and 4th generation iPod Touch.

 Cheers,

 Esther

 On Mar 8, 2011, at 09:33, Sarah Alawami wrote:

 I'm still  a sceptic. I saw the video. no way can you identify money
 that fast. it' sjust impossibil. I mean how could you identify those 4
 or 5 bills in about 20 seconds? is it riged?

 Takle care all.
 Sarah Alawami

 On Mar 8, 2011, at 11:03 AM, erik burggraaf wrote:

 Hi, too bad this is only for US currency right now.  Canadians have a
 stand alone bill reader which we can get for free, but I like
 LookTel.  They do a lot of things right.  I'd buy it just to support
 them, especially if it isn't breaking the bank.

 Have fun,

 Erik Burggraaf
 User support consultant,
 Now posting occasionally on twitter at eburggraaf,
 1-888-255-5194
 http://www.erik-burggraaf.com

 On 2011-03-08, at 1:59 PM, Marlaina Lieberg wrote:

 Get it if you have an iPhone!  It is faster than any other.  Just
 open the program, click ok that you won't use it to identify
 counterfit money, then point the camera to the bill.  It's
 immediate!


 --
 You received this message because you are subscribed to the Google
 Groups MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/macvisionaries?hl=en.


 --
 You received this 

Re: a look at money reader on tffp

2011-03-08 Thread Cheree Heppe
Cheree Heppe here:

You'll have to update your podcast to reflect the any position recognition of 
the app for the currency.


Regards,
Cheree Heppe

- Original Message - 
From: Greg Aikens gpaik...@gmail.com
To: macvisionaries@googlegroups.com
Sent: Tuesday, March 08, 2011 18:29
Subject: Re: a look at money reader on tffp


 Good work with the demo.  Just not sure where you got the idea that it only 
 scans the bills longwise.  It seems to work in just about any configuration, 
 even folded at a weird angle.  
 
 -Greg
 On Mar 8, 2011, at 7:24 PM, Sarah Alawami wrote:
 
 Hey you all I just pot a podcast up on a look at money reader on tffp. ink 
 is at
 
 http://marrie.podbean.com/2011/03/08/a-look-at-money-reader/
 
 Enjoy.
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 


-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: Looktel Money Reader for iPhone

2011-03-08 Thread Alex Hall
It is always scanning, which is why it will keep repeating the bill
every second if you hold the phone over the same bill. To switch
bills, just, well, switch bills. As soon as it sees the new one it
will tell you what it is. Yes, to stop, just hit the home button.

On 3/8/11, Cheree Heppe che...@dogsc4me.com wrote:
 Cheree Heppe here:

 Oh.

 But how does it know I am done with the money scanning?

 How does it know if I put a second, new bill down to be scanned?

 Do I just click Home to stop the process?

 Very technically challenged.
 Cheree Heppe

 - Original Message -
 From: Alex Hall mehg...@gmail.com
 To: macvisionaries@googlegroups.com
 Sent: Tuesday, March 08, 2011 13:20
 Subject: Re: Looktel Money Reader for iPhone


 That's the beauty of it. Put the money on a table or desk and hold the
 camera 8-12 inches above it. As soon as the software sees the bill,
 you hear it. I mean it - it takes less than a second. No need to take
 a picture or anything.

 On 3/8/11, Cheree che...@dogsc4me.com wrote:
 Cheree Heppe here:

 I am techno challenged.

 How do I get the money identifier to work?  When I pass the warning
 notice
 about identifying counterfeit bills, there seems to be a blank screen.

 Where do I point the camera?

 How do I get the camera to take the picture?

 I should have been born technologically gifted instead of s good
 looking.  (smile)


 Regards,
 Cheree Heppe



 Sent from my iPhone

 On 08/03/2011, at 12:55, Greg Aikens gpaik...@gmail.com wrote:

 Yes, just bought it. Works very fast for me as well.

 Greg
 On Mar 8, 2011, at 2:37 PM, Kevin Mattingly wrote:

 I saw the discussion, bought it for my IPhone 3GS and tried it on a 1
 and
 5 dollar bill. It was really fast.

 Kev
 On Mar 8, 2011, at 3:18 PM, Sarah Alawami wrote:

 I guess. I'm someine who remains scheptibal but maybe I might give it
 a
 try. I only have a dollar on me at present, I think? if I didn't spend
 it lol! but if this works I might sell my ibil or something. It is a
 very very good machine and provides some stuff that I don't think the
 look thing can do yet such as vibrations or beeps. Now that would be
 cool!
 On Mar 8, 2011, at 11:54 AM, Esther wrote:

 Hi Sarah,

 I tried out this app.  It's really fast on an iPhone 4.  My guess is
 that it works this fast because it's optimized for U.S. currency
 only.
 If the camera stays on, it can process a series of images taken at
 slightly different positions to reconstruct the full image of the
 bill.
  Further, if this is U.S. currency, you can take advantage of
 similarity of the bill structure that has proved a problem for other
 programs to do this in two passes: one to decide whether this is U.S.
 money (if not, don't try to run the program), if so, concentrate on
 identifying the parts of the bill that are distinct enough to
 identify
 the currency uniquely.  This could be a corner that has the
 denomination amount, the picture of the president in the front center
 (Washington for $1, Lincoln for $5, etc.) or the image on the back
 center of the same bill (sorry, don't know what these are off the
 bat).
  There's a Chinese character OCR program for the iPhone (not
 accessible, alas!) that's running the same way -- the camera has to
 be
 on continuously for a bit to get a match.  Looktel really does run
 fast.  At least on an iPhone 4.  I can't speak for the other options,
 but this app is certainly working for the iPhone 3GS.  It is
 definitely
 faster and easier to use than oMoby.  (On that note, I once had a
 result that identified a $1 bill that was very creased with the
 amount,
 but also came up with Google links for tired money from oMoby.)

 Try it yourself, and see what you think.  I'd say this program is
 worth
 it.  I'd like to hear feedback from folks who have the fourth
 generation iPod Touch, though, or others who can compare the results
 from iPhone 3GS, iPhone 4, and 4th generation iPod Touch.

 Cheers,

 Esther

 On Mar 8, 2011, at 09:33, Sarah Alawami wrote:

 I'm still  a sceptic. I saw the video. no way can you identify money
 that fast. it' sjust impossibil. I mean how could you identify those
 4
 or 5 bills in about 20 seconds? is it riged?

 Takle care all.
 Sarah Alawami

 On Mar 8, 2011, at 11:03 AM, erik burggraaf wrote:

 Hi, too bad this is only for US currency right now.  Canadians have
 a
 stand alone bill reader which we can get for free, but I like
 LookTel.  They do a lot of things right.  I'd buy it just to
 support
 them, especially if it isn't breaking the bank.

 Have fun,

 Erik Burggraaf
 User support consultant,
 Now posting occasionally on twitter at eburggraaf,
 1-888-255-5194
 http://www.erik-burggraaf.com

 On 2011-03-08, at 1:59 PM, Marlaina Lieberg wrote:

 Get it if you have an iPhone!  It is faster than any other.  Just
 open the program, click ok that you won't use it to identify
 counterfit money, then point the camera to the bill.  It's
 immediate!


 --
 You received this message because you are 

Re: Accessibility of Cidia?

2011-03-08 Thread Rose Morales
I'd recommend Icy, Apt, or Cyder 2. I've written about each of these methods on 
applevis. I'd say more, but I'm honestly mentally exhausted from helping people 
with jailbreak stuff. People have taken up way too much of my time, and I just 
can't do it right now. But I've written extensive guides on the subject.
On Mar 8, 2011, at 8:33 PM, Sarah Alawami wrote:

 I know you go through the terminal but I just restored my phone so my phone 
 is not broken anymore lol! I got too frustrated with the installation of apps.
 On Mar 8, 2011, at 5:12 PM, James Malone wrote:
 
 Yeah, that's how  I installed it as well. I was more meaning how could I 
 install other Jailbroken apps on my phone without using Cidia? I know there 
 is a way on windows, but I'd like to avoid that if possible.
 On 09/03/2011, at 10:49 AM, Sarah Alawami wrote:
 
 Dunno if there is an update. Oh there   was on february 12 I believe. but 
 it still *not* accessible. I used RS to install it btw.
 
 Take care.
 On Mar 8, 2011, at 3:11 PM, James Malone wrote:
 
 Hi guys. I recently jailbroke my phone on my Mac. I was told a while ago 
 that Cidia was apparently now accessible. However, I found this to not be 
 the case, at least with me. Is there some way I can install jailbroken aps 
 on my Mac? or is there an update to Cidia? any help would be greatly 
 appreciated.
 Cheers,
 James
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



App Store Question

2011-03-08 Thread Ezzy Bueno
Hi All,

I tried downloading a couple of the free apps off of the Apple App
Store. I entered my email and password, as I needed to verify my
account. When I clicked the billing button, I was back at the previous
page, except I was signed in.
How exactly do I retrieve the apps?
Sorry for the lame questions. LOL.

Ezzie
www.sillyez.com

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: Looktel Money Reader for iPhone

2011-03-08 Thread Cheree Heppe
Cheree Heppe here:

I think I can manage that.  smile

Thanks.


Regards,
Cheree Heppe

- Original Message - 
From: Alex Hall mehg...@gmail.com
To: macvisionaries@googlegroups.com
Sent: Tuesday, March 08, 2011 20:22
Subject: Re: Looktel Money Reader for iPhone


 It is always scanning, which is why it will keep repeating the bill
 every second if you hold the phone over the same bill. To switch
 bills, just, well, switch bills. As soon as it sees the new one it
 will tell you what it is. Yes, to stop, just hit the home button.
 
 On 3/8/11, Cheree Heppe che...@dogsc4me.com wrote:
 Cheree Heppe here:

 Oh.

 But how does it know I am done with the money scanning?

 How does it know if I put a second, new bill down to be scanned?

 Do I just click Home to stop the process?

 Very technically challenged.
 Cheree Heppe

 - Original Message -
 From: Alex Hall mehg...@gmail.com
 To: macvisionaries@googlegroups.com
 Sent: Tuesday, March 08, 2011 13:20
 Subject: Re: Looktel Money Reader for iPhone


 That's the beauty of it. Put the money on a table or desk and hold the
 camera 8-12 inches above it. As soon as the software sees the bill,
 you hear it. I mean it - it takes less than a second. No need to take
 a picture or anything.

 On 3/8/11, Cheree che...@dogsc4me.com wrote:
 Cheree Heppe here:

 I am techno challenged.

 How do I get the money identifier to work?  When I pass the warning
 notice
 about identifying counterfeit bills, there seems to be a blank screen.

 Where do I point the camera?

 How do I get the camera to take the picture?

 I should have been born technologically gifted instead of s good
 looking.  (smile)


 Regards,
 Cheree Heppe



 Sent from my iPhone

 On 08/03/2011, at 12:55, Greg Aikens gpaik...@gmail.com wrote:

 Yes, just bought it. Works very fast for me as well.

 Greg
 On Mar 8, 2011, at 2:37 PM, Kevin Mattingly wrote:

 I saw the discussion, bought it for my IPhone 3GS and tried it on a 1
 and
 5 dollar bill. It was really fast.

 Kev
 On Mar 8, 2011, at 3:18 PM, Sarah Alawami wrote:

 I guess. I'm someine who remains scheptibal but maybe I might give it
 a
 try. I only have a dollar on me at present, I think? if I didn't spend
 it lol! but if this works I might sell my ibil or something. It is a
 very very good machine and provides some stuff that I don't think the
 look thing can do yet such as vibrations or beeps. Now that would be
 cool!
 On Mar 8, 2011, at 11:54 AM, Esther wrote:

 Hi Sarah,

 I tried out this app.  It's really fast on an iPhone 4.  My guess is
 that it works this fast because it's optimized for U.S. currency
 only.
 If the camera stays on, it can process a series of images taken at
 slightly different positions to reconstruct the full image of the
 bill.
  Further, if this is U.S. currency, you can take advantage of
 similarity of the bill structure that has proved a problem for other
 programs to do this in two passes: one to decide whether this is U.S.
 money (if not, don't try to run the program), if so, concentrate on
 identifying the parts of the bill that are distinct enough to
 identify
 the currency uniquely.  This could be a corner that has the
 denomination amount, the picture of the president in the front center
 (Washington for $1, Lincoln for $5, etc.) or the image on the back
 center of the same bill (sorry, don't know what these are off the
 bat).
  There's a Chinese character OCR program for the iPhone (not
 accessible, alas!) that's running the same way -- the camera has to
 be
 on continuously for a bit to get a match.  Looktel really does run
 fast.  At least on an iPhone 4.  I can't speak for the other options,
 but this app is certainly working for the iPhone 3GS.  It is
 definitely
 faster and easier to use than oMoby.  (On that note, I once had a
 result that identified a $1 bill that was very creased with the
 amount,
 but also came up with Google links for tired money from oMoby.)

 Try it yourself, and see what you think.  I'd say this program is
 worth
 it.  I'd like to hear feedback from folks who have the fourth
 generation iPod Touch, though, or others who can compare the results
 from iPhone 3GS, iPhone 4, and 4th generation iPod Touch.

 Cheers,

 Esther

 On Mar 8, 2011, at 09:33, Sarah Alawami wrote:

 I'm still  a sceptic. I saw the video. no way can you identify money
 that fast. it' sjust impossibil. I mean how could you identify those
 4
 or 5 bills in about 20 seconds? is it riged?

 Takle care all.
 Sarah Alawami

 On Mar 8, 2011, at 11:03 AM, erik burggraaf wrote:

 Hi, too bad this is only for US currency right now.  Canadians have
 a
 stand alone bill reader which we can get for free, but I like
 LookTel.  They do a lot of things right.  I'd buy it just to
 support
 them, especially if it isn't breaking the bank.

 Have fun,

 Erik Burggraaf
 User support consultant,
 Now posting occasionally on twitter at eburggraaf,
 1-888-255-5194
 http://www.erik-burggraaf.com

 On 2011-03-08, at 1:59 PM, 

Re: App Store Question

2011-03-08 Thread carolyn Haas
Hi Ezzy:
When you are again signed in, you can look either with arrows, item chooser or 
a find command for buy.  When you find it, click and it should ask if you're 
sure you want to buy that app.  When you confirm, it should start automatically 
to download.  I did this with an app the other day, and since I was unsure it 
had started downloading, I hit buy again, knowing it was a free one.  It simply 
confirmed that I had the app already.
Hope this helps some.

Carolyn
On Mar 8, 2011, at 9:40 PM, Ezzy Bueno wrote:

 Hi All,
 
 I tried downloading a couple of the free apps off of the Apple App
 Store. I entered my email and password, as I needed to verify my
 account. When I clicked the billing button, I was back at the previous
 page, except I was signed in.
 How exactly do I retrieve the apps?
 Sorry for the lame questions. LOL.
 
 Ezzie
 www.sillyez.com
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: Slight Correction, Was Interesting news on the Adobe front.

2011-03-08 Thread Teresa Cochran
The link had a missing character. It's actually the following.

http://labs.adobe.com/technologies/wallaby/

Teresa

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: Slight Correction, Was Interesting news on the Adobe front.

2011-03-08 Thread wes smith
I installed it, but after it installed, it said it didn't have any
windows.  Am I missing something here?

Sent from my iPhone

On Mar 8, 2011, at 11:21 PM, Teresa Cochran vegaspipistre...@gmail.com wrote:

 The link had a missing character. It's actually the following.

 http://labs.adobe.com/technologies/wallaby/

 Teresa

 --
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: Accessibility of Cidia?

2011-03-08 Thread James Malone
Thanks guys. Yeah Rose, I saw your article on the subject, but I just assumed 
that Cyder 2 was only for windows. Never the less, I'll give it a look.
On 09/03/2011, at 3:39 PM, Rose Morales wrote:

 I'd recommend Icy, Apt, or Cyder 2. I've written about each of these methods 
 on applevis. I'd say more, but I'm honestly mentally exhausted from helping 
 people with jailbreak stuff. People have taken up way too much of my time, 
 and I just can't do it right now. But I've written extensive guides on the 
 subject.
 On Mar 8, 2011, at 8:33 PM, Sarah Alawami wrote:
 
 I know you go through the terminal but I just restored my phone so my phone 
 is not broken anymore lol! I got too frustrated with the installation of 
 apps.
 On Mar 8, 2011, at 5:12 PM, James Malone wrote:
 
 Yeah, that's how  I installed it as well. I was more meaning how could I 
 install other Jailbroken apps on my phone without using Cidia? I know there 
 is a way on windows, but I'd like to avoid that if possible.
 On 09/03/2011, at 10:49 AM, Sarah Alawami wrote:
 
 Dunno if there is an update. Oh there   was on february 12 I believe. but 
 it still *not* accessible. I used RS to install it btw.
 
 Take care.
 On Mar 8, 2011, at 3:11 PM, James Malone wrote:
 
 Hi guys. I recently jailbroke my phone on my Mac. I was told a while ago 
 that Cidia was apparently now accessible. However, I found this to not be 
 the case, at least with me. Is there some way I can install jailbroken 
 aps on my Mac? or is there an update to Cidia? any help would be greatly 
 appreciated.
 Cheers,
 James
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.