戴明所說的每天持續的改進,還有集中精神在目標上。。。一點一點的解決目前這么多的課題
這2個月來每天都在一堆問題的重壓下實在是很悶。。。
今天解決了CSS的問題。
文檔管理似乎需要改進一下》》 或許可以使用CMS這種東西來做統合的發布與管理。。。
Mantis的issue最好能夠自動化的導出然后每天Check。
1 改進Javascript》 IE及N4 上座標定位的問題
2 將DIV該成IMAG的TAG,減小畫面上受影響的區域。
定位的取法
if(typeof( document.documentElement.clientWidth ) == 'number' ){
screenwidth = document.body.clientWidth;
screenheight = document.body.clientHeight;}
else
{
screenwidth = parseInt(window.innerWidth);
screenheight = parseInt(window.innerHeight);
}
screenwidth = document.body.clientWidth;
screenheight = document.body.clientHeight;}
else
{
screenwidth = parseInt(window.innerWidth);
screenheight = parseInt(window.innerHeight);
}
0 件のコメント:
コメントを投稿