2011년 10월 15일 토요일

free웹폰트 css

http://www.fontsquirrel.com/fonts/list/style/Sans%20Serif/50/50

INKSCAPE 이미지 잠그기 lock

ctrl + alt + L 을 눌러서 레이어 메뉴를 띄우고 레이어를 추가한다.
레이어에 이미지를 추가하고 자물쇠 아이콘을 클릭하면 된다.

노트북용 액정보호필름

노트북용 저반사 액정보호필름을 14,000원에 샀다.
크기는는 15.4W/ 16:10/332.5x207.8m/ 1280x800
먼지 때문에 기포가 너무 많이 생겼다. 에어스프레이가 없어서 아쉬웠다. 청소기로 먼지를 흡수할 걸 그랬다.

구매한 곳
http://itempage3.auction.co.kr/DetailView.aspx?ItemNo=A553835344&cc=AA02&keyword=%bc%bc%c8%ad%20%b9%dd%bb%e7&Fwk=%bc%bc%c8%ad%20%b9%dd%bb%e7&scoredtype=0&frm2=through&acode=SRP_SV_0301


2011년 10월 3일 월요일

html 로그인 폼 만들기

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html>
 <head>
  <title> 필드셋 요소 </title>
  <meta name="Generator" content="EditPlus">
  <meta name="Author" content="">
  <meta name="Keywords" content="">
  <meta name="Description" content="">
 </head>
 <body>

 <fieldset>
     <legend>로그인</legend>
  <label for="id">아이디</label>
  <input type="text" name="id" id="id" title="아이디" value="아이디"/>
  <label for="pass">비밀번호</label>
  <input type="password" name="pass" id="pass" title="비밀번호" value="비밀번호"/>

  
  <input type="checkbox" name="remember" id="remember"/>
 
  <label for="remember"> 아이디저장</label>
  <input type="submit" value="로그인"/>

</fieldset>

 </body>
</html>

출처: http://blog.naver.com/PostView.nhn?blogId=q1q3q5&logNo=10095194081

리눅스 사운드 포멧 변환 kde sound konverter

kde에서 사운드 포멧을 변환하려면 sound konverter를 설치한다.

http://download.opensuse.org/repositories/home:/HessiJames/xUbuntu_10.10/ 에서 i386용 deb파일을 다운받아 실행했다.

컨버팅을 하려면 별도의 코덱이 필요한데 sound koverter를 실행하고 나서 info 버튼을 눌러본다. 포멧별 필요한 코덱이 소개되어 있을 것이다. 필요한 코덱은 KpackgeKit에서 검색해서 설치하면 된다.