Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

টিউটোরিয়াল

এই পাতায় বিভিন্ন ধরনের প্রশিক্ষণমূলক টিউটোরিয়ালের লিংক রয়েছে। হয়তো আপনি প্রথম শুরু করছেন অথবা ওয়েব ডেভলপমেন্ট সম্পর্কে আপনার পূর্ব অভিজ্ঞতা রয়েছে। আপনার দক্ষতা যে পর্যায়েরই হোক না কেন, এই পাতার লিংকগুলো আপনার জন্য সহায়ক হতে পারে। এই টিউটোরিয়ালগুলো তৈরী করেছে এমন সকল প্রতিষ্ঠান যারা দূরদর্শী এবং এমন সকল ওয়েব ডেভলপার যারা ওপেন স্ট্যান্ডার্ডগুলো মেনে চলেন এবং এগুলোর উপর ভিত্তি করে ডেভলপমেন্টের কাজগুলো করে থাকেন। পাশাপাশি এই তথ্যগুলো অনুবাদ করার সুযোগ রয়েছে এবং এগুলো ক্রিয়েটিভ কমন্সের মত মুক্ত লাইসেন্সে প্রকাশিত হয়েছে।

এইচ টি এম এল  টিউটোরিয়াল

 

প্রাথমিক পর্যায়

The Basics of HTML (WebPlatform.org)
এইচটিএমএল কি, এটি দিয়ে কি করা যায়, সংক্ষিপ্ত ইতিহাস এবং একটি এইচটিএমল ফাইলের কাঠামো কেমন হতে পারে সে বিষয়ে ধারনা পাওয়া যাবে এখানে। এর পরবর্তি নিবন্ধগুলোতে প্রতিটি বিষয় সম্পর্কে বিস্তারিত তথ্য উল্লেখ করা হয়েছে।
Basic Structure of a Web Page (SitePoint)
এইচটিএমএল এলিমেন্টগুলো কিভাবে পরস্পরের সাথে যুক্ত থাকে তার বিস্তারিত জানুন।
MDN HTML Element Reference
A comprehensive reference for HTML elements, and how the different browsers support them.
HTML Challenges (Wikiversity)
Use these challenges to hone your HTML skills (for example, "Should I use an <h2> element or a <strong> element?"), focusing on meaningful mark-up.
CodeAvengers (CodeAvengers.com)
Code Avengers is the fun, effective way to learn to code web apps and games with HTML, CSS, and JavaScript.

 উন্নত পর্যায়

Tips for Authoring Fast-Loading HTML Pages
Optimize web pages to provide a more responsive site for visitors and reduce the load on your web server and Internet connection.
Dive into HTML5 (Mark Pilgrim)
Learn about a selection of features of HTML5, the newest version of the HTML specification.
HTML5 Tutorials (HTML5 Rocks)
Take a guided tour through code that uses HTML5 features.
Semantics in HTML5 (A List Apart)
Learn meaningful markup that is extensible and backwards- and forwards-compatible.
Canvas Tutorial
Learn how to draw graphics using scripting using the canvas element.
HTML5 Doctor
Articles about using HTML5 right now.
The Joy of HTML5 Audio (Elated)
Learn how to use the HTML audio element to embed sounds in your web pages easily. Lots of code examples are included in the tutorial.

জাভাস্ক্রিপ্ট টিউটেরিয়াল

প্রাথমিক পর্যায়

Codecademy (Codecademy)
কোড একাডেমি থেকে সবথেকে সহজ পদ্ধতিতে জাভাস্ক্রিপ্ট শেখা যায়। এটি ইন্টারএক্টিভ, আনন্দদায়ক এবং বন্ধরা একসাথে মিলে এখানে শিখতে পারবেন।
Getting Started with JavaScript
জাভাস্ক্রিপ্ট কি এবং এটি কিভাবে আপনাকে সাহায্য করতে পারে?
Programming – The Real Basics (WebPlatform.org)
প্রোগ্রামিং এর মৌলিক জ্ঞান। নিচে উল্লেখিত নিবন্ধগুলো থেকে আপনি জানতে পারবেন যে, জাভাস্ক্রিপ্ট দিয়ে কি ধরনের কাজ করা সম্ভব, বেস্ট প্র্যক্টিস এবং আরও বিস্তারিত।
JavaScript Best Practices (WebPlatform.org)
জাভাস্ক্রিপ্টের অবশ্য প্রয়োজনীয় এবং অন্যান্য বেস্ট প্র্যক্টিসগুলো সম্পর্কে জানা যাবে এখানে।
CodeAvengers (CodeAvengers.com)
কোড একাডেমি থেকে সবথেকে সহজ পদ্ধতিতে জাভাস্ক্রিপ্ট শেখা যায়। এটি ইন্টারএক্টিভ, আনন্দদায়ক এবং বন্ধরা একসাথে মিলে এখানে শিখতে পারবেন।
w3schools (w3schools.com/js)
w3schools জাভাস্ক্রিপ্টের মৌলিক বিষয়গুলো জানা এবং মধ্যম ও দক্ষ ব্যবহারকারীদের জন্য একটি নির্ভরযোগ্য রেফারেন্স।
 

