Website coding tutorial websites - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: Website coding tutorial websites (/showthread.php?tid=56676) Website coding tutorial websites by DJKAL on 03-11-2006 at 10:24 AM
HEY! RE: Website coding tutorial websites by rav0 on 03-11-2006 at 10:57 AM
Webmonkey: The Web Developer's Resource RE: Website coding tutorial websites by DJKAL on 03-11-2006 at 11:00 AM i havent just copyed any templates for the website im working on ATM, i did for my first one (calumsdiscos.co.uk) but im recoding that with loads more CSS anyway. this 1 i have used tutorials as reference but coded as much asi could without referring to them. i have struggled to use websites for reference as i sometimes get confused on "why"or "what" tags are for... but with a tut it is easy ad explained making it easy to learn from for first few websites, obviosuly. RE: Website coding tutorial websites by rav0 on 03-11-2006 at 11:03 AM Of course thay are useful, expecially since they are complete, so you can look up many things in them. Plain old references might have a few things missing, while a tutorial would have to have them, unless it said "Step 7 - Guess what to do now". RE: Website coding tutorial websites by DJKAL on 03-11-2006 at 11:06 AM
quote: yer - i do see what you mean by using other websites to code from but you'd need to find websites which are close to what you want but a tutorial gives you the stuff for what everyone wnats (well...sometimes) i just want to see what other tutorial websites there are so that i can maybe learn from another one aswell and combine 2 or mroe website tutorials to create a realy good website RE: Website coding tutorial websites by RaceProUK on 03-11-2006 at 03:06 PM You're probably best off using W3Schools as a reference, and analysing tutorial code and website code to see examples of usage in the 'real world'. Then, based on all that info, experiment Nothing beats learning by screwing up repeatedly That's how I learned XHTML and CSS, and bits of the Win32 API as well. RE: Website coding tutorial websites by absorbation on 03-11-2006 at 03:54 PM
raceprouk is sooooo right. Best way I learnt was by stealing others code and ideas and devloped them into my own. You need something to practice on, show off your skills, how about trying this RE: Website coding tutorial websites by DJKAL on 03-11-2006 at 03:56 PM
i havent yet used tables to create anything like that. RE: Website coding tutorial websites by absorbation on 03-11-2006 at 03:59 PM
lol good to hear, XHTML is really no different from html, but is a better way to code. code: And use W3 to validate it Also try my design, it is simple and you will learn all about tables from it Practice on different things is the way forward RE: Website coding tutorial websites by DJKAL on 03-11-2006 at 04:05 PM
do i keep the quote:that bit set as w3.org/TR..... or do i change it to something to do with my website? quote: huh? RE: Website coding tutorial websites by absorbation on 03-11-2006 at 04:07 PM Look at the forum source, same doctype, you place at the top of the page before any code starts RE: Website coding tutorial websites by DJKAL on 03-11-2006 at 04:08 PM
oh yes i see now RE: Website coding tutorial websites by absorbation on 03-11-2006 at 04:11 PM
Oh you need to add the encoding. You see some browsers may not pick up certain symbols etc so by adding an encoding W3 can reconise how your website was coded code: Add that and it should work RE: Website coding tutorial websites by DJKAL on 03-11-2006 at 04:15 PM
ok it works now - sort of... RE: Website coding tutorial websites by absorbation on 03-11-2006 at 04:20 PM
ya change <br> to <br /> tags. Why? Because every tag must be closed, so when you do <b>hi</b> you close the tag. RE: Website coding tutorial websites by DJKAL on 03-11-2006 at 04:21 PM
i did though .. with most if not all RE: Website coding tutorial websites by absorbation on 03-11-2006 at 04:25 PM
Oh right for some reason you can't use <br /> tags in <li> tags. I had this problem before but i never really use <li>. There must be some reason, next time when you space do the next bullet point close the <li> tag before <br /> code:in your image tags Edit 2:Atually change this code from your <h3> tags: code: RE: Website coding tutorial websites by Lou on 03-11-2006 at 04:28 PM http://pixel2life.com has some nice tutorials! RE: Website coding tutorial websites by DJKAL on 03-11-2006 at 04:39 PM
i knew about the alternative text for images - i'll add that in a sec quote: i thought i had done that - hmmmm and is the code in "edit 2" the code i use now {you edited it} or do i edit that? - i dont understand what you mean sorry RE: Website coding tutorial websites by absorbation on 03-11-2006 at 04:44 PM Use the code I provided and it should work RE: Website coding tutorial websites by Plik on 03-11-2006 at 04:44 PM
Remove the h3 tags around the ul and use css to change the formating, like it is designed to do quote: you better not be implying that he uses blank alts to sidestep the validator, if you are then you should be shot Doing things like that just to sidestep validation make your page no better. Alt attributes are important for people using text browsers and incase the image dies (along with countless other reasons) if you meant include alt tags that arn't blank then ignore me RE: Website coding tutorial websites by DJKAL on 03-11-2006 at 04:49 PM
ok RE: Website coding tutorial websites by RaceProUK on 03-12-2006 at 02:22 AM Instead of using a GIF, use a PNG for the background. It allows full 32-bit colour, and will compress well. RE: Website coding tutorial websites by DJKAL on 03-12-2006 at 09:22 AM
i thought PNG took longer to load on the internet because if its huge size... RE: Website coding tutorial websites by absorbation on 03-12-2006 at 12:17 PM Try PNG8 instead of PNG32, also you can strech the image so it does not need to be so big RE: Website coding tutorial websites by Plik on 03-12-2006 at 12:23 PM
quote:PNG8 will mess the colours up exactly like gif, because they both work by limiting the amount of colours in an image And how would he go about stretching a background image? RE: Website coding tutorial websites by DJKAL on 03-12-2006 at 12:51 PM
i have saved it as PNG RE: Website coding tutorial websites by Plik on 03-12-2006 at 01:04 PM
quote:1.4 MEGABYTES O.o it should be illegal to use images of that size as a background image O.o It took me over 6 seconds to load it And think of the bandwidth usage, if you have 100 unique visitors, then thats 140mbs of bandwidth just used on a background Try just having a plain background colour, it wouldn't look that bad, promise RE: Website coding tutorial websites by DJKAL on 03-12-2006 at 01:10 PM
i know the size is a bit code:but it didnt work - it jsut made the image "dissapear" behing the background i think. any way to solve this as the home page would look much better RE: Website coding tutorial websites by absorbation on 03-12-2006 at 03:20 PM You can make it fade going down very easy, I suggest you try that RE: Website coding tutorial websites by DJKAL on 03-12-2006 at 03:21 PM
quote:by coding? how?! RE: Website coding tutorial websites by John Anderton on 03-12-2006 at 03:23 PM
quote:http://gtmf.us You can find almost everytrick in the book on w3schools tbh RE: Website coding tutorial websites by DJKAL on 03-12-2006 at 03:26 PM
quote:i havent seen how to set an image to fade though RE: Website coding tutorial websites by absorbation on 03-12-2006 at 03:27 PM
Well you make a background image that takes most of the page (down) but like 1px thick. You then using css make it repeat to the side and stop repeating down. Then add a background colour to finished the fade effect code: RE: Website coding tutorial websites by DJKAL on 03-12-2006 at 03:54 PM
ok - i've done that and its fine.... thanks RE: Website coding tutorial websites by absorbation on 03-12-2006 at 03:59 PM
quote: Easy in your img tag add code:and it should work. Remove the <br /> tags underneath the logo RE: Website coding tutorial websites by DJKAL on 03-12-2006 at 04:11 PM
the image wont be in the center then though will it? RE: Website coding tutorial websites by RaceProUK on 03-12-2006 at 04:40 PM Just one question: why is the page so long? Home pages should really have all the main links in the top part, so you don't have to scroll. RE: Website coding tutorial websites by DJKAL on 03-12-2006 at 04:43 PM
thats what im tryng to sort ... RE: Website coding tutorial websites by RaceProUK on 03-12-2006 at 05:05 PM
I heartily recommend you think about XHTML Strict, and move all formatting to CSS. Of course, if you wish to stick to Transitional, that's fine: it's for 'transitioning' between old HTML and XHTML Strict, after all. RE: Website coding tutorial websites by DJKAL on 03-12-2006 at 05:23 PM
mabye im wrong in my outlook on this bit - but: quote:their there to mvoe the text down away from the image, quote:thats like that to have "a heading" - 2347ATC (Porthcawl) but the h1 is there to show the page information quote: ummmm... il have to look into doing that 1 RE: Website coding tutorial websites by RaceProUK on 03-12-2006 at 11:46 PM
<h1> is meant to be the page title, <h2> a subtitle. There's a reason there's 6 different heading tags RE: Website coding tutorial websites by DJKAL on 03-12-2006 at 11:48 PM
quote: key words - doesnt have to be tha way though why do i need to add a top maring for the image? RE: Website coding tutorial websites by RaceProUK on 03-13-2006 at 12:00 AM
Adding a margin-top to the image will allow you pixel-fine control of the image location. In fact, since you have two images, assign an ID to each one, then use the '#id' selector to set the margin CSS properties. RE: Website coding tutorial websites by DJKAL on 03-13-2006 at 12:09 AM
ok, RE: Website coding tutorial websites by RaceProUK on 03-13-2006 at 12:13 AM
I know it doesn't make the image float: I only told you how to position the top RE: Website coding tutorial websites by DJKAL on 03-13-2006 at 12:22 AM
uuuuuhhhoooooooooohhhhhh code: code: is that right? andout of curiosity - what does <div> do?:£ RE: Website coding tutorial websites by Jhrono on 03-13-2006 at 12:24 AM http://www.google.com/search?sitesearch=www.w3schools.com&as_q=div RE: Website coding tutorial websites by DJKAL on 03-13-2006 at 11:22 PM
so - the <div> can be used to customise paragraphs and headinhs/= or links differently whiklst only coding it once RE: Website coding tutorial websites by Plik on 03-14-2006 at 12:11 AM
quote:No, thats what classes are for Div's act as containers for elements, so you can group them together, which is why they are used so often in modern webdesign, as they allow the coder to group certain elements and position them. Take a look at most div based webdesigns, divs are used to contain the header, and used to seperate multiple columns. However if you just want to apply the same style to multiple elements you can use the class attribute of the element. See the class selector section of the css syntax page on w3schools. RE: Website coding tutorial websites by DJKAL on 03-14-2006 at 03:30 AM
i have used the class attributes on the website i've just finished coding (but have just decided to change some of the codes to make it neater ... im gunna link back to a CSS style sheet } |