Posts Tagged ‘application’

Website Design Theme Application Tutorial Using PHP Cookies to Change CSS Style Sheets

Source: www.developphp.com 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.

Flash Website Voting Poll Tutorial: Actionscript 3.0 PHP MySQL

Download the Editable Files to start: www.developphp.com Learn how to build more creative polling and voting applications for all of your website projects. We are using Flash Actionscript 3.0, PHP, and mysql.

Simple Ajax and PHP application tutorial

This is a follow-up of my video on the clarification of what AJAX is. I will show you how to use a nice library that I found to build web 2.0 applications with AJAX and PHP.