ویدیوهای آموزشی

آموزش طراحی وب - قسمت ششم - Web Development Course - Part 6 - JavaScript Basics
آموزش طراحی وب - قسمت ششم - Web Development Course - Part 6 - JavaScript Basics
آموزش طراحی وب - قسمت ششم - Web Development Course - Part 6 - JavaScript Basics

آموزش طراحی وب - قسمت ششم - Web Development Course - Part 6 - JavaScript Basics

توسط Siavash Mahmoudian
توسط Siavash Mahmoudian

این ششمین ویدیو از سری آموزشی طراحی وب هست. در این ویدیو با مقدمات جاوااسکریپت آشنا میشیم و مفهوم Operatorها، Variableها، Data Typeها، آبجکت document و عبارات شرطی را یاد خواهیم گرفت. در انتها یک برنامه خیلی ساده با هم می‌سازیم. اسلایدها: http://bit.ly/2HYBAER آپارات: https://www.aparat.com/v/tSHdy تلگرام: http://telegram.me/siavash برنامه آموزشی: Frontend -- HTML -- HTML5 -- CSS ---- CSS Basics ---- CSS Advanced ---- Styling HTML Form Elements -- JavaScript ---- JavaScript Basics *** شما اینجا هستید ---- jQuery ---- React ---- React Native Backend -- Introducing REST -- Node.js ---- npm ---- Express ---- Socket.io ---- Electron -- Meteor -- Message Queues ---- RabbitMQ Cache and Database -- MySQL -- Redis -- ElasticSearch -- MongoDB -- Neo4J -- Couchbase -- Hadoop Tools and Deployment -- git -- Webpack -- Docker -- Jenkins

این ششمین ویدیو از سری آموزشی طراحی وب هست. در این ویدیو با مقدمات جاوااسکریپت آشنا میشیم و مفهوم Operatorها، Variableها، Data Typeها، آبجکت document و عبارات شرطی را یاد خواهیم گرفت. در انتها یک برنامه خیلی ساده با هم می‌سازیم. اسلایدها: http://bit.ly/2HYBAER آپارات: https://www.aparat.com/v/tSHdy تلگرام: http://telegram.me/siavash برنامه آموزشی: Frontend -- HTML -- HTML5 -- CSS ---- CSS Basics ---- CSS Advanced ---- Styling HTML Form Elements -- JavaScript ---- JavaScript Basics *** شما اینجا هستید ---- jQuery ---- React ---- React Native Backend -- Introducing REST -- Node.js ---- npm ---- Express ---- Socket.io ---- Electron -- Meteor -- Message Queues ---- RabbitMQ Cache and Database -- MySQL -- Redis -- ElasticSearch -- MongoDB -- Neo4J -- Couchbase -- Hadoop Tools and Deployment -- git -- Webpack -- Docker -- Jenkins


CS75 (Summer 2012) Lecture 3 MVC XML Harvard Web Development David Malan
CS75 (Summer 2012) Lecture 3 MVC XML Harvard Web Development David Malan
CS75 (Summer 2012) Lecture 3 MVC XML Harvard Web Development David Malan

CS75 (Summer 2012) Lecture 3 MVC XML Harvard Web Development David Malan

توسط Jorge Scott
توسط Jorge Scott

David Malan teaching CS75 lecture 3 MVC XML. http://www.cs75x.net/

David Malan teaching CS75 lecture 3 MVC XML. http://www.cs75x.net/


Try DJANGO TUTORIAL Series (v2.2) //  PYTHON Web Development with Django version 2.2
Try DJANGO TUTORIAL Series (v2.2) //  PYTHON Web Development with Django version 2.2
Try DJANGO TUTORIAL Series (v2.2) // PYTHON Web Development with Django version 2.2

Try DJANGO TUTORIAL Series (v2.2) // PYTHON Web Development with Django version 2.2

توسط CodingEntrepreneurs
توسط CodingEntrepreneurs

Try Django 2.2 is step-by-step to build a modern fully open-source Blog web application using Python Django Bootstrap Javascript and more. Code: https://github.com/codingforentrepreneurs/Try-Django-2.2 Subscribe: http://joincfe.com/youtube Pro + AdFree: http://kirr.co/ni5fia Lessons 1 - Welcome (0:00:00) 2 - What we re going to build (0:03:35) 3 - Setup Django and Virtual Environment (0:09:00) 4 - What Django Does (0:14:02) 5 - Define a View (0:20:45) 6 - A First URL Mapping (0:23:45) 7 - Multiple Views (0:27:19) 8 - path vs re_path vs url (0:29:54) 9 - Your First Template (0:32:19) 10 - Loading a HTML Template (0:34:24) 11 - Add Bootstrap (0:38:28) 12 - Render Context in Templates (0:40:12) 13 - Stay DRY with Templates (0:44:38) 14 - Rendering Any Kind of Template (0:51:51) 15 - Template Context Processors (0:57:01) 16 - Built-In Template Tags (0:59:43) 17 - Your First App (1:03:31) 18 - Save to the Database (1:09:46) 19 - Model to Django Admin (1:14:27) 20 - Model in a View (1:17:54) 21 - Dynamic URL-based Lookups (1:23:22) 22 - Handling Dynamic URL Errors (1:27:48) 23 - Get Object or 404 (1:31:01) 24 - A New Database Lookup Value (1:35:06) 25 - QuerySet Lookups (1:42:17) 26 - A Unique Slug (1:46:46) 27 - CRUD Views (1:50:40) 28 - CRUD View Outline (1:57:10) 29 - Blog Post List View (2:01:17) 30 - Routing the Views (2:04:55) 31 - Include URLs (2:08:47) 32 - In App Templates (2:14:35) 33 - Submit Raw HTML Form (2:20:03) 34 - A Django Form (2:25:20) 35 - Saving Data from a Django Form (2:30:54) 36 - Model Form (2:36:28) 37 - Validate Data on Fields (2:40:56) 38 - Login Required (2:45:32) 39 - Associate Blog Post to a User with Foreign Keys (2:49:12) 40 - Logged In User Forms (2:56:36) 41 - Update View with Model Form (3:01:11) 42 - Better Validation on Update Views (3:04:53) 43 - Delete and Confirm (3:08:51) 44 - Blog Post Navigation (3:12:33) 45 - Include the Navbar (3:15:44) 46 - Include with Arguments (3:18:39) 47 - An Included Template for Consistent Design (3:26:02) 48 - Publish Date Timestamp Updated (3:31:27) 49 - Model Managers and Custom QuerySets (3:37:27) 50 - Published and Draft Posts (3:43:04) 51 - Static Files and Uploading Files (3:48:37) 52 - Image Field and Uploading Images (3:58:57) 53 - Putting it All Together (4:04:24) 54 - Complex Lookups (4:13:51) 55 - Thank you and next steps

