آموزش جامع PHP از شركت VTC

RRP:
قیمت:
700 تومان
كد كالا:
2021
فروشنده:
برند:
وی‌تی‌سی
شرایط:
وزن:
26.00 گرم
امتیاز:
()
تحويل:
حمل و نقل:
كادو هدیه:

تعداد:


توضیحات محصول

VTC - PHP Tutorials : آموزش مقدماتی php توسط Joshua Mostafa ، در اين مجموعه آموزشی شما به طور گام به گام با نحوه به كارگيری اين زبان برنامه نويسی جهت ارتقاء ديناميكی وبسايت‌ها آشنا می‌شويد. ليست مباحث ارائه شده در اين مجموعه در زير آمده است.

VTC - PHP Tutorials

Concepts
      What is PHP?     (01:02)
      Data Flow     (05:21)
      What You'll Need pt. 1     (05:35)
      What You'll Need pt. 2     (06:00)
      Scripting vs. Viewing     (03:09)
      Your First Script     (02:27)
Absolute Basics
      Embedding PHP within HTML     (06:00)
      Variables     (06:22)
      Operators     (08:56)
      More Complex Operators pt. 1     (04:44)
      More complex Operators pt. 2     (05:25)
Making Choices
      Introducing Conditionals: 'If' and Conditional Operators     (09:06)
      Logical Operators     (06:53)
      Using 'Else' and 'Elseif'     (07:55)
      Multiple Choices: 'Switchcasebreak'     (06:19)
      The Concise Conditional: '?' :     (08:10)
Loops and Control Structures
      Repetition: The 'For' Loop     (09:43)
      'While' and 'Do..While' Loops     (05:05)
      Get Me Out Of Here! 'Break' and 'Exit'     (04:45)
Data
      Introduction to Arrays     (04:29)
      Referencing and Sorting Arrays     (09:59)
      Associative Arrays pt. 1     (06:27)
      Associative Arrays pt. 2     (05:04)
      More About Arrays     (06:08)
      Multidimensional Arrays     (09:06)
      Joining Arrays and Splitting Strings     (04:51)
      More String Manipulation     (06:57)
      Replacing Text Within Strings     (02:41)
      Introduction to Regular Expressions pt. 1     (05:59)
      Introduction to Regular Expressions pt. 2     (06:23)
      More About Regular Expressions pt. 1     (05:35)
      More About Regular Expressions pt. 2     (04:47)
      Replacing Text Using Regular Expressions     (02:54)
Querying A Database
      Our Sample MySQL Database     (04:54)
      Connecting to the Database     (06:33)
      Retrieving Data     (06:47)
Interacting With The User
      A Simple HTML Form     (06:20)
      A Simple PHP Search Script. pt. 1     (05:11)
      A Simple PHP Search Script. pt. 2     (04:52)
      Validating User Input     (09:34)
      A Search Feature With Dynamic Options pt. 1     (06:06)
      A Search Feature With Dynamic Options pt. 2     (05:56)
      An HTML Form For User Feedback     (07:44)
      Adding The Feedback to the Database pt. 1     (04:51)
      Adding The Feedback to the Database pt. 2     (05:56)
      Validating an Email Address     (08:58)
      Uploading a File pt. 1     (05:06)
      Uploading a File pt. 2     (05:28)
Intermediate Coding Techniques
      Reusing Code: Functions pt. 1     (05:53)
      Reusing Code: Functions pt. 2     (04:30)
      Variable Scope     (05:54)
      Calling By Value or By Reference     (04:51)
      Variable Numbers of Arguments     (07:32)
      Calling Functions Through Variables     (02:33)
      Recursive Functions     (08:12)
      Date and Time     (06:58)
      Using External Code Resources     (07:39)
      Error Capture: The Graceful Death pt. 1     (05:38)
      Error Capture: The Graceful Death pt. 2     (05:55)
      Error Capture: Custom Error Handlers pt. 1     (06:28)
      Error Capture: Custom Error Handlers pt. 2     (04:44)
Sessions and Users
      A Simple Login System     (05:35)
      Sessions     (05:52)
      Cookies     (04:04)
      Logging a User In pt. 1     (09:11)
      Logging a User In pt. 2     (06:28)
      Logging Out     (07:46)
      Registering a User pt. 1     (07:19)
      Registering a User pt. 2     (04:17)
