2010년 2월 23일 화요일

모바일 시뮬레이터

요즘은 모바일이 대세(?)라고들 한다...

 

작년 여름에 아는 지인이 모바일 인력이 많이 필요할거니 준비해두라고 그랬었는데 그때 준비를 했었더라면 좋았을텐데 하는 후회를 하지만 이제라도 시작하는게 어디더냐...

 

아무튼 내가 알고있는 모바일 시뮬레이터를 정리(?)하는 그런 글이 되는것인거다.

 

Html Reset CSS

[code]body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td {
 margin:0;
 padding:0;
}
table {
 border-collapse:collapse;
 border-spacing:0;
}
fieldset,img {
 border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
 font-style:normal;
 font-weight:normal;
}
ol,ul {
 list-style:none;
}
caption,th {
 text-align:left;
}
h1,h2,h3,h4,h5,h6 {
 font-size:100%;
 font-weight:normal;
}
q:before,q:after {
 content:'';
}
abbr,acronym { border:0;
}[/code]

2010년 2월 3일 수요일

HTML 5 Demos and Examples

 

HTML 5 Demos and Examples

HTML 5 experimentation and demos I've hacked together:

Working

All content, code, video and audio is Creative Commons Share Alike 2.0


 

 

위 링크들은 내가 직접작성한것이 아니고 http://html5demos.com/ 이 사이트내용을 복사해온것임...

Html5

아직도 웹표준에 낑낑대고있는데...

 

이제는 Html5를 건드려야 한단다. -0-

 

조만간 작업도 해야되고... 지난해말에 잠깐 깔짝거린적이 있지만 제대로 페이지 하나 만들어보지도 않았는데 걱정이 태산이군..

 

모바일과 Html5의 압박이 심상치가 않는 상황...

 

앞으로 깔짝깔짝거리면서 html5에 대해서 글이나 써봐야겠음!!!

 

이글에 이어서 가장기초적인거 적어둬야쥐...