Re: How to Write a Simple App with RubyMotion

2013-05-20 Thread Christopher Chaltain
I've programmed in Python off and on for years, and I never had a 
problem with the indentation. I used to use NoteTab and JAWS, although 
JAWS has indentation support, so I'd assume you could use it with any 
editor. Now I use either Orca and gedit or Emacs with Emacspeak. 
Furthermore, even when I was programming in C, C++, Java, Perl, KSH, 
AWK, REXX, Lisp and so on, indentation was always a critical part of the 
coding guidelines I was following.


Python is a popular language in open source because the language itself 
forces good coding style, which is so important when so many different 
people are collaborating on the same project. I'd encourage anyone to 
learn how to use their access technology to handle indentation. It's not 
just important for Python, but collaborating in general.


On 05/19/2013 03:15 AM, RobH! wrote:

The thing that screwed me with Python, is the nesting levels done wholly by
indentation.  Not an easy thing to check in common editors;  Pascal and C
had the good grace to define terms or markers to denote start and end of
nested blocks. Ruby is an advance on Python,  tell us how that aspect might
be simplified.

Thanks, robH.

- Original Message -
From: Austin Seraphin aus...@behindthecurtain.us
To: viphone@googlegroups.com
Sent: Sunday, May 19, 2013 12:43 AM
Subject: How to Write a Simple App with RubyMotion


Hey everyone. I know some of you have wanted to write iOS apps. If so, you
should check out my latest podcast. It demonstrates how to write a simple
app in RubyMotion. I hope you enjoy it. Send me a message if you have any
questions.

http://behindthecurtain.us/2013/05/18/writing-a-simple-rubymotion-app-with-voiceover/

  - Austin

Pay no attention to that man behind the curtain! http://behindthecurtain.us





--
Christopher (CJ)
chaltain at Gmail

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

To unsubscribe from this group and stop receiving emails from it, send an email 
to viphone+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: How to Write a Simple App with RubyMotion

2013-05-19 Thread RobH!
is there another good accessible language to use on windows pc?

Get XAMPP which is an apache web host and it includes PHP server.  You can 
put your programs out on the web when you done writing and testing them. 
The HTTPD can start and stop out of a batch file, it is german so don't 
worry about terminology in the batch scripts, and yes, I write code in 
Notepad.  How accessible do you want it?
The manual is in plain text too, 7mb is a lot of text,   but searchable in 
Notepad of course.

This is a bit OT now,  but hth.

RobH.


- Original Message - 
From: Cris Ali filasti...@hotmail.com
To: viphone@googlegroups.com
Sent: Sunday, May 19, 2013 4:03 AM
Subject: Re: How to Write a Simple App with RubyMotion


Nice podcast.  Is there a version of rubymotion for windows pc?  if no, is 
there another good accessible language to use on windows pc?

Cris

twitter: http://twitter.com/JerusalemBoy
Blog: http://alkarmil.wordpress.com

From: Austin Seraphin
Sent: Saturday, May 18, 2013 7:43 PM
To: viphone@googlegroups.com
Subject: How to Write a Simple App with RubyMotion

Hey everyone. I know some of you have wanted to write iOS apps. If so, you 
should check out my latest podcast. It demonstrates how to write a simple 
app in RubyMotion. I hope you enjoy it. Send me a message if you have any 
questions.

http://behindthecurtain.us/2013/05/18/writing-a-simple-rubymotion-app-with-voiceover/


- Austin

Pay no attention to that man behind the curtain! http://behindthecurtain.us




-- 
You received this message because you are subscribed to the VIPhone Google 
Group.
To search the VIPhone public archive, visit 
http://www.mail-archive.com/viphone@googlegroups.com/.
To post to this group, send email to viphone@googlegroups.com.
To unsubscribe from this group, send email to 
viphone+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/viphone?hl=en.
--- 
You received this message because you are subscribed to the Google Groups 
VIPhone group.
To unsubscribe from this group and stop receiving emails from it, send an 
email to viphone+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.