Objects
      Classes And Objects     (06:20)
      Properties and Methods pt. 1     (05:54)
      Properties and Methods pt. 2     (04:05)
      Constructor Functions     (04:14)
      Inheritance pt. 1     (04:48)
      Inheritance pt. 2     (05:12)
      Polymorphism     (03:57)
      Aggregation pt.1     (06:01)
      Aggregation pt. 2     (06:00)
Building a Data-Driven Website
      The Project: A Discussion Forum     (06:38)
      Common Elements pt. 1     (08:05)
      Common Elements pt. 2     (04:06)
      Adapting the Login Page pt. 1     (08:17)
      Adapting the Login Page pt. 2     (05:15)
      Adapting the Registration Page     (02:09)
      View all Threads pt. 1     (08:43)
      View all Threads pt. 2     (06:47)
      Viewing a Thread pt. 1     (05:52)
      Viewing a Thread pt. 2     (04:33)
      Making or Editing A Post pt. 1     (05:51)
      Making or Editing A Post pt. 2     (06:10)
      Deleting a Post or Thread     (04:54)
Credits
      About the Author     

VTC- PHP Programming: The Basics Tutorials : آموزش مقدماتی برنامه نويسي php. در اين آموزش مايك مورتون سعی می‌كند شما را به سرعت تبديل به يك برنامه نويس با تجربه نمايد. اين آموزش برای اين نيست كه شما از پس آزمون های php برآييد بلكه برای اين است كه نيازهای كاربردی كه يك برنامه نويس به طور روزانه با آن مواجه می‌شود را مرتفع نمايد. و با مثال های‌ كاملا كاربردي سعي می‌كند كه از شما يك برنامه نويس كاركرده بسازد، و روي تئوری تأكيد زيادي ندارد. ليست مباحث در زير آمده است:

VTC- PHP Programming: The Basics Tutorials

Introduction
      What This Course Covers     (02:14)     
      What You Will Need     (02:41)     
      Resources - Using PHP.net Pt.1     (04:51)     
      Resources - Using PHP.net Pt.2     (04:17)     
      Other PHP Resources     (03:10)     
      Hosting Resources     (06:23)     
Starting with PHP
      What is PHP     (04:10)     
      PHP Programming Standards     (04:07)     
      Embedding PHP in HTML     (05:27)     
      Embedding HTML in PHP     (05:15)     
      The All Important Semi-colon     (01:38)     
      Your First PHP Script     (05:34)     
      Comments     (02:24)     
      Chapter 2 Challenge     (07:57)     
PHP Basics
      Variables     (04:04)     
      PHP Statements     (00:45)     
      Values and Value Types Part 1     (07:48)     
      Values and Value Types Part 2     (02:43)     
      Referencing Variables and Constants     (03:00)     
      Superglobals     (05:04)     
      Variable Variables     (03:56)     
      Basic Operators Part 1     (04:21)     
      Basic Operators Part 2     (04:35)     
      Advanced Operators     (05:52)     
      Chapter 3 Challenge     (06:08)     
PHP Conditionals and Loops
      The "IF" Statement     (04:45)
      Extending "IF"     (03:02)
      "SWITCH" Statements     (04:40)
      The "WHILE" Structure     (03:18)
      The "DO-WHILE" Structure     (02:29)
      The "FOR" Loop     (04:41)
      Chapter 4 Challenge     (02:28)
Applying What You Know
      INCLUDE and REQUIRE     (03:42)
      Setting up Your File Structure     (04:53)
      Global Headers and Footers     (03:16)
      A Functional Website Example Pt.1     (06:23)
      A Functional Website Example Pt.2     (04:18)
      A Functional Website Example Pt.3     (04:32)
      A Functional Website Example Pt.4     (04:49)
      A Functional Website Example Pt.5     (04:30)
      A Functional Website Example - Addendum     (06:09)
PHP and functions
      Why use functions     (03:12)
      Variable Scope     (02:58)
      Creating and using Functions     (03:12)
      Functions with Parameters     (06:28)
      Returning Values     (04:05)
      Chapter 6 Challenge     (05:59)
PHP Arrays
      What is an Array     (02:09)
      Creating Arrays     (06:03)
      Multidimensional Arrays     (03:23)
      "FOREACH" looping - basic     (03:18)
      "FOREACH" looping - advanced     (04:19)
      Navigating Arrays     (02:21)
      Manipulating Keys     (03:56)
      Sorting Arrays     (02:41)
      Serialization     (02:20)
      Challenge     (07:56)
Starting with MYSQL
      Getting Information: mysql.com     (02:49)
      Other MYSQL Resources     (02:00)
      What is a relational database?     (03:27)
      Accessing MYSQL - the command line     (04:36)
MYSQL Basics
      Configuring Users in MYSQL - Part 1     (03:59)
      Configuring Users in MYSQL - Part 2     (03:02)
      Creating Databases and Tables     (02:24)
      MYSQL Data Types - Numeric Types     (04:04)
      MYSQL Data Types - Date Types     (02:17)
      MYSQL Data Types - String Types     (02:58)
      EXAMPLE: Creating A Table Statement - Part 1     (05:27)
      EXAMPLE: Creating A Table Statement - Part 2     (03:47)
      Basic MYSQL commands - INSERT     (02:46)
      Basic MYSQL commands - SELECT and UPDATE     (05:46)
      Basic MYSQL commands - DELETE and DROP     (02:32)
      Setting Up phpMyAdmin     (05:43)
      Using phpMyAdmin     (06:06)
Using MYSQL with PHP
      Connecting to MYSQL     (02:28)
      Choosing a database     (01:49)
      Querying a database     (03:53)
      Retrieving results     (05:38)
      Useful MySQL functions in PHP     (03:55)
PHP and Sessions
      What is a session     (01:39)
      set_cookie vs session_start     (05:36)
      Session Tracking With Built in PHP Functions     (03:54)
      Session Tracking With Databases Pt.1     (04:36)
      Session Tracking With Databases Pt.2     (04:40)
Final Words
      Where to go from here     (03:02)
Credits
      About the Author

VTC- PHP Project Solutions Tutorials : در اين بسته آموزشی سطح پيشرفته شما به طور عميق با عبارت‌ ها و توابع php و تكنيك های برنامه نويسي آشنا می‌شويد. همچنين ياد می‌گيريد كه چگونه با استفاده از  HTML/XHTML/XML و  Javascript  و Postgres/SQL يك برنامه تحت وب كامل بنويسيد. و نيز با مثال به شما نشان داده خواهد شد كه چگونه برنامه خود را عيب‌يابی نماييد. مثال هايي از ساخت يك بازی آنلاي، يك سبد خريد فروشگاهی،‌ خبرنامه ايميلی و يك سيستم مديريت محتوا در اين بسته آموزشی وجود دارد. ليست مباحث در زير آمده است.

     PHP Projects Introduction
      PHP Project Solutions Prerequisites     (04:27)     
      Course Introduction - Course Requirements     (03:10)     
      Short History of PHP/HTML/the Web     (05:29)     
      Creating a Web Application with PHP     (06:35)     
      PHP Data Processing in a Web Page     (04:13)     
      Web Interaction with PHP (Query Strings)     (04:54)     
      Web Interaction with PHP (HTML Forms)     (04:05)     
PHP Sessions and Variables/Connections/SQL
      Overview     (02:13)     
      Sessions and Variables pt. 1     (05:04)     
      Sessions and Variables pt. 2     (03:18)     
      Sessions and Variables pt. 3     (04:41)     
      Sessions and Variables pt. 4     (05:51)     
      Creating Postgres Database Tables     (06:07)     
      Include Files for Database Connections     (05:20)     
      Running SQL Queries pt. 1     (06:35)     
      Running SQL Queries pt. 2     (05:24)     
The Admin Area and Login Function
      Overview     (02:41)     
      Creating the Admin Table and Index File     (05:06)     
      Client-side Validation     (03:56)     
      Server-side Validation     (05:55)     
      Managing Admin Users pt. 1     (03:51)     
      Managing Admin Users pt. 2     (05:55)     
      Managing Registered Customers pt. 1     (05:14)     
      Managing Registered Customers pt. 2     (02:57)     
