Changes

Jump to navigation Jump to search
815 bytes added ,  23:31, 2 April 2009
no edit summary
Line 24: Line 24:  
====About your project====
 
====About your project====
 
* ''' What is the name of your project?'''
 
* ''' What is the name of your project?'''
Karma ??, Code name: Karma proof
+
Karma + Activities
 
* ''' Describe your project in 10-20 sentences. What are you making? Who are you making it for, and why do they need it? What technologies (programming languages, etc.) will you be using?'''
 
* ''' Describe your project in 10-20 sentences. What are you making? Who are you making it for, and why do they need it? What technologies (programming languages, etc.) will you be using?'''
 
The main idea is to boost educational Web Develop.
 
The main idea is to boost educational Web Develop.
   −
<cite>There are lots of designers-particularly in developing countries-that want to contribute to OLPC. The bad news is that they don't know python. or GTK+. They may not even be familiar with linux. They do know HTML, CSS, Javascript, andAdobe Flash.
+
<cite>There are lots of designers-particularly in developing countries-that want to contribute to OLPC. The bad news is that they don't know python. or GTK+. They may not even be familiar with linux. They do know HTML, CSS, Javascript, and Adobe Flash.
 
...
 
...
 
Due to rise of the Internet and related boom in outsourcing, the vast, vast majority of programmers in developing countries are web developers(according to my own grossly unscientific survey). The rise of the Internet has also led a lot of talented graphic designers in developing and developed countries to learn web technologies.
 
Due to rise of the Internet and related boom in outsourcing, the vast, vast majority of programmers in developing countries are web developers(according to my own grossly unscientific survey). The rise of the Internet has also led a lot of talented graphic designers in developing and developed countries to learn web technologies.
 +
...
 +
Unfortunately, there aren't any IDE's that provide WYSIWYG animation editing for DOJO, JQuery, and Processing.js and so on tools. While real programmers use emacs (or vi, joe, sam, etc.), designers use WYSIWYG GUI's.
 
