15
Most read
16
Most read
22
Most read
Geeet.in
Music Downloading Website
Baba Farid College of Engineering & Technology
Anil Kumar ( 1403782 )
What is GEEET.IN
• Geeet.in is a Music Downloading Website Developing in
PHP
• There are used MYSQL Database for saving a
Information and collection of Songs (Bollywood and
Punjabi Songs).
• There are used HTML, CSS for User Interface
Designing.
Anil Kumar ( 1403782 )
INTRODUCTION TO HTML
• HTML is used to create web documents including text,
images, formatting, and hyperlinks to other documents.
• HTML documents consists of text and ‘markup’ tags
which are used to define the structure, appearance, and
function of the information.
• There are two types of markup tags:
• Container tags – Define a section of text using a start tag and an
end tag. For example, text placed inside of these tags would
appear in bold:
<B>Hello</B>
• Empty tags – represent a single occurrence of an instruction.
For example, the <BR> or break tag is used to indicate that you
want to include a single space following the text.
Anil Kumar ( 1403782 )
Text Authoring Tools
• Any text editor can be used to create HTML documents.
• The most commonly used text editors are:
• Notepad (Windows)
• Notepad++ (Windows)
• WordPad (Windows)
• NetBeans IDE (Windows)
Anil Kumar ( 1403782 )
WYSIWYG Authoring Tools
• What You See is What You Get (WYSIWYG)
authoring tools provide graphical user interfaces
to simplify the creation of HTML documents.
• Examples of WYSIWYG authoring tools are:
• FrontPage by Microsoft
• Dreamweaver by Macromedia
• PageMill by Adobe
Anil Kumar ( 1403782 )
Structure of an HTML Document
• An HTML document is divided into two main sections:
• Heading - The HEADing contains information describing
the document, such as its title. The heading section is
indicated by the <HEAD> and </HEAD> tags.
• Body - The BODY section is where the Web document
text, graphics, and other elements are placed. The body
section is indicated by the <BODY> and </BODY> tags.
Anil Kumar ( 1403782 )
Example of an HTML Document
<HTML>
<HEAD>
<TITLE>Geeet.in Bollywood & Punjabi</TITLE>
</HEAD>
<BODY>This is the part of the Web page that viewers
would see!</BODY>
</HTML>
Anil Kumar ( 1403782 )
What is CSS?
CSS stands for Cascading
Style Sheet. Typical CSS file
is a text file with an
extention.css and contains a
series of commands or rules.
These rules tell the
HTML how to display.
*To create a style sheet, create a file
using Notepad (PC) or Text Edit
(Mac), save it as a .css document and
start writing the CSS code (see right).
/* Styles for
geeet.in*/
body {
font-family:Arial;
background: #000;
}
#container {
text-align:left;
width:1020px;
}
#header {
height:232px;
}
And so On…
Style.css
Anil Kumar ( 1403782 )
CSS Rule Structure
• A CSS RULE is made up of a selector and a declaration.
A declaration consists of property and value.
• selector {property: value;}
A selector, here in green, is often an element of HTML.
body { property: value; }
h1 { property: value; }
.class { property: value; }
p { property: value; }
declaration
Anil Kumar ( 1403782 )
INTRODUCTION TO PHP
• PHP (Hypertext Pre-Processor) is a server-side web
programming language that is widely used for web
development.
• PHP language has its roots in C and C++.
• PHP syntax is most similar to C and C++ language
syntax. So, programmers find it easy to learn and
manipulate.
• PHP can run on both UNIX and Windows servers.
• PHP supports many databases (MySQL, Oracle etc.)
Anil Kumar ( 1403782 )
INTRODUCTION TO MYSQL
• MySQL is currently the most popular open source
database server in existence.
• On top of that, it is very commonly used in conjunction
with PHP scripts to create powerful and dynamic server-
side applications
• MySQL is a relational database system. If you can
believe many diehard MySQL fans, MySQL is faster,
more reliable, and cheaper.
Anil Kumar ( 1403782 )
SQL COMMAND
• SELECT - extracts data from a database
• UPDATE - updates data in a database
• DELETE - deletes data from a database
• INSERT INTO - inserts new data into a database
• CREATE DATABASE - creates a new database
• ALTER DATABASE - modifies a database
• CREATE TABLE - creates a new table
• ALTER TABLE - modifies a table
• DROP TABLE - deletes a table
Anil Kumar ( 1403782 )
Hardware & Software Specification
• Technology Used
• Frontend:-HTML, CSS, PHP
• Backend:- My SQL
• Framework:- NetBeans IDE 7.2
• System Requirements
• Minimum RAM:- 1 GB
• Hard Disk:- 160 GB
• Processor:- Intel Core2 Duo
• Operating System:- Windows 7, Windows 8,Windows 10
conti…
Anil Kumar ( 1403782 )
• Software Specifications
• Technology Implemented : Apache Server
• Languages Used : PHP
• Database : My SQL
• User Interface Design : HTML, CSS
• Web Browser : Google Chrome, Firefox
• Software : WAMP Server 2.2
Anil Kumar ( 1403782 )
Snapshot of Home Page
http://Geeet.in/Anil Kumar ( 1403782 )
Snapshot of Bollywood Page
http://Geeet.in/Bollywood.phpAnil Kumar ( 1403782 )
Snapshot of Punjabi Page
http://Geeet.in/Punjabi.phpAnil Kumar ( 1403782 )
Snapshot of Artists Page
http://Geeet.in/Artists.phpAnil Kumar ( 1403782 )
Snapshot of Single Tracks Page
http://Geeet.in/single_tracks.phpAnil Kumar ( 1403782 )
Snapshot of Top Downloads Page
http://Geeet.in/Top-Downloads.phpAnil Kumar ( 1403782 )
Snapshot of Downloading Page
http://Geeet.in/Bajrangi-Bhaijaan-2015-geeet.in.phpAnil Kumar ( 1403782 )
Thanks You
Anil Kumar ( 1403782 )

