스크롤 무한로딩
- https://raw.github.com/webcreate/infinite-ajax-scroll/master/dist/jquery-ias.js
- https://github.com/webcreate/Infinite-Ajax-Scroll#readme
////////////////////////////////////////
// Bind Infinite Ajax Scroll in User Board
jQuery(function() {
jQuery.ias({
container : '.user-page-board',
item: '.user-board-message',
loader: '<img src="https://raw.github.com/webcreate/infinite-ajax-scroll/master/dist/images/loader.gif"/>'
});
});
php 웹소켓
https://code.google.com/p/phpwebsocket/source/browse/trunk/%20phpwebsocket/server.php
php -q server.php : quite mode
cgi 허용으로 가능하지 않을까