반응형
반응형

Node.js란 무엇인가? - http://blog.outsider.ne.kr/480


'장고(Django)'로 쉽고 빠른 웹 개발 - http://biohackers.net/wiki/RapidWebDevelopmentByDjango


Play Framework - http://www.playframework.org/documentation/2.0.1/Home

 : Play는 Java코드에서 변경된 사항이 서버 재시작없이 바로 반영된다.

   이는 Play가 컴파일된 class 파일이 아닌 Java소스코드를 직접 읽기 때문에 가능하다. 

   Play는 자체 컨테이너를 내장하고 있는데 현재 Play가 사용하는 컨테이너는 JBossNetty다.

   이전에 아파치 Mini를 사용하다가 WebSocket을 지원하기 위해 변경했다.

   그렇다고 Play로 개발된 웹 애플리케이션을 자체 서버에서만 실행할 수 있는 것은 아니다.

   Tmocat과 같은 일반 서블릿 컨테이너에서도 얼마든지 실행 할 수 있다. 

   * Source code on github : https://github.com/playframework




반응형

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

[jQuery] jquery로 iframe 다루기  (0) 2012.06.19
[javascript] 웹 화면 확대,축소  (0) 2012.06.19
[javascript] Navigator  (0) 2012.04.30
node.js 외 js 관련  (0) 2012.03.26
jQuery에서 $(document).ready vs. $(window).load  (0) 2012.03.26
반응형

Navigator Object

The navigator object contains information about the browser.


appName

 Browser 이름

 appCodeName  Browser 코드이름
 appVersion  Browser 버전
 userAgent

 Browser의 USER-AGENT

 mineTypes  Browser 에서 지원하는 MINE 타입
 plugins  Plug-in 종류
 language

 Browser에서 사용중인 언어

 platform  Browser가 작동중인 System의 종류

 javaEnabled()

 javascript가 가능한지 여부



반응형

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