Try Django 2.2 is step-by-step to build a modern fully open-source Blog web application using Python Django Bootstrap Javascript and more. Code: https://github.com/codingforentrepreneurs/Try-Django-2.2 Subscribe: http://joincfe.com/youtube Pro + AdFree: http://kirr.co/ni5fia Lessons 1 - Welcome (0:00:00) 2 - What we re going to build (0:03:35) 3 - Setup Django and Virtual Environment (0:09:00) 4 - What Django Does (0:14:02) 5 - Define a View (0:20:45) 6 - A First URL Mapping (0:23:45) 7 - Multiple Views (0:27:19) 8 - path vs re_path vs url (0:29:54) 9 - Your First Template (0:32:19) 10 - Loading a HTML Template (0:34:24) 11 - Add Bootstrap (0:38:28) 12 - Render Context in Templates (0:40:12) 13 - Stay DRY with Templates (0:44:38) 14 - Rendering Any Kind of Template (0:51:51) 15 - Template Context Processors (0:57:01) 16 - Built-In Template Tags (0:59:43) 17 - Your First App (1:03:31) 18 - Save to the Database (1:09:46) 19 - Model to Django Admin (1:14:27) 20 - Model in a View (1:17:54) 21 - Dynamic URL-based Lookups (1:23:22) 22 - Handling Dynamic URL Errors (1:27:48) 23 - Get Object or 404 (1:31:01) 24 - A New Database Lookup Value (1:35:06) 25 - QuerySet Lookups (1:42:17) 26 - A Unique Slug (1:46:46) 27 - CRUD Views (1:50:40) 28 - CRUD View Outline (1:57:10) 29 - Blog Post List View (2:01:17) 30 - Routing the Views (2:04:55) 31 - Include URLs (2:08:47) 32 - In App Templates (2:14:35) 33 - Submit Raw HTML Form (2:20:03) 34 - A Django Form (2:25:20) 35 - Saving Data from a Django Form (2:30:54) 36 - Model Form (2:36:28) 37 - Validate Data on Fields (2:40:56) 38 - Login Required (2:45:32) 39 - Associate Blog Post to a User with Foreign Keys (2:49:12) 40 - Logged In User Forms (2:56:36) 41 - Update View with Model Form (3:01:11) 42 - Better Validation on Update Views (3:04:53) 43 - Delete and Confirm (3:08:51) 44 - Blog Post Navigation (3:12:33) 45 - Include the Navbar (3:15:44) 46 - Include with Arguments (3:18:39) 47 - An Included Template for Consistent Design (3:26:02) 48 - Publish Date Timestamp Updated (3:31:27) 49 - Model Managers and Custom QuerySets (3:37:27) 50 - Published and Draft Posts (3:43:04) 51 - Static Files and Uploading Files (3:48:37) 52 - Image Field and Uploading Images (3:58:57) 53 - Putting it All Together (4:04:24) 54 - Complex Lookups (4:13:51) 55 - Thank you and next steps


Python Flask Tutorial For Beginners | Flask Web Development Tutorial | Python Training | Edureka
Python Flask Tutorial For Beginners | Flask Web Development Tutorial | Python Training | Edureka
Python Flask Tutorial For Beginners | Flask Web Development Tutorial | Python Training | Edureka

Python Flask Tutorial For Beginners | Flask Web Development Tutorial | Python Training | Edureka

توسط edureka!
توسط edureka!


آموزش طراحی وب - قسمت پنجم - Web Development Course - Part 5 - HTML Form Elements
آموزش طراحی وب - قسمت پنجم - Web Development Course - Part 5 - HTML Form Elements
آموزش طراحی وب - قسمت پنجم - Web Development Course - Part 5 - HTML Form Elements

آموزش طراحی وب - قسمت پنجم - Web Development Course - Part 5 - HTML Form Elements

توسط Siavash Mahmoudian
توسط Siavash Mahmoudian

