Apple Distinguished Educators – San Diego,CA 2014

 In this Apple summit, many Educator around the world shared his vision about technology in-out classroom using Apple technology.  So many testimonials and real evidences that motivated you to start thinking in How? What? and When? apply this tools in order to engage Students and Directors. At the same time Apple employees present and offer hand-ons in best tool for authoring (iBook Author) and the new concept around Swift Programming Language, how you can, yes! you can create App without been a programmer (I will create a compete report If you are interested) This time I’m publishing in Spanish, but I will publish it in English as soon as I can.


Google app engine – Eclipse

Finally, after working all night and reading a lot of Google pages about setting and debugging Google App engine (GAE) I finally integrated it with Eclipse. Bellow you’ll find my steps to setting GAE.

1. Download your favorite Eclipse release and remember it in order to download a correct GAE plugin, then in Eclipse go to help” menu and click on /install new software” menu option. this will show you the install plugin window, in the “Work with” input field, copy and paste the URL of the GAE repository according of your Eclipse release, in my case I have Eclipse Juno version, so my URL is:http://dl.google.com/eclipse/plugin/4.2 , for a complete list of GAE Eclipse  plugins, click here

GAE_Eclipse

2. After installation, you’ll see a google button in your toolbar with a list of options, is this tutorial We’ll select and click “New Web Application Project…” option yo create a brand new GAE Web Application.

GAE_Eclipse

3. Fill out the the fields with your project information, in this case We’ll uncheck the Use Goolge Web Toolkit” checkbox because I will only create an servlet application without converting code to javascript.

GAE_Eclipse

4. Now, I have modified the /war/WEB-INF/index.html file in order to have a different window title output for our web app.

GAE_Eclipse

5. Now We’ll compile and run our web app by clicking on “run/run as a web application” menu option, this will enabled a localhost server on default 8888 port, on the console windows you will see a detailed information about launching local server.

GAE_Eclipse

6. At this point you should test you application in a web browser at the URL localhost:8888 location, you’ll see the Google App engine server with a list of applications

GAE_eclipse

7.  And Finally, the servelt will show you the common “Hello, world” output, So, we will modified it in order to check the server and development natural modify/test pattern.

GAE_Eclipse

GAE_Eclipse

Open Badges

Mozilla is innovating again with a brand new project called  “Open Badges”, this is a kind of indicator that measure skills, accomplishment or competency, with this indicator or symbol, employers and instructor can review a complete photo of your digital skills, stuff learned and maybe a real opportunity to engage yourself to improve some competences and choose the right path for your personal and professional grow.

Blackboard is offering an online course about open at Coursesities open Badges 

iOS 7 Beta 4 released!

iOS 7 beta 4 released for iOS devices!  As you know you will need your dev program account to download it. Or if you have the iOS 7 Beta 3, you can upgrade it directly from you iOS device.

New features:

  • Call button in Phone dialer is tweaked
  • Phone answer buttons tweaked
  • HDR in camera re-located
  • You can now swipe between panels in Notification Center
  • Tweaked filters UI (and added for some older iPhone models)
  • Shuffle all songs is back
  • Improved animations and transparency in folders on the Home screen

 

iOS 7

Una nueva plataforma

En el mundo educativo, y para ser mas específico las universidades, han buscado de forma permanente integrar sus modelos de formación y enseñanza al mundo digital y tecnológico, ya han pasado 7 años desde las propuestas “virtuales”, “en línea” y “semi- presencial” que analizando los resultados, han sido un dolor de cabeza tanto para los alumnos como para las mismas universidades.
Continue reading

Creating an iOS App

Tags

, ,

Last month, July 14-19, Apple organised a special event for education, the Apple Distinguished Educator at Austin, Texas, in this event was presented a keynote about iOS development, a beginner starting point for educators, a short demo about an iOS App using xCode, putting a simple button and how to use Social Framework to post a message to Twitter, this app was created from scratch.