More Related Content

PPTX
Ppt on audio file formats
PDF
Multimedia- How Internet Works
PPTX
multimedia data and file format
PPTX
12. multimedia on the web
PPTX
HTML5 audio & video
PPTX
Multimedia
PPTX
Multimedia data and file format
PPTX
Multimedia Building Blocks by Daniyal Khan
Ppt on audio file formats
Multimedia- How Internet Works
multimedia data and file format
12. multimedia on the web
HTML5 audio & video
Multimedia
Multimedia data and file format
Multimedia Building Blocks by Daniyal Khan

What's hot (20)

PPT
Introduction to CSS
PPTX
HTML (Web) basics for a beginner
PPSX
Php and MySQL
ODP
Introduction of Html/css/js
PPTX
HTML: Tables and Forms
PPT
Ppt for Online music store
PPTX
Basic html structure
PPT
PPT
Html ppt
PDF
Introduction to HTML5
PPTX
HTML Fundamentals
PPT
CSS Basics
PPTX
Html, CSS & Web Designing
PPTX
An Overview of HTML, CSS & Java Script
PPT
HTML Tables.ppt
PPTX
Html form tag
PPT
PPT on Basic HTML Tags
PPTX
Css types internal, external and inline (1)
PPTX
Html ppt
PPTX
Web development using HTML and CSS
Introduction to CSS
HTML (Web) basics for a beginner
Php and MySQL
Introduction of Html/css/js
HTML: Tables and Forms
Ppt for Online music store
Basic html structure
Html ppt
Introduction to HTML5
HTML Fundamentals
CSS Basics
Html, CSS & Web Designing
An Overview of HTML, CSS & Java Script
HTML Tables.ppt
Html form tag
PPT on Basic HTML Tags
Css types internal, external and inline (1)
Html ppt
Web development using HTML and CSS
Ad

Viewers also liked (20)

