E90Post
 


Studio RSR
 
BMW 3-Series (E90 E92) Forum > BIMMERPOST Universal Forums > Off-Topic Discussions Board > Learning Web Programing



Reply
 
Thread Tools Search this Thread
      06-28-2008, 04:26 PM   #23
!Xoible
Banned
United_States
832
Rep
46,029
Posts

Drives: ....
Join Date: Nov 2006
Location: .

iTrader: (4)

Garage List
2008 M3  [4.00]
2007 335i  [9.00]
2008 528i  [8.00]
2006 Infiniti - G35 ...  [8.00]
damn that's cool dude!!! when u master this shit look into server-side stuff like php, or asp/asp.net

http://asp.net is good place to start on that
also check out ajax.asp.net
Appreciate 0
      06-28-2008, 06:22 PM   #24
.:bHd:.
Major
.:bHd:.'s Avatar
Armenia
331
Rep
1,149
Posts

Drives: E92 335i MT
Join Date: Feb 2008
Location: So Cal

iTrader: (0)

Quote:
Originally Posted by ///Mantis View Post
damn that's cool dude!!! when u master this shit look into server-side stuff like php, or asp/asp.net

http://asp.net is good place to start on that
also check out ajax.asp.net
Thanks bro What are the advantages of using php and stuff? Like what can you do with ajax and php and stuff that you cant without?
__________________

Appreciate 0
      06-28-2008, 06:55 PM   #25
.:bHd:.
Major
.:bHd:.'s Avatar
Armenia
331
Rep
1,149
Posts

Drives: E92 335i MT
Join Date: Feb 2008
Location: So Cal

iTrader: (0)

Okay question: How do I make it so elements that are lined up horizontally don't start lining up on top of each other when i resize the browser window?
__________________

Appreciate 0
      06-29-2008, 12:34 AM   #26
ages944
Captain
ages944's Avatar
Poland
98
Rep
990
Posts

Drives: E90 325i
Join Date: Dec 2005
Location: Chicago 'burbs

iTrader: (0)

Quote:
Originally Posted by emergent View Post
I'm assuming you want to create websites (obviously)... I'm not sure if you're JUST into coding, but I would HIGHLY recommend taking design classes. The fact is that the design, user interface and execution of your site is usually more important than coding. Obviously it depends on what you're trying to do, but in the end coding is easy and cut-and-dry compared to creating something coherent, useable and attractive... assuming you're not trying to do something completely cutting edge technology-wise.

...

+1 UI is critical, and is a PITA to make.
__________________
BMW : Sine qua non

Mods: Blacklines | Rear Seat Power Outlets | Rear Fog Lights | Ashtray Garage Door Opener
Appreciate 0
      06-29-2008, 12:39 AM   #27
ages944
Captain
ages944's Avatar
Poland
98
Rep
990
Posts

Drives: E90 325i
Join Date: Dec 2005
Location: Chicago 'burbs

iTrader: (0)

Quote:
Originally Posted by .:bHd:. View Post
woooot I made the homepage using xhtml, css, and a little bit of Java that comes with dreamweaver. I kept getting stuck so this simple page took me an hour to make lol. Wanna take a look at the code and tell me if it looks good?

www.bhdart.com
Javascript, not Java. Two totally different languages.

Cool site though.
__________________
BMW : Sine qua non

Mods: Blacklines | Rear Seat Power Outlets | Rear Fog Lights | Ashtray Garage Door Opener
Appreciate 0
      06-30-2008, 04:50 PM   #28
.:bHd:.
Major
.:bHd:.'s Avatar
Armenia
331
Rep
1,149
Posts

Drives: E92 335i MT
Join Date: Feb 2008
Location: So Cal

iTrader: (0)

1. This doesn't happen in Safari but it does in Firefox. Whenever you click on a picture there is a purple outline around it indicating you clicked on it. Is there any way to disable that?

2. I have a javascript on my gallery page that when you click on a picture, the page fades out and the picture comes up. It works perfectly fine when i preview it from dreamweaver, but when i upload it to the server and try to click it nothing happens.

please
__________________

Appreciate 0
      06-30-2008, 04:56 PM   #29
!Xoible
Banned
United_States
832
Rep
46,029
Posts

Drives: ....
Join Date: Nov 2006
Location: .

iTrader: (4)

Garage List
2008 M3  [4.00]
2007 335i  [9.00]
2008 528i  [8.00]
2006 Infiniti - G35 ...  [8.00]
Quote:
Originally Posted by .:bHd:. View Post
Thanks bro What are the advantages of using php and stuff? Like what can you do with ajax and php and stuff that you cant without?
HTML is static and displays static contents. php/asp.net is server-side script that is dynamic. you use it to pull data out of a database for example, or to handle events on the page (like a button click or something like that)


