سافت گذر دانشنامه نرم افزار - دانلود رایگان نرم افزار

همه دسته بندی ها

منو
جستجو
اطلاعیه های مهم سایت اطلاعیه های مهم سایت
💐 میلاد زینت پدر حضرت زینب سلام الله علیها مبارک باد 💐
 
 
  1. جهت رفع مشکل باز شدن سایت به دلیل بلاک توسط  نود 32 این ویدیو یا این ویدیو(ورژن 9 به بالا) یا راهنمای تصویری را مشاهده کنید
  2. اکانت های بروزرسانی نود32 با قیمت های مناسب به صورت یک ، سه ، شش و دوازده ماهه از اینجا قابل خرید می باشد.

نرم افزار های پرکاربرد

ثبت نام | ورود
Lynda - PHP for Web Designers

دانلود Lynda - PHP for Web Designers - فیلم آموزش طراحی وب با زبان برنامه‌نویسی پی‌اچ‌پی

دانلود فیلم آموزش طراحی وب با زبان برنامه‌نویسی پی‌اچ‌پی

توضیحات بیشتر

دانـلـود کـنـیـد

سرور آپدیت نود 32
دانلود Lynda - PHP for Web Designers مشاهده تصاویر بیشتر ...
مشاهده تصاویر بیشتر ...
تعداد مشاهده

10983مشاهده |

128رأی |

امتیاز :4

ناشر / تولید کننده:

Lynda.com

سیستم عامل / حجم فایل:

592 MB / همه ویندوزها

آخرین بروزرسانی:

PHP به عنوان یکی از برترین و کاربردی‌ترین زبان‌های برنامه‌نویسی دنیا، ویژگی‌های مهمی را در بطن خود دارد که طراحان وب را به استفاده مستمر از آن وا می‌دارد. بطور کلی دلایل مثبت بسیاری برای یادگیری PHP وجود دارد؛ از امور اولیه طراحی وب گرفته تا مدیریت‌ها همچنین سازماندهی‌های عمومی و اختصاصی آن. در این دوره‌ی آموزشی تصویری از طریق یکسری تمرینات ساده و قابل فهم هر آنچه که در مورد زبان برنامه‌نویسی PHP و ارتباط آن با طراحی وبسایت لازم است را فرا خواهید گرفت. سطح این دوره مبتدی است و برای تمامی متقاضیان حتی کسانی که هیچگونه آشنایی اولیه با طراحی وب و زبان‌های برنامه‌نویسی ندارند، مناسب خواهد بود.

 

محتوای آموزش:

1- آشنایی اولیه با PHP و متعلقات مهم آن

2- چگونگی استفاده از PHP در یک صفحه وب

3- ذخیره‌سازی و نمایش متن و اعداد در متغیرها

4-  استفاده از فانکشن‌ها

5- اضافه کردن کامنت‌ها به به اسکریپت‌های PHP

6- نمایش محتوا از یک پایگاه‌داده

7- مدیریت خطاها

و ...

 

تولید کننده: Lynda.com

تاریخ انتشار: 09-12-2013

سطح: مبتدی

مدت زمان آموزش: 5 ساعت و 26 دقیقه

مدرس: David Powers

 

فهرست کامل سرفصل‌ها و عناوین آموزش (به همراه زمان دقیق آنها) :

Introduction - 14m 11s

Welcome - 1m 30s

What you should know before watching this course - 3m 52s

Using the exercise files - 5m 13s

Configuring MAMP to show errors (Mac) - 3m 36s

 

 Introduction to PHP - 37m 47s

How PHP makes web pages dynamic - 5m 23s

How to use PHP in a web page - 6m 43s

Using variables to store information - 2m 52s

Storing numbers and text in variables - 5m 18s

Displaying the values of number and text variables - 8m 9s

Using functions to manipulate values - 4m 36s

Adding comments to PHP scripts - 4m 46s

 

 Using Server-Side Includes for Common Page Elements - 24m 43s

What are server-side includes? - 4m 4s

Deciding which include command to use - 5m 40s

Challenge: Moving common elements to include files - 1m 54s

Solution: Moving common elements to include files - 7m 4s

Making sure internal links still work in an include file - 6m 1s

 

 Using Conditions to Change Page Output - 38m 10s

How PHP makes decisions - 3m 30s

Changing output depending on the current time - 9m 1s

Adjusting the server's time zone - 8m 57s

Displaying an up-to-date copyright notice - 6m 18s

Challenge: Displaying an image of the month - 2m 15s

Solution: Displaying an image of the month - 5m 12s

Understanding what PHP treats as true and false - 2m 57s

 

 Working with Multiple Values in Arrays and Loops - 54m 22s