این پنجمین ویدیو از سری آموزشی طراحی وب هست. در این ویدیو با HTML Form Elementها آشنا میشیم و یک فرم کامل در انتهای صفحه‌ای که جلسه پیش طراحی کرده بودیم اضافه می‌کنیم. سورس کد این جلسه: http://bit.ly/2tfceLG اسلایدها: http://bit.ly/1P6xsh7 آپارات: http://www.aparat.com/v/DXcIZ فیسبوک: https://www.facebook.com/mahmoudian/videos/10155193960291066/ تلگرام: http://telegram.me/siavash برنامه آموزشی: Frontend -- HTML -- HTML5 -- CSS ---- CSS Basics ---- CSS Advanced ---- Styling HTML Form Elements *** شما اینجا هستید ---- CSS Frameworks ---- LESS / Sass -- JavaScript ---- JavaScript Basics ---- jQuery ---- Bower ---- RequireJS ---- Backbone.js ---- Yeoman ---- AngularJS ---- Cordova and Ionic Backend -- Introducing REST -- Node.js ---- npm ---- Express ---- Socket.io ---- Electron -- Meteor -- PHP ---- Composer ---- Slim ---- Zend Framework 2 ---- Doctrine -- Message Queues ---- RabbitMQ Cache and Database -- MySQL -- Redis -- ElasticSearch -- MongoDB -- Neo4J -- Couchbase -- Hadoop Tools and Deployment -- git -- Grunt -- Docker -- Puppet -- Travis CI -- Jenkins

این پنجمین ویدیو از سری آموزشی طراحی وب هست. در این ویدیو با HTML Form Elementها آشنا میشیم و یک فرم کامل در انتهای صفحه‌ای که جلسه پیش طراحی کرده بودیم اضافه می‌کنیم. سورس کد این جلسه: http://bit.ly/2tfceLG اسلایدها: http://bit.ly/1P6xsh7 آپارات: http://www.aparat.com/v/DXcIZ فیسبوک: https://www.facebook.com/mahmoudian/videos/10155193960291066/ تلگرام: http://telegram.me/siavash برنامه آموزشی: Frontend -- HTML -- HTML5 -- CSS ---- CSS Basics ---- CSS Advanced ---- Styling HTML Form Elements *** شما اینجا هستید ---- CSS Frameworks ---- LESS / Sass -- JavaScript ---- JavaScript Basics ---- jQuery ---- Bower ---- RequireJS ---- Backbone.js ---- Yeoman ---- AngularJS ---- Cordova and Ionic Backend -- Introducing REST -- Node.js ---- npm ---- Express ---- Socket.io ---- Electron -- Meteor -- PHP ---- Composer ---- Slim ---- Zend Framework 2 ---- Doctrine -- Message Queues ---- RabbitMQ Cache and Database -- MySQL -- Redis -- ElasticSearch -- MongoDB -- Neo4J -- Couchbase -- Hadoop Tools and Deployment -- git -- Grunt -- Docker -- Puppet -- Travis CI -- Jenkins


آموزش طراحی وب - قسمت هفتم - آموزش جاوااسکریپت - Web Development Course - Part 7 - JavaScript
آموزش طراحی وب - قسمت هفتم - آموزش جاوااسکریپت - Web Development Course - Part 7 - JavaScript
آموزش طراحی وب - قسمت هفتم - آموزش جاوااسکریپت - Web Development Course - Part 7 - JavaScript

آموزش طراحی وب - قسمت هفتم - آموزش جاوااسکریپت - Web Development Course - Part 7 - JavaScript

توسط Siavash Mahmoudian
توسط Siavash Mahmoudian

این هفتمین ویدیو از سری آموزشی طراحی وب هست. در این ویدیو با Switch، توابع، و Comment آشنا خواهیم شد. در این قسمت دو برنامه خیلی ساده با جاوااسکریپت خواهیم ساخت. اسلایدها: http://bit.ly/2YV6a8m آپارات: تلگرام: http://telegram.me/siavash برنامه آموزشی: Frontend -- HTML -- HTML5 -- CSS ---- CSS Basics ---- CSS Advanced ---- Styling HTML Form Elements -- JavaScript ---- JavaScript Basics ---- JavaScript - Function *** شما اینجا هستید ---- jQuery ---- React ---- React Native Backend -- Introducing REST -- Node.js ---- npm ---- Express ---- Socket.io ---- Electron -- Meteor -- Message Queues ---- RabbitMQ Cache and Database -- MySQL -- Redis -- ElasticSearch -- MongoDB -- Neo4J -- Couchbase -- Hadoop Tools and Deployment -- git -- Webpack -- Docker -- Jenkins

این هفتمین ویدیو از سری آموزشی طراحی وب هست. در این ویدیو با Switch، توابع، و Comment آشنا خواهیم شد. در این قسمت دو برنامه خیلی ساده با جاوااسکریپت خواهیم ساخت. اسلایدها: http://bit.ly/2YV6a8m آپارات: تلگرام: http://telegram.me/siavash برنامه آموزشی: Frontend -- HTML -- HTML5 -- CSS ---- CSS Basics ---- CSS Advanced ---- Styling HTML Form Elements -- JavaScript ---- JavaScript Basics ---- JavaScript - Function *** شما اینجا هستید ---- jQuery ---- React ---- React Native Backend -- Introducing REST -- Node.js ---- npm ---- Express ---- Socket.io ---- Electron -- Meteor -- Message Queues ---- RabbitMQ Cache and Database -- MySQL -- Redis -- ElasticSearch -- MongoDB -- Neo4J -- Couchbase -- Hadoop Tools and Deployment -- git -- Webpack -- Docker -- Jenkins


