반응형
반응형
1분30초그림

 

반응형
반응형

Lazy Load Plugin for jQuery: Load pages faster and reduce server load

Lazy Load Plugin for jQuery: Load pages faster and reduce server load

lazy load for jquery

Homepage: http://www.appelsiini.net/projects/lazyload
GitHub: https://github.com/tuupola/jquery_lazyload/

 

 

Lazy Load Plugin for jQuery

Lazy Load delays loading of images in long web pages. Images outside of viewport wont be loaded before user scrolls to them. This is opposite of image preloading.

Using Lazy Load on long web pages containing many large images makes the page load faster. Browser will be in ready state after loading visible images. In some cases it can also help to reduce server load.

Lazy Load is inspired by YUI ImageLoader Utility by Matt Mlinac.

How to Use?

Lazy Load depends on jQuery. Include them both in end of your HTML code:

<script src="jquery.js" type="text/javascript"></script>
<script src="jquery.lazyload.js" type="text/javascript"></script>

You must alter your HTML code. URL of the real image must be put into data-original attribute. It is good idea to give Lazy Loaded image a specific class. This way you can easily control which images plugin is binded to. Note that you should have width and height attributes in your image tag.

<img class="lazy" data-original="img/example.jpg" width="640" height="480">

then in your code do:

$("img.lazy").lazyload();

This causes all images of class lazy to be lazy loaded.

More information on Lazy Load project page.

Install with bower

$ bower install jquery.lazyload 
반응형
반응형

Keyframer: A CSS3 animation tool

keyframer

반응형
반응형

천하를 얻는 길이 있으니 백성을 얻으면 천하를 얻는다.
백성을 얻는 방법이 있으니 마음을 얻으면 백성을 얻는다.
마음을 얻는 방법이 있으니
하고자 하는 것을 모아서 주고 싫어하는 것을 하지 않는 것이다.
- 맹자 (김영수 편저, ‘1일 1구’에서 인용)

 

 

‘내가 아닌 상대의 관점에서 보라’
이는 곧 정치, 경영, 리더십의 요체입니다.
백성을 사랑하지 않는 정치 지도자가 천하를 잃듯이,
고객과 직원을 사랑하지 않는 경영자 역시 모든 것을 잃게 됩니다.

반응형
반응형

영혼의 창


"여기 좀 보렴.
이 창을 들여다보렴.
네 영혼을 보여 주는 창이란다.
이 창은 너에게, 네가 누구이며 네가 사랑하는 것이
무엇인지, 네 삶의 소리에 귀 기울일 때
네가 평생 하게 될 일이 무엇인지,
그리고 네 삶이 너를 어디로 부르고 있는지
보여 주고 있단다."


- 켄 가이어의《영혼의 창》중에서 -


* 누구에게나 영혼의 창이 있습니다.
안타까운 것은, 그 창을 한 번도 제대로 들여다볼
여유 없이 그저 바쁘게만 살아가고 있다는 사실입니다.
발걸음을 멈추고 영혼의 창 앞에 잠시 머물러
자기 내면을 바라보는 것이 명상입니다.
영혼의 창을 맑게 닦으세요.
그래야 더 잘 보입니다.

반응형

'생활의 발견 > 아침편지' 카테고리의 다른 글

황무지  (0) 2014.02.19
선한 싸움  (0) 2014.02.18
상대를 이해한다는 것은  (0) 2014.02.15
모두 다 당신 편  (0) 2014.02.14
톨스토이는 왜 '여성 심리 대가'가 되었을까?  (0) 2014.02.13
반응형

 

세계의 특수부대

http://navercast.naver.com/contents.nhn?contents_id=4796

 

반응형

+ Recent posts