Online Card Game
      Overview     (05:17)
      The Game Flow     (05:15)
      Creating the Cards     (05:05)
      Creating the Screens as Web Pages     (06:58)
      Creating the Database Tables     (06:50)
      Generating Random Numbers     (06:11)
      Creating Card Image and Value Arrays     (04:07)
      Dealing Cards - Storing Scores     (06:25)
      Calculating Scores     (04:02)
      Determining the Next Move     (07:16)
      Playing the Game     (03:15)
Shopping Cart
      Overview     (04:38)
      Building Products and Orders Tables pt. 1     (04:04)
      Building Products and Orders Tables pt. 2     (04:35)
      Sessions and Arrays     (06:34)
      Registration Screen     (05:26)
      Displaying Products     (06:38)
      Starting an Order     (04:41)
      Editing and Order pt. 1     (05:04)
      Editing and Order pt. 2     (05:03)
      Checking Out and Sending Order     (05:59)
      Confirmation Screen     (03:33)
      The Cart in Action     (05:53)
Email Newsletter
      Overview     (02:56)
      Creating a Newsletter Table     (02:40)
      Selecting Recipients     (01:56)
      Composing Newsletters     (03:08)
      Validating Email Addresses     (03:18)
      Sending with PHP Mail Functions     (05:01)
      The Newsletter System in Action     (03:28)
Content Management System
      Overview     (03:56)
      Storing Content in a Database     (03:38)
      File System Functions     (03:13)
      Working With File System Functions     (04:36)
      Copying Template Files     (04:44)
      Writing to Files     (04:27)
      Displaying Files for Editing pt. 1     (04:13)
      Displaying Files for Editing pt. 2     (05:03)
      Uploading Files     (04:42)
      Setting File Permissions     (02:13)
      Creating Site Pages     (03:59)
      Editing Site Page Content     (04:27)
      Uploading Image Files     (03:00)
Online Survey System
      Overview     (04:03)
      Design Considerations     (02:51)
      Tables for Polls/Questions/Answers     (06:03)
      The Logic for Scoring Answers pt. 1     (04:08)
      The Logic for Scoring Answers pt. 2     (03:59)
      Creating a Poll and Questions     (03:58)
      Displaying the Poll     (05:43)
      Preventing Poll Misuse     (02:57)
      Creating a Poll in Action     (06:11)
      Viewing a Poll in Action     (01:44)
XML Files
      Overview     (04:16)
      What is XML?     (04:45)
      Parsing XML     (01:42)
      Displaying XML     (03:39)
      Creating XML Files from Database Records     (03:46)
      The Admin Interface Page     (03:17)
      Editing the XML File     (02:15)
      Using the XML Functions     (03:13)
Applications Map
      Application and Admin Files and Folders     (07:16)
Credits
      About this Author

 

 

VTC- FileMaker 9 & PHP Foundations Tutorials : اگر شما با فايل ميكير، يكی از قويترين برنامه های ايجاد و مديريت پايگاه‌های داده ارتباطی به صورت گرافيكی و ساده، آشنا هستيد و می خواهيد به كمك آن و پي اچ پي بانك اطلاعاتی خود را به شكل كارآمد در وب به نمايش بگذاريد، اين آموزش برای شما ساخته شده است و به شما اين قابليت را عطا می‌كند. در اين مجموعه آموزشي شما با نحوه استفاده از فايل ميكير سرور 9 و مقدماتی از زبان پي اچ پي آشنا می‌شويد و به قدرت API جيد فايل ميكير براي php پي می‌بريد. ليست كامل مباحث در زير موجود است.

Introduction
      Welcome     (06:30)
      Web Publishing with PHP     (03:23)
      Custom Web Publishing with PHP     (03:16)
      The Development Environment     (05:42)
PHP Basics
      Code Basics pt. 1     (04:07)
      Code Basics pt. 2     (04:28)
      Variable Basics     (05:47)
      General Output     (06:37)
      Advanced Output pt. 1     (03:59)
      Advanced Output pt. 2     (03:21)
      Include & Require     (04:38)
      Configuring PHP pt. 1     (04:52)
      Configuring PHP pt. 2     (03:06)
      Redirects & Resources     (06:26)