</cite> [http://lists.sugarlabs.org/archive/iaep/2009-January/003433.html from How to Make Activity Designers Happy , Parts I and II]
 
</cite> [http://lists.sugarlabs.org/archive/iaep/2009-January/003433.html from How to Make Activity Designers Happy , Parts I and II]
   −
I propose using web technologies for completely offline activities. Allowing activity designers to quickly build activities utilizing widely-used tools. I will creat an educational framework (Karma) using html5 + JavaScript, it will handle animation ( through <canvas>), sounds (through <audio>), also client-side i18n (according to browser locale) and general persistence (Gears) at the end we will have a re-usable javascript libraries for lesson plan reader (ideally with plain html rather than a pdf or other proprietary format), navigation, help, etc.
+
I propose using web technologies for completely offline activities. Allowing activity designers to quickly build activities utilizing widely-used tools. We need Karma (original idea [[USER:BryanWB| Bryan Berry]]) to enable web designers to quickly build activities for the XO without having to learn a whole new skillset.
 +
So...I will creat an educational framework (Karma) using html5 + JavaScript, it will handle animation ( through <canvas>), sounds (through <audio>), also client-side i18n (according to browser locale) and general persistence (Gears) at the end we will have a re-usable javascript libraries for lesson plan reader (ideally with plain html rather than a pdf or other proprietary format), navigation, help, etc. this framework will allow web designers to reuse their existing skills and tools.
    
The objetive is to provide a single prototype activity which could be used as a template for sugarizing AJAX activities. I will recreate an existing activity such as one of [http://www.pustakalaya.org/external-content/static/epaath/E-Paath-2.activity/activity/Activity/MenuStage.html OLE Nepal's flash activities].  
 
The objetive is to provide a single prototype activity which could be used as a template for sugarizing AJAX activities. I will recreate an existing activity such as one of [http://www.pustakalaya.org/external-content/static/epaath/E-Paath-2.activity/activity/Activity/MenuStage.html OLE Nepal's flash activities].  
Line 40: Line 43:  
* Webkit for html rendering engine.
 
* Webkit for html rendering engine.
 
* Google Gear's Filesystem API because it seems to have the most traction in the linux world.
 
* Google Gear's Filesystem API because it seems to have the most traction in the linux world.
 +
 +
* ''' What is the timeline for development of your project? The Summer of Code work period is 7 weeks long, May 23 - August 10; tell us what you will be working on each week. (As the summer goes on, you and your mentor will adjust your schedule, but it's good to have a plan at the beginning so you have an idea of where you're headed.) Note that you should probably plan to have something "working and 90% done" by the midterm evaluation (July 6-13); the last steps always take longer than you think, and we will consider cancelling projects which are not mostly working by then.'''
 +
 +
 +
      −
* ''' What is the timeline for development of your project? The Summer of Code work period is 7 weeks long, May 23 - August 10; tell us what you will be working on each week. (As the summer goes on, you and your mentor will adjust your schedule, but it's good to have a plan at the beginning so you have an idea of where you're headed.) Note that you should probably plan to have something "working and 90% done" by the midterm evaluation (July 6-13); the last steps always take longer than you think, and we will consider cancelling projects which are not mostly working by then.'''
         
* ''' Convince us, in 5-15 sentences, that you will be able to successfully complete your project in the timeline you have described. This is usually where people describe their past experiences, credentials, prior projects, schoolwork, and that sort of thing, but be creative. Link to prior work or other resources as relevant. '''
 
* ''' Convince us, in 5-15 sentences, that you will be able to successfully complete your project in the timeline you have described. This is usually where people describe their past experiences, credentials, prior projects, schoolwork, and that sort of thing, but be creative. Link to prior work or other resources as relevant. '''
I'm really motivated, I have the necesary time, I've good programming skills.
+
 
<p>I've been talking with Bryan Berry[http://lists.sugarlabs.org/archive/sugar-devel/2009-March/013043.html], he has convinced me that open web technologies are the correct way in order to get an open-source ecosystem.</p>
+
I'm really motivated, I have the necesary time and I've good programming skills.
<p>I've participated in several programming contest: "ACM Programming Contest México and Central América 2007" in 2005, 2007[http://icpc.baylor.edu/icpc/regionals/ViewRegionalStandings.asp?ContestID=860] and 2008[http://cidi.uaq.mx/acm/results.html] obtaining honorable mention, 5th place (global) and 8th place (global) respectively.</p>
+
<p>My main programming language is C/C++, using it I have developed:
<p>My main programming language is C/C++, I develop an C++ sniffer for linux using libpcap, among others.   
+
* sniffer for linux using libpcap
 +
* Othello game,
 +
* Pascal (with modifications) interpreter
 +
among others minor porjects.   
 
However, the effectiveness of Phyton has led me to explore it, I've done some little experiments using it.
 
However, the effectiveness of Phyton has led me to explore it, I've done some little experiments using it.
</p>
   
<p>
 
<p>
 +
 
I've a lot of experience using flash, i.e. some projects:
 
I've a lot of experience using flash, i.e. some projects:
 
* Rule-based expert system using CLIPS for detection of hepatitis through internet [http://mexfinder.com/subzero/mrhepatitis/ (Source code)]
 
* Rule-based expert system using CLIPS for detection of hepatitis through internet [http://mexfinder.com/subzero/mrhepatitis/ (Source code)]
* Implementation of chess using Prolog as back-end and Adobe Flash (with Zinc) as the front-end under Microsoft Windows [http://mexfinder.com/subzero/chess_prolog_flash/  (Source code)].  
+
* Implementation of chess using Prolog as back-end and Adobe Flash (with Zinc) as the front-end under Microsoft Windows [http://mexfinder.com/subzero/chess_prolog_flash/  (Source code)].
Flash uses Action Script that is really similar to Java Script, so my experience is usefull. Also, I've used PHP, html and css
+
So, one good question is what am I changing sides? (why no using flash)
in school projects.</p>
+
I have been talking with Bryan Berry [http://lists.sugarlabs.org/archive/sugar-devel/2009-March/013043.html] and I have read several threads in the mailing list. Bryan has convinced me that open web technologies are the correct way in order to get an open-source ecosystem.
 +
 
 +
So... it seems that my experience with flash is not useful, well.. Flash uses Action Script that is really similar to Java Script (both are basend on ECMAScript).
 +
About web technologies I've used PHP (i.e. implementing BEA algorithm), html and css in school projects.
 +
</p>
 +
 
 +
<p>Also I have  participated in several programming contest: "ACM Programming Contest México and Central América 2007" in 2005, 2007[http://icpc.baylor.edu/icpc/regionals/ViewRegionalStandings.asp?ContestID=860] and 2008[http://cidi.uaq.mx/acm/results.html] obtaining honorable mention, 5th (global) place  and 8th (global) place respectively.</p>
 +
</p>
 +
 
 +
 
 
====You and the community====
 
====You and the community====
  
46

edits

Navigation menu