help required for XHTML, CSS and some PHP

Permabanned
Joined
22 Feb 2010
Posts
1,629
Hey fellow forum members.

Im in urgent need of some help or i will fail my uni course.

I have been so busy with other modules i have neglected the web design part and i have NO idea of what i do to create the thing for my assignment.

Im looking for someone who has good knowlage of Xhtml and css plus php to lend a hand and teach me how to build a VERY basic e-commerce website within a program called JPad pro.

Im not allowed to use Dreamweaver or anything like that.

if your local and want to make an easy buck then please pop over and make your self known and i will pay you for your time as if you were a 1 to 1 teacher. Will also let you play just cause 2 on eyefinity

This is due to be in next monday and i have got as far as makeing a basic page with my name and "hello" written within the body

please please please help me I Must compleate this moduel to stand a chance of progressing onto my fully fledged degree.

please contact me on 07716663382 via text, please dont spam message or prank call me as i simply dont have the time to be messed about.

Im so worryed im close to crying lol
 
Wish i could, but i tend to shy away from the people at uni.
Also the deadline is monday and the presentation for my code is on wednesday so about a 1 day extention if im lucky :/
 
Google and http://www.tizag.com for resources.

Get your course mates to help or get an extension from your tutor before it's too late?

That site is a weatlh of information!

Thank you so much for showing me it.

I now have 8 pages, each with colour and hot links to other pages...

Now i need to design the style better and add photo's create a Shopping cart that works and payment process via paypal
 
Im not allowed to use Mysql and i not sure if PHP is required at all.

Its just the front end of the site i think.

I went and got a book called: XHTML and CSS problem design and solution from my uni libary, looks great and i now feel i will be actually able to produce something good.

Thanks for all the links and advice people :D I will let you know how i get on
 
Ok then.

So if i have my css here:
#left {

position: absolute;

left:0px;

top:150px;

width:180px;

background:#fff;

border:1px solid #000;

padding: 0px 5px;

}

In the Xhtml I have to use this to put text in that left box?:
<div id="left">
</div>

And all within the Divs will go into said box?

If i have this correct i can do more :D

And no not a fully functional one, Just the front end of the site, need pages and buttons to work and it to look like an internet shop.. Im going to use paypal cart and buttons becuase they validate with Xhtml and will make it a fully working shop anyway :P
 
Last edited:
Hey all again.

Small issue

I tryed validateing but this is an error

<a href="DS Lite White.xhtml"><img src="../images/DS Lite White.jpg" /></a>
That above gives me a nice box with an image and a link...
But w3C gives this error:

Line 48, Column 75: required attribute "alt" not specified

<a href="DS Lite White.xhtml"><img src="../images/DS Lite White.jpg" /></a>

The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.


Anyone got any ideas why this is happening?


Thanks
here is the code for the box:
<div class="item_box">
<a href="DS Lite White.xhtml"><img src="../images/DS Lite White.jpg" /></a>
<br /><a href="DS Lite White.xhtml">Nintendo DS Lite White</a><br />
<small>&pound;65.00</small>
</div>
 
hey all.

here is what Validator says:
#

DOCTYPE Override in effect!

The detected DOCTYPE Declaration "<!DOCTYPE html PUBLIC "-//W3C//XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">" has been suppressed and the DOCTYPE for "XHTML 1.0 Strict" inserted instead, but even if no errors are shown below the document will not be Valid until you update it to reflect this new DOCTYPE.
#

Info Using Direct Input mode: UTF-8 character encoding assumed

Unlike the “by URI” and “by File Upload” modes, the “Direct Input” mode of the validator provides validated content in the form of characters pasted or typed in the validator's form field. This will automatically make the data UTF-8, and therefore the validator does not need to determine the character encoding of your document, and will ignore any charset information specified.

If you notice a discrepancy in detected character encoding between the “Direct Input” mode and other validator modes, this is likely to be the reason. It is neither a bug in the validator, nor in your document.


I cant figure it out... my code is:

xml version="1.0" encoding = "UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>...............................>
 
Well the site is done.. It meets the brief i was given so all i need now is to do a presentation on it

http://www.cwatson.org/hosted/iwantoneofthese/public_html/xhtml/index.html

Thats the link to the site.

Here is wat the brief said:
You will need to:
 Design and develop an on-line e-commerce website
 Design and Structure – main page linked to at least 5 other pages, all of whose appearance is defined in at least one but no more than three external stylesheet.
 Decide on a style/format.
 Construct main web page and other pages (at least 5 pages) using the text and suitable mark up language, incorporating the techniques that you have learnt in your lab sessions e.g. forms, lists, images etc.
 The site must be validated xhtml strict. The css must also be validated.
 The site must be shown to work in at 2 named browsers available in the labs (Internet Explorer, Firefox)

marking:
70%-100%
• The whole design process has been well planned, and logged in your lab record book.
• An excellent piece of work whose content demonstrates a high level of ability to select, create and edit appropriate content including images and text.
• The site is structured in a manner which is entirely consistent with its content. This includes the size of the site and its partitioning into separate pages.
• The appearance and physical layout of the site is an effective aid to the viewer, is resilient to changes in browser window size and different browsers.
• Separate style sheets have been used for appearance and layout.
• The English language and grammar and xhtml syntax clearly demonstrate attention to detail.
• Submitted on time.
• The overall impression is of a carefully crafted piece of work which is well worth viewing and has been published to meet all reasonable needs of the viewer.
 
The fact is i have fullfilled each thing they asked at a higher level aswell...
And the fact you can actually make orders via paypal should gain me better marks... considering paypal's code is like 90% not valid and i had to change it -.-

I started this knowing Very little to knowing a lot!
I would not have got this far if it wasnt for some special people who helped me in hard times
 
Back
Top Bottom