SlideShare a Scribd company logo
2
Agenda
 Housekeeping
 Let’s get to know eachother
 Workshop overview &scope
 Set upthe required softwares
 Ideate&conceptualise yourweb site
 Code web pages with HTML, CSS
 Connectto database, run simple queries
 Code using Php to complete web pages
 Ideate and design your Mobile app
 Guest Speaker– Live Demo
3www.texavi.co.uk
Welcome to Texavi Code Bootcamp
4www.texavi.co.uk
Let’s learn while have fun 
5
Agenda
 Housekeeping
 Let’s get to know eachother
 Workshop overview &scope
 Set upthe required softwares
 Ideate&conceptualise yourweb site
 Code web pages with HTML, CSS
 Connectto database, run simple queries
 Code using Php to complete web pages
 Ideate and design your Mobile app
 Guest Speaker– Live Demo
6
First thingsfirst!
• This is a fully onlineworkshop and wewill tryand makeit as muchfun as learning
• Remember,youwill get the best whenyoufocus and work with us, along with having some fun with your
classmates
• Keep your video on, and Microphone Mute
• If asked to speak, please unmuteyour microphoneand speak clearly and loudly
Texavi,Analyst-Zone,AZcircle,NewAgeAgileBusiness Analyst*areregisteredtrademarksof TexaviInnovative Solutions
7
Please remember!
www.texavi.co.uk
• Attend all sessions without fail. Theyareinter-related, so you can get the best only if youattend eachone of them
• Full attendance will open avenues for you! Certificates,digital badges, laptop stickers… premiumaccess to our
digital platform, mobile app.
• Do thetasks, exercises and home works. It’s a good use of your time, energyand effort!
Find us, follow us on all popular social/professional media platforms:
YouTube, Facebook, Instagram, Twitter, LinkedIn & coming soon on WhatsApp
8www.texavi.co.uk
Welcome to Texavi!
9
Whoare we?
10www.texavi.co.uk
Let’s get to know each other
• Name
• Yearof study and school/college name
• Fav super hero
• Fav web site/Mobile app/game
• Fav hobby/sport/activity
• What do youwant to beafter 5 years? 
11
Agenda
 Housekeeping
 Let’s get to know eachother
 Workshop overview & scope
 Set upthe required softwares
 Ideate&conceptualise yourweb site
 Code web pages with HTML, CSS
 Connectto database, run simple queries
 Code using Php to complete web pages
 Ideate and design your Mobile app
 Guest Speaker– Live Demo
12
13
Mainstream/ Traditional
Digital
Web/ OnlineMobile
Social
14
15
“I listen and I forget
I see and I remember
I do and I understand!”
– Socrates
16
17
18
Agenda
 Housekeeping
 Let’s get to know eachother
 Workshop overview &scope
 Set up therequired softwares
 Ideate&conceptualise yourweb site
 Code web pages with HTML, CSS
 Connectto database, run simple queries
 Code using Php to complete web pages
 Ideate and design your Mobile app
 Guest Speaker– Live Demo
19
Open the XAMPP website. Go to https://www.apachefriends.org/index.html inyour computer's web
browser.1
20
Click XAMPP forWindows. It's a grey button a middle of the page. Depending on yourbrowser, youmay
first haveto select a save location or verifythe download.2
21
Double-click the downloaded file. Thisfile should benamedsomething like xampp-windows-x64-
7.4.11-0-VC15-installer,and you'll find it in thedefault downloads location (e.g., the "Downloads" folder
or the desktop).
3
22
Click Yes when prompted. This will open the XAMPP setup window. Youmay haveto click OKon a
warningif youhaveUser AccountControl (UAC)activated onyour computer.4
23
Click Next. It's at the bottom of the setup window.5
24
Select aspects of XAMPPto install. Reviewthe list of XAMPP attributes on the left side of the window; if
yousee anattribute that youdon't want to install as part of XAMPP, uncheckits box.
By default, all attributes are included in yourXAMPP installation.
6
25
Select an installation location. Click the folder-shaped icon to the right of the
current installation destination, then click a folder on your computer. If you have
the UAC activated on your computer, avoid installing XAMPP in your hard drive's
folder (e.g., OS (C:)).
You can select a folder (e.g., Desktop) and then click Make New Folder to create
a new folder and select it as the installation destination.
7
26
Click OK. Doing so confirms your selected folder as your XAMPP installation
location.
8
27
Uncheck the "Learn more about Bitnami" box, then click Next. The "Learn more
about Bitnami" box is in the middle of the page.
9
28
Begin installing XAMPP. Click Next at the bottom of the window to do so.
XAMPP will begin installing its files into the folder that you selected.10
29
Click Finish when prompted. It's at the bottom of the XAMPP window.
Doing so will close the window and open the XAMPP Control Panel,
which is where you'll access your servers.
11
30
Select a language. Check the box next to the American flag for English, or
check the box next to the German flag for German.12
31
Click Save. Doing so opens the main Control Panel page.13
32
Start XAMPP from its installation point. If you need to open the XAMPP
Control Panel in the future, you can do so by opening the folder in which
you installed XAMPP, right-clicking the orange-and-white xampp-control
icon, clicking Run as administrator, and clicking Yes when prompted.
14
33
Start XAMPP from its installation point. If you need to open the XAMPP
Control Panel in the future, you can do so by opening the folder in which
you installed XAMPP, right-clicking the orange-and-white xampp-control
icon, clicking Run as administrator, and clicking Yes when prompted.
15
34
Agenda
 Housekeeping
 Let’s get to know eachother
 Workshop overview &scope
 Set upthe required softwares
 Ideate&conceptualiseyourweb site
 Code web pages with HTML, CSS
 Connectto database, run simple queries
 Code using Php to complete web pages
 Ideate and design your Mobile app
 Guest Speaker– Live Demo