PHP Flow Control
      Selection with "IF" pt. 1     (04:52)
      Selection with "IF" pt. 2     (03:25)
      Selection with "SWITCH"     (06:06)
      Repetition pt. 1     (03:20)
      Repetition pt. 2     (03:12)
      Continue & Break     (04:46)
      Terminate & Capture pt. 1     (03:01)
      Terminate & Capture pt. 2     (04:28)
PHP Data
      Data Types pt. 1     (05:01)
      Data Types pt. 2     (03:12)
      Globals & Constants     (05:14)
      Testing Variables & Constants     (05:21)
PHP Arrays
      Creating Arrays pt. 1     (04:28)
      Creating Arrays pt. 2     (02:48)
      Working with Arrays     (05:45)
      Multi-Dimensional Arrays     (03:39)
      Traversing Arrays pt. 1     (05:34)
      Traversing Arrays pt. 2     (05:32)
      Traversing Arrays pt. 3     (02:26)
      Traversing Arrays pt. 4     (04:50)
      Modifying Arrays pt. 1     (03:48)
      Modifying Arrays pt. 2     (04:45)
      Testing Arrays pt. 1     (03:02)
      Testing Arrays pt. 2     (05:32)
      Testing Arrays pt. 3     (01:39)
PHP Custom Functions & Objects
      Defining Functions     (05:45)
      Passing Parameters     (04:39)
      Output & Returns     (04:53)
      Passing By Reference pt. 1     (04:35)
      Passing By Reference pt. 2     (03:26)
      Defining Objects     (05:58)
      Instances & Assignments     (04:39)
      Methods & Properties     (05:45)
      Extending Objects     (05:45)
      Scope Resolution & Static Components     (05:32)
FileMaker's API for PHP
      Files & Documentation     (04:01)
      Including the FileMaker Class     (04:53)
      Preparing FileMaker Files for API Access     (05:06)
      Creating & Using the FileMaker Object     (04:49)
      FileMaker Method Results     (04:41)
      FileMaker Error Checking     (06:18)
      Reviewing Command Classes     (06:12)
      Reviewing Non-Command Classes     (05:23)
Performing Basic Finds
      Find Any     (06:13)
      Exploring Result Objects     (05:07)
      Exploring Record Objects     (05:27)
      Find All     (06:16)
      Perform Find pt. 1     (05:23)
      Perform Find pt. 2     (06:02)
      Perform Find pt. 3     (06:09)
      Searching Related Data     (05:47)
Performing Advanced Finds
      User Event Finds pt. 1     (06:44)
      User Event Finds pt. 2     (06:19)
      Finding by Script pt. 1     (05:38)
      Finding by Script pt. 2     (05:37)
      Finding by Relationship & Displaying Portals pt. 1     (04:41)
      Finding by Relationship & Displaying Portals pt. 2     (05:37)
      Finding by Relationship & Displaying Portals pt. 3     (05:46)
      Finding by RecordID pt. 1     (05:18)
      Finding by RecordID pt. 2     (06:36)
      Compound Finds pt. 1     (05:43)
      Compound Finds pt. 2     (06:08)
Formatting Output Data
      Formatting Value Lists pt. 1     (05:42)
      Formatting Value Lists pt. 2     (05:53)
      Formatting Form Elements pt. 1     (06:15)
      Formatting Form Elements pt. 2     (05:59)
      Formatting Text & Numbers     (06:47)
      Formatting Dates & Times     (06:33)
Preparing Data for Input
      Security & User Input     (06:39)
      API Validation Tools pt. 1     (06:34)
      API Validation Tools pt. 2     (06:38)
      API Validation Tools pt. 3     (03:20)
      Converting Form Elements     (06:54)
Working with Records
      Editing with the Edit Command pt. 1     (06:56)
      Editing with the Edit Command pt. 2     (06:33)
      Editing with the Record Object pt. 1     (05:01)
      Editing with the Record Object pt. 2     (04:48)
      Creating Records     (05:13)
      Deleting Records     (04:46)
      Duplicating Records     (05:57)