آموزش طراحی وب - قسمت چهارم - Web Development Course - Part 4 - CSS Advanced
آموزش طراحی وب - قسمت چهارم - Web Development Course - Part 4 - CSS Advanced
آموزش طراحی وب - قسمت چهارم - Web Development Course - Part 4 - CSS Advanced

آموزش طراحی وب - قسمت چهارم - Web Development Course - Part 4 - CSS Advanced

توسط Siavash Mahmoudian
توسط Siavash Mahmoudian

این چهارمین ویدیو از سری آموزشی طراحی وب هست. در این ویدیو با تعداد زیادی از تعاریف CSS آشنا میشیم و صفحه‌ای رو که طراحیشو شروع کرده بودیم رو تموم می‌کنیم. سورس کد این جلسه: http://bit.ly/2sIDeU1 اسلایدها: http://bit.ly/1P6xsh7 آپارات: http://bit.ly/2sIDeU1 فیسبوک: https://www.facebook.com/mahmoudian/videos/vb.583431065/10155167212371066/ تلگرام: http://telegram.me/siavash برنامه آموزشی: Frontend -- HTML -- HTML5 -- CSS ---- CSS Basics ---- CSS Advanced *** شما اینجا هستید ---- CSS Frameworks ---- LESS / Sass -- JavaScript ---- JavaScript Basics ---- jQuery ---- Bower ---- RequireJS ---- Backbone.js ---- Yeoman ---- AngularJS ---- Cordova and Ionic Backend -- Introducing REST -- Node.js ---- npm ---- Express ---- Socket.io ---- Electron -- Meteor -- PHP ---- Composer ---- Slim ---- Zend Framework 2 ---- Doctrine -- Message Queues ---- RabbitMQ Cache and Database -- MySQL -- Redis -- ElasticSearch -- MongoDB -- Neo4J -- Couchbase -- Hadoop Tools and Deployment -- git -- Grunt -- Docker -- Puppet -- Travis CI -- Jenkins

این چهارمین ویدیو از سری آموزشی طراحی وب هست. در این ویدیو با تعداد زیادی از تعاریف CSS آشنا میشیم و صفحه‌ای رو که طراحیشو شروع کرده بودیم رو تموم می‌کنیم. سورس کد این جلسه: http://bit.ly/2sIDeU1 اسلایدها: http://bit.ly/1P6xsh7 آپارات: http://bit.ly/2sIDeU1 فیسبوک: https://www.facebook.com/mahmoudian/videos/vb.583431065/10155167212371066/ تلگرام: http://telegram.me/siavash برنامه آموزشی: Frontend -- HTML -- HTML5 -- CSS ---- CSS Basics ---- CSS Advanced *** شما اینجا هستید ---- CSS Frameworks ---- LESS / Sass -- JavaScript ---- JavaScript Basics ---- jQuery ---- Bower ---- RequireJS ---- Backbone.js ---- Yeoman ---- AngularJS ---- Cordova and Ionic Backend -- Introducing REST -- Node.js ---- npm ---- Express ---- Socket.io ---- Electron -- Meteor -- PHP ---- Composer ---- Slim ---- Zend Framework 2 ---- Doctrine -- Message Queues ---- RabbitMQ Cache and Database -- MySQL -- Redis -- ElasticSearch -- MongoDB -- Neo4J -- Couchbase -- Hadoop Tools and Deployment -- git -- Grunt -- Docker -- Puppet -- Travis CI -- Jenkins


TechKids 7 days crash course | Iot | embedded systems | web development | robotics
TechKids 7 days crash course | Iot | embedded systems | web development | robotics
TechKids 7 days crash course | Iot | embedded systems | web development | robotics

TechKids 7 days crash course | Iot | embedded systems | web development | robotics

توسط tech kids
توسط tech kids

TechKids is organising a 7 day crash course on technologies like IoT Robotics Embedded systems web development. Complete details of the course will be explained on *10:00 am to 10:30 am - 8/12/2019 @AU303* If you want to make use of your vacation wisely join the course. Interested to attend do fill the form and share it with your friends. For more information contact : Shashank H P 6360814094 https://forms.gle/GXo5s5YvryVYkycx5

TechKids is organising a 7 day crash course on technologies like IoT Robotics Embedded systems web development. Complete details of the course will be explained on *10:00 am to 10:30 am - 8/12/2019 @AU303* If you want to make use of your vacation wisely join the course. Interested to attend do fill the form and share it with your friends. For more information contact : Shashank H P 6360814094 https://forms.gle/GXo5s5YvryVYkycx5


Introduction to Javascript | Web Development Tutorial for Beginners
Introduction to Javascript | Web Development Tutorial for Beginners
Introduction to Javascript | Web Development Tutorial for Beginners

Introduction to Javascript | Web Development Tutorial for Beginners

توسط GTCoding
توسط GTCoding

In this video I will give you a brief introduction to Javascript. Javascript is one of the most popular programming languages in web development today. So it is really important that you learn at least the basics of Javascript if you want to be a better web developer. If you have any questions you can ask in the comments section. If you like this video please click on the LIKE button. SUBSCRIBE to this channel to get notifications about latest video uploads. Thank you for watching.

In this video I will give you a brief introduction to Javascript. Javascript is one of the most popular programming languages in web development today. So it is really important that you learn at least the basics of Javascript if you want to be a better web developer. If you have any questions you can ask in the comments section. If you like this video please click on the LIKE button. SUBSCRIBE to this channel to get notifications about latest video uploads. Thank you for watching.