-- 
You received this message because you are subscribed to the VIPhone Google 
Group.
To search the VIPhone public archive, visit 
http://www.mail-archive.com/viphone@googlegroups.com/.
To post to this group, send email to viphone@googlegroups.com.
To unsubscribe from this group, send email to 
viphone+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/viphone?hl=en.
--- 
You received this message because you are subscribed to the Google Groups 
VIPhone group.
To unsubscribe from this group and stop receiving emails from it, send an 
email to viphone+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.



-- 
You received this message because you are subscribed to the VIPhone Google 
Group.
To search the VIPhone public archive, visit 
http://www.mail-archive.com/viphone@googlegroups.com/.
To post to this group, send email to viphone@googlegroups.com.
To unsubscribe from this group, send email to 
viphone+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/viphone?hl=en.
--- 
You received this message because you are subscribed to the Google Groups 
VIPhone group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to viphone+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: How to Write a Simple App with RubyMotion

2013-05-19 Thread RobH!
The thing that screwed me with Python, is the nesting levels done wholly by 
indentation.  Not an easy thing to check in common editors;  Pascal and C 
had the good grace to define terms or markers to denote start and end of 
nested blocks. Ruby is an advance on Python,  tell us how that aspect might 
be simplified.

Thanks, robH.

- Original Message - 
From: Austin Seraphin aus...@behindthecurtain.us
To: viphone@googlegroups.com
Sent: Sunday, May 19, 2013 12:43 AM
Subject: How to Write a Simple App with RubyMotion


Hey everyone. I know some of you have wanted to write iOS apps. If so, you 
should check out my latest podcast. It demonstrates how to write a simple 
app in RubyMotion. I hope you enjoy it. Send me a message if you have any 
questions.

http://behindthecurtain.us/2013/05/18/writing-a-simple-rubymotion-app-with-voiceover/

 - Austin

Pay no attention to that man behind the curtain! http://behindthecurtain.us



-- 
You received this message because you are subscribed to the VIPhone Google 
Group.
To search the VIPhone public archive, visit 
http://www.mail-archive.com/viphone@googlegroups.com/.
To post to this group, send email to viphone@googlegroups.com.
To unsubscribe from this group, send email to 
viphone+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/viphone?hl=en.
--- 
You received this message because you are subscribed to the Google Groups 
VIPhone group.
To unsubscribe from this group and stop receiving emails from it, send an 
email to viphone+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.



-- 
You received this message because you are subscribed to the VIPhone Google 
Group.
To search the VIPhone public archive, visit 
http://www.mail-archive.com/viphone@googlegroups.com/.
To post to this group, send email to viphone@googlegroups.com.
To unsubscribe from this group, send email to 
viphone+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/viphone?hl=en.
--- 
You received this message because you are subscribed to the Google Groups 
VIPhone group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to viphone+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




How to Write a Simple App with RubyMotion

2013-05-18 Thread Austin Seraphin
Hey everyone. I know some of you have wanted to write iOS apps. If so, you 
should check out my latest podcast. It demonstrates how to write a simple app 
in RubyMotion. I hope you enjoy it. Send me a message if you have any questions.

http://behindthecurtain.us/2013/05/18/writing-a-simple-rubymotion-app-with-voiceover/

 - Austin

Pay no attention to that man behind the curtain! http://behindthecurtain.us



-- 
You received this message because you are subscribed to the VIPhone Google 
Group.
To search the VIPhone public archive, visit 
http://www.mail-archive.com/viphone@googlegroups.com/.
To post to this group, send email to viphone@googlegroups.com.
To unsubscribe from this group, send email to 
viphone+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/viphone?hl=en.
--- 
You received this message because you are subscribed to the Google Groups 
VIPhone group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to viphone+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: How to Write a Simple App with RubyMotion

2013-05-18 Thread Cris Ali
Nice podcast.  Is there a version of rubymotion for windows pc?  if no, is 
there another good accessible language to use on windows pc?

Cris

twitter: http://twitter.com/JerusalemBoy
Blog: http://alkarmil.wordpress.com

From: Austin Seraphin 
Sent: Saturday, May 18, 2013 7:43 PM
To: viphone@googlegroups.com 
Subject: How to Write a Simple App with RubyMotion

