JAVASCRIPT2008. 7. 24. 13:09
ajax simple 관련 library들이 정리 되어 있다.

필요한게 있으면 찾아서 쓰자.


http://www.ajaxrain.com/index.php

Posted by lahuman
JAVASCRIPT2008. 7. 24. 09:42

스크립트에서

해상도를 구해올수 있다..

그냥 브라우져 사이즈 인줄 알았는데 해상도를 구해온다..


<script language="Javascript">
     document.write(screen.width + "*" + screen.height)

</script>


Posted by lahuman
PROJECT/SWFUpload2008. 7. 23. 11:17
그냥 간단한 jsp 로만 구현 하였다
그다지 쓸만하지 않을지도 -_-;;

fileupload 는 commons-fileupload를 이용 하였음

샘플이 php, .net 밖에 없어서 구현 하였으나..

기대만 못하다





Posted by lahuman