35
36
37
Agenda
 Housekeeping
 Let’s get to know eachother
 Workshop overview &scope
 Set upthe required softwares
 Ideate&conceptualise yourweb site
 Codeweb pageswith HTML, CSS
 Connectto database, run simple queries
 Code using Php to complete web pages
 Ideate and design your Mobile app
 Guest Speaker– Live Demo
38
All HTML documents must start with a <!DOCTYPE> declaration.
The declaration is not an HTML tag. Its just an "information" to the browser about
what document type to expect.
1
39
The <title> tag defines the title of the document. The title must be text-only, and it
is shown in the browser's title bar or in the page's tab.2
40
The <table> tag defines an HTML table.
An HTML table consists of one <table> element and one or more <tr>, <th>, and
<td> elements.
When you do align=“center” to the table, the table and its elements used under
the table will get center aligned.
celpadding=“0” cellspacing=“0” When used in conjunction with the table element,
it specifies the amount of space between the border of a table cell and its contents.
The width attribute specifies the width of the element/layout, in pixels.
Borders can be applied to most HTML elements within the body.
3
41
When you allow cellpadding, cellspacing and give border to the html table you will
have some breathing space between the objects used and doesn’t look cluttered.5
42
The colspan attribute defines the number of columns a cell should span.6
43
These are the two views of the same layout with and without the use of colspan.
Another imp thing you will have to remember is only because we have the 2
columns in the last row we had to use colspan=“2” for rest of the columns which
had only one <td>. If there were three columns in any row, you will need to set the
colspan accordingly for each <td>
7
44
Sample code for practice8
<!DOCTYPE html>
<html>
<head>
<title>My First Web Page</title>
</head>
<body>
<table align="center" cellpadding="0" cellspacing="0" border="1" width="1200px">
<tr>
<td align="center" style="font-size:30pt;">Page Title</td>
</tr>
<tr>
<td style="padding:20px;" width="100%">Page Summary</td>
</tr>
<tr>
<td width="50%">Description</td>
<td width="50%"><img src="img/spiderman.jpg" width="600px"></td>
</tr>
</table>
</body>
</html>
45
Agenda
 Housekeeping
 Let’s get to know eachother
 Workshop overview &scope
 Set upthe required softwares
 Ideate&conceptualise yourweb site
 Code web pages with HTML, CSS
 Connectto database,run queries
 Code using Php to complete web pages
 Ideate and design your Mobile app
 Guest Speaker– Live Demo
46
47
48
49
50
Agenda
 Housekeeping
 Let’s get to know eachother
 Workshop overview &scope
 Set upthe required softwares
 Ideate&conceptualise yourweb site
 Code web pages with HTML, CSS
 Connectto database, run queries
 Codein Phpto completeweb pages
 Ideate and design your Mobile app
 Guest Speaker– Live Demo
51
52
53
54
Agenda
 Housekeeping
 Let’s get to know eachother
 Workshop overview &scope
 Set upthe required softwares
 Ideate&conceptualise yourweb site
 Code web pages with HTML, CSS
 Connectto database, run queries
 Code in Php to complete web pages
 Ideate anddesign yourMobileapp
 Guest Speaker– Live Demo
55
56www.texavi.co.uk
57
Agenda
 Housekeeping
 Let’s get to know eachother
 Workshop overview &scope
 Set upthe required softwares
 Ideate&conceptualise yourweb site
 Code web pages with HTML, CSS
 Connectto database, run queries
 Code in Php to complete web pages
 Ideate and design your Mobile app
 Guest Speaker –Live Demo
58
Summary
 Housekeeping
 Let’s get to know eachother
 Workshop overview &scope
 Set upthe required softwares
 Ideate&conceptualise yourweb site
 Code web pages with HTML, CSS
 Connectto database, run queries
 Code in Php to complete web pages
 Ideate and design your Mobile app
 Guest Speaker– Live Demo
59
Guest Speaker – Anish Kambhampati
Link to his Web site - https://kambhani.github.io/CR_PARODY/
6060
Thank you!
Texavi Innovative Solutions
The new age people for new age solutions!
Consulting | Training | Solutions
Regd. Office
Texavi Innovative Solutions (UK) Ltd
36 Glebe Road
Finchley
London N3 2AX
Email: connect@texavi.co.uk
training@texavi.co.uk
connect@analyst-zone.com
Connect with Texavi
www.texavi.co.uk
https://analyst-zone.com
www.facebook.com/texavi
Twitter @pardhas
LinkedIn Texavi
Blog www.texavi.com/blog