PPTX
File Uploading in PHP
PPTX
Uploading a file with php
PPT
php file uploading
ODP
Php File Upload
PPTX
Building HTML based mobile phone applications
PPTX
Curso Php y Mysql desde cero de Developero
PPT
Chapter 08 php advance
PPT
PHP complete reference with database concepts for beginners
PPTX
Pdf's in PHP
PPT
Introduction to FPDF
PPT
Reporting using FPDF
PPT
PHP - Introduction to PHP Fundamentals
PDF
PPTX
Php File Operations
PPT
The FPDF Library
PDF
Buku Ajar Pemrograman Web
PPTX
MySQL Database with phpMyAdmin
PPT
PHP - Introduction to File Handling with PHP
PPTX
MySql:Exporting And Importing Data In Mysql
PPT
PHP Project PPT
File Uploading in PHP
Uploading a file with php
php file uploading
Php File Upload
Building HTML based mobile phone applications
Curso Php y Mysql desde cero de Developero
Chapter 08 php advance
PHP complete reference with database concepts for beginners
Pdf's in PHP
Introduction to FPDF
Reporting using FPDF
PHP - Introduction to PHP Fundamentals
Php File Operations
The FPDF Library
Buku Ajar Pemrograman Web
MySQL Database with phpMyAdmin
PHP - Introduction to File Handling with PHP
MySql:Exporting And Importing Data In Mysql
PHP Project PPT
Ad

Similar to Music Downloading Website (HTML,CSS,PHP Presentation) (20)

PPTX
html & css
PPTX
Html and css presentation
PPTX
PPTX
E-Commerce and Web Designing BCOM second year 3rd semester students
PPTX
Introduction to Web Development and basics of HTML, CSS and javascript
PDF
Les Basiques - Web Développement HTML5, CSS3, JS et PHP
PDF
Web Concepts - an introduction - introduction
PPTX
WEB DEVELOPMENT
PPTX
mst_unit1.pptx
PPT
Hyper Text markup language web designdesign
PPTX
Fundamental of Web Development Tutorials by PINFO Technologies.pptx
PDF
shobhit training report (3) (4).pdf report
PPTX
Php reports sumit
PDF
Ncp computer appls web tech asish
PPTX
Curtin University Frontend Web Development
PPT
How develop a web application?
PPTX
Html5 ppt
PPTX
Presentation html
PPTX
C language
html & css
Html and css presentation
E-Commerce and Web Designing BCOM second year 3rd semester students
Introduction to Web Development and basics of HTML, CSS and javascript
Les Basiques - Web Développement HTML5, CSS3, JS et PHP
Web Concepts - an introduction - introduction
WEB DEVELOPMENT
mst_unit1.pptx
Hyper Text markup language web designdesign
Fundamental of Web Development Tutorials by PINFO Technologies.pptx
shobhit training report (3) (4).pdf report
Php reports sumit
Ncp computer appls web tech asish
Curtin University Frontend Web Development
How develop a web application?
Html5 ppt
Presentation html
C language

Recently uploaded (20)