JavaScript Interview Questions and Answers | Full Stack Web Development Training | Edureka
JavaScript Interview Questions and Answers | Full Stack Web Development Training | Edureka
JavaScript Interview Questions and Answers | Full Stack Web Development Training | Edureka

JavaScript Interview Questions and Answers | Full Stack Web Development Training | Edureka

توسط edureka!
توسط edureka!


آموزش طراحی وب - قسمت دوم - Web Development Course - Part 2 - HTML5
آموزش طراحی وب - قسمت دوم - Web Development Course - Part 2 - HTML5
آموزش طراحی وب - قسمت دوم - Web Development Course - Part 2 - HTML5

آموزش طراحی وب - قسمت دوم - Web Development Course - Part 2 - HTML5

توسط Siavash Mahmoudian
توسط Siavash Mahmoudian

این دومین ویدیو از سری آموزشی طراحی وب هست. در این ویدیو ساختار کلی یک وبسایت سادرو با استفاده از HTML5 طراحی می‌کنیم و در جلسه آینده با استفاده از CSS طاهرش رو به درست می‌کنیم. سورس کد این جلسه: http://bit.ly/2rkN66g اسلایدها: http://bit.ly/1P6xsh7 آپارات: http://www.aparat.com/v/JBmsb فیسبوک: https://www.facebook.com/mahmoudian/videos/vb.583431065/10155146331951066/?type=2 theater تلگرام: http://telegram.me/siavash برنامه آموزشی: Frontend -- HTML -- HTML5 *** شما اینجا هستید -- CSS ---- CSS Basics ---- CSS Frameworks ---- LESS / Sass -- JavaScript ---- JavaScript Basics ---- jQuery ---- Bower ---- RequireJS ---- Backbone.js ---- Yeoman ---- AngularJS ---- Cordova and Ionic Backend -- Introducing REST -- Node.js ---- npm ---- Express ---- Socket.io ---- Electron -- Meteor -- PHP ---- Composer ---- Slim ---- Zend Framework 2 ---- Doctrine -- Message Queues ---- RabbitMQ Cache and Database -- MySQL -- Redis -- ElasticSearch -- MongoDB -- Neo4J -- Couchbase -- Hadoop Tools and Deployment -- git -- Grunt -- Docker -- Puppet -- Travis CI -- Jenkins

این دومین ویدیو از سری آموزشی طراحی وب هست. در این ویدیو ساختار کلی یک وبسایت سادرو با استفاده از HTML5 طراحی می‌کنیم و در جلسه آینده با استفاده از CSS طاهرش رو به درست می‌کنیم. سورس کد این جلسه: http://bit.ly/2rkN66g اسلایدها: http://bit.ly/1P6xsh7 آپارات: http://www.aparat.com/v/JBmsb فیسبوک: https://www.facebook.com/mahmoudian/videos/vb.583431065/10155146331951066/?type=2 theater تلگرام: http://telegram.me/siavash برنامه آموزشی: Frontend -- HTML -- HTML5 *** شما اینجا هستید -- CSS ---- CSS Basics ---- CSS Frameworks ---- LESS / Sass -- JavaScript ---- JavaScript Basics ---- jQuery ---- Bower ---- RequireJS ---- Backbone.js ---- Yeoman ---- AngularJS ---- Cordova and Ionic Backend -- Introducing REST -- Node.js ---- npm ---- Express ---- Socket.io ---- Electron -- Meteor -- PHP ---- Composer ---- Slim ---- Zend Framework 2 ---- Doctrine -- Message Queues ---- RabbitMQ Cache and Database -- MySQL -- Redis -- ElasticSearch -- MongoDB -- Neo4J -- Couchbase -- Hadoop Tools and Deployment -- git -- Grunt -- Docker -- Puppet -- Travis CI -- Jenkins


آموزش طراحی وب - قسمت سوم - Web Development Course - Part 3 - CSS Basics
آموزش طراحی وب - قسمت سوم - Web Development Course - Part 3 - CSS Basics
آموزش طراحی وب - قسمت سوم - Web Development Course - Part 3 - CSS Basics

آموزش طراحی وب - قسمت سوم - Web Development Course - Part 3 - CSS Basics

توسط Siavash Mahmoudian
توسط Siavash Mahmoudian

این سومین ویدیو از سری آموزشی طراحی وب هست. در این ویدیو با مقدمات CSS آشنا میشیم و شروع می‌کنیم به زیبا کردن صفحه HTMLای که در جلسه قبل طراحی کردیم. در جلسه آینده با Propertyهای بیشتری از CSS آشنا می‌شیم و طراحی صفحرو تکمیل می‌کنیم. سورس کد این جلسه: http://bit.ly/2rgamhF اسلایدها: http://bit.ly/1P6xsh7 آپارات: https://www.aparat.com/v/xSr9u فیسبوک: https://www.facebook.com/mahmoudian/videos/10155150170556066/ تلگرام: http://telegram.me/siavash برنامه آموزشی: Frontend -- HTML -- HTML5 -- CSS ---- CSS Basics *** شما اینجا هستید ---- CSS Advanced ---- CSS Frameworks ---- LESS / Sass -- JavaScript ---- JavaScript Basics ---- jQuery ---- Bower ---- RequireJS ---- Backbone.js ---- Yeoman ---- AngularJS ---- Cordova and Ionic Backend -- Introducing REST -- Node.js ---- npm ---- Express ---- Socket.io ---- Electron -- Meteor -- PHP ---- Composer ---- Slim ---- Zend Framework 2 ---- Doctrine -- Message Queues ---- RabbitMQ Cache and Database -- MySQL -- Redis -- ElasticSearch -- MongoDB -- Neo4J -- Couchbase -- Hadoop Tools and Deployment -- git -- Grunt -- Docker -- Puppet -- Travis CI -- Jenkins

