5:31
|
.htaccess tip - Force www. in dynamic php mysql flash web site tutorial - English
Here is the code to copy and paste
# Make all requests have the www. in them
RewriteEngine on
RewriteCond %{HTTP_HOST} ^websitename\.com
RewriteRule ^(.*)$...
Here is the code to copy and paste
# Make all requests have the www. in them
RewriteEngine on
RewriteCond %{HTTP_HOST} ^websitename\.com
RewriteRule ^(.*)$ http://www.websitename.com/$1 [R=permanent,L]
In this quick web development tip Adam Khoury of Flash Building discusses the apache method of forcing script connection in case the www is missing from a URL that requires it for script connection.
More...
Description:
Here is the code to copy and paste
# Make all requests have the www. in them
RewriteEngine on
RewriteCond %{HTTP_HOST} ^websitename\.com
RewriteRule ^(.*)$ http://www.websitename.com/$1 [R=permanent,L]
In this quick web development tip Adam Khoury of Flash Building discusses the apache method of forcing script connection in case the www is missing from a URL that requires it for script connection.
6:46
|
2:24
|
PHP Image Processing PHP Video Textbook Tutorial Introduction - English
Master PHP Image Processing with Adam Khoury in this Video Textbook Series. Learn the PHP scripting necessary for deftly working with images on the web as a programmer.
Master PHP Image Processing with Adam Khoury in this Video Textbook Series. Learn the PHP scripting necessary for deftly working with images on the web as a programmer.
Libraries Explained PHP Image Processing Video Textbook - English
Master PHP Image Processing with Adam Khoury in this Video Textbook Series. In this video we identify and explain each of the PHP image processing libraries.
Master PHP Image Processing with Adam Khoury in this Video Textbook Series. In this video we identify and explain each of the PHP image processing libraries.
7:25
|
Wallaby Tutorial Convert Flash FLA Files to HTML and Javascript Animations - English
Learn how to use Adobe Wallaby, a new expermental technology from Adobe that will convert Flash artwork and animations into HTML and Javascript.
Lesson by Adam Khoury @ http://www.developphp.com...
Learn how to use Adobe Wallaby, a new expermental technology from Adobe that will convert Flash artwork and animations into HTML and Javascript.
Lesson by Adam Khoury @ http://www.developphp.com
Wallaby Pre-release Download: http://labs.adobe.com/downloads/wallaby.html
More...
Description:
Learn how to use Adobe Wallaby, a new expermental technology from Adobe that will convert Flash artwork and animations into HTML and Javascript.
Lesson by Adam Khoury @ http://www.developphp.com
Wallaby Pre-release Download: http://labs.adobe.com/downloads/wallaby.html
5:55
|
1 Flat File txt + PHP Database Systems Tutorial - Displaying text file content - English
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 1 you will learn 2 methods for displaying...
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 1 you will learn 2 methods for displaying and accessing external text files within your PHP scripts.
More...
Description:
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 1 you will learn 2 methods for displaying and accessing external text files within your PHP scripts.
11:25
|
2 Flat File.txt + PHP Database Tutorial - Allow user or client to change data CMS - English
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...
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.
More...
Description:
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.
4:53
|
FlashVars & PHP Tutorial - Multiple Variables into Flash AS3 - English
Download Free Source - http://www.developphp.com
In this tutorial you can learn how to Use FlashVars and PHP to send multiple dynamic variables into flash AS3. I show how to use the page that...
Download Free Source - http://www.developphp.com
In this tutorial you can learn how to Use FlashVars and PHP to send multiple dynamic variables into flash AS3. I show how to use the page that Flash renders to set up FlashVars in and send them into flash.
More...
Description:
Download Free Source - http://www.developphp.com
In this tutorial you can learn how to Use FlashVars and PHP to send multiple dynamic variables into flash AS3. I show how to use the page that Flash renders to set up FlashVars in and send them into flash.
7:58
|
11:11
|
5:21
|
How to Format textArea Component Content in Flash AS3 - English
Get all the source - http://www.developphp.com
Learn how to format textArea component content using the htmlText property of the textarea.
Get all the source - http://www.developphp.com
Learn how to format textArea component content using the htmlText property of the textarea.
10:04
|
Swift 3D PS Tutorial: Maximize Photoshop CS4 Workspace and Access the Plugin - English
Learn about the swift3D PS Photoshop 3d modeling plugin from Electric Rain. In this lesson Adam khoury shows us how to set our workspace up for advanced 3d modeling, and tapping into the plugin for...
Learn about the swift3D PS Photoshop 3d modeling plugin from Electric Rain. In this lesson Adam khoury shows us how to set our workspace up for advanced 3d modeling, and tapping into the plugin for the first time.
More...
Description:
Learn about the swift3D PS Photoshop 3d modeling plugin from Electric Rain. In this lesson Adam khoury shows us how to set our workspace up for advanced 3d modeling, and tapping into the plugin for the first time.
17:32
|
Flash AS3 ColorPicker Component Tutorial: Color choosing - English
Get the free Source files:http://www.developphp.com
In this free Flash ActionScript 3.0 tutorial we show how to dynamically program the ColorPicker component. Learn how to allow users to change...
Get the free Source files:http://www.developphp.com
In this free Flash ActionScript 3.0 tutorial we show how to dynamically program the ColorPicker component. Learn how to allow users to change colors on elements you want, and also learn how to access the value of their choice if using it in a form application. lesson By Adam Khoury at www.developphp.com
More...
Description:
Get the free Source files:http://www.developphp.com
In this free Flash ActionScript 3.0 tutorial we show how to dynamically program the ColorPicker component. Learn how to allow users to change colors on elements you want, and also learn how to access the value of their choice if using it in a form application. lesson By Adam Khoury at www.developphp.com
17:49
|
Flash AS3 ComboBox Component Tutorial Learn Drop Menus - English
Source files: http://www.developphp.com
In this free Flash ActionScript 3.0 tutorial we show a dynamic example of how to populate drop down lists according to user selection. We show you how to...
Source files: http://www.developphp.com
In this free Flash ActionScript 3.0 tutorial we show a dynamic example of how to populate drop down lists according to user selection. We show you how to access the value of what the user has chosen, and also how to clear a comboBox component of all of its list items. lesson By Adam Khoury at www.developphp.com
More...
Description:
Source files: http://www.developphp.com
In this free Flash ActionScript 3.0 tutorial we show a dynamic example of how to populate drop down lists according to user selection. We show you how to access the value of what the user has chosen, and also how to clear a comboBox component of all of its list items. lesson By Adam Khoury at www.developphp.com
5:12
|
3:49
|
15:03
|
Part 3 Flash AS3 Real Time Auto Updating Chat Application Tutorial for Websites - English
Free Source Files - http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=416
Part 3 of learning how to build a flash auto updating real time chat application with a liitle help from...
Free Source Files - http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=416
Part 3 of learning how to build a flash auto updating real time chat application with a liitle help from PHP and MySQL. We will be using Actionscript 3.0 in this lesson series.
Visit our entire tutorial archive and network:
http://www.developphp.com
More...
Description:
Free Source Files - http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=416
Part 3 of learning how to build a flash auto updating real time chat application with a liitle help from PHP and MySQL. We will be using Actionscript 3.0 in this lesson series.
Visit our entire tutorial archive and network:
http://www.developphp.com
24:06
|
Flash Website Guestbook AS3 MySQL Tutorial and Free Editable Source Files - English
Download Free Starter Package:
http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=601
Learn how to make a Flash guestbook for your website or your client sites. We are using Flash...
Download Free Starter Package:
http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=601
Learn how to make a Flash guestbook for your website or your client sites. We are using Flash CS4, but it is OK to use CS3 also. Use for testimonials, guestbook, shoutbox, or whatever you like.
Brought to you By Adam Khoury at www.developphp.com
More...
Description:
Download Free Starter Package:
http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=601
Learn how to make a Flash guestbook for your website or your client sites. We are using Flash CS4, but it is OK to use CS3 also. Use for testimonials, guestbook, shoutbox, or whatever you like.
Brought to you By Adam Khoury at www.developphp.com
13:36
|
Discover Dynamic XML Flash Photo Gallery PHP Loop Files Tutorial part 1 - English
Learn how to render dynamic XML files using PHP loops. Link to the script here: http://www.developphp.com/view.php?tid=738
Lesson brought to you free by Adam Khoury @ http://www.developphp.com
Learn how to render dynamic XML files using PHP loops. Link to the script here: http://www.developphp.com/view.php?tid=738
Lesson brought to you free by Adam Khoury @ http://www.developphp.com
14:15
|
Swift 3D 6 Tutorial Custom 3D Extrusions and Animations for Website - English
Learn how to use Swift 3D version 6 to create custom 3D extrusions and animations using a 2D image as a guide. Then import the finished product into Flash for further manipulation and display just...
Learn how to use Swift 3D version 6 to create custom 3D extrusions and animations using a 2D image as a guide. Then import the finished product into Flash for further manipulation and display just how you need it.
Lesson by Adam Khoury @ http://www.developphp.com
More...
Description:
Learn how to use Swift 3D version 6 to create custom 3D extrusions and animations using a 2D image as a guide. Then import the finished product into Flash for further manipulation and display just how you need it.
Lesson by Adam Khoury @ http://www.developphp.com
4:53
|
Swift 3D v6 Tutorial : Program Interface and Toolbar Docking - English
Learn the basics of the Swift 3D 6 Interface and Toolbars manipulation for maximizing workspace.
Lesson By Adam Khoury at http://www.flashbuilding.com
Learn the basics of the Swift 3D 6 Interface and Toolbars manipulation for maximizing workspace.
Lesson By Adam Khoury at http://www.flashbuilding.com
12:56
|
Website Design Theme Application Tutorial Using PHP Cookies to Change CSS Style Sheets - English
Source: http://www.developphp.com/view.php?tid=1037
Learn how to allow visitors to change the themes of your website using CSS Style Sheets and PHP Cookies.
It uses PHP Cookies and well...
Source: http://www.developphp.com/view.php?tid=1037
Learn how to allow visitors to change the themes of your website using CSS Style Sheets and PHP Cookies.
It uses PHP Cookies and well structured CSS style folders and style sheets to allow any visitors to theme your website according to layouts you have made.
If your style sheet is set up smart your buttons, background, backgrounds for tables and divs, size of things, placement of things, and everything can be changed by altering each theme's style sheet.
Using PHP cookies we can store their theme choice in a cookie file inside their browser software so even when they close their browser down, the next time they come back their theme is in place as long as the cookie is set to last. If the user deletes all cookies from within their browser options, the theme will revert back to your original site theme.
More...
Description:
Source: http://www.developphp.com/view.php?tid=1037
Learn how to allow visitors to change the themes of your website using CSS Style Sheets and PHP Cookies.
It uses PHP Cookies and well structured CSS style folders and style sheets to allow any visitors to theme your website according to layouts you have made.
If your style sheet is set up smart your buttons, background, backgrounds for tables and divs, size of things, placement of things, and everything can be changed by altering each theme's style sheet.
Using PHP cookies we can store their theme choice in a cookie file inside their browser software so even when they close their browser down, the next time they come back their theme is in place as long as the cookie is set to last. If the user deletes all cookies from within their browser options, the theme will revert back to your original site theme.
8:23
|
Flash Tutorial Animated Electric Storm Lightning Effect for CS5 CS4 CS3 - English
True Animation - http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=1055
In this lesson Flash CS3, CS4, and CS5 users can learn how to create custom electric lightning storm effects...
True Animation - http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=1055
In this lesson Flash CS3, CS4, and CS5 users can learn how to create custom electric lightning storm effects for their flash animations.
More...
Description:
True Animation - http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=1055
In this lesson Flash CS3, CS4, and CS5 users can learn how to create custom electric lightning storm effects for their flash animations.
2:54
|
5:38
|
1 Actionscript 3.0 Sound Programming Video Textbook Flash CS4 CS5 MP3 Tutorials - English
Lesson 1 of the Actionscript 3.0 Video Textbook for Sound Programming by Adam Khoury. This video demonstrates the most basic approach to getting sound files to play in your Flash files, and a...
Lesson 1 of the Actionscript 3.0 Video Textbook for Sound Programming by Adam Khoury. This video demonstrates the most basic approach to getting sound files to play in your Flash files, and a little insight on editing them in Flash.
More...
Description:
Lesson 1 of the Actionscript 3.0 Video Textbook for Sound Programming by Adam Khoury. This video demonstrates the most basic approach to getting sound files to play in your Flash files, and a little insight on editing them in Flash.
6:11
|
2 Actionscript 3.0 Sound Programming Video Textbook Flash CS4 CS5 Tutorials - English
Lesson 2 of the Actionscript 3.0 Video Textbook for Sound Programming by Adam Khoury. This video demonstrates the most basic approach to getting sound files to play in your Flash files, and a...
Lesson 2 of the Actionscript 3.0 Video Textbook for Sound Programming by Adam Khoury. This video demonstrates the most basic approach to getting sound files to play in your Flash files, and a little insight on editing them in Flash.
More...
Description:
Lesson 2 of the Actionscript 3.0 Video Textbook for Sound Programming by Adam Khoury. This video demonstrates the most basic approach to getting sound files to play in your Flash files, and a little insight on editing them in Flash.
17:21
|
3 Actionscript 3.0 Sound Programming Video Textbook Flash CS4 CS5 MP3 Tutorials - English
Lesson 3 of the Actionscript 3.0 Video Textbook for Sound Programming by Adam Khoury. This video shows how to create sound visuals that animate to the beat by creating a channel for the sound...
Lesson 3 of the Actionscript 3.0 Video Textbook for Sound Programming by Adam Khoury. This video shows how to create sound visuals that animate to the beat by creating a channel for the sound object. That way we can access the left and right peaks.
More...
Description:
Lesson 3 of the Actionscript 3.0 Video Textbook for Sound Programming by Adam Khoury. This video shows how to create sound visuals that animate to the beat by creating a channel for the sound object. That way we can access the left and right peaks.
7:13
|
Javascript Tutorial Textarea Counting and Limiting - English
Copy Paste the script: http://www.developphp.com/view.php?tid=1126
Learn to use Javascript to limit and count a text field in your HTML based forms. Show the user how many characters are remaining...
Copy Paste the script: http://www.developphp.com/view.php?tid=1126
Learn to use Javascript to limit and count a text field in your HTML based forms. Show the user how many characters are remaining that they can type into that field. It will visually limit the amount they can type in real time also.
More...
Description:
Copy Paste the script: http://www.developphp.com/view.php?tid=1126
Learn to use Javascript to limit and count a text field in your HTML based forms. Show the user how many characters are remaining that they can type into that field. It will visually limit the amount they can type in real time also.