Log In
Or create an account ->
Imperial Library
Home
About
News
Upload
Forum
Help
Login/SignUp
Index
Learn HTML in 1 Hour
1 . WEB BASICS
1.1 - What is a Protocol ?
1.2 - Overview of Internet and Web
1.3 - What is HTTP ?
1.4 - What is IP Address and DNS
1.5 - Client Side and Server Side
1.6 - Compiler vs Interpreter
1.7 - Programming vs Markup vs Scripting Languages
2 . HTML BASICS
2.1 – What is HTML ?
2.2 – Tag , Element and Attribute
2.3 – HTML Basic Structure
2.4 – Setting up the System for Writing HTML
2.5 – First HTML Page
2.6 – HTML Parts
2.7 – HTML Boiler Plate
3 . TEXT ELEMENTS
3.1 – HTML Text Elements
3.2 – Headings
3.3 – Horizontal Lines
3.4 – Paragraphs
3.5 – Single Line Break
3.6 – Strong Text
3.7 – Emphasis Text
3.8 – Underline Text
3.9 – Italics
3.10 – Code
3.11 – Preformatted Tag
3.12 – More HTML Text Tags
4 . LISTS
4.1 – Definition List
4.2 – Ordered List
4.3 – UnOrdered List
5 . ARTICLES
5.1 – Articles
6 . TABLES
6.1 – Simple Table
6.2 – Table with Borders
6.3 – Table with Header and Footer
6.4 – Table with RowSpan and ColSpan
7 . EMBED CONTENTS
7.1 – Embed Image
7.2 – Embed Image with Attributes
7.3 – Embed Image in the Article
7.4 – Embed Audio
7.5 – Embed Video
7.6 – Embed iFrame
7.7 – Embed Links
8 . FORMS
8.1 – Basic Form Elements
8.2 – Input Box Form Elements
8.3 – Select Form Elements
8.4 – Radio Buttons Form Elements
8.5 – Checkbox Form Elements
8.6 – TextArea Form Elements
8.7 – Other Form Elements
8.8 – Action GET from Form
8.9 – Action POST from Form
9 . META TAGS
9.1 – Meta with SEO Tags
9.2 – Meta tags with View Port
9.3 – Meta tags without View Port
10 . LAYOUTS
10.1 – Layout 1
11 . ADDITIONAL TAGS
11.1 – DIV HTML Tag
11.2 – SPAN HTML Tag
11.3 – White Space , Special Characters & Case Sensitive
12 . PROJECTS
12.1 – Personal Profile Page
learn css in 1 hour
1 . CSS Basics
1.1 Introduction to CSS
1.2 Internal CSS
1.3 CSS Comments
1.4 External CSS
2 . CSS Selectors
2.1 Selectors & Declaration
2.2 Universal Selector
2.3 Type Selector
2.4 Class Selector
2.5 Class Multiple Selector
2.6 ID Selector
2.7 ID Multiple Selector
2.8 Attribute Selector
2.9 Child Selector
2.10 Descendant Selector
2.11 Adjacent Sibling Selector
2.12 General Sibling Selector
2.13 Pseudo Classes
2.14 Pseudo Elements
3 . CSS Rules
3.1 Precedence
3.2 Inheritance
3.3 Last Rule Wins
3.4 Important Rule Wins
4 . Colors and Text
4.1 Colors
4.2 Text
5 . CSS Box
5.1 Borders
5.2 Margin
5.3 Padding
5.4 Height and Width
6 . Floating Columns
6.1 Floating Box
6.2 Floating Images
6.3 Horizontal Menu
6.4 Vertical Menu
7 . Positioning Elements
7.1 Position Fixed
7.2 Position Absolute
8 . Display inline Block
8.1 Display Inline & Block Example 1
8.2 Display Inline & Block Example 2
9 . Layouts
9.1 Layout 1
9.2 Layout 2
9.3 Layout 3
9.4 Layout 4
learn javascript
1 . JavaScript Basics
1.1 Introduction to JavaScript
1.2 Internal JavaScript
1.3 Comments JavaScript
1.4 External JavaScript
1.5 Inline JavaScript
1.6 Hello Sample JavaScript
1.7 JavaScript Terminology
1.8 Testing & Debugging JavaScript
2 . Working with Data
2.1 Identifiers
2.2 Variables
2.3 Primitives
2.4 Keywords
2.5 Reserved Words
3 . Expression in JavaScript
3.1 Assignment Expressions
3.2 Comparison Expressions
3.3 Arithmetic Expressions
3.4 Logical Expressions
3.5 String Operations
3.6 Quotes
3.7 Boolean
3.8 Arrays
3.9 Date and Time
4 . Statements
4.1 if Statements
4.2 switch Statements
4.3 while Statements
4.4 for Statements
5 . Functions , Objects & Events
5.1 Functions
5.2 Objects
5.3 Events
6 . Testing
6.1 Debugging
6.2 Common Errors
6.3 Try Catch Block
7 . Document Object Model
7.1 Find an Element by ID
7.2 Update the Data
7.3 Access Form Elements
8 . Snippets j S it
8.1 Access the Browser URL
9 . Projects J S it
9.1 Form Validations
9.2 Guess the Number
learn mysql
1 . MySQL BASICS
1.1 Introduction to Databases and SQL
1.2 What is MySQL ?
1.3 What is phpMyAdmin ?
1.4 Datatypes MySQL
1.5 Keywords MySQL
2 . phpMyAdmin
2.1 Login and Logout phpMyAdmin
2.2 Create Users
2.3 Create Database and Table
2.4 Run Simple SQL Statements
3 . MySQL STATEMENTS
3.1 Create a Table
3.2 Drop a Table
3.3 INSERT Statements
3.4 SELECT Statements
3.5 Clause WHERE , LIMIT
3.6 Operators IS NULL , LIKE , ORDER BY
3.7 UPDATE Statements
3.8 DELETE Statements
4 . MySQL with PDO
4.1 Database Connectivity
4.2 Simple Query from PHP to mySQL
4.3 Form to Add , Edit , Update and Delete
5 . MySQLi with PHP
5.1 Database Connectivity
5.2 Simple Query from PHP to mySQL
5.3 Form to Add , Edit , Update and Delete
learn php
1 . PHP BASICS
1.1 Installation of PHP
1.2 Echo
1.3 Hello Program with PHP
1.4 Comments
1.5 Functions
2 . DATA BASICS
2.1 Variables
2.2 Strings
2.3 Numbers
2.4 Arrays
2.5 Objects
2.6 Constants
2.7 Boolean
3 . EXPRESSIONS
3.1 Assignments
3.2 Arithmetic
3.3 Comparison
3.4 Logical
4 . STATEMENTS
4.1 If Statements
4.2 Switch Statements
4.3 While Statements
5 . GENERAL
5.1 Exceptions
5.2 Debug
5.3 Files
5.4 Includes & Requires
5.5 Libraries
6 . FORMS
6.1 GET
6.2 POST
6.3 Cookies
6.4 Session
7 . Snippets
7.1 Regex
8 . PROJECTS
8.1 Save Student Registration Form Data to File
8.2 Online Test
8.3 Online Calculator
learn wordpress
1 . WordPress B i
1.1 Welcome to WordPress ?
1.2 What is WordPress ?
1.3 What is Content Management System
1.4 Website vs CMS Website
1.5 WordPress.org vs WordPress.com
1.6 Five Types of Website built with WordPress
1.7 Five Types of Website cannot built with WordPress
1.8 Alternative to WordPress CMS
1.9 Benefits of Using WordPress
2 . ACCOUNT CREATION
2.1 Create an Account with WordPress.com
2.2 Create an Account with Gravatar
2.3 Create an Account with Akismet
3 WordPress Installation
3.1 Install WordPress on Local Machine
3.2 Learnwp.xyz Website
3.3 Login and Logout WordPress
3.4 Create Your Profile
3.5 Gravatar Settings
3.7 Check the WordPress Version & Upgrade
3.8 Allow or Block Subscribers to your Site
3.9 Allow or Block Comments on your Site
3.10 Allow or Block Google to Index your Site
4 WordPress Clean Up
4.1 Clean up Themes
4.2 Clean up Plugins
4.3 Clean up Sample Pages
4.4 Clean up Sample Posts
4.5 Clean up Sample Comments
4.6 Change the Permalinks URL
4.7 Clean up the Side Bars
5 WordPress Settings
5.1 General
5.2 Writing
5.3 Reading
5.4 Discussions
5.5 Media
5.6 Permalinks
5.7 Managing Users
6 Plugins
6.1 What are Plugins ?
6.2 Install Jetpack Plugin and Link with WordPress.com
6.3 Plugins to avoid Spam Comments
6.4 Plugins to increase your site speed
6.5 Plugins to add Google reCaptcha to Login Page
6.6 Plugin for Site Security
6.7 Plugin to Change Footer
6.8 Plugin for SEO
6.9 Plugin for Contact Forms
6.10 Add Social Share Plugin
6.11 Image Size Reducer Plugin
6.12 Plugin to Backup your Site
7 . Themes
7.1 What are Themes ?
7.2 Download and Install a Theme
7.3 Site Customization
7.4 Site Title and Tagline
7.5 Site Logo
7.6 Create Menu
7.7 Header Customization
7.8 Footer Customization
8 . Pages
8.1 What are Pages ?
8.2 Create About , Contact and Portfolio Pages
8.3 Edit the URL of the Page
8.4 Edit , Revision and Status of Page
8.5 Public , Private and Password Protect your Page
9 . Text Editor
9.1 Visual Editor vs Text Editor
9.2 Formatting the Text
9.3 Create Headings
9.4 Create List Items
9.5 Link other Pages and Posts
10 . Post , Categories & Tags
10.1 What are Posts ?
10.2 Posts Vs Pages
10.3 Categories vs Tags
10.4 Create Categories
10.5 Create Post
10.6 Create Tags
11 . Media
11.1 What are Media Files ?
11.2 Upload Media to your Site
11.3 Embed Image , Audio and Video to a Page
11.4 Add a PDF Download Link
12 Sidebar and Widgets
12.1 Add Search Bar to Side Bar
12.2 Add Text Widgets to Side Bar
12.3 Add Subscribe Box to Side Bar
12.4 Add Site Categories and Featured Post to Side Bar
13 WordPress Customization
13.1 Add Custom CSS file to your Site
13.2 Add your Own Logo to the Login Page
13.3 Add Google Custom Fonts to your Site
13.4 Add Google Analytics Custom Code
13.5 Remove Emoji unwanted js file from your site
13.6 Add Fonts Awesome to your Site
14 . Excercise
14.1 Restore a page from Revision 14.2 Add , Approve and Delete Comments 14.3 Change Logo of your Site 14.4 Change the H1 fonts size from Custom CSS 14.5 Create Page and Add to the Menu 14.6 Create Post and Display it on the Side Bar 14.7 Display a Welcome Note on Side Bar Menu
← Prev
Back
Next →
← Prev
Back
Next →