Archive for May, 2012
Plan for the Dragon’s Den Pitch
Posted by Mathu in Dragon's Den on May 11, 2012
Our overview for the dragon’s den pitch is as follows: Plight in Event Management: Overview of how events are managed at present. Introduction of the plight we have taken into consideration – to bring out togetherness in events. Research for the solution: Current trends that bring liveliness among people. Introduction to Geo-social networks. Elucidation: An [...]
Web maps and Storyboards
Posted by Aashish in Scenarios and Personas, Storyboards on May 11, 2012
Here is a gallery of Storyboards for the critical pages of ZenEvents. Please click on image to enlarge it: Figure 1.1 is the login page for the application. This is where the user inputs his/her login credentials. We have also provided facility to login with Facebook. As soon as the user login, he lands on [...]
Connecting to Facebook
Posted by Eligio in Code Snippets, Legal Issues on May 11, 2012
A developer can use several ways to connect with the Facebook Platform depending on the goal she/he is trying to achieve. If the developer only wants to use client side validation, he can easily do it using the following code. <div id=”fb-root”></div> <script> window.fbAsyncInit = function() { FB.init({ appId : ‘YOUR_APP_ID’, status : true, cookie [...]
JavaScript for Google Map
Posted by lg2e11 in Project Docs on May 10, 2012
var map = null; var point = null; var mmarker = null; var arr = new Array(“54.04″,”-1.34″,”54.04″,”-1.34″); // this can set the initial location for people, when all the app complete the data can be changed by server using the real-time location from the database. function addIconImages(){ for(i=0;i<arr.length;i=i+2){ map.newMarker = new GMarker(new GLatLng(arr[i],arr[i+1]), {draggable: false, [...]
Demo Video
Posted by Eligio in Features, Project Docs on May 10, 2012
Here is the video demo describing the key features for Zen Event Manager.
App Testing
Posted by Mathu in Testing Data on May 10, 2012
After successfully creating an event management app for managing picnic, many will be curious to know the causal analysis of this idea. To open up, we would like to throw the light upon how this idea is going to work. Feasibility of the Idea – The areas of event management that has to be troubleshot [...]
Survey Conducted for ZenEvents
Posted by Aashish in Project Docs, Survey on May 10, 2012
Introduction We have conducted a survey for concept of our proposed application, i.e., ZenEvents. First and for most reason to conduct the survey was to check the interests that the users will have in our idea/application. Moreover, from the social networking aspect it would suggest us whether our application will be beneficial in long run [...]
Usability Tests
Posted by Eligio in Features, Project Docs, Scenarios and Personas on May 10, 2012
The following post describes a set of tests to evaluate possible usability issues in the Zen Event Planner Tasks Description Tasks Create an event with minimal details Target user Event manager Target Time <130 min Description A user should be able to figure out how create an event with no hint from developers Why this [...]
Legal & Privacy Issues
Posted by Aashish in Academic Work, Legal Issues on May 10, 2012
We are committed to protecting and preserving the privacy of our visitors when visiting our site or communicating electronically with us. Privacy policies and legal issues must be taken into consideration while designing applications which work in conjunction with various social media. Since our application works along with Facebook, it must comply to the privacy [...]
