ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Learning Web Design : A Beginner’s Guide to HTML, CSS, JavaScript, and Web Graphics

دانلود کتاب آموزش طراحی وب: راهنمای مبتدی برای HTML، CSS، جاوا اسکریپت و گرافیک وب

Learning Web Design : A Beginner’s Guide to HTML, CSS, JavaScript, and Web Graphics

مشخصات کتاب

Learning Web Design : A Beginner’s Guide to HTML, CSS, JavaScript, and Web Graphics

ویرایش: [5th ed.] 
نویسندگان:   
سری:  
ISBN (شابک) : 9781491960158, 1491960175 
ناشر: O’Reilly Media 
سال نشر: 2018 
تعداد صفحات: 0
[810] 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 76 Mb 

قیمت کتاب (تومان) : 54,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 5


در صورت تبدیل فایل کتاب Learning Web Design : A Beginner’s Guide to HTML, CSS, JavaScript, and Web Graphics به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب آموزش طراحی وب: راهنمای مبتدی برای HTML، CSS، جاوا اسکریپت و گرافیک وب نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب آموزش طراحی وب: راهنمای مبتدی برای HTML، CSS، جاوا اسکریپت و گرافیک وب

آیا می خواهید صفحات وب بسازید اما تجربه قبلی ندارید؟ این راهنمای دوستانه بهترین مکان برای شروع است. شما از مربع اول شروع می کنید، یاد می گیرید که چگونه وب و صفحات وب کار می کنند، و سپس به طور پیوسته از آنجا می سازید. در پایان کتاب، مهارت ایجاد یک سایت ساده با صفحات چند ستونی را خواهید داشت که برای دستگاه های تلفن همراه سازگار است. هر فصل تمرین‌هایی را ارائه می‌کند که به شما کمک می‌کند تکنیک‌های مختلف و آزمون‌های کوتاه را بیاموزید تا مطمئن شوید مفاهیم کلیدی را درک می‌کنید. این نسخه کاملاً اصلاح شده برای دانشجویان و متخصصان با هر زمینه و سطوح مهارت ایده آل است. برای مبتدیان به اندازه کافی ساده و واضح است، اما به اندازه کافی کامل است تا مرجع مفیدی برای توسعه دهندگان با تجربه باشد که مهارت های خود را به روز نگه می دارند.  بیشتر بخوانید... span>


توضیحاتی درمورد کتاب به خارجی

Do you want to build web pages but have no prior experience? This friendly guide is the perfect place to start. You'll begin at square one, learning how the web and web pages work, and then steadily build from there. By the end of the book, you'll have the skills to create a simple site with multicolumn pages that adapt for mobile devices. Each chapter provides exercises to help you learn various techniques and short quizzes to make sure you understand key concepts. This thoroughly revised edition is ideal for students and professionals of all backgrounds and skill levels. It is simple and clear enough for beginners, yet thorough enough to be a useful reference for experienced developers keeping their skills up to date.  Read more...



فهرست مطالب

