Archive

Archive for the ‘블로그관리’ Category

LaTeX

September 8th, 2011 No comments

Latex 연습

\LaTeX

i\hbar\frac{\partial}{\partial t}\left|\Psi(t)\right>=H\left|\Psi(t)\right>

Categories: 블로그관리 Tags:

스타일시트 CSS 수정 및 .htaccess 파일 생성

August 12th, 2010 No comments

1. ThatVistaBlog 테마 줄간격 line-height 수정
수정할 파일 : wp-content/themes/ThatVistaBlog/blueXL

body { font:80% Trebuchet MS, sans-serif; color:#333; line-height:1.25 em; }

위 코드에서 “line-height:1.25 em” 를 “line-height:160 %”로 수정.

2. htaccess 파일 생성

서치 프랜들리 주소 search friendly url 을 위해 다음과 같은 내용의 .htaccess 을 루트 디렉토리에 만듬.

RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

Categories: 블로그관리 Tags:

HTML5 and Flash Video Player 플러그인 설치

August 12th, 2010 No comments

HTML5 and Flash Video Player 플러그인 설치

사용법 : videoplayer file=”파일경로” 를 [... /]사이에 넣으면 됨.

Categories: 블로그관리 Tags:

Gallery 플러그인 설치

July 28th, 2010 No comments

Gallery 플러그인 설치.

설정 > 옵션 : 에서 다음과 같이 설정

1. 기본 갤러리 gallery 경로 설정 : wp-content/gallery/
2. 이미지 로테이터 image rotator 설치경로 설정 : “http://applenote.net/wp-content/upload/

3. 계속 추가 예정

Categories: 블로그관리 Tags:

Hello world!

July 20th, 2010 3 comments

Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!

Categories: 블로그관리 Tags: