وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Best Bundle Of HTML,CSS, JAVASCRIPT, NODE JS, NPM, JSON, SQL

سرفصل های دوره

HTML5 CSS3 , Front End & Back End Development, CSS Advance, Bootstrap, JavaScript, NodeJS, NPM, JSON, SQL, php


1. Introduction
  • 1. Introduction

  • 2. HTML Hypertext Markup Language
  • 1.1 Course - HTML, CSS.pptx
  • 1. Introduction Course Content
  • 2. Introduction Continued
  • 3. Download and install VS Code
  • 4. 5- HTML History~Client Server Arch.
  • 5. 6 - HTML Heading tags
  • 6. 7- P tag, br tag, List tag, Nesting of list tag
  • 7. 8- img tag, anchor tag, making images clickable
  • 8. 9- Input tags, button
  • 9. 10- Button, Div tag
  • 10. 11- B tag, inspect browser, DOM, Image height~width
  • 11. 12- Table tag
  • 12. 13- Audio and Video files in html page
  • 13. 14- Video Audio files from internet into our page, using iframe tag
  • 14. 15- HTML Boilerplate Code, Page Title
  • 15. 16- Multipage Website
  • 16. 17 - Github Repository Creation and Uploading files
  • 17. 18 - Settings to Host Website for Free using GITHUB
  • 18.1 HTML+Practice.rar
  • 18. 19 - Our website URL, HTML Conclusion

  • 3. CSS Cascading Style Sheets
  • 1. 20 -CSS Introduction
  • 2. 21 - Inline CSS
  • 3. 22- div tag,CSS box model, CSS Selectors
  • 4. 23- Running Sample CSS code
  • 5. 24- CSS Defining Div tags and class in our page
  • 6. 25- Inline CSS and styling
  • 7. 26- Tag based CSS styling
  • 8. 27- Class Based styling continued, Comment tag
  • 9. 28- Float property
  • 10. 29 - id selector styling, using multiple selectors, priority order
  • 11. 30 - Attribute Selector Examples
  • 12. 31 - Universal Selector
  • 13. 32 - Combining different selectors, Grouping Selectors
  • 14. 33 - Child Selector, Descendent selector
  • 15. 34- Chaining selectors example
  • 16. 35- External CSS
  • 17. 36- Positioning in CSS Static,Relative,Fixed,Absolute
  • 18.1 upload code at lecture 37.rar
  • 18. 37- Sticky Positioning CSS
  • 19. 38 - Toolbar Creation Example
  • 20. 39- Toolbar contd. and Use of Pseudo Classes
  • 21. 40- Pseudo Class with IMG tag
  • 22. 41- Pseudo Class Table Styling
  • 23.1 upload in class 42.rar
  • 23. 42- Pseudo Class example Input fields
  • 24. 43 - Display Property in CSS
  • 25. 44- Responsive Web Design
  • 26. 45 - Media Queries
  • 27. 46- Flexbox CSS Container
  • 28. 47- Flexbox CSS Items
  • 29. 48- CSS Grid Intro and Container Properties
  • 30.1 upload at class 49.rar
  • 30. 49- CSS Grid Items Properties

  • 4. Additional Section BOOTSTRAP
  • 1. 50- Bootstrap Introduction, using online
  • 2.1 CSS+Practice.rar
  • 2. 51- Bootstrap using offline

  • 5. JS Javascript
  • 1.1 JavaScript, Node JS.pptx
  • 1. Introduction
  • 2.1 javascript intro.rar
  • 2. 53- JS Introduction and VS Code Installation
  • 3. 54- Javascript Important Basics
  • 4. 55- JS important points to remember
  • 5. 56- Hello World !!
  • 6. 57 - Variables and Constants
  • 7. 58 - Primitive Types in JS
  • 8. 59- Using typeof operator
  • 9. 60 - More on data types, Difference between Null and undefined

  • 6. JS Operators
  • 1. 61- Mathematics Operators
  • 2. 62- Comparison Operators
  • 3. 63- Ternary Operator
  • 4. 64- Logical Operators
  • 5. 65-Example - Swapping Variables

  • 7. JS Conditional Statement
  • 1. 66- Conditional Statment ~if-else Example
  • 2. 67-switch-case Example
  • 3. 68- if-else another example

  • 8. JS Arrays
  • 1. 69- Array introduction
  • 2. 70- Adding elements in array, push(),unshift(),splice() methods
  • 3. 71 - Removing elements from array, pop(),splice(),shift()
  • 4. 72- split() & join() methods
  • 5. 73- Concat, Sort and Reverse Methods
  • 6. 74- toString() & fill() methods
  • 7. 75- using isArray() function
  • 8. 76-Multidimensional Array
  • 9. 77- Using document.write
  • 10. 78- Plan for the next Section

  • 9. JS Loops
  • 1. 79- Execute code using Node JS
  • 2. 80- While Loop
  • 3. 81-Example While Loop
  • 4. 82- Do-While Loop
  • 5. 83- FOR Loop
  • 6. 84 - Example -FOR Loop with If-Else
  • 7. 85 - Loop with Array, for-of loop
  • 8. 86- For-in loop with Objects and Arrays
  • 9. 87- Break and Continue

  • 10. JS Functions
  • 1. 88- Functions Declaration, Function Expression, Anonymous Function
  • 2. 89- Function Parameters and Arguments
  • 3. 90- Using alert with Function
  • 4. 91- Using Return keyword
  • 5. 92- Example Of Using Return Keyword with Condition Check
  • 6. 93- Arguments object in JS
  • 7. 94- Global vs Local Variable scope
  • 8. 95- Immediately invoked function
  • 9. 96- Rest Operator
  • 10. 97- Arrow Functions
  • 11. 98- Datatype conversion methods
  • 12. 99- For Each Method with Arrow Function
  • 13. 100- Callback Functions, Passing a function as an argument to other function
  • 14. 101 - Callback Function another example

  • 11. JS Objects
  • 1. 102- Objects Introduction
  • 2. 103- Objects - working with square brackets notation
  • 3. 104- For-In loop with Objects
  • 4. 105 - Using functions with object and nesting of objects, OOP
  • 5. 106 - More about Objects and Methods
  • 6. 107 -using THIS keyword and accessing another object
  • 7. 108- Combining two or more objects
  • 8. 109- Math Object
  • 9. 110 - Example - Using Math Object Random Number Method
  • 10. 111- Using NEW keyword
  • 11. 112-Date Object
  • 12. 113- Using Getter and Setter
  • 13. 114- Object ConstructorFunction
  • 14. 115- Functions are Objects, Prototype Intro

  • 12. JS Miscellaneous
  • 1. 116 - Hoisting in JS
  • 2. 117 - Strict Mode Use Strict
  • 3. 118 - Using TRY CATCH Block- Error Handling
  • 4. 119 - Congratulations on Completing JS Course

  • 13. NODE JS
  • 1.1 All Files.rar
  • 1. 120 - Node JS Intro and Upcoming Sections Plan
  • 2. 121- Node JS Intro and Installation
  • 3. 122- REPL in Node
  • 4. 123- Create Server using Node
  • 5. 124- Modules in JS, Sync and Async
  • 6. 125- fs module Sync
  • 7. 126- fs module Async
  • 8. 127 - OS Module
  • 9. 128- http module
  • 10. 129- using nodemon
  • 11. 130 - Defining Routing for multiple pages
  • 12. 131- Displaying HTML page response from server
  • 13. 132 - Creating Own Module
  • 14. 133- using npm module
  • 15. 134 - QR Code generation using NPM example
  • 16. 135- import and require

  • 14. Node JS JSON & APIs
  • 1. 136- Complete JSON
  • 2. 137- APIs , Exposing JSON Data
  • 3. 138- Call External API usnig Request
  • 4. 139- using AXIOS to call external API
  • 5. 140- Events Module

  • 15. SQL (Structured Query Language) with NODE JS
  • 1.1 Prerequisites.pptx
  • 1. 141- Introduction and prerequisites
  • 2. 142 - npm install mysql
  • 3. 143 - Creating Connection
  • 4. 144- Database Creation
  • 5. 145 - Create a Table
  • 6. 146- Drop a Table
  • 7. 147 - Alter Table
  • 8. 148- Insert Data Into Table
  • 9. 149- Inserting Multiple Records in table
  • 10. 150- SELECT Queries to fetch data from table
  • 11. 151 - WHERE, AND, OR in SQL
  • 12. 152- Update Set, Min, MAx
  • 13. 153 -Alter and Update table
  • 14. 154 - Group By in SQL with NODE
  • 15. 155 - SQL Joins with Node
  • 16. 156 - SQL Delete & Drop

  • 16. Conclusion
  • 1. 157. Conclusion
  • 45,900 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    مدرس:
    شناسه: 33365
    حجم: 7612 مگابایت
    مدت زمان: 1002 دقیقه
    تاریخ انتشار: 7 فروردین 1403
    طراحی سایت و خدمات سئو

    45,900 تومان
    افزودن به سبد خرید