<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sugarlabs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kushan2020</id>
	<title>Sugar Labs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sugarlabs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kushan2020"/>
	<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/go/Special:Contributions/Kushan2020"/>
	<updated>2026-05-14T07:10:58Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2015/Kushan_ImageViewer_Phototoons&amp;diff=95340</id>
		<title>Summer of Code/2015/Kushan ImageViewer Phototoons</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2015/Kushan_ImageViewer_Phototoons&amp;diff=95340"/>
		<updated>2015-03-27T16:51:20Z</updated>

		<summary type="html">&lt;p&gt;Kushan2020: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;About me&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your name?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp; Kushan Joshi&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your email address?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp; 0o3ko0@gmail.com, ikushan@me.com&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your Sugar Labs wiki username?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Kushan2020&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your IRC nickname on irc.freenode.net?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;kepta&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;English&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;Where are you located, and what hours (UTC) do you tend to work? (We also try to match mentors by general time zone if possible.)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;India, &amp;lt;i&amp;gt;8:30am - 12:30pm (UTC) &amp;amp; 3:30pm- 7:30pm (UTC)&amp;lt;/i&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Have you participated in an open-source project before? If so, please send us URLs to your profile pages for those projects, or some other demonstration of the work that you have done in open-source. If not, why do you want to work on an open-source project this summer?&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;I have been contributing to open source frequently. Below is my profile of bugzilla at Mozilla Foundation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Bugzilla profile&amp;lt;/b&amp;gt; [https://bugzilla.mozilla.org/user_profile?user_id=500998 https://bugzilla.mozilla.org/user_profile?user_id=500998]&lt;br /&gt;
    &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Adding touch action regions [https://bugzilla.mozilla.org/show_bug.cgi?id=1101627 [1&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;]:&amp;lt;/b&amp;gt; This bug involved declaring candidate regions for default touch behaviours as set by w3 consortium.[http://www.w3.org/TR/pointerevents/#declaring-candidate-regions-for-default-touch-behaviors [2&lt;br /&gt;
        &amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;].Firefox as of yet hasn&#039;t implemented pointer events for default touch action regions, this bug required me to create touch action regions, and forward them to composter. The regions were further divided into no_Action_Region, horizontal_Pan_Region and vertical_Pan_region , which had to be processed separately. This bug was quite interesting as it had me working on the components of CSS implementation of the browser.&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Use of new xpcshell test cases [https://bugzilla.mozilla.org/show_bug.cgi?id=1022342 [3&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;]:&amp;lt;/b&amp;gt; The use of new globally available xpcshell tests, required change in the code of calendar and lighting app of mozilla suite. In this bug I am upgrading the unit testing code of the suite to follow the changes in Assert.jsm. &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Using getters/setters[https://bugzilla.mozilla.org/show_bug.cgi?id=1116008 [4&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;] : &amp;lt;/b&amp;gt; This was fairly simply bug which required upgradation of existing firefox code to use getters/setters method.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;About your project&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is the name of your project?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Image Viewer + Phototoons&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt; Describe your project in 10-20 sentences.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;width:60px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;max-width:900px&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p style=&amp;quot;font-weight:600&amp;quot;&amp;gt;Brief&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Image viewer JS is a simple port of image viewer written in python. But for this project I plan to to propose, the merging of Image Viewer and Phototoons. &lt;br /&gt;
Most of the modern Image viewers have some basic editing features. The phototoons activity is a very good example of fun photo bombing. The use of various exclamations and catchy phrases can make the plain Image viewer app quite interesting. With those fun features added, I also intend to add some basic photo filters to this activity.&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;width:60px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;max-width:900px&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p style=&amp;quot;font-weight:600&amp;quot;&amp;gt;Application&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Below is a working screenshot of the image viewer app that I made for demonstration purposes.&amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s24.postimg.org/w00ffij9h/main.png&lt;br /&gt;
&amp;lt;p&amp;gt; There is a big toolbar at the top.&lt;br /&gt;
                &amp;lt;br&amp;gt;The toolbar will have most of the  basic tools in the front and other misc tools categorised as dropdowns.&lt;br /&gt;
                http://s10.postimg.org/4a5tj2hdl/pic2.png&lt;br /&gt;
               &amp;lt;br&amp;gt;In the screenshot above, I am demonstrating the photo bombing effects similar to phototoons, albeit a bit rudimentary as it is still in production stage.&lt;br /&gt;
The various &amp;quot;boom&amp;quot; effects can be added to the current photo and then can be  dragged resized to the desired level. The user will be able to change the colors of these effects and also be able to stylized text to them.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
http://s23.postimg.org/a17e7lgq3/pic3.png&lt;br /&gt;
            &lt;br /&gt;
&amp;lt;p&amp;gt;The best part about this activity is, that I wouldn&#039;t be using any external APIs (no jQuery). To reduce the total size and increase the speed of the app. As you can see in the prototype all the transitions are smooth and responsive, due to CSS3.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;width:60px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;max-width:900px&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p style=&amp;quot;font-weight:600&amp;quot;&amp;gt;Early stage version of the app&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; To actually show the working of my idea, I created this very early prototype of the app.&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;http://kepta.github.io/Image-Viewer-Phototoons/]&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;Who are you making it for, and why do they need it?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;This project would be a port of Image viewer and phototoons merged in a nice package. It is minimum requirement for a platform to have an Image viewer and with some basic functionality in it. And with photo filters and basic retouching of photographs, its going to be really awesome for everyone.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What technologies (programming languages, etc.) will you be using? &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; I have used javascript, HTML, CSS and no external Javascript library (besides the one in the web template)&lt;br /&gt;
    &amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is the timeline for development of your project? The Summer of Code work period is from May 19 - August 22; 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 &#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; by the midterm evaluation (27 June); the last steps always take longer than you think, and we will consider cancelling projects which are not mostly working by then. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;Before May 19:&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Discuss everything with the mentor, put in his ideas, my ideas.&lt;br /&gt;
                &amp;lt;br&amp;gt; Take a look at other projects similar to this. Practical implementation and strategising &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;19th May - 1st June:&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Start coding. Start the work on the application. Add the basic zoom-in&lt;br /&gt;
                &amp;lt;br&amp;gt; zoom-out, fit to screen and related features. &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;1st June - 15 June &amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Bug hunting and fixing. Start working on the phototoons part of my &lt;br /&gt;
&amp;lt;br&amp;gt; project. Implementing the complete phototoons set. And adding more features&amp;lt;br&amp;gt;&lt;br /&gt;
to make the experience rich and entertaining.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;15th June - 26th June&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Adding photo filters, most of the famous photo filters in the market will &amp;lt;br&amp;gt;&lt;br /&gt;
be implemented, but I plan not to fill the app will hundreds of filters. The basic &amp;lt;br&amp;gt;&lt;br /&gt;
meters for photo &amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Exposure&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;White Balance&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Gamma correction&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Color correction&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Red eye removal&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Spot Fixing&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Automatic phtoo retouching&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt; I plan to make it very simple and not bombard the user with technical jargon, Most of the correction meters will have a tiny icon and will be intuitive as to what it does. The app would now be 90% complete.&amp;lt;/p&amp;gt;.&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;28th June - 15th July &amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; In this case I would like to cover up the stuff that has been lagging, being&lt;br /&gt;
                &amp;lt;br&amp;gt; realistic there would be plenty of stuff that would be out of sync. And of course a&lt;br /&gt;
                &amp;lt;br&amp;gt;lot more bug hunting.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;15th July - 31st July&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Testing of this application, thinking about long term sustainibility of the app.&lt;br /&gt;
                &amp;lt;br&amp;gt; How to make it more connected with the XO, and how to improve the stability &amp;lt;br&amp;gt;&lt;br /&gt;
and security of the application.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;1st August - 15th August&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Documentation of the entire application. Adding various help/tutorials to make new users home.&amp;lt;br&amp;gt;&lt;br /&gt;
Miscellaneous and clean ups.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;15th August - Final Evaluation&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Buffer time, to catch up with any pending stuff.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    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.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
    I have already started working on this activity and as I mentioned above it can be found at this link&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;http://kepta.github.io/Image-Viewer-Phototoons/]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
I implemented the touch action features as per the w3 rules in the mozilla source code. It was a lenghty project, and I got to learn a lot from it. One of the important thing I learned from it, the way open source communities work.(&amp;lt;i&amp;gt; On a side note: I must mention my mentor was very humble, cheers to open source community.&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Also developed my college&#039;s annual cultural website ( http://synapse.daiict.ac.in). It was a new thing in my college, as it marked a move from static front end websites to dynamic website like this. &lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;I am one of those creative people who put art first. If the design is bad no matter how good the product be, it wont sell. I have designed a lot of graphics for various organizations. I really would like to make a statement here. Even though this application is for a technical project,creativity has no bounds and can come in any form. Graphic work must also be equally treated to convinve you of my candidature. Here are a few links I would like to show&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
            https://www.dropbox.com/s/i3pu7v64t71pgci/synapse%201.m4v?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; This is a teaser video, created by using the stop motion technique. It involved thousands of pictures. And since it was a budget project, I didnt have enough money for professional studio like setup for proper lightning.&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
             This was my first attempt at animation, created for a homegrown startup called collegestore.&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/ppqh9dit314hy04/colstr.mp4?dl=0&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
            This is the brochure I designed for my college fest.&lt;br /&gt;
            &amp;lt;br&amp;gt; https://dl.dropboxusercontent.com/u/35525804/brochure_final_draft.pdf&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;These are few of the various posters I have designed.&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/vchvw5oas72pmz4/poster.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/j4ow61n00tc1gaq/guitar.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/dkfd87fjv6b3a5l/niki.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/9v3a8im5t693p42/SYNAPSE.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt; If your project is successfully completed, what will its impact be on the Sugar Labs community? Give 3 answers, each 1-3 paragraphs in length. The first one should be yours. The other two should be answers from members of the Sugar Labs community, at least one of whom should be a Sugar Labs GSoC mentor. Provide email contact information for non-GSoC mentors.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;b&amp;gt; My answer&amp;lt;/b&amp;gt; :Adding more feature set to image viewer is a very good thing in my opinion. I remember having to install photoshop back in windows Xp days, for just a retouching of my photo. I wish the default app had some simple and intuitive editing features. This app will fix this problem in the XO &amp;lt;/p&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Tch&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The more quality tools we provide the better, image processing can be an interesting tool for expression, it has been proven with many commercial tools for the general public, why would it be different for kids&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Gonzalo Odiard&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The impact on SugarLabs community would be to have better tools to understand how the images are processed by the computer, and increase the possibilities of expression of kids.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    What will you do if you get stuck on your project and your mentor isn&#039;t around? How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;There will be times when the mentor wouldn&#039;t be available. Firstly, I would try to tackle the problem I am facing again, because sometimes in the second go the solution strikes. I am regular at the #sugar channel at IRC and also keep my self updated in the community mailing list and ofcourse the good old books(&amp;lt;i&amp;gt;Sometimes very basic stuff is clearly given in books but we just go through stackexchange and get spoon feeded&amp;lt;/i&amp;gt;). In short I wont leave any stone unturned when I am stuck.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    We want to make sure that you can set up a development environment before the summer starts. Please do one of the following: Send us a link to a screenshot of your Sugar development environment with the following modification: when you hover over the XO-person icon in the middle of Home view, the drop-down text should have your email in place of &amp;quot;logout&amp;quot;. Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug. It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
http://s8.postimg.org/nyoyv6brp/Screenshot_from_2015_03_26_14_23_52.png&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    Describe a great learning experience you had as a child. Is there anything else we should have asked you or anything else that we should know that might make us like you or your project more?&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;This question is pretty tough. At first when I got to know nothing can travel faster than light, I was shocked. My whole thinking used to revolve around considering information can travel instantaneously. And other things like big bang didnt happen at a particular place but the very notion of place(space) was created at that moment still surprises me. These are some of the very few things that still make me  rethink the way I look around the world and are in a way a very  different kind of learning experiences. &amp;lt;/p&amp;gt;&lt;br /&gt;
[[Category:2015 GSoC applications]]&lt;/div&gt;</summary>
		<author><name>Kushan2020</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2015/Kushan_ImageViewer_Phototoons&amp;diff=95335</id>
		<title>Summer of Code/2015/Kushan ImageViewer Phototoons</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2015/Kushan_ImageViewer_Phototoons&amp;diff=95335"/>
		<updated>2015-03-27T16:47:23Z</updated>

		<summary type="html">&lt;p&gt;Kushan2020: Created page with &amp;quot;&amp;lt;h1&amp;gt;About me&amp;lt;/h1&amp;gt; &amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your name?&amp;lt;/p&amp;gt; &amp;lt;p&amp;gt;&amp;amp;nbsp; Kushan Joshi&amp;lt;/p&amp;gt; &amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your emai...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;About me&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your name?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp; Kushan Joshi&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your email address?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp; 0o3ko0@gmail.com, ikushan@me.com&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your Sugar Labs wiki username?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Kushan2020&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your IRC nickname on irc.freenode.net?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;kepta&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;English&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;Where are you located, and what hours (UTC) do you tend to work? (We also try to match mentors by general time zone if possible.)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;India, &amp;lt;i&amp;gt;8:30am - 12:30pm (UTC) &amp;amp; 3:30pm- 7:30pm (UTC)&amp;lt;/i&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Have you participated in an open-source project before? If so, please send us URLs to your profile pages for those projects, or some other demonstration of the work that you have done in open-source. If not, why do you want to work on an open-source project this summer?&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;I have been contributing to open source frequently. Below is my profile of bugzilla at Mozilla Foundation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Bugzilla profile&amp;lt;/b&amp;gt; [https://bugzilla.mozilla.org/user_profile?user_id=500998 https://bugzilla.mozilla.org/user_profile?user_id=500998]&lt;br /&gt;
    &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Adding touch action regions [https://bugzilla.mozilla.org/show_bug.cgi?id=1101627 [1&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;]:&amp;lt;/b&amp;gt; This bug involved declaring candidate regions for default touch behaviours as set by w3 consortium.[http://www.w3.org/TR/pointerevents/#declaring-candidate-regions-for-default-touch-behaviors [2&lt;br /&gt;
        &amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;].Firefox as of yet hasn&#039;t implemented pointer events for default touch action regions, this bug required me to create touch action regions, and forward them to composter. The regions were further divided into no_Action_Region, horizontal_Pan_Region and vertical_Pan_region , which had to be processed separately. This bug was quite interesting as it had me working on the components of CSS implementation of the browser.&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Use of new xpcshell test cases [https://bugzilla.mozilla.org/show_bug.cgi?id=1022342 [3&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;]:&amp;lt;/b&amp;gt; The use of new globally available xpcshell tests, required change in the code of calendar and lighting app of mozilla suite. In this bug I am upgrading the unit testing code of the suite to follow the changes in Assert.jsm. &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Using getters/setters[https://bugzilla.mozilla.org/show_bug.cgi?id=1116008 [4&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;] : &amp;lt;/b&amp;gt; This was fairly simply bug which required upgradation of existing firefox code to use getters/setters method.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;About your project&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is the name of your project?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Image Viewer + Phototoons&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt; Describe your project in 10-20 sentences.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;width:60px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;max-width:900px&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p style=&amp;quot;font-weight:600&amp;quot;&amp;gt;Brief&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Image viewer JS is a simple port of image viewer written in python. But for this project I plan to to propose, the merging of Image Viewer and Phototoons. &lt;br /&gt;
Most of the modern Image viewers have some basic editing features. The phototoons activity is a very good example of fun photo bombing. The use of various exclamations and catchy phrases can make the plain Image viewer app quite interesting. With those fun features added, I also intend to add some basic photo filters to this activity.&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;width:60px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;max-width:900px&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p style=&amp;quot;font-weight:600&amp;quot;&amp;gt;Application&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Below is a working screenshot of the image viewer app that I made for demonstration purposes.&amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s24.postimg.org/w00ffij9h/main.png&lt;br /&gt;
&amp;lt;p&amp;gt; There is a big toolbar at the top.&lt;br /&gt;
                &amp;lt;br&amp;gt;The toolbar will have most of the  basic tools in the front and other misc tools categorised as dropdowns.&lt;br /&gt;
                http://s10.postimg.org/4a5tj2hdl/pic2.png&lt;br /&gt;
               &amp;lt;br&amp;gt;In the screenshot above, I am demonstrating the photo bombing effects similar to phototoons, albeit a bit rudimentary as it is still in production stage.&lt;br /&gt;
The various &amp;quot;boom&amp;quot; effects can be added to the current photo and then can be  dragged resized to the desired level. The user will be able to change the colors of these effects and also be able to stylized text to them.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
http://s23.postimg.org/a17e7lgq3/pic3.png&lt;br /&gt;
            &lt;br /&gt;
&amp;lt;p&amp;gt;The best part about this activity is, that I wouldn&#039;t be using any external APIs (no jQuery). To reduce the total size and increase the speed of the app. As you can see in the prototype all the transitions are smooth and responsive, due to CSS3.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;width:60px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;max-width:900px&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p style=&amp;quot;font-weight:600&amp;quot;&amp;gt;Early stage version of the app&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; To actually show the working of my idea, I created this very early prototype of the app.&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;http://kepta.github.io/Image-Viewer-Phototoons/]&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;Who are you making it for, and why do they need it?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;This project would be a port of Image viewer and phototoons merged in a nice package. It is minimum requirement for a platform to have an Image viewer and with some basic functionality in it. And with photo filters and basic retouching of photographs, its going to be really awesome for everyone.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What technologies (programming languages, etc.) will you be using? &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; I have used javascript, HTML, CSS and no external Javascript library (besides the one in the web template)&lt;br /&gt;
    &amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is the timeline for development of your project? The Summer of Code work period is from May 19 - August 22; 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 &#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; by the midterm evaluation (27 June); the last steps always take longer than you think, and we will consider cancelling projects which are not mostly working by then. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;Before May 19:&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Discuss everything with the mentor, put in his ideas, my ideas.&lt;br /&gt;
                &amp;lt;br&amp;gt; Take a look at other projects similar to this. Practical implementation and strategising &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;19th May - 1st June:&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Start coding. Start the work on the application. Add the basic zoom-in&lt;br /&gt;
                &amp;lt;br&amp;gt; zoom-out, fit to screen and related features. &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;1st June - 15 June &amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Bug hunting and fixing. Start working on the phototoons part of my &lt;br /&gt;
&amp;lt;br&amp;gt; project. Implementing the complete phototoons set. And adding more features&amp;lt;br&amp;gt;&lt;br /&gt;
to make the experience rich and entertaining.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;15th June - 26th June&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Adding photo filters, most of the famous photo filters in the market will &amp;lt;br&amp;gt;&lt;br /&gt;
be implemented, but I plan not to fill the app will hundreds of filters. The basic &amp;lt;br&amp;gt;&lt;br /&gt;
meters for photo &amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Exposure&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;White Balance&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Gamma correction&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Color correction&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt; I plan to make it very simple and not bombard the user with technical jargon, Most of the correction meters will have a tiny icon and will be intuitive as to what it does. The app would now be 90% complete.&amp;lt;/p&amp;gt;.&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;28th June - 15th July &amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; In this case I would like to cover up the stuff that has been lagging, being&lt;br /&gt;
                &amp;lt;br&amp;gt; realistic there would be plenty of stuff that would be out of sync. And of course a&lt;br /&gt;
                &amp;lt;br&amp;gt;lot more bug hunting.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;15th July - 31st July&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Testing of this application, thinking about long term sustainibility of the app.&lt;br /&gt;
                &amp;lt;br&amp;gt; How to make it more connected with the XO, and how to improve the stability &amp;lt;br&amp;gt;&lt;br /&gt;
and security of the application.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;1st August - 15th August&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Documentation of the entire application. Adding various help/tutorials to make new users home.&amp;lt;br&amp;gt;&lt;br /&gt;
Miscellaneous and clean ups.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;15th August - Final Evaluation&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Buffer time, to catch up with any pending stuff.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    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.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
    I have already started working on this activity and as I mentioned above it can be found at this link&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;http://kepta.github.io/Image-Viewer-Phototoons/]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
I implemented the touch action features as per the w3 rules in the mozilla source code. It was a lenghty project, and I got to learn a lot from it. One of the important thing I learned from it, the way open source communities work.(&amp;lt;i&amp;gt; On a side note: I must mention my mentor was very humble, cheers to open source community.&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Also developed my college&#039;s annual cultural website ( http://synapse.daiict.ac.in). It was a new thing in my college, as it marked a move from static front end websites to dynamic website like this. &lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;I am one of those creative people who put art first. If the design is bad no matter how good the product be, it wont sell. I have designed a lot of graphics for various organizations. I really would like to make a statement here. Even though this application is for a technical project,creativity has no bounds and can come in any form. Graphic work must also be equally treated to convinve you of my candidature. Here are a few links I would like to show&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
            https://www.dropbox.com/s/i3pu7v64t71pgci/synapse%201.m4v?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; This is a teaser video, created by using the stop motion technique. It involved thousands of pictures. And since it was a budget project, I didnt have enough money for professional studio like setup for proper lightning.&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
             This was my first attempt at animation, created for a homegrown startup called collegestore.&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/ppqh9dit314hy04/colstr.mp4?dl=0&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
            This is the brochure I designed for my college fest.&lt;br /&gt;
            &amp;lt;br&amp;gt; https://dl.dropboxusercontent.com/u/35525804/brochure_final_draft.pdf&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;These are few of the various posters I have designed.&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/vchvw5oas72pmz4/poster.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/j4ow61n00tc1gaq/guitar.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/dkfd87fjv6b3a5l/niki.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/9v3a8im5t693p42/SYNAPSE.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt; If your project is successfully completed, what will its impact be on the Sugar Labs community? Give 3 answers, each 1-3 paragraphs in length. The first one should be yours. The other two should be answers from members of the Sugar Labs community, at least one of whom should be a Sugar Labs GSoC mentor. Provide email contact information for non-GSoC mentors.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;b&amp;gt; My answer&amp;lt;/b&amp;gt; :Adding more feature set to image viewer is a very good thing in my opinion. I remember having to install photoshop back in windows Xp days, for just a retouching of my photo. I wish the default app had some simple and intuitive editing features. This app will fix this problem in the XO &amp;lt;/p&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Tch&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The more quality tools we provide the better, image processing can be an interesting tool for expression, it has been proven with many commercial tools for the general public, why would it be different for kids&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Gonzalo Odiard&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The impact on SugarLabs community would be to have better tools to understand how the images are processed by the computer, and increase the possibilities of expression of kids.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    What will you do if you get stuck on your project and your mentor isn&#039;t around? How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;There will be times when the mentor wouldn&#039;t be available. Firstly, I would try to tackle the problem I am facing again, because sometimes in the second go the solution strikes. I am regular at the #sugar channel at IRC and also keep my self updated in the community mailing list and ofcourse the good old books(&amp;lt;i&amp;gt;Sometimes very basic stuff is clearly given in books but we just go through stackexchange and get spoon feeded&amp;lt;/i&amp;gt;). In short I wont leave any stone unturned when I am stuck.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    We want to make sure that you can set up a development environment before the summer starts. Please do one of the following: Send us a link to a screenshot of your Sugar development environment with the following modification: when you hover over the XO-person icon in the middle of Home view, the drop-down text should have your email in place of &amp;quot;logout&amp;quot;. Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug. It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
http://s8.postimg.org/nyoyv6brp/Screenshot_from_2015_03_26_14_23_52.png&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    Describe a great learning experience you had as a child. Is there anything else we should have asked you or anything else that we should know that might make us like you or your project more?&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;This question is pretty tough. At first when I got to know nothing can travel faster than light, I was shocked. My whole thinking used to revolve around considering information can travel instantaneously. And other things like big bang didnt happen at a particular place but the very notion of place(space) was created at that moment still surprises me. These are some of the very few things that still make me  rethink the way I look around the world and are in a way a very  different kind of learning experiences. &amp;lt;/p&amp;gt;&lt;br /&gt;
[[Category:2015 GSoC applications]]&lt;/div&gt;</summary>
		<author><name>Kushan2020</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2015/Kushan_Javascript&amp;diff=95129</id>
		<title>Summer of Code/2015/Kushan Javascript</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2015/Kushan_Javascript&amp;diff=95129"/>
		<updated>2015-03-26T21:10:49Z</updated>

		<summary type="html">&lt;p&gt;Kushan2020: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;About me&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your name?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp; Kushan Joshi&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your email address?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp; 0o3ko0@gmail.com, ikushan@me.com&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your Sugar Labs wiki username?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Kushan2020&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your IRC nickname on irc.freenode.net?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;kepta&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;English&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;Where are you located, and what hours (UTC) do you tend to work? (We also try to match mentors by general time zone if possible.)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;India, &amp;lt;i&amp;gt;8:30am - 12:30pm (UTC) &amp;amp; 3:30pm- 7:30pm (UTC)&amp;lt;/i&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Have you participated in an open-source project before? If so, please send us URLs to your profile pages for those projects, or some other demonstration of the work that you have done in open-source. If not, why do you want to work on an open-source project this summer?&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;I have been contributing to open source frequently. Below is my profile of bugzilla at Mozilla Foundation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Bugzilla profile&amp;lt;/b&amp;gt; [https://bugzilla.mozilla.org/user_profile?user_id=500998 https://bugzilla.mozilla.org/user_profile?user_id=500998]&lt;br /&gt;
    &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Adding touch action regions [https://bugzilla.mozilla.org/show_bug.cgi?id=1101627 [1&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;]:&amp;lt;/b&amp;gt; This bug involved declaring candidate regions for default touch behaviours as set by w3 consortium.[http://www.w3.org/TR/pointerevents/#declaring-candidate-regions-for-default-touch-behaviors [2&lt;br /&gt;
        &amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;].Firefox as of yet hasn&#039;t implemented pointer events for default touch action regions, this bug required me to create touch action regions, and forward them to composter. The regions were further divided into no_Action_Region, horizontal_Pan_Region and vertical_Pan_region , which had to be processed separately. This bug was quite interesting as it had me working on the components of CSS implementation of the browser.&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Use of new xpcshell test cases [https://bugzilla.mozilla.org/show_bug.cgi?id=1022342 [3&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;]:&amp;lt;/b&amp;gt; The use of new globally available xpcshell tests, required change in the code of calendar and lighting app of mozilla suite. In this bug I am upgrading the unit testing code of the suite to follow the changes in Assert.jsm. &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Using getters/setters[https://bugzilla.mozilla.org/show_bug.cgi?id=1116008 [4&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;] : &amp;lt;/b&amp;gt; This was fairly simply bug which required upgradation of existing firefox code to use getters/setters method.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;About your project&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is the name of your project?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Interactive Javascript Shell&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt; Describe your project in 10-20 sentences.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;width:60px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;max-width:900px&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p style=&amp;quot;font-weight:600&amp;quot;&amp;gt;Brief&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;This project is geared towards learning javascript, unlike other similar projects on the internet. The developer must have this in mind while developing the shell. The interactivity of this whole project can be brought upon on various levels. I aim to add different levels of learning, just like a video game. You are given a task and if you complete it successfully you are rewarded virtually and you proceed on to the next level. No learning of javascript is complete without involvement of HTML. The application I intend to develop will have HTML functionality embeded in the whole app experience. That is one thing that differentiates scripting language from others, you dont need to compile and worry stuff related to that.&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;width:60px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;max-width:900px&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p style=&amp;quot;font-weight:600&amp;quot;&amp;gt;Application&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The UI of the app has to be consistent with the XO, below is a mockup of the design of the application I intend to develop this summer.&amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s28.postimg.org/ttbwdosp9/dom.jpg&lt;br /&gt;
&amp;lt;p&amp;gt; As you can see, I intend to divide the screen into halves.&lt;br /&gt;
                &amp;lt;br&amp;gt;OOn the left side the user can enter the code she desires. She can copy paste any code here, and can also use the builtin stepover button to go through her code line wise. This will be of great help as the student can actually see the whole program working sequentially right infront of her. The pink line in the design mockup will show the line at which program is at.&lt;br /&gt;
               &amp;lt;br&amp;gt;  On the right half of the screen, lie three interesting things&lt;br /&gt;
               &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
                             &lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;DOM :&amp;lt;/b&amp;gt; I assume the student already knows HTML (thanks to the sister project WEB confusion), showing a beautiful tree will add to the learning experience. As javascript is known for DOM manipulations. When a student will actually see her javascript code appending an element to the DOM tree, she will actually be learning by visuals and visual learning has a very high memory retention. The DOM illustrator will also help when a student has to find a particular element. She can go through the tree and better decide her strategy for tackling the problem.&lt;br /&gt;
            &lt;br /&gt;
            http://s23.postimg.org/akbk8kybv/html.jpg&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;HTML:&amp;lt;/b&amp;gt; The student must be able to type in the desired HTML code, for which he plans to add Javasript. In the design above, student is actually solving a problem statement which requires her to append some elements to an already existing ul element. The student would be guided through a help section right at the top in the nav bar. Whenever he she is stuck can see the objectives of the current problem and also get a hint. The simulated problem part is a feature of this application. A student can also work on a blank project.&amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s3.postimg.org/cp6curokj/preview.jpg&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Preview:&amp;lt;/b&amp;gt; Preview of the HTML code is a basic necessity for learning javascript. The student upon clicking the Preview button will see the live preview of code uptil that moment. In case she makes changes, she will have to click the run button at the top again.&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Console:&amp;lt;/b&amp;gt; The console part is very important, as the interactivty we wish to achieve wouldnt be possible without it. The console shown in the mockup, will provide basic outputs like console.log, errors, etc. The user can anytime query any variable just like the console which comes with modern day browsers. &amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s8.postimg.org/vvslkrbg5/help.jpg&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Help:&amp;lt;/b&amp;gt; As I mentioned earlier to aid the learning of javascript, the user can opt to go through basic tasks. As shown in the design, the user is shown what she has to do in this task and upon completion can move to the next advanced task. The help button will also fascilitate as guide to interface, just like its done in the web version of turtle . https://turtle.sugarlabs.org.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Export: &#039;&#039;&#039;The code created by the student shouldn&#039;t be just limited to this platform. This app should allow a seemless and intuitive way to export the project to various other activities.&lt;br /&gt;
* Export as Jscripty document, in this format a student can save the project for future use for this activity. This allows saving of pending work and would be the default option. &lt;br /&gt;
* Export as a sugar web activtiy, this option allows the student to put his creation and convert it into an activity. The default template would be used for web activities as given at https://github.com/sugarlabs/sugar-web-template would be used to package the activity for student and be isntalled on her XO&lt;br /&gt;
* Export as a web page, to make her project available across platform, this option will package her project for the web. We can tie up with some sort of webhosting where with one click the students project gets uploaded and the student receives a link to it. It will be of great use as the student can then share the link with any of his friend, family and showcase his work.&lt;br /&gt;
&#039;&#039;&#039;Loading examples: &#039;&#039;&#039;Similar to pippy &#039;&#039;(Sugar activity for python), &#039;&#039;I plan on adding various example to showcase power of Javascript.&lt;br /&gt;
&lt;br /&gt;
The list:-&lt;br /&gt;
* &#039;&#039;&#039;Graphics:&#039;&#039;&#039;javascript has a pretty huge library for graphics. Showing students some canvas examples, drawing squares and other shapes would be good way to add interactivity in the app. &lt;br /&gt;
* &#039;&#039;&#039;Math&#039;&#039;&#039;: In this I plan to keep it similar to pippy. The math example over there are pretty good.&lt;br /&gt;
* &#039;&#039;&#039;Javascript Tutorials&#039;&#039;&#039;: This section will have all the necessary tutorials a student needs to jump start his javascript coding knowledge.&lt;br /&gt;
* &#039;&#039;&#039;Algorithms &#039;&#039;&#039;: I believe this app should also teach the student implementation of famous algorithms and data structures in Javascript.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;width:60px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;max-width:900px&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p style=&amp;quot;font-weight:600&amp;quot;&amp;gt;Early stage version of the app&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; To actually show the working of my idea, I created this very early prototype of the app. &amp;lt;i&amp;gt;(Please note it currently only supports  alert()  for outputs, and doesnt support  HTML as of now.) I request you to try out, some simple programming problems like finding maximum element in an array, or other  fundamental programming problems in it and use alert() as of now to get output.&amp;lt;/i&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;https://dl.dropboxusercontent.com/u/35525804/JS-Interpreter/index.html]&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;Who are you making it for, and why do they need it?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; This project is entirely focused on the learning part of javascript, by no way it intends to be a substitute to professional suites like JSfiddle. The students who will be using this app, can consider this as a stepping stone to a wide array of web technologies. Getting the gist of the programming language and being profecient in it, is all that is required according to me. Experience will always come with time, no technology or app can skip the need for experience.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What technologies (programming languages, etc.) will you be using? &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; Javascript will be used mostly alongside with HTML, CSS.&lt;br /&gt;
    &amp;lt;br&amp;gt; I plan to use acorn.js for parsing the javascript. On acorn, it is actually a very beautfiul API written by Marjin Haverbeke. Most of my inpsiration for this project comes from his own project eloquentjavascript, where he has something similar to this project. We can consider his project to be the next advanced step our students can take after this and obviously can always use this app as a scratch pad to test their code. Apart from the that I am curently using JS-iterpreter by NeilFraser for interpreting the xml tree returned by acorn.js. This library is a work in progreess. I plan to fork it and add more functionality for this project. As mentioned in the project description.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is the timeline for development of your project? The Summer of Code work period is from May 19 - August 22; 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 &#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; by the midterm evaluation (27 June); the last steps always take longer than you think, and we will consider cancelling projects which are not mostly working by then. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;Before May 19:&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Discuss everything with the mentor, put in his ideas, my ideas.&lt;br /&gt;
                &amp;lt;br&amp;gt; Take a look at other projects similar to this.(eg. Eloquent Javascript, JSfiddle).&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;19th May - 1st June:&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Start coding. Start the work on the interpretor. Add scope for HTML DOM&lt;br /&gt;
                &amp;lt;br&amp;gt; in the JS-interpretor. Basic input output functionality eg console.log(),&lt;br /&gt;
                &amp;lt;br&amp;gt; since javascript doesnt have a native print method. &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;1st June - 15 June &amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Bug hunting and fixing. Start working on the DOM tree display of the&lt;br /&gt;
                &amp;lt;br&amp;gt; application. And also finish up HTML preview. By now the core functionality&lt;br /&gt;
                &amp;lt;br&amp;gt; implementation should be over &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;15th June - 26th June&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Implementing the interactivity part. Creating levels and best ways to create&lt;br /&gt;
                &amp;lt;br&amp;gt; a simulated tutoring environment for our target audience. Loading of templates&lt;br /&gt;
                &amp;lt;br&amp;gt; and saving of current work. Thouroughly discuss with my mentor the tutorial part&lt;br /&gt;
                &amp;lt;br&amp;gt; and wrap it by 26th June. (&amp;lt;i&amp;gt;This should be 90% of the work&amp;lt;/i&amp;gt;)&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;28th June - 15th July &amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; In this case I would like to cover up the stuff that has been lagging, being&lt;br /&gt;
                &amp;lt;br&amp;gt; realistic there would be plenty of stuff that would be out of sync. And ofcourse&lt;br /&gt;
                &amp;lt;br&amp;gt; the bug hunting.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;15th July - 31st July&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Testing of this application, thinking about long term sustainibility of the app.&lt;br /&gt;
                &amp;lt;br&amp;gt; How to make it more connected with the web suite of the XO for example the Web&amp;lt;br&amp;gt; confusion&lt;br /&gt;
                activity. Adding features for portability of work from that activity to this. Adding&lt;br /&gt;
                &amp;lt;br&amp;gt; some unkown advanced feature if time allows.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;1st August - 15th August&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Finishing up the project. Final testing, cleaning up the project. Documenting&lt;br /&gt;
                &amp;lt;br&amp;gt; the project, and some more bug fixing.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;15th August - Final Evaluation&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Buffer time, to catch up with any pending stuff.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    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.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
    I have already started working on this activity and as I mentioned above it can be found at this link&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;https://dl.dropboxusercontent.com/u/35525804/JS-Interpreter/index.html]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
I implemented the touch action features as per the w3 rules in the mozilla source code. It was a lenghty project, and I got to learn a lot from it. One of the important thing I learned from it, the way open source communities work.(&amp;lt;i&amp;gt; On a side note: I must mention my mentor was very humble, cheers to open source community.&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Also developed my college&#039;s annual cultural website ( http://synapse.daiict.ac.in). It was a new thing in my college, as it marked a move from static front end websites to dynamic website like this. &lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;I am one of those creative people who put art first. If the design is bad no matter how good the product be, it wont sell. I have designed a lot of graphics for various organizations. I really would like to make a statement here. Even though this application is for a technical project,creativity has no bounds and can come in any form. Graphic work must also be equally treated to convinve you of my candidature. Here are a few links I would like to show&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
            https://www.dropbox.com/s/i3pu7v64t71pgci/synapse%201.m4v?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; This is a teaser video, created by using the stop motion technique. It involved thousands of pictures. And since it was a budget project, I didnt have enough money for professional studio like setup for proper lightning.&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
             This was my first attempt at animation, created for a homegrown startup called collegestore.&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/ppqh9dit314hy04/colstr.mp4?dl=0&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
            This is the brochure I designed for my college fest.&lt;br /&gt;
            &amp;lt;br&amp;gt; https://dl.dropboxusercontent.com/u/35525804/brochure_final_draft.pdf&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;These are few of the various posters I have designed.&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/vchvw5oas72pmz4/poster.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/j4ow61n00tc1gaq/guitar.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/dkfd87fjv6b3a5l/niki.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/9v3a8im5t693p42/SYNAPSE.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt; If your project is successfully completed, what will its impact be on the Sugar Labs community? Give 3 answers, each 1-3 paragraphs in length. The first one should be yours. The other two should be answers from members of the Sugar Labs community, at least one of whom should be a Sugar Labs GSoC mentor. Provide email contact information for non-GSoC mentors.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;b&amp;gt; My answer&amp;lt;/b&amp;gt; :I view javascript as the future of web development and making further progress to offline applications. Web and Mobile go hand in hand, XO needs to have a very good and intuitive activity on javascript. Since this language can be both beautiful and ugly at times ( past experience :/ ), I think it should be introduced to students at a very early age of learning programming. I often rememeber the gratifying experience of actually adding dynamics to static boring websites. Most of the other programming languages can&#039;t offer that kind of an experience at such an early stage. This is what sets Javascript apart from the crowd. Coming back to this activity, this application aims at making students learn how to make thier boring dull html pages interactive. And ironically this app is also interactive. :) &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;b&amp;gt;Tony Anderson (mentor) &amp;lt;/b&amp;gt; &lt;br /&gt;
The impact is that the Sugar system is used at primary schools in regions which have no useful access to the internet but still should have an opportunity to learn web technology. The schools often have a school server so there is a local stand-in for the internet. The progression is to learn basic web page building with HTML and CSS, then move to learning Javascript. Initially their html files will reside in local storage and be accessed by file:///home/olpc/Documents/some path.html. Later they will have the opportunity to pull together a website and upload it to the server so that it can be shared with the other students. Students at this (or any) age need immediate feedback as to whether they have been successful. The goal of this tool is to give that feedback.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt; Walterbender :&amp;lt;/b&amp;gt;&lt;br /&gt;
I think the significance of the project is that we want to provide a progression of tools for our users such that they can go from simple to rich interactions with the powerful ideas in computation. This project represents one of the way-points along the way.We want our users to aspire to great heights and therefore we need to give them scaffolding to build upon.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    What will you do if you get stuck on your project and your mentor isn&#039;t around? How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;There will be times when the mentor wouldn&#039;t be available. Firstly, I would try to tackle the problem I am facing again, because sometimes in the second go the solution strikes. I am regular at the #sugar channel at IRC and also keep my self updated in the community mailing list and ofcourse the good old books(&amp;lt;i&amp;gt;Sometimes very basic stuff is clearly given in books but we just go through stackexchange and get spoon feeded&amp;lt;/i&amp;gt;). In short I wont leave any stone unturned when I am stuck.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    We want to make sure that you can set up a development environment before the summer starts. Please do one of the following: Send us a link to a screenshot of your Sugar development environment with the following modification: when you hover over the XO-person icon in the middle of Home view, the drop-down text should have your email in place of &amp;quot;logout&amp;quot;. Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug. It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
http://s8.postimg.org/nyoyv6brp/Screenshot_from_2015_03_26_14_23_52.png&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    Describe a great learning experience you had as a child. Is there anything else we should have asked you or anything else that we should know that might make us like you or your project more?&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;This question is pretty tough. At first when I got to know nothing can travel faster than light, I was shocked. My whole thinking used to revolve around considering information can travel instantaneously. And other things like big bang didnt happen at a particular place but the very notion of place(space) was created at that moment still surprises me. These are some of the very few things that still make me  rethink the way I look around the world and are in a way a very  different kind of learning experiences. &amp;lt;/p&amp;gt;&lt;br /&gt;
[[Category:2015 GSoC applications]]&lt;/div&gt;</summary>
		<author><name>Kushan2020</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2015/Kushan_Javascript&amp;diff=95128</id>
		<title>Summer of Code/2015/Kushan Javascript</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2015/Kushan_Javascript&amp;diff=95128"/>
		<updated>2015-03-26T20:27:51Z</updated>

		<summary type="html">&lt;p&gt;Kushan2020: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;About me&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your name?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp; Kushan Joshi&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your email address?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp; 0o3ko0@gmail.com, ikushan@me.com&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your Sugar Labs wiki username?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Kushan2020&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your IRC nickname on irc.freenode.net?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;kepta&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;English&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;Where are you located, and what hours (UTC) do you tend to work? (We also try to match mentors by general time zone if possible.)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;India, &amp;lt;i&amp;gt;8:30am - 12:30pm (UTC) &amp;amp; 3:30pm- 7:30pm (UTC)&amp;lt;/i&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Have you participated in an open-source project before? If so, please send us URLs to your profile pages for those projects, or some other demonstration of the work that you have done in open-source. If not, why do you want to work on an open-source project this summer?&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;I have been contributing to open source frequently. Below is my profile of bugzilla at Mozilla Foundation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Bugzilla profile&amp;lt;/b&amp;gt; [https://bugzilla.mozilla.org/user_profile?user_id=500998 https://bugzilla.mozilla.org/user_profile?user_id=500998]&lt;br /&gt;
    &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Adding touch action regions [https://bugzilla.mozilla.org/show_bug.cgi?id=1101627 [1&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;]:&amp;lt;/b&amp;gt; This bug involved declaring candidate regions for default touch behaviours as set by w3 consortium.[http://www.w3.org/TR/pointerevents/#declaring-candidate-regions-for-default-touch-behaviors [2&lt;br /&gt;
        &amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;].Firefox as of yet hasn&#039;t implemented pointer events for default touch action regions, this bug required me to create touch action regions, and forward them to composter. The regions were further divided into no_Action_Region, horizontal_Pan_Region and vertical_Pan_region , which had to be processed separately. This bug was quite interesting as it had me working on the components of CSS implementation of the browser.&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Use of new xpcshell test cases [https://bugzilla.mozilla.org/show_bug.cgi?id=1022342 [3&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;]:&amp;lt;/b&amp;gt; The use of new globally available xpcshell tests, required change in the code of calendar and lighting app of mozilla suite. In this bug I am upgrading the unit testing code of the suite to follow the changes in Assert.jsm. &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Using getters/setters[https://bugzilla.mozilla.org/show_bug.cgi?id=1116008 [4&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;] : &amp;lt;/b&amp;gt; This was fairly simply bug which required upgradation of existing firefox code to use getters/setters method.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;About your project&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is the name of your project?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Interactive Javascript Shell&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt; Describe your project in 10-20 sentences.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;width:60px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;max-width:900px&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p style=&amp;quot;font-weight:600&amp;quot;&amp;gt;Brief&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;This project is geared towards learning javascript, unlike other similar projects on the internet. The developer must have this in mind while developing the shell. The interactivity of this whole project can be brought upon on various levels. I aim to add different levels of learning, just like a video game. You are given a task and if you complete it successfully you are rewarded virtually and you proceed on to the next level. No learning of javascript is complete without involvement of HTML. The application I intend to develop will have HTML functionality embeded in the whole app experience. That is one thing that differentiates scripting language from others, you dont need to compile and worry stuff related to that.&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;width:60px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;max-width:900px&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p style=&amp;quot;font-weight:600&amp;quot;&amp;gt;Application&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The UI of the app has to be consistent with the XO, below is a mockup of the design of the application I intend to develop this summer.&amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s28.postimg.org/ttbwdosp9/dom.jpg&lt;br /&gt;
&amp;lt;p&amp;gt; As you can see, I intend to divide the screen into halves.&lt;br /&gt;
                &amp;lt;br&amp;gt;OOn the left side the user can enter the code she desires. She can copy paste any code here, and can also use the builtin stepover button to go through her code line wise. This will be of great help as the student can actually see the whole program working sequentially right infront of her. The pink line in the design mockup will show the line at which program is at.&lt;br /&gt;
               &amp;lt;br&amp;gt;  On the right half of the screen, lie three interesting things&lt;br /&gt;
               &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
                             &lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;DOM :&amp;lt;/b&amp;gt; I assume the student already knows HTML (thanks to the sister project WEB confusion), showing a beautiful tree will add to the learning experience. As javascript is known for DOM manipulations. When a student will actually see her javascript code appending an element to the DOM tree, she will actually be learning by visuals and visual learning has a very high memory retention. The DOM illustrator will also help when a student has to find a particular element. She can go through the tree and better decide her strategy for tackling the problem.&lt;br /&gt;
            &lt;br /&gt;
            http://s23.postimg.org/akbk8kybv/html.jpg&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;HTML:&amp;lt;/b&amp;gt; The student must be able to type in the desired HTML code, for which he plans to add Javasript. In the design above, student is actually solving a problem statement which requires her to append some elements to an already existing ul element. The student would be guided through a help section right at the top in the nav bar. Whenever he she is stuck can see the objectives of the current problem and also get a hint. The simulated problem part is a feature of this application. A student can also work on a blank project.&amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s3.postimg.org/cp6curokj/preview.jpg&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Preview:&amp;lt;/b&amp;gt; Preview of the HTML code is a basic necessity for learning javascript. The student upon clicking the Preview button will see the live preview of code uptil that moment. In case she makes changes, she will have to click the run button at the top again.&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Console:&amp;lt;/b&amp;gt; The console part is very important, as the interactivty we wish to achieve wouldnt be possible without it. The console shown in the mockup, will provide basic outputs like console.log, errors, etc. The user can anytime query any variable just like the console which comes with modern day browsers. &amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s8.postimg.org/vvslkrbg5/help.jpg&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Help:&amp;lt;/b&amp;gt; As I mentioned earlier to aid the learning of javascript, the user can opt to go through basic tasks. As shown in the design, the user is shown what she has to do in this task and upon completion can move to the next advanced task. The help button will also fascilitate as guide to interface, just like its done in the web version of turtle . https://turtle.sugarlabs.org.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Export: &#039;&#039;&#039;The code created by the student shouldn&#039;t be just limited to this platform. This app should allow a seemless and intuitive way to export the project to various other activities. &lt;br /&gt;
* Export as Jscripty document, in this format a student can save the project for future use for this activity. This allows saving of pending work and would be the default option. &lt;br /&gt;
* Export as a sugar web activtiy, this option allows the student to put his creation and convert it into an activity. The default template would be used for web activities as given at https://github.com/sugarlabs/sugar-web-template would be used to package the activity for student and be isntalled on her XO&lt;br /&gt;
* Export as a web page, to make her project available across platform, this option will package her project for the web. We can tie up with some sort of webhosting where with one click the students project gets uploaded and the student receives a link to it. It will be of great use as the student can then share the link with any of his friend, family and showcase his work.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Loading examples: &#039;&#039;&#039;Similar to pippy (Sugar activity for python), I plan on adding various example to showcase power of Javascript.&lt;br /&gt;
&lt;br /&gt;
The list:-&lt;br /&gt;
* &#039;&#039;&#039;Graphics:&#039;&#039;&#039;javascript has a pretty huge library for graphics. Showing students some canvas examples, drawing squares and other shapes would be good way to add interactivity in the app. &lt;br /&gt;
* &#039;&#039;&#039;Math&#039;&#039;&#039;: In this I plan to keep it similar to pippy. The math example over there are pretty good.&lt;br /&gt;
* &#039;&#039;&#039;Javascript Tutorials&#039;&#039;&#039;: This section will have all the necessary tutorials a student needs to jump start his javascript coding knowledge.&lt;br /&gt;
* &#039;&#039;&#039;Algorithms &#039;&#039;&#039;: I believe this app should also teach the student implementation of famous algorithms and data structures in Javascript.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;width:60px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;max-width:900px&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p style=&amp;quot;font-weight:600&amp;quot;&amp;gt;Early stage version of the app&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; To actually show the working of my idea, I created this very early prototype of the app. &amp;lt;i&amp;gt;(Please note it currently only supports  alert()  for outputs, and doesnt support  HTML as of now.) I request you to try out, some simple programming problems like finding maximum element in an array, or other  fundamental programming problems in it and use alert() as of now to get output.&amp;lt;/i&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;https://dl.dropboxusercontent.com/u/35525804/JS-Interpreter/index.html]&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;Who are you making it for, and why do they need it?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; This project is entirely focused on the learning part of javascript, by no way it intends to be a substitute to professional suites like JSfiddle. The students who will be using this app, can consider this as a stepping stone to a wide array of web technologies. Getting the gist of the programming language and being profecient in it, is all that is required according to me. Experience will always come with time, no technology or app can skip the need for experience.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What technologies (programming languages, etc.) will you be using? &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; Javascript will be used mostly alongside with HTML, CSS.&lt;br /&gt;
    &amp;lt;br&amp;gt; I plan to use acorn.js for parsing the javascript. On acorn, it is actually a very beautfiul API written by Marjin Haverbeke. Most of my inpsiration for this project comes from his own project eloquentjavascript, where he has something similar to this project. We can consider his project to be the next advanced step our students can take after this and obviously can always use this app as a scratch pad to test their code. Apart from the that I am curently using JS-iterpreter by NeilFraser for interpreting the xml tree returned by acorn.js. This library is a work in progreess. I plan to fork it and add more functionality for this project. As mentioned in the project description.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is the timeline for development of your project? The Summer of Code work period is from May 19 - August 22; 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 &#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; by the midterm evaluation (27 June); the last steps always take longer than you think, and we will consider cancelling projects which are not mostly working by then. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;Before May 19:&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Discuss everything with the mentor, put in his ideas, my ideas.&lt;br /&gt;
                &amp;lt;br&amp;gt; Take a look at other projects similar to this.(eg. Eloquent Javascript, JSfiddle).&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;19th May - 1st June:&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Start coding. Start the work on the interpretor. Add scope for HTML DOM&lt;br /&gt;
                &amp;lt;br&amp;gt; in the JS-interpretor. Basic input output functionality eg console.log(),&lt;br /&gt;
                &amp;lt;br&amp;gt; since javascript doesnt have a native print method. &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;1st June - 15 June &amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Bug hunting and fixing. Start working on the DOM tree display of the&lt;br /&gt;
                &amp;lt;br&amp;gt; application. And also finish up HTML preview. By now the core functionality&lt;br /&gt;
                &amp;lt;br&amp;gt; implementation should be over &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;15th June - 26th June&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Implementing the interactivity part. Creating levels and best ways to create&lt;br /&gt;
                &amp;lt;br&amp;gt; a simulated tutoring environment for our target audience. Loading of templates&lt;br /&gt;
                &amp;lt;br&amp;gt; and saving of current work. Thouroughly discuss with my mentor the tutorial part&lt;br /&gt;
                &amp;lt;br&amp;gt; and wrap it by 26th June. (&amp;lt;i&amp;gt;This should be 90% of the work&amp;lt;/i&amp;gt;)&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;28th June - 15th July &amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; In this case I would like to cover up the stuff that has been lagging, being&lt;br /&gt;
                &amp;lt;br&amp;gt; realistic there would be plenty of stuff that would be out of sync. And ofcourse&lt;br /&gt;
                &amp;lt;br&amp;gt; the bug hunting.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;15th July - 31st July&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Testing of this application, thinking about long term sustainibility of the app.&lt;br /&gt;
                &amp;lt;br&amp;gt; How to make it more connected with the web suite of the XO for example the Web&amp;lt;br&amp;gt; confusion&lt;br /&gt;
                activity. Adding features for portability of work from that activity to this. Adding&lt;br /&gt;
                &amp;lt;br&amp;gt; some unkown advanced feature if time allows.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;1st August - 15th August&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Finishing up the project. Final testing, cleaning up the project. Documenting&lt;br /&gt;
                &amp;lt;br&amp;gt; the project, and some more bug fixing.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;15th August - Final Evaluation&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Buffer time, to catch up with any pending stuff.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    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.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
    I have already started working on this activity and as I mentioned above it can be found at this link&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;https://dl.dropboxusercontent.com/u/35525804/JS-Interpreter/index.html]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
I implemented the touch action features as per the w3 rules in the mozilla source code. It was a lenghty project, and I got to learn a lot from it. One of the important thing I learned from it, the way open source communities work.(&amp;lt;i&amp;gt; On a side note: I must mention my mentor was very humble, cheers to open source community.&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Also developed my college&#039;s annual cultural website ( http://synapse.daiict.ac.in). It was a new thing in my college, as it marked a move from static front end websites to dynamic website like this. &lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;I am one of those creative people who put art first. If the design is bad no matter how good the product be, it wont sell. I have designed a lot of graphics for various organizations. I really would like to make a statement here. Even though this application is for a technical project,creativity has no bounds and can come in any form. Graphic work must also be equally treated to convinve you of my candidature. Here are a few links I would like to show&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
            https://www.dropbox.com/s/i3pu7v64t71pgci/synapse%201.m4v?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; This is a teaser video, created by using the stop motion technique. It involved thousands of pictures. And since it was a budget project, I didnt have enough money for professional studio like setup for proper lightning.&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
             This was my first attempt at animation, created for a homegrown startup called collegestore.&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/ppqh9dit314hy04/colstr.mp4?dl=0&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
            This is the brochure I designed for my college fest.&lt;br /&gt;
            &amp;lt;br&amp;gt; https://dl.dropboxusercontent.com/u/35525804/brochure_final_draft.pdf&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;These are few of the various posters I have designed.&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/vchvw5oas72pmz4/poster.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/j4ow61n00tc1gaq/guitar.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/dkfd87fjv6b3a5l/niki.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/9v3a8im5t693p42/SYNAPSE.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt; If your project is successfully completed, what will its impact be on the Sugar Labs community? Give 3 answers, each 1-3 paragraphs in length. The first one should be yours. The other two should be answers from members of the Sugar Labs community, at least one of whom should be a Sugar Labs GSoC mentor. Provide email contact information for non-GSoC mentors.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;b&amp;gt; My answer&amp;lt;/b&amp;gt; :I view javascript as the future of web development and making further progress to offline applications. Web and Mobile go hand in hand, XO needs to have a very good and intuitive activity on javascript. Since this language can be both beautiful and ugly at times ( past experience :/ ), I think it should be introduced to students at a very early age of learning programming. I often rememeber the gratifying experience of actually adding dynamics to static boring websites. Most of the other programming languages can&#039;t offer that kind of an experience at such an early stage. This is what sets Javascript apart from the crowd. Coming back to this activity, this application aims at making students learn how to make thier boring dull html pages interactive. And ironically this app is also interactive. :) &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;b&amp;gt;Tony Anderson (mentor) &amp;lt;/b&amp;gt; &lt;br /&gt;
The impact is that the Sugar system is used at primary schools in regions which have no useful access to the internet but still should have an opportunity to learn web technology. The schools often have a school server so there is a local stand-in for the internet. The progression is to learn basic web page building with HTML and CSS, then move to learning Javascript. Initially their html files will reside in local storage and be accessed by file:///home/olpc/Documents/some path.html. Later they will have the opportunity to pull together a website and upload it to the server so that it can be shared with the other students. Students at this (or any) age need immediate feedback as to whether they have been successful. The goal of this tool is to give that feedback.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt; Walterbender :&amp;lt;/b&amp;gt;&lt;br /&gt;
I think the significance of the project is that we want to provide a progression of tools for our users such that they can go from simple to rich interactions with the powerful ideas in computation. This project represents one of the way-points along the way.We want our users to aspire to great heights and therefore we need to give them scaffolding to build upon.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    What will you do if you get stuck on your project and your mentor isn&#039;t around? How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;There will be times when the mentor wouldn&#039;t be available. Firstly, I would try to tackle the problem I am facing again, because sometimes in the second go the solution strikes. I am regular at the #sugar channel at IRC and also keep my self updated in the community mailing list and ofcourse the good old books(&amp;lt;i&amp;gt;Sometimes very basic stuff is clearly given in books but we just go through stackexchange and get spoon feeded&amp;lt;/i&amp;gt;). In short I wont leave any stone unturned when I am stuck.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    We want to make sure that you can set up a development environment before the summer starts. Please do one of the following: Send us a link to a screenshot of your Sugar development environment with the following modification: when you hover over the XO-person icon in the middle of Home view, the drop-down text should have your email in place of &amp;quot;logout&amp;quot;. Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug. It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
http://s8.postimg.org/nyoyv6brp/Screenshot_from_2015_03_26_14_23_52.png&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    Describe a great learning experience you had as a child. Is there anything else we should have asked you or anything else that we should know that might make us like you or your project more?&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;This question is pretty tough. At first when I got to know nothing can travel faster than light, I was shocked. My whole thinking used to revolve around considering information can travel instantaneously. And other things like big bang didnt happen at a particular place but the very notion of place(space) was created at that moment still surprises me. These are some of the very few things that still make me  rethink the way I look around the world and are in a way a very  different kind of learning experiences. &amp;lt;/p&amp;gt;&lt;br /&gt;
[[Category:2015 GSoC applications]]&lt;/div&gt;</summary>
		<author><name>Kushan2020</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2015/Kushan_Javascript&amp;diff=95126</id>
		<title>Summer of Code/2015/Kushan Javascript</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2015/Kushan_Javascript&amp;diff=95126"/>
		<updated>2015-03-26T20:26:59Z</updated>

		<summary type="html">&lt;p&gt;Kushan2020: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;About me&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your name?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp; Kushan Joshi&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your email address?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp; 0o3ko0@gmail.com, ikushan@me.com&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your Sugar Labs wiki username?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Kushan2020&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your IRC nickname on irc.freenode.net?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;kepta&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;English&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;Where are you located, and what hours (UTC) do you tend to work? (We also try to match mentors by general time zone if possible.)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;India, &amp;lt;i&amp;gt;8:30am - 12:30pm (UTC) &amp;amp; 3:30pm- 7:30pm (UTC)&amp;lt;/i&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Have you participated in an open-source project before? If so, please send us URLs to your profile pages for those projects, or some other demonstration of the work that you have done in open-source. If not, why do you want to work on an open-source project this summer?&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;I have been contributing to open source frequently. Below is my profile of bugzilla at Mozilla Foundation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Bugzilla profile&amp;lt;/b&amp;gt; [https://bugzilla.mozilla.org/user_profile?user_id=500998 https://bugzilla.mozilla.org/user_profile?user_id=500998]&lt;br /&gt;
    &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Adding touch action regions [https://bugzilla.mozilla.org/show_bug.cgi?id=1101627 [1&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;]:&amp;lt;/b&amp;gt; This bug involved declaring candidate regions for default touch behaviours as set by w3 consortium.[http://www.w3.org/TR/pointerevents/#declaring-candidate-regions-for-default-touch-behaviors [2&lt;br /&gt;
        &amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;].Firefox as of yet hasn&#039;t implemented pointer events for default touch action regions, this bug required me to create touch action regions, and forward them to composter. The regions were further divided into no_Action_Region, horizontal_Pan_Region and vertical_Pan_region , which had to be processed separately. This bug was quite interesting as it had me working on the components of CSS implementation of the browser.&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Use of new xpcshell test cases [https://bugzilla.mozilla.org/show_bug.cgi?id=1022342 [3&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;]:&amp;lt;/b&amp;gt; The use of new globally available xpcshell tests, required change in the code of calendar and lighting app of mozilla suite. In this bug I am upgrading the unit testing code of the suite to follow the changes in Assert.jsm. &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Using getters/setters[https://bugzilla.mozilla.org/show_bug.cgi?id=1116008 [4&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;] : &amp;lt;/b&amp;gt; This was fairly simply bug which required upgradation of existing firefox code to use getters/setters method.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;About your project&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is the name of your project?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Interactive Javascript Shell&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt; Describe your project in 10-20 sentences.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;width:60px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;max-width:900px&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p style=&amp;quot;font-weight:600&amp;quot;&amp;gt;Brief&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;This project is geared towards learning javascript, unlike other similar projects on the internet. The developer must have this in mind while developing the shell. The interactivity of this whole project can be brought upon on various levels. I aim to add different levels of learning, just like a video game. You are given a task and if you complete it successfully you are rewarded virtually and you proceed on to the next level. No learning of javascript is complete without involvement of HTML. The application I intend to develop will have HTML functionality embeded in the whole app experience. That is one thing that differentiates scripting language from others, you dont need to compile and worry stuff related to that.&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;width:60px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;max-width:900px&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p style=&amp;quot;font-weight:600&amp;quot;&amp;gt;Application&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The UI of the app has to be consistent with the XO, below is a mockup of the design of the application I intend to develop this summer.&amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s28.postimg.org/ttbwdosp9/dom.jpg&lt;br /&gt;
&amp;lt;p&amp;gt; As you can see, I intend to divide the screen into halves.&lt;br /&gt;
                &amp;lt;br&amp;gt;OOn the left side the user can enter the code she desires. She can copy paste any code here, and can also use the builtin stepover button to go through her code line wise. This will be of great help as the student can actually see the whole program working sequentially right infront of her. The pink line in the design mockup will show the line at which program is at.&lt;br /&gt;
               &amp;lt;br&amp;gt;  On the right half of the screen, lie three interesting things&lt;br /&gt;
               &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
                             &lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;DOM :&amp;lt;/b&amp;gt; I assume the student already knows HTML (thanks to the sister project WEB confusion), showing a beautiful tree will add to the learning experience. As javascript is known for DOM manipulations. When a student will actually see her javascript code appending an element to the DOM tree, she will actually be learning by visuals and visual learning has a very high memory retention. The DOM illustrator will also help when a student has to find a particular element. She can go through the tree and better decide her strategy for tackling the problem.&lt;br /&gt;
            &lt;br /&gt;
            http://s23.postimg.org/akbk8kybv/html.jpg&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;HTML:&amp;lt;/b&amp;gt; The student must be able to type in the desired HTML code, for which he plans to add Javasript. In the design above, student is actually solving a problem statement which requires her to append some elements to an already existing ul element. The student would be guided through a help section right at the top in the nav bar. Whenever he she is stuck can see the objectives of the current problem and also get a hint. The simulated problem part is a feature of this application. A student can also work on a blank project.&amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s3.postimg.org/cp6curokj/preview.jpg&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Preview:&amp;lt;/b&amp;gt; Preview of the HTML code is a basic necessity for learning javascript. The student upon clicking the Preview button will see the live preview of code uptil that moment. In case she makes changes, she will have to click the run button at the top again.&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Console:&amp;lt;/b&amp;gt; The console part is very important, as the interactivty we wish to achieve wouldnt be possible without it. The console shown in the mockup, will provide basic outputs like console.log, errors, etc. The user can anytime query any variable just like the console which comes with modern day browsers. &amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s8.postimg.org/vvslkrbg5/help.jpg&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Help:&amp;lt;/b&amp;gt; As I mentioned earlier to aid the learning of javascript, the user can opt to go through basic tasks. As shown in the design, the user is shown what she has to do in this task and upon completion can move to the next advanced task. The help button will also fascilitate as guide to interface, just like its done in the web version of turtle . https://turtle.sugarlabs.org.&amp;lt;/p&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Export&#039;&#039;&#039;: The code created by the student shouldn&#039;t be just limited to this platform. This app should allow a seemless and intuitive way to export the project to various other activities.&lt;br /&gt;
&lt;br /&gt;
Export as Jscripty document, in this format a student can save the project for future use for this activity. This allows saving of pending work and would be the default option.&lt;br /&gt;
&lt;br /&gt;
Export as a sugar web activtiy, this option allows the student to put his creation and convert it into an activity. The default template would be used for web activities as given at https://github.com/sugarlabs/sugar-web-template would be used to package the activity for student and be isntalled on her XO&lt;br /&gt;
&lt;br /&gt;
Export as a web page, to make her project available across platform, this option will package her project for the web. We can tie up with some sort of webhosting where with one click the students project gets uploaded and the student receives a link to it. It will be of great use as the student can then share the link with any of his friend, family and showcase his work.&lt;br /&gt;
&lt;br /&gt;
Loading examples: Similar to pippy (Sugar activity for python), I plan on adding various example to showcase power of Javascript.&lt;br /&gt;
&lt;br /&gt;
The list:-&lt;br /&gt;
&lt;br /&gt;
Graphics:javascript has a pretty huge library for graphics. Showing students some canvas examples, drawing squares and other shapes would be good way to add interactivity in the app.&lt;br /&gt;
&lt;br /&gt;
Math: In this I plan to keep it similar to pippy. The math example over there are pretty good.&lt;br /&gt;
&lt;br /&gt;
Javascript Tutorials: This section will have all the necessary tutorials a student needs to jump start his javascript coding knowledge.&lt;br /&gt;
&lt;br /&gt;
Algorithms : I believe this app should also teach the student implementation of famous algorithms and data structures in Javascript.      &lt;br /&gt;
  &amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;width:60px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;max-width:900px&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p style=&amp;quot;font-weight:600&amp;quot;&amp;gt;Early stage version of the app&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; To actually show the working of my idea, I created this very early prototype of the app. &amp;lt;i&amp;gt;(Please note it currently only supports  alert()  for outputs, and doesnt support  HTML as of now.) I request you to try out, some simple programming problems like finding maximum element in an array, or other  fundamental programming problems in it and use alert() as of now to get output.&amp;lt;/i&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;https://dl.dropboxusercontent.com/u/35525804/JS-Interpreter/index.html]&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;Who are you making it for, and why do they need it?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; This project is entirely focused on the learning part of javascript, by no way it intends to be a substitute to professional suites like JSfiddle. The students who will be using this app, can consider this as a stepping stone to a wide array of web technologies. Getting the gist of the programming language and being profecient in it, is all that is required according to me. Experience will always come with time, no technology or app can skip the need for experience.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What technologies (programming languages, etc.) will you be using? &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; Javascript will be used mostly alongside with HTML, CSS.&lt;br /&gt;
    &amp;lt;br&amp;gt; I plan to use acorn.js for parsing the javascript. On acorn, it is actually a very beautfiul API written by Marjin Haverbeke. Most of my inpsiration for this project comes from his own project eloquentjavascript, where he has something similar to this project. We can consider his project to be the next advanced step our students can take after this and obviously can always use this app as a scratch pad to test their code. Apart from the that I am curently using JS-iterpreter by NeilFraser for interpreting the xml tree returned by acorn.js. This library is a work in progreess. I plan to fork it and add more functionality for this project. As mentioned in the project description.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is the timeline for development of your project? The Summer of Code work period is from May 19 - August 22; 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 &#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; by the midterm evaluation (27 June); the last steps always take longer than you think, and we will consider cancelling projects which are not mostly working by then. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;Before May 19:&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Discuss everything with the mentor, put in his ideas, my ideas.&lt;br /&gt;
                &amp;lt;br&amp;gt; Take a look at other projects similar to this.(eg. Eloquent Javascript, JSfiddle).&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;19th May - 1st June:&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Start coding. Start the work on the interpretor. Add scope for HTML DOM&lt;br /&gt;
                &amp;lt;br&amp;gt; in the JS-interpretor. Basic input output functionality eg console.log(),&lt;br /&gt;
                &amp;lt;br&amp;gt; since javascript doesnt have a native print method. &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;1st June - 15 June &amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Bug hunting and fixing. Start working on the DOM tree display of the&lt;br /&gt;
                &amp;lt;br&amp;gt; application. And also finish up HTML preview. By now the core functionality&lt;br /&gt;
                &amp;lt;br&amp;gt; implementation should be over &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;15th June - 26th June&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Implementing the interactivity part. Creating levels and best ways to create&lt;br /&gt;
                &amp;lt;br&amp;gt; a simulated tutoring environment for our target audience. Loading of templates&lt;br /&gt;
                &amp;lt;br&amp;gt; and saving of current work. Thouroughly discuss with my mentor the tutorial part&lt;br /&gt;
                &amp;lt;br&amp;gt; and wrap it by 26th June. (&amp;lt;i&amp;gt;This should be 90% of the work&amp;lt;/i&amp;gt;)&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;28th June - 15th July &amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; In this case I would like to cover up the stuff that has been lagging, being&lt;br /&gt;
                &amp;lt;br&amp;gt; realistic there would be plenty of stuff that would be out of sync. And ofcourse&lt;br /&gt;
                &amp;lt;br&amp;gt; the bug hunting.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;15th July - 31st July&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Testing of this application, thinking about long term sustainibility of the app.&lt;br /&gt;
                &amp;lt;br&amp;gt; How to make it more connected with the web suite of the XO for example the Web&amp;lt;br&amp;gt; confusion&lt;br /&gt;
                activity. Adding features for portability of work from that activity to this. Adding&lt;br /&gt;
                &amp;lt;br&amp;gt; some unkown advanced feature if time allows.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;1st August - 15th August&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Finishing up the project. Final testing, cleaning up the project. Documenting&lt;br /&gt;
                &amp;lt;br&amp;gt; the project, and some more bug fixing.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;15th August - Final Evaluation&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Buffer time, to catch up with any pending stuff.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    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.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
    I have already started working on this activity and as I mentioned above it can be found at this link&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;https://dl.dropboxusercontent.com/u/35525804/JS-Interpreter/index.html]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
I implemented the touch action features as per the w3 rules in the mozilla source code. It was a lenghty project, and I got to learn a lot from it. One of the important thing I learned from it, the way open source communities work.(&amp;lt;i&amp;gt; On a side note: I must mention my mentor was very humble, cheers to open source community.&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Also developed my college&#039;s annual cultural website ( http://synapse.daiict.ac.in). It was a new thing in my college, as it marked a move from static front end websites to dynamic website like this. &lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;I am one of those creative people who put art first. If the design is bad no matter how good the product be, it wont sell. I have designed a lot of graphics for various organizations. I really would like to make a statement here. Even though this application is for a technical project,creativity has no bounds and can come in any form. Graphic work must also be equally treated to convinve you of my candidature. Here are a few links I would like to show&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
            https://www.dropbox.com/s/i3pu7v64t71pgci/synapse%201.m4v?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; This is a teaser video, created by using the stop motion technique. It involved thousands of pictures. And since it was a budget project, I didnt have enough money for professional studio like setup for proper lightning.&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
             This was my first attempt at animation, created for a homegrown startup called collegestore.&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/ppqh9dit314hy04/colstr.mp4?dl=0&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
            This is the brochure I designed for my college fest.&lt;br /&gt;
            &amp;lt;br&amp;gt; https://dl.dropboxusercontent.com/u/35525804/brochure_final_draft.pdf&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;These are few of the various posters I have designed.&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/vchvw5oas72pmz4/poster.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/j4ow61n00tc1gaq/guitar.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/dkfd87fjv6b3a5l/niki.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/9v3a8im5t693p42/SYNAPSE.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt; If your project is successfully completed, what will its impact be on the Sugar Labs community? Give 3 answers, each 1-3 paragraphs in length. The first one should be yours. The other two should be answers from members of the Sugar Labs community, at least one of whom should be a Sugar Labs GSoC mentor. Provide email contact information for non-GSoC mentors.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;b&amp;gt; My answer&amp;lt;/b&amp;gt; :I view javascript as the future of web development and making further progress to offline applications. Web and Mobile go hand in hand, XO needs to have a very good and intuitive activity on javascript. Since this language can be both beautiful and ugly at times ( past experience :/ ), I think it should be introduced to students at a very early age of learning programming. I often rememeber the gratifying experience of actually adding dynamics to static boring websites. Most of the other programming languages can&#039;t offer that kind of an experience at such an early stage. This is what sets Javascript apart from the crowd. Coming back to this activity, this application aims at making students learn how to make thier boring dull html pages interactive. And ironically this app is also interactive. :) &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;b&amp;gt;Tony Anderson (mentor) &amp;lt;/b&amp;gt; &lt;br /&gt;
The impact is that the Sugar system is used at primary schools in regions which have no useful access to the internet but still should have an opportunity to learn web technology. The schools often have a school server so there is a local stand-in for the internet. The progression is to learn basic web page building with HTML and CSS, then move to learning Javascript. Initially their html files will reside in local storage and be accessed by file:///home/olpc/Documents/some path.html. Later they will have the opportunity to pull together a website and upload it to the server so that it can be shared with the other students. Students at this (or any) age need immediate feedback as to whether they have been successful. The goal of this tool is to give that feedback.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt; Walterbender :&amp;lt;/b&amp;gt;&lt;br /&gt;
I think the significance of the project is that we want to provide a progression of tools for our users such that they can go from simple to rich interactions with the powerful ideas in computation. This project represents one of the way-points along the way.We want our users to aspire to great heights and therefore we need to give them scaffolding to build upon.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    What will you do if you get stuck on your project and your mentor isn&#039;t around? How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;There will be times when the mentor wouldn&#039;t be available. Firstly, I would try to tackle the problem I am facing again, because sometimes in the second go the solution strikes. I am regular at the #sugar channel at IRC and also keep my self updated in the community mailing list and ofcourse the good old books(&amp;lt;i&amp;gt;Sometimes very basic stuff is clearly given in books but we just go through stackexchange and get spoon feeded&amp;lt;/i&amp;gt;). In short I wont leave any stone unturned when I am stuck.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    We want to make sure that you can set up a development environment before the summer starts. Please do one of the following: Send us a link to a screenshot of your Sugar development environment with the following modification: when you hover over the XO-person icon in the middle of Home view, the drop-down text should have your email in place of &amp;quot;logout&amp;quot;. Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug. It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
http://s8.postimg.org/nyoyv6brp/Screenshot_from_2015_03_26_14_23_52.png&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    Describe a great learning experience you had as a child. Is there anything else we should have asked you or anything else that we should know that might make us like you or your project more?&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;This question is pretty tough. At first when I got to know nothing can travel faster than light, I was shocked. My whole thinking used to revolve around considering information can travel instantaneously. And other things like big bang didnt happen at a particular place but the very notion of place(space) was created at that moment still surprises me. These are some of the very few things that still make me  rethink the way I look around the world and are in a way a very  different kind of learning experiences. &amp;lt;/p&amp;gt;&lt;br /&gt;
[[Category:2015 GSoC applications]]&lt;/div&gt;</summary>
		<author><name>Kushan2020</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2015/Kushan_Javascript&amp;diff=95125</id>
		<title>Summer of Code/2015/Kushan Javascript</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2015/Kushan_Javascript&amp;diff=95125"/>
		<updated>2015-03-26T20:26:33Z</updated>

		<summary type="html">&lt;p&gt;Kushan2020: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;About me&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your name?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp; Kushan Joshi&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your email address?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp; 0o3ko0@gmail.com, ikushan@me.com&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your Sugar Labs wiki username?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Kushan2020&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your IRC nickname on irc.freenode.net?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;kepta&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;English&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;Where are you located, and what hours (UTC) do you tend to work? (We also try to match mentors by general time zone if possible.)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;India, &amp;lt;i&amp;gt;8:30am - 12:30pm (UTC) &amp;amp; 3:30pm- 7:30pm (UTC)&amp;lt;/i&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Have you participated in an open-source project before? If so, please send us URLs to your profile pages for those projects, or some other demonstration of the work that you have done in open-source. If not, why do you want to work on an open-source project this summer?&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;I have been contributing to open source frequently. Below is my profile of bugzilla at Mozilla Foundation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Bugzilla profile&amp;lt;/b&amp;gt; [https://bugzilla.mozilla.org/user_profile?user_id=500998 https://bugzilla.mozilla.org/user_profile?user_id=500998]&lt;br /&gt;
    &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Adding touch action regions [https://bugzilla.mozilla.org/show_bug.cgi?id=1101627 [1&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;]:&amp;lt;/b&amp;gt; This bug involved declaring candidate regions for default touch behaviours as set by w3 consortium.[http://www.w3.org/TR/pointerevents/#declaring-candidate-regions-for-default-touch-behaviors [2&lt;br /&gt;
        &amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;].Firefox as of yet hasn&#039;t implemented pointer events for default touch action regions, this bug required me to create touch action regions, and forward them to composter. The regions were further divided into no_Action_Region, horizontal_Pan_Region and vertical_Pan_region , which had to be processed separately. This bug was quite interesting as it had me working on the components of CSS implementation of the browser.&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Use of new xpcshell test cases [https://bugzilla.mozilla.org/show_bug.cgi?id=1022342 [3&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;]:&amp;lt;/b&amp;gt; The use of new globally available xpcshell tests, required change in the code of calendar and lighting app of mozilla suite. In this bug I am upgrading the unit testing code of the suite to follow the changes in Assert.jsm. &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Using getters/setters[https://bugzilla.mozilla.org/show_bug.cgi?id=1116008 [4&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;] : &amp;lt;/b&amp;gt; This was fairly simply bug which required upgradation of existing firefox code to use getters/setters method.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;About your project&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is the name of your project?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Interactive Javascript Shell&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt; Describe your project in 10-20 sentences.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;width:60px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;max-width:900px&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p style=&amp;quot;font-weight:600&amp;quot;&amp;gt;Brief&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;This project is geared towards learning javascript, unlike other similar projects on the internet. The developer must have this in mind while developing the shell. The interactivity of this whole project can be brought upon on various levels. I aim to add different levels of learning, just like a video game. You are given a task and if you complete it successfully you are rewarded virtually and you proceed on to the next level. No learning of javascript is complete without involvement of HTML. The application I intend to develop will have HTML functionality embeded in the whole app experience. That is one thing that differentiates scripting language from others, you dont need to compile and worry stuff related to that.&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;width:60px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;max-width:900px&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p style=&amp;quot;font-weight:600&amp;quot;&amp;gt;Application&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The UI of the app has to be consistent with the XO, below is a mockup of the design of the application I intend to develop this summer.&amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s28.postimg.org/ttbwdosp9/dom.jpg&lt;br /&gt;
            &amp;lt;p&amp;gt; As you can see, I intend to divide the screen into halves.&lt;br /&gt;
                &amp;lt;br&amp;gt;OOn the left side the user can enter the code she desires. She can copy paste any code here, and can also use the builtin stepover button to go through her code line wise. This will be of great help as the student can actually see the whole program working sequentially right infront of her. The pink line in the design mockup will show the line at which program is at.&lt;br /&gt;
               &amp;lt;br&amp;gt;  On the right half of the screen, lie three interesting things&lt;br /&gt;
               &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
                             &lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;DOM :&amp;lt;/b&amp;gt; I assume the student already knows HTML (thanks to the sister project WEB confusion), showing a beautiful tree will add to the learning experience. As javascript is known for DOM manipulations. When a student will actually see her javascript code appending an element to the DOM tree, she will actually be learning by visuals and visual learning has a very high memory retention. The DOM illustrator will also help when a student has to find a particular element. She can go through the tree and better decide her strategy for tackling the problem.&lt;br /&gt;
            &lt;br /&gt;
            http://s23.postimg.org/akbk8kybv/html.jpg&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;HTML:&amp;lt;/b&amp;gt; The student must be able to type in the desired HTML code, for which he plans to add Javasript. In the design above, student is actually solving a problem statement which requires her to append some elements to an already existing ul element. The student would be guided through a help section right at the top in the nav bar. Whenever he she is stuck can see the objectives of the current problem and also get a hint. The simulated problem part is a feature of this application. A student can also work on a blank project.&amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s3.postimg.org/cp6curokj/preview.jpg&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Preview:&amp;lt;/b&amp;gt; Preview of the HTML code is a basic necessity for learning javascript. The student upon clicking the Preview button will see the live preview of code uptil that moment. In case she makes changes, she will have to click the run button at the top again.&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Console:&amp;lt;/b&amp;gt; The console part is very important, as the interactivty we wish to achieve wouldnt be possible without it. The console shown in the mockup, will provide basic outputs like console.log, errors, etc. The user can anytime query any variable just like the console which comes with modern day browsers. &amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s8.postimg.org/vvslkrbg5/help.jpg&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Help:&amp;lt;/b&amp;gt; As I mentioned earlier to aid the learning of javascript, the user can opt to go through basic tasks. As shown in the design, the user is shown what she has to do in this task and upon completion can move to the next advanced task. The help button will also fascilitate as guide to interface, just like its done in the web version of turtle . https://turtle.sugarlabs.org.&amp;lt;/p&amp;gt;&lt;br /&gt;
Export: The code created by the student shouldn&#039;t be just limited to this platform. This app should allow a seemless and intuitive way to export the project to various other activities.&lt;br /&gt;
&lt;br /&gt;
Export as Jscripty document, in this format a student can save the project for future use for this activity. This allows saving of pending work and would be the default option.&lt;br /&gt;
&lt;br /&gt;
Export as a sugar web activtiy, this option allows the student to put his creation and convert it into an activity. The default template would be used for web activities as given at https://github.com/sugarlabs/sugar-web-template would be used to package the activity for student and be isntalled on her XO&lt;br /&gt;
&lt;br /&gt;
Export as a web page, to make her project available across platform, this option will package her project for the web. We can tie up with some sort of webhosting where with one click the students project gets uploaded and the student receives a link to it. It will be of great use as the student can then share the link with any of his friend, family and showcase his work.&lt;br /&gt;
&lt;br /&gt;
Loading examples: Similar to pippy (Sugar activity for python), I plan on adding various example to showcase power of Javascript.&lt;br /&gt;
&lt;br /&gt;
The list:-&lt;br /&gt;
&lt;br /&gt;
Graphics:javascript has a pretty huge library for graphics. Showing students some canvas examples, drawing squares and other shapes would be good way to add interactivity in the app.&lt;br /&gt;
&lt;br /&gt;
Math: In this I plan to keep it similar to pippy. The math example over there are pretty good.&lt;br /&gt;
&lt;br /&gt;
Javascript Tutorials: This section will have all the necessary tutorials a student needs to jump start his javascript coding knowledge.&lt;br /&gt;
&lt;br /&gt;
Algorithms : I believe this app should also teach the student implementation of famous algorithms and data structures in Javascript.      &lt;br /&gt;
  &amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;width:60px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;max-width:900px&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p style=&amp;quot;font-weight:600&amp;quot;&amp;gt;Early stage version of the app&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; To actually show the working of my idea, I created this very early prototype of the app. &amp;lt;i&amp;gt;(Please note it currently only supports  alert()  for outputs, and doesnt support  HTML as of now.) I request you to try out, some simple programming problems like finding maximum element in an array, or other  fundamental programming problems in it and use alert() as of now to get output.&amp;lt;/i&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;https://dl.dropboxusercontent.com/u/35525804/JS-Interpreter/index.html]&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;Who are you making it for, and why do they need it?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; This project is entirely focused on the learning part of javascript, by no way it intends to be a substitute to professional suites like JSfiddle. The students who will be using this app, can consider this as a stepping stone to a wide array of web technologies. Getting the gist of the programming language and being profecient in it, is all that is required according to me. Experience will always come with time, no technology or app can skip the need for experience.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What technologies (programming languages, etc.) will you be using? &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; Javascript will be used mostly alongside with HTML, CSS.&lt;br /&gt;
    &amp;lt;br&amp;gt; I plan to use acorn.js for parsing the javascript. On acorn, it is actually a very beautfiul API written by Marjin Haverbeke. Most of my inpsiration for this project comes from his own project eloquentjavascript, where he has something similar to this project. We can consider his project to be the next advanced step our students can take after this and obviously can always use this app as a scratch pad to test their code. Apart from the that I am curently using JS-iterpreter by NeilFraser for interpreting the xml tree returned by acorn.js. This library is a work in progreess. I plan to fork it and add more functionality for this project. As mentioned in the project description.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is the timeline for development of your project? The Summer of Code work period is from May 19 - August 22; 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 &#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; by the midterm evaluation (27 June); the last steps always take longer than you think, and we will consider cancelling projects which are not mostly working by then. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;Before May 19:&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Discuss everything with the mentor, put in his ideas, my ideas.&lt;br /&gt;
                &amp;lt;br&amp;gt; Take a look at other projects similar to this.(eg. Eloquent Javascript, JSfiddle).&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;19th May - 1st June:&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Start coding. Start the work on the interpretor. Add scope for HTML DOM&lt;br /&gt;
                &amp;lt;br&amp;gt; in the JS-interpretor. Basic input output functionality eg console.log(),&lt;br /&gt;
                &amp;lt;br&amp;gt; since javascript doesnt have a native print method. &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;1st June - 15 June &amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Bug hunting and fixing. Start working on the DOM tree display of the&lt;br /&gt;
                &amp;lt;br&amp;gt; application. And also finish up HTML preview. By now the core functionality&lt;br /&gt;
                &amp;lt;br&amp;gt; implementation should be over &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;15th June - 26th June&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Implementing the interactivity part. Creating levels and best ways to create&lt;br /&gt;
                &amp;lt;br&amp;gt; a simulated tutoring environment for our target audience. Loading of templates&lt;br /&gt;
                &amp;lt;br&amp;gt; and saving of current work. Thouroughly discuss with my mentor the tutorial part&lt;br /&gt;
                &amp;lt;br&amp;gt; and wrap it by 26th June. (&amp;lt;i&amp;gt;This should be 90% of the work&amp;lt;/i&amp;gt;)&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;28th June - 15th July &amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; In this case I would like to cover up the stuff that has been lagging, being&lt;br /&gt;
                &amp;lt;br&amp;gt; realistic there would be plenty of stuff that would be out of sync. And ofcourse&lt;br /&gt;
                &amp;lt;br&amp;gt; the bug hunting.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;15th July - 31st July&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Testing of this application, thinking about long term sustainibility of the app.&lt;br /&gt;
                &amp;lt;br&amp;gt; How to make it more connected with the web suite of the XO for example the Web&amp;lt;br&amp;gt; confusion&lt;br /&gt;
                activity. Adding features for portability of work from that activity to this. Adding&lt;br /&gt;
                &amp;lt;br&amp;gt; some unkown advanced feature if time allows.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;1st August - 15th August&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Finishing up the project. Final testing, cleaning up the project. Documenting&lt;br /&gt;
                &amp;lt;br&amp;gt; the project, and some more bug fixing.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;15th August - Final Evaluation&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Buffer time, to catch up with any pending stuff.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    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.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
    I have already started working on this activity and as I mentioned above it can be found at this link&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;https://dl.dropboxusercontent.com/u/35525804/JS-Interpreter/index.html]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
I implemented the touch action features as per the w3 rules in the mozilla source code. It was a lenghty project, and I got to learn a lot from it. One of the important thing I learned from it, the way open source communities work.(&amp;lt;i&amp;gt; On a side note: I must mention my mentor was very humble, cheers to open source community.&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Also developed my college&#039;s annual cultural website ( http://synapse.daiict.ac.in). It was a new thing in my college, as it marked a move from static front end websites to dynamic website like this. &lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;I am one of those creative people who put art first. If the design is bad no matter how good the product be, it wont sell. I have designed a lot of graphics for various organizations. I really would like to make a statement here. Even though this application is for a technical project,creativity has no bounds and can come in any form. Graphic work must also be equally treated to convinve you of my candidature. Here are a few links I would like to show&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
            https://www.dropbox.com/s/i3pu7v64t71pgci/synapse%201.m4v?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; This is a teaser video, created by using the stop motion technique. It involved thousands of pictures. And since it was a budget project, I didnt have enough money for professional studio like setup for proper lightning.&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
             This was my first attempt at animation, created for a homegrown startup called collegestore.&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/ppqh9dit314hy04/colstr.mp4?dl=0&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
            This is the brochure I designed for my college fest.&lt;br /&gt;
            &amp;lt;br&amp;gt; https://dl.dropboxusercontent.com/u/35525804/brochure_final_draft.pdf&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;These are few of the various posters I have designed.&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/vchvw5oas72pmz4/poster.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/j4ow61n00tc1gaq/guitar.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/dkfd87fjv6b3a5l/niki.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/9v3a8im5t693p42/SYNAPSE.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt; If your project is successfully completed, what will its impact be on the Sugar Labs community? Give 3 answers, each 1-3 paragraphs in length. The first one should be yours. The other two should be answers from members of the Sugar Labs community, at least one of whom should be a Sugar Labs GSoC mentor. Provide email contact information for non-GSoC mentors.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;b&amp;gt; My answer&amp;lt;/b&amp;gt; :I view javascript as the future of web development and making further progress to offline applications. Web and Mobile go hand in hand, XO needs to have a very good and intuitive activity on javascript. Since this language can be both beautiful and ugly at times ( past experience :/ ), I think it should be introduced to students at a very early age of learning programming. I often rememeber the gratifying experience of actually adding dynamics to static boring websites. Most of the other programming languages can&#039;t offer that kind of an experience at such an early stage. This is what sets Javascript apart from the crowd. Coming back to this activity, this application aims at making students learn how to make thier boring dull html pages interactive. And ironically this app is also interactive. :) &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;b&amp;gt;Tony Anderson (mentor) &amp;lt;/b&amp;gt; &lt;br /&gt;
The impact is that the Sugar system is used at primary schools in regions which have no useful access to the internet but still should have an opportunity to learn web technology. The schools often have a school server so there is a local stand-in for the internet. The progression is to learn basic web page building with HTML and CSS, then move to learning Javascript. Initially their html files will reside in local storage and be accessed by file:///home/olpc/Documents/some path.html. Later they will have the opportunity to pull together a website and upload it to the server so that it can be shared with the other students. Students at this (or any) age need immediate feedback as to whether they have been successful. The goal of this tool is to give that feedback.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt; Walterbender :&amp;lt;/b&amp;gt;&lt;br /&gt;
I think the significance of the project is that we want to provide a progression of tools for our users such that they can go from simple to rich interactions with the powerful ideas in computation. This project represents one of the way-points along the way.We want our users to aspire to great heights and therefore we need to give them scaffolding to build upon.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    What will you do if you get stuck on your project and your mentor isn&#039;t around? How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;There will be times when the mentor wouldn&#039;t be available. Firstly, I would try to tackle the problem I am facing again, because sometimes in the second go the solution strikes. I am regular at the #sugar channel at IRC and also keep my self updated in the community mailing list and ofcourse the good old books(&amp;lt;i&amp;gt;Sometimes very basic stuff is clearly given in books but we just go through stackexchange and get spoon feeded&amp;lt;/i&amp;gt;). In short I wont leave any stone unturned when I am stuck.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    We want to make sure that you can set up a development environment before the summer starts. Please do one of the following: Send us a link to a screenshot of your Sugar development environment with the following modification: when you hover over the XO-person icon in the middle of Home view, the drop-down text should have your email in place of &amp;quot;logout&amp;quot;. Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug. It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
http://s8.postimg.org/nyoyv6brp/Screenshot_from_2015_03_26_14_23_52.png&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    Describe a great learning experience you had as a child. Is there anything else we should have asked you or anything else that we should know that might make us like you or your project more?&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;This question is pretty tough. At first when I got to know nothing can travel faster than light, I was shocked. My whole thinking used to revolve around considering information can travel instantaneously. And other things like big bang didnt happen at a particular place but the very notion of place(space) was created at that moment still surprises me. These are some of the very few things that still make me  rethink the way I look around the world and are in a way a very  different kind of learning experiences. &amp;lt;/p&amp;gt;&lt;br /&gt;
[[Category:2015 GSoC applications]]&lt;/div&gt;</summary>
		<author><name>Kushan2020</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2015/Kushan_Javascript&amp;diff=95042</id>
		<title>Summer of Code/2015/Kushan Javascript</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2015/Kushan_Javascript&amp;diff=95042"/>
		<updated>2015-03-26T11:08:56Z</updated>

		<summary type="html">&lt;p&gt;Kushan2020: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;About me&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your name?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp; Kushan Joshi&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your email address?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp; 0o3ko0@gmail.com, ikushan@me.com&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your Sugar Labs wiki username?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Kushan2020&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your IRC nickname on irc.freenode.net?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;kepta&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;English&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;Where are you located, and what hours (UTC) do you tend to work? (We also try to match mentors by general time zone if possible.)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;India, &amp;lt;i&amp;gt;8:30am - 12:30pm (UTC) &amp;amp; 3:30pm- 7:30pm (UTC)&amp;lt;/i&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Have you participated in an open-source project before? If so, please send us URLs to your profile pages for those projects, or some other demonstration of the work that you have done in open-source. If not, why do you want to work on an open-source project this summer?&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;I have been contributing to open source frequently. Below is my profile of bugzilla at Mozilla Foundation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Bugzilla profile&amp;lt;/b&amp;gt; [https://bugzilla.mozilla.org/user_profile?user_id=500998 https://bugzilla.mozilla.org/user_profile?user_id=500998]&lt;br /&gt;
    &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Adding touch action regions [https://bugzilla.mozilla.org/show_bug.cgi?id=1101627 [1&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;]:&amp;lt;/b&amp;gt; This bug involved declaring candidate regions for default touch behaviours as set by w3 consortium.[http://www.w3.org/TR/pointerevents/#declaring-candidate-regions-for-default-touch-behaviors [2&lt;br /&gt;
        &amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;].Firefox as of yet hasn&#039;t implemented pointer events for default touch action regions, this bug required me to create touch action regions, and forward them to composter. The regions were further divided into no_Action_Region, horizontal_Pan_Region and vertical_Pan_region , which had to be processed separately. This bug was quite interesting as it had me working on the components of CSS implementation of the browser.&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Use of new xpcshell test cases [https://bugzilla.mozilla.org/show_bug.cgi?id=1022342 [3&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;]:&amp;lt;/b&amp;gt; The use of new globally available xpcshell tests, required change in the code of calendar and lighting app of mozilla suite. In this bug I am upgrading the unit testing code of the suite to follow the changes in Assert.jsm. &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Using getters/setters[https://bugzilla.mozilla.org/show_bug.cgi?id=1116008 [4&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;] : &amp;lt;/b&amp;gt; This was fairly simply bug which required upgradation of existing firefox code to use getters/setters method.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;About your project&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is the name of your project?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Interactive Javascript Shell&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt; Describe your project in 10-20 sentences.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;width:60px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;max-width:900px&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p style=&amp;quot;font-weight:600&amp;quot;&amp;gt;Brief&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;This project is geared towards learning javascript, unlike other similar projects on the internet. The developer must have this in mind while developing the shell. The interactivity of this whole project can be brought upon on various levels. I aim to add different levels of learning, just like a video game. You are given a task and if you complete it successfully you are rewarded virtually and you proceed on to the next level. No learning of javascript is complete without involvement of HTML. The application I intend to develop will have HTML functionality embeded in the whole app experience. That is one thing that differentiates scripting language from others, you dont need to compile and worry stuff related to that.&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;width:60px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;max-width:900px&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p style=&amp;quot;font-weight:600&amp;quot;&amp;gt;Application&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The UI of the app has to be consistent with the XO, below is a mockup of the design of the application I intend to develop this summer.&amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s28.postimg.org/ttbwdosp9/dom.jpg&lt;br /&gt;
            &amp;lt;p&amp;gt; As you can see, I intend to divide the screen into halves.&lt;br /&gt;
                &amp;lt;br&amp;gt;OOn the left side the user can enter the code she desires. She can copy paste any code here, and can also use the builtin stepover button to go through her code line wise. This will be of great help as the student can actually see the whole program working sequentially right infront of her. The pink line in the design mockup will show the line at which program is at.&lt;br /&gt;
               &amp;lt;br&amp;gt;  On the right half of the screen, lie three interesting things&lt;br /&gt;
               &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
                             &lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;DOM :&amp;lt;/b&amp;gt; I assume the student already knows HTML (thanks to the sister project WEB confusion), showing a beautiful tree will add to the learning experience. As javascript is known for DOM manipulations. When a student will actually see her javascript code appending an element to the DOM tree, she will actually be learning by visuals and visual learning has a very high memory retention. The DOM illustrator will also help when a student has to find a particular element. She can go through the tree and better decide her strategy for tackling the problem.&lt;br /&gt;
            &lt;br /&gt;
            http://s23.postimg.org/akbk8kybv/html.jpg&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;HTML:&amp;lt;/b&amp;gt; The student must be able to type in the desired HTML code, for which he plans to add Javasript. In the design above, student is actually solving a problem statement which requires her to append some elements to an already existing ul element. The student would be guided through a help section right at the top in the nav bar. Whenever he she is stuck can see the objectives of the current problem and also get a hint. The simulated problem part is a feature of this application. A student can also work on a blank project.&amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s3.postimg.org/cp6curokj/preview.jpg&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Preview:&amp;lt;/b&amp;gt; Preview of the HTML code is a basic necessity for learning javascript. The student upon clicking the Preview button will see the live preview of code uptil that moment. In case she makes changes, she will have to click the run button at the top again.&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Console:&amp;lt;/b&amp;gt; The console part is very important, as the interactivty we wish to achieve wouldnt be possible without it. The console shown in the mockup, will provide basic outputs like console.log, errors, etc. The user can anytime query any variable just like the console which comes with modern day browsers. &amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s8.postimg.org/vvslkrbg5/help.jpg&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Help:&amp;lt;/b&amp;gt; As I mentioned earlier to aid the learning of javascript, the user can opt to go through basic tasks. As shown in the design, the user is shown what she has to do in this task and upon completion can move to the next advanced task. The help button will also fascilitate as guide to interface, just like its done in the web version of turtle . https://turtle.sugarlabs.org.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;width:60px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;max-width:900px&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p style=&amp;quot;font-weight:600&amp;quot;&amp;gt;Early stage version of the app&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; To actually show the working of my idea, I created this very early prototype of the app. &amp;lt;i&amp;gt;(Please note it currently only supports  alert()  for outputs, and doesnt support  HTML as of now.) I request you to try out, some simple programming problems like finding maximum element in an array, or other  fundamental programming problems in it and use alert() as of now to get output.&amp;lt;/i&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;https://dl.dropboxusercontent.com/u/35525804/JS-Interpreter/index.html]&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;Who are you making it for, and why do they need it?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; This project is entirely focused on the learning part of javascript, by no way it intends to be a substitute to professional suites like JSfiddle. The students who will be using this app, can consider this as a stepping stone to a wide array of web technologies. Getting the gist of the programming language and being profecient in it, is all that is required according to me. Experience will always come with time, no technology or app can skip the need for experience.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What technologies (programming languages, etc.) will you be using? &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; Javascript will be used mostly alongside with HTML, CSS.&lt;br /&gt;
    &amp;lt;br&amp;gt; I plan to use acorn.js for parsing the javascript. On acorn, it is actually a very beautfiul API written by Marjin Haverbeke. Most of my inpsiration for this project comes from his own project eloquentjavascript, where he has something similar to this project. We can consider his project to be the next advanced step our students can take after this and obviously can always use this app as a scratch pad to test their code. Apart from the that I am curently using JS-iterpreter by NeilFraser for interpreting the xml tree returned by acorn.js. This library is a work in progreess. I plan to fork it and add more functionality for this project. As mentioned in the project description.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is the timeline for development of your project? The Summer of Code work period is from May 19 - August 22; 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 &#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; by the midterm evaluation (27 June); the last steps always take longer than you think, and we will consider cancelling projects which are not mostly working by then. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;Before May 19:&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Discuss everything with the mentor, put in his ideas, my ideas.&lt;br /&gt;
                &amp;lt;br&amp;gt; Take a look at other projects similar to this.(eg. Eloquent Javascript, JSfiddle).&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;19th May - 1st June:&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Start coding. Start the work on the interpretor. Add scope for HTML DOM&lt;br /&gt;
                &amp;lt;br&amp;gt; in the JS-interpretor. Basic input output functionality eg console.log(),&lt;br /&gt;
                &amp;lt;br&amp;gt; since javascript doesnt have a native print method. &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;1st June - 15 June &amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Bug hunting and fixing. Start working on the DOM tree display of the&lt;br /&gt;
                &amp;lt;br&amp;gt; application. And also finish up HTML preview. By now the core functionality&lt;br /&gt;
                &amp;lt;br&amp;gt; implementation should be over &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;15th June - 26th June&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Implementing the interactivity part. Creating levels and best ways to create&lt;br /&gt;
                &amp;lt;br&amp;gt; a simulated tutoring environment for our target audience. Loading of templates&lt;br /&gt;
                &amp;lt;br&amp;gt; and saving of current work. Thouroughly discuss with my mentor the tutorial part&lt;br /&gt;
                &amp;lt;br&amp;gt; and wrap it by 26th June. (&amp;lt;i&amp;gt;This should be 90% of the work&amp;lt;/i&amp;gt;)&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;28th June - 15th July &amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; In this case I would like to cover up the stuff that has been lagging, being&lt;br /&gt;
                &amp;lt;br&amp;gt; realistic there would be plenty of stuff that would be out of sync. And ofcourse&lt;br /&gt;
                &amp;lt;br&amp;gt; the bug hunting.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;15th July - 31st July&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Testing of this application, thinking about long term sustainibility of the app.&lt;br /&gt;
                &amp;lt;br&amp;gt; How to make it more connected with the web suite of the XO for example the Web&amp;lt;br&amp;gt; confusion&lt;br /&gt;
                activity. Adding features for portability of work from that activity to this. Adding&lt;br /&gt;
                &amp;lt;br&amp;gt; some unkown advanced feature if time allows.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;1st August - 15th August&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Finishing up the project. Final testing, cleaning up the project. Documenting&lt;br /&gt;
                &amp;lt;br&amp;gt; the project, and some more bug fixing.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;15th August - Final Evaluation&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Buffer time, to catch up with any pending stuff.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    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.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
    I have already started working on this activity and as I mentioned above it can be found at this link&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;https://dl.dropboxusercontent.com/u/35525804/JS-Interpreter/index.html]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
I implemented the touch action features as per the w3 rules in the mozilla source code. It was a lenghty project, and I got to learn a lot from it. One of the important thing I learned from it, the way open source communities work.(&amp;lt;i&amp;gt; On a side note: I must mention my mentor was very humble, cheers to open source community.&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Also developed my college&#039;s annual cultural website ( http://synapse.daiict.ac.in). It was a new thing in my college, as it marked a move from static front end websites to dynamic website like this. &lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;I am one of those creative people who put art first. If the design is bad no matter how good the product be, it wont sell. I have designed a lot of graphics for various organizations. I really would like to make a statement here. Even though this application is for a technical project,creativity has no bounds and can come in any form. Graphic work must also be equally treated to convinve you of my candidature. Here are a few links I would like to show&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
            https://www.dropbox.com/s/i3pu7v64t71pgci/synapse%201.m4v?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; This is a teaser video, created by using the stop motion technique. It involved thousands of pictures. And since it was a budget project, I didnt have enough money for professional studio like setup for proper lightning.&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
             This was my first attempt at animation, created for a homegrown startup called collegestore.&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/ppqh9dit314hy04/colstr.mp4?dl=0&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
            This is the brochure I designed for my college fest.&lt;br /&gt;
            &amp;lt;br&amp;gt; https://dl.dropboxusercontent.com/u/35525804/brochure_final_draft.pdf&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;These are few of the various posters I have designed.&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/vchvw5oas72pmz4/poster.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/j4ow61n00tc1gaq/guitar.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/dkfd87fjv6b3a5l/niki.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/9v3a8im5t693p42/SYNAPSE.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt; If your project is successfully completed, what will its impact be on the Sugar Labs community? Give 3 answers, each 1-3 paragraphs in length. The first one should be yours. The other two should be answers from members of the Sugar Labs community, at least one of whom should be a Sugar Labs GSoC mentor. Provide email contact information for non-GSoC mentors.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;b&amp;gt; My answer&amp;lt;/b&amp;gt; :I view javascript as the future of web development and making further progress to offline applications. Web and Mobile go hand in hand, XO needs to have a very good and intuitive activity on javascript. Since this language can be both beautiful and ugly at times ( past experience :/ ), I think it should be introduced to students at a very early age of learning programming. I often rememeber the gratifying experience of actually adding dynamics to static boring websites. Most of the other programming languages can&#039;t offer that kind of an experience at such an early stage. This is what sets Javascript apart from the crowd. Coming back to this activity, this application aims at making students learn how to make thier boring dull html pages interactive. And ironically this app is also interactive. :) &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;b&amp;gt;Tony Anderson (mentor) &amp;lt;/b&amp;gt; &lt;br /&gt;
The impact is that the Sugar system is used at primary schools in regions which have no useful access to the internet but still should have an opportunity to learn web technology. The schools often have a school server so there is a local stand-in for the internet. The progression is to learn basic web page building with HTML and CSS, then move to learning Javascript. Initially their html files will reside in local storage and be accessed by file:///home/olpc/Documents/some path.html. Later they will have the opportunity to pull together a website and upload it to the server so that it can be shared with the other students. Students at this (or any) age need immediate feedback as to whether they have been successful. The goal of this tool is to give that feedback.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt; Walterbender :&amp;lt;/b&amp;gt;&lt;br /&gt;
I think the significance of the project is that we want to provide a progression of tools for our users such that they can go from simple to rich interactions with the powerful ideas in computation. This project represents one of the way-points along the way.We want our users to aspire to great heights and therefore we need to give them scaffolding to build upon.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    What will you do if you get stuck on your project and your mentor isn&#039;t around? How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;There will be times when the mentor wouldn&#039;t be available. Firstly, I would try to tackle the problem I am facing again, because sometimes in the second go the solution strikes. I am regular at the #sugar channel at IRC and also keep my self updated in the community mailing list and ofcourse the good old books(&amp;lt;i&amp;gt;Sometimes very basic stuff is clearly given in books but we just go through stackexchange and get spoon feeded&amp;lt;/i&amp;gt;). In short I wont leave any stone unturned when I am stuck.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    We want to make sure that you can set up a development environment before the summer starts. Please do one of the following: Send us a link to a screenshot of your Sugar development environment with the following modification: when you hover over the XO-person icon in the middle of Home view, the drop-down text should have your email in place of &amp;quot;logout&amp;quot;. Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug. It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
http://s8.postimg.org/nyoyv6brp/Screenshot_from_2015_03_26_14_23_52.png&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    Describe a great learning experience you had as a child. Is there anything else we should have asked you or anything else that we should know that might make us like you or your project more?&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;This question is pretty tough. At first when I got to know nothing can travel faster than light, I was shocked. My whole thinking used to revolve around considering information can travel instantaneously. And other things like big bang didnt happen at a particular place but the very notion of place(space) was created at that moment still surprises me. These are some of the very few things that still make me  rethink the way I look around the world and are in a way a very  different kind of learning experiences. &amp;lt;/p&amp;gt;&lt;br /&gt;
[[Category:2015 GSoC applications]]&lt;/div&gt;</summary>
		<author><name>Kushan2020</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2015/Kushan_Javascript&amp;diff=95040</id>
		<title>Summer of Code/2015/Kushan Javascript</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2015/Kushan_Javascript&amp;diff=95040"/>
		<updated>2015-03-26T10:52:12Z</updated>

		<summary type="html">&lt;p&gt;Kushan2020: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;About me&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your name?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp; Kushan Joshi&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your email address?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp; 0o3ko0@gmail.com, ikushan@me.com&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your Sugar Labs wiki username?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Kushan2020&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your IRC nickname on irc.freenode.net?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;kepta&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;English&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;Where are you located, and what hours (UTC) do you tend to work? (We also try to match mentors by general time zone if possible.)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;India, &amp;lt;i&amp;gt;8:30am - 12:30pm (UTC) &amp;amp; 3:30pm- 7:30pm (UTC)&amp;lt;/i&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Have you participated in an open-source project before? If so, please send us URLs to your profile pages for those projects, or some other demonstration of the work that you have done in open-source. If not, why do you want to work on an open-source project this summer?&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;I have been contributing to open source frequently. Below is my profile of bugzilla at Mozilla Foundation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Bugzilla profile&amp;lt;/b&amp;gt; [https://bugzilla.mozilla.org/user_profile?user_id=500998 https://bugzilla.mozilla.org/user_profile?user_id=500998]&lt;br /&gt;
    &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Adding touch action regions [https://bugzilla.mozilla.org/show_bug.cgi?id=1101627 [1&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;]:&amp;lt;/b&amp;gt; This bug involved declaring candidate regions for default touch behaviours as set by w3 consortium.[http://www.w3.org/TR/pointerevents/#declaring-candidate-regions-for-default-touch-behaviors [2&lt;br /&gt;
        &amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;].Firefox as of yet hasn&#039;t implemented pointer events for default touch action regions, this bug required me to create touch action regions, and forward them to composter. The regions were further divided into no_Action_Region, horizontal_Pan_Region and vertical_Pan_region , which had to be processed separately. This bug was quite interesting as it had me working on the components of CSS implementation of the browser.&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Use of new xpcshell test cases [https://bugzilla.mozilla.org/show_bug.cgi?id=1022342 [3&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;]:&amp;lt;/b&amp;gt; The use of new globally available xpcshell tests, required change in the code of calendar and lighting app of mozilla suite. In this bug I am upgrading the unit testing code of the suite to follow the change in Assert.jsm. &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Using getters/setters[https://bugzilla.mozilla.org/show_bug.cgi?id=1116008 [4&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;] : &amp;lt;/b&amp;gt; This was fairly simply bug which required upgradation of existing firefox code to use getters/setters method.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;About your project&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is the name of your project?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Interactive Javascript Shell&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt; Describe your project in 10-20 sentences.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;width:60px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;max-width:900px&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p style=&amp;quot;font-weight:600&amp;quot;&amp;gt;Brief&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;This project is geared towards learning javascript, unlike other similar projects on the internet. The developer must have this in mind while developing the shell. The interactivity of this whole project can be brought upon on various levels. I aim to add different levels of learning, just like a video game. You are given a task and if you complete it successfully you are rewarded virtually and you proceed on to the next level. No learning of javascript is complete without involvement of HTML. The application I intend to develop will have HTML functionality embeded in the whole app experience. That is one thing that differentiates scripting language from others, you dont need to compile and worry stuff related to that.&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;width:60px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;max-width:900px&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p style=&amp;quot;font-weight:600&amp;quot;&amp;gt;Application&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;The UI of the app has to be consistent with the XO, below is a mockup of the design of the application I intend to develop this summer.&amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s28.postimg.org/ttbwdosp9/dom.jpg&lt;br /&gt;
            &amp;lt;p&amp;gt; As you can see, I intend to divide the screen into halves.&lt;br /&gt;
                &amp;lt;br&amp;gt;On the left side the user can enter the code she desires. She can copy paste any code here, and can also use the builtin stepover button to go through her code line wise. This will be of great help as the student can actually see the whole program working sequentially right infront of her. The pink line in the design mockup will show the line at which program is at.&lt;br /&gt;
                &amp;lt;br&amp;gt; On the right half of the screen, lie three interesting things&lt;br /&gt;
                &amp;lt;br&amp;gt;&lt;br /&gt;
                &amp;lt;br&amp;gt;&lt;br /&gt;
                &amp;lt;b&amp;gt;DOM :&amp;lt;/b&amp;gt; I assume the student already knows HTML (thanks to the sister project WEB confusion), showing a beautiful tree will add to the learning experience. As javascript is known for DOM manipulations. When a student will actually see her javascript code appending an element to the DOM tree, she will actually be learning by visuals and visual learning has a very high memory retention. The DOM illustrator will also help when a student has to find a particular element. She can go through the tree and better decide her strategy for tackling the problem.&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s23.postimg.org/akbk8kybv/html.jpg&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;HTML:&amp;lt;/b&amp;gt; The student must be able to type in the desired HTML code, for which he plans to add Javasript. In the design above, student is actually solving a problem statement which requires her to append some elements to an already existing ul element. The student would be guided through a help section right at the top in the nav bar. Whenever he she is stuck can see the objectives of the current problem and also get a hint. The simulated problem part is a feature of this application. A student can also work on a blank project.&amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s3.postimg.org/cp6curokj/preview.jpg&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Preview:&amp;lt;/b&amp;gt; Preview of the HTML code is a basic necessity for learning javascript. The student upon clicking the Preview button will see the live preview of code uptil that moment. In case she makes changes, she will have to click the run button at the top again.&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Console:&amp;lt;/b&amp;gt; The console part is very important, as the interactivty we wish to achieve wouldnt be possible without it. The console shown in the mockup, will provide basic outputs like console.log, errors, etc. The user can anytime query any variable just like the console which comes with modern day browsers. &amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s8.postimg.org/vvslkrbg5/help.jpg&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Help:&amp;lt;/b&amp;gt; As I mentioned earlier to aid the learning of javascript, the user can opt to go through basic tasks. As shown in the design, the user is shown what she has to do in this task and upon completion can move to the next advanced task. The help button will also fascilitate as guide to interface, just like its done in the web version of turtle . https://turtle.sugarlabs.org.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;width:60px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;max-width:900px&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p style=&amp;quot;font-weight:600&amp;quot;&amp;gt;Early stage version of the app&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; To actually show the working of my idea, I created this very early prototype of the app. &amp;lt;i&amp;gt;(Please note it currently only supports  alert()  for outputs, and doesnt support  HTML as of now.) I request you to try out, some simple programming problems like finding maximum element in an array, or other  fundamental programming problems in it and use alert() as of now to get output.&amp;lt;/i&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;https://dl.dropboxusercontent.com/u/35525804/JS-Interpreter/index.html]&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;Who are you making it for, and why do they need it?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; This project is entirely focused on the learning part of javascript, by no way it intends to be a substitute to professional suites like JSfiddle. The students who will be using this app, can consider this as a stepping stone to a wide array of web technologies. Getting the gist of the programming language and being profecient in it, is all that is required according to me. Experience will always come with time, no technology or app can skip the need for experience.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What technologies (programming languages, etc.) will you be using? &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; Javascript will be used mostly alongside with HTML, CSS.&lt;br /&gt;
    &amp;lt;br&amp;gt; I plan to use acorn.js for parsing the javascript. On acorn, it is actually a very beautfiul API written by Marjin Haverbeke. Most of my inpsiration for this project comes from his own project eloquentjavascript, where he has something similar to this project. We can consider his project to be the next advanced step our students can take after this and obviously can always use this app as a scratch pad to test their code. Apart from the that I am curently using JS-iterpreter by NeilFraser for interpreting the xml tree returned by acorn.js. This library is a work in progreess. I plan to fork it and add more functionality for this project. As mentioned in the project description.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is the timeline for development of your project? The Summer of Code work period is from May 19 - August 22; 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 &#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; by the midterm evaluation (27 June); the last steps always take longer than you think, and we will consider cancelling projects which are not mostly working by then. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;Before May 19:&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Discuss everything with the mentor, put in his ideas, my ideas.&lt;br /&gt;
                &amp;lt;br&amp;gt; Take a look at other projects similar to this.(eg. Eloquent Javascript, JSfiddle).&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;19th May - 1st June:&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Start coding. Start the work on the interpretor. Add scope for HTML DOM&lt;br /&gt;
                &amp;lt;br&amp;gt; in the JS-interpretor. Basic input output functionality eg console.log(),&lt;br /&gt;
                &amp;lt;br&amp;gt; since javascript doesnt have a native print method. &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;1st June - 15 June &amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Bug hunting and fixing. Start working on the DOM tree display of the&lt;br /&gt;
                &amp;lt;br&amp;gt; application. And also finish up HTML preview. By now the core functionality&lt;br /&gt;
                &amp;lt;br&amp;gt; implementation should be over &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;15th June - 26th June&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Implementing the interactivity part. Creating levels and best ways to create&lt;br /&gt;
                &amp;lt;br&amp;gt; a simulated tutoring environment for our target audience. Loading of templates&lt;br /&gt;
                &amp;lt;br&amp;gt; and saving of current work. Thouroughly discuss with my mentor the tutorial part&lt;br /&gt;
                &amp;lt;br&amp;gt; and wrap it by 26th June. (&amp;lt;i&amp;gt;This should be 90% of the work&amp;lt;/i&amp;gt;)&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;28th June - 15th July &amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; In this case I would like to cover up the stuff that has been lagging, being&lt;br /&gt;
                &amp;lt;br&amp;gt; realistic there would be plenty of stuff that would be out of sync. And ofcourse&lt;br /&gt;
                &amp;lt;br&amp;gt; the bug hunting.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;15th July - 31st July&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Testing of this application, thinking about long term sustainibility of the app.&lt;br /&gt;
                &amp;lt;br&amp;gt; How to make it more connected with the web suite of the XO for example the Web&amp;lt;br&amp;gt; confusion&lt;br /&gt;
                activity. Adding features for portability of work from that activity to this. Adding&lt;br /&gt;
                &amp;lt;br&amp;gt; some unkown advanced feature if time allows.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;1st August - 15th August&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Finishing up the project. Final testing, cleaning up the project. Documenting&lt;br /&gt;
                &amp;lt;br&amp;gt; the project, and some more bug fixing.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;15th August - Final Evaluation&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Buffer time, to catch up with any pending stuff.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    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.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
    I have already started working on this activity and as I mentioned above it can be found at this link&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;https://dl.dropboxusercontent.com/u/35525804/JS-Interpreter/index.html]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
I implemented the touch action features as per the w3 rules in the mozilla source code. It was a lenghty project, and I got to learn a lot from it. One of the important thing I learned from it, the way open source communities work.(&amp;lt;i&amp;gt; On a side note: I must mention my mentor was very humble, cheers to open source community.&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Also developed my college&#039;s annual cultural website ( http://synapse.daiict.ac.in). It was a new thing in my college, as it marked a move from static front end websites to dynamic website like this. &lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;I am one of those creative people who put art first. If the design is bad no matter how good the product be, it wont sell. I have designed a lot of graphics for various organizations. I really would like to make a statement here. Even though this application is for a technical project,creativity has no bounds and can come in any form. Graphic work must also be equally treated to convinve you of my candidature. Here are a few links I would like to show&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
            https://www.dropbox.com/s/i3pu7v64t71pgci/synapse%201.m4v?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; This is a teaser video, created by using the stop motion technique. It involved thousands of pictures. And since it was a budget project, I didnt have enough money for professional studio like setup for proper lightning.&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
             This was my first attempt at animation, created for a homegrown startup called collegestore.&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/ppqh9dit314hy04/colstr.mp4?dl=0&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
            This is the brochure I designed for my college fest.&lt;br /&gt;
            &amp;lt;br&amp;gt; https://dl.dropboxusercontent.com/u/35525804/brochure_final_draft.pdf&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;These are few of the various posters I have designed.&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/vchvw5oas72pmz4/poster.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/j4ow61n00tc1gaq/guitar.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/dkfd87fjv6b3a5l/niki.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/9v3a8im5t693p42/SYNAPSE.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt; If your project is successfully completed, what will its impact be on the Sugar Labs community? Give 3 answers, each 1-3 paragraphs in length. The first one should be yours. The other two should be answers from members of the Sugar Labs community, at least one of whom should be a Sugar Labs GSoC mentor. Provide email contact information for non-GSoC mentors.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;b&amp;gt; My answer&amp;lt;/b&amp;gt; :I view javascript as the future of web development and making further progress to offline applications. Web and Mobile go hand in hand, XO needs to have a very good and intuitive activity on javascript. Since this language can be both beautiful and ugly at times ( past experience :/ ), I think it should be introduced to students at a very early age of learning programming. I often rememeber the gratifying experience of actually adding dynamics to static boring websites. Most of the other programming languages can&#039;t offer that kind of an experience at such an early stage. This is what sets Javascript apart from the crowd. Coming back to this activity, this application aims at making students learn how to make thier boring dull html pages interactive. And ironically this app is also interactive. :) &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;b&amp;gt;Tony Anderson (mentor) &amp;lt;/b&amp;gt; &lt;br /&gt;
The impact is that the Sugar system is used at primary schools in regions which have no useful access to the internet but still should have an opportunity to learn web technology. The schools often have a school server so there is a local stand-in for the internet. The progression is to learn basic web page building with HTML and CSS, then move to learning Javascript. Initially their html files will reside in local storage and be accessed by file:///home/olpc/Documents/some path.html. Later they will have the opportunity to pull together a website and upload it to the server so that it can be shared with the other students. Students at this (or any) age need immediate feedback as to whether they have been successful. The goal of this tool is to give that feedback.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt; Walterbender :&amp;lt;/b&amp;gt;&lt;br /&gt;
I think the significance of the project is that we want to provide a progression of tools for our users such that they can go from simple to rich interactions with the powerful ideas in computation. This project represents one of the way-points along the way.We want our users to aspire to great heights and therefore we need to give them scaffolding to build upon.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    What will you do if you get stuck on your project and your mentor isn&#039;t around? How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;There will be times when the mentor wouldn&#039;t be available. Firstly, I would try to tackle the problem I am facing again, because sometimes in the second go the solution strikes. I am regular at the #sugar channel at IRC and also keep my self updated in the community mailing list and ofcourse the good old books(&amp;lt;i&amp;gt;Sometimes very basic stuff is clearly given in books but we just go through stackexchange and get spoon feeded&amp;lt;/i&amp;gt;). In short I wont leave any stone unturned when I am stuck.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    We want to make sure that you can set up a development environment before the summer starts. Please do one of the following: Send us a link to a screenshot of your Sugar development environment with the following modification: when you hover over the XO-person icon in the middle of Home view, the drop-down text should have your email in place of &amp;quot;logout&amp;quot;. Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug. It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
http://s8.postimg.org/nyoyv6brp/Screenshot_from_2015_03_26_14_23_52.png&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    Describe a great learning experience you had as a child. Is there anything else we should have asked you or anything else that we should know that might make us like you or your project more?&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;This question is pretty tough. At first when I got to know nothing can travel faster than light, I was shocked. My whole thinking used to revolve around considering information can travel instantaneously. And other things like big bang didnt happen at a particular place but the very notion of place(space) was created at that moment still surprises me. These are some of the very few things that still make me  rethink the way I look around the world and are in a way a very  different kind of learning experiences. &amp;lt;/p&amp;gt;&lt;br /&gt;
[[Category:2015 GSoC applications]]&lt;/div&gt;</summary>
		<author><name>Kushan2020</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2015/Kushan_Javascript&amp;diff=95039</id>
		<title>Summer of Code/2015/Kushan Javascript</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2015/Kushan_Javascript&amp;diff=95039"/>
		<updated>2015-03-26T10:43:41Z</updated>

		<summary type="html">&lt;p&gt;Kushan2020: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;About me&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your name?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp; Kushan Joshi&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your email address?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp; 0o3ko0@gmail.com, ikushan@me.com&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your Sugar Labs wiki username?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Kushan2020&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your IRC nickname on irc.freenode.net?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;kepta&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;English&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;Where are you located, and what hours (UTC) do you tend to work? (We also try to match mentors by general time zone if possible.)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;India, &amp;lt;i&amp;gt;8:30am - 12:30pm (UTC) &amp;amp; 3:30pm- 7:30pm (UTC)&amp;lt;/i&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Have you participated in an open-source project before? If so, please send us URLs to your profile pages for those projects, or some other demonstration of the work that you have done in open-source. If not, why do you want to work on an open-source project this summer?&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;I have been contributing to open source frequently. Below is my profile of bugzilla at Mozilla Foundation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Bugzilla profile&amp;lt;/b&amp;gt; [https://bugzilla.mozilla.org/user_profile?user_id=500998 https://bugzilla.mozilla.org/user_profile?user_id=500998]&lt;br /&gt;
    &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Adding touch action regions [https://bugzilla.mozilla.org/show_bug.cgi?id=1101627 [1&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;]:&amp;lt;/b&amp;gt; This bug involved declaring candidate regions for default touch behaviours as set by w3 consortium.[http://www.w3.org/TR/pointerevents/#declaring-candidate-regions-for-default-touch-behaviors [2&lt;br /&gt;
        &amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;].Firefox as of yet hasn&#039;t implemented pointer events for default touch action regions, this bug required me to create touch action regions, and forward them to composter. The regions were further divided into no_Action_Region, horizontal_Pan_Region and vertical_Pan_region , which had to be processed separately. This bug was quite interesting as it had me working on the components of CSS implementation of the browser.&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Use of new xpcshell test cases [https://bugzilla.mozilla.org/show_bug.cgi?id=1022342 [3&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;]:&amp;lt;/b&amp;gt; The use of new globally available xpcshell tests, required change in the code of calendar and lighting app of mozilla suite. In this bug I am upgrading the unit testing code of the suite to follow the change in Assert.jsm. &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Using getters/setters[https://bugzilla.mozilla.org/show_bug.cgi?id=1116008 [4&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;] : &amp;lt;/b&amp;gt; This was fairly simply bug which required upgradation of existing firefox code to use getters/setters method.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;About your project&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is the name of your project?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Interactive Javascript Shell&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt; Describe your project in 10-20 sentences.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;width:60px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;max-width:900px&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p style=&amp;quot;font-weight:600&amp;quot;&amp;gt;Brief&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;This project is geared towards learning javascript, unlike other similar projects on the internet. The developer must have this in mind while developing the shell. The interactivity of this whole project can be brought upon on various levels. I aim to add different levels of learning, just like a video game. You are given a task and if you complete it successfully you are rewarded virtually and you proceed on to the next level. No learning of javascript is complete without involvement of HTML. The application I intend to develop will have HTML functionality embeded in the whole app experience. That is one thing that differentiates scripting language from others, you dont need to compile and worry stuff related to that.&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;width:60px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;max-width:900px&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p style=&amp;quot;font-weight:600&amp;quot;&amp;gt;Application&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;The UI of the app has to be consistent with the XO, below is a mockup of the design of the application I intend to develop this summer.&amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s28.postimg.org/ttbwdosp9/dom.jpg&lt;br /&gt;
            &amp;lt;p&amp;gt; As you can see, I intend to divide the screen into halves.&lt;br /&gt;
                &amp;lt;br&amp;gt;On the left side the user can enter the code she desires. She can copy paste any code here, and can also use the builtin stepover button to go through her code line wise. This will be of great help as the student can actually see the whole program working sequentially right infront of her. The pink line in the design mockup will show the line at which program is at.&lt;br /&gt;
                &amp;lt;br&amp;gt; On the right half of the screen, lie three interesting things&lt;br /&gt;
                &amp;lt;br&amp;gt;&lt;br /&gt;
                &amp;lt;br&amp;gt;&lt;br /&gt;
                &amp;lt;b&amp;gt;DOM :&amp;lt;/b&amp;gt; I assume the student already knows HTML (thanks to the sister project WEB confusion), showing a beautiful tree will add to the learning experience. As javascript is known for DOM manipulations. When a student will actually see her javascript code appending an element to the DOM tree, she will actually be learning by visuals and visual learning has a very high memory retention. The DOM illustrator will also help when a student has to find a particular element. She can go through the tree and better decide her strategy for tackling the problem.&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s23.postimg.org/akbk8kybv/html.jpg&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;HTML:&amp;lt;/b&amp;gt; The student must be able to type in the desired HTML code, for which he plans to add Javasript. In the design above, student is actually solving a problem statement which requires her to append some elements to an already existing ul element. The student would be guided through a help section right at the top in the nav bar. Whenever he she is stuck can see the objectives of the current problem and also get a hint. The simulated problem part is a feature of this application. A student can also work on a blank project.&amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s3.postimg.org/cp6curokj/preview.jpg&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Preview:&amp;lt;/b&amp;gt; Preview of the HTML code is a basic necessity for learning javascript. The student upon clicking the Preview button will see the live preview of code uptil that moment. In case she makes changes, she will have to click the run button at the top again.&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Console:&amp;lt;/b&amp;gt; The console part is very important, as the interactivty we wish to achieve wouldnt be possible without it. The console shown in the mockup, will provide basic outputs like console.log, errors, etc. The user can anytime query any variable just like the console which comes with modern day browsers. &amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s8.postimg.org/vvslkrbg5/help.jpg&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Help:&amp;lt;/b&amp;gt; As I mentioned earlier to aid the learning of javascript, the user can opt to go through basic tasks. As shown in the design, the user is shown what she has to do in this task and upon completion can move to the next advanced task. The help button will also fascilitate as guide to interface, just like its done in the web version of turtle . https://turtle.sugarlabs.org.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;width:60px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;max-width:900px&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p style=&amp;quot;font-weight:600&amp;quot;&amp;gt;Early stage version of the app&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; To actually show the working of my idea, I created this very early prototype of the app. &amp;lt;i&amp;gt;(Please note it currently only supports  alert()  for outputs, and doesnt support  HTML as of now.) I request you to try out, some simple programming problems like finding maximum element in an array, or other  fundamental programming problems in it and use alert() as of now to get output.&amp;lt;/i&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;https://dl.dropboxusercontent.com/u/35525804/JS-Interpreter/index.html]&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;Who are you making it for, and why do they need it?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; This project is entirely focused on the learning part of javascript, by no way it intends to be a substitute to professional suites like JSfiddle. The students who will be using this app, can consider this as a stepping stone to a wide array of web technologies. Getting the gist of the programming language and being profecient in it, is all that is required according to me. Experience will always come with time, no technology or app can skip the need for experience.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What technologies (programming languages, etc.) will you be using? &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; Javascript will be used mostly alongside with HTML, CSS.&lt;br /&gt;
    &amp;lt;br&amp;gt; I plan to use acorn.js for parsing the javascript. On acorn, it is actually a very beautfiul API written by Marjin Haverbeke. Most of my inpsiration for this project comes from his own project eloquentjavascript, where he has something similar to this project. We can consider his project to be the next advanced step our students can take after this and obviously can always use this app as a scratch pad to test their code. Apart from the that I am curently using JS-iterpreter by NeilFraser for interpreting the xml tree returned by acorn.js. This library is a work in progreess. I plan to fork it and add more functionality for this project. As mentioned in the project description.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is the timeline for development of your project? The Summer of Code work period is from May 19 - August 22; 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 &#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; by the midterm evaluation (27 June); the last steps always take longer than you think, and we will consider cancelling projects which are not mostly working by then. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;Before May 19:&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Discuss everything with the mentor, put in his ideas, my ideas.&lt;br /&gt;
                &amp;lt;br&amp;gt; Take a look at other projects similar to this.(eg. Eloquent Javascript, JSfiddle).&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;19th May - 1st June:&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Start coding. Start the work on the interpretor. Add scope for HTML DOM&lt;br /&gt;
                &amp;lt;br&amp;gt; in the JS-interpretor. Basic input output functionality eg console.log(),&lt;br /&gt;
                &amp;lt;br&amp;gt; since javascript doesnt have a native print method. &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;1st June - 15 June &amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Bug hunting and fixing. Start working on the DOM tree display of the&lt;br /&gt;
                &amp;lt;br&amp;gt; application. And also finish up HTML preview. By now the core functionality&lt;br /&gt;
                &amp;lt;br&amp;gt; implementation should be over &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;15th June - 26th June&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Implementing the interactivity part. Creating levels and best ways to create&lt;br /&gt;
                &amp;lt;br&amp;gt; a simulated tutoring environment for our target audience. Loading of templates&lt;br /&gt;
                &amp;lt;br&amp;gt; and saving of current work. Thouroughly discuss with my mentor the tutorial part&lt;br /&gt;
                &amp;lt;br&amp;gt; and wrap it by 26th June. (&amp;lt;i&amp;gt;This should be 90% of the work&amp;lt;/i&amp;gt;)&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;28th June - 15th July &amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; In this case I would like to cover up the stuff that has been lagging, being&lt;br /&gt;
                &amp;lt;br&amp;gt; realistic there would be plenty of stuff that would be out of sync. And ofcourse&lt;br /&gt;
                &amp;lt;br&amp;gt; the bug hunting.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;15th July - 31st July&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Testing of this application, thinking about long term sustainibility of the app.&lt;br /&gt;
                &amp;lt;br&amp;gt; How to make it more connected with the web suite of the XO for example the Web&amp;lt;br&amp;gt; confusion&lt;br /&gt;
                activity. Adding features for portability of work from that activity to this. Adding&lt;br /&gt;
                &amp;lt;br&amp;gt; some unkown advanced feature if time allows.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;1st August - 15th August&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Finishing up the project. Final testing, cleaning up the project. Documenting&lt;br /&gt;
                &amp;lt;br&amp;gt; the project, and some more bug fixing.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;15th August - Final Evaluation&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Buffer time, to catch up with any pending stuff.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    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.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
    I have already started working on this activity and as I mentioned above it can be found at this link&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;https://dl.dropboxusercontent.com/u/35525804/JS-Interpreter/index.html]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
I implemented the touch action features as per the w3 rules in the mozilla source code. It was a lenghty project, and I got to learn a lot from it. One of the important thing I learned from it, the way open source communities work.(&amp;lt;i&amp;gt; On a side note: I must mention my mentor was very humble, cheers to open source community.&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Also developed my college&#039;s annual cultural website ( http://synapse.daiict.ac.in). It was a new thing in my college, as it marked a move from static front end websites to dynamic website like this. &lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;I am one of those creative people who put art first. If the design is bad no matter how good the product be, it wont sell. I have designed a lot of graphics for various organizations. I really would like to make a statement here. Even though this application is for a technical project,creativity has no bounds and can come in any form. Graphic work must also be equally treated to convinve you of my candidature. Here are a few links I would like to show&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
            https://www.dropbox.com/s/i3pu7v64t71pgci/synapse%201.m4v?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; This is a teaser video, created by using the stop motion technique. It involved thousands of pictures. And since it was a budget project, I didnt have enough money for professional studio like setup for proper lightning.&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
             This was my first attempt at animation, created for a homegrown startup called collegestore.&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/ppqh9dit314hy04/colstr.mp4?dl=0&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
            This is the brochure I designed for my college fest.&lt;br /&gt;
            &amp;lt;br&amp;gt; https://dl.dropboxusercontent.com/u/35525804/brochure_final_draft.pdf&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;These are few of the various posters I have designed.&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/vchvw5oas72pmz4/poster.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/j4ow61n00tc1gaq/guitar.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/dkfd87fjv6b3a5l/niki.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/9v3a8im5t693p42/SYNAPSE.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt; If your project is successfully completed, what will its impact be on the Sugar Labs community? Give 3 answers, each 1-3 paragraphs in length. The first one should be yours. The other two should be answers from members of the Sugar Labs community, at least one of whom should be a Sugar Labs GSoC mentor. Provide email contact information for non-GSoC mentors.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;b&amp;gt; My answer&amp;lt;/b&amp;gt; :I view javascript as the future of web development and making further progress to offline applications. Web and Mobile go hand in hand, XO needs to have a very good and intuitive activity on javascript. Since this language can be both beautiful and ugly at times ( past experience :/ ), I think it should be introduced to students at a very early age of learning programming. I often rememeber the gratifying experience of actually adding dynamics to static boring websites. Most of the other programming languages can&#039;t offer that kind of an experience at such an early stage. This is what sets Javascript apart from the crowd. Coming back to this activity, this application aims at making students learn how to make thier boring dull html pages interactive. And ironically this app is also interactive. :) &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;b&amp;gt;Tony Anderson (mentor) &amp;lt;/b&amp;gt; &lt;br /&gt;
The impact is that the Sugar system is used at primary schools in regions which have no useful access to the internet but still should have an opportunity to learn web technology. The schools often have a school server so there is a local stand-in for the internet. The progression is to learn basic web page building with HTML and CSS, then move to learning Javascript. Initially their html files will reside in local storage and be accessed by file:///home/olpc/Documents/some path.html. Later they will have the opportunity to pull together a website and upload it to the server so that it can be shared with the other students. Students at this (or any) age need immediate feedback as to whether they have been successful. The goal of this tool is to give that feedback.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt; Walterbender :&amp;lt;/b&amp;gt;&lt;br /&gt;
I think the significance of the project is that we want to provide a progression of tools for our users such that they can go from simple to rich interactions with the powerful ideas in computation. This project represents one of the way-points along the way.We want our users to aspire to great heights and therefore we need to give them scaffolding to build upon.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    What will you do if you get stuck on your project and your mentor isn&#039;t around? How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project?&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;There will be times when the mentor wouldn&#039;t be available. Firstly, I would try to tackle the problem I am facing again, because sometimes in the second go the solution strikes. I am regular at the #sugar channel at IRC and also keep my self updated in the community mailing list and ofcourse the good old books(&amp;lt;i&amp;gt;Sometimes very basic stuff is clearly given in books but we just go through stackexchange and get spoon feeded&amp;lt;/i&amp;gt;). In short I wont leave any stone unturned when I am stuck.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    We want to make sure that you can set up a development environment before the summer starts. Please do one of the following: Send us a link to a screenshot of your Sugar development environment with the following modification: when you hover over the XO-person icon in the middle of Home view, the drop-down text should have your email in place of &amp;quot;logout&amp;quot;. Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug. It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
http://s8.postimg.org/nyoyv6brp/Screenshot_from_2015_03_26_14_23_52.png&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    Describe a great learning experience you had as a child. Is there anything else we should have asked you or anything else that we should know that might make us like you or your project more?&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;This question is pretty tough. At first when I got to know nothing can travel faster than light, I was shocked. My whole thinking used to revolve around considering information can travel instantaneously. And other things like big bang didnt happen at a particular place but the very notion of place(space) was created at that moment still surprises me. These are some of the very few things that still make me  rethink the way I look around the world and are in a way a very  different kind of learning experiences. &amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kushan2020</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2015/Kushan_Javascript&amp;diff=94694</id>
		<title>Summer of Code/2015/Kushan Javascript</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2015/Kushan_Javascript&amp;diff=94694"/>
		<updated>2015-03-19T20:22:28Z</updated>

		<summary type="html">&lt;p&gt;Kushan2020: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;About me&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your name?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp; Kushan Joshi&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your email address?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp; 0o3ko0@gmail.com, ikushan@me.com&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your Sugar Labs wiki username?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Kushan2020&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your IRC nickname on irc.freenode.net?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;kepta&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;English&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;Where are you located, and what hours (UTC) do you tend to work? (We also try to match mentors by general time zone if possible.)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;India, &amp;lt;i&amp;gt;8:30am - 12:30pm (UTC) &amp;amp; 3:30pm- 7:30pm (UTC)&amp;lt;/i&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Have you participated in an open-source project before? If so, please send us URLs to your profile pages for those projects, or some other demonstration of the work that you have done in open-source. If not, why do you want to work on an open-source project this summer?&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;I have been contributing to open source frequently. Below is my profile of bugzilla at Mozilla Foundation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Bugzilla profile&amp;lt;/b&amp;gt; [https://bugzilla.mozilla.org/user_profile?user_id=500998 https://bugzilla.mozilla.org/user_profile?user_id=500998]&lt;br /&gt;
    &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Adding touch action regions [https://bugzilla.mozilla.org/show_bug.cgi?id=1101627 [1&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;]:&amp;lt;/b&amp;gt; This bug involved declaring candidate regions for default touch behaviours as set by w3 consortium.[http://www.w3.org/TR/pointerevents/#declaring-candidate-regions-for-default-touch-behaviors [2&lt;br /&gt;
        &amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;].Firefox as of yet hasn&#039;t implemented pointer events for default touch action regions, this bug required me to create touch action regions, and forward them to composter. The regions were further divided into no_Action_Region, horizontal_Pan_Region and vertical_Pan_region , which had to be processed separately. This bug was quite interesting as it had me working on the components of CSS implementation of the browser.&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Use of new xpcshell test cases [https://bugzilla.mozilla.org/show_bug.cgi?id=1022342 [3&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;]:&amp;lt;/b&amp;gt; The use of new globally available xpcshell tests, required change in the code of calendar and lighting app of mozilla suite. In this bug I am upgrading the unit testing code of the suite to follow the change in Assert.jsm. &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Using getters/setters[https://bugzilla.mozilla.org/show_bug.cgi?id=1116008 [4&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;] : &amp;lt;/b&amp;gt; This was fairly simply bug which required upgradation of existing firefox code to use getters/setters method.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;About your project&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is the name of your project?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Interactive Javascript Shell&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt; Describe your project in 10-20 sentences.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;width:60px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;max-width:900px&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p style=&amp;quot;font-weight:600&amp;quot;&amp;gt;Brief&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;This project is geared towards learning javascript, unlike other similar projects on the internet. The developer must have this in mind while developing the shell. The interactivity of this whole project can be brought upon on various levels. I aim to add different levels of learning, just like a video game. You are given a task and if you complete it successfully you are rewarded virtually and you proceed on to the next level. No learning of javascript is complete without involvement of HTML. The application I intend to develop will have HTML functionality embeded in the whole app experience. That is one thing that differentiates scripting language from others, you dont need to compile and worry stuff related to that.&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;width:60px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;max-width:900px&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p style=&amp;quot;font-weight:600&amp;quot;&amp;gt;Application&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;The UI of the app has to be consistent with the XO, below is a mockup of the design of the application I intend to develop this summer.&amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s28.postimg.org/ttbwdosp9/dom.jpg&lt;br /&gt;
            &amp;lt;p&amp;gt; As you can see, I intend to divide the screen into halves.&lt;br /&gt;
                &amp;lt;br&amp;gt;On the left side the user can enter the code she desires. She can copy paste any code here, and can also use the builtin stepover button to go through her code line wise. This will be of great help as the student can actually see the whole program working sequentially right infront of her. The pink line in the design mockup will show the line at which program is at.&lt;br /&gt;
                &amp;lt;br&amp;gt; On the right half of the screen, lie three interesting things&lt;br /&gt;
                &amp;lt;br&amp;gt;&lt;br /&gt;
                &amp;lt;br&amp;gt;&lt;br /&gt;
                &amp;lt;b&amp;gt;DOM :&amp;lt;/b&amp;gt; I assume the student already knows HTML (thanks to the sister project WEB confusion), showing a beautiful tree will add to the learning experience. As javascript is known for DOM manipulations. When a student will actually see her javascript code appending an element to the DOM tree, she will actually be learning by visuals and visual learning has a very high memory retention. The DOM illustrator will also help when a student has to find a particular element. She can go through the tree and better decide her strategy for tackling the problem.&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s23.postimg.org/akbk8kybv/html.jpg&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;HTML:&amp;lt;/b&amp;gt; The student must be able to type in the desired HTML code, for which he plans to add Javasript. In the design above, student is actually solving a problem statement which requires her to append some elements to an already existing ul element. The student would be guided through a help section right at the top in the nav bar. Whenever he she is stuck can see the objectives of the current problem and also get a hint. The simulated problem part is a feature of this application. A student can also work on a blank project.&amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s3.postimg.org/cp6curokj/preview.jpg&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Preview:&amp;lt;/b&amp;gt; Preview of the HTML code is a basic necessity for learning javascript. The student upon clicking the Preview button will see the live preview of code uptil that moment. In case she makes changes, she will have to click the run button at the top again.&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Console:&amp;lt;/b&amp;gt; The console part is very important, as the interactivty we wish to achieve wouldnt be possible without it. The console shown in the mockup, will provide basic outputs like console.log, errors, etc. The user can anytime query any variable just like the console which comes with modern day browsers. &amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s8.postimg.org/vvslkrbg5/help.jpg&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Help:&amp;lt;/b&amp;gt; As I mentioned earlier to aid the learning of javascript, the user can opt to go through basic tasks. As shown in the design, the user is shown what she has to do in this task and upon completion can move to the next advanced task. The help button will also fascilitate as guide to interface, just like its done in the web version of turtle . https://turtle.sugarlabs.org.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;width:60px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;max-width:900px&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p style=&amp;quot;font-weight:600&amp;quot;&amp;gt;Early stage version of the app&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; To actually show the working of my idea, I created this very early prototype of the app. &amp;lt;i&amp;gt;(Please note it currently only supports  alert()  for outputs, and doesnt support  HTML as of now.) I request you to try out, some simple programming problems like finding maximum element in an array, or other  fundamental programming problems in it and use alert() as of now to get output.&amp;lt;/i&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;https://dl.dropboxusercontent.com/u/35525804/JS-Interpreter/index.html]&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;Who are you making it for, and why do they need it?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; This project is entirely focused on the learning part of javascript, by no way it intends to be a substitute to professional suites like JSfiddle. The students who will be using this app, can consider this as a stepping stone to a wide array of web technologies. Getting the gist of the programming language and being profecient in it, is all that is required according to me. Experience will always come with time, no technology or app can skip the need for experience.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What technologies (programming languages, etc.) will you be using? &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; Javascript will be used mostly alongside with HTML, CSS.&lt;br /&gt;
    &amp;lt;br&amp;gt; I plan to use acorn.js for parsing the javascript. On acorn, it is actually a very beautfiul API written by Marjin Haverbeke. Most of my inpsiration for this project comes from his own project eloquentjavascript, where he has something similar to this project. We can consider his project to be the next advanced step our students can take after this and obviously can always use this app as a scratch pad to test their code. Apart from the that I am curently using JS-iterpreter by NeilFraser for interpreting the xml tree returned by acorn.js. This library is a work in progreess. I plan to fork it and add more functionality for this project. As mentioned in the project description.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is the timeline for development of your project? The Summer of Code work period is from May 19 - August 22; 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 &#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; by the midterm evaluation (27 June); the last steps always take longer than you think, and we will consider cancelling projects which are not mostly working by then. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;Before May 19:&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Discuss everything with the mentor, put in his ideas, my ideas.&lt;br /&gt;
                &amp;lt;br&amp;gt; Take a look at other projects similar to this.(eg. Eloquent Javascript, JSfiddle).&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;19th May - 1st June:&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Start coding. Start the work on the interpretor. Add scope for HTML DOM&lt;br /&gt;
                &amp;lt;br&amp;gt; in the JS-interpretor. Basic input output functionality eg console.log(),&lt;br /&gt;
                &amp;lt;br&amp;gt; since javascript doesnt have a native print method. &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;1st June - 15 June &amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Bug hunting and fixing. Start working on the DOM tree display of the&lt;br /&gt;
                &amp;lt;br&amp;gt; application. And also finish up HTML preview. By now the core functionality&lt;br /&gt;
                &amp;lt;br&amp;gt; implementation should be over &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;15th June - 26th June&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Implementing the interactivity part. Creating levels and best ways to create&lt;br /&gt;
                &amp;lt;br&amp;gt; a simulated tutoring environment for our target audience. Loading of templates&lt;br /&gt;
                &amp;lt;br&amp;gt; and saving of current work. Thouroughly discuss with my mentor the tutorial part&lt;br /&gt;
                &amp;lt;br&amp;gt; and wrap it by 26th June. (&amp;lt;i&amp;gt;This should be 90% of the work&amp;lt;/i&amp;gt;)&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;28th June - 15th July &amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; In this case I would like to cover up the stuff that has been lagging, being&lt;br /&gt;
                &amp;lt;br&amp;gt; realistic there would be plenty of stuff that would be out of sync. And ofcourse&lt;br /&gt;
                &amp;lt;br&amp;gt; the bug hunting.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;15th July - 31st July&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Testing of this application, thinking about long term sustainibility of the app.&lt;br /&gt;
                &amp;lt;br&amp;gt; How to make it more connected with the web suite of the XO for example the Web&amp;lt;br&amp;gt; confusion&lt;br /&gt;
                activity. Adding features for portability of work from that activity to this. Adding&lt;br /&gt;
                &amp;lt;br&amp;gt; some unkown advanced feature if time allows.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;1st August - 15th August&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Finishing up the project. Final testing, cleaning up the project. Documenting&lt;br /&gt;
                &amp;lt;br&amp;gt; the project, and some more bug fixing.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;15th August - Final Evaluation&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Buffer time, to catch up with any pending stuff.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    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.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
    I have already started working on this activity and as I mentioned above it can be found at this link&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;https://dl.dropboxusercontent.com/u/35525804/JS-Interpreter/index.html]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
I implemented the touch action features as per the w3 rules in the mozilla source code. It was a lenghty project, and I got to learn a lot from it. One of the important thing I learned from it, the way open source communities work.(&amp;lt;i&amp;gt; On a side note: I must mention my mentor was very humble, cheers to open source community.&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Also developed my college&#039;s annual cultural website ( http://synapse.daiict.ac.in). It was a new thing in my college, as it marked a move from static front end websites to dynamic website like this. &lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;I am one of those creative people who put art first. If the design is bad no matter how good the product be, it wont sell. I have designed a lot of graphics for various organizations. I really would like to make a statement here. Even though this application is for a technical project,creativity has no bounds and can come in any form. Graphic work must also be equally treated to convinve you of my candidature. Here are a few links I would like to show&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
            https://www.dropbox.com/s/i3pu7v64t71pgci/synapse%201.m4v?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; This is a teaser video, created by using the stop motion technique. It involved thousands of pictures. And since it was a budget project, I didnt have enough money for professional studio like setup for proper lightning.&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
             This was my first attempt at animation, created for a homegrown startup called collegestore.&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/ppqh9dit314hy04/colstr.mp4?dl=0&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
            This is the brochure I designed for my college fest.&lt;br /&gt;
            &amp;lt;br&amp;gt; https://dl.dropboxusercontent.com/u/35525804/brochure_final_draft.pdf&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;These are few of the various posters I have designed.&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/vchvw5oas72pmz4/poster.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/j4ow61n00tc1gaq/guitar.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/dkfd87fjv6b3a5l/niki.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/9v3a8im5t693p42/SYNAPSE.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt; If your project is successfully completed, what will its impact be on the Sugar Labs community? Give 3 answers, each 1-3 paragraphs in length. The first one should be yours. The other two should be answers from members of the Sugar Labs community, at least one of whom should be a Sugar Labs GSoC mentor. Provide email contact information for non-GSoC mentors.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;b&amp;gt; My answer&amp;lt;/b&amp;gt; :I view javascript as the future of web development and making further progress to offline applications. Web and Mobile go hand in hand, XO needs to have a very good and intuitive activity on javascript. Since this language can be both beautiful and ugly at times ( past experience :/ ), I think it should be introduced to students at a very early age of learning programming. I often rememeber the gratifying experience of actually adding dynamics to static boring websites. Most of the other programming languages can&#039;t offer that kind of an experience at such an early stage. This is what sets Javascript apart from the crowd. Coming back to this activity, this application aims at making students learn how to make thier boring dull html pages interactive. And ironically this app is also interactive. :) &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;b&amp;gt;Tony Anderson (mentor) &amp;lt;/b&amp;gt; &lt;br /&gt;
The impact is that the Sugar system is used at primary schools in regions which have no useful access to the internet but still should have an opportunity to learn web technology. The schools often have a school server so there is a local stand-in for the internet. The progression is to learn basic web page building with HTML and CSS, then move to learning Javascript. Initially their html files will reside in local storage and be accessed by file:///home/olpc/Documents/some path.html. Later they will have the opportunity to pull together a website and upload it to the server so that it can be shared with the other students. Students at this (or any) age need immediate feedback as to whether they have been successful. The goal of this tool is to give that feedback.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt; Walterbender :&amp;lt;/b&amp;gt;&lt;br /&gt;
I think the significance of the project is that we want to provide a progression of tools for our users such that they can go from simple to rich interactions with the powerful ideas in computation. This project represents one of the way-points along the way.We want our users to aspire to great heights and therefore we need to give them scaffolding to build upon.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    What will you do if you get stuck on your project and your mentor isn&#039;t around? How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project?&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;There will be times when the mentor wouldn&#039;t be available. Firstly, I would try to tackle the problem I am facing again, because sometimes in the second go the solution strikes. I am regular at the #sugar channel at IRC and also keep my self updated in the community mailing list and ofcourse the good old books(&amp;lt;i&amp;gt;Sometimes very basic stuff is clearly given in books but we just go through stackexchange and get spoon feeded&amp;lt;/i&amp;gt;). In short I wont leave any stone unturned when I am stuck.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    We want to make sure that you can set up a development environment before the summer starts. Please do one of the following: Send us a link to a screenshot of your Sugar development environment with the following modification: when you hover over the XO-person icon in the middle of Home view, the drop-down text should have your email in place of &amp;quot;logout&amp;quot;. Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug. It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    Describe a great learning experience you had as a child. Is there anything else we should have asked you or anything else that we should know that might make us like you or your project more?&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;This question is pretty tough. At first when I got to know nothing can travel faster than light, I was shocked. My whole thinking used to revolve around considering information can travel instantaneously. And other things like big bang didnt happen at a particular place but the very notion of place(space) was created at that moment still surprises me. These are some of the very few things that still make me  rethink the way I look around the world and are in a way a very  different kind of learning experiences. &amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kushan2020</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2015/Kushan_Javascript&amp;diff=94692</id>
		<title>Summer of Code/2015/Kushan Javascript</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2015/Kushan_Javascript&amp;diff=94692"/>
		<updated>2015-03-19T19:32:28Z</updated>

		<summary type="html">&lt;p&gt;Kushan2020: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;About me&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your name?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp; Kushan Joshi&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your email address?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp; 0o3ko0@gmail.com, ikushan@me.com&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your Sugar Labs wiki username?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Kushan2020&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your IRC nickname on irc.freenode.net?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;kepta&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;English&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;Where are you located, and what hours (UTC) do you tend to work? (We also try to match mentors by general time zone if possible.)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;India, &amp;lt;i&amp;gt;8:30am - 12:30pm (UTC) &amp;amp; 3:30pm- 7:30pm (UTC)&amp;lt;/i&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Have you participated in an open-source project before? If so, please send us URLs to your profile pages for those projects, or some other demonstration of the work that you have done in open-source. If not, why do you want to work on an open-source project this summer?&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;I have been contributing to open source frequently. Below is my profile of bugzilla at Mozilla Foundation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Bugzilla profile&amp;lt;/b&amp;gt; [https://bugzilla.mozilla.org/user_profile?user_id=500998 https://bugzilla.mozilla.org/user_profile?user_id=500998]&lt;br /&gt;
    &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Adding touch action regions [https://bugzilla.mozilla.org/show_bug.cgi?id=1101627 [1&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;]:&amp;lt;/b&amp;gt; This bug involved declaring candidate regions for default touch behaviours as set by w3 consortium.[http://www.w3.org/TR/pointerevents/#declaring-candidate-regions-for-default-touch-behaviors [2&lt;br /&gt;
        &amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;].Firefox as of yet hasn&#039;t implemented pointer events for default touch action regions, this bug required me to create touch action regions, and forward them to composter. The regions were further divided into no_Action_Region, horizontal_Pan_Region and vertical_Pan_region , which had to be processed separately. This bug was quite interesting as it had me working on the components of CSS implementation of the browser.&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Use of new xpcshell test cases [https://bugzilla.mozilla.org/show_bug.cgi?id=1022342 [3&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;]:&amp;lt;/b&amp;gt; The use of new globally available xpcshell tests, required change in the code of calendar and lighting app of mozilla suite. In this bug I am upgrading the unit testing code of the suite to follow the change in Assert.jsm. &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Using getters/setters[https://bugzilla.mozilla.org/show_bug.cgi?id=1116008 [4&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;] : &amp;lt;/b&amp;gt; This was fairly simply bug which required upgradation of existing firefox code to use getters/setters method.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;About your project&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is the name of your project?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Interactive Javascript Shell&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt; Describe your project in 10-20 sentences.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;width:60px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;max-width:900px&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p style=&amp;quot;font-weight:600&amp;quot;&amp;gt;Brief&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;This project is geared towards learning javascript, unlike other similar projects on the internet. The developer must have this in mind while developing the shell. The interactivity of this whole project can be brought upon on various levels. I aim to add different levels of learning, just like a video game. You are given a task and if you complete it successfully you are rewarded virtually and you proceed on to the next level. No learning of javascript is complete without involvement of HTML. The application I intend to develop will have HTML functionality embeded in the whole app experience. That is one thing that differentiates scripting language from others, you dont need to compile and worry stuff related to that.&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;width:60px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;max-width:900px&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p style=&amp;quot;font-weight:600&amp;quot;&amp;gt;Application&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;The UI of the app has to be consistent with the XO, below is a mockup of the design of the application I intend to develop this summer.&amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s28.postimg.org/ttbwdosp9/dom.jpg&lt;br /&gt;
            &amp;lt;p&amp;gt; As you can see, I intend to divide the screen into halves.&lt;br /&gt;
                &amp;lt;br&amp;gt;On the left side the user can enter the code she desires. She can copy paste any code here, and can also use the builtin stepover button to go through her code line wise. This will be of great help as the student can actually see the whole program working sequentially right infront of her. The pink line in the design mockup will show the line at which program is at.&lt;br /&gt;
                &amp;lt;br&amp;gt; On the right half of the screen, lie three interesting things&lt;br /&gt;
                &amp;lt;br&amp;gt;&lt;br /&gt;
                &amp;lt;br&amp;gt;&lt;br /&gt;
                &amp;lt;b&amp;gt;DOM :&amp;lt;/b&amp;gt; I assume the student already knows HTML (thanks to the sister project WEB confusion), showing a beautiful tree will add to the learning experience. As javascript is known for DOM manipulations. When a student will actually see her javascript code appending an element to the DOM tree, she will actually be learning by visuals and visual learning has a very high memory retention. The DOM illustrator will also help when a student has to find a particular element. She can go through the tree and better decide her strategy for tackling the problem.&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s23.postimg.org/akbk8kybv/html.jpg&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;HTML:&amp;lt;/b&amp;gt; The student must be able to type in the desired HTML code, for which he plans to add Javasript. In the design above, student is actually solving a problem statement which requires her to append some elements to an already existing ul element. The student would be guided through a help section right at the top in the nav bar. Whenever he she is stuck can see the objectives of the current problem and also get a hint. The simulated problem part is a feature of this application. A student can also work on a blank project.&amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s3.postimg.org/cp6curokj/preview.jpg&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Preview:&amp;lt;/b&amp;gt; Preview of the HTML code is a basic necessity for learning javascript. The student upon clicking the Preview button will see the live preview of code uptil that moment. In case she makes changes, she will have to click the run button at the top again.&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Console:&amp;lt;/b&amp;gt; The console part is very important, as the interactivty we wish to achieve wouldnt be possible without it. The console shown in the mockup, will provide basic outputs like console.log, errors, etc. The user can anytime query any variable just like the console which comes with modern day browsers. &amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s8.postimg.org/vvslkrbg5/help.jpg&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Help:&amp;lt;/b&amp;gt; As I mentioned earlier to aid the learning of javascript, the user can opt to go through basic tasks. As shown in the design, the user is shown what she has to do in this task and upon completion can move to the next advanced task. The help button will also fascilitate as guide to interface, just like its done in the web version of turtle . https://turtle.sugarlabs.org.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;width:60px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;max-width:900px&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p style=&amp;quot;font-weight:600&amp;quot;&amp;gt;Early stage version of the app&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; To actually show the working of my idea, I created this very early prototype of the app. &amp;lt;i&amp;gt;(Please note it currently only supports  alert()  for outputs, and doesnt support  HTML as of now.) I request you to try out, some simple programming problems like finding maximum element in an array, or other  fundamental programming problems in it and use alert() as of now to get output.&amp;lt;/i&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;https://dl.dropboxusercontent.com/u/35525804/JS-Interpreter/index.html]&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;Who are you making it for, and why do they need it?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; This project is entirely focused on the learning part of javascript, by no way it intends to be a substitute to professional suites like JSfiddle. The students who will be using this app, can consider this as a stepping stone to a wide array of web technologies. Getting the gist of the programming language and being profecient in it, is all that is required according to me. Experience will always come with time, no technology or app can skip the need for experience.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What technologies (programming languages, etc.) will you be using? &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; Javascript will be used mostly alongside with HTML, CSS.&lt;br /&gt;
    &amp;lt;br&amp;gt; I plan to use acorn.js for parsing the javascript. On acorn, it is actually a very beautfiul API written by Marjin Haverbeke. Most of my inpsiration for this project comes from his own project eloquentjavascript, where he has something similar to this project. We can consider his project to be the next advanced step our students can take after this and obviously can always use this app as a scratch pad to test their code. Apart from the that I am curently using JS-iterpreter by NeilFraser for interpreting the xml tree returned by acorn.js. This library is a work in progreess. I plan to fork it and add more functionality for this project. As mentioned in the project description.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is the timeline for development of your project? The Summer of Code work period is from May 19 - August 22; 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 &#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; by the midterm evaluation (27 June); the last steps always take longer than you think, and we will consider cancelling projects which are not mostly working by then. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;Before May 19:&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Discuss everything with the mentor, put in his ideas, my ideas.&lt;br /&gt;
                &amp;lt;br&amp;gt; Take a look at other projects similar to this.(eg. Eloquent Javascript, JSfiddle).&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;19th May - 1st June:&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Start coding. Start the work on the interpretor. Add scope for HTML DOM&lt;br /&gt;
                &amp;lt;br&amp;gt; in the JS-interpretor. Basic input output functionality eg console.log(),&lt;br /&gt;
                &amp;lt;br&amp;gt; since javascript doesnt have a native print method. &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;1st June - 15 June &amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Bug hunting and fixing. Start working on the DOM tree display of the&lt;br /&gt;
                &amp;lt;br&amp;gt; application. And also finish up HTML preview. By now the core functionality&lt;br /&gt;
                &amp;lt;br&amp;gt; implementation should be over &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;15th June - 26th June&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Implementing the interactivity part. Creating levels and best ways to create&lt;br /&gt;
                &amp;lt;br&amp;gt; a simulated tutoring environment for our target audience. Loading of templates&lt;br /&gt;
                &amp;lt;br&amp;gt; and saving of current work. Thouroughly discuss with my mentor the tutorial part&lt;br /&gt;
                &amp;lt;br&amp;gt; and wrap it by 26th June. (&amp;lt;i&amp;gt;This should be 90% of the work&amp;lt;/i&amp;gt;)&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;28th June - 15th July &amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; In this case I would like to cover up the stuff that has been lagging, being&lt;br /&gt;
                &amp;lt;br&amp;gt; realistic there would be plenty of stuff that would be out of sync. And ofcourse&lt;br /&gt;
                &amp;lt;br&amp;gt; the bug hunting.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;15th July - 31st July&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Testing of this application, thinking about long term sustainibility of the app.&lt;br /&gt;
                &amp;lt;br&amp;gt; How to make it more connected with the web suite of the XO for example the Web&amp;lt;br&amp;gt; confusion&lt;br /&gt;
                activity. Adding features for portability of work from that activity to this. Adding&lt;br /&gt;
                &amp;lt;br&amp;gt; some unkown advanced feature if time allows.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;1st August - 15th August&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Finishing up the project. Final testing, cleaning up the project. Documenting&lt;br /&gt;
                &amp;lt;br&amp;gt; the project, and some more bug fixing.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;15th August - Final Evaluation&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Buffer time, to catch up with any pending stuff.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    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.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
    I have already started working on this activity and as I mentioned above it can be found at this link&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;https://dl.dropboxusercontent.com/u/35525804/JS-Interpreter/index.html]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
I implemented the touch action features as per the w3 rules in the mozilla source code. It was a lenghty project, and I got to learn a lot from it. One of the important thing I learned from it, the way open source communities work.(&amp;lt;i&amp;gt; On a side note: I must mention my mentor was very humble, cheers to open source community.&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Alsodeveloped my college&#039;s annual cultural website ( http://synapse.daiict.ac.in). It was a new thing in my college, as it marked a move from static front end websites to dynamic website like this. &lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;I am one of those creative people who put art first. If the design is bad no matter how good the product be, it wont sell. I have designed a lot of graphics for various organizations. I really would like to make a statement here. Even though this application is for a technical project,creativity has no bounds and can come in any form. Graphic work must also be equally treated to convinve you of my candidature. Here are a few links I would like to show&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
            https://www.dropbox.com/s/i3pu7v64t71pgci/synapse%201.m4v?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; This is a teaser video, created by using the stop motion technique. It involved thousands of pictures. And since it was a budget project, I didnt have enough money for professional studio like setup for proper lightning.&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
             This was my first attempt at animation, created for a homegrown startup called collegestore.&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/ppqh9dit314hy04/colstr.mp4?dl=0&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
            This is the brochure I designed for my college fest.&lt;br /&gt;
            &amp;lt;br&amp;gt; https://dl.dropboxusercontent.com/u/35525804/brochure_final_draft.pdf&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;These are few of the various posters I have designed.&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/vchvw5oas72pmz4/poster.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/j4ow61n00tc1gaq/guitar.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/dkfd87fjv6b3a5l/niki.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/9v3a8im5t693p42/SYNAPSE.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt; If your project is successfully completed, what will its impact be on the Sugar Labs community? Give 3 answers, each 1-3 paragraphs in length. The first one should be yours. The other two should be answers from members of the Sugar Labs community, at least one of whom should be a Sugar Labs GSoC mentor. Provide email contact information for non-GSoC mentors.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;b&amp;gt; My answer&amp;lt;/b&amp;gt; :I view javascript as the future of web development and making further progress to offline applications. Web and Mobile go hand in hand, XO needs to have a very good and intuitive activity on javascript. Since this language can be both beautiful and ugly at times ( past experience :/ ), I think it should be introduced to students at a very early age of learning programming. I often rememeber the gratifying experience of actually adding dynamics to static boring websites. Most of the other programming languages can&#039;t offer that kind of an experience at such an early stage. This is what sets Javascript apart from the crowd. Coming back to this activity, this application aims at making students learn how to make thier boring dull html pages interactive. And ironically this app is also interactive. :) &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;b&amp;gt;Tony Anderson (mentor) &amp;lt;/b&amp;gt; &lt;br /&gt;
The impact is that the Sugar system is used at primary schools in regions which have no useful access to the internet but still should have an opportunity to learn web technology. The schools often have a school server so there is a local stand-in for the internet. The progression is to learn basic web page building with HTML and CSS, then move to learning Javascript. Initially their html files will reside in local storage and be accessed by file:///home/olpc/Documents/some path.html. Later they will have the opportunity to pull together a website and upload it to the server so that it can be shared with the other students. Students at this (or any) age need immediate feedback as to whether they have been successful. The goal of this tool is to give that feedback.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    What will you do if you get stuck on your project and your mentor isn&#039;t around? How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project?&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;There will be times when the mentor wouldn&#039;t be available. Firstly, I would try to tackle the problem I am facing again, because sometimes in the second go the solution strikes. I am regular at the #sugar channel at IRC and also keep my self updated in the community mailing list and ofcourse the good old books(&amp;lt;i&amp;gt;Sometimes very basic stuff is clearly given in books but we just go through stackexchange and get spoon feeded&amp;lt;/i&amp;gt;). In short I wont leave any stone unturned when I am stuck.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    We want to make sure that you can set up a development environment before the summer starts. Please do one of the following: Send us a link to a screenshot of your Sugar development environment with the following modification: when you hover over the XO-person icon in the middle of Home view, the drop-down text should have your email in place of &amp;quot;logout&amp;quot;. Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug. It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    Describe a great learning experience you had as a child. Is there anything else we should have asked you or anything else that we should know that might make us like you or your project more?&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;This question is pretty tough. At first when I got to know nothing can travel faster than light, I was shocked. My whole thinking used to revolve around considering information can travel instantaneously. And other things like big bang didnt happen at a particular place but the very notion of place(space) was created at that moment still surprises me. These are some of the very few things that still make me  rethink the way I look around the world and are in a way a very  different kind of learning experiences. &amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kushan2020</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2015/Kushan_Javascript&amp;diff=94691</id>
		<title>Summer of Code/2015/Kushan Javascript</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2015/Kushan_Javascript&amp;diff=94691"/>
		<updated>2015-03-19T19:29:44Z</updated>

		<summary type="html">&lt;p&gt;Kushan2020: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;About me&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your name?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp; Kushan Joshi&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your email address?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp; 0o3ko0@gmail.com, ikushan@me.com&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your Sugar Labs wiki username?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Kushan2020&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your IRC nickname on irc.freenode.net?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;kepta&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;English&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;Where are you located, and what hours (UTC) do you tend to work? (We also try to match mentors by general time zone if possible.)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;India, &amp;lt;i&amp;gt;8:30am - 12:30pm (UTC) &amp;amp; 3:30pm- 7:30pm (UTC)&amp;lt;/i&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Have you participated in an open-source project before? If so, please send us URLs to your profile pages for those projects, or some other demonstration of the work that you have done in open-source. If not, why do you want to work on an open-source project this summer?&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;I have been contributing to open source frequently. Below is my profile of bugzilla at Mozilla Foundation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Bugzilla profile&amp;lt;/b&amp;gt; [https://bugzilla.mozilla.org/user_profile?user_id=500998 https://bugzilla.mozilla.org/user_profile?user_id=500998]&lt;br /&gt;
    &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Adding touch action regions [https://bugzilla.mozilla.org/show_bug.cgi?id=1101627 [1&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;]:&amp;lt;/b&amp;gt; This bug involved declaring candidate regions for default touch behaviours as set by w3 consortium.[http://www.w3.org/TR/pointerevents/#declaring-candidate-regions-for-default-touch-behaviors [2&lt;br /&gt;
        &amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;].Firefox as of yet hasn&#039;t implemented pointer events for default touch action regions, this bug required me to create touch action regions, and forward them to composter. The regions were further divided into no_Action_Region, horizontal_Pan_Region and vertical_Pan_region , which had to be processed separately. This bug was quite interesting as it had me working on the components of CSS implementation of the browser.&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Use of new xpcshell test cases [https://bugzilla.mozilla.org/show_bug.cgi?id=1022342 [3&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;]:&amp;lt;/b&amp;gt; The use of new globally available xpcshell tests, required change in the code of calendar and lighting app of mozilla suite. In this bug I am upgrading the unit testing code of the suite to follow the change in Assert.jsm. &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Using getters/setters[https://bugzilla.mozilla.org/show_bug.cgi?id=1116008 [4&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;] : &amp;lt;/b&amp;gt; This was fairly simply bug which required upgradation of existing firefox code to use getters/setters method.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;About your project&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is the name of your project?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Interactive Javascript Shell&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt; Describe your project in 10-20 sentences.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;width:60px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;max-width:900px&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p style=&amp;quot;font-weight:600&amp;quot;&amp;gt;Brief&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;This project is geared towards learning javascript, unlike other similar projects on the internet. The developer must have this in mind while developing the shell. The interactivity of this whole project can be brought upon on various levels. I aim to add different levels of learning, just like a video game. You are given a task and if you complete it successfully you are rewarded virtually and you proceed on to the next level. No learning of javascript is complete without involvement of HTML. The application I intend to develop will have HTML functionality embeded in the whole app experience. That is one thing that differentiates scripting language from others, you dont need to compile and worry stuff related to that.&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;width:60px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;max-width:900px&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p style=&amp;quot;font-weight:600&amp;quot;&amp;gt;Application&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;The UI of the app has to be consistent with the XO, below is a mockup of the design of the application I intend to develop this summer.&amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s28.postimg.org/ttbwdosp9/dom.jpg&lt;br /&gt;
            &amp;lt;p&amp;gt; As you can see, I intend to divide the screen into halves.&lt;br /&gt;
                &amp;lt;br&amp;gt;On the left side the user can enter the code she desires. She can copy paste any code here, and can also use the builtin stepover button to go through her code line wise. This will be of great help as the student can actually see the whole program working sequentially right infront of her. The pink line in the design mockup will show the line at which program is at.&lt;br /&gt;
                &amp;lt;br&amp;gt; On the right half of the screen, lie three interesting things&lt;br /&gt;
                &amp;lt;br&amp;gt;&lt;br /&gt;
                &amp;lt;br&amp;gt;&lt;br /&gt;
                &amp;lt;b&amp;gt;DOM :&amp;lt;/b&amp;gt; I assume the student already knows HTML (thanks to the sister project WEB confusion), showing a beautiful tree will add to the learning experience. As javascript is known for DOM manipulations. When a student will actually see her javascript code appending an element to the DOM tree, she will actually be learning by visuals and visual learning has a very high memory retention. The DOM illustrator will also help when a student has to find a particular element. She can go through the tree and better decide her strategy for tackling the problem.&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s23.postimg.org/akbk8kybv/html.jpg&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;HTML:&amp;lt;/b&amp;gt; The student must be able to type in the desired HTML code, for which he plans to add Javasript. In the design above, student is actually solving a problem statement which requires her to append some elements to an already existing ul element. The student would be guided through a help section right at the top in the nav bar. Whenever he she is stuck can see the objectives of the current problem and also get a hint. The simulated problem part is a feature of this application. A student can also work on a blank project.&amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s3.postimg.org/cp6curokj/preview.jpg&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Preview:&amp;lt;/b&amp;gt; Preview of the HTML code is a basic necessity for learning javascript. The student upon clicking the Preview button will see the live preview of code uptil that moment. In case she makes changes, she will have to click the run button at the top again.&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Console:&amp;lt;/b&amp;gt; The console part is very important, as the interactivty we wish to achieve wouldnt be possible without it. The console shown in the mockup, will provide basic outputs like console.log, errors, etc. The user can anytime query any variable just like the console which comes with modern day browsers. &amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s8.postimg.org/vvslkrbg5/help.jpg&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Help:&amp;lt;/b&amp;gt; As I mentioned earlier to aid the learning of javascript, the user can opt to go through basic tasks. As shown in the design, the user is shown what she has to do in this task and upon completion can move to the next advanced task. The help button will also fascilitate as guide to interface, just like its done in the web version of turtle . https://turtle.sugarlabs.org.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;width:60px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;max-width:900px&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p style=&amp;quot;font-weight:600&amp;quot;&amp;gt;Early stage version of the app&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; To actually show the working of my idea, I created this very early prototype of the app. &amp;lt;i&amp;gt;(Please note it currently only supports  alert()  for outputs, and doesnt support  HTML as of now.) I request you to try out, some simple programming problems like finding maximum element in an array, or other  fundamental programming problems in it and use alert() as of now to get output.&amp;lt;/i&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;https://dl.dropboxusercontent.com/u/35525804/JS-Interpreter/index.html]&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;Who are you making it for, and why do they need it?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; This project is entirely focused on the learning part of javascript, by no way it intends to be a substitute to professional suites like JSfiddle. The students who will be using this app, can consider this as a stepping stone to a wide array of web technologies. Getting the gist of the programming language and being profecient in it, is all that is required according to me. Experience will always come with time, no technology or app can skip the need for experience.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What technologies (programming languages, etc.) will you be using? &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; Javascript will be used mostly alongside with HTML, CSS.&lt;br /&gt;
    &amp;lt;br&amp;gt; I plan to use acorn.js for parsing the javascript. On acorn, it is actually a very beautfiul API written by Marjin Haverbeke. Most of my inpsiration for this project comes from his own project eloquentjavascript, where he also has something similar to this project. We can consider his project to be the next advanced step our students can take after this, and obviously can always use this app as a scratch pad to test their code. Apart from the that I am curently using JS-iterpreter by NeilFraser for interpreting the xml tree returned by acorn.js. This library is a work in progreess. I plan to fork it and add more functionality for this project. As mentioned in the project description.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is the timeline for development of your project? The Summer of Code work period is from May 19 - August 22; 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 &#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; by the midterm evaluation (27 June); the last steps always take longer than you think, and we will consider cancelling projects which are not mostly working by then. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;Before May 19:&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Discuss everything with the mentor, put in his ideas, my ideas.&lt;br /&gt;
                &amp;lt;br&amp;gt; Take a look at other projects similar to this.(eg. Eloquent Javascript, JSfiddle).&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;19th May - 1st June:&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Start coding. Start the work on the interpretor. Add scope for HTML DOM&lt;br /&gt;
                &amp;lt;br&amp;gt; in the JS-interpretor. Basic input output functionality eg console.log(),&lt;br /&gt;
                &amp;lt;br&amp;gt; since javascript doesnt have a native print method. &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;1st June - 15 June &amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Bug hunting and fixing. Start working on the DOM tree display of the&lt;br /&gt;
                &amp;lt;br&amp;gt; application. And also finish up HTML preview. By now the core functionality&lt;br /&gt;
                &amp;lt;br&amp;gt; implementation should be over &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;15th June - 26th June&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Implementing the interactivity part. Creating levels and best ways to create&lt;br /&gt;
                &amp;lt;br&amp;gt; a simulated tutoring environment for our target audience. Loading of templates&lt;br /&gt;
                &amp;lt;br&amp;gt; and saving of current work. Thouroughly discuss with my mentor the tutorial part&lt;br /&gt;
                &amp;lt;br&amp;gt; and wrap it by 26th June. (&amp;lt;i&amp;gt;This should be 90% of the work&amp;lt;/i&amp;gt;)&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;28th June - 15th July &amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; In this case I would like to cover up the stuff that has been lagging, being&lt;br /&gt;
                &amp;lt;br&amp;gt; realistic there would be plenty of stuff that would be out of sync. And ofcourse&lt;br /&gt;
                &amp;lt;br&amp;gt; the bug hunting.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;15th July - 31st July&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Testing of this application, thinking about long term sustainibility of the app.&lt;br /&gt;
                &amp;lt;br&amp;gt; How to make it more connected with the web suite of the XO for example the Web&amp;lt;br&amp;gt; confusion&lt;br /&gt;
                activity. Adding features for portability of work from that activity to this. Adding&lt;br /&gt;
                &amp;lt;br&amp;gt; some unkown advanced feature if time allows.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;1st August - 15th August&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Finishing up the project. Final testing, cleaning up the project. Documenting&lt;br /&gt;
                &amp;lt;br&amp;gt; the project, and some more bug fixing.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;15th August - Final Evaluation&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Buffer time, to catch up with any pending stuff.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    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.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
    I have already started working on this activity and as I mentioned above it can be found at this link&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;https://dl.dropboxusercontent.com/u/35525804/JS-Interpreter/index.html]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
I implemented the touch action features as per the w3 rules in the mozilla source code. It was a lenghty project, and I got to learn a lot from it. One of the important thing I learned from it, the way open source communities work.(&amp;lt;i&amp;gt; On a side note: I must mention my mentor was very humble, cheers to open source community.&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Alsodeveloped my college&#039;s annual cultural website ( http://synapse.daiict.ac.in). It was a new thing in my college, as it marked a move from static front end websites to dynamic website like this. &lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;I am one of those creative people who put art first. If the design is bad no matter how good the product be, it wont sell. I have designed a lot of graphics for various organizations. I really would like to make a statement here. Even though this application is for a technical project,creativity has no bounds and can come in any form. Graphic work must also be equally treated to convinve you of my candidature. Here are a few links I would like to show&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
            https://www.dropbox.com/s/i3pu7v64t71pgci/synapse%201.m4v?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; This is a teaser video, created by using the stop motion technique. It involved thousands of pictures. And since it was a budget project, I didnt have enough money for professional studio like setup for proper lightning.&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
             This was my first attempt at animation, created for a homegrown startup called collegestore.&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/ppqh9dit314hy04/colstr.mp4?dl=0&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
            This is the brochure I designed for my college fest.&lt;br /&gt;
            &amp;lt;br&amp;gt; https://dl.dropboxusercontent.com/u/35525804/brochure_final_draft.pdf&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;These are few of the various posters I have designed.&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/vchvw5oas72pmz4/poster.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/j4ow61n00tc1gaq/guitar.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/dkfd87fjv6b3a5l/niki.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt; https://www.dropbox.com/s/9v3a8im5t693p42/SYNAPSE.jpg?dl=0&lt;br /&gt;
            &amp;lt;br&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt; If your project is successfully completed, what will its impact be on the Sugar Labs community? Give 3 answers, each 1-3 paragraphs in length. The first one should be yours. The other two should be answers from members of the Sugar Labs community, at least one of whom should be a Sugar Labs GSoC mentor. Provide email contact information for non-GSoC mentors.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;b&amp;gt; My answer&amp;lt;/b&amp;gt; :I view javascript as the future of web development and making further progress to offline applications. Web and Mobile go hand in hand, XO needs to have a very good and intuitive activity on javascript. Since this language can be both beautiful and ugly at times ( past experience :/ ), I think it should be introduced to students at a very early age of learning programming. I often rememeber the gratifying experience of actually adding dynamics to static boring websites. Most of the other programming languages can&#039;t offer that kind of an experience at such an early stage. This is what sets Javascript apart from the crowd. Coming back to this activity, this application aims at making students learn how to make thier boring dull html pages interactive. And ironically this app is also interactive. :) &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;b&amp;gt;Tony Anderson (mentor) &amp;lt;/b&amp;gt; &lt;br /&gt;
The impact is that the Sugar system is used at primary schools in regions which have no useful access to the internet but still should have an opportunity to learn web technology. The schools often have a school server so there is a local stand-in for the internet. The progression is to learn basic web page building with HTML and CSS, then move to learning Javascript. Initially their html files will reside in local storage and be accessed by file:///home/olpc/Documents/some path.html. Later they will have the opportunity to pull together a website and upload it to the server so that it can be shared with the other students. Students at this (or any) age need immediate feedback as to whether they have been successful. The goal of this tool is to give that feedback.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    What will you do if you get stuck on your project and your mentor isn &#039;t around? How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project?&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;There will be times when the mentor wouldn&#039;t be available. Firstly, I would try to tackle the problem I am facing again, because sometimes in the second go the solution strikes. I am regular at the #sugar channel at IRC and also keep my self updated in the community mailing list and ofcourse the good old books(&amp;lt;i&amp;gt;Sometimes very basic stuff is clearly given in books but we just go through stackexchange and get spoon feeded&amp;lt;/i&amp;gt;). In short I wont leave any stones unturned when I am stuck.&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    We want to make sure that you can set up a development environment before the summer starts. Please do one of the following: Send us a link to a screenshot of your Sugar development environment with the following modification: when you hover over the XO-person icon in the middle of Home view, the drop-down text should have your email in place of &amp;quot;logout&amp;quot;. Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug. It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    Describe a great learning experience you had as a child. Is there anything else we should have asked you or anything else that we should know that might make us like you or your project more?&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;This question is pretty tough. At first when I got to know nothing can travel faster than light, I was shocked. My whole thinking used to revolve around considering information can travel instantaneously. And other things like big bang didnt happen at a particular place but the very notion of place(space) was created at that moment still surprises me. These are some of the very few things that still make me  rethink the way I look around the world and are in a way a very  different kind of learning experiences. &amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kushan2020</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2015/Kushan_Javascript&amp;diff=94690</id>
		<title>Summer of Code/2015/Kushan Javascript</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2015/Kushan_Javascript&amp;diff=94690"/>
		<updated>2015-03-19T18:34:52Z</updated>

		<summary type="html">&lt;p&gt;Kushan2020: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;About me&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your name?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp; Kushan Joshi&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your email address?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp; 0o3ko0@gmail.com, ikushan@me.com&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your Sugar Labs wiki username?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Kushan2020&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your IRC nickname on irc.freenode.net?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;kepta&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;English&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;Where are you located, and what hours (UTC) do you tend to work? (We also try to match mentors by general time zone if possible.)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;India, &amp;lt;i&amp;gt;8:30am - 12:30pm (UTC) &amp;amp; 3:30pm- 7:30pm (UTC)&amp;lt;/i&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Have you participated in an open-source project before? If so, please send us URLs to your profile pages for those projects, or some other demonstration of the work that you have done in open-source. If not, why do you want to work on an open-source project this summer?&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;I have been contributing to open source frequently. Below is my profile of bugzilla at Mozilla Foundation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Bugzilla profile&amp;lt;/b&amp;gt; [https://bugzilla.mozilla.org/user_profile?user_id=500998 https://bugzilla.mozilla.org/user_profile?user_id=500998]&lt;br /&gt;
    &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Adding touch action regions [https://bugzilla.mozilla.org/show_bug.cgi?id=1101627 [1&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;]:&amp;lt;/b&amp;gt; This bug involved declaring candidate regions for default touch behaviours as set by w3 consortium.[http://www.w3.org/TR/pointerevents/#declaring-candidate-regions-for-default-touch-behaviors [2&lt;br /&gt;
        &amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;].Firefox as of yet hasn&#039;t implemented pointer events for default touch action regions, this bug required me to create touch action regions, and forward them to composter. The regions were further divided into no_Action_Region, horizontal_Pan_Region and vertical_Pan_region , which had to be processed separately. This bug was quite interesting as it had me working on the components of CSS implementation of the browser.&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Use of new xpcshell test cases [https://bugzilla.mozilla.org/show_bug.cgi?id=1022342 [3&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;]:&amp;lt;/b&amp;gt; The use of new globally available xpcshell tests, required change in the code of calendar and lighting app of mozilla suite. In this bug I am upgrading the unit testing code of the suite to follow the change in Assert.jsm. &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Using getters/setters[https://bugzilla.mozilla.org/show_bug.cgi?id=1116008 [4&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;] : &amp;lt;/b&amp;gt; This was fairly simply bug which required upgradation of existing firefox code to use getters/setters method.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;About your project&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is the name of your project?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Interactive Javascript Shell&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt; Describe your project in 10-20 sentences.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;width:60px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;max-width:900px&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p style=&amp;quot;font-weight:600&amp;quot;&amp;gt;Brief&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;This project is geared towards learning javascript, unlike other similar projects on the internet. The developer must have this in mind while developing the shell. The interactivity of this whole project can be brought upon on various levels. I aim to add different levels of learning, just like a video game. You are given a task and if you complete it successfully you are rewarded virtually and you proceed on to the next level. No learning of javascript is complete without involvement of HTML. The application I intend to develop will have HTML functionality embeded in the whole app experience. That is one thing that differentiates scripting language from others, you dont need to compile and worry stuff related to that.&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;width:60px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;max-width:900px&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p style=&amp;quot;font-weight:600&amp;quot;&amp;gt;Application&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;The UI of the app has to be consistent with the XO, below is a mockup of the design of the application I intend to develop this summer.&amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s28.postimg.org/ttbwdosp9/dom.jpg&lt;br /&gt;
            &amp;lt;p&amp;gt; As you can see, I intend to divide the screen into halves.&lt;br /&gt;
                &amp;lt;br&amp;gt;On the left side the user can enter the code she desires. She can copy paste any code here, and can also use the builtin stepover button to go through her code line wise. This will be of great help as the student can actually see the whole program working sequentially right infront of her. The pink line in the design mockup will show the line at which program is at.&lt;br /&gt;
                &amp;lt;br&amp;gt; On the right half of the screen, lie three interesting things&lt;br /&gt;
                &amp;lt;br&amp;gt;&lt;br /&gt;
                &amp;lt;br&amp;gt;&lt;br /&gt;
                &amp;lt;b&amp;gt;DOM :&amp;lt;/b&amp;gt; I assume the student already knows HTML (thanks to the sister project WEB confusion), showing a beautiful tree will add to the learning experience. As javascript is known for DOM manipulations. When a student will actually see her javascript code appending an element to the DOM tree, she will actually be learning by visuals and visual learning has a very high memory retention. The DOM illustrator will also help when a student has to find a particular element. She can go through the tree and better decide her strategy for tackling the problem.&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s23.postimg.org/akbk8kybv/html.jpg&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;HTML:&amp;lt;/b&amp;gt; The student must be able to type in the desired HTML code, for which he plans to add Javasript. In the design above, student is actually solving a problem statement which requires her to append some elements to an already existing ul element. The student would be guided through a help section right at the top in the nav bar. Whenever he she is stuck can see the objectives of the current problem and also get a hint. The simulated problem part is a feature of this application. A student can also work on a blank project.&amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s3.postimg.org/cp6curokj/preview.jpg&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Preview:&amp;lt;/b&amp;gt; Preview of the HTML code is a basic necessity for learning javascript. The student upon clicking the Preview button will see the live preview of code uptil that moment. In case she makes changes, she will have to click the run button at the top again.&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Console:&amp;lt;/b&amp;gt; The console part is very important, as the interactivty we wish to achieve wouldnt be possible without it. The console shown in the mockup, will provide basic outputs like console.log, errors, etc. The user can anytime query any variable just like the console which comes with modern day browsers. &amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s8.postimg.org/vvslkrbg5/help.jpg&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Help:&amp;lt;/b&amp;gt; As I mentioned earlier to aid the learning of javascript, the user can opt to go through basic tasks. As shown in the design, the user is shown what she has to do in this task and upon completion can move to the next advanced task. The help button will also fascilitate as guide to interface, just like its done in the web version of turtle . https://turtle.sugarlabs.org.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;width:60px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;max-width:900px&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p style=&amp;quot;font-weight:600&amp;quot;&amp;gt;Early stage version of the app&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; To actually show the working of my idea, I created this very early prototype of the app. &amp;lt;i&amp;gt;(Please note it currently only supports  alert()  for outputs, and doesnt support  HTML as of now.) I request you to try out, some simple programming problems like finding maximum element in an array, or other  fundamental programming problems in it and use alert() as of now to get output.&amp;lt;/i&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;https://dl.dropboxusercontent.com/u/35525804/JS-Interpreter/index.html]&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;Who are you making it for, and why do they need it?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; This project is entirely focused on the learning part of javascript, by no way it intends to be a substitute to professional suites like JSfiddle. The students who will be using this app, can consider this as a stepping stone to a wide array of web technologies. Getting the gist of the programming language and being profecient in it, is all that is required according to me. Experience will always come with time, no technology or app can skip the need for experience.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What technologies (programming languages, etc.) will you be using? &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; Javascript will be used mostly alongside with HTML, CSS.&lt;br /&gt;
    &amp;lt;br&amp;gt; I plan to use acorn.js for parsing the javascript. On acorn, it is actually a very beautfiul API written by Marjin Haverbeke. Most of my inpsiration for this project comes from his own project eloquentjavascript, where he also has something similar to this project. We can consider his project to be the next advanced step our students can take after this, and obviously can always use this app as a scratch pad to test their code. Apart from the that I am curently using JS-iterpreter by NeilFraser for interpreting the xml tree returned by acorn.js. This library is a work in progreess. I plan to fork it and add more functionality for this project. As mentioned in the project description.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is the timeline for development of your project? The Summer of Code work period is from May 19 - August 22; 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 &#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; by the midterm evaluation (27 June); the last steps always take longer than you think, and we will consider cancelling projects which are not mostly working by then. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;Before May 19:&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td &amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Discuss everything with the mentor, put in his ideas, my ideas.&amp;lt;br&amp;gt; &lt;br /&gt;
            Take a look at other projects similar to this.(eg. Eloquent Javascript, JSfiddle).&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;19th May - 1st June:&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Start coding. Start the work on the interpretor. Add scope for HTML DOM&amp;lt;br&amp;gt; &lt;br /&gt;
            in the JS-interpretor. Basic input output functionality eg console.log(), &amp;lt;br&amp;gt;&lt;br /&gt;
            since javascript doesnt have a native print method. &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;1st June - 15 June &amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; Bug hunting and fixing. Start working on the DOM tree display of the &amp;lt;br&amp;gt;&lt;br /&gt;
            application. And also finish up HTML preview. By now the core functionality &amp;lt;br&amp;gt;&lt;br /&gt;
            implementation should be over &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;15th June - 26th June&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt; Implementing the interactivity part. Creating levels and best ways to create&amp;lt;br&amp;gt;&lt;br /&gt;
            a simulated tutoring environment for our target audience. Loading of templates &amp;lt;br&amp;gt;&lt;br /&gt;
            and saving of current work. Thouroughly discuss with my mentor the tutorial part &amp;lt;br&amp;gt;&lt;br /&gt;
            and wrap it by 26th June. (&amp;lt;i&amp;gt;This should be 90% of the work&amp;lt;/i&amp;gt;)&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;28th June - 15th July &amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt; In this case I would like to cover up the stuff that has been lagging, being &amp;lt;br&amp;gt;&lt;br /&gt;
            realistic there would be plenty of stuff that would be out of sync. And ofcourse &amp;lt;br&amp;gt;&lt;br /&gt;
            the bug hunting.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;15th July - 31st July&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt; Testing of this application, thinking about long term sustainibility of the app. &amp;lt;br&amp;gt;&lt;br /&gt;
           How to make it more connected with the web suite of the XO for example the Web confusion &amp;lt;br&amp;gt;&lt;br /&gt;
           activity. Adding features for portability of work from that activity to this. Adding&amp;lt;br&amp;gt;&lt;br /&gt;
            some unkown advanced feature if time allows.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;1st August - 15th August&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Finishing up the project. Final testing, cleaning up the project. Documenting &amp;lt;br&amp;gt;&lt;br /&gt;
            the project, and some more bug fixing.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;b&amp;gt;15th August - Final Evaluation&amp;lt;/b&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt; Buffer time period, to catch up with any pending stuff.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    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.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
I have already started working on this activity and as I mentioned above it can be found at this link &amp;lt;br&amp;gt;&lt;br /&gt;
https://dl.dropboxusercontent.com/u/35525804/JS-Interpreter/index.html&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;I implemented the touch action features as per the w3 rules in the mozilla source code. It was a lenghty project, and I got to learn a lot from it. One of the important thing I learned from it, the way open source communities work.(&amp;lt;i&amp;gt; I must mention my mentor was so humble, and I now think everyone in the open source community is like that.&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;I developed my college&#039;s annual cultural website ( http://synapse.daiict.ac.in). It was a new thing in my college, as it marked a move from static front end websites to dynamic website like this. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;I am one of those creative people who put art first. If the design is bad no matter how good the product be, it wont sell. I have designed a lot of graphics for various organizations. I really would like to make a statement here. Even though this application is for a technical project,creativity has no bounds and any form of art. Graphic work must also be equally treated to convinve you of my candidature. Here are a few I would like to show &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
	&amp;lt;li&amp;gt;&lt;br /&gt;
	https://www.dropbox.com/s/i3pu7v64t71pgci/synapse%201.m4v?dl=0 &amp;lt;br&amp;gt;&lt;br /&gt;
	This is a teaser video, created by using the stop motion technique. It involved thousands of pictures. And since it was a budget project, I didnt have enough money for professional studio like setup for proper lightning. &lt;br /&gt;
	&amp;lt;/li&amp;gt;&lt;br /&gt;
	&amp;lt;li&amp;gt;&lt;br /&gt;
	https://www.dropbox.com/s/ppqh9dit314hy04/colstr.mp4?dl=0 &amp;lt;br&amp;gt;&lt;br /&gt;
	This was my first attempt at animation, created for a homegrown startup collegestore.&lt;br /&gt;
	&amp;lt;/li&amp;gt;&lt;br /&gt;
	&amp;lt;li&amp;gt;&lt;br /&gt;
	&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt; If your project is successfully completed, what will its impact be on the Sugar Labs community? Give 3 answers, each 1-3 paragraphs in length. The first one should be yours. The other two should be answers from members of the Sugar Labs community, at least one of whom should be a Sugar Labs GSoC mentor. Provide email contact information for non-GSoC mentors.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    What will you do if you get stuck on your project and your mentor isn &#039;t around? How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    We want to make sure that you can set up a development environment before the summer starts. Please do one of the following: Send us a link to a screenshot of your Sugar development environment with the following modification: when you hover over the XO-person icon in the middle of Home view, the drop-down text should have your email in place of &amp;quot;logout&amp;quot;. Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug. It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    Describe a great learning experience you had as a child. Is there anything else we should have asked you or anything else that we should know that might make us like you or your project more?&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kushan2020</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2015/Kushan_Javascript&amp;diff=94689</id>
		<title>Summer of Code/2015/Kushan Javascript</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2015/Kushan_Javascript&amp;diff=94689"/>
		<updated>2015-03-19T15:30:34Z</updated>

		<summary type="html">&lt;p&gt;Kushan2020: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;About me&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your name?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp; Kushan Joshi&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your email address?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp; 0o3ko0@gmail.com, ikushan@me.com&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your Sugar Labs wiki username?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Kushan2020&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your IRC nickname on irc.freenode.net?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;kepta&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;English&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;Where are you located, and what hours (UTC) do you tend to work? (We also try to match mentors by general time zone if possible.)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;India, &amp;lt;i&amp;gt;8:30am - 12:30pm (UTC) &amp;amp; 3:30pm- 7:30pm (UTC)&amp;lt;/i&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Have you participated in an open-source project before? If so, please send us URLs to your profile pages for those projects, or some other demonstration of the work that you have done in open-source. If not, why do you want to work on an open-source project this summer?&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;I have been contributing to open source frequently. Below is my profile of bugzilla at Mozilla Foundation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Bugzilla profile&amp;lt;/b&amp;gt; [https://bugzilla.mozilla.org/user_profile?user_id=500998 https://bugzilla.mozilla.org/user_profile?user_id=500998]&lt;br /&gt;
    &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Adding touch action regions [https://bugzilla.mozilla.org/show_bug.cgi?id=1101627 [1&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;]:&amp;lt;/b&amp;gt; This bug involved declaring candidate regions for default touch behaviours as set by w3 consortium.[http://www.w3.org/TR/pointerevents/#declaring-candidate-regions-for-default-touch-behaviors [2&lt;br /&gt;
        &amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;].Firefox as of yet hasn&#039;t implemented pointer events for default touch action regions, this bug required me to create touch action regions, and forward them to composter. The regions were further divided into no_Action_Region, horizontal_Pan_Region and vertical_Pan_region , which had to be processed separately. This bug was quite interesting as it had me working on the components of CSS implementation of the browser.&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Use of new xpcshell test cases [https://bugzilla.mozilla.org/show_bug.cgi?id=1022342 [3&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;]:&amp;lt;/b&amp;gt; The use of new globally available xpcshell tests, required change in the code of calendar and lighting app of mozilla suite. In this bug I am upgrading the unit testing code of the suite to follow the change in Assert.jsm. &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Using getters/setters[https://bugzilla.mozilla.org/show_bug.cgi?id=1116008 [4&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;] : &amp;lt;/b&amp;gt; This was fairly simply bug which required upgradation of existing firefox code to use getters/setters method.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;About your project&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is the name of your project?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Interactive Javascript Shell&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt; Describe your project in 10-20 sentences.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;width:60px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;max-width:900px&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p style=&amp;quot;font-weight:600&amp;quot;&amp;gt;Brief&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;This project is geared towards learning javascript, unlike other similar projects on the internet. The developer must have this in mind while developing the shell. The interactivity of this whole project can be brought upon on various levels. I aim to add different levels of learning, just like a video game. You are given a task and if you complete it successfully you are rewarded virtually and you proceed on to the next level. No learning of javascript is complete without involvement of HTML. The application I intend to develop will have HTML functionality embeded in the whole app experience. That is one thing that differentiates scripting language from others, you dont need to compile and worry stuff related to that.&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;width:60px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;max-width:900px&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p style=&amp;quot;font-weight:600&amp;quot;&amp;gt;Application&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;The UI of the app has to be consistent with the XO, below is a mockup of the design of the application I intend to develop this summer.&amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s28.postimg.org/ttbwdosp9/dom.jpg&lt;br /&gt;
            &amp;lt;p&amp;gt; As you can see, I intend to divide the screen into halves.&lt;br /&gt;
                &amp;lt;br&amp;gt;On the left side the user can enter the code she desires. She can copy paste any code here, and can also use the builtin stepover button to go through her code line wise. This will be of great help as the student can actually see the whole program working sequentially right infront of her. The pink line in the design mockup will show the line at which program is at.&lt;br /&gt;
                &amp;lt;br&amp;gt; On the right half of the screen, lie three interesting things&lt;br /&gt;
                &amp;lt;br&amp;gt;&lt;br /&gt;
                &amp;lt;br&amp;gt;&lt;br /&gt;
                &amp;lt;b&amp;gt;DOM :&amp;lt;/b&amp;gt; I assume the student already knows HTML (thanks to the sister project WEB confusion), showing a beautiful tree will add to the learning experience. As javascript is known for DOM manipulations. When a student will actually see her javascript code appending an element to the DOM tree, she will actually be learning by visuals and visual learning has a very high memory retention. The DOM illustrator will also help when a student has to find a particular element. She can go through the tree and better decide her strategy for tackling the problem.&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s23.postimg.org/akbk8kybv/html.jpg&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;HTML:&amp;lt;/b&amp;gt; The student must be able to type in the desired HTML code, for which he plans to add Javasript. In the design above, student is actually solving a problem statement which requires her to append some elements to an already existing ul element. The student would be guided through a help section right at the top in the nav bar. Whenever he she is stuck can see the objectives of the current problem and also get a hint. The simulated problem part is a feature of this application. A student can also work on a blank project.&amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s3.postimg.org/cp6curokj/preview.jpg&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Preview:&amp;lt;/b&amp;gt; Preview of the HTML code is a basic necessity for learning javascript. The student upon clicking the Preview button will see the live preview of code uptil that moment. In case she makes changes, she will have to click the run button at the top again.&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Console:&amp;lt;/b&amp;gt; The console part is very important, as the interactivty we wish to achieve wouldnt be possible without it. The console shown in the mockup, will provide basic outputs like console.log, errors, etc. The user can anytime query any variable just like the console which comes with modern day browsers. &amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s8.postimg.org/vvslkrbg5/help.jpg&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Help:&amp;lt;/b&amp;gt; As I mentioned earlier to aid the learning of javascript, the user can opt to go through basic tasks. As shown in the design, the user is shown what she has to do in this task and upon completion can move to the next advanced task. The help button will also fascilitate as guide to interface, just like its done in the web version of turtle . https://turtle.sugarlabs.org.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;width:60px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;max-width:900px&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p style=&amp;quot;font-weight:600&amp;quot;&amp;gt;Early stage version of the app&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt; To actually show the working of my idea, I created this very early prototype of the app. &amp;lt;i&amp;gt;(Please note it currently only supports  alert()  for outputs, and has no way to interact with HTML elements.) I request you to try it out. &amp;lt;/i&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;https://dl.dropboxusercontent.com/u/35525804/JS-Interpreter/index.html]&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;Who are you making it for, and why do they need it?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; This project is entirely focused on the learning part of javascript, by no way it intends to be a substitute to professional suites like JSfiddle. The students who will be using this app, can consider this as a stepping stone to a wide array of web technologies. Getting the gist of the programming language and being profecient in it, is all that is required according to me. Experience will always come with time, no technology or app can skip the need for experience.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is the name of your project?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What technologies (programming languages, etc.) will you be using? &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is the name of your project?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is the timeline for development of your project? The Summer of Code work period is from May 19 - August 22; 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 &#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; by the midterm evaluation (27 June); the last steps always take longer than you think, and we will consider cancelling projects which are not mostly working by then. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    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.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt; If your project is successfully completed, what will its impact be on the Sugar Labs community? Give 3 answers, each 1-3 paragraphs in length. The first one should be yours. The other two should be answers from members of the Sugar Labs community, at least one of whom should be a Sugar Labs GSoC mentor. Provide email contact information for non-GSoC mentors.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    What will you do if you get stuck on your project and your mentor isn &#039;t around? How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    We want to make sure that you can set up a development environment before the summer starts. Please do one of the following: Send us a link to a screenshot of your Sugar development environment with the following modification: when you hover over the XO-person icon in the middle of Home view, the drop-down text should have your email in place of &amp;quot;logout&amp;quot;. Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug. It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    Describe a great learning experience you had as a child. Is there anything else we should have asked you or anything else that we should know that might make us like you or your project more?&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kushan2020</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2015/Kushan_Javascript&amp;diff=94687</id>
		<title>Summer of Code/2015/Kushan Javascript</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2015/Kushan_Javascript&amp;diff=94687"/>
		<updated>2015-03-19T15:09:27Z</updated>

		<summary type="html">&lt;p&gt;Kushan2020: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;About me&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your name?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp; Kushan Joshi&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your email address?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp; 0o3ko0@gmail.com, ikushan@me.com&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your Sugar Labs wiki username?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Kushan2020&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your IRC nickname on irc.freenode.net?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;kepta&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;English&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;Where are you located, and what hours (UTC) do you tend to work? (We also try to match mentors by general time zone if possible.)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;India, &amp;lt;i&amp;gt;8:30am - 12:30pm (UTC) &amp;amp; 3:30pm- 7:30pm (UTC)&amp;lt;/i&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Have you participated in an open-source project before? If so, please send us URLs to your profile pages for those projects, or some other demonstration of the work that you have done in open-source. If not, why do you want to work on an open-source project this summer?&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;I have been contributing to open source frequently. Below is my profile of bugzilla at Mozilla Foundation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Bugzilla profile&amp;lt;/b&amp;gt; [https://bugzilla.mozilla.org/user_profile?user_id=500998 https://bugzilla.mozilla.org/user_profile?user_id=500998]&lt;br /&gt;
    &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Adding touch action regions [https://bugzilla.mozilla.org/show_bug.cgi?id=1101627 [1&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;]:&amp;lt;/b&amp;gt; This bug involved declaring candidate regions for default touch behaviours as set by w3 consortium.[http://www.w3.org/TR/pointerevents/#declaring-candidate-regions-for-default-touch-behaviors [2&lt;br /&gt;
        &amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;].Firefox as of yet hasn&#039;t implemented pointer events for default touch action regions, this bug required me to create touch action regions, and forward them to composter. The regions were further divided into no_Action_Region, horizontal_Pan_Region and vertical_Pan_region , which had to be processed separately. This bug was quite interesting as it had me working on the components of CSS implementation of the browser.&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Use of new xpcshell test cases [https://bugzilla.mozilla.org/show_bug.cgi?id=1022342 [3&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;]:&amp;lt;/b&amp;gt; The use of new globally available xpcshell tests, required change in the code of calendar and lighting app of mozilla suite. In this bug I am upgrading the unit testing code of the suite to follow the change in Assert.jsm. &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Using getters/setters[https://bugzilla.mozilla.org/show_bug.cgi?id=1116008 [4&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;] : &amp;lt;/b&amp;gt; This was fairly simply bug which required upgradation of existing firefox code to use getters/setters method.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;About your project&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is the name of your project?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Interactive Javascript Shell&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt; Describe your project in 10-20 sentences.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;width:60px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;max-width:900px&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p style=&amp;quot;font-weight:600&amp;quot;&amp;gt;Brief&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;This project is geared towards learning javascript, unlike other similar projects on the internet. The developer must have this in mind while developing the shell. The interactivity of this whole project can be brought upon on various levels. I aim to add different levels of learning, just like a video game. You are given a task and if you complete it successfully you are rewarded virtually and you proceed on to the next level. No learning of javascript is complete without involvement of HTML. The application I intend to develop will have HTML functionality embeded in the whole app experience. That is one thing that differentiates scripting language from others, you dont need to compile and worry stuff related to that.&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;width:60px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td style=&amp;quot;max-width:900px&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p style=&amp;quot;font-weight:600&amp;quot;&amp;gt;Application&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;The UI of the app has to be consistent with the XO, below is a mockup of the design of the application I intend to develop this summer.&amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s28.postimg.org/ttbwdosp9/dom.jpg&lt;br /&gt;
            &amp;lt;p&amp;gt; As you can see, I intend to divide the screen into halves.&lt;br /&gt;
                &amp;lt;br&amp;gt;On the left side the user can enter the code she desires. She can copy paste any code here, and can also use the builtin stepover button to go through her code line wise. This will be of great help as the student can actually see the whole program working sequentially right infront of her. The pink line in the design mockup will show the line at which program is at.&lt;br /&gt;
                &amp;lt;br&amp;gt; On the right half of the screen, lie three interesting things&lt;br /&gt;
                &amp;lt;br&amp;gt;&lt;br /&gt;
                &amp;lt;br&amp;gt;&lt;br /&gt;
                &amp;lt;b&amp;gt;DOM :&amp;lt;/b&amp;gt; I assume the student already knows HTML (thanks to the sister project WEB confusion), showing a beautifuly tree will add to the learning experience. As javascript is known for DOM manipulations. When a student will actually see her javascript code appending an element to DOM tree, she will actually be learning by visuals and visual learning has a very high memory retention. The DOM illustrator will also help when a student has to find a particular element. She can go through the tree and better decide her strategy for tackling the problem.&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s23.postimg.org/akbk8kybv/html.jpg&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;HTML:&amp;lt;/b&amp;gt; The student must be able to type in the desired HTML code, for which he plans to add Javasript. In the design above, student is actually solving a problem statement which requires her to append some elements to an already existing ul element.  The student would be guided through a help section right at the top in the nav bar. Whenever he she is stuck can see the objectives of the current problem and also get a hint. The simulated problem part is a feature of this application. A student can also work on a blank project.&amp;lt;/p&amp;gt;&lt;br /&gt;
            http://s3.postimg.org/cp6curokj/preview.jpg&lt;br /&gt;
			&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Preview:&amp;lt;/b&amp;gt; Preview of the HTML code is a basic necessity for learning javascript. The student upon clicking the Preview button will see the live preview of code uptil that moment. In case she makes changes, she will have to click the run button at the top again.&lt;br /&gt;
			&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is the name of your project?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What are you making?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is the name of your project?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;Who are you making it for, and why do they need it?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is the name of your project?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What technologies (programming languages, etc.) will you be using? &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is the name of your project?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is the timeline for development of your project? The Summer of Code work period is from May 19 - August 22; 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 &#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; by the midterm evaluation (27 June); the last steps always take longer than you think, and we will consider cancelling projects which are not mostly working by then. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    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.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt; If your project is successfully completed, what will its impact be on the Sugar Labs community? Give 3 answers, each 1-3 paragraphs in length. The first one should be yours. The other two should be answers from members of the Sugar Labs community, at least one of whom should be a Sugar Labs GSoC mentor. Provide email contact information for non-GSoC mentors.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    What will you do if you get stuck on your project and your mentor isn &#039;t around? How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    We want to make sure that you can set up a development environment before the summer starts. Please do one of the following: Send us a link to a screenshot of your Sugar development environment with the following modification: when you hover over the XO-person icon in the middle of Home view, the drop-down text should have your email in place of &amp;quot;logout&amp;quot;. Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug. It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    Describe a great learning experience you had as a child. Is there anything else we should have asked you or anything else that we should know that might make us like you or your project more?&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kushan2020</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2015/Kushan_Javascript&amp;diff=94686</id>
		<title>Summer of Code/2015/Kushan Javascript</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2015/Kushan_Javascript&amp;diff=94686"/>
		<updated>2015-03-19T12:23:03Z</updated>

		<summary type="html">&lt;p&gt;Kushan2020: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;About me&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your name?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp; Kushan Joshi&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your email address?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp; 0o3ko0@gmail.com, ikushan@me.com&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your Sugar Labs wiki username?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Kushan2020&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your IRC nickname on irc.freenode.net?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;kepta&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;English&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;Where are you located, and what hours (UTC) do you tend to work? (We also try to match mentors by general time zone if possible.)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;India, &amp;lt;i&amp;gt;8:30am - 12:30pm (UTC) &amp;amp; 3:30pm- 7:30 (UTC)&amp;lt;/i&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Have you participated in an open-source project before? If so, please send us URLs to your profile pages for those projects, or some other demonstration of the work that you have done in open-source. If not, why do you want to work on an open-source project this summer?&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;I have been contributing to open source frequently. Below is my profile of bugzilla at Mozilla Foundation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Bugzilla profile&amp;lt;/b&amp;gt;&lt;br /&gt;
        [https://bugzilla.mozilla.org/user_profile?user_id=500998    https://bugzilla.mozilla.org/user_profile?user_id=500998]&lt;br /&gt;
    &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Adding touch action regions [https://bugzilla.mozilla.org/show_bug.cgi?id=1101627 [1&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;]:&amp;lt;/b&amp;gt; This bug involved declaring candidate regions for default touch behaviours as set by w3 consortium.[http://www.w3.org/TR/pointerevents/#declaring-candidate-regions-for-default-touch-behaviors [2&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;].Firefox as of yet hasn&#039;t implemented pointer events for default touch action regions, this bug required me to create touch action regions, and forward them to composter. The regions were further divided into no_Action_Region, horizontal_Pan_Region and vertical_Pan_region , which had to be processed separately. This bug was quite interesting as it had me working on the components of  CSS implementation of the browser. &lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Use of new xpcshell test cases [https://bugzilla.mozilla.org/show_bug.cgi?id=1022342 [3&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;]:&amp;lt;/b&amp;gt; The use of new globally available xpcshell tests, required change in the code of calendar and lighting app of mozilla suite. In this bug I am upgrading the unit testing code of the suite to follow the change in Assert.jsm. &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Using getters/setters[https://bugzilla.mozilla.org/show_bug.cgi?id=1116008 [4&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;] : &amp;lt;/b&amp;gt; This was fairly simply bug which required upgradation of existing firefox code to use getters/setters method.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;About your project&amp;lt;/h1&amp;gt;&lt;br /&gt;
 &amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is the name of your project?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt; Describe your project in 10-20 sentences.&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is the name of your project?&amp;lt;/p&amp;gt;What are you making?&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is the name of your project?&amp;lt;/p&amp;gt;Who are you making it for, and why do they need it?&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is the name of your project?&amp;lt;/p&amp;gt; What technologies (programming languages, etc.) will you be using? &lt;br /&gt;
 &amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is the name of your project?&amp;lt;/p&amp;gt;What is the timeline for development of your project? The Summer of Code work period is from May 19 - August 22; 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 &#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; by the midterm evaluation (27 June); the last steps always take longer than you think, and we will consider cancelling projects which are not mostly working by then. &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
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. You and the community[edit | edit source] If your project is successfully completed, what will its impact be on the Sugar Labs community? Give 3 answers, each 1-3 paragraphs in length. The first one should be yours. The other two should be answers from members of the Sugar Labs community, at least one of whom should be a Sugar Labs GSoC mentor. Provide email contact information for non-GSoC mentors. What will you do if you get stuck on your project and your mentor isn &#039;t around? How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project? Miscellaneous[edit | edit source] We want to make sure that you can set up a development environment before the summer starts. Please do one of the following: Send us a link to a screenshot of your Sugar development environment with the following modification: when you hover over the XO-person icon in the middle of Home view, the drop-down text should have your email in place of &amp;quot;logout&amp;quot;. Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug. It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help. Describe a great learning experience you had as a child. Is there anything else we should have asked you or anything else that we should know that might make us like you or your project more? Please include the category tag at the bottom of your page the Catagory tag for 2015 GSoC applications.&lt;/div&gt;</summary>
		<author><name>Kushan2020</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2015/Kushan_Javascript&amp;diff=94685</id>
		<title>Summer of Code/2015/Kushan Javascript</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2015/Kushan_Javascript&amp;diff=94685"/>
		<updated>2015-03-19T12:18:56Z</updated>

		<summary type="html">&lt;p&gt;Kushan2020: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;About me&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your name?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp; Kushan Joshi&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your email address?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp; 0o3ko0@gmail.com, ikushan@me.com&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your Sugar Labs wiki username?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Kushan2020&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your IRC nickname on irc.freenode.net?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;kepta&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;English&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;Where are you located, and what hours (UTC) do you tend to work? (We also try to match mentors by general time zone if possible.)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;India, &amp;lt;i&amp;gt;8:30am - 12:30pm (UTC) &amp;amp; 3:30pm- 7:30 (UTC)&amp;lt;/i&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Have you participated in an open-source project before? If so, please send us URLs to your profile pages for those projects, or some other demonstration of the work that you have done in open-source. If not, why do you want to work on an open-source project this summer?&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;I have been contributing to open source frequently. Below is my profile of bugzilla at Mozilla Foundation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Bugzilla profile&amp;lt;/b&amp;gt;&lt;br /&gt;
        [https://bugzilla.mozilla.org/user_profile?user_id=500998    https://bugzilla.mozilla.org/user_profile?user_id=500998]&lt;br /&gt;
    &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Adding touch action regions [https://bugzilla.mozilla.org/show_bug.cgi?id=1101627 [1&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;]:&amp;lt;/b&amp;gt; This bug involved implementing declaring candidate regions for default touch behaviours as set by w3 consortium.[http://www.w3.org/TR/pointerevents/#declaring-candidate-regions-for-default-touch-behaviors [2&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;].Firefox as of yet hasn&#039;t implemented pointer events for default touch action regions, this bug required me to create touch action regions, and forward them to composter. The regions were further divided into no_Action_Region, horizontal_Pan_Region and vertical_Pan_region , which had to be processed separately. This bug was quite interesting as it had me working on the components of  CSS implementation of the browser. &lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Use of new xpcshell test cases [https://bugzilla.mozilla.org/show_bug.cgi?id=1022342 [3&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;]:&amp;lt;/b&amp;gt; The use of new globally available xpcshell tests, retired change in the code of calendar and lighting app of mozilla suite. In this bug I am upgrading the unit testing code of the suite to follow the change in Assert.jsm. &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Using getters/setters[https://bugzilla.mozilla.org/show_bug.cgi?id=1116008 [4&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;] : &amp;lt;/b&amp;gt; This was fairly simply bug which required upgradation of existing firefox code to use getters/setters method.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
About your project[edit | edit source] What is the name of your project? 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? What is the timeline for development of your project? The Summer of Code work period is from May 19 - August 22; 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 &#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; by the midterm evaluation (27 June); 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. You and the community[edit | edit source] If your project is successfully completed, what will its impact be on the Sugar Labs community? Give 3 answers, each 1-3 paragraphs in length. The first one should be yours. The other two should be answers from members of the Sugar Labs community, at least one of whom should be a Sugar Labs GSoC mentor. Provide email contact information for non-GSoC mentors. What will you do if you get stuck on your project and your mentor isn &#039;t around? How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project? Miscellaneous[edit | edit source] We want to make sure that you can set up a development environment before the summer starts. Please do one of the following: Send us a link to a screenshot of your Sugar development environment with the following modification: when you hover over the XO-person icon in the middle of Home view, the drop-down text should have your email in place of &amp;quot;logout&amp;quot;. Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug. It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help. Describe a great learning experience you had as a child. Is there anything else we should have asked you or anything else that we should know that might make us like you or your project more? Please include the category tag at the bottom of your page the Catagory tag for 2015 GSoC applications.&lt;/div&gt;</summary>
		<author><name>Kushan2020</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2015/Kushan_Javascript&amp;diff=94684</id>
		<title>Summer of Code/2015/Kushan Javascript</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2015/Kushan_Javascript&amp;diff=94684"/>
		<updated>2015-03-19T12:03:16Z</updated>

		<summary type="html">&lt;p&gt;Kushan2020: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;About me&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your name?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp; Kushan Joshi&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your email address?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp; 0o3ko0@gmail.com, ikushan@me.com&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your Sugar Labs wiki username?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Kushan2020&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your IRC nickname on irc.freenode.net?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;kepta&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;English&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;Where are you located, and what hours (UTC) do you tend to work? (We also try to match mentors by general time zone if possible.)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;India, &amp;lt;i&amp;gt;8:30am - 12:30pm (UTC) &amp;amp; 3:30pm- 7:30 (UTC)&amp;lt;/i&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Have you participated in an open-source project before? If so, please send us URLs to your profile pages for those projects, or some other demonstration of the work that you have done in open-source. If not, why do you want to work on an open-source project this summer?&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;I have been contributing to open source frequently. I have mostly been contributing to Mozilla Foundation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Bugzilla profile&amp;lt;/b&amp;gt;&lt;br /&gt;
        [https://bugzilla.mozilla.org/user_profile?user_id=500998    https://bugzilla.mozilla.org/user_profile?user_id=500998]&lt;br /&gt;
    &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Adding touch action regions:&amp;lt;/b&amp;gt; This bug involved implementing declaring candidate regions for default touch behaviours as set by w3 consortium.[http://www.w3.org/TR/pointerevents/#declaring-candidate-regions-for-default-touch-behaviors [1&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
About your project[edit | edit source] What is the name of your project? 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? What is the timeline for development of your project? The Summer of Code work period is from May 19 - August 22; 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 &#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; by the midterm evaluation (27 June); 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. You and the community[edit | edit source] If your project is successfully completed, what will its impact be on the Sugar Labs community? Give 3 answers, each 1-3 paragraphs in length. The first one should be yours. The other two should be answers from members of the Sugar Labs community, at least one of whom should be a Sugar Labs GSoC mentor. Provide email contact information for non-GSoC mentors. What will you do if you get stuck on your project and your mentor isn &#039;t around? How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project? Miscellaneous[edit | edit source] We want to make sure that you can set up a development environment before the summer starts. Please do one of the following: Send us a link to a screenshot of your Sugar development environment with the following modification: when you hover over the XO-person icon in the middle of Home view, the drop-down text should have your email in place of &amp;quot;logout&amp;quot;. Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug. It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help. Describe a great learning experience you had as a child. Is there anything else we should have asked you or anything else that we should know that might make us like you or your project more? Please include the category tag at the bottom of your page the Catagory tag for 2015 GSoC applications.&lt;/div&gt;</summary>
		<author><name>Kushan2020</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2015/Kushan_Javascript&amp;diff=94683</id>
		<title>Summer of Code/2015/Kushan Javascript</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2015/Kushan_Javascript&amp;diff=94683"/>
		<updated>2015-03-19T11:58:47Z</updated>

		<summary type="html">&lt;p&gt;Kushan2020: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;About me&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your name?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp; Kushan Joshi&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your email address?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp; 0o3ko0@gmail.com, ikushan@me.com&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your Sugar Labs wiki username?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Kushan2020&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your IRC nickname on irc.freenode.net?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;kepta&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;English&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;Where are you located, and what hours (UTC) do you tend to work? (We also try to match mentors by general time zone if possible.)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;India, &amp;lt;i&amp;gt;8:30am - 12:30pm (UTC) &amp;amp; 3:30pm- 7:30 (UTC)&amp;lt;/i&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Have you participated in an open-source project before? If so, please send us URLs to your profile pages for those projects, or some other demonstration of the work that you have done in open-source. If not, why do you want to work on an open-source project this summer?&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;I have been contributing to open source frequently. I have mostly been contributing to Mozilla Foundation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Bugzilla profile&amp;lt;/b&amp;gt;&lt;br /&gt;
        [https://bugzilla.mozilla.org/user_profile?user_id=500998    https://bugzilla.mozilla.org/user_profile?user_id=500998]&lt;br /&gt;
    &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
About your project[edit | edit source] What is the name of your project? 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? What is the timeline for development of your project? The Summer of Code work period is from May 19 - August 22; 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 &#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; by the midterm evaluation (27 June); 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. You and the community[edit | edit source] If your project is successfully completed, what will its impact be on the Sugar Labs community? Give 3 answers, each 1-3 paragraphs in length. The first one should be yours. The other two should be answers from members of the Sugar Labs community, at least one of whom should be a Sugar Labs GSoC mentor. Provide email contact information for non-GSoC mentors. What will you do if you get stuck on your project and your mentor isn &#039;t around? How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project? Miscellaneous[edit | edit source] We want to make sure that you can set up a development environment before the summer starts. Please do one of the following: Send us a link to a screenshot of your Sugar development environment with the following modification: when you hover over the XO-person icon in the middle of Home view, the drop-down text should have your email in place of &amp;quot;logout&amp;quot;. Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug. It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help. Describe a great learning experience you had as a child. Is there anything else we should have asked you or anything else that we should know that might make us like you or your project more? Please include the category tag at the bottom of your page the Catagory tag for 2015 GSoC applications.&lt;/div&gt;</summary>
		<author><name>Kushan2020</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2015/Kushan_Javascript&amp;diff=94682</id>
		<title>Summer of Code/2015/Kushan Javascript</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2015/Kushan_Javascript&amp;diff=94682"/>
		<updated>2015-03-19T11:56:46Z</updated>

		<summary type="html">&lt;p&gt;Kushan2020: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;About me&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your name?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp; Kushan Joshi&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your email address?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp; 0o3ko0@gmail.com, ikushan@me.com&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your Sugar Labs wiki username?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Kushan2020&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;What is your IRC nickname on irc.freenode.net?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;kepta&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;&lt;br /&gt;
    What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;English&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;font-size:larger; font-weight:700&amp;quot;&amp;gt;Where are you located, and what hours (UTC) do you tend to work? (We also try to match mentors by general time zone if possible.)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;India, &amp;lt;i&amp;gt;8:30am - 12:30pm (UTC) &amp;amp; 3:30pm- 7:30 (UTC)&amp;lt;/i&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Have you participated in an open-source project before? If so, please send us URLs to your profile pages for those projects, or some other demonstration of the work that you have done in open-source. If not, why do you want to work on an open-source project this summer?&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;I have been contributing to open source frequently. I have mostly been contributing to Mozilla Foundation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #ccc; padding:6px 12px; color:#333; background-color:; margin:1px; font-size:100%; margin-left:30px; margin-right:30px; text-indent:&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Bugzilla profile&amp;lt;/b&amp;gt;&lt;br /&gt;
        [http://%20%20%20https://bugzilla.mozilla.org/user_profile?user_id=500998    https://bugzilla.mozilla.org/user_profile?user_id=500998]&lt;br /&gt;
    &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
About your project[edit | edit source] What is the name of your project? 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? What is the timeline for development of your project? The Summer of Code work period is from May 19 - August 22; 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 &#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; by the midterm evaluation (27 June); 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. You and the community[edit | edit source] If your project is successfully completed, what will its impact be on the Sugar Labs community? Give 3 answers, each 1-3 paragraphs in length. The first one should be yours. The other two should be answers from members of the Sugar Labs community, at least one of whom should be a Sugar Labs GSoC mentor. Provide email contact information for non-GSoC mentors. What will you do if you get stuck on your project and your mentor isn &#039;t around? How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project? Miscellaneous[edit | edit source] We want to make sure that you can set up a development environment before the summer starts. Please do one of the following: Send us a link to a screenshot of your Sugar development environment with the following modification: when you hover over the XO-person icon in the middle of Home view, the drop-down text should have your email in place of &amp;quot;logout&amp;quot;. Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug. It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help. Describe a great learning experience you had as a child. Is there anything else we should have asked you or anything else that we should know that might make us like you or your project more? Please include the category tag at the bottom of your page the Catagory tag for 2015 GSoC applications.&lt;/div&gt;</summary>
		<author><name>Kushan2020</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2015/Kushan_Javascript&amp;diff=94681</id>
		<title>Summer of Code/2015/Kushan Javascript</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2015/Kushan_Javascript&amp;diff=94681"/>
		<updated>2015-03-19T11:46:07Z</updated>

		<summary type="html">&lt;p&gt;Kushan2020: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h3&amp;gt;What is your name?&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp; Kushan Joshi&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;What is your email address?&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp; 0o3ko0@gmail.com, ikushan@me.com&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;What is your Sugar Labs wiki username?&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Kushan2020&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;What is your IRC nickname on irc.freenode.net?&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;kepta&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;&lt;br /&gt;
What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;English&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Where are you located, and what hours (UTC) do you tend to work? (We also try to match mentors by general time zone if possible.)&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;India, &amp;lt;i&amp;gt;8:30am - 12:30pm (UTC) &amp;amp; 3:30pm- 7:30 (UTC)&amp;lt;/i&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Have you participated in an open-source project before? If so, please send us URLs to your profile pages for those projects, or some other demonstration of the work that you have done in open-source. If not, why do you want to work on an open-source project this summer? ===&lt;/div&gt;</summary>
		<author><name>Kushan2020</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2015/Kushan_Javascript&amp;diff=94680</id>
		<title>Summer of Code/2015/Kushan Javascript</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2015/Kushan_Javascript&amp;diff=94680"/>
		<updated>2015-03-19T11:44:30Z</updated>

		<summary type="html">&lt;p&gt;Kushan2020: Created page with &amp;quot;&amp;lt;h3&amp;gt;What is your name?&amp;lt;/h3&amp;gt; &amp;lt;p&amp;gt;&amp;amp;nbsp; Kushan Joshi&amp;lt;/p&amp;gt; &amp;lt;h3&amp;gt;What is your email address?&amp;lt;/h3&amp;gt; &amp;lt;p&amp;gt;&amp;amp;nbsp; 0o3ko0@gmail.com, ikushan@me.com&amp;lt;/p&amp;gt; &amp;lt;h3&amp;gt;What is your Sugar Labs wiki use...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h3&amp;gt;What is your name?&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp; Kushan Joshi&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;What is your email address?&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp; 0o3ko0@gmail.com, ikushan@me.com&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;What is your Sugar Labs wiki username?&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Kushan2020&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;What is your IRC nickname on irc.freenode.net?&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;kepta&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;&lt;br /&gt;
What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;English&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Where are you located, and what hours (UTC) do you tend to work? (We also try to match mentors by general time zone if possible.)&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;India, &amp;lt;i&amp;gt;8:30am - 12:30pm (UTC) &amp;amp; 3:30pm- 7:30 (UTC)&amp;lt;/i&amp;gt;&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kushan2020</name></author>
	</entry>
</feed>