Summarizing Data
      PHP & Sub Summary Reports     (05:57)
      From Records to Arrays pt. 1     (06:32)
      From Records to Arrays pt. 2     (06:19)
      Building Sub-Summary Arrays pt. 1     (06:13)
      Building Sub-Summary Arrays pt. 2     (06:42)
      Display Summary Arrays pt. 1     (05:19)
      Display Summary Arrays pt. 2     (06:20)
      Producing Leading Grand Totals pt. 1     (06:41)
      Producing Leading Grand Totals pt. 2     (06:36)
Working with Container Data
      Displaying Container Data     (06:55)
      Exporting Container Data     (05:57)
Conclusion
      Overview & Closing     (03:48)
      About the Author

 

VTC- Adobe AIR & PHP Development Tutorials : اين آموزش برای توسعه دهندگان php در هر سطحی مهارتی می‌باشد كه قصد دارند با  AIR آشنا شوند. و از نحوه تركيب آن با توانايي‌های و انعطاف‌های زبان طرف سرويس دهنده php آگاهی يابند، ساخته شده است. ليست مباحث در زير آمده است:

adob air & php development

Introduction
      Welcome     (04:04)     
      About Adobe AIR     (03:11)     
      How it Works: A High-Level View     (01:56)
Getting Started
      Setting up WAMPServer on Windows     (03:20)
      Setting up MAMP on Mac     (03:58)
      Installing Zend Studio for Eclipse     (03:10)
      Installing Flex Builder as a Plug-In     (05:27)
Getting Familiar with Flex Builder
      The Eclipse Interface     (06:08)
      Modes & Views     (07:03)
AIR Development Basics
      User Interface Controls pt. 1     (07:10)
      User Interface Controls pt. 2     (04:50)
      Intro to MXML     (05:50)
      Data Binding     (05:36)
ActionScript 3 Primer
      Data Types     (06:37)
      Syntax & Variables     (05:14)
      Keywords & Functions     (04:19)
      Events     (03:50)
PHP & AIR Overview
      Connection Options     (03:19)
      Using POST & GET pt. 1     (09:06)
      Using POST & GET pt. 2     (08:43)
      Application: Contact Form pt. 1     (05:35)
      Application: Contact Form pt. 2     (05:03)
      Application: Contact Form pt. 3     (07:55)
AMFPHP
      Setting Up AMFPHP     (03:39)
      Creating Remote Services in PHP     (04:12)
      Remote Objects     (08:58)
      Database Setup with phpMyAdmin     (04:34)
      Application: Course Catalog pt. 1     (07:58)
      Application: Course Catalog pt. 2     (06:56)
      Application: Course Catalog pt. 3     (05:08)
      Application: Course Catalog pt. 4     (04:01)
      Application: Course Catalog pt. 5     (07:38)
Zend_Amf
      Setting Up Zend_Amf     (05:26)
      Creating the Zend_Amf Gateway     (05:48)
      Creating the PHP Services pt. 1     (05:23)
      Creating the PHP Services pt. 2     (03:42)
      Creating the PHP Services pt. 3     (07:56)
      Employee Directory AIR Application pt. 1     (07:44)
      Employee Directory AIR Application pt. 2     (04:11)
      Employee Directory AIR Application pt. 3     (07:01)
      Creating the PHP Services pt. 4     (07:23)
      Communicating with Zend_Amf from AIR     (07:19)
Customizing AIR Interfaces
      Styling with CSS pt. 1     (05:12)
      Styling with CSS pt. 2     (05:17)
      Styling with CSS pt. 3     (05:17)
      Styling with CSS pt. 4     (05:41)
      Using Effects in MXML - Fade     (03:55)
      Using Effects in MXML - Move     (03:58)
      Complex Effects in MXML     (02:41)
      Using Custom Chrome     (09:01)
      Using View States     (05:33)
      Transitions Between States     (03:34)