মধ্যম পর্যায়

A Re-Introduction to JavaScript
A recap of the JavaScript programming language aimed at intermediate-level developers.
Eloquent JavaScript
A comprehensive guide to intermediate and advanced JavaScript methodologies.
Essential JavaScript Design Patterns (Addy Osmani)
An introduction to essential JavaScript design patterns.
The JavaScript Programming Language (YUI Blog)
Douglas Crockford explores the language as it is today, and how it came to be.
Introduction to Object-Oriented JavaScript
Learn about the JavaScript object model.

উন্নত পর্যায়

Learning Advanced JavaScript (John Resig)
John Resig's guide to advanced JavaScript.
Introducing the JavaScript DOM (Elated)
What is the Document Object Model, and why is it useful? This article gives you a gentle introduction to this powerful JavaScript feature.
An Inconvenient API: The Theory of the DOM (YUI Blog)
Douglas Crockford explains the Document Object Model.
Advanced JavaScript (YUI Blog)
Douglas Crockford looks closely at code patterns from which JavaScript programmers can choose in authoring their applications.
JavaScript Garden
Documentation of the most quirky parts of JavaScript.
Which JavaScript Framework? (StackOverflow)
Advice on choosing a JavaScript framework.
Non-Blocking JavaScript Downloads (YUI Blog)
Tips on improving the download performance of pages containing JavaScript.
JavaScript Guide
A comprehensive, regularly updated guide to JavaScript for all levels of learning from beginner to advanced.

সি এস এস টিউটোরিয়াল

প্রাথমিক পর্যায়

CSS Getting Started
This tutorial introduces you to Cascading Style Sheets (CSS). It guides you through the basic features of CSS with practical examples that you can try for yourself on your own computer.
CSS Selector Classes (Wikiversity)
What are classes in CSS?
External CSS (Wikiversity)
Using CSS from an external style sheet.
Adding a Touch of Style (W3C)
A brief beginner's guide to styling web pages with CSS.
Common CSS Questions
Common questions and answers for beginners.
CodeAvengers (CodeAvengers.com)
Code Avengers is the fun, effective way to learn to code web apps and games with HTML, CSS, and JavaScript.

মধ্যম পর্যায়

CSS Reference
Complete reference to CSS, with details on support by Firefox and other browsers.
CSS Challenges (Wikiversity)
Flex your CSS skills, and see where you need more practice.
Intermediate CSS Concepts (HTML.net)
Grouping, pseudo-classes, and more.
CSS Positioning 101 (A List Apart)
Using positioning for standards-compliant, table-free layout.
Progressive Enhancement with CSS (A List Apart)
Integrate progressive enhancement into your web pages with CSS.
Fluid Grids (A List Apart)
Design layouts that fluidly resize with the browser window, while still using a typographic grid.

উন্নত পর্যায়

Using CSS Transforms
Apply rotation, skewing, scaling, and translation using CSS.
CSS Transitions
CSS transitions, part of the draft CSS3 specification, provide a way to animate changes to CSS properties, instead of having the changes take effect instantly.
Quick Guide to Implement Web Fonts with @font-face (HTML5 Rocks)
The @font-face feature from CSS3 allows you to use custom typefaces on the web in an accessible, manipulatable, and scalable way.
Starting to Write CSS (David Walsh)
An introduction to tools and methodologies to write more succinct, maintainable, and scalable CSS.

 

ডকুমেন্ট ট্যাগ এবং অবদানকারী

 Contributors to this page: Bolaram, aialvi, Sudipto.chy, nasirkhan
 সর্বশেষ হালনাগাদ করেছেন: Bolaram,