Storing multiple values in a variable as an array - 4m 28s

Inspecting an array's elements - 4m 13s

Challenge: Inserting the appropriate alt text - 1m 27s

Solution: Inserting the appropriate alt text - 5m 26s

Displaying an array as a comma-separated list - 3m 13s

Looping through an array's values - 7m 17s

Labeling array elements - 7m 22s

Looping through an array's labels and values - 5m 29s

Finding if a value exists in an array - 3m 51s

Challenge: Displaying a seasonal feature - 3m 6s

Solution: Displaying a seasonal feature - 8m 30s

 

Getting User Input from a Form - 1h 14m

Getting form input sent by the POST method - 4m 48s

Retrieving values from a URL's query string - 4m 8s

Challenge: Plan the order form - 2m 28s

Solution: Plan the order form - 4m 42s

Finding and extracting a substring - 7m 38s

Organizing the form data into arrays - 7m 15s

Using a loop to build a table for the data - 4m 42s

Controlling which rows are displayed - 7m 45s

Creating a custom function to extract part of a file name - 7m 43s

Calculating the order total - 6m 34s

Using PHP sessions to preserve data - 3m 14s

Storing data in session variables - 7m 33s

Ending the PHP session and deleting the data - 5m 37s

 

Displaying Content from a Database - 50m 10s

Loading data into MySQL - 5m 37s

Connecting to the database - 7m 47s

Querying the database - 6m 15s

Displaying the results of the query - 3m 50s

Using modulo division to establish a repeating series - 4m 20s

Repeating output at specific intervals in a loop - 4m 56s

Linking to a details page - 2m 40s

Embedding a variable in a query securely - 6m 5s

Handling database errors gracefully--and securely - 8m 40s

 

Handling Errors - 30m 12s

Dealing with PHP errors - 4m 15s

Why is my page blank or incomplete? - 3m 53s

Tracking down parse errors - 4m 32s

What to do with "failed to open stream" - 3m 22s

What does "headers already sent" mean? - 6m 19s

What does undefined index, variable, or constant mean? - 5m 52s

What on earth is T_ENCAPSED_AND_WHITESPACE? - 1m 59s

 

Conclusion - 2m 26s

What's next? - 2m 26s

VIP Members
Exclusive downloads for VIP members

Unlimited access for just $7.5/month (billed annually).

دسترسی لینک ها برای کاربران خارج از کشور امکان پذیر نیست! در صورت فعال بودن پروکسی آن را غیر فعال کنید.

شبکه کالا
فهرست نرم افزارهای مرتبط
مشاهده بقیه
هشتگ های مرتبط
حمایت مالی

حمایت از سافت گذر ❤️

تاکنون 0 نفر از ما حمایت کرده‌اند
امروز 0

با حمایت شما، هزاران کاربر دیگر هم از خدمات رایگان ما استفاده می‌کنند.
تیم سافت گذر از حمایت شما سپاسگزار است 🙏

حامی سافت گذر می‌شوم
سرور آپدیت نود 32
پیشنهاد سافت گذر
AOMEI Partition Assistant Technician 10.9.1 + WinPE

AOMEI Partition Assistant Technician 10.9.1 + WinPE

پارتیشن اسیستنت

برنامه نویسان تازه کار

برنامه نویسان تازه کار

برنامه نویسی مقدماتی (ویژوال بیسیک)

مجله تخصصی در زمینه گرافیک و آموزش های مرتبط با آن ( آموزش های عملی فوتوشاپ )

مجله تخصصی در زمینه گرافیک و آموزش های مرتبط با آن ( آموزش های عملی فوتوشاپ )

مجله Practical Photoshop فوریه 2021

Red Orchestra 2 Heroes Of Stalingrad + Update 1 and 2-3

Red Orchestra 2 Heroes Of Stalingrad + Update 1 and 2-3

ارکستر سرخ 2

Gerda: A Flame in Winter

Gerda: A Flame in Winter

گردا

Pluralsight - Node.js for .NET Developers

Pluralsight - Node.js for .NET Developers

فیلم آموزش نود.جی‌اس ویژه‌ی توسعه‌دهندگان دات‌نِت

سخنرانی حجت الاسلام انصاریان با موضوع نیاز و اضطرار مردم در داشتن حجت الهی

سخنرانی حجت الاسلام انصاریان با موضوع نیاز و اضطرار مردم در داشتن حجت الهی

حاج آقا انصاریان با موضوع نیاز و اضطرار مردم در داشتن حجت الهی

SolidWorks 2016 SP5 x64

SolidWorks 2016 SP5 x64

سالیدورکس 2016

Drop Hunt

Drop Hunt

شکار قطره‌ها

Forrest Gump

Forrest Gump

فارست گامپ دوبله فارسی

Lectora 22.0.1 Build 12617

Lectora 22.0.1 Build 12617

ساخت دوره آموزشی

SAS 9.4 M6 TS1M6

SAS 9.4 M6 TS1M6

محاسبه آماری SAS

Udemy - Fundamentals of Filmmaking and Videography

Udemy - Fundamentals of Filmmaking and Videography

آموزش فیلم سازی

مفاهیم پایه تکنولوژی اطلاعات (IT)

مفاهیم پایه تکنولوژی اطلاعات (IT)

مفاهیم پایه تکنولوژی اطلاعات (IT)

مجله Gun Digest دسامبر 2020

مجله Gun Digest دسامبر 2020

مجله تخصصی برای علاقه مندان به اسحله شناسی

Autodesk AutoCAD Structural Detailing 2015 SP1

Autodesk AutoCAD Structural Detailing 2015 SP1

نرم افزار اتوکد طراحی سازه ها

Hike messenger 6.3.40 for Android +4.0

Hike messenger 6.3.40 for Android +4.0

مسنجر هایک

Lynda - Managing Multiple Generations

Lynda - Managing Multiple Generations

فیلم آموزش مدیریت افراد گوناگون از نسل‌های مختلف در محیط کار

Pettson's Inventions 2.0.5 for Android

Pettson's Inventions 2.0.5 for Android

بازی Pettson مخترع

PC World Magazine January 2016 - December 2016

PC World Magazine January 2016 - December 2016

مجله پی سی ورلد

9 جلسه دین اسلام، معیار سنجش حق از باطل از حجت الاسلام والمسلمین انصاریان

9 جلسه دین اسلام، معیار سنجش حق از باطل از حجت الاسلام والمسلمین انصاریان

حاج آقا انصاریان با موضوع مسئولیت پیامبر

آموزش برنامه نویسی سوکت

آموزش برنامه نویسی سوکت

آشنایی با برنامه نویسی سوکت برای برنامه نویسان

FastRawViewer 2.0.10.2058

FastRawViewer 2.0.10.2058

ویرایش عکس های RAW

Air Hockey Deluxe 1.8 for Android

Air Hockey Deluxe 1.8 for Android

هاکی

Teslagrad v1.3.1

Teslagrad v1.3.1

تِسلاگراد - نسخه‌ی جدید 8 زبانه

Autodesk 3ds Max 2012 SP2 Update12 x86 x64 + Sample Files

Autodesk 3ds Max 2012 SP2 Update12 x86 x64 + Sample Files

نسخه 2012 معروفترین نرم افزار سه بعدی سازی

ANSYS Electromagnetics Suite 19.2 X64

ANSYS Electromagnetics Suite 19.2 X64

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

قدیمی ترین سرودهای آریایی هند

قدیمی ترین سرودهای آریایی هند

ریگ ودا سرودهایی است در مدح و جلال خدایان و موجودات گوناگون اساطیری

مجله تخصصی بررسی و تحلیل مسائل روز

مجله تخصصی بررسی و تحلیل مسائل روز

مجله The Nation اکتبر 5 ؛ 2020

The Legend of Tarzan 2016

The Legend of Tarzan 2016

فیلم افسانه تارزان

Wipe Professional 2025.13

Wipe Professional 2025.13

پاکسازی کامپیوتر از اطلاعات اضافی

The Adventure Pals

The Adventure Pals

اکشن

SpeedConnect Internet Accelerator 8.0

SpeedConnect Internet Accelerator 8.0

نرم افزار افزایش سرعت اینترنت

قصه فدک

قصه فدک

بخشش فدک به فاطمه(س)

Systematic instruction and evidence-based guidance to academic authors

Systematic instruction and evidence-based guidance to academic authors

آموزش نویسندگی

مجله تخصصی آموزش زبان انگلیسی

مجله تخصصی آموزش زبان انگلیسی

مجله Learn Hot English نوامبر 2020

Farm to Fork Collectors Edition

Farm to Fork Collectors Edition

مدیریت مزرعه - از تولید به مصرف

The Terminator

The Terminator

ترمیناتور

سندبادنامه ظهیری سمرقندی

سندبادنامه ظهیری سمرقندی

حکیم سندباد یا داستان هفت‌وزیر

Talkdroid MSN Messenger 1.0 for Android

Talkdroid MSN Messenger 1.0 for Android

برنامه چت MSN Messenger

خبرنامه

با عضویت در خبرنامه، زودتر از همه باخبر باش!