반응형
반응형
Apache Commons Library - http://commons.apache.org/
Commons Library는 아파치 재단에서 관리하는 라이브러리로 프로그램 개발시 재사용 가능한 자바 컴포넌트를 모아둔 라이브러리다.
자바 기본 api 외의 추가 라이브러리를 학습해야 하는 이유는 이미 대부분의 기능들은 누군가가 구현해 놓았을 가능성이 크기 때문에 이미 구현된 기능을 중복적으로 개발하는 것은 비효율적이기도 하고, 많은 사람들이 사용함으로써 대부분의 버그가 수정되고 고도화 되었을 가능성이 높다.
대중적인 라이브러리는 다수의 개발자가 코드를 수정해서 최적화되었을 가능성이 높기 때문에 코드이 효율성도 높을 것이기 때문이다.

아파치 소프트웨어 재단에서 개발된 대표적인 소프트웨어
Apache Web Server, iBatis, Lucene(자바로 제작된 검색엔진), Tomcat, Maven(프로젝트 빌드 시스템),  Hadoop(대용량 처리를 위한 분산 데이터저장소)  등이 있다.


반응형
반응형

Building a “Coming Soon” Page With HTML and LESS

Building a “Coming Soon” Page With HTML and LESS

HTML Markup

We’ll begin by firing up Espresso (though you can obviously use whichever code editor you prefer) and setting out some markup.

Alternatively, Download the video, or subscribe to Webdesigntuts+ screencasts via iTunes or YouTube!


LESS Styling

Now let’s see about slicing up our PSD and styling the markup we’ve laid out. As already mentioned, we’ll speed up the whole process by using LESS with LiveReload.

Alternatively, Download the video, or subscribe to Webdesigntuts+ screencasts via iTunes or YouTube!


반응형
반응형

Web Worker는 현재 페이지에 영향을 주지 않고, 백그라운드로 자바스크립트를 실행한다.

http://www.w3schools.com/html5/html5_webworkers.asp


HTML - Living Standard  : Run JavaScript in the background, in parallel with the main window
http://www.whatwg.org/specs/web-apps/current-work/multipage/workers.html




반응형
반응형
http://msdn.microsoft.com/ko-kr/library/windows/apps/br205757.aspx


반응형

'프로그래밍 > Web' 카테고리의 다른 글

Building a “Coming Soon” Page With HTML and LESS  (0) 2012.07.26
[HTML5] Web Worker  (0) 2012.07.13
HTML5 - 웹소캣 Connectivity  (0) 2012.05.02
크로스 플랫폼 개발환경 - 웹앱?!  (0) 2012.05.01
HTML5 offilne cache  (0) 2012.04.27
반응형

Connectivity

More efficient connectivity means more real-time chats, faster games, and better communication. Web Sockets and Server-Sent Events are pushing (pun intended) data between client and server more efficiently than ever before.

Demos

Websocket.org echo test
HTML5demo.com websocket demo
HTML5demo.com online connectivity monitor

In the Wild

Plink
Word2
Stream Congress
Hummingbird Realtime Analytics
Scrumblr realtime SCRUM sprint board
noVNC - a full VNC client implemented in Canvas & WebSockets


반응형
반응형

크로스 플랫폼 개발환경 - 웹앱 인가요?

같은 서비스가 다양한 플랫폼에서 동일하게 작동하게 하고 싶은 욕구를 충족시켜주기위해 태어났지만,

일단 구색은 갇추고 있는 크로스 플랫폼들. 이제 알만한 사람은 다 아는 뭐 그런것!


폰갭 http://phonegap.com

앱스프레소 http://appspresso.com

티타늄(타이타늄) http://www.appcelerator.com

로도스 http://www.rhomobile.com

모싱크 http://mosync.com


뭐 이정도?

웹이 대세일세!!!

반응형

+ Recent posts