Hey everyone. I know some of you have wanted to write iOS apps. If so, you 
should check out my latest podcast. It demonstrates how to write a simple app 
in RubyMotion. I hope you enjoy it. Send me a message if you have any 
questions. 

http://behindthecurtain.us/2013/05/18/writing-a-simple-rubymotion-app-with-voiceover/


- Austin

Pay no attention to that man behind the curtain! http://behindthecurtain.us




-- 
You received this message because you are subscribed to the VIPhone Google 
Group.
To search the VIPhone public archive, visit 
http://www.mail-archive.com/viphone@googlegroups.com/.
To post to this group, send email to viphone@googlegroups.com.
To unsubscribe from this group, send email to 
viphone+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/viphone?hl=en.
--- 
You received this message because you are subscribed to the Google Groups 
VIPhone group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to viphone+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

-- 
You received this message because you are subscribed to the VIPhone Google 
Group.
To search the VIPhone public archive, visit 
http://www.mail-archive.com/viphone@googlegroups.com/.
To post to this group, send email to viphone@googlegroups.com.
To unsubscribe from this group, send email to 
viphone+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/viphone?hl=en.
--- 
You received this message because you are subscribed to the Google Groups 
VIPhone group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to viphone+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




RubyMotion and Accessibility

2013-01-11 Thread Austin Seraphin
Hi everyone. I just gave a great talk about basic iOS accessibility, as well as 
a new iOS toolchain called RubyMotion, which lets you write iOS apps in Ruby. 
Check it out.

 - Austin

Pay no attention to that man behind the curtain! http://behindthecurtain.us



-- 
You received this message because you are subscribed to the VIPhone Google 
Group.
To search the VIPhone public archive, visit 
http://www.mail-archive.com/viphone@googlegroups.com/.
To post to this group, send email to viphone@googlegroups.com.
To unsubscribe from this group, send email to 
viphone+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/viphone?hl=en.




Re: RubyMotion

2012-10-05 Thread Scott Howell
Hello Austin,

THanks for sharing your article. I have been wanting to learn objective c as 
well. Ok, to be honest I've been wanting to learn all sorts of things, but 
never quite seem to have the hours in a day to accomplish these goals. :) I am 
not sure I'll learn RubbyMotion tomorrow, but I am intrigued and will do some 
reading. I would like to write iOS apps as well to satisfy my interests as well 
and hey maybe contribute something useful to others.

Scott

On Oct 5, 2012, at 1:37 AM, Austin Seraphin aus...@behindthecurtain.us wrote:

 Check out my latest article about RubyMotion. If you want a text-based way to 
 write apps then you will definitely want to read it.
 
 http://behindthecurtain.us/2012/10/04/rubymotion-rocks/
 
  - Austin
 
 Pay no attention to that man behind the curtain! http://behindthecurtain.us
 
 
 
 
 -- 
 You received this message because you are subscribed to the VIPhone Google 
 Group.
 To search the VIPhone public archive, visit 
 http://www.mail-archive.com/viphone@googlegroups.com/.
 To post to this group, send email to viphone@googlegroups.com.
 To unsubscribe from this group, send email to 
 viphone+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/viphone?hl=en.
  
  

-- 
You received this message because you are subscribed to the VIPhone Google 
Group.
To search the VIPhone public archive, visit 
http://www.mail-archive.com/viphone@googlegroups.com/.
To post to this group, send email to viphone@googlegroups.com.
To unsubscribe from this group, send email to 
viphone+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/viphone?hl=en.




RubyMotion

2012-10-04 Thread Austin Seraphin
Check out my latest article about RubyMotion. If you want a text-based way to 
write apps then you will definitely want to read it.

http://behindthecurtain.us/2012/10/04/rubymotion-rocks/

 - Austin

Pay no attention to that man behind the curtain! http://behindthecurtain.us



-- 
You received this message because you are subscribed to the VIPhone Google 
Group.
To search the VIPhone public archive, visit 
http://www.mail-archive.com/viphone@googlegroups.com/.
To post to this group, send email to viphone@googlegroups.com.
To unsubscribe from this group, send email to 
viphone+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/viphone?hl=en.