Go Back   CodingForums.com > :: Client side development > General web building

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-15-2009, 01:15 PM   PM User | #1
Maisara-WD
New to the CF scene

 
Join Date: Aug 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Maisara-WD is an unknown quantity at this point
Please lead me the correct way

Hi guys..

Can any body tell me:

How to be a pro css coder.. I understand it very well, but... you know, some concepts are missing, I cannot describe, I belive that the perfect prfessional coder should understand something beyon the basics, he should feel the code and how it will be shown, he should know how browsers treat his code, he should know that IE 4, 5 will do this, while 6,7 will do this. 8 will do this, FF will do this Safari will do this, and all othermanners that the code will be shown in each other browser... So How can I do this???

What to do to DIGEST CSS coding

How can I learn about web browsers..??? e-books, v tutorials, other materuals??

Please help me

Thanks
Maisara-WD is offline   Reply With Quote
Old 08-15-2009, 01:43 PM   PM User | #2
VIPStephan
The fat guy next door


 
VIPStephan's Avatar
 
Join Date: Jan 2006
Location: Halle (Saale), Germany
Posts: 7,600
Thanks: 5
Thanked 865 Times in 842 Posts
VIPStephan is a jewel in the roughVIPStephan is a jewel in the roughVIPStephan is a jewel in the rough
Well, I can just say: practice, practice, practice. The knowledge only comes from routine. You have to build sites each day and after a while you just know what works and what doesn’t in one or another browser. And if you get stuck somewhere because you don’t know something (yet) then the internet has all you need.

However, one important core principle to learn is that hasLayout is responsible for most of IE’s issues (until and including IE 7).
__________________
Don’t click this link!
VIPStephan is offline   Reply With Quote
Old 08-15-2009, 05:17 PM   PM User | #3
Maisara-WD
New to the CF scene

 
Join Date: Aug 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Maisara-WD is an unknown quantity at this point
Oh thanks man.. thank you very much... I will do so


any other suggestions?
Maisara-WD is offline   Reply With Quote
Old 08-17-2009, 08:56 AM   PM User | #4
shakir
Regular Coder

 
Join Date: Nov 2007
Posts: 110
Thanks: 0
Thanked 1 Time in 1 Post
shakir has a little shameless behaviour in the past
can use the java script to find the browser. and once u found the browser u can do what ever u need like
<script type="text/javascript">
document.write("Your browser is " + navigator.appName);
</script>
shakir is offline   Reply With Quote
Old 08-17-2009, 02:15 PM   PM User | #5
VIPStephan
The fat guy next door


 
VIPStephan's Avatar
 
Join Date: Jan 2006
Location: Halle (Saale), Germany
Posts: 7,600
Thanks: 5
Thanked 865 Times in 842 Posts
VIPStephan is a jewel in the roughVIPStephan is a jewel in the roughVIPStephan is a jewel in the rough
Quote:
Originally Posted by shakir View Post
can use the java script to find the browser. and once u found the browser u can do what ever u need like
<script type="text/javascript">
document.write("Your browser is " + navigator.appName);
</script>
No, please don’t. I’m not going to explain this, just don’t ever use JavaScript browser detection, and especially not this way.
__________________
Don’t click this link!
VIPStephan is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 07:05 AM.


Advertisement
Log in to turn off these ads.