More Related Content

Similar to Code Bootcamp for Kids- Learn Programming -Texavi AnalystZone by Pardha Saradhi Mantravadi-Satishkumar Swargam

Intro to advanced web development
Intro to advanced web developmentIntro to advanced web development
Intro to advanced web development
Stevie T
 
Offline of web applications
Offline of web applicationsOffline of web applications
Offline of web applications
FDConf
 
Offline for web - Frontend Dev Conf Minsk 2014
Offline for web - Frontend Dev Conf Minsk 2014Offline for web - Frontend Dev Conf Minsk 2014
Offline for web - Frontend Dev Conf Minsk 2014
Jan Jongboom
 
LVPHP.org
LVPHP.orgLVPHP.org
LVPHP.org
Joshua Copeland
 
First steps of programming with php
First steps of programming with phpFirst steps of programming with php
First steps of programming with php
Kanha Sahu
 
How to build and deploy app on Replit
How to build and deploy app on ReplitHow to build and deploy app on Replit
How to build and deploy app on Replit
matiasfund
 
Top 30 Scalability Mistakes
Top 30 Scalability MistakesTop 30 Scalability Mistakes
Top 30 Scalability Mistakes
John Coggeshall
 
Top 10 Scalability Mistakes
Top 10 Scalability MistakesTop 10 Scalability Mistakes
Top 10 Scalability Mistakes
John Coggeshall
 
Intro javascript build a scraper (3:22)
Intro javascript   build a scraper (3:22)Intro javascript   build a scraper (3:22)
Intro javascript build a scraper (3:22)
Thinkful
 
Apache Con 2008 Top 10 Mistakes
Apache Con 2008 Top 10 MistakesApache Con 2008 Top 10 Mistakes
Apache Con 2008 Top 10 Mistakes
John Coggeshall
 
How to Use CodePen - Learn with us!
How to Use CodePen - Learn with us!How to Use CodePen - Learn with us!
How to Use CodePen - Learn with us!
Mars Devs
 
Introducing asp.net web pages 2
Introducing asp.net web pages 2Introducing asp.net web pages 2
Introducing asp.net web pages 2
Uh-meet Thapa
 
Become a webdeveloper - AKAICamp Beginner #1
Become a webdeveloper - AKAICamp Beginner #1Become a webdeveloper - AKAICamp Beginner #1
Become a webdeveloper - AKAICamp Beginner #1
Jacek Tomaszewski
 
Php hypertext Preprocessor
Php hypertext PreprocessorPhp hypertext Preprocessor
Php hypertext Preprocessor
MrsRLakshmiIT
 
SharePoint Framework 101 (SPFx)
SharePoint Framework 101 (SPFx)SharePoint Framework 101 (SPFx)
SharePoint Framework 101 (SPFx)
Matthew J. Bailey , MCT
 
30 Skills to Master to Become a Senior Software Engineer
30 Skills to Master to Become a Senior Software Engineer30 Skills to Master to Become a Senior Software Engineer
30 Skills to Master to Become a Senior Software Engineer
Sean Coates
 
How java works
How java worksHow java works
How java works
RaxTonProduction
 
Learn How To Develop With CakePHP
Learn How To Develop With CakePHPLearn How To Develop With CakePHP
Learn How To Develop With CakePHP
Michael Bourque
 

Similar to Code Bootcamp for Kids- Learn Programming -Texavi AnalystZone by Pardha Saradhi Mantravadi-Satishkumar Swargam (20)

Intro to advanced web development
Intro to advanced web developmentIntro to advanced web development
Intro to advanced web development
 
Offline of web applications
Offline of web applicationsOffline of web applications
Offline of web applications
 
Offline for web - Frontend Dev Conf Minsk 2014
Offline for web - Frontend Dev Conf Minsk 2014Offline for web - Frontend Dev Conf Minsk 2014
Offline for web - Frontend Dev Conf Minsk 2014
 
LVPHP.org
LVPHP.orgLVPHP.org
LVPHP.org
 
First steps of programming with php
First steps of programming with phpFirst steps of programming with php
First steps of programming with php
 
How to build and deploy app on Replit
How to build and deploy app on ReplitHow to build and deploy app on Replit
How to build and deploy app on Replit
 
Top 30 Scalability Mistakes
Top 30 Scalability MistakesTop 30 Scalability Mistakes
Top 30 Scalability Mistakes
 
Top 10 Scalability Mistakes
Top 10 Scalability MistakesTop 10 Scalability Mistakes
Top 10 Scalability Mistakes
 
Intro javascript build a scraper (3:22)
Intro javascript   build a scraper (3:22)Intro javascript   build a scraper (3:22)
Intro javascript build a scraper (3:22)
 
Apache Con 2008 Top 10 Mistakes
Apache Con 2008 Top 10 MistakesApache Con 2008 Top 10 Mistakes
Apache Con 2008 Top 10 Mistakes
 
How to Use CodePen - Learn with us!
How to Use CodePen - Learn with us!How to Use CodePen - Learn with us!
How to Use CodePen - Learn with us!
 
Introducing asp.net web pages 2
Introducing asp.net web pages 2Introducing asp.net web pages 2
Introducing asp.net web pages 2
 
Become a webdeveloper - AKAICamp Beginner #1
Become a webdeveloper - AKAICamp Beginner #1Become a webdeveloper - AKAICamp Beginner #1
Become a webdeveloper - AKAICamp Beginner #1
 
Php hypertext Preprocessor
Php hypertext PreprocessorPhp hypertext Preprocessor
Php hypertext Preprocessor
 
SharePoint Framework 101 (SPFx)
SharePoint Framework 101 (SPFx)SharePoint Framework 101 (SPFx)
SharePoint Framework 101 (SPFx)
 
30 Skills to Master to Become a Senior Software Engineer
30 Skills to Master to Become a Senior Software Engineer30 Skills to Master to Become a Senior Software Engineer
30 Skills to Master to Become a Senior Software Engineer
 
How java works
How java worksHow java works
How java works
 
How java works
How java worksHow java works
How java works
 
Learn How To Develop With CakePHP
Learn How To Develop With CakePHPLearn How To Develop With CakePHP
Learn How To Develop With CakePHP
 
Dopp xhtml tutorial
Dopp xhtml tutorialDopp xhtml tutorial
Dopp xhtml tutorial
 

More from Texavi Innovative Solutions

Lean Principles, Practices and Techniques -A Texavi Tech Bootcamp on How to b...
Lean Principles, Practices and Techniques -A Texavi Tech Bootcamp on How to b...Lean Principles, Practices and Techniques -A Texavi Tech Bootcamp on How to b...
Lean Principles, Practices and Techniques -A Texavi Tech Bootcamp on How to b...
Texavi Innovative Solutions
 
Kanban principles practices and techniques-Texavi Tech Bootcamp - How to be a...
Kanban principles practices and techniques-Texavi Tech Bootcamp - How to be a...Kanban principles practices and techniques-Texavi Tech Bootcamp - How to be a...
Kanban principles practices and techniques-Texavi Tech Bootcamp - How to be a...
Texavi Innovative Solutions
 
Scrum Principles, Practices and Techniques - Texavi Tech Bootcamp on How to b...
Scrum Principles, Practices and Techniques - Texavi Tech Bootcamp on How to b...Scrum Principles, Practices and Techniques - Texavi Tech Bootcamp on How to b...
Scrum Principles, Practices and Techniques - Texavi Tech Bootcamp on How to b...
Texavi Innovative Solutions
 
Deep Dive into Product Vision and Roadmap_Texavi Tech Bootcamp on How to be a...
Deep Dive into Product Vision and Roadmap_Texavi Tech Bootcamp on How to be a...Deep Dive into Product Vision and Roadmap_Texavi Tech Bootcamp on How to be a...
Deep Dive into Product Vision and Roadmap_Texavi Tech Bootcamp on How to be a...
Texavi Innovative Solutions
 
Core principles and concepts in agile-Texavi TechBootcamp-HowtobeAgile-Analys...
Core principles and concepts in agile-Texavi TechBootcamp-HowtobeAgile-Analys...Core principles and concepts in agile-Texavi TechBootcamp-HowtobeAgile-Analys...
Core principles and concepts in agile-Texavi TechBootcamp-HowtobeAgile-Analys...
Texavi Innovative Solutions
 
Deep Dive into Product Scoping and Prioritisation - Texavi Tech Bootcamp on H...
Deep Dive into Product Scoping and Prioritisation - Texavi Tech Bootcamp on H...Deep Dive into Product Scoping and Prioritisation - Texavi Tech Bootcamp on H...
Deep Dive into Product Scoping and Prioritisation - Texavi Tech Bootcamp on H...
Texavi Innovative Solutions
 
Deep Dive into Software Estimation - Texavi Tech Bootcamp on How to be a good...
Deep Dive into Software Estimation - Texavi Tech Bootcamp on How to be a good...Deep Dive into Software Estimation - Texavi Tech Bootcamp on How to be a good...
Deep Dive into Software Estimation - Texavi Tech Bootcamp on How to be a good...
Texavi Innovative Solutions
 
All about Agile, an Overview - Texavi Tech Bootcamp on How to be agile- Texav...
All about Agile, an Overview - Texavi Tech Bootcamp on How to be agile- Texav...All about Agile, an Overview - Texavi Tech Bootcamp on How to be agile- Texav...
All about Agile, an Overview - Texavi Tech Bootcamp on How to be agile- Texav...
Texavi Innovative Solutions
 
Essential Techniques in Business Analysis - Texavi Tech Bootcamp on How to be...
Essential Techniques in Business Analysis - Texavi Tech Bootcamp on How to be...Essential Techniques in Business Analysis - Texavi Tech Bootcamp on How to be...
Essential Techniques in Business Analysis - Texavi Tech Bootcamp on How to be...
Texavi Innovative Solutions
 
Practices and Approaches in Business Analysis - Texavi Tech Bootcamp on How t...
Practices and Approaches in Business Analysis - Texavi Tech Bootcamp on How t...Practices and Approaches in Business Analysis - Texavi Tech Bootcamp on How t...
Practices and Approaches in Business Analysis - Texavi Tech Bootcamp on How t...
Texavi Innovative Solutions
 
