March 08, 2008
MIX08 Silverlight
그제 밤 MIX08에서 sliverlight2 beta1이 공개되었다.
아래는 볼만한 컨텐츠를 정리해 본다.
실버라이트2 내장 컨트롤들
http://silverlight.net/Samples/2b1/SilverlightControls/run/default.html
실버라이트 배우기
손으로 배우기(실습)
http://silverlight.net/learn/labs.aspx
튜토리얼
http://silverlight.net/learn/tutorials.aspx
설치관련 오류
Deep Zoom Live 보기 ( seadragon )
http://memorabilia.hardrock.com/
Posted by kiseok7 at 12:08 PM | Comments (0)
November 24, 2006
OpenSearch는 무엇일까?

OpenSearch는 A9에서 만든 검색결과를 공유할 수 있는 간단한 포맷입니다.
최근에 IE7에서도 OpenSearch 1.1를 지원한다고 하니, 한번쯤 보는것도 좋겠습니다.
1. 검색엔진의 정의
아래와 같은 XML파일로 검색엔진을 정의합니다.
<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>Web Search</ShortName>
<Description>Use Example.com to search the Web.</Description>
<Tags>example web</Tags>
<Contact>admin@example.com</Contact>
<Url type="application/rss+xml"
template="http://example.com/?q={searchTerms}&pw={startPage?}&format=rss"/>
</OpenSearchDescription>
2. 검색결과를 RSS로
Url 로 정의된 페이지 호출시 결과를 RSS 2.0포멧으로 출력합니다.
결국 RSS서비스 이군요. :)
여기를 참고하세요.
Posted by kiseok7 at 12:39 AM | Comments (0)
November 14, 2006
Simple Ajax Javascript
Ajax 자바스크립트 함수입니다.
예제:
http://www.codeordie.org/do/ajax/sample.html
다운로드:
http://www.codeordie.org/do/ajax/ajax.zip
사용법은 여기에...
http://www.codeordie.org/wiki/?AjaxSimple
Posted by kiseok7 at 10:33 PM
November 12, 2006
Custom Search Engine
Google Co-op - Custom Search Engine
Custom Search Engine 라는 구글의 커스텀 검색 엔진 서비스 입니다.
간단한 단계로 자신만의 검색 페이지를 만들수 있네요. URL로 검색결과를 제한할 수 있다는 점이 좋군요.
Posted by kiseok7 at 12:57 AM | Comments (0)
November 02, 2006
FCK editor
FCKeditor - The text editor for Internet
This HTML text editor brings to the web many of the powerful functionalities of desktop editors like MS Word. It's lightweight and doesn't require any kind of installation on the client computer.
Posted by kiseok7 at 12:53 AM
May 31, 2006
YouTube 동영상을 Javascript로 걸기
YouTube의 플래시 플레이어를 보다 간다한 인터페이스로 걸 수 있는 Javascript를 만들어 보았습니다.
예를들어 아래 URL의 동영상에서
http://www.youtube.com/watch?v=39n4iIsmvXU
ID에 해당하는 "39n4iIsmvXU"를 이용해서 다음같이 자바스크립트를 사용할 수 있습니다.
위 소스를 HTML에 붙여 넣기 하면 이렇게 걸리게 됩니다. :)
YouTube의 플레이어가 부담되셨던 분들은 이용해 보시면 좋을것 같네요.
Posted by kiseok7 at 08:44 PM | Comments (0)