Archive for May, 2012

Plan for the Dragon’s Den Pitch

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 [...]

,

1 Comment

Web maps and Storyboards

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 [...]

,

No Comments

Connecting to Facebook

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 [...]

No Comments

JavaScript for Google Map

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, [...]

No Comments

Demo Video

Here is the video demo describing the key features for Zen Event Manager.

No Comments

App Testing

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 [...]

, ,

No Comments

Survey Conducted for ZenEvents

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 [...]

,

No Comments

Related News in Tech Media

In a day filled with day-to-day chaotic activities, the key to success is through careful and meticulous organization. A lot of event management applications are prevalent, just to solve the aforementioned issue. Applications like Evite and Eventful are among the Top 25 event management applications that have a lot of user base. The advent of [...]

,

No Comments

Usability Tests

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 [...]

,

1 Comment

Legal & Privacy Issues

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 [...]

No Comments