PPT
Chapter 1 - Introduction to Manufacturing Technology_2.ppt
PDF
Abrasive, erosive and cavitation wear.pdf
PPTX
AUTOMOTIVE ENGINE MANAGEMENT (MECHATRONICS).pptx
PPTX
Software Engineering and software moduleing
PDF
MLpara ingenieira CIVIL, meca Y AMBIENTAL
PDF
Exploratory_Data_Analysis_Fundamentals.pdf
PDF
distributed database system" (DDBS) is often used to refer to both the distri...
PDF
null (2) bgfbg bfgb bfgb fbfg bfbgf b.pdf
PDF
UEFA_Embodied_Carbon_Emissions_Football_Infrastructure.pdf
PDF
August -2025_Top10 Read_Articles_ijait.pdf
PPTX
wireless networks, mobile computing.pptx
PPTX
ai_satellite_crop_management_20250815030350.pptx
PDF
Soil Improvement Techniques Note - Rabbi
PPTX
Measurement Uncertainty and Measurement System analysis
PDF
Accra-Kumasi Expressway - Prefeasibility Report Volume 1 of 7.11.2018.pdf
PDF
Design Guidelines and solutions for Plastics parts
PDF
UEFA_Carbon_Footprint_Calculator_Methology_2.0.pdf
PDF
Influence of Green Infrastructure on Residents’ Endorsement of the New Ecolog...
PDF
Prof. Dr. KAYIHURA A. SILAS MUNYANEZA, PhD..pdf
PPTX
Module 8- Technological and Communication Skills.pptx
Chapter 1 - Introduction to Manufacturing Technology_2.ppt
Abrasive, erosive and cavitation wear.pdf
AUTOMOTIVE ENGINE MANAGEMENT (MECHATRONICS).pptx
Software Engineering and software moduleing
MLpara ingenieira CIVIL, meca Y AMBIENTAL
Exploratory_Data_Analysis_Fundamentals.pdf
distributed database system" (DDBS) is often used to refer to both the distri...
null (2) bgfbg bfgb bfgb fbfg bfbgf b.pdf
UEFA_Embodied_Carbon_Emissions_Football_Infrastructure.pdf
August -2025_Top10 Read_Articles_ijait.pdf
wireless networks, mobile computing.pptx
ai_satellite_crop_management_20250815030350.pptx
Soil Improvement Techniques Note - Rabbi
Measurement Uncertainty and Measurement System analysis
Accra-Kumasi Expressway - Prefeasibility Report Volume 1 of 7.11.2018.pdf
Design Guidelines and solutions for Plastics parts
UEFA_Carbon_Footprint_Calculator_Methology_2.0.pdf
Influence of Green Infrastructure on Residents’ Endorsement of the New Ecolog...
Prof. Dr. KAYIHURA A. SILAS MUNYANEZA, PhD..pdf
Module 8- Technological and Communication Skills.pptx

