JsDir

내 정보

개발자 정보
이름 JsDir
가입한 날짜 6월 21, 2008
개발한 부가 기능 수 부가 기능 0개
이 개발자의 부가 기능의 평균 별점 아직 별점 없음

내 검토

SourceEditor

5점중 5점 받음

The link on speedyshare is no more active (404), does anyboty know how to fix the status icon?

TIA

이 검토는 현재 부가 기능의 이전 (0.2c) 버전에 대한 것입니다. 

SourceEditor

5점중 5점 받음

This, at least, a non-plus-ultra for me.
Very useful while developing and also sealing on the net to correct on-the-fly wrong IE-oriented code :-(

I made an only little improvement to enlarge the textarea, very small and up to unusable in most cases.
In the sourceditor.js file I modified the textarea style attrib as follows:

position:fixed;
left:100px;
top:100px;
width:800px;
height:600px;
background-color:#ffc;
border:2px solid #c00;
padding:5px;
font-family:verdana,arial,helvetica;
font-size:10px;

of course all in one line to avoid braking the string.

이 검토는 현재 부가 기능의 이전 (0.2b) 버전에 대한 것입니다.