|
|
designer CSS技术不好,programmer你们会麻烦吗?
[复制链接]
|
|
|
发表于 10-5-2011 06:16 PM
|
显示全部楼层
|
web designer don't know CSS? Graduate from where? from home? LOL |
|
|
|
|
|
|
|
|
|
|
发表于 24-6-2011 05:27 PM
|
显示全部楼层
不会 CSS 怎么当 Web Designer.
最多只是 Graphic Designer 罢了。 |
|
|
|
|
|
|
|
|
|
|
发表于 24-6-2011 10:21 PM
|
显示全部楼层
|
Web Designer 如果连基本的 HTML, CSS 和 Javascript 都不会那么真的可以收档了 |
|
|
|
|
|
|
|
|
|
|
发表于 26-6-2011 01:46 PM
|
显示全部楼层
first, CSS now is handle by HTML5 too. so better learn HTML5.
really CSS so important for web developer? very depend on what kind of website you want to create. if simple html website, normally not much CSS in action, only few to control the table and font. so? CSS cause trouble for developer, call the developer go back to school. why? because most software now can create the CSS style. and how adv the style the developer really care? web designer only create the front templates , then follow up and modify by the developer, the one complain alot normally is a**h*le and don't know to code CSS. CSS is part of the developer skill.
look at facebook, all CSS is handle at back end |
|
|
|
|
|
|
|
|
|
|
发表于 26-6-2011 01:49 PM
|
显示全部楼层
|
what website today still needs hand code javascript to check empty field? ASP.NET done all the job already, server side script. |
|
|
|
|
|
|
|
|
|
|
发表于 26-6-2011 01:52 PM
|
显示全部楼层
|
normally, my design is most on table layout. not much people really can master the table. |
|
|
|
|
|
|
|
|
|
|
发表于 26-6-2011 03:29 PM
|
显示全部楼层
normally, my design is most on table layout. not much people really can master the table.
hanching 发表于 26-6-2011 01:52 PM 
抱歉直言,Table 是用来做Data Output的,如果Website Layout 还用TABLE来做的话,那是石器时代的做法了。
用 Table 做Layout 而不用 DIV, 那不但会影响perfomance, 更会给 PROGRAMMER 带来一堆 MESSY CODE。 |
|
|
|
|
|
|
|
|
|
|
发表于 26-6-2011 03:45 PM
|
显示全部楼层
|
because i the designer and cum developer.. all under my control |
|
|
|
|
|
|
|
|
|
|
发表于 26-6-2011 05:35 PM
|
显示全部楼层
回复 25# hanching
ASP.Net 的 backend checking 要 post back,不 user friendly + 慢。现在的时代哪里还有人用 javascript 来 check empty field 了,都是用 jQuery 了。
我本身就用 jQuery validation 。 |
|
|
|
|
|
|
|
|
|
|
发表于 26-6-2011 05:49 PM
|
显示全部楼层
|
jQuery? html5 just need few word |
|
|
|
|
|
|
|
|
|
|
发表于 26-6-2011 05:51 PM
|
显示全部楼层
回复 hanching
ASP.Net 的 backend checking 要 post back,不 user friendly + 慢。现在的时代哪里还 ...
hooi1983 发表于 26-6-2011 05:35 PM 
you don't really know ASP.NET... |
|
|
|
|
|
|
|
|
|
|
发表于 26-6-2011 06:01 PM
|
显示全部楼层
回复 31# hanching
全部 browser 都支援 HTML5 吗?难道你的 ASP.Net backend script validation 不用经过 post back? |
|
|
|
|
|
|
|
|
|
|
发表于 26-6-2011 06:03 PM
|
显示全部楼层
回复 hanching
全部 browser 都支援 HTML5 吗?难道你的 ASP.Net backend script validation 不用经过 ...
hooi1983 发表于 26-6-2011 06:01 PM 
do you home work |
|
|
|
|
|
|
|
|
|
|
发表于 26-6-2011 06:05 PM
|
显示全部楼层
|
|
|
|
|
|
|
|
|
|
发表于 4-7-2011 06:21 PM
|
显示全部楼层
|
web designer 不一定要懂CSS的,他们的工作是Design Template. 比如web designer 只做漂亮的template, layout,颜色,图片。那些drop down menu(java script), css effect 就交给web programmer 做。两者必须要有良好沟通,沟通不来,什么都不用做。 |
|
|
|
|
|
|
|
|
|
|
发表于 8-7-2011 07:40 PM
|
显示全部楼层
web designer (design only )-> web programmer(script) -> web developer(backend and database)
BUT malaysia boss called all above designer!!! because wanted to under pay you Lol |
|
|
|
|
|
|
|
|
|
|
发表于 8-7-2011 07:41 PM
|
显示全部楼层
|
but html5 really need to know how to apply css using apps..who can remember all the code!!!! |
|
|
|
|
|
|
|
|
|
|
发表于 21-7-2011 12:55 AM
|
显示全部楼层
|
i listenings to you Ingeris i shall wants to death |
|
|
|
|
|
|
|
|
|
|
发表于 21-7-2011 12:51 PM
|
显示全部楼层
html5 是提供了form validation。 可是IE不支援(我也想不管IE), 客戶又要每個browser都支援 。
所以還是Javascript比較實在。 |
|
|
|
|
|
|
|
|
|
|
发表于 21-7-2011 04:40 PM
|
显示全部楼层
html5 是提供了form validation。 可是IE不支援(我也想不管IE), 客戶又要每個browser都支援 。
所以 ...
雷洛 发表于 21-7-2011 12:51 PM 
可以做javascript fallback 當遊覽器不能支持HTML 5 的form validation, 就用Javascript. |
|
|
|
|
|
|
|
|
| |
本周最热论坛帖子
|