[javascript] 웹 화면 확대,축소  (0) 2012.06.19
Node.js , Python, Django, Play Framework  (0) 2012.05.29
node.js 외 js 관련  (0) 2012.03.26
jQuery에서 $(document).ready vs. $(window).load  (0) 2012.03.26
HTML5 Web Workers  (0) 2012.02.21
반응형
$2 - http://www.kendoui.com/ 
HTML5, CSS, JAVASCRIPT를 사용한 UI ( 설명 : http://ceo.connectizen.com/50129921247 )

$2
NodeJS 맛보기 - http://uix.kr/archives/55 
NodeJS 설명 블로그 - http://jongryong.wordpress.com/category/programming/node-js-programming/ 

$2 - http://www.mongodb.org 
공식 한국 커뮤니티 - http://cafe.naver.com/mongodatabase 

$2 - http://jqueryui.com/home


[출처] http://mooki83.tistory.com/search/node.js
반응형
반응형
jQuery에서 어떤게 먼제 실행되는지에 대해서 궁금한데.

$(document).ready 는 DOM 이 준비가 되면 바로 실행을 한다.

$(window).load 는 페이지 내의 모든 데이터(요소)가 다 준비가 되어야 실행한다.

그 차이를 알아채기는 쉽지 않겠지만. 그렇다고 한다.

그런데, 실제 경험상 그 차이는 크게 느낄수 없었다.

이 둘의 차이를 따지게 되는 상황에서 중요한 점은 페이지가 얼마나 빨리 Load 되느냐지
실행이 어느순간에 되는건 고려되지 않았기 때문이다.
이론에 대한 얘기이며, 실기에선 고려되지 않았었다는 사설.

그래도, $(document).ready를 쓰는 것이 일반적인 상황에서는 맞는거 같다.
이미지로 뭔가를 하려는게 아니라면.
이미지 요소로 뭔가를 하려 한다면, $(window).load 를 써야하지 않을까?
반응형

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

[javascript] Navigator  (0) 2012.04.30
node.js 외 js 관련  (0) 2012.03.26
HTML5 Web Workers  (0) 2012.02.21
20+ Must See Fresh and Useful jQuery Plugins from 2011  (0) 2011.12.09
5 Awesome Responsive jQuery Sliders and Image Galleries  (0) 2011.12.09
반응형
HTML5 Web Workers :
A web worker is a JavaScript running in the background, without affecting the performance of the page.
스크립트가 완료될 때까지 HTML 페이지에 스크립트를 실행하면 페이지가 응답된다.

Web Workers는 페이지의 성능에 영향을주지 않고 독립적으로 다른 스크립트의 백그라운드로 실행되는 자바 스크립트입니다. 당신이 원하는 건 뭐든지 할 계속할 수 있도록: Web Workers가 백그라운드에서 실행되는 동안 클릭, 셀렉팅, 기타등등을 합니다.

http://w3schools.com/html5/html5_webworkers.asp
반응형
반응형

20+ Must See Fresh and Useful jQuery Plugins from 2011

jQuery gives developers the chance to enrich websites with amazing elements without the need to write dozens of lines of code. This post presents advanced and cutting-edge jQuery plugins that will enhance your web designs tremendously.

Supersized 3.2 – Fullscreen Slideshow jQuery Plugin

Supersized 3.2 – Fullscreen Slideshow jQuery Plugin
Full screen background slideshow plugin for jQuery.

Expanding Fullscreen Grid Portfolio

Expanding Fullscreen Grid Portfolio
The main idea is to have a grid layout created with jQuery Masonry. View more expand the according item to fullscreen in order to show a longer description of the item and a representative fullscreen background image.

Quovolver

Quovolver
Quovolver is a simple extension for jQuery that takes a group of quotes and displays them on your page in an elegant way.

jQuery Spin Button Plugin: Smart Spin

jQuery Spin Button Plugin: Smart Spin
Smart spin is a jQuery spin button plugin that mimics the very common windows spin button control. Smart spin allows you to select a value between minimum and maximum values using either mouse or keyboard. You can also enter a value via keyboard.

FitText

FitText
FitText makes font-sizes flexible. Use this plugin on your fluid or responsive layout to achieve scalable headlines that fill the width of a parent element.

DropKick

DropKick
Creating custom dropdowns is usually a tedious process that requires a ton of extra setup time. Oftentimes lacking conveniences that native dropdowns have such as keyboard navigation. DropKick removes the tedium and lets you focus on making menu looks good.

HTML5 jQuery Music Player

HTML5 Music Player
Remember that awesome music player psd created by Orman Clark? Well here is the matching jQuery plugin.

Circular Content Carousel with jQuery

Circular Content Carousel with jQuery
A simple jQuery circular content carousel.

jQuery Image Gallery

jQuery Image Gallery Demo
Image Gallery with Lightbox effect and slideshow functionality for jQuery UI.

Overscroll

Overscroll
Overscroll is a jQuery plug-in that mimics the iphone/ipad scrolling experience in a browser.

jBar

jBar
jbar is a jQuery plugin that transforms an unordered list <ul> into a toolbar with dropdown menus.

leanModal

leanModal
Super simple modal window plugin that works with your CSS. Perfect for hidden page content. Flexible width & height, image free, supports multiple instances on one page. Great for login, sign up & alert panels, etc.

ImageLens – A jQuery plug-in for Lens Effect Image Zooming

ImageLens – A jQuery plug-in for Lens Effect Image Zooming
Use this jQuery plug-in to add lens style zooming effect to an image.

My QR Code

My QR Code
Generate QR code for mobile devices using Google Chart Api with jquery. By default, the plugin will generate the QR code for the URL of the page. You can also specify the text, encoding and size of the QR code.

Simple Overlay

Simple Overlay
A jQuery Plugin for easily adding lightweight, flexible overlays to your projects.

MobilyMap

MobilyMap
MobilyMap is a jQuery plugin (7KB) that can create a Google Maps-like, draggable interface from any image.

Snippet

Snippet
Snippet is a jQuery syntax highlighting plugin built on top of the SHJS script found on SourceForge. Snippet provides a quick and easy way of highlighting source code passages in HTML documents.

NETEYE Activity Indicator

NETEYE Activity Indicator
A jQuery plugin that renders a translucent activity indicator (spinner) using SVG or VML.

jLinkPreview

jLinkPreview
jLinkPreview is a plug-in for jQuery Library which simply allows you to see link’s preview image before you visit them by just hovering on it. Link Preview will appear by your cursor when you hover.

jRumble

jRumble
jRumble is a jQuery plugin that rumbles, vibrates, shakes, and rotates any element you choose. It’s great to use as a hover effect or a way to direct attention to an element.

Grid Navigation Effects with jQuery

Grid Navigation Effects with jQuery
jQuery plugin for achieving some neat grid navigation effects.
반응형

+ Recent posts