دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
دسته بندی: ژنتیک ویرایش: نویسندگان: Steven W. Disbrow سری: ISBN (شابک) : 9780764548048, 0764548042 ناشر: Hungry Minds سال نشر: 2001 تعداد صفحات: 427 زبان: English فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) حجم فایل: 4 مگابایت
در صورت تبدیل فایل کتاب JavaScript Weekend Crash Course به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب دوره سقوط آخر هفته JavaScript نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
نویسنده ادعا می کند که برای تکمیل دوره سقوط آخر هفته به هیچ تجربه برنامه نویسی نیاز نیست. من با این ادعا مخالفم زیرا برنامه نویسی حتی در یک زبان برنامه نویسی بسیار بیشتر از دانستن نحو است. با این حال، هر کسی که حتی مهارت های برنامه نویسی ابتدایی داشته باشد، می تواند به سرعت توسعه پایه جاوا اسکریپت را با استفاده از این کتاب بیاموزد، زیرا این دوره به خوبی فکر شده است و شما را از طریق تمرین های عملی راهنمایی می کند که در واقع به شما دانش و مهارت هایی را برای نوشتن جاوا اسکریپت می دهد. یک آخر هفته.
نقاط قوت کلیدی این کتاب عبارتند از:
- درسهای مختصر و متمرکزی که بر روی یکدیگر ساخته میشوند تا اگر درسها را دنبال کنید و تمرینها را انجام دهید، به مهارت واقعی میرسد. اصول اولیه یا معرفی مطالب زائد و زیبا که شما را منحرف می کند
- از یک برنامه کاربردی غیر پیش پا افتاده به عنوان پایه درس استفاده می کند (نوشتن یک سبد خرید آنلاین تمام ویژگی های اصلی جاوا اسکریپت را اعمال می کند)
اگر شما هیچوقت برنامهای ننوشتهاید که ممکن است هنوز از طریق این کتاب به آن دست پیدا کنید، اما این کار مستلزم تلاش و تعهد شخصی است. همچنین به نظر من بیش از یک آخر هفته طول خواهد کشید. با این حال، اگر در معرض برنامه نویسی به هر زبانی (اما ترجیحاً زبان برنامه نویسی C) قرار گرفته اید، اگر برنامه درس را دنبال کنید و تمرین ها را انجام دهید، می توانید در یک آخر هفته در جاوا اسکریپت مهارت پیدا کنید. با توجه به این که این کتاب یک سرمایه گذاری ارزشمند است، به خصوص اگر عجله دارید یا نیاز دارید که به سرعت در جاوا اسکریپت سرعت بگیرید.
The author claims that no programming experience is needed to complete the weekend crash course. I disagree with this claim because there is much more to programming, even in a scripting language, than knowing syntax. However, anyone who has even rudimentary programming skills will be able to quickly learn basic Javascript development using this book because the course has been well thought out and leads you through practical exercises that will, indeed, give you the knowledge and skills to write Javascript in a weekend.
Key strengths of this book include:
- succinct and focused lessons that build upon one another to culminate in genuine proficiency if you follow the lessons and work the exercises.
- does not stray beyond the basics or introduce superfluous, nice-to-know material that will sidetrack you
- uses a non-trivial application as the basis of the lessons (writing an online shopping cart will exercise every major Javascript feature)
If you've never written a program you may still get through this book, but it will take diligence and personal commitment. It will also take more than a weekend in my opinion. However, if you have been exposed to programming in any language (but preferably the C programming language), you can become proficient in Javascript in a single weekend if you follow the lesson plan and work the exercises. In view of that this book is a worthwhile investment, especially if you are in a hurry or need to quickly get up to speed in Javascript.
JavaScript® Weekend Crash Course™......Page 1
Front Matter......Page 3
About the Author......Page 5
Credits......Page 6
Preface......Page 8
Acknowledgments......Page 11
Contents at a Glance......Page 12
Contents......Page 14
Part I Friday Evening......Page 28
Getting to Know JavaScript......Page 29
Statements and Operators......Page 37
Flow of Control Statements......Page 47
How to Write JavaScript Functions......Page 61
Part I Review......Page 70
Part II —Saturday Morning......Page 73
Working with JavaScript Strings......Page 75
Working with JavaScript Arrays......Page 84
Understanding the Browser Object Model......Page 97
Working with the window Object......Page 106
Working with the document Object......Page 118
Reacting to Events......Page 130
Part II Review......Page 142
Part III -Saturday Afternoon......Page 144
Dynamically Creating an HTML Page......Page 145
Working with HTML Forms......Page 154
Working with HTML Controls......Page 163
Working with Images......Page 181
Validating Form Data......Page 192
Cooking up Cookies with JavaScript......Page 203
Part III Review......Page 217
Part IV Saturday Evening......Page 219
Understanding JavaScript Objects......Page 220
Creating and Using Methods......Page 231
Enhancing HTML with JavaScript Objects......Page 241
Dynamically Creating and Executing JavaScript......Page 250
Part IV Review......Page 260
Part V......Page 264
Working with Cascading Style Sheets......Page 265
Creating Dynamic HTML with JavaScript......Page 278
Working with Frames......Page 292
Working with Windows......Page 304
Improving the User Interface......Page 314
Working with Different Browsers......Page 325
Part V Review......Page 338
Part VI......Page 340
Working with Dates, Numbers, and Web Addresses......Page 341
Communicating with Server-Side Processes......Page 355
Supporting Multimedia......Page 367
Working with Java Applets......Page 381
Part VI Review......Page 387
Appenix A Answers to Part Reviews......Page 389
Appendix B What’s on the CD-ROM......Page 400
Index......Page 404
CD-ROM Installation Instructions......Page 427