این سومین ویدیو از سری آموزشی طراحی وب هست. در این ویدیو با مقدمات CSS آشنا میشیم و شروع می‌کنیم به زیبا کردن صفحه HTMLای که در جلسه قبل طراحی کردیم. در جلسه آینده با Propertyهای بیشتری از CSS آشنا می‌شیم و طراحی صفحرو تکمیل می‌کنیم. سورس کد این جلسه: http://bit.ly/2rgamhF اسلایدها: http://bit.ly/1P6xsh7 آپارات: https://www.aparat.com/v/xSr9u فیسبوک: https://www.facebook.com/mahmoudian/videos/10155150170556066/ تلگرام: http://telegram.me/siavash برنامه آموزشی: Frontend -- HTML -- HTML5 -- CSS ---- CSS Basics *** شما اینجا هستید ---- CSS Advanced ---- CSS Frameworks ---- LESS / Sass -- JavaScript ---- JavaScript Basics ---- jQuery ---- Bower ---- RequireJS ---- Backbone.js ---- Yeoman ---- AngularJS ---- Cordova and Ionic Backend -- Introducing REST -- Node.js ---- npm ---- Express ---- Socket.io ---- Electron -- Meteor -- PHP ---- Composer ---- Slim ---- Zend Framework 2 ---- Doctrine -- Message Queues ---- RabbitMQ Cache and Database -- MySQL -- Redis -- ElasticSearch -- MongoDB -- Neo4J -- Couchbase -- Hadoop Tools and Deployment -- git -- Grunt -- Docker -- Puppet -- Travis CI -- Jenkins


آموزش طراحی وب - قسمت اول - Web Development Course - Part 1 - HTML
آموزش طراحی وب - قسمت اول - Web Development Course - Part 1 - HTML
آموزش طراحی وب - قسمت اول - Web Development Course - Part 1 - HTML

آموزش طراحی وب - قسمت اول - Web Development Course - Part 1 - HTML

توسط Siavash Mahmoudian
توسط Siavash Mahmoudian

این اولین ویدیو از سری آموزشی طراحی وب هست. در این ویدیو مواردی که قراره در دوره آموزش داده بشرو بهشون اشاره کردم و همینطور کلیات HTML و اینکه چطور می‌تونید بیشتر در این مورد یاد بگیرید رو توضیح دادم. کل آموزش کمتر از ۴۵ دقیقه هست و در انتها تقریبا می‌تونید بگید HTML رو بلد هستید. در جلسه بعدی HTML5 رو توضیح خواهم داد و ساختار یک صفحه کامل رو با استفاده از HTML5 از ابتدا ایجاد خواهیم کرد. سورس کد این جلسه: http://bit.ly/1O89WU4 اسلایدها: http://bit.ly/1P6xsh7 آپارات: http://www.aparat.com/v/Z1sYM فیسبوک: https://www.facebook.com/mahmoudian/videos/vb.583431065/10153642628161066/ تلگرام: http://telegram.me/siavash برنامه آموزشی: Frontend -- HTML *** شما اینجا هستید -- HTML5 -- CSS ---- CSS Basics ---- CSS Frameworks ---- LESS / Sass -- JavaScript ---- JavaScript Basics ---- jQuery ---- Bower ---- RequireJS ---- Backbone.js ---- Yeoman ---- AngularJS ---- Cordova and Ionic Backend -- Introducing REST -- Node.js ---- npm ---- Express ---- Socket.io ---- Electron -- Meteor -- PHP ---- Composer ---- Slim ---- Zend Framework 2 ---- Doctrine -- Message Queues ---- RabbitMQ Cache and Database -- MySQL -- Redis -- ElasticSearch -- MongoDB -- Neo4J -- Couchbase -- Hadoop Tools and Deployment -- git -- Grunt -- Docker -- Puppet -- Travis CI -- Jenkins

این اولین ویدیو از سری آموزشی طراحی وب هست. در این ویدیو مواردی که قراره در دوره آموزش داده بشرو بهشون اشاره کردم و همینطور کلیات HTML و اینکه چطور می‌تونید بیشتر در این مورد یاد بگیرید رو توضیح دادم. کل آموزش کمتر از ۴۵ دقیقه هست و در انتها تقریبا می‌تونید بگید HTML رو بلد هستید. در جلسه بعدی HTML5 رو توضیح خواهم داد و ساختار یک صفحه کامل رو با استفاده از HTML5 از ابتدا ایجاد خواهیم کرد. سورس کد این جلسه: http://bit.ly/1O89WU4 اسلایدها: http://bit.ly/1P6xsh7 آپارات: http://www.aparat.com/v/Z1sYM فیسبوک: https://www.facebook.com/mahmoudian/videos/vb.583431065/10153642628161066/ تلگرام: http://telegram.me/siavash برنامه آموزشی: Frontend -- HTML *** شما اینجا هستید -- HTML5 -- CSS ---- CSS Basics ---- CSS Frameworks ---- LESS / Sass -- JavaScript ---- JavaScript Basics ---- jQuery ---- Bower ---- RequireJS ---- Backbone.js ---- Yeoman ---- AngularJS ---- Cordova and Ionic Backend -- Introducing REST -- Node.js ---- npm ---- Express ---- Socket.io ---- Electron -- Meteor -- PHP ---- Composer ---- Slim ---- Zend Framework 2 ---- Doctrine -- Message Queues ---- RabbitMQ Cache and Database -- MySQL -- Redis -- ElasticSearch -- MongoDB -- Neo4J -- Couchbase -- Hadoop Tools and Deployment -- git -- Grunt -- Docker -- Puppet -- Travis CI -- Jenkins


