INDEX OF ZEEK HTML,CSS and JS

INDEX OF BLOG

HTML Concepts ( zeeshan.html to zeek12.html )

Name
Title
Labels
Live Server Issue
Live Server
Include javascrpt and css sheet
In this html page you learn how to include javascrpt and css sheet
Heading, paragraphs and emmet
<hr> <strong><h1><em><p>
Image and Links using anchor tags
anchor tags to link pageslink to open in new tab we use target="_blank"
Lists and Tables
Ordered and Unordered listsTables
Forms
How to make Formsinput type_(date/reset/number/radio/text/email/Submit/checkbox)TextArea
Inline and Block Elements
Inline ElementsBlock Elements
Ids and classes
IDS AND CLASSES IN HTML
HTML Entities
HTML Entitiessymbol of poundsymbol of copyrightGiving space
Semantic Elemnts
Examples of semantic elements: <form> <table><details><summary><article>

CSS Concepts ( zeek13.html to zeek45.html )

Name
Title
Labels
CSS Starting
what is CSS? Theory regarding CSS
CSS TUTORIALS
How to link( Inline /Internal /External ) CSS to HTML page
zeek14.css
External CSS file for zeek14.html
CSS Selectors
Id SelectorGrouping SelectorClass SelectorElement Selector
Developer Tools
link for developer toolschrome developer toolsinspect on chromemultiple classes in one tag
CSS Fonts
font-(family)(size)(weight)(style)Importing a Font through google fontline-heightCSS Fonts
Colors in CSS
How to implement or manage colors
Height,Width,Border and Background
Width of paragraph areabackground colorHeight of paragraph area
Borders and Backgrounds
background images and its details border attributes like its radius or color or location of radius
CSS Box Model,Margin and Padding
Different commands or ways to write margin and padding box-sizing:border-box Padding Margin
CSS tutorial:Float and Clear
clear:left or right or both float:left or right Float and clear
Pseudo Selectors and more designing
Pseudo_Selectors hover active visited Button Cursor FontSize
Navigation Bar
Navigation_Bar Header Class list_style_type text_decoration overflow:auto
CSS Display Property
CSS Display Property display=inline-block
Positioning in CSS
position:fixed position:sticky position:absolute position:relative

CarWebsite(Self-Made using Forms,Background-Image and Navigation_Bar)

Name
Title
Labels
Car Website
Forms Background-Image Navigation_Bar

CSS Concepts continued...

Name
Title
Labels
Visibility and Z-index
Z-index not work static or default visibility:hidden Z-Index to solve overlapping issue display:none
CSS FlexBox
display:flex flex-(direction/wrap/flow) justify-content and align-items flex-(grow/shrink/basis) order
Size Units
SIZE UNITS vw-viewport width vh-viewport height em rem
Media Query
@media Media Query-Allow to specify when certain CSS rule apply
Advance Selectors in CSS
Advance Selectors in CSS How certain selectors choose element:
nth psuedo child selector
style anchor with specific target style input with specific type nth pseudo selector to style for pattern
Background Opacity
before and after Selectors for background-image Opacity of background image
Box and Text Shadow
Box-Shadow(shadow inside and outside of box) Text-Shadow(shadow of text)
Custom Variables
Creating Custom Variables Once set can be used again and again
Animations and Keyframes
Animation Setting in two different Ways Keyframes
CSS Transition Effects
Transition Property in CSS transition-(duration/delay/ timing-function)
Transform Property
Transform Property transform:{rotate()/skew()/scale()/translate(x y)}

Mental Health Site(Self-Made and responsive)

Name
Title
Labels
Mental Health Welfare
First responsive website phone.css index.css First index then phone CSS link
index.css
CSS for webpage for big screen(i.e-Computer)
phone.css
CSS for webpage when screen is small(i.e-Mobile Phone)
images for index.html
stress background image tension greenery balance happy navbar image family water thinking heaven

CSS Concepts continued...

Name
Title
Labels
CSS Grid Column
display:grid CSS Grid Column grid template columns-(auto/fr/repeat/number) grid gap
CSS Grid Rows
CSS Grid Rows and Columns Responsive page zeek41.css
Spanning rows and Columns in grid
Spanning in Row and Column of CSS Grid
AutoFit in CSS Grid
Responsive grid without any media query minmax auto-fit
Template Design
CSS Grid Template area Fastest way to make layout of website
Media Query and CSS Grid
Using Grid template Areas, @media (minwidth) and (maxwidth) Responsive website

JavaScript Concepts ( zeek46.html to zeek62.html )

Name
Title
Labels
Introduction to JavaScript frontend and backend
Introduction to JavaScript and some basic questions
JavaScript using chrome developer console
Places to add javascript in html page
Variables,Data-Types and Operators
Variables (num1++ and ++num1) Operators-(Unary/Binary/Arthimetic/Exponential) Operands
Strings in JavaScript
Adding string by .getElementById and .innerHTML JS| ${variable}|.length|Effect of \n and \t
String Functions in JavaScript
.indexOf .slice() .toUpperCase .replace toLowerCase .trim() .lastIndexOf str[n]
Scope and Conditionals
Scope of(var/const/let) If-else conditionals Switch case condition
Arrays and Objects in JavaScript
array[n]:n is order Array vs Object Different ways to create array .length .push() Arrays
Functions in JavaScript
Function in JavaScript function keyword use Return in JavaScript
Alert,Prompt and Confirm in JS
alert() confirm() prompt() Use of alert /prompt /confirm describe in body
Loop
itterating object by for(key in employee) for(elements of abc){} Itterating array by for loop
Navigating DOM in javascript
.getElementById .querySelector .getElementsByClassName Navigating DOM in JS
Event Listening in JavaScript
Ways to create event(addEventListener or create function) Event performed and Event handling
Set Time-Out and interval
Timing Events setTimeout-(giving message after interval time) setInterval-(Adding time in page)
Date and Time in JS
Date and Time Setting new date Getting present date in JS
Arrow functions in JS
Arrow Functions Makes Syntax Smal
Math Function
MathFunctions Math.[pow()/sqrt()/abs()/sin()/cos()/min()/max()/random()]
JSON Tutorials
JSON.stringify-Convert object to string change object by string concept JSON.parse-Convert String to object

Node JS concepts(zeek62 to 69)

Name
Title
Labels
Introduction to Node js
Introduction to node.js How to use node.js in Visual Studio Code?
zeek64.js, zeek64.txt and zeek.txt
NodeJs Modules Read File(zeek64.txt) Replace Text Create new File(zeek.txt)
zeek65.js
Synchronous (or blocking) execution Asynchronous (or non-blocking) execution
(index.js and index.html ,about.html , services.html , contact.html )
Serving the files based upon user requests Full working navBar Custom Backend in NodeJS
(package.json and zeek69.js)
Using npm Install or uninstall package like express or slugify or nodemon View versions of package

Express in Node

Name
Title
Labels
(app.js, package.json)
Commands on terminal postman Express framework
(app.js, package.json,demo.pug , index.js)
Serving static files Installing and Using Pug

Comments