Jquery
Prototype.js 은 수박겉핥기식으로 여기저기 줏어 본걸로 공부 했으나 대세는 Jquery 이기에 정식으로 해보자.
- CSS & HTML
- · 2010. 2. 5.
IE 이미지 툴 안나오게.
- CSS & HTML
- · 2010. 2. 4.
글자 그림자 효과
한글 English @ http://html5doctor.com/
- CSS & HTML
- · 2010. 2. 2.
301 : 여기서 301 이란? HTTP 상태코드의 하나로 요청 페이지가 영구적으로 신규 페이지로 변경되었음을 알려주는 HTTP 상태코드 도메인이 변경 되었을 경우 검색엔진에게 도메인이 변경 되었음을 통보, 301 Redirect 사용시 검색엔진 검색순위 보존, 외부링크 인기도 보존, Google PageRank 보존. 아파치의 경우 .htaccess 파일에 아래의 코드 입력 Redirect 301 / http://www.newurl.com/ 언어별 소스코드 PHP ASP ASP .NET JSP @http://blog.artience.co.kr/36 @http://webee.tistory.com/19
ASP / PHP Cross Reference http://www.design215.com/toolbox/asp.php ASP (VBScript) PHP (v4.3+) General syntax ASP Comments, inline 'my dog has fleas PHP Comments, inline //my dog has fleas ASP Comments, block not available? PHP Comments, block /* The quick brown fox jumped over the lazy dogs. */ ASP, Escaping quotes "" "var text1="""";" PHP, Escaping quotes \" or use ' like javascript 'var text1=..
Prototype.js 은 수박겉핥기식으로 여기저기 줏어 본걸로 공부 했으나 대세는 Jquery 이기에 정식으로 해보자.
한글 English @ http://html5doctor.com/