gettin' paid to make a website
gettin' paid to make a website
for my work,
so far i have done this today:
http://sunshineliquidators.tripod.com/index.htm
theyre going to buy the url once i'm done so the adds will be gone then.
like i said i just officially started it today so none of the links really work or anythung but this is just the start. i only know HTML Java and CSS so this is the best i can do right now.
it looks best in IE5.5+ , firefox it kinda looks screwy
tell me what you think, theyre a liquidation company/grocery store
so far i have done this today:
http://sunshineliquidators.tripod.com/index.htm
theyre going to buy the url once i'm done so the adds will be gone then.
like i said i just officially started it today so none of the links really work or anythung but this is just the start. i only know HTML Java and CSS so this is the best i can do right now.
it looks best in IE5.5+ , firefox it kinda looks screwy
tell me what you think, theyre a liquidation company/grocery store
-
- Posts: 139
- Joined: Sun Jul 30, 2006 10:01 pm
- MaestroMan
- Posts: 676
- Joined: Thu Jul 27, 2006 12:01 am
- Location: Free Adam Coffeeshop, Amsterdam
- Contact:
- RaVNzCRoFT
- Posts: 6208
- Joined: Mon Jan 10, 2005 3:05 pm
- Location: Raleigh, North Carolina, USA
![]() |
![]() |
-
- Posts: 1311
- Joined: Mon Mar 01, 2004 12:48 pm
- Location: Milf-town
- Contact:
last time:
i write in notepad and then just copy and paste it in there, i'm not staying on tripod, when i am done they are goin to purchase it and have me purchase a webspace for them (which i will charge extra for) then i will be paid monthly for updating it. we have'nt decided a price yet but theyre good people i'm sure it will be worth my time.
and i dont believe my html is that basic, i just have only put like 2 hours of work into this, including their logo
i write in notepad and then just copy and paste it in there, i'm not staying on tripod, when i am done they are goin to purchase it and have me purchase a webspace for them (which i will charge extra for) then i will be paid monthly for updating it. we have'nt decided a price yet but theyre good people i'm sure it will be worth my time.
and i dont believe my html is that basic, i just have only put like 2 hours of work into this, including their logo
Oh my god, sorry but that looks quit.......bad. Use photoshop, dreamweaver, and learn CSS/PHP
then you will be on your way. I dislike it very much, I could make that in like 10 minutes.
EDIT: just noticed you used notpad, that's good for using notepad
then you will be on your way. I dislike it very much, I could make that in like 10 minutes.
EDIT: just noticed you used notpad, that's good for using notepad
Max signature size allowed is 500 pixels wide 120 pixels tall.
Darco wrote:looking at the code, why dont you use a seperate style sheet?
to SS-kojak: if you need dreamweaver, you might as well give up.
i'm all self taught and thats the way i learned to do it, if you'd like to explain more indepth as to why this would be beneficial i would rally like to hear. i never took any classes or anything i have just read hundreds of tutorials and i do 90% of my work in notepad from memory. btw not only am i not a fan of the drag and drop style dreamweaver uses i don't have hundreds of dollars to go out and spend on software (atleast until after i get paid for this)
i should probably get some more work done on it i really am slacking but they arent giving me all the information i need. i still need to make the "main" section of the page too, maybe i'll do that tonight. but now, shower, i stink from work.
btw it's fully compatible with all browsers except firefow, i need to fix it for that, it just doesnt look clean. the butons resize and ish like that.
edit:
also i would love to see you make something similar in 10 minutes, let me know when you start....SS-kojak wrote:I could make that in like 10 minutes.

I couldn't make it in 10 mins with notepad, but tell me, why is it better to use notepad to do it? I am sorry for criticizing you, I didn't know it was made in notepad. I couldn't do that in notepad! I was saying I could do thta very easily using dreamweaver and css. I don't wanna waste my time doing it, with school starting I'll be very busy.
Max signature size allowed is 500 pixels wide 120 pixels tall.
i didnt take a class either, i went straight to ta and learned flash. external styles sheets make it simpler to just link to for every page and it also means less code on each page. easier on the eyes when editing.
thats all the code needed for an external stylesheet on each page. then you just name the stylesheet w/e.css and replace the url in the href to what you used.
its easier to use notepad because you're actually writing the code yourself. when i created the site for my old warcraft clan, i tried using dreamweaver because i had access to it and wanted to learn how to use it, but i ended up only using it to make the flash buttons and writing everything in notepad. its just easier that way. ctl + s, alt + tab, f5. thats what i got used to doing when i started, so its just easier for me.
edit: anothe reason to use external stylesheets is because when you get a lot of different pages, it makes updating the styles so much easier.
Code: Select all
<link rel="stylesheet" href="stylesheet.css" type="text/css" />
its easier to use notepad because you're actually writing the code yourself. when i created the site for my old warcraft clan, i tried using dreamweaver because i had access to it and wanted to learn how to use it, but i ended up only using it to make the flash buttons and writing everything in notepad. its just easier that way. ctl + s, alt + tab, f5. thats what i got used to doing when i started, so its just easier for me.
edit: anothe reason to use external stylesheets is because when you get a lot of different pages, it makes updating the styles so much easier.

=[