Business Analyst Skills and Competencies - Texavi Tech Bootcamp on How to be ...
Business Analyst Skills and Competencies - Texavi Tech Bootcamp on How to be ...Business Analyst Skills and Competencies - Texavi Tech Bootcamp on How to be ...
Business Analyst Skills and Competencies - Texavi Tech Bootcamp on How to be ...
Texavi Innovative Solutions
 
Career and Role of Business Analyst - Texavi Tech Bootcamp on How to be a BA ...
Career and Role of Business Analyst - Texavi Tech Bootcamp on How to be a BA ...Career and Role of Business Analyst - Texavi Tech Bootcamp on How to be a BA ...
Career and Role of Business Analyst - Texavi Tech Bootcamp on How to be a BA ...
Texavi Innovative Solutions
 
Tools, methods and techniques for Newage Business Analyst - A Texavi presenta...
Tools, methods and techniques for Newage Business Analyst - A Texavi presenta...Tools, methods and techniques for Newage Business Analyst - A Texavi presenta...
Tools, methods and techniques for Newage Business Analyst - A Texavi presenta...
Texavi Innovative Solutions
 
Collaborative product development through innovation games texavi presentation
Collaborative product development through innovation games texavi presentationCollaborative product development through innovation games texavi presentation
Collaborative product development through innovation games texavi presentation
Texavi Innovative Solutions
 
Mastering the art and science of business analysis - A Texavi presentation
Mastering the art and science of business analysis - A Texavi presentationMastering the art and science of business analysis - A Texavi presentation
Mastering the art and science of business analysis - A Texavi presentation
Texavi Innovative Solutions
 
Texavi Unified Experience - Presentation on WUD2013
Texavi Unified Experience - Presentation on WUD2013Texavi Unified Experience - Presentation on WUD2013
Texavi Unified Experience - Presentation on WUD2013
Texavi Innovative Solutions
 
Texavi imagineering conference Talk on challenges in indian it industry mukun...
Texavi imagineering conference Talk on challenges in indian it industry mukun...Texavi imagineering conference Talk on challenges in indian it industry mukun...
Texavi imagineering conference Talk on challenges in indian it industry mukun...
Texavi Innovative Solutions
 
Texavi's IMAGINEERING-Its a connected changing world-keynote_Dr.Rajeev Srinivasa
Texavi's IMAGINEERING-Its a connected changing world-keynote_Dr.Rajeev SrinivasaTexavi's IMAGINEERING-Its a connected changing world-keynote_Dr.Rajeev Srinivasa
Texavi's IMAGINEERING-Its a connected changing world-keynote_Dr.Rajeev Srinivasa
Texavi Innovative Solutions
 
All about Android app development -Texavi presentation
All about Android app development -Texavi presentationAll about Android app development -Texavi presentation
All about Android app development -Texavi presentation
Texavi Innovative Solutions
 
The New Age Company - An Overview on Texavi
The New Age Company - An Overview on TexaviThe New Age Company - An Overview on Texavi
The New Age Company - An Overview on Texavi
Texavi Innovative Solutions
 

More from Texavi Innovative Solutions (20)

Lean Principles, Practices and Techniques -A Texavi Tech Bootcamp on How to b...
Lean Principles, Practices and Techniques -A Texavi Tech Bootcamp on How to b...Lean Principles, Practices and Techniques -A Texavi Tech Bootcamp on How to b...
Lean Principles, Practices and Techniques -A Texavi Tech Bootcamp on How to b...
 
Kanban principles practices and techniques-Texavi Tech Bootcamp - How to be a...
Kanban principles practices and techniques-Texavi Tech Bootcamp - How to be a...Kanban principles practices and techniques-Texavi Tech Bootcamp - How to be a...
Kanban principles practices and techniques-Texavi Tech Bootcamp - How to be a...
 
Scrum Principles, Practices and Techniques - Texavi Tech Bootcamp on How to b...
Scrum Principles, Practices and Techniques - Texavi Tech Bootcamp on How to b...Scrum Principles, Practices and Techniques - Texavi Tech Bootcamp on How to b...
Scrum Principles, Practices and Techniques - Texavi Tech Bootcamp on How to b...
 
Deep Dive into Product Vision and Roadmap_Texavi Tech Bootcamp on How to be a...
Deep Dive into Product Vision and Roadmap_Texavi Tech Bootcamp on How to be a...Deep Dive into Product Vision and Roadmap_Texavi Tech Bootcamp on How to be a...
Deep Dive into Product Vision and Roadmap_Texavi Tech Bootcamp on How to be a...
 
Core principles and concepts in agile-Texavi TechBootcamp-HowtobeAgile-Analys...
Core principles and concepts in agile-Texavi TechBootcamp-HowtobeAgile-Analys...Core principles and concepts in agile-Texavi TechBootcamp-HowtobeAgile-Analys...
Core principles and concepts in agile-Texavi TechBootcamp-HowtobeAgile-Analys...
 