Advanced AIR & PHP Part 1
      Photo Print Store AIR Application     (06:09)
      Custom MXML Components as Renderers pt. 1     (07:31)
      Custom MXML Components as Renderers pt. 2     (04:41)
      Drag & Drop pt. 1     (03:50)
      Drag & Drop pt. 2     (05:03)
      Drag & Drop pt. 3     (05:09)
      Drag & Drop pt. 4     (06:27)
      Drag & Drop pt. 5     (05:00)
      Uploading Files to PHP pt. 1     (07:52)
      Uploading Files to PHP pt. 2     (02:10)
      Uploading Files to PHP pt. 3     (03:42)
      Uploading Files to PHP pt. 4     (07:59)
      Photo Print Store Database Setup     (05:26)
      Photo Print Store PHP Services pt. 1     (07:28)
      Photo Print Store PHP Services pt. 2     (04:45)
      Logins with AIR & PHP pt. 1     (07:40)
      Logins with AIR & PHP pt. 2     (07:20)
      POST & RemoteObjects in Tandem pt. 1     (05:12)
      POST & RemoteObjects in Tandem pt. 2     (07:24)
Advanced AIR & PHP Part 2
      Application: Document Manager pt. 1     (05:29)
      Application: Document Manager pt. 2     (07:47)
      Document Manager PHP Services pt. 1     (03:35)
      Document Manager Database     (03:42)
      Document Manager PHP Services pt. 2     (08:50)
      Document Manager PHP Services pt. 3     (04:46)
      Application: Document Manager pt. 3     (04:34)
      Application: Document Manager pt. 4     (03:05)
      Application: Document Manager pt. 5     (02:31)
      Application: Document Manager pt. 6     (04:52)
      Application: Document Manager pt. 7     (05:24)
      Application: Document Manager pt. 8     (07:26)
      Creating New Windows     (05:44)
      Application: Document Manager pt. 9     (05:19)
      Application: Document Manager pt. 10     (06:12)
      Chaining Events Together     (06:55)
      More User Authentication pt. 1     (04:37)
      More User Authentication pt. 2     (05:54)
      Using the Encryted Local Store pt. 1     (07:11)
      Using the Encryted Local Store pt. 2     (04:33)
      Custom Icons in MXML Renderers     (05:38)
      Tuning Custom Controls & Renderers     (04:12)
Sometimes-Connected Applications
      Application: Traveling Salesman - Intro     (02:20)
      Local SQLite Databases     (04:07)
      Application: Traveling Salesman pt. 1     (07:09)
      Application: Traveling Salesman pt. 2     (07:42)
      Application: Traveling Salesman pt. 3     (04:49)
      Application: Traveling Salesman pt. 4     (04:52)
      Application: Traveling Salesman pt. 5     (05:40)
      Traveling Salesman PHP Code pt. 1     (04:28)
      Traveling Salesman PHP Code pt. 2     (04:17)
      Traveling Salesman AMF Communication pt. 1     (04:55)
      Traveling Salesman AMF Communication pt. 2     (06:18)
      Traveling Salesman AMF Communication pt. 3     (05:52)
      Saving Records Remotely & Locally     (06:11)
      Detecting Connectivity     (07:54)
      Syncronizing Remote & Local Data pt. 1     (07:56)
      Syncronizing Remote & Local Data pt. 2     (06:40)
      Custom Label Functions in Datagrids     (03:57)
Going Public with Your Application
      Distributing Your Application     (03:21)
      The -app.xml File     (03:20)
      Using the Badge Installer     (03:33)
      Updating After Release pt. 1     (06:54)
      Updating After Release pt. 2     (07:46)
      Updating After Release pt. 3     (07:14)
      Updating After Release pt. 4     (05:39)
Wrap Up & Next Steps
      ActionScript Further Study     (03:40)
      PHP Further Study     (01:48)
      Wrap Up

1800 PHP Scripts Web Developers Mega Pack : هزار و هشتصد اسكريپت آماده پي اچ پي، كلكسيون كاملي براي برای برنامه نويسان php.

 


جزئیات دیگر

حجم:
4.2 گيگابايت
مدت:
42 ساعت
وبسايت:
vtc.com

پیدا كردن محصولات مشابه توسط تگ

AIR  MySQL  PHP  ادوبی  

پیدا كردن محصولات مشابه توسط دسته بندی

سبد خرید شما

تحویل: كم‌ترین زمان ممكن
حمل و نقل:
رسیدگی:
زيرجمع: 0 تومان
دیدن، ویرایش و اطلاع از هزینه حمل و نقل   پرداخت هزینه محصولات

شما اخیرا دیده اید...