Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Nirvana - A collaboration tool for freelancers

Nirvana - A collaboration tool for freelancers

Siddharth Kshetrapal

September 26, 2012
Tweet

More Decks by Siddharth Kshetrapal

Other Decks in Design

Transcript

  1. Students Name: Siddharth Kshetrapal ID No: 2009B5PS561P Station: WorkMonk PS

    Faculty: Sai Sekhar Das Project Title: Nirvana – a unified web application for collaboration between freelancers, clients and project managers.
  2. Discussion if (window.XMLHttpRequest) xmlhttp=new XMLHttpRequest(); xmlhttp.onreadystatechange=function() { if (xmlhttp.readyState==4 &&

    xmlhttp.status==200) { $(‘#newcommentstatus’).HTML+=xmlhttp.responseText; $('#discussion').load("./content/discussion.php?projectid="+projectid +"&discussionid="+discussionid+"&userid="+userid); } } xmlhttp.open("GET","./modules/discussion/newcomment.php ?projectid="+projectid+"&discussionid="+discussionid+"&user ="+user+"&comment="+comment+"&ctime="+ctime,true); xmlhttp.send(); } xmlhttp.open( "GET", "./modules/discussion/newcomment.php? projectid="+projectid+ "&discussionid="+discussionid+ "&user="+user+ "&comment="+comment+ "&ctime="+ctime, true ); $(‘#newcommentstatus’).HTML+=xmlhttp.r esponseText; <?php $projectid=$_GET["projectid"]; $discussionid=$_GET["discussionid"]; $user=$_GET["user"]; $comment=$_GET["comment"]; $ctime=$_GET["ctime"]; echo "Adding comment<br>"; $con = mysql_connect('localhost', 'root', ''); mysql_select_db("nirvana", $con); $tempvar = mysql_query("SELECT firstname FROM users WHERE userid=$user"); $tempvar = mysql_fetch_row($tempvar); $user = $tempvar[0]; mysql_query("INSERT INTO discussion (discussionid, user, comment, time) VALUES ('$discussionid', '$user', '$comment', '$ctime' )"); mysql_close($con); ?>
  3. Post Mid-Sem Working on the frontend of a new web

    application which would target small business owners who want to increase their online presence.
  4. Summary and Conclusion Nirvana is the first tool of its

    kind in the freelancing market and should give WorkMonk an edge over its competitors. Validation on real client has not been done yet.