Deep Dive into Product Scoping and Prioritisation - Texavi Tech Bootcamp on H...
Deep Dive into Product Scoping and Prioritisation - Texavi Tech Bootcamp on H...Deep Dive into Product Scoping and Prioritisation - Texavi Tech Bootcamp on H...
Deep Dive into Product Scoping and Prioritisation - Texavi Tech Bootcamp on H...
 
Deep Dive into Software Estimation - Texavi Tech Bootcamp on How to be a good...
Deep Dive into Software Estimation - Texavi Tech Bootcamp on How to be a good...Deep Dive into Software Estimation - Texavi Tech Bootcamp on How to be a good...
Deep Dive into Software Estimation - Texavi Tech Bootcamp on How to be a good...
 
All about Agile, an Overview - Texavi Tech Bootcamp on How to be agile- Texav...
All about Agile, an Overview - Texavi Tech Bootcamp on How to be agile- Texav...All about Agile, an Overview - Texavi Tech Bootcamp on How to be agile- Texav...
All about Agile, an Overview - Texavi Tech Bootcamp on How to be agile- Texav...
 
Essential Techniques in Business Analysis - Texavi Tech Bootcamp on How to be...
Essential Techniques in Business Analysis - Texavi Tech Bootcamp on How to be...Essential Techniques in Business Analysis - Texavi Tech Bootcamp on How to be...
Essential Techniques in Business Analysis - Texavi Tech Bootcamp on How to be...
 
Practices and Approaches in Business Analysis - Texavi Tech Bootcamp on How t...
Practices and Approaches in Business Analysis - Texavi Tech Bootcamp on How t...Practices and Approaches in Business Analysis - Texavi Tech Bootcamp on How t...
Practices and Approaches in Business Analysis - Texavi Tech Bootcamp on How t...
 
Business Analyst Skills and Competencies - Texavi Tech Bootcamp on How to be ...
Business Analyst Skills and Competencies - Texavi Tech Bootcamp on How to be ...Business Analyst Skills and Competencies - Texavi Tech Bootcamp on How to be ...
Business Analyst Skills and Competencies - Texavi Tech Bootcamp on How to be ...
 
Career and Role of Business Analyst - Texavi Tech Bootcamp on How to be a BA ...
Career and Role of Business Analyst - Texavi Tech Bootcamp on How to be a BA ...Career and Role of Business Analyst - Texavi Tech Bootcamp on How to be a BA ...
Career and Role of Business Analyst - Texavi Tech Bootcamp on How to be a BA ...
 
Tools, methods and techniques for Newage Business Analyst - A Texavi presenta...
Tools, methods and techniques for Newage Business Analyst - A Texavi presenta...Tools, methods and techniques for Newage Business Analyst - A Texavi presenta...
Tools, methods and techniques for Newage Business Analyst - A Texavi presenta...
 
Collaborative product development through innovation games texavi presentation
Collaborative product development through innovation games texavi presentationCollaborative product development through innovation games texavi presentation
Collaborative product development through innovation games texavi presentation
 
Mastering the art and science of business analysis - A Texavi presentation
Mastering the art and science of business analysis - A Texavi presentationMastering the art and science of business analysis - A Texavi presentation
Mastering the art and science of business analysis - A Texavi presentation
 
Texavi Unified Experience - Presentation on WUD2013
Texavi Unified Experience - Presentation on WUD2013Texavi Unified Experience - Presentation on WUD2013
Texavi Unified Experience - Presentation on WUD2013
 
Texavi imagineering conference Talk on challenges in indian it industry mukun...
Texavi imagineering conference Talk on challenges in indian it industry mukun...Texavi imagineering conference Talk on challenges in indian it industry mukun...
Texavi imagineering conference Talk on challenges in indian it industry mukun...
 
Texavi's IMAGINEERING-Its a connected changing world-keynote_Dr.Rajeev Srinivasa
Texavi's IMAGINEERING-Its a connected changing world-keynote_Dr.Rajeev SrinivasaTexavi's IMAGINEERING-Its a connected changing world-keynote_Dr.Rajeev Srinivasa
Texavi's IMAGINEERING-Its a connected changing world-keynote_Dr.Rajeev Srinivasa
 
All about Android app development -Texavi presentation
All about Android app development -Texavi presentationAll about Android app development -Texavi presentation
All about Android app development -Texavi presentation
 
The New Age Company - An Overview on Texavi
The New Age Company - An Overview on TexaviThe New Age Company - An Overview on Texavi
The New Age Company - An Overview on Texavi
 

Recently uploaded

GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
Neo4j
 
UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5
DianaGray10
 
GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...
ThomasParaiso2
 
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptxSecstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
nkrafacyberclub
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
Neo4j
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
Neo4j
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
Aftab Hussain
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
Safe Software
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
名前 です男
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
Alpen-Adria-Universität
 
20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
Matthew Sinclair
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
Matthew Sinclair
 
Large Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial ApplicationsLarge Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial Applications
Rohit Gautam
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems S.M.S.A.
 

Recently uploaded (20)

GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
 
UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5
 
GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...
 
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptxSecstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
 
20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
 
Large Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial ApplicationsLarge Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial Applications
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
 

