Part 5 How to Build PHP and MySQL CMS Website Software - English
Source Files - http://www.developphp.com/view.php?tid=322
Series Playlist - http://www.youtube.com/view_play_list?p=11D6E5B9CA126A57
In part...
Source Files - http://www.developphp.com/view.php?tid=322
Series Playlist - http://www.youtube.com/view_play_list?p=11D6E5B9CA126A57
In part 5 we create the administrator directory and set a link to the CMS administrator back end from the bottom of the home page. The back end admin directory will have its own index page to be the central home of the control panel.
Learn how to build custom content management systems using PHP and MySQL. Cool dynamic basic sites that anyone can edit
8m:21s
6479
2 Flat File.txt + PHP Database Tutorial - Allow user or client to change...
Copy+Paste Source Available: http://www.developphp.com/view.php?tid=1155
In this lesson series Adam Khoury demonstrates using .txt Flat File...
Copy+Paste Source Available: http://www.developphp.com/view.php?tid=1155
In this lesson series Adam Khoury demonstrates using .txt Flat File Database systems as an alternative to MySQL, XML, or other database systems. In part 2 you will learn how to allow a user or client to change the data from smart easy web forms. Many people do not have tech knowledge and do not like going on the server to alter a CMS file. You must make forms to alter the data.
11m:25s
6317
XML Magic Menu Tutorial for ActionScript 3 Flash CS3 + CS4 - [English]
Free Flash Source File: http://www.developphp.com
In this free Flash ActionScript 3 fla file download tutorial you can learn how to create a...
Free Flash Source File: http://www.developphp.com
In this free Flash ActionScript 3 fla file download tutorial you can learn how to create a menu out of thin air using nothing but XML and ActionScript 3. Theres is nothing in the library, and nothing on stage. Everything you see is rendered out through code. The buttons get their roll_over, roll_out, and click states assigned through an XML for loop in Flash.
There is a lack of information online or in books about XML content management for flash, and it could be a powerful tool set for Flash CMS developers if understood.
4m:28s
6773
Intro How to Build Custom PHP and MySQL CMS Website Software - English
Introduction for new series we are about to launch to show the foundation for systems like Wordpress or Joomla. Dynamic PHP and MySQL Content...
Introduction for new series we are about to launch to show the foundation for systems like Wordpress or Joomla. Dynamic PHP and MySQL Content Management System Websites that use Javascript WYSIWYG rich text editors to populate and edit website pages.
19m:26s
6021
Part 1 How to Build PHP and MySQL CMS Website Software - English
In this part of the lesson we create our MySQL database and quickly set up a default layout in Dreamweaver CS4, and tinker with the looks through...
In this part of the lesson we create our MySQL database and quickly set up a default layout in Dreamweaver CS4, and tinker with the looks through CSS.
Source Files - http://www.developphp.com/view.php?tid=322
15m:18s
5380
Part 3 How to Build PHP and MySQL CMS Website Software - English
In this part of the lesson we learn how to script out our magic index page to be smart enough to display all of the data in the system, and all...
In this part of the lesson we learn how to script out our magic index page to be smart enough to display all of the data in the system, and all pages.
Source Files - http://www.developphp.com/view.php?tid=322
30m:19s
4686
Part 4 How to Build Custom PHP MySQL CMS Website Software - English
Here we demonstrate how to secure the application from malicious strings being added to the URL variable. At this point that is the only security...
Here we demonstrate how to secure the application from malicious strings being added to the URL variable. At this point that is the only security measure needed.
Source Files - http://www.developphp.com/view.php?tid=322
6m:29s
5017
Part 9 How to Build PHP and MySQL CMS Website Software - English
Playlist for series - http://www.youtube.com/view_play_list?p=11D6E5B9CA126A57
Source Files - http://www.developphp.com/view.php?tid=322...
Playlist for series - http://www.youtube.com/view_play_list?p=11D6E5B9CA126A57
Source Files - http://www.developphp.com/view.php?tid=322
Learn how to build custom content management systems using PHP and MySQL. Cool dynamic basic sites that anyone you appoint can edit.
7m:4s
5135
Part 7 How to Build PHP and MySQL CMS Website Software - English
Source Files - http://www.developphp.com/view.php?tid=322
Playlist for series - http://www.youtube.com/view_play_list?p=11D6E5B9CA126A57
In...
Source Files - http://www.developphp.com/view.php?tid=322
Playlist for series - http://www.youtube.com/view_play_list?p=11D6E5B9CA126A57
In part 7 we build the page that is responsible for creating new pages into the PHP MySQL system. The form sends the data using a basic textarea. In a nice robust system you would implement a Javascript WYSIWYG Rich Text Editor in place of my textarea.
Learn how to build custom content management systems using PHP and MySQL. Cool dynamic basic sites that anyone can edit.
12m:7s
6273
Part 8 How to Build PHP and MySQL CMS Website Software - English
Source Files - http://www.developphp.com/view.php?tid=322
In part 8 we create the forms and PHP scripts geared for editing existing pages that...
Source Files - http://www.developphp.com/view.php?tid=322
In part 8 we create the forms and PHP scripts geared for editing existing pages that have already been made. The user can edit existing pages and we record the last edit date. We use the page ID numbers and a form field for the admin to claim which page they want to modify in this simple system. All of the existing data is queried from MySQL and placed into the form fields automatically to make life easy for the administrator.
13m:41s
5674
Create XML CMS configuration files for Your Flash ActionScript 3.0...
Source Files for This Lesson:
http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=547
Learn .txt file configurations here:...
Source Files for This Lesson:
http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=547
Learn .txt file configurations here: http://www.youtube.com/watch?v=kVhbMS0T2w8
Learn XML and Flash AS3 bascis for beginners here:
http://www.youtube.com/watch?v=mXRWbFbwH1w
Not everybody has or knows flash. But everybody wants cool flash apps on their website. Sell your flash files for useful things that websites often have the need for. Galleries, Mp3 players, Video players, any type of file that you may want to allow another to control or manage how the SWF file will be rendered at runtime.
5m:54s
6125
19 E Commerce Website PHP Tutorial PayPal HTML Shopping Cart Variables -...
PayPal Documentation Links In Video
1. https://www.paypal.com/cgi-bin/webscr?cmd=p/pdn/howto_checkout-outside
2....
PayPal Documentation Links In Video
1. https://www.paypal.com/cgi-bin/webscr?cmd=p/pdn/howto_checkout-outside
2. https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=develop...
http://www.developphp.com
In this 19th video we program the PayPal variables and button code into our cart for allowing checkout of our custom 3rd party shopping cart. Now you are selling. The E - Commerce Web Site we will be assembling is one in which all of the inventory is in a MySQL database and we offer a custom PHP cart for a unique shopping experience.
13m:38s
6836
XML Magic Pages Web Site Tutorial for ActionScript 3 - Flash CS3 + CS4 -...
Free Flash Source File: http://www.developphp.com
If you are interested in learning how to create complex dynamic Flash Content Management...
Free Flash Source File: http://www.developphp.com
If you are interested in learning how to create complex dynamic Flash Content Management Systems, this is the lesson for you. Using the the xml file and the free fla source file you can gain a better understanding of how to work with external data in Flash at an expert level. Create cool content management systems for clients, render out complex pagination from database results, and much much more can be achieved with the right imagination and this foundation.
The XML file in the folder will fuel the whole system in a dynamic fashion, bringing in external images, text, and labels. You can also add more child nodes to the MenuItems in my XML file pretty easily if you understand XML just a little bit.
3m:44s
6736
Open Code Flash WYSIWYG Rich Text Editor Tutorial Part 2 - English
Free Source - http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=226
Part 2 of the free flash actionscript 3.0 WYSIWYG Rich Text...
Free Source - http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=226
Part 2 of the free flash actionscript 3.0 WYSIWYG Rich Text Editor you can expand upon.
11m:0s
5843
Flash WYSIWYG Open Code Rich Text Editor Tutorial Part 3 - English
Source Download - http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=227
Part 3 fo creating a custom Flash WYSIWYG Rich Text Editor...
Source Download - http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=227
Part 3 fo creating a custom Flash WYSIWYG Rich Text Editor covers creating the Italicize button and functionality.
7m:50s
5456
Flash WYSIWYG Open Code Rich Text Editor Tutorial Part 5 - English
In this section of creating our own custom WYSIWYG editor from scratch in Flash ActionScript 3.0, we focus on making it a more solid application...
In this section of creating our own custom WYSIWYG editor from scratch in Flash ActionScript 3.0, we focus on making it a more solid application and squish some bugs. We also add a custom formatting button and better event listeners.
10m:7s
6262
1 E Commerce Website PHP Tutorial Setting Up the Pages Layout and...
http://www.developphp.com
In this first video we will establish pages our system will need. We also create a modular design and page layout for...
http://www.developphp.com
In this first video we will establish pages our system will need. We also create a modular design and page layout for easier site management. The E - Commerce Web Site we will be assembling is one in which all of the inventory is in a MySQL database and we offer a custom PHP cart for a unique shopping experience. It is a site that handles sales, customers, and inventory.
21m:56s
6517
4 E Commerce Website Tutorial PHP MySQL Inventory Management - English
http://www.developphp.com
In this 4th video we will create the Inventory management page in the Admin area. List all inventory and make a form and...
http://www.developphp.com
In this 4th video we will create the Inventory management page in the Admin area. List all inventory and make a form and parser for adding new inventory items. The E - Commerce Web Site we will be assembling is one in which all of the inventory is in a MySQL database and we offer a custom PHP cart for a unique shopping experience. It is a site that handles sales, customers, and inventory.
28m:49s
6790
5 E Commerce Website PHP Tutorial Inventory Management Continued - English
http://www.developphp.com
In this 5th video we will continue creating the Inventory management functionality in the Admin area. List all inventory...
http://www.developphp.com
In this 5th video we will continue creating the Inventory management functionality in the Admin area. List all inventory and make a form and parser for adding new inventory items. The E - Commerce Web Site we will be assembling is one in which all of the inventory is in a MySQL database and we offer a custom PHP cart for a unique shopping experience. It is a site that handles sales, customers, and inventory.
15m:18s
6702
6.E Commerce Website PHP Tutorial Store Inventory Continued - English
http://www.developphp.com
In this 6th video we will continue creating the Inventory management functionality in the Admin area. Editing existing...
http://www.developphp.com
In this 6th video we will continue creating the Inventory management functionality in the Admin area. Editing existing products and deleting things made easy. The E - Commerce Web Site we will be assembling is one in which all of the inventory is in a MySQL database and we offer a custom PHP cart for a unique shopping experience. It is a site that handles sales, customers, and inventory.
20m:28s
6208
7 E Commerce Website Tutorial PHP MySQL Dynamic Home Page - English
http://www.developphp.com
In this 7th video we will dynamically render an always up-to-date "newest items" listing for the online...
http://www.developphp.com
In this 7th video we will dynamically render an always up-to-date "newest items" listing for the online store's home page. The E - Commerce Web Site we will be assembling is one in which all of the inventory is in a MySQL database and we offer a custom PHP cart for a unique shopping experience.
19m:19s
5939
7 E Commerce Website Tutorial PHP MySQL Dynamic Home Page - English
http://www.developphp.com
In this 7th video we will dynamically render an always up-to-date "newest items" listing for the online...
http://www.developphp.com
In this 7th video we will dynamically render an always up-to-date "newest items" listing for the online store's home page. The E - Commerce Web Site we will be assembling is one in which all of the inventory is in a MySQL database and we offer a custom PHP cart for a unique shopping experience.
19m:19s
5511
8 E Commerce Website PHP MySQL Tutorial Product Display Page - English
http://www.developphp.com
In this 8th video we will begin creating the dynamic product display page, and also discuss payment gateway shopping...
http://www.developphp.com
In this 8th video we will begin creating the dynamic product display page, and also discuss payment gateway shopping cart options. The E - Commerce Web Site we will be assembling is one in which all of the inventory is in a MySQL database and we offer a custom PHP cart for a unique shopping experience.
21m:35s
7189
9 E Commerce Website Tutorial Shopping Cart PHP Multidimensional Array -...
http://www.developphp.com
In this 9th video we will begin creating the multidimensional array in PHP that is the shopping cart. We will use a...
http://www.developphp.com
In this 9th video we will begin creating the multidimensional array in PHP that is the shopping cart. We will use a SESSION variable to store and remember the cart data as the user browses pages. The E - Commerce Web Site we will be assembling is one in which all of the inventory is in a MySQL database and we offer a custom PHP cart for a unique shopping experience.
22m:6s
7710
10 E Commerce Website Tutorial Shopping Cart PHP Multidimensional Array...
http://www.developphp.com
In this 10th video we will continue programming the multidimensional array in PHP that is the shopping cart. We will use...
http://www.developphp.com
In this 10th video we will continue programming the multidimensional array in PHP that is the shopping cart. We will use a SESSION variable to store and remember the cart data as the user browses pages. The E - Commerce Web Site we will be assembling is one in which all of the inventory is in a MySQL database and we offer a custom PHP cart for a unique shopping experience
21m:5s
6764
12 E Commerce Website Tutorial Display the PHP Shopping Cart - English
http://www.developphp.com
In this 12th video we will make our custom PHP cart look like an actual online shopping cart by statically designing it...
http://www.developphp.com
In this 12th video we will make our custom PHP cart look like an actual online shopping cart by statically designing it first, then making it dynamic. The E - Commerce Web Site we will be assembling is one in which all of the inventory is in a MySQL database and we offer a custom PHP cart for a unique shopping experience.
17m:3s
8131
13 E Commerce Website Tutorial Tally the Total of Your PHP Shopping Cart...
http://www.developphp.com
In this 13th video we will tally the shopping cart total price combining all of the item prices for a grand total the...
http://www.developphp.com
In this 13th video we will tally the shopping cart total price combining all of the item prices for a grand total the user will check out for. The E - Commerce Web Site we will be assembling is one in which all of the inventory is in a MySQL database and we offer a custom PHP cart for a unique shopping experience.
7m:33s
5419
14 E Commerce Website Tutorial Remove Items From PHP Shopping Cart -...
http://www.developphp.com
In this 14th video we will learn a simple method for allowing the user to remove cart items from your cart\'s...
http://www.developphp.com
In this 14th video we will learn a simple method for allowing the user to remove cart items from your cart\'s multidimensional array using unset() and sort(). The E - Commerce Web Site we will be assembling is one in which all of the inventory is in a MySQL database and we offer a custom PHP cart for a unique shopping experience.
18m:20s
4789