본문 바로가기

study

메타테그 설정 Meta Tag 최적화 [검색엔진이 좋아하는 메타태그 만들기] 흔히 메타테크 작성했는데도 잘 검색이 되지 않은 이유는 불명 있습니다. 검색엔진에서 메타테크를 잘 걸리도록 설정하는 팁입니다. 검색전용 엔진에 잘걸릴 수 있도록 헤더를 최적화 해주면 구글처럼 순수 검색엔진에 상위에 노출될 수 있습니다. 타이틀 작성 ==> 실제로 타이틀 빼먹는 분들이 많은데 검색엔진에서는 중요합니다. ==> 로봇이 다 긁어갈수 있게 설정 ==>> 검색엔진에 걸릴수 있는 키워드 설정 ==>> 검색엔진에 노출되는 요약 제목 ==>> 제목과 더불어 서술되는 내용 요약입니다. ==> 안쓰는 분들도 많은데 쓰시는게 좋습니다. ==>> 만든 사람인데 ^^ 외국인을 위해 영어로 하는 센스! 실제 영어로 하면 알렉사에서 볼때 나오는경우도 있.. 더보기
JavaScript CSS 찾아 헤메이던.. 그녀석 obj[i].style.color = "#ff0000"; obj[i].innerHTML = "홍길동 이순신"; obj[i].style.backgroundColor = "#00ff00"; obj[i].style.border = "1px solid #ff0000"; // '1px solid DarkGreen'; dotted 2px #FF6600 obj[i].style.fontWeight = "bolder"; //bold,normal obj[i].style.display = "block"; obj[i].style.fontStyle = "italic"; //italic,normal obj[i].style.height = 40; obj[i].style.width = 200; obj[i].style.align = .. 더보기
Row_Number() 사용법 insert into mplus_board_category select 'qnas', ROW_NUMBER() OVER(ORDER BY idx DESC) AS Row, tec_id,0,ROW_NUMBER() OVER(ORDER BY idx DESC) AS Row,'','' from teacher 더보기
자스 문자열체크 및 대소문자구분 String.length 스트링의 길이를 알려준다. 예 1>01 var x = "Netscape"; 02 var empty = ""; 03 04 console.log("Netspace is " + x.length + " code units long"); // 8 05 console.log("The empty string is has a length of " + empty.length); /* should be 0 */ String.toLowerCase, String.toUpperCase 불러들인 스트링 값을 소문자(대문자)로 변환 한다. 예 2>01 var sampleText="AlPhaBet"; 02 document.write(sampleText.toLowerCase() 03 + " " + sample.. 더보기
HTML5 크로스 브라우징 시 오브젝트를 이용한 동영상 재생 아놔.. 재생 더보기
HTTP REFER ASP의 서버변수는 꽤나 다양하다. ## HTTP전체 문자열 - all_http - all_raw - appl_md_path - auth_password - auth_type - auth_user - cert_cookie - cert_flags - cert_issuer - cert_keysize - cert_secretkeysize - cert_serialnumber - cert_server_issuer - cert_subject - content_length - content_type - gateway_interface - https - http_accept - http_accept_encoding - http_accept_language - http_cookie - http_connection - h.. 더보기
request.servervariables ##클라이언트 ip 알아내기 ip=Request.ServerVariables("REMOTE_ADDR") ##이전 페이지 ip2=Request.ServerVariables("HTTP_REFERER") ##현재 도메인 ip3=Request.ServerVariables("HTTP_HOST") ##현재 페이지 이름 ip4=Request.ServerVariables("url") ##서버 아이디 ip5=Request.ServerVariables("LOCAL_ADDR") [출처] ip=Request.ServerVariables("REMOTE_ADDR")|작성자 비노쉬 더보기
input type 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. input type="text" CSS로 스타일(style) 주기(2) 이름 업체명 이메일 연락처 더보기