« May 2006 | Main | December 2006 »

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}&amp;pw={startPage?}&amp;format=rss"/>
 </OpenSearchDescription>

2. 검색결과를 RSS로

Url 로 정의된 페이지 호출시 결과를 RSS 2.0포멧으로 출력합니다.

결국 RSS서비스 이군요. :)

여기를 참고하세요.

  • http://www.opensearch.org/

  • http://www.opensearch.org/Specifications/OpenSearch/1.1

  • http://opensearch.a9.com/docs/howto.jsp

  • Posted by kiseok7 at 12:39 AM | Comments (0)

    November 18, 2006

    NHN UI Library

    NHN UI Develope Guide

    NHN의 웹서비스의 품질을 책임지는 저희 UII팀 그리고
    국내 웹사이트들의 품질향상에 "일조" 하겠다는
    다짐을 가득 채운 모든 프론트개발 관련 분들 화이팅입니다

    멋진데요~

    Posted by kiseok7 at 01:03 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