본문 바로가기

반응형

Story

jquery chart jQuery Visualize Plugin jQuery Visualize Plugin is the perfect plugin if you have a table and want to generate a chart out of it. It offers different types of charts such as Bar, Area, Pie & Line charts. Examples Type of Charts: Bar, Area, Pie & Line. Requirements: jQuery, excanvas (included) Browser Support: IE6*, IE7*, IE8*, Firefox 2, Firefox 3.5, Safari 3 and 4, Opera 9. * HTML 5 canvas elem.. 더보기
cms 결제 (Cash Management Service) 효성CMS 서비스개요 이용기관의 정기적,계속적인 자금(물품판매대금,서비스이용요금,후원금,회비 등)수납업무를 자동이체, 가상계좌(무통장입금)등 금융결제 수단을 통하여 서포트하는 통합결제서비스 입니다.즉,업체 혹은 단체,모임에서 고객 혹은 회원으로부터 받을 금액을 인터넷뱅킹정도의 간단한 프로그램 사용만으로도 수납 가능하여 기존의 각종 수단(지로청구,방문수금)보다 업무효율성이 높아질 뿐만 아니라 자금운영이 예측 가능하게 되어 경영개선에 크게 기여할 수 있는 서비스입니다 대상업종 세무사CMS,회계사CMS,후원금CMS,유치원CMS,요양원CMS,임대비CMS,태권도CMS, 랜탈CMS 기타 수금업체CMS https://www.sabinehouse.net/customer/customer_05.html?c_type=not.. 더보기
php setcookie 쿠키 모바일 mobile 에서 종료시간 php 에서 쿠키를 사용하기 위해 setcookie 함수를 사용한다. bool setcookie ( string $name [, string $value [, int $expire = 0 [, string $path [, string $domain [, bool $secure = false [, bool $httponly = false ]]]]]] ) setcookie() defines a cookie to be sent along with the rest 보통 setcookie("쿠키이름","쿠키값"); 이런식으로 expire 부분을 안쓰면 기본 0 값이 적용되어서 브라우져를 닫으면 쿠키가 사라진다. 그런대 당연히 되리라 생각했던 이 방법이 모바일에선 쿠키가 원하는 시점에 사라지지 않았다. php 사이.. 더보기
위지윅 에디터 KindEditor 에서 옵션값 변경 샘플 var editor = null; setTimeout(function () { editor = KindEditor.create('#' + editorId, { resizeType: 1, uploadJson: 'kindeditor/upload_json.ashx', fileManagerJson: 'kindeditor/file_manager_json.ashx', allowPreviewEmoticons: false, allowImageUpload: true, items: [ 'fontname', 'fontsize', '|', 'forecolor', 'hilitecolor', 'bold', 'italic', 'underline', 'removeformat', '|', 'justifyleft', 'justifyce.. 더보기
ie11 frame history 문제 ie11 로 바꾼뒤 프레임으로 이루어진 홈페이지에서 history.back() 이 정확하게 동작하지 않는 버그가 발생했다. 해결 방법을 찾으려고 찾아보았으나 아직 해결책을 찾지 못했다. http://connect.microsoft.com/IE/feedback/details/806548/history-doesnt-work-with-iframe http://connect.microsoft.com/IE/feedback/details/809053/iframe-navigation-no-longer-adding-to-the-browser-history 외국 사람들도 이 문제를 bug 로 의견을 올려두었으니 곧 해결이 되길 바란다. 더보기
홈페이지제작시 특정 input 속성에만 스타일을 지정할때 Styling Texty Inputs Only - input type text 에만 적용할때 -input[type=text] { /* Awesome styling */ } - input type text,url 등 여러가지를 적용할때 -input[type=text], input[type=url], input[type=tel], input[type=number], input[type=color], input[type=email], { /* And that ain't all of them... */ } - input type submit,file 은 제외할때 -input:not([type=submit]):not([type=file]) { /* omg so much cleaner */ } :not 등의 selector 가 ie9 이하는 지원되지 않는다.아.. 더보기
php iframe check 호출되는 페이지가 아이프레임인지 아닌지 확인할 방법이 필요한대 javascript 로는 확인이 가능한대 php 로는 어떻게 해야 하는지 궁리해보니 $_SERVER['HTTP_REFERER'] 이 값을 이용하면 된다. iframe 으로 불려질때 $_SERVER['HTTP_REFERER'] 값이 parent 창에 주소값을 가진다. 이 값이 있다고 iframe 인건 아니지만 $_SERVER['HTTP_REFERER'] 값이 없다면 iframe 이 아닌것은 확인이 된다. 아이프레임으로 호출된게 아니라면 처리하게끔 할때 if($_SERVER['HTTP_REFERER']==""){ // HTTP_REFERER 값이 없다면 직접 주소창에서 접근한것이다. (iframe 아님) header('Location: /pare.. 더보기
14 Website Trends for 2014 As the web continues to mold and evolve, new design trends, techniques, and ideas are constantly surfacing. Analyzing your site’s design, content, and features from time to time can help you to be sure that your site is effective and reaching visitors in the best possible way. As a guide for ensuring your website is up to date, here are 14 website trends for 2014. 2014 Web Trends The trends belo.. 더보기
metaWeblog 를 이용하여 블로그(blog)에 글을 등록해보자 MetaWeblog API 란 The MetaWeblog API is an application programming interface created by software developer Dave Winer that enables weblog entries to be written, edited, and deleted using web services. The API is implemented as an XML-RPC web service with three methods whose names describe their function: metaweblog.newPost(), metaweblog.getPost() and metaweblog.editPost(). These methods take argu.. 더보기
Quirks mode Doctype NS6 Mozilla 0.9.5-1.0 IE 8+ Firefox Chrome Safari Opera 7.5+ Netscape 7+ Mozilla 1.0.1+ Konq 3.5+ HTML5 spec IE 7 Opera 7.10 IE 6 Opera 7.0 Mac IE 5 Konq 3.2 None Q Q Q Q Q Q Q HTML 2 Q Q Q Q Q Q Q HTML 3 Q Q Q Q Q Q Q HTML 3.2 Q Q Q Q Q Q Q HTML 4.01 Strict with system identifier S S S A A A A without system identifier S S S A A Q A Transitional with system identifier S S A A A A Q with.. 더보기

반응형