Wednesday, February 17th, 2010
I need to change the background of my web page 3 times a day. good morning, good afternoon, and good evening. this has to be in xhtml and not use javascript or PHP. I have to do this for a class which is why I cant use these.
<script language="JavaScript">
day=new Date() //..get the date
x=day.getHours() //..get the hour
if(x>=0 && x<4) {
document.write(’<style type="text/css">body{background: white url(1st.jpg); color: black}"></style>’)
} else
if(x>=4 && x<12) {
document.write(’<style type="text/css">body{background: white url(2nd.jpg); color: black}</style>’)
} else
if(x>=12 && x<18) {
document.write(’<style type="text/css">body{background: white url(3rd.jpg); color: black}</style>’)
} else
if (x>=18 && x<24) {
document.write(’<style type="text/css">body{background: white url(4th.jpg); color: black}</style>’)
}
</script>
Technorati Tags: Amp, Background Web, Background White, Body Background, Good Afternoon, Good Evening, javascript, Lt, New Date, php, Script Language, Style Type, Url, Web Page
Posted in xhtml | 1 Comment »
Sunday, February 14th, 2010
Create a form so people can send you emails via html form
Source Code: http://gorilla3d.com/v4/files/contactus.zip
HD Video:
http://gorilla3d.com/v4/videos/php_contact_form_p1.mov
Duration : 0:8:37
(more…)
Technorati Tags: Contact, development, form, html, php
Posted in html | 25 Comments »
Wednesday, February 10th, 2010
Continued from: http://www.youtube.com/watch?v=VbHsEafkyjM
Create a form so people can send you emails via html form
Source Code: http://gorilla3d.com/v4/files/contactus.zip
HD Video:
http://gorilla3d.com/v4/videos/php_contact_form_p2.mov
Duration : 0:6:27
(more…)
Technorati Tags: Contact, development, form, html, php
Posted in html | 25 Comments »
Tuesday, January 26th, 2010
How to use basic styles in Xhtml.
Duration : 0:3:42
(more…)
Technorati Tags: css, design, Eatsleep, how, html, php, SSI, T3h, Techies, to, web, websites, xhtml
Posted in xhtml | No Comments »
Tuesday, January 26th, 2010
Embed PHP code inside html to add some dynamic functionality to your pages.
Duration : 0:5:1
(more…)
Technorati Tags: embed, embedded, embedding, embeding, Help, html, hyper, in, inside, learn, learning, lesson, lessons, Markup, me, php, programming, teach, teaching, text, tutorial, tutorials, video, videos
Posted in html | 7 Comments »
Saturday, January 23rd, 2010
Introduction to Xhtml
Duration : 0:3:7
(more…)
Technorati Tags: easy, Eatleeplaygame, html, Intro, php, T3h, Techies, tutorial, xhtml
Posted in xhtml | No Comments »
Friday, January 22nd, 2010
Learn how to create a basic static page website design template using php, css, and xhtml. Using website templates like the one you’ll learn to make here helps cut down on the rewriting of code and saves you a ton of time. This is a basic template we’ll use to build more advanced website designs and templates.
Duration : 0:9:31
(more…)
Technorati Tags: css, design, php, Template, website, xhtml
Posted in xhtml | 6 Comments »
Thursday, January 21st, 2010
Learn how to create a basic static page website design template using php, css, and xhtml. Using website templates like the one you’ll learn to make here helps cut down on the rewriting of code and saves you a ton of time. This is a basic template we’ll use to build more advanced website designs and templates.
Duration : 0:10:0
(more…)
Technorati Tags: css, design, php, Template, website, xhtml
Posted in xhtml | 5 Comments »
Wednesday, January 20th, 2010
if you found this useful please do subscribe
Duration : 0:9:25
(more…)
Technorati Tags: 1, and, html, index, MYSQL, page, Part, php, programming
Posted in html index | 1 Comment »
Wednesday, January 20th, 2010
A PHP and HTML Tutorial in which we processes information from a form using the $_POST[]; functions in PHP and created a table and form.
Link for Notepad2: http://www.flos-freeware.ch/notepad2.html
Duration : 0:21:35
(more…)
Technorati Tags: doodleflash, form, forms, html, leet, lgo666, php, post, science, table, Td, technology, tr, tutorial, video
Posted in html | 25 Comments »