Preface --
Part 1: Getting started in web design: Where do I start? --
It takes a village (website creation roles) --
Gearing up for web design --
What you've learned --
Test yourself --
How the web works: --
the Internet versus the web --
Serving up your information --
A word about browsers --
Web page addresses (URLs) --
The anatomy of a web page --
Putting it all together --
Test yourself --
Some big concepts you need to know: --
A multitude of devices --
Sticking with the standards --
Progressive enhancement --
Responsive web design --
One web for all (accessibility) --
The need for speed (site performance) --
Test yourself --
Part 2: HTML Markup For Structure: --
Creating a simple page: --
A web page, step by step --
Launch a text editor --
Step 1: Start with content --
Step 2: Give the HTML document structure --
Step 3: Identify text elements --
Step 4: Add an image --
Step 5: Change the look with a style sheet --
When good pages go bad --
Validating your documents --
Test yourself --
Element review: HTML document setup --
Marking up text: --
Paragraphs --
Headings --
Thematic breaks (horizontal rule) --
Lists --
More content elements --
Organizing page content --
The inline element roundup --
Generic elements (div and span) --
Improving accessibility with ARIA --
Character escapes --
Putting it all together --
Test yourself --
Element review: Text elements --
Adding links: --
Href attribute --
Linking to pages on the web --
Linking within you own site --
Targeting a new browser window --
Mail links --
Telephone links --
Test yourself --
Element review: Links --
Adding images: --
First, a word on image formats --
The img element --
Adding SVG images --
Responsive image markup --
Whew! We're finished --
Test yourself --
Element review: Images --
Table markup: --
How to use tables --
Minimal table structure --
Table headers --
Spanning cells --
Table accessibility --
Row and column groups --
Wrapping up tables --
Test yourself --
Element review: Tables --
Forms: --
How forms work --
The form element --
Variables and content --
The great form control roundup --
Form accessibility features --
Form layout and design --
Test yourself --
Embedded media: Window-in-a-window (iframe) --
Multipurpose embedder (object) --
Video and audio --
Canvas --
Test yourself --
Element review: embedded media --
Part 3: CSS For Presentation: --
introducing cascading style sheets: --
The benefits of CSS --
How style sheets work --
The big concepts --
CSS units of measurement --
Developer tools right in your browser --
Moving forward with CSS --Test yourself --
Formatting text: --
Basic font properties --
Advancing typography with CSS3 --
Changing text color --
A few more selector types --
Text line adjustments --
Underlines and other "decorations" --
Changing capitalization --
Spaced out --
Text shadow --
Changing list bullets and numbers --
Test yourself --
CSS Review: Font and text properties --
Colors and backgrounds: --
Specifying color values --
Foreground color --
Background color --
Clipping the background --
Playing with opacity --
Pseudo-class selectors --
Pseudo-element selectors --
Attribute selectors --
Background images --
The shorthand background property --
Like a rainbow (gradients) --
Finally, external style sheets --
Wrapping it up --
Test yourself --
CSS Review: Color and background properties --
Thinking inside the box: --
The element box --
Specifying box dimensions --
Padding --
Borders --
Margins --
Assigning display types --
Box drop shadows --
Test yourself --
CSS Review: Basic box properties --
Floating and positioning: --
Normal flow --
Floating --
Fancy text wrap with CSS shapes --
Positioning basics --
Relative positioning --
Absolute positioning --
Fixed positioning --
Test yourself --
CSS Review: Floating and positioning properties --
CSS layout with flexbox and grid: --
Flexible boxes with CSS flexbox --
CSS grid layout --Test yourself --
CSS review: layout properties --
Responsive web design: --
Why RWD? --
The responsive recipe --
Choosing breakpoints --
Designing responsively --A few words about testing --
More RWD resources --
Test yourself --
Transitions, transforms, and animation: Ease-y does it (CSS transitions) --
CSS transforms --
Keyframe animation --
Wrapping up --
Test yourself --
CSS review: transitions, transforms, and animation--
More CSS techniques: Styling forms --
Styling tables --
A clean slate (Reset and normalize.css) --
Image replacement techniques --
CSS sprites --
CSS feature detection --
Wrapping up style sheets --
Test yourself --
CSS review: table properties --
Modern web development tools: Getting cozy with the command line --
CSS power tools (processors) --
Build tools (grunt and gulp) --
Version control with git and github --
Conclusion --
Test yourself --
Part 4: JavaScript For Behaviors: --
Introduction to JavaScript: --
What is JavaScript? --
Adding JavaScript to a page --
The anatomy of a script --
The browser object --
Events --
Putting it all together --
Learning more about JavaScript --Test yourself --
Using JavaScript: --
Meet the DOM --
Polyfills --
JavaScript libraries --
Big finish --
Test yourself --
Part 5: Web images: Web image basics --
Image sources --
Meet the formats --
Image size and resolution --
Image asset strategy --
Favicons --
Summing up images --
Test yourself --
Image asset production: --
Saving images in web formats --
Working with transparency --
Responsive image prodcution tips --
Image optimization --
Test yourself --
SVG --
Drawing with XML--
Features of SVG as XML --
SVG tools SVG production tips Responsive SVGs --
Further SVG exploration --
Test yourself --
And ... we're done --
Appendices: Answers --
HTML5 global attributes --
CSS selectors, levels 3 and 4 --
From HTML + to HTML5 --
Index.




نظرات کاربران