와우~옥션~firefox에서 잘 보인다 !!

Program/Firefox 2008. 9. 11. 21:38
전에 옥션에 관한 글을 포스팅 했었는데..그 이후 옥션은 firefox로는 안들어갔는데
어쩌다가 들어가서 보니~~수정이 돼서 제대로 보이는 거 아닌가..ㅎ
와우~~

전체 캡쳐화면은 아니지만 이제 상품정보가 잘 보인다 ^^
옥션 홧팅 !~
:

SyntaxHighlighter(Code google) Supported languages

script 2008. 9. 11. 14:01
SyntaxHighlighter !

Language Aliases
C++ cpp, c, c++
C# c#, c-sharp, csharp
CSS css
Delphi delphi, pascal
Java java
Java Script js, jscript, javascript
PHP php
Python py, python
Ruby rb, ruby, rails, ror
Sql sql
VB vb, vb.net
XML/HTML xml, html, xhtml, xslt

Supported languages

'script' 카테고리의 다른 글

IE7 overflow:hidden bug(?)  (3) 2008.11.21
xhtml dtd  (0) 2008.10.04
offsetTop / offsetLeft  (0) 2008.10.01
[Link] 고급 JavaScript 작성하기  (0) 2008.09.25
window.open() 팝업  (0) 2008.09.23
textarea byte check  (0) 2008.09.10
javascript trim  (4) 2008.08.27
jQuery API  (2) 2008.08.11
window.onload 실행 순서(IE)  (0) 2008.07.30
firstChild  (0) 2008.06.02
:

textarea byte check

script 2008. 9. 10. 14:44
function textAreaLengthCheck(thisObj, maxLengthByte) {
	var tempByteLength = 0, cutByteLength = 0; 
	for(var i = 0; i < thisObj.value.length; i++) { 
		if(escape(thisObj.value.charAt(i)).length > 4) { 
			tempByteLength += 2;
		} else {
			tempByteLength++; 
		} 
if(tempByteLength < maxLengthByte) { cutByteLength++; } } if(tempByteLength > maxLengthByte) { alert("max byte : " + maxLengthByte); thisObj.value = thisObj.value.substring(0, (cutByteLength%2==1)?cutByteLength:cutByteLength+1); } }

<textarea onkeyup="textAreaLengthCheck(this, 10)" name="test"></textarea>
ex.

'script' 카테고리의 다른 글

xhtml dtd  (0) 2008.10.04
offsetTop / offsetLeft  (0) 2008.10.01
[Link] 고급 JavaScript 작성하기  (0) 2008.09.25
window.open() 팝업  (0) 2008.09.23
SyntaxHighlighter(Code google) Supported languages  (0) 2008.09.11
javascript trim  (4) 2008.08.27
jQuery API  (2) 2008.08.11
window.onload 실행 순서(IE)  (0) 2008.07.30
firstChild  (0) 2008.06.02
javascript packer  (0) 2008.04.29
:

Filco Majestouch 텐키레스

life 2008. 9. 4. 21:36
사용자 삽입 이미지
사진 출처 : 아이오매니아

키보드 지름을 결심했다가 자금 사정으로 보류중인데..
'마제스터치 텐키레스' 이넘이 나와버렸네(출시는 6월에 함)..
질러야 하나..

: