웹관련자료(web) 49

그누보드 네이버(naver) smtp 설정

#config.php /* 추가 시작 */ define('G5_SMTP', 'smtp.naver.com'); define('G5_SMTP_PORT', '587'); define('G5_SMTP_SECURE', 'tls'); define('G5_SMTP_USER', 'xxxxxxx@naver.com'); define('G5_SMTP_PW', 'xoxoxo'); /* 추가 끝 */ #./lib/mailer.lib.php #29라인 if (defined('G5_SMTP') && G5_SMTP) { $mail->IsSMTP(); // telling the class to use SMTP $mail->Host = G5_SMTP; // SMTP server if(defined('G5_SMTP_PORT') && G5..

jqgrid 에서 tooltip 기능 변경해서 사용하기

jqgrid 에서 tooltip 기능 변경해서 사용하기 실제로는 title 을 변경해서 사용을 하는 것임 colModel:[ {name:"date",index:"date", width:150, align:"center", editrules:{required:true}, editable:true, editoptions:{size:60}, sortable:true}, {name:"msg",index:"msg", width:250, align:"left", editrules:{required:true}, editable:true, editoptions:{size:60}, cellattr: function (rowId, cellValue, rowObject) { return ' title="' + $(rowOb..

스마일서브에서 무료 SSL 연동할 경우 http접속시 자동으로 https로 리다이렉션 하기

스마일서브에서 웹호스팅시 무료 SSL 신청이 가능합니다. 신청이후에 http로 접속 가능하고, https로도 접속 가능합니다. http로 접속해도 자동으로 https로 리다이렉션 하고 싶은데요. 스마일서브에는 친절하게 알려주는 가이드나 자료가 없습니다. 불친절한 스마일서브씨~~~ 서비스 설정이나 가이드에 대한 자료가 조금 더 보강했으면 좋겠습니다. 사용자가 편리하고, 빠른 대응을 해야 스마일서브도 발전이 될거라고 봅니다. ftp로 접속을 합니다. /public_html/ 로 이동을 합니다. .htaccess 파일을 업로드합니다. .htaccess 파일의 내용 RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%..

모바일에서 유튜브영상 크기 자동조정 방법

.yutubeVideo { margin-top:20px; position: relative; width: 100%; padding-bottom: 56.25%; } .yutubeVideo iframe { position: absolute; width: 100%; height: 100%; } https://www.youtube.com/embed/유튜브영상아이디" title="Documentation Glass Partiton without model" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen>