تور لحظه آخری
امروز : شنبه ، 14 مهر 1403    احادیث و روایات:  پیامبر اکرم (ص):براى هر چيزى زكاتى است و زكات بدنها روزه است.
سرگرمی سبک زندگی سینما و تلویزیون فرهنگ و هنر پزشکی و سلامت اجتماع و خانواده تصویری دین و اندیشه ورزش اقتصادی سیاسی حوادث علم و فناوری سایتهای دانلود گوناگون شرکت ها




آمار وبسایت

 تعداد کل بازدیدها : 1820824050




هواشناسی

نرخ طلا سکه و  ارز

قیمت خودرو

فال حافظ

تعبیر خواب

فال انبیاء

متن قرآن



اضافه به علاقمنديها ارسال اين مطلب به دوستان آرشيو تمام مطالب
 refresh

Lynda PHP for Web Designers دانلود رایگان نرم افزار


واضح آرشیو وب فارسی:سافت گذر:


توضیحات نرم افزار Lynda - PHP for Web Designers فیلم آموزش طراحی وب با زبان برنامه‌نویسی پی‌اچ‌پی 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

متاسفانه لینک دانلود در سایت منبع وجود ندارد
پسورد فایلها: www.softgozar.com





این صفحه را در گوگل محبوب کنید

[ارسال شده از: سافت گذر]
[مشاهده در: www.softgozar.com]
[تعداد بازديد از اين مطلب: 127]

bt

اضافه شدن مطلب/حذف مطلب







-


سایتهای دانلود

پربازدیدترینها
طراحی وب>


صفحه اول | تمام مطالب | RSS | ارتباط با ما
1390© تمامی حقوق این سایت متعلق به سایت واضح می باشد.
این سایت در ستاد ساماندهی وزارت فرهنگ و ارشاد اسلامی ثبت شده است و پیرو قوانین جمهوری اسلامی ایران می باشد. لطفا در صورت برخورد با مطالب و صفحات خلاف قوانین در سایت آن را به ما اطلاع دهید
پایگاه خبری واضح کاری از شرکت طراحی سایت اینتن