Music Downloading Website (HTML,CSS,PHP Presentation)

  • 1. Geeet.in Music Downloading Website Baba Farid College of Engineering & Technology Anil Kumar ( 1403782 )
  • 2. What is GEEET.IN • Geeet.in is a Music Downloading Website Developing in PHP • There are used MYSQL Database for saving a Information and collection of Songs (Bollywood and Punjabi Songs). • There are used HTML, CSS for User Interface Designing. Anil Kumar ( 1403782 )
  • 3. INTRODUCTION TO HTML • HTML is used to create web documents including text, images, formatting, and hyperlinks to other documents. • HTML documents consists of text and ‘markup’ tags which are used to define the structure, appearance, and function of the information. • There are two types of markup tags: • Container tags – Define a section of text using a start tag and an end tag. For example, text placed inside of these tags would appear in bold: <B>Hello</B> • Empty tags – represent a single occurrence of an instruction. For example, the <BR> or break tag is used to indicate that you want to include a single space following the text. Anil Kumar ( 1403782 )
  • 4. Text Authoring Tools • Any text editor can be used to create HTML documents. • The most commonly used text editors are: • Notepad (Windows) • Notepad++ (Windows) • WordPad (Windows) • NetBeans IDE (Windows) Anil Kumar ( 1403782 )
  • 5. WYSIWYG Authoring Tools • What You See is What You Get (WYSIWYG) authoring tools provide graphical user interfaces to simplify the creation of HTML documents. • Examples of WYSIWYG authoring tools are: • FrontPage by Microsoft • Dreamweaver by Macromedia • PageMill by Adobe Anil Kumar ( 1403782 )
  • 6. Structure of an HTML Document • An HTML document is divided into two main sections: • Heading - The HEADing contains information describing the document, such as its title. The heading section is indicated by the <HEAD> and </HEAD> tags. • Body - The BODY section is where the Web document text, graphics, and other elements are placed. The body section is indicated by the <BODY> and </BODY> tags. Anil Kumar ( 1403782 )
  • 7. Example of an HTML Document <HTML> <HEAD> <TITLE>Geeet.in Bollywood & Punjabi</TITLE> </HEAD> <BODY>This is the part of the Web page that viewers would see!</BODY> </HTML> Anil Kumar ( 1403782 )
  • 8. What is CSS? CSS stands for Cascading Style Sheet. Typical CSS file is a text file with an extention.css and contains a series of commands or rules. These rules tell the HTML how to display. *To create a style sheet, create a file using Notepad (PC) or Text Edit (Mac), save it as a .css document and start writing the CSS code (see right). /* Styles for geeet.in*/ body { font-family:Arial; background: #000; } #container { text-align:left; width:1020px; } #header { height:232px; } And so On… Style.css Anil Kumar ( 1403782 )
  • 9. CSS Rule Structure • A CSS RULE is made up of a selector and a declaration. A declaration consists of property and value. • selector {property: value;} A selector, here in green, is often an element of HTML. body { property: value; } h1 { property: value; } .class { property: value; } p { property: value; } declaration Anil Kumar ( 1403782 )
  • 10. INTRODUCTION TO PHP • PHP (Hypertext Pre-Processor) is a server-side web programming language that is widely used for web development. • PHP language has its roots in C and C++. • PHP syntax is most similar to C and C++ language syntax. So, programmers find it easy to learn and manipulate. • PHP can run on both UNIX and Windows servers. • PHP supports many databases (MySQL, Oracle etc.) Anil Kumar ( 1403782 )
  • 11. INTRODUCTION TO MYSQL • MySQL is currently the most popular open source database server in existence. • On top of that, it is very commonly used in conjunction with PHP scripts to create powerful and dynamic server- side applications • MySQL is a relational database system. If you can believe many diehard MySQL fans, MySQL is faster, more reliable, and cheaper. Anil Kumar ( 1403782 )
  • 12. SQL COMMAND • SELECT - extracts data from a database • UPDATE - updates data in a database • DELETE - deletes data from a database • INSERT INTO - inserts new data into a database • CREATE DATABASE - creates a new database • ALTER DATABASE - modifies a database • CREATE TABLE - creates a new table • ALTER TABLE - modifies a table • DROP TABLE - deletes a table Anil Kumar ( 1403782 )
  • 13. Hardware & Software Specification • Technology Used • Frontend:-HTML, CSS, PHP • Backend:- My SQL • Framework:- NetBeans IDE 7.2 • System Requirements • Minimum RAM:- 1 GB • Hard Disk:- 160 GB • Processor:- Intel Core2 Duo • Operating System:- Windows 7, Windows 8,Windows 10 conti… Anil Kumar ( 1403782 )
  • 14. • Software Specifications • Technology Implemented : Apache Server • Languages Used : PHP • Database : My SQL • User Interface Design : HTML, CSS • Web Browser : Google Chrome, Firefox • Software : WAMP Server 2.2 Anil Kumar ( 1403782 )
  • 15. Snapshot of Home Page http://Geeet.in/Anil Kumar ( 1403782 )
  • 16. Snapshot of Bollywood Page http://Geeet.in/Bollywood.phpAnil Kumar ( 1403782 )
  • 17. Snapshot of Punjabi Page http://Geeet.in/Punjabi.phpAnil Kumar ( 1403782 )
  • 18. Snapshot of Artists Page http://Geeet.in/Artists.phpAnil Kumar ( 1403782 )
  • 19. Snapshot of Single Tracks Page http://Geeet.in/single_tracks.phpAnil Kumar ( 1403782 )
  • 20. Snapshot of Top Downloads Page http://Geeet.in/Top-Downloads.phpAnil Kumar ( 1403782 )
  • 21. Snapshot of Downloading Page http://Geeet.in/Bajrangi-Bhaijaan-2015-geeet.in.phpAnil Kumar ( 1403782 )
  • 22. Thanks You Anil Kumar ( 1403782 )