Complete Free Web Development Course: Become A Professional Website Developer Today!
Complete Free Web Development Course: Become A Professional Website Developer Today!
Complete Free Web Development Course: Become A Professional Website Developer Today!

Complete Free Web Development Course: Become A Professional Website Developer Today!

توسط Joe Parys Academy
توسط Joe Parys Academy

Want to take your web development skills to the next level and build your own websites? Enroll In The Full Course At: https://www.udemy.com/course/webdevelopercourse/?couponCode=WEB1313 Everything you need to become a professional web developer is included in this free screen capture HD video tutorial course! Begin with the basics and Learn some of or more Advanced Projects Right away! Help me reach 50 000 subscribers at https://www.youtube.com/channel/UC8g_o_0wHJUsp67lJA69yhg Get Started With Downloading Your Notepad! 4:02 How To Use the Simple Notepad 10:54 Downloading and using Notepad++ 21:47 How to Download and use the Sublime Text Editor 27:47 Introduction to Emmett 44:45 Using Emmet in working mode 56:08 Matching with Emmet 1:00:59 Numbering with Emmet 1:09:22 Emmet in CSS Begin Creating Your Website with HTML and CSS 1:13:32 Introduction To HTML and CSS 1:20:00 Tagging 1:28:18 Attributes 1:31:36 HTML syntax 1:38:32 Comments 1:40:55 White Spaces and Preformatted Tag 1:43:02 HTML Lists 1:50:17 Text Formatting 2:00:04 Description Tag 2:02:01 HTML Entities 2:06:04 Images 2:11:26 Tables 2:18:53 Table Attributes 2:25:58 Nesting Tables 2:28:40 Linking 2:36:44 Back And Sub Directory 2:45:01 Target Attributes And Bookmarking 2:54:28 IFrame 2:57:43 Introduction to CSS Inline CSS 3:01:18 Inline CSS 3:05:45 Internal and External CSS 3:13:07 CSS Selectors 3:19:36 Anchor States 3:24:09 How To Use the Div and How it Works 3:28:38 Web Page Dimensions 3:35:38 CSS Box models 3:49:43 CSS Background 3:58:04 Float and Clear 4:06:24 CSS Text 4:14:51 CSS Fonts 4:22:29 CSS Tables 4:35:33 CSS Lists 4:44:15 CSS Navigations 4:51:08 HTML Forms 5:06:18 Applying CSS on Forms 5:18:43 A Beautiful Form 5:26:25 The Web Page Layout 5:40:17 The Complete Header 4:49:49 The Middle Area 6:09:19 The Complete Middle Area and Footer 6:12:21 Introduction to HTML5 6:16:02 HTML5 Basic Syntax 6:29:48 Completing The Semantic Layout 6:38:59 HTML5 New Elements 6:54:12 HTML5 Multimedia 7:08:53 Introduction to CSS3 7:13:06 CSS3 Borders and Gradient Background 7:25:02 CSS3 Shadow Effects 7:37:17 CSS3 Text 7:44:10 CSS3 Transformation 7:56:04 Adding Animation to the Project 8:07:45 HTML CSS HTML5 and CSS Section Summary Final Website Project! Learn How To Use Bootstrap Bootstrap3 and Bootstrap4 8:15:45 Introduction To Bootstrap 8:22:17 How To Download Bootstrap and jQuery and their CDNs 8:35:46 How Bootstrap Works 8:41:04 The Grid system 8:54:41 Containers 8:58:19 Bootstrap Text Styles 9:10:40 Images 9:13:52 Tables 9:21:49 Bootstrap new Components 9:37:43 Glyphicons and Fontawesomes Learn A Short Introduction to Node.js 9:51:03 Introduction to Node.JS 9:59:35 Installing Node.JS and How Node.JS Works 10:03:42 Downloading Installing and configuring the IntelliJ IDEA and setting up 10:16:11 Node.js and JavaScript Elements 10:25:16 JavaScript Practices in Node.js Learn How To Use PHP From Beginner To Advnaced 10:33:02 Introduction To PHP 10:37:00 PHP Basic Syntax 10:46:49 Integers and Strings 10:50:27 Embeding HTML and PHP Inside Eachother and the PHP Comments 10:58:59 All About Variables and Concatination Start Using AJAX Techniques when building your website 11:12:42 Introduction to AJAX 11:14:57 How Ajax Works 11:26:24 Retrieving Data From PHP Page 11:36:25 Document Status and HTTP Status 11:39:54 Retrieving An Array Learn A short Introduction to JavaScript 11:46:41 Introduction to the JavaScript 11:51:55 Creating a Sample File 11:56:43 Adding Comments 12:00:58 JavaScript External File Finish This Free Preview with AngularJS 12:08:24 Intro To AngularJs 12:10:47 Downloading and Implementing Angularjs 12:16:26 Expressions 12:27:01 Directives 12:35:22 Different Directives Please subscribe to our channel and connect with me on social media! Website: http://www.joeparys.com Facebook: https://www.facebook.com/JoeParysAcademy/ Twitter: https://twitter.com/Joe_Parys LinkedIN: http://www.linkedin.com/in/joseph-parys-7816799a?trk=nav_responsive_tab_profile

