SlideShare a Scribd company logo
1 of 34
SpringsVision Events
With Social Networking & Mobile Support.


        Submitted as Final Year Project
      towards completion of BS Software
                Engineering




     Project Supervisor:
             Mr. Nadeem Mahmood
Team Introduction
Syed Absar Karim (EP076268) absar@springsvision.com
Mobile Applications Engineer, Next Generation Innovations
Expertise: iPhone, Android, J2ME, Core PHP for mobile communication & synchronization

Umair Ahmed (EP076283) umair.ahmed@springsvision.com
Web Applications Engineer, Next Generation Innovations
Expertise: Content Management Systems, Core PHP, Drupal Modules Development, AJAX

Shafaq Yameen (EP076261) shafaq@springsvision.com
QA/Research & Development Engineer, Etilize Pvt Ptd.
Expertise: Technical Writing, Conceptual Analysis, User Interface & User Experience Design

Zaid Hussain (EP076287) zaid@springsvision.com
System Administrator, Happy Home School
Expertise: Systems Installation, Configuration, Maintenances, Technical Support
Project Summary

• The idea behind the project title is to develop a mobile
  application & web application which schedules & manages
  events and provides social interaction for the events. . This is
  a set of useful features that helps you in planning, organizing
  and finding resources for online events. Best of all, it is
  managed right from your computer & mobile – probably
  where you spend most of your time!
Events Planning, huh?

• Event planning is the process of planning a festival, ceremony,
  competition, party, or convention. Event planning includes
  budgeting, establishing dates and alternate dates, selecting
  and reserving the event site and acquiring permits. Event
  planning also includes some or all of the following, depending
  on the event: developing a theme or motif for the event,
  arranging the casual, formal parties, birthday ceremony,
  meetings, conferences etc.
Business Concept

• Cutting edge event management software allows you to meet
  the changing demands of event management. It is online
  event management software, runs on web browsers
  worldwide and has virtually no installation costs. Instant
  availability and unlimited customization options make you
  attain truly complete event management.
So, Whats the deal?

• Events are becoming a more systematic an organized activity
  by the day. With all the advantages that technology has to
  offer, people are looking to manage and organize the events
  that go on smoothly and give the maximum satisfaction to
  consumers. In this process technology has a very important
  role to play as it brings convenience to the event organizers
  and attendees.

• If you are looking for an enterprise level event management
  Software System you can come to us and we can help you
  develop a solution for managing your needs.
Ok, Events.. Fine! Social Networking???

• Digital media trends are changing at a rapid rate. A social
  networking site is a place online place where users can create
  a profile and build a personal network that connects them to
  other users. These sites contain many features all rolled into
  one, providing avenues for both content creation and
  evaluation. Members share photos, thoughts, opinions and
  news. The sites also allow users to choose who gets to view
  their profiles. The number of people registering on social
  networking sites is growing at a rapid rate.
How about the System Architecture?
And the Conceptual Use-Case?
                           Login to System




                            View your events




                           Comments in Events




                            View other Events




Top Package::Mobile User                        Top Package::Web User
                              Invite Friends




                                 Sign Up




                               Create Event
