Doyun Kim's Profile

Member since Dec 27, 2007, follows 0 people, 0 public groups, 168 public bookmarks (187 total).

More »
Tags

Recent Tags:
Top Tags:

More »
Recent Bookmarks and Annotations

  • Apache Tomcat 6.0 - JNDI Resources HOW-TO on 2009-05-08
    • Tomcat 6 maintains a separate namespace of global resources for the
      entire server. These are configured in the

      <GlobalNameingResources>
      element of
      $CATALINA_BASE/conf/server.xml. You may expose these resources to
      web applications by using
      <ResourceLink> elements.
      • The resources defined in these elements
        may be referenced by the following elements in the web application deployment
        descriptor (/WEB-INF/web.xml) of your web application:


        • <env-entry> - Environment entry, a
          single-value parameter that can be used to configure how the application
          will operate.
        • <resource-ref> - Resource reference,
          which is typically to an object factory for resources such as a JDBC
          DataSource, a JavaMail Session, or custom
          object factories configured into Tomcat 6.
        • <resource-env-ref> - Resource
          environment reference, a new variation of resource-ref
          added in Servlet 2.4 that is simpler to configure for resources
          that do not require authentication information.
    • 2 more annotations...
  • mod_rewrite - Apache HTTP Server on 2009-05-06
    • The Pattern will initially be matched against the part of the
      URL after the hostname and port, and before the query string. If you wish
      to match against the hostname, port, or query string, use a
      RewriteCond with the
      %{HTTP_HOST}, %{SERVER_PORT}, or
      %{QUERY_STRING} variables respectively.
    • Modifying the Query String


      By default, the query string is passed through unchanged.

    • 3 more annotations...
  • JSONP를 사용한 도메인 간 통신, Part 1: JSONP와 jQuery의 결합으로 강력한 매시업 빠르게 만들기 on 2009-04-29
    • jQuery에서는 ?가 호출할 생성된 함수 이름으로 자동 변환된다.
  • Speed up your Web pages on 2009-03-31
    • Delay your script loading, if
      possible
    • Use multiple domains for
      your assets to increase connections
    • 2 more annotations...
  • 웹마스터 가이드라인 - 웹마스터/사이트 운영자 도움말 on 2009-03-30
    • 자신의 페이지를 찾기 위해 사용자들이 어떤 단어를 입력할지 생각해 보고 그 검색어가 실제로 사이트에서 사용되고 있는지 확인합니다.
    • TITLE 태그와 ALT 속성이 정확하며 내용을 제대로 설명하고 있는지 확인합니다.
    • 3 more annotations...
  • Handling large data files efficiently with Java on 2009-03-16
    • You should consider using the FileReaderclass when working with character data streams.
    • You should consider using the FileReaderclass when working with character data streams.
  • Overview (Servlet and JavaServer Pages API Documentation) on 2009-02-27
  • Core/jQuery - jQuery JavaScript Library on 2009-02-24
    • By default, if no context is specified, $() looks for DOM elements within the context of the current HTML document. If you do specify a context, such as a DOM element or jQuery object, the expression will be matched against the contents of that context.
    • Create DOM elements on-the-fly from the provided String of raw HTML.
    • 4 more annotations...
  • Creating AJAX websites based on anchor navigation | yensdesign - Tutorials, Web Design and Coding on 2009-02-20
    • This listener simply is a function which is executed every 300 miliseconds and it checks the property document.location.hash has changed.
    • In Javascript you can know the current anchor getting the value of document.location.hash. This property is writable so you can modify the value like you need it.
  • Ajax 마스터하기, Part 3: Ajax의 고급 요청 및 응답 (한글) on 2009-02-02
    • 요청 객체가 새로운 요청을 만들기 전에 초기화 되지 않은 상태(readyState == 0)에 있다는 것을 확인해야 한다. 이로서 또 다른 함수가 동시에 객체를 사용하는 것을 방지할 수 있다.
    • 다중 함수들을 사용해야 한다면 다중 함수에 객체를 공유하는 것 보다 각 함수용 요청 객체를 생성 및 사용하는 것이 낫다.
    • 1 more annotations...

Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »

Join Diigo