Code Bootcamp for Kids- Learn Programming -Texavi AnalystZone by Pardha Saradhi Mantravadi-Satishkumar Swargam

  • 1.
  • 2. 2 Agenda  Housekeeping  Let’s get to know eachother  Workshop overview &scope  Set upthe required softwares  Ideate&conceptualise yourweb site  Code web pages with HTML, CSS  Connectto database, run simple queries  Code using Php to complete web pages  Ideate and design your Mobile app  Guest Speaker– Live Demo
  • 5. 5 Agenda  Housekeeping  Let’s get to know eachother  Workshop overview &scope  Set upthe required softwares  Ideate&conceptualise yourweb site  Code web pages with HTML, CSS  Connectto database, run simple queries  Code using Php to complete web pages  Ideate and design your Mobile app  Guest Speaker– Live Demo
  • 6. 6 First thingsfirst! • This is a fully onlineworkshop and wewill tryand makeit as muchfun as learning • Remember,youwill get the best whenyoufocus and work with us, along with having some fun with your classmates • Keep your video on, and Microphone Mute • If asked to speak, please unmuteyour microphoneand speak clearly and loudly Texavi,Analyst-Zone,AZcircle,NewAgeAgileBusiness Analyst*areregisteredtrademarksof TexaviInnovative Solutions
  • 7. 7 Please remember! www.texavi.co.uk • Attend all sessions without fail. Theyareinter-related, so you can get the best only if youattend eachone of them • Full attendance will open avenues for you! Certificates,digital badges, laptop stickers… premiumaccess to our digital platform, mobile app. • Do thetasks, exercises and home works. It’s a good use of your time, energyand effort! Find us, follow us on all popular social/professional media platforms: YouTube, Facebook, Instagram, Twitter, LinkedIn & coming soon on WhatsApp
  • 10. 10www.texavi.co.uk Let’s get to know each other • Name • Yearof study and school/college name • Fav super hero • Fav web site/Mobile app/game • Fav hobby/sport/activity • What do youwant to beafter 5 years? 
  • 11. 11 Agenda  Housekeeping  Let’s get to know eachother  Workshop overview & scope  Set upthe required softwares  Ideate&conceptualise yourweb site  Code web pages with HTML, CSS  Connectto database, run simple queries  Code using Php to complete web pages  Ideate and design your Mobile app  Guest Speaker– Live Demo
  • 12. 12
  • 14. 14
  • 15. 15 “I listen and I forget I see and I remember I do and I understand!” – Socrates
  • 16. 16
  • 17. 17
  • 18. 18 Agenda  Housekeeping  Let’s get to know eachother  Workshop overview &scope  Set up therequired softwares  Ideate&conceptualise yourweb site  Code web pages with HTML, CSS  Connectto database, run simple queries  Code using Php to complete web pages  Ideate and design your Mobile app  Guest Speaker– Live Demo
  • 19. 19 Open the XAMPP website. Go to https://www.apachefriends.org/index.html inyour computer's web browser.1
  • 20. 20 Click XAMPP forWindows. It's a grey button a middle of the page. Depending on yourbrowser, youmay first haveto select a save location or verifythe download.2
  • 21. 21 Double-click the downloaded file. Thisfile should benamedsomething like xampp-windows-x64- 7.4.11-0-VC15-installer,and you'll find it in thedefault downloads location (e.g., the "Downloads" folder or the desktop). 3
  • 22. 22 Click Yes when prompted. This will open the XAMPP setup window. Youmay haveto click OKon a warningif youhaveUser AccountControl (UAC)activated onyour computer.4
  • 23. 23 Click Next. It's at the bottom of the setup window.5
  • 24. 24 Select aspects of XAMPPto install. Reviewthe list of XAMPP attributes on the left side of the window; if yousee anattribute that youdon't want to install as part of XAMPP, uncheckits box. By default, all attributes are included in yourXAMPP installation. 6
  • 25. 25 Select an installation location. Click the folder-shaped icon to the right of the current installation destination, then click a folder on your computer. If you have the UAC activated on your computer, avoid installing XAMPP in your hard drive's folder (e.g., OS (C:)). You can select a folder (e.g., Desktop) and then click Make New Folder to create a new folder and select it as the installation destination. 7
  • 26. 26 Click OK. Doing so confirms your selected folder as your XAMPP installation location. 8
  • 27. 27 Uncheck the "Learn more about Bitnami" box, then click Next. The "Learn more about Bitnami" box is in the middle of the page. 9
  • 28. 28 Begin installing XAMPP. Click Next at the bottom of the window to do so. XAMPP will begin installing its files into the folder that you selected.10
  • 29. 29 Click Finish when prompted. It's at the bottom of the XAMPP window. Doing so will close the window and open the XAMPP Control Panel, which is where you'll access your servers. 11
  • 30. 30 Select a language. Check the box next to the American flag for English, or check the box next to the German flag for German.12
  • 31. 31 Click Save. Doing so opens the main Control Panel page.13
  • 32. 32 Start XAMPP from its installation point. If you need to open the XAMPP Control Panel in the future, you can do so by opening the folder in which you installed XAMPP, right-clicking the orange-and-white xampp-control icon, clicking Run as administrator, and clicking Yes when prompted. 14
  • 33. 33 Start XAMPP from its installation point. If you need to open the XAMPP Control Panel in the future, you can do so by opening the folder in which you installed XAMPP, right-clicking the orange-and-white xampp-control icon, clicking Run as administrator, and clicking Yes when prompted. 15
  • 34. 34 Agenda  Housekeeping  Let’s get to know eachother  Workshop overview &scope  Set upthe required softwares  Ideate&conceptualiseyourweb site  Code web pages with HTML, CSS  Connectto database, run simple queries  Code using Php to complete web pages  Ideate and design your Mobile app  Guest Speaker– Live Demo
  • 35. 35
  • 36. 36
  • 37. 37 Agenda  Housekeeping  Let’s get to know eachother  Workshop overview &scope  Set upthe required softwares  Ideate&conceptualise yourweb site  Codeweb pageswith HTML, CSS  Connectto database, run simple queries  Code using Php to complete web pages  Ideate and design your Mobile app  Guest Speaker– Live Demo
  • 38. 38 All HTML documents must start with a <!DOCTYPE> declaration. The declaration is not an HTML tag. Its just an "information" to the browser about what document type to expect. 1
  • 39. 39 The <title> tag defines the title of the document. The title must be text-only, and it is shown in the browser's title bar or in the page's tab.2
  • 40. 40 The <table> tag defines an HTML table. An HTML table consists of one <table> element and one or more <tr>, <th>, and <td> elements. When you do align=“center” to the table, the table and its elements used under the table will get center aligned. celpadding=“0” cellspacing=“0” When used in conjunction with the table element, it specifies the amount of space between the border of a table cell and its contents. The width attribute specifies the width of the element/layout, in pixels. Borders can be applied to most HTML elements within the body. 3
  • 41. 41 When you allow cellpadding, cellspacing and give border to the html table you will have some breathing space between the objects used and doesn’t look cluttered.5
  • 42. 42 The colspan attribute defines the number of columns a cell should span.6
  • 43. 43 These are the two views of the same layout with and without the use of colspan. Another imp thing you will have to remember is only because we have the 2 columns in the last row we had to use colspan=“2” for rest of the columns which had only one <td>. If there were three columns in any row, you will need to set the colspan accordingly for each <td> 7
  • 44. 44 Sample code for practice8 <!DOCTYPE html> <html> <head> <title>My First Web Page</title> </head> <body> <table align="center" cellpadding="0" cellspacing="0" border="1" width="1200px"> <tr> <td align="center" style="font-size:30pt;">Page Title</td> </tr> <tr> <td style="padding:20px;" width="100%">Page Summary</td> </tr> <tr> <td width="50%">Description</td> <td width="50%"><img src="img/spiderman.jpg" width="600px"></td> </tr> </table> </body> </html>
  • 45. 45 Agenda  Housekeeping  Let’s get to know eachother  Workshop overview &scope  Set upthe required softwares  Ideate&conceptualise yourweb site  Code web pages with HTML, CSS  Connectto database,run queries  Code using Php to complete web pages  Ideate and design your Mobile app  Guest Speaker– Live Demo
  • 46. 46
  • 47. 47
  • 48. 48
  • 49. 49
  • 50. 50 Agenda  Housekeeping  Let’s get to know eachother  Workshop overview &scope  Set upthe required softwares  Ideate&conceptualise yourweb site  Code web pages with HTML, CSS  Connectto database, run queries  Codein Phpto completeweb pages  Ideate and design your Mobile app  Guest Speaker– Live Demo
  • 51. 51
  • 52. 52
  • 53. 53
  • 54. 54 Agenda  Housekeeping  Let’s get to know eachother  Workshop overview &scope  Set upthe required softwares  Ideate&conceptualise yourweb site  Code web pages with HTML, CSS  Connectto database, run queries  Code in Php to complete web pages  Ideate anddesign yourMobileapp  Guest Speaker– Live Demo
  • 55. 55
  • 57. 57 Agenda  Housekeeping  Let’s get to know eachother  Workshop overview &scope  Set upthe required softwares  Ideate&conceptualise yourweb site  Code web pages with HTML, CSS  Connectto database, run queries  Code in Php to complete web pages  Ideate and design your Mobile app  Guest Speaker –Live Demo
  • 58. 58 Summary  Housekeeping  Let’s get to know eachother  Workshop overview &scope  Set upthe required softwares  Ideate&conceptualise yourweb site  Code web pages with HTML, CSS  Connectto database, run queries  Code in Php to complete web pages  Ideate and design your Mobile app  Guest Speaker– Live Demo
  • 59. 59 Guest Speaker – Anish Kambhampati Link to his Web site - https://kambhani.github.io/CR_PARODY/
  • 60. 6060 Thank you! Texavi Innovative Solutions The new age people for new age solutions! Consulting | Training | Solutions Regd. Office Texavi Innovative Solutions (UK) Ltd 36 Glebe Road Finchley London N3 2AX Email: connect@texavi.co.uk training@texavi.co.uk connect@analyst-zone.com Connect with Texavi www.texavi.co.uk https://analyst-zone.com www.facebook.com/texavi Twitter @pardhas LinkedIn Texavi Blog www.texavi.com/blog