Makes Sense, Straight to the preview!
Few Lines Of Code..
•   <?php
•   foreach($eventslist as $array){
•     $eventid = $array['nid'];

•     $eventname = $array['title'];

•     $eventdetails = $db->fetch_all_array("select * from content_type_event where
    nid=$eventid");

•     $location = $eventdetails[0]['field_event_where_value'];
•     $from = $eventdetails[0]['field_event_date_value'];
•     $to = $eventdetails[0]['field_event_date_value2'];

•     $imgsrc = '';
•     $images = $db->fetch_all_array("select * from upload where nid=$eventid");
•   foreach($images as $img){
•       $imgx = $img['description'];
•       $imgsrc .= '<img src="../fyp/sites/defaults/files/'.$imgx.'" width = "25"
    height="25"></img>';
•     }


•     $comments = '';
•     $cmm = $db->fetch_all_array("select * from comments where
    nid=$eventid");
•     //print_r($images[0]);
•     $comments .= '<ul>';
•     foreach($cmm as $com){
•       $comx = $com['comment'];
•       $comments .= "<li>$comx</li>";

•     }
•     $comments .= '</ul>';
•      $fblike = '<iframe
    src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2F127.0.0.1
    %2FFYP%2Fnode%2F'.$eventid.'&amp;width=292&amp;colorscheme=light&amp;sho
    w_faces=true&amp;stream=true&amp;header=true&amp;height=427" scrolling="no"
    frameborder="0" style="border:none; overflow:hidden; width:292px; height:427px;"
    allowTransparency="true"></iframe>';

•     echo "<ul id="viewmyevent$eventid" title="$eventname">
•       <p><b>Location:</b> $location<br />
•   <b>From:</b> $from <br />
•   <b>To:</b> $to </p>

•   <p>&nbsp;</p>
•   <p><b>Comments:</b> $comments</p>
•   <p></p>

•        </ul>";
•   }

•   ?>
Where’s the actual thing? Here we are..!
       www.springsvision.com
Ofcourse, few snaps cannot explain it all..

  Please bear with me for a
    few moments & let me
      expose more of the
      system’s potential!!
Still Assertive? Let us explain..

How we are different from the already existing similar services..

• All event management systems are not created equal. Just like
  automobiles, For most planners provides business application
  for executive and commercial events, but springs vision
  provide a platform to create personal events and share with
  your guests and friends. And promote your to the others using
  facebook, twitter, myspace, yahoo, google buzz, linkedin.
Future Potential Of Such Concept?

• Event technology provider should offer assistance in a wide
  variety of areas such as building events for you, proposing
  effective event marketing plans, designing impressive event
  invitations, and general consultation on how to make your
  events and meetings successful. Look for a system provider
  that wants to work with you to ensure improvement and long
  term success for your meetings and events.
.. Conclusions

• Our goal is provide a useful to platform of event management
  solution at personal level to the end user. Personalize the
  profile, customize the event, cast the event and share it on
  social networking platform for marketing and promotion.
• We visualize the SpringsVision concept to be on one of the most
  successful services list by the will of Almighty ALLAH. Of course this
  aim will take time and improve with time, user feedback, our
  professional growth etc. Please send your feedback and ideas to
  improve at feedback@springsvision.com



• Thank you very much to the project supervisor, and the
  presentation attendees, we wish good luck for the careers of all
  classmates. Thank you to the Department of Computer Science,
  University of Karachi to unleash our potentials and let us prepare
  for participation in the professional industry.
Good Bye

• We were very excited in our very first class at the department
  where we were taught the ‘Hello, World!’

• We’re even excited and thankful for what the department
  taught us to step in to the professional world.

More Related Content

What's hot

Android College Application Project Report
Android College Application Project ReportAndroid College Application Project Report
Android College Application Project Reportstalin george
 
Project presentation template
Project presentation templateProject presentation template
Project presentation templateAbhishek Bhardwaj
 
Project Super market billing system
Project Super market billing systemProject Super market billing system
Project Super market billing systemVickey Mahant
 
OpenGL Mini Projects With Source Code [ Computer Graphics ]
OpenGL Mini Projects With Source Code [ Computer Graphics ]OpenGL Mini Projects With Source Code [ Computer Graphics ]
OpenGL Mini Projects With Source Code [ Computer Graphics ]Daffodil International University
 
Online Quiz System Project Report
Online Quiz System Project Report Online Quiz System Project Report
Online Quiz System Project Report Kishan Maurya
 
Final project presentation CSE
Final project presentation CSEFinal project presentation CSE
Final project presentation CSEHumayra Khanum
 
Online Examination System Project report
Online Examination System Project report Online Examination System Project report
Online Examination System Project report SARASWATENDRA SINGH
 
Project Report on Grocery Store Website
Project Report on Grocery Store WebsiteProject Report on Grocery Store Website
Project Report on Grocery Store Website'Ashmeet Sehgal'
 
Final Year Project - Computer System Sample Slide
Final Year Project - Computer System Sample SlideFinal Year Project - Computer System Sample Slide
Final Year Project - Computer System Sample SlideSuhailan Safei
 
Web Development on Web Project Presentation
Web Development on Web Project PresentationWeb Development on Web Project Presentation
Web Development on Web Project PresentationMilind Gokhale
 
Internship on web development
Internship on web developmentInternship on web development
Internship on web developmentRajendra Kandel
 
The Full Stack Web Development
The Full Stack Web DevelopmentThe Full Stack Web Development
The Full Stack Web DevelopmentSam Dias
 
Hospital Management System SRS
Hospital Management System SRSHospital Management System SRS
Hospital Management System SRSChandresh Prasad
 
Final Year Project Presentation
Final Year Project PresentationFinal Year Project Presentation
Final Year Project PresentationLauraConroy
 
Railway management system, database mini project
Railway management system, database mini projectRailway management system, database mini project
Railway management system, database mini projectshashank reddy
 

What's hot (20)

Mini Project PPT
Mini Project PPTMini Project PPT
Mini Project PPT
 
Android College Application Project Report
Android College Application Project ReportAndroid College Application Project Report
Android College Application Project Report
 
Project presentation template
Project presentation templateProject presentation template
Project presentation template
 
Internship report
Internship reportInternship report
Internship report
 
Project Super market billing system
Project Super market billing systemProject Super market billing system
Project Super market billing system
 
OpenGL Mini Projects With Source Code [ Computer Graphics ]
OpenGL Mini Projects With Source Code [ Computer Graphics ]OpenGL Mini Projects With Source Code [ Computer Graphics ]
OpenGL Mini Projects With Source Code [ Computer Graphics ]
 
Online Quiz System Project Report
Online Quiz System Project Report Online Quiz System Project Report
Online Quiz System Project Report
 
Final project presentation CSE
Final project presentation CSEFinal project presentation CSE
Final project presentation CSE
 
Online Examination System Project report
Online Examination System Project report Online Examination System Project report
Online Examination System Project report
 
Ppt on ONLINE BOOK STORE
Ppt on ONLINE BOOK STOREPpt on ONLINE BOOK STORE
Ppt on ONLINE BOOK STORE
 
Project Report on Grocery Store Website
Project Report on Grocery Store WebsiteProject Report on Grocery Store Website
Project Report on Grocery Store Website
 
Final Year Project - Computer System Sample Slide
Final Year Project - Computer System Sample SlideFinal Year Project - Computer System Sample Slide
Final Year Project - Computer System Sample Slide
 
Web Development on Web Project Presentation
Web Development on Web Project PresentationWeb Development on Web Project Presentation
Web Development on Web Project Presentation
 
Internship on web development
Internship on web developmentInternship on web development
Internship on web development
 
The Full Stack Web Development
The Full Stack Web DevelopmentThe Full Stack Web Development
The Full Stack Web Development
 
Hospital Management System SRS
Hospital Management System SRSHospital Management System SRS
Hospital Management System SRS
 
Final Year Project Presentation
Final Year Project PresentationFinal Year Project Presentation
Final Year Project Presentation
 
Report on web development
Report on web developmentReport on web development
Report on web development
 
HOSPITAL MANAGEMENT SYSTEM project report
HOSPITAL MANAGEMENT SYSTEM project reportHOSPITAL MANAGEMENT SYSTEM project report
HOSPITAL MANAGEMENT SYSTEM project report
 
Railway management system, database mini project
Railway management system, database mini projectRailway management system, database mini project
Railway management system, database mini project
 

Viewers also liked

Final ppt of project
Final ppt of projectFinal ppt of project
Final ppt of projectRuchi Gulati
 
Presentation on project report
Presentation on project reportPresentation on project report
Presentation on project reportramesh_x
 
Introduction to the Final Year Project
Introduction to the Final Year ProjectIntroduction to the Final Year Project
Introduction to the Final Year ProjectGihan Wikramanayake
 
Line organization
Line organizationLine organization
Line organizationEika Matari
 
Running, improving & maintaining a site in the real world
Running, improving & maintaining a site in the real worldRunning, improving & maintaining a site in the real world
Running, improving & maintaining a site in the real worldDavid Voyles
 
Project ppt presentation (1)
Project ppt presentation (1)Project ppt presentation (1)
Project ppt presentation (1)Palash Awasthi
 
Project of Solar ppt
Project of Solar pptProject of Solar ppt
Project of Solar pptSOUMYA DATTA
 
Automatic Toll Collection
Automatic Toll Collection Automatic Toll Collection
Automatic Toll Collection Ritesh Kumawat
 
Final year project proposal
Final year project proposalFinal year project proposal
Final year project proposalDawood Jan
 
Software Testing Basics
Software Testing BasicsSoftware Testing Basics
Software Testing BasicsBelal Raslan
 

Viewers also liked (17)

Final Year Project Presentation
Final Year Project PresentationFinal Year Project Presentation
Final Year Project Presentation
 
Final ppt of project
Final ppt of projectFinal ppt of project
Final ppt of project
 
Presentation on project report
Presentation on project reportPresentation on project report
Presentation on project report
 
Introduction to the Final Year Project
Introduction to the Final Year ProjectIntroduction to the Final Year Project
Introduction to the Final Year Project
 
Line organization
Line organizationLine organization
Line organization
 
Running, improving & maintaining a site in the real world
Running, improving & maintaining a site in the real worldRunning, improving & maintaining a site in the real world
Running, improving & maintaining a site in the real world
 
Project ppt presentation (1)
Project ppt presentation (1)Project ppt presentation (1)
Project ppt presentation (1)
 
Project of Solar ppt
Project of Solar pptProject of Solar ppt
Project of Solar ppt
 
Fyp
FypFyp
Fyp
 
Automatic Toll Collection
Automatic Toll Collection Automatic Toll Collection
Automatic Toll Collection
 
Final Year Project Presentation
Final Year Project Presentation Final Year Project Presentation
Final Year Project Presentation
 
Final year project proposal
Final year project proposalFinal year project proposal
Final year project proposal
 
Vpn
VpnVpn
Vpn
 
Software Testing Basics
Software Testing BasicsSoftware Testing Basics
Software Testing Basics
 
Kick Off Meeting Presentation
Kick Off Meeting PresentationKick Off Meeting Presentation
Kick Off Meeting Presentation
 
Company Overview Presentation
Company Overview PresentationCompany Overview Presentation
Company Overview Presentation
 
Product launch ppt
Product launch pptProduct launch ppt
Product launch ppt
 

Similar to Final Year Project Presentation

SPSNYC2019 - What is Common Data Model and how to use it?
SPSNYC2019 - What is Common Data Model and how to use it?SPSNYC2019 - What is Common Data Model and how to use it?
SPSNYC2019 - What is Common Data Model and how to use it?Nicolas Georgeault
 
World Usability Day 2014 - UX Toolbelt for Developers
World Usability Day 2014 - UX Toolbelt for DevelopersWorld Usability Day 2014 - UX Toolbelt for Developers
World Usability Day 2014 - UX Toolbelt for DevelopersSarah Dutkiewicz
 
GDSC FY Orientation.pptx
GDSC FY Orientation.pptxGDSC FY Orientation.pptx
GDSC FY Orientation.pptxGDSCVJTI
 
What Should A Website Cost
What Should A Website CostWhat Should A Website Cost
What Should A Website CostTechSoup
 
Fast, Cheap, and Actionable: Creating an Affordable User Research Program
Fast, Cheap, and Actionable: Creating an Affordable User Research ProgramFast, Cheap, and Actionable: Creating an Affordable User Research Program
Fast, Cheap, and Actionable: Creating an Affordable User Research ProgramMichael Powers
 
5 Ways to Make Use of Your Google Analytics
5 Ways to Make Use of Your Google Analytics5 Ways to Make Use of Your Google Analytics
5 Ways to Make Use of Your Google AnalyticsCharlie Morris
 
The UX Toolbelt for Developers
The UX Toolbelt for DevelopersThe UX Toolbelt for Developers
The UX Toolbelt for DevelopersSarah Dutkiewicz
 
The Case for the UX Developer
The Case for the UX DeveloperThe Case for the UX Developer
The Case for the UX DeveloperSarah Dutkiewicz
 
The UX Toolbelt for Developers
The UX Toolbelt for DevelopersThe UX Toolbelt for Developers
The UX Toolbelt for DevelopersSarah Dutkiewicz
 
Get Your APP Together
Get Your APP TogetherGet Your APP Together
Get Your APP TogetherJoshua Drew
 
BR Imran Android
BR Imran AndroidBR Imran Android
BR Imran AndroidImran Khan
 
Recruiting for Drupal #Hiring
Recruiting for Drupal #HiringRecruiting for Drupal #Hiring
Recruiting for Drupal #HiringGaurav Gaur
 
Seffcon Company Profile
Seffcon Company ProfileSeffcon Company Profile
Seffcon Company ProfileJyoti Yeotikar
 
Goodle Developer Days Munich 2008 - Open Social Update
Goodle Developer Days Munich 2008 - Open Social UpdateGoodle Developer Days Munich 2008 - Open Social Update
Goodle Developer Days Munich 2008 - Open Social UpdatePatrick Chanezon
 
Near east university
Near east universityNear east university
Near east universityDerrickDusabe
 

Similar to Final Year Project Presentation (20)

AshutoshMishra-v1.0
AshutoshMishra-v1.0AshutoshMishra-v1.0
AshutoshMishra-v1.0
 
Resume
ResumeResume
Resume
 
abhishek
abhishekabhishek
abhishek
 
SPSNYC2019 - What is Common Data Model and how to use it?
SPSNYC2019 - What is Common Data Model and how to use it?SPSNYC2019 - What is Common Data Model and how to use it?
SPSNYC2019 - What is Common Data Model and how to use it?
 
World Usability Day 2014 - UX Toolbelt for Developers
World Usability Day 2014 - UX Toolbelt for DevelopersWorld Usability Day 2014 - UX Toolbelt for Developers
World Usability Day 2014 - UX Toolbelt for Developers
 
GDSC FY Orientation.pptx
GDSC FY Orientation.pptxGDSC FY Orientation.pptx
GDSC FY Orientation.pptx
 
What Should A Website Cost
What Should A Website CostWhat Should A Website Cost
What Should A Website Cost
 
Fast, Cheap, and Actionable: Creating an Affordable User Research Program
Fast, Cheap, and Actionable: Creating an Affordable User Research ProgramFast, Cheap, and Actionable: Creating an Affordable User Research Program
Fast, Cheap, and Actionable: Creating an Affordable User Research Program
 
5 Ways to Make Use of Your Google Analytics
5 Ways to Make Use of Your Google Analytics5 Ways to Make Use of Your Google Analytics
5 Ways to Make Use of Your Google Analytics
 
The UX Toolbelt for Developers
The UX Toolbelt for DevelopersThe UX Toolbelt for Developers
The UX Toolbelt for Developers
 
The Case for the UX Developer
The Case for the UX DeveloperThe Case for the UX Developer
The Case for the UX Developer
 
The UX Toolbelt for Developers
The UX Toolbelt for DevelopersThe UX Toolbelt for Developers
The UX Toolbelt for Developers
 
Get Your APP Together
Get Your APP TogetherGet Your APP Together
Get Your APP Together
 
BR Imran Android
BR Imran AndroidBR Imran Android
BR Imran Android
 
Himal_Cv
Himal_CvHimal_Cv
Himal_Cv
 
Dhanusha Bijawat Resume
Dhanusha Bijawat ResumeDhanusha Bijawat Resume
Dhanusha Bijawat Resume
 
Recruiting for Drupal #Hiring
Recruiting for Drupal #HiringRecruiting for Drupal #Hiring
Recruiting for Drupal #Hiring
 
Seffcon Company Profile
Seffcon Company ProfileSeffcon Company Profile
Seffcon Company Profile
 
Goodle Developer Days Munich 2008 - Open Social Update
Goodle Developer Days Munich 2008 - Open Social UpdateGoodle Developer Days Munich 2008 - Open Social Update
Goodle Developer Days Munich 2008 - Open Social Update
 
Near east university
Near east universityNear east university
Near east university
 

Recently uploaded

Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 

Recently uploaded (20)

Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 

Final Year Project Presentation

  • 1. SpringsVision Events With Social Networking & Mobile Support. Submitted as Final Year Project towards completion of BS Software Engineering Project Supervisor: Mr. Nadeem Mahmood
  • 2. Team Introduction Syed Absar Karim (EP076268) absar@springsvision.com Mobile Applications Engineer, Next Generation Innovations Expertise: iPhone, Android, J2ME, Core PHP for mobile communication & synchronization Umair Ahmed (EP076283) umair.ahmed@springsvision.com Web Applications Engineer, Next Generation Innovations Expertise: Content Management Systems, Core PHP, Drupal Modules Development, AJAX Shafaq Yameen (EP076261) shafaq@springsvision.com QA/Research & Development Engineer, Etilize Pvt Ptd. Expertise: Technical Writing, Conceptual Analysis, User Interface & User Experience Design Zaid Hussain (EP076287) zaid@springsvision.com System Administrator, Happy Home School Expertise: Systems Installation, Configuration, Maintenances, Technical Support
  • 3. Project Summary • The idea behind the project title is to develop a mobile application & web application which schedules & manages events and provides social interaction for the events. . This is a set of useful features that helps you in planning, organizing and finding resources for online events. Best of all, it is managed right from your computer & mobile – probably where you spend most of your time!
  • 4. Events Planning, huh? • Event planning is the process of planning a festival, ceremony, competition, party, or convention. Event planning includes budgeting, establishing dates and alternate dates, selecting and reserving the event site and acquiring permits. Event planning also includes some or all of the following, depending on the event: developing a theme or motif for the event, arranging the casual, formal parties, birthday ceremony, meetings, conferences etc.
  • 5. Business Concept • Cutting edge event management software allows you to meet the changing demands of event management. It is online event management software, runs on web browsers worldwide and has virtually no installation costs. Instant availability and unlimited customization options make you attain truly complete event management.
  • 6. So, Whats the deal? • Events are becoming a more systematic an organized activity by the day. With all the advantages that technology has to offer, people are looking to manage and organize the events that go on smoothly and give the maximum satisfaction to consumers. In this process technology has a very important role to play as it brings convenience to the event organizers and attendees. • If you are looking for an enterprise level event management Software System you can come to us and we can help you develop a solution for managing your needs.
  • 7. Ok, Events.. Fine! Social Networking??? • Digital media trends are changing at a rapid rate. A social networking site is a place online place where users can create a profile and build a personal network that connects them to other users. These sites contain many features all rolled into one, providing avenues for both content creation and evaluation. Members share photos, thoughts, opinions and news. The sites also allow users to choose who gets to view their profiles. The number of people registering on social networking sites is growing at a rapid rate.
  • 8. How about the System Architecture?
  • 9. And the Conceptual Use-Case? Login to System View your events Comments in Events View other Events Top Package::Mobile User Top Package::Web User Invite Friends Sign Up Create Event
  • 10. Makes Sense, Straight to the preview!
  • 11. Few Lines Of Code.. • <?php • foreach($eventslist as $array){ • $eventid = $array['nid']; • $eventname = $array['title']; • $eventdetails = $db->fetch_all_array("select * from content_type_event where nid=$eventid"); • $location = $eventdetails[0]['field_event_where_value']; • $from = $eventdetails[0]['field_event_date_value']; • $to = $eventdetails[0]['field_event_date_value2']; • $imgsrc = ''; • $images = $db->fetch_all_array("select * from upload where nid=$eventid");
  • 12. foreach($images as $img){ • $imgx = $img['description']; • $imgsrc .= '<img src="../fyp/sites/defaults/files/'.$imgx.'" width = "25" height="25"></img>'; • } • $comments = ''; • $cmm = $db->fetch_all_array("select * from comments where nid=$eventid"); • //print_r($images[0]); • $comments .= '<ul>'; • foreach($cmm as $com){ • $comx = $com['comment']; • $comments .= "<li>$comx</li>"; • } • $comments .= '</ul>';
  • 13. $fblike = '<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2F127.0.0.1 %2FFYP%2Fnode%2F'.$eventid.'&amp;width=292&amp;colorscheme=light&amp;sho w_faces=true&amp;stream=true&amp;header=true&amp;height=427" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:427px;" allowTransparency="true"></iframe>'; • echo "<ul id="viewmyevent$eventid" title="$eventname"> • <p><b>Location:</b> $location<br /> • <b>From:</b> $from <br /> • <b>To:</b> $to </p> • <p>&nbsp;</p> • <p><b>Comments:</b> $comments</p> • <p></p> • </ul>"; • } • ?>
  • 14. Where’s the actual thing? Here we are..! www.springsvision.com
  • 15.
  • 16.
  • 17.
  • 18.
  • 19.
  • 20.
  • 21.
  • 22.
  • 23.
  • 24.
  • 25.
  • 26.
  • 27.
  • 28.
  • 29. Ofcourse, few snaps cannot explain it all.. Please bear with me for a few moments & let me expose more of the system’s potential!!
  • 30. Still Assertive? Let us explain.. How we are different from the already existing similar services.. • All event management systems are not created equal. Just like automobiles, For most planners provides business application for executive and commercial events, but springs vision provide a platform to create personal events and share with your guests and friends. And promote your to the others using facebook, twitter, myspace, yahoo, google buzz, linkedin.
  • 31. Future Potential Of Such Concept? • Event technology provider should offer assistance in a wide variety of areas such as building events for you, proposing effective event marketing plans, designing impressive event invitations, and general consultation on how to make your events and meetings successful. Look for a system provider that wants to work with you to ensure improvement and long term success for your meetings and events.
  • 32. .. Conclusions • Our goal is provide a useful to platform of event management solution at personal level to the end user. Personalize the profile, customize the event, cast the event and share it on social networking platform for marketing and promotion.
  • 33. • We visualize the SpringsVision concept to be on one of the most successful services list by the will of Almighty ALLAH. Of course this aim will take time and improve with time, user feedback, our professional growth etc. Please send your feedback and ideas to improve at feedback@springsvision.com • Thank you very much to the project supervisor, and the presentation attendees, we wish good luck for the careers of all classmates. Thank you to the Department of Computer Science, University of Karachi to unleash our potentials and let us prepare for participation in the professional industry.
  • 34. Good Bye • We were very excited in our very first class at the department where we were taught the ‘Hello, World!’ • We’re even excited and thankful for what the department taught us to step in to the professional world.