SWFObject Flex template


xHtml형태로 웹표준 준수했다.
프로젝트에서 html-templete에 있는것을 지운후 덮어씌어주면 된다.

사용자 삽입 이미지


파폭 플러그인중 홈페이지의 웹표준준수를 검사해주는 Tidy도 통과했다
파일중 index.template.html 을 수정해서 각종 설정을 해주면 돼겠다.

Posted by reiKop

2008/12/10 17:38 2008/12/10 17:38
, , , ,
Response
A trackback , No Comment
RSS :
http://reikop.raony.net/blog/rss/response/57

DIV를 투명하게

css에서 처리해주고 싶다면
[code]div{
    /* forIE */
    filter:alpha(opacity=78);
    /* for FF */
    opacity:0.78;
}
[/code]

자바에서 처리해주고 싶다면
[code]/* forIE */
$('div').fileters.alpha.opacity = "78";
/*for FF*/
$('div').style.opacity = "0~1";
[/code]

Posted by reiKop

2008/12/04 21:59 2008/12/04 21:59
, , ,
Response
No Trackback , No Comment
RSS :
http://reikop.raony.net/blog/rss/response/56

유니코드 컨버터! 각종변환


웹을 돌아다니다가 엄청나게 좋고 편한 유니코드 변환기를 찾게 되었다.

그냥 원하는곳에다가 글씨를 넣고 돌리기만 하면 거의모든 인코딩방법으로 변환된다.


Posted by reiKop

2008/12/03 18:00 2008/12/03 18:00
, , , , , , ,
Response
A trackback , No Comment
RSS :
http://reikop.raony.net/blog/rss/response/55


블로그 이미지

HTML, Javascript 이야기

- reiKop

Notices

  1. 첫글.

Archives

Authors

  1. reiKop

Calendar

«   2008/12   »
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31      

Site Stats

Total hits:
26977
Today:
5
Yesterday:
56