Want to take your web development skills to the next level and build your own websites? Enroll In The Full Course At: https://www.udemy.com/course/webdevelopercourse/?couponCode=WEB1313 Everything you need to become a professional web developer is included in this free screen capture HD video tutorial course! Begin with the basics and Learn some of or more Advanced Projects Right away! Help me reach 50 000 subscribers at https://www.youtube.com/channel/UC8g_o_0wHJUsp67lJA69yhg Get Started With Downloading Your Notepad! 4:02 How To Use the Simple Notepad 10:54 Downloading and using Notepad++ 21:47 How to Download and use the Sublime Text Editor 27:47 Introduction to Emmett 44:45 Using Emmet in working mode 56:08 Matching with Emmet 1:00:59 Numbering with Emmet 1:09:22 Emmet in CSS Begin Creating Your Website with HTML and CSS 1:13:32 Introduction To HTML and CSS 1:20:00 Tagging 1:28:18 Attributes 1:31:36 HTML syntax 1:38:32 Comments 1:40:55 White Spaces and Preformatted Tag 1:43:02 HTML Lists 1:50:17 Text Formatting 2:00:04 Description Tag 2:02:01 HTML Entities 2:06:04 Images 2:11:26 Tables 2:18:53 Table Attributes 2:25:58 Nesting Tables 2:28:40 Linking 2:36:44 Back And Sub Directory 2:45:01 Target Attributes And Bookmarking 2:54:28 IFrame 2:57:43 Introduction to CSS Inline CSS 3:01:18 Inline CSS 3:05:45 Internal and External CSS 3:13:07 CSS Selectors 3:19:36 Anchor States 3:24:09 How To Use the Div and How it Works 3:28:38 Web Page Dimensions 3:35:38 CSS Box models 3:49:43 CSS Background 3:58:04 Float and Clear 4:06:24 CSS Text 4:14:51 CSS Fonts 4:22:29 CSS Tables 4:35:33 CSS Lists 4:44:15 CSS Navigations 4:51:08 HTML Forms 5:06:18 Applying CSS on Forms 5:18:43 A Beautiful Form 5:26:25 The Web Page Layout 5:40:17 The Complete Header 4:49:49 The Middle Area 6:09:19 The Complete Middle Area and Footer 6:12:21 Introduction to HTML5 6:16:02 HTML5 Basic Syntax 6:29:48 Completing The Semantic Layout 6:38:59 HTML5 New Elements 6:54:12 HTML5 Multimedia 7:08:53 Introduction to CSS3 7:13:06 CSS3 Borders and Gradient Background 7:25:02 CSS3 Shadow Effects 7:37:17 CSS3 Text 7:44:10 CSS3 Transformation 7:56:04 Adding Animation to the Project 8:07:45 HTML CSS HTML5 and CSS Section Summary Final Website Project! Learn How To Use Bootstrap Bootstrap3 and Bootstrap4 8:15:45 Introduction To Bootstrap 8:22:17 How To Download Bootstrap and jQuery and their CDNs 8:35:46 How Bootstrap Works 8:41:04 The Grid system 8:54:41 Containers 8:58:19 Bootstrap Text Styles 9:10:40 Images 9:13:52 Tables 9:21:49 Bootstrap new Components 9:37:43 Glyphicons and Fontawesomes Learn A Short Introduction to Node.js 9:51:03 Introduction to Node.JS 9:59:35 Installing Node.JS and How Node.JS Works 10:03:42 Downloading Installing and configuring the IntelliJ IDEA and setting up 10:16:11 Node.js and JavaScript Elements 10:25:16 JavaScript Practices in Node.js Learn How To Use PHP From Beginner To Advnaced 10:33:02 Introduction To PHP 10:37:00 PHP Basic Syntax 10:46:49 Integers and Strings 10:50:27 Embeding HTML and PHP Inside Eachother and the PHP Comments 10:58:59 All About Variables and Concatination Start Using AJAX Techniques when building your website 11:12:42 Introduction to AJAX 11:14:57 How Ajax Works 11:26:24 Retrieving Data From PHP Page 11:36:25 Document Status and HTTP Status 11:39:54 Retrieving An Array Learn A short Introduction to JavaScript 11:46:41 Introduction to the JavaScript 11:51:55 Creating a Sample File 11:56:43 Adding Comments 12:00:58 JavaScript External File Finish This Free Preview with AngularJS 12:08:24 Intro To AngularJs 12:10:47 Downloading and Implementing Angularjs 12:16:26 Expressions 12:27:01 Directives 12:35:22 Different Directives Please subscribe to our channel and connect with me on social media! Website: http://www.joeparys.com Facebook: https://www.facebook.com/JoeParysAcademy/ Twitter: https://twitter.com/Joe_Parys LinkedIN: http://www.linkedin.com/in/joseph-parys-7816799a?trk=nav_responsive_tab_profile


Web Development Full Course - 10 Hours | Learn Web Development from Scratch | Edureka
Web Development Full Course - 10 Hours | Learn Web Development from Scratch | Edureka
Web Development Full Course - 10 Hours | Learn Web Development from Scratch | Edureka

Web Development Full Course - 10 Hours | Learn Web Development from Scratch | Edureka

توسط edureka!
توسط edureka!