단어정리
1. 블로고스피어 (blogosphere)
Blogosphere은 커뮤니티나 사회적 네트워크로서의 모든 블로그를 일컫는 합성어로, 'world of blogs'를 뜻하는 표현이다. 많은 웹 브로그들은 서로 긴밀히 상호작용하고 있다. 즉, 블로거들은 다른 블로그를 읽고, 좋은 블로그를 자신의 것으로 링크 걸거나 레퍼런스로 사용하며 직접 코멘트를 달기도 한다. 그렇기 때문에 상호적인 블로그의 관계는 그들 자신만의 문화를 키워오고 있는 것이다.
비슷한 용어로는 Blogtopia, Blogspace, Blogiverse, Blogistan, Blogrovia가 있다.
지금까지 무슨 외국에 있는 메타블로그 서비스인줄 알았다 -,.- 이제서야 알겠네;;
JSON (JavaScript Object Notation)
(JavaScript Object Notation)은 경량의 DATA-교환 형식이다. 이 형식은 사람이 읽고 쓰기에 용이하며, 기계가 분석하고 생성함에도 용이하다. JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999의 일부에 토대를 두고 있다. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. JSON은 완벽하게 언어로 부터 독립적이지만 C-family 언어 - C, C++, C#, Java, JavaScript, Perl, Python 그외 다수 - 의 프로그래머들에게 친숙한 관습을 사용하는 텍스트 형식이다. 이러한 속성들이 JSON을 이상적hanrss.com인 DATA-교환 언어로 만들고 있다.
관련링크 : http://openframework.or.kr/JSPWiki/Wiki.jsp?page=IntroducingJSON
Widget
위젯은 PC에서 웹 브라우저를 대신하는 개인화된 프로그램이다. 대표적으로 야후 위젯, 미니플, 네이버 데스크톱이 있다.
HIT
아직도 가물가물하다 -_-
내머리가 돌인가 ㅡ.,ㅡ
hit는 httprequest에서 페이지상에 올라오는 모든 이미지 , html, css, js파일 등을 로딩할때 hit라고한다 .
PageView
말그대로 하나의 페이지를 보았을때 page view라고 한다 -_-;
CRUD
Create + Read + Update + Delete
생각은 이렇게 하고있었는데.. 실제 웹상에서 구현되어야할 가장 기본적인 기능들이다.
위키피디아에서 검색해보니 아래와 같이 나왔다.
Create, read, update and delete (CRUD) are the four basic functions of persistent storage, a major part of nearly all computer software. Sometimes CRUD is expanded with the words retrieve instead of read or destroy instead of delete. It is also sometimes used to describe user interface conventions that facilitate viewing, searching, and changing information; often using computer-based forms and reports.
모든 컴퓨터 소프트웨어에서 많이쓰이는 파트중 persistance layer( 영속 레이어) 의 가장 기본적인 4개의 기능들이다.
때때로 CRUD는 확장된다. retrive -> destory instead of delete
History
Last edited on 03/14/2008 12:54 by dsdgun
Comments (0)