Quote:
Originally Posted by .:bHd:. View Post
Okay question: How do I make it so elements that are lined up horizontally don't start lining up on top of each other when i resize the browser window?
Quote:
Originally Posted by .:bHd:. View Post
1. This doesn't happen in Safari but it does in Firefox. Whenever you click on a picture there is a purple outline around it indicating you clicked on it. Is there any way to disable that?

2. I have a javascript on my gallery page that when you click on a picture, the page fades out and the picture comes up. It works perfectly fine when i preview it from dreamweaver, but when i upload it to the server and try to click it nothing happens.

please
welcome to different browsers and the IDE's hahaha try setting fixed sizes for your elements, but even that might be altered depending on the browser. focus your work on one browser, it's a nightmare if u try to make ur stuff work on more than one
Appreciate 0
      06-30-2008, 05:02 PM   #30
.:bHd:.
Major
.:bHd:.'s Avatar
Armenia
331
Rep
1,149
Posts

Drives: E92 335i MT
Join Date: Feb 2008
Location: So Cal

iTrader: (0)

Ahh this shit is too confusing
__________________

Appreciate 0
      06-30-2008, 05:16 PM   #31
!Xoible
Banned
United_States
832
Rep
46,029
Posts

Drives: ....
Join Date: Nov 2006
Location: .

iTrader: (4)

Garage List
2008 M3  [4.00]
2007 335i  [9.00]
2008 528i  [8.00]
2006 Infiniti - G35 ...  [8.00]
i honestly use 2 different tools and a lot of manual editing with i work with html. i use dreamweaver + visual studio .net + notepad
Appreciate 0
      06-30-2008, 05:21 PM   #32
billspreston
Colonel
billspreston's Avatar
313
Rep
2,251
Posts

Drives: G87
Join Date: Jul 2005
Location: CA

iTrader: (13)

Quote:
Originally Posted by .:bHd:. View Post
1. This doesn't happen in Safari but it does in Firefox. Whenever you click on a picture there is a purple outline around it indicating you clicked on it. Is there any way to disable that?
Add this to your css:

a img { border:none; }

Quote:
Originally Posted by .:bHd:. View Post
2. I have a javascript on my gallery page that when you click on a picture, the page fades out and the picture comes up. It works perfectly fine when i preview it from dreamweaver, but when i upload it to the server and try to click it nothing happens.

please
Don't use Dreamweaver, write it all by hand so you know exactly what's going on Unfortunately, these are skills that cannot be learned overnight, it takes time.
Appreciate 0
      06-30-2008, 05:28 PM   #33
.:bHd:.
Major
.:bHd:.'s Avatar
Armenia
331
Rep
1,149
Posts

Drives: E92 335i MT
Join Date: Feb 2008
Location: So Cal

iTrader: (0)

Thanks but that didn't work either. I'll just keep messing with settings until i find it lol
__________________

Appreciate 0
      06-30-2008, 05:29 PM   #34
!Xoible
Banned
United_States
832
Rep
46,029
Posts

Drives: ....
Join Date: Nov 2006
Location: .

iTrader: (4)

Garage List
2008 M3  [4.00]
2007 335i  [9.00]
2008 528i  [8.00]
2006 Infiniti - G35 ...  [8.00]
border="0"
Appreciate 0
      06-30-2008, 05:46 PM   #35
billspreston
Colonel
billspreston's Avatar
313
Rep
2,251
Posts

Drives: G87
Join Date: Jul 2005
Location: CA

iTrader: (13)

Quote:
Originally Posted by .:bHd:. View Post
Thanks but that didn't work either. I'll just keep messing with settings until i find it lol
where/how did you put that line of code in?

Quote:
Originally Posted by ///Mantis View Post
border="0"
that's not valid xhtml, loser.
Appreciate 0
      06-30-2008, 05:51 PM   #36
.:bHd:.
Major
.:bHd:.'s Avatar
Armenia
331
Rep
1,149
Posts

Drives: E92 335i MT
Join Date: Feb 2008
Location: So Cal

iTrader: (0)

Quote:
Originally Posted by billspreston View Post
where/how did you put that line of code in?



that's not valid xhtml, loser.
Lmao! I put it under the attributes for my h1 tag in the css description. Like where it says position and stuff. It made no difference. I tried it in Opera too and only firefox does this. Haven't tried IE I'm on a mac lol.
__________________

Appreciate 0
      06-30-2008, 05:54 PM   #37
!Xoible
Banned
United_States
832
Rep
46,029
Posts

Drives: ....
Join Date: Nov 2006
Location: .

iTrader: (4)

Garage List
2008 M3  [4.00]
2007 335i  [9.00]
2008 528i  [8.00]
2006 Infiniti - G35 ...  [8.00]
lol is it not? hahahah wtf is xhtml? they keep shoving x's in all those languages lol
Appreciate 0
      06-30-2008, 05:56 PM   #38
.:bHd:.
Major
.:bHd:.'s Avatar
Armenia
331
Rep
1,149
Posts

Drives: E92 335i MT
Join Date: Feb 2008
Location: So Cal

iTrader: (0)

From what i learned its html 4.0.1 but stricter. You have to close every tag and nothing can be capitalized.
__________________

Appreciate 0
      06-30-2008, 05:57 PM   #39
!Xoible
Banned
United_States
832
Rep
46,029
Posts

Drives: ....
Join Date: Nov 2006
Location: .

iTrader: (4)

Garage List
2008 M3  [4.00]
2007 335i  [9.00]
2008 528i  [8.00]
2006 Infiniti - G35 ...  [8.00]
dont tell me, i dont wanna know
what u mean by can be capitalized?
Appreciate 0
      06-30-2008, 06:05 PM   #40
.:bHd:.
Major
.:bHd:.'s Avatar
Armenia
331
Rep
1,149
Posts

Drives: E92 335i MT
Join Date: Feb 2008
Location: So Cal

iTrader: (0)

like you cant write. <Img> and continue coding.
It has to be <img> your content </img>
__________________

Appreciate 0
      06-30-2008, 06:06 PM   #41
!Xoible
Banned
United_States
832
Rep
46,029
Posts

Drives: ....
Join Date: Nov 2006
Location: .

iTrader: (4)

Garage List
2008 M3  [4.00]
2007 335i  [9.00]
2008 528i  [8.00]
2006 Infiniti - G35 ...  [8.00]
so it's case sensitive
Appreciate 0
      06-30-2008, 06:08 PM   #42
billspreston
Colonel
billspreston's Avatar
313
Rep
2,251
Posts

Drives: G87
Join Date: Jul 2005
Location: CA

iTrader: (13)

Quote:
Originally Posted by .:bHd:. View Post
Lmao! I put it under the attributes for my h1 tag in the css description. Like where it says position and stuff. It made no difference. I tried it in Opera too and only firefox does this. Haven't tried IE I'm on a mac lol.
Firefox on Mac and Internet Explorer on Windows will show borders around images that are linked unless you tell them not to. Safari handles those default differently. Interesting that the code I gave you didn't work out, is there an example you can show me where you've added it and it doesn't function correctly?

Quote:
Originally Posted by ///Mantis View Post
lol is it not? hahahah wtf is xhtml? they keep shoving x's in all those languages lol
Quote:
Originally Posted by .:bHd:. View Post
From what i learned its html 4.0.1 but stricter. You have to close every tag and nothing can be capitalized.
Quote:
Originally Posted by ///Mantis View Post
dont tell me, i dont wanna know
what u mean by can be capitalized?
Haha, basically XHTML is based off of HTML, but designed with the intention of separating site content away from the visual layout. You use XHTML to organize your site content within their appropriate tags and then use CSS declarations to tell the browser how to render those respective tags. This means no font="" attributes, no border="" attributes, no tables to place things on pages, etc...

If done correctly, you will end up with infinitely more efficient code then you would when using "old school HTML"
Appreciate 0
      06-30-2008, 06:08 PM   #43
.:bHd:.
Major
.:bHd:.'s Avatar
Armenia
331
Rep
1,149
Posts

Drives: E92 335i MT
Join Date: Feb 2008
Location: So Cal

iTrader: (0)

Anyways i gave up on CSS and just did a border=0 and now it works =] lol
__________________

Appreciate 0
      06-30-2008, 06:10 PM   #44
billspreston
Colonel
billspreston's Avatar
313
Rep
2,251
Posts

Drives: G87
Join Date: Jul 2005
Location: CA

iTrader: (13)

Quote:
Originally Posted by .:bHd:. View Post
like you cant write. <Img> and continue coding.
It has to be <img> your content </img>
<img> </img> isn't valid XHTML either

you do <img src="." alt="." />
Appreciate 0
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT -5. The time now is 10:06 AM.




e90post
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
1Addicts.com, BIMMERPOST.com, E90Post.com, F30Post.com, M3Post.com, ZPost.com, 5Post.com, 6Post.com, 7Post.com, XBimmers.com logo and trademark are properties of BIMMERPOST