Written on November 27th, 2007
url : http://www.engadget.com/2007/08/29/nokias-iphone-no-seriously/
Nokia’s iPhone — no, seriously
Posted Aug 29th 2007 10:48AM by Thomas Ricker
Filed under: Cellphones, Portable Audio, Portable Video

Oh come on, what the hell is that? A Nokia branded iPhone? It was presented during Nokia’s GoPlay event this morning as a glimpse into the future of Nokia interface design. Oh, and it’s due out next year. When pressed during the Q&A about the striking similarity to the little Cupertino device, Anssi Vanjoki — Nokia’s Executive VP & General Manager of Multimedia — said, “If there is something good in the world then we copy with pride.” Well, ok then. See what we mean after the break.
Quote
- 0 Comments
Written on November 26th, 2007
To create multiple-page PDF files from an Illustrator file with multiple-page tiles:
In Illustrator CS2, CS3:
- In Illustrator, create a new document or open an existing Illustrator file with multiple-page tiles.
- If you create a new document, specify a custom width and height large enough for all the pages in the PDF file in the New Document dialog box. For example, to create a four-page 8.5″ x 11″ document, enter 34 inches for Width and 11 inches for Height.
- If you use an existing file with multiple-page tiles, proceed to step 8.
- Choose View > Show Page Tiling.
- Choose File > Print.
- In the Media section of the Print dialog box, select the orientation and the page size of the individual pages. For example, click Portrait Up in the Orientation section, and choose US Letter from the Size menu.
- Click Setup, and then choose Tile Full Pages from the Tiling menu.
- Click Done to close the Print dialog box. Illustrator numbers the pages from left to right and from top to bottom, starting with page 1. These page numbers appear on-screen for reference only.
Note: If the tiles aren’t properly aligned on the artboard, either double-click the Page tool to snap the tiles to the upper left corner of the artboard, or use the Page tool to move the pages manually.
- Create or import artwork into the document.
- Choose File > Save.
- Select Adobe PDF from the Save as type pull down menu.
- Select the Create Multi-page PDF from Page Tiles option in the General section.
- Click Save PDF.
Design
- 0 Comments
Written on November 22nd, 2007


교보에서 주문해서 드뎌 샀다. 자세히 읽어보겠냐만은 그냥 소장용으로라도 가치가 있는거 같아서 샀다. Open Mind, Open Source 가 주는 푸근함. 우리에게 부족한 동양적 서양문화.
Uncategorized
- 0 Comments
Written on November 17th, 2007
Leopard 설치후 Firefox를 깔았더니 한글이 깨진다.
검색의 힘을 빌어 고쳤다. 네이버도 고마울때 많다.
1. FireFox 완전 종료
2. Finder -> Applications -> FireFox 마우스 오른쪽 버튼 클릭 -> Show Package Contents 클릭
3. Resources 폴더안 en.lproj 폴더의 폴더명 Korean.lproj로 변경
NOTE. 대문자 K 사용
4. FireFox 실행 후 확인
원본글 출처 : http://cafe.naver.com/inmacbook.cafe?iframe_url=/ArticleRead.nhn%3Farticleid=44905
Apple
- 0 Comments
Written on October 4th, 2007
원본글 출처 : http://workshop.joshuadavis.com/print
한참동안을 찾아봤던 내용인데 오늘에서야 우연히 알게 되었다. 액션스크립트를 이용한 작업물을 일러스트 파일로 전환시키기에 대한 내용이 아래에 나와있다. Johua Davis의 글에 나와있었다. 아쉬운건 Flash8 Player 에서만 된다는것. 또한 Alpha나 Gradient가 먹지 않는다는것. 맥에서 테스트 해봤는데 잘되고 오브젝트의 패쓰가 그대로 살아있어서 일러스트에서도 변경이 가능하다.
This process is different if you’re on a MAC or a PC.
–
MAC :
1. run your .swf file
2. ctrl click and select print
3. advance past the first dialog window
4. at the second window… lower left dropdown… “save .pdf as PostScript”
5. save as filename.ps
6. open .ps file in Illustrator.
–
PC.
we need to install a PostScript printer driver
1. Add printer from Start menu
2. don’t auto detect
3. select the “Apple”, “Laserwriter 12/640 PS” printer driver
4. run the .swf file
5. right click and select print
6. point to the Apple Laserwriter 12/640 PS printer
7. check “print to file”
8. click “preferences”
9. click “advanced”
10. click “postscript options”
11. click “Postscript Output Options” dropdown
12. select “Encapsulated PostScript (EPS)
13. click “OK”
14. click “OK”
15. click “Print”
16. save as something.ps
17. open .ps file Illustrator.
if you don’t do all of this for PC - it rips it with no color - Black and White. On my PC I set the default preferences for this printer driver within “printer and faxes” to always use “Encapsulated PostScript (EPS)” as the default so I can skip steps 8 through 14 in the future.
–
General Notes for both MAC and PC :
Postscript does not understand ALPHA - you have to manually apply this in Illustrator.
PostScript does not understand GRADIENTS - you have to manually apply this in Illustrator.
You might have noticed that in Flash 9, if you double click a .swf file… which launches the Flash 9 player, fails to rip the vectors to the PostScript file. I did however notice that if you open the .fla in Flash, test the movie, and rip the tested movie via these steps it does process the vectors to the postscript file.
–
That’s it !!! have fun.
Uncategorized
- 0 Comments
Written on May 2nd, 2007
원본글의 출처 : http://yuheewon.com/blog/3
1. Unicode와 UTF-8은 엄연히 다른 겁니다..
우선 Unicode = United Codepage Charset 의 약자라 말할 수 있습니다.
원래 영어는 1byte를 쓰지만, 중국어나 일본어 한국어 경우에는 2byte를 차지 하게 됩니다. 또 영어를 쓰는 codepage에서는 다른 나라 언어를 읽을 수가 없지요.
그래서 나온게 통합코드페이지 (UNICODE)입니다.
이것은 모든 글자를 2byte로 표시하게 만들어서 어떠한 글자라도 표시할 수 있었습니다.
하지만 영어를 쓰는 사람들에게는 불편했습니다. 1byte면 되는 영어글자를 2byte나 들여야 한다는건 공간낭비라고 생각했기 때문이지요.
그래서 만든것이 UTF-8입니다.. utf-8은 unicode의 장점을 그대로 가지고 있으면서도 영어는 1byte로 쓸 수 있게 만든 codepage입니다.
그래서 어떠한 글자라도 UTF-8로하면 공간절약도 되고, 모든 글자를 수용할 수 있습니다.
2. EUC-KR, CP949
EUC계열은 유닉스계열 쪽의 코드페이지입니다.
우선, EUC-KR은 완성형 코드입니다.
하지만 일반적인 한글 글자만 포함한다는 것입니다..
EUC-KR 완성형 코드라서 “뚫훍뚤훍” 같은 글자를 표현 할 수 없습니다.
조합형 코드라면 모든 것을 표현할 수 있지만, 그럴 수 없습니다.
후에 윈도우에서 사용하는 MS949, 다르게 CP949라고 불리는 코드페이지가 나왔습니다.
이것은 조합형코드는 아니지만, 완성형코드인 EUC-KR에다가 “뚫훍”같은 글자를 포함시켜 더 많은 글자를 표현할 수 있게 되었습니다.
그래서 UTF-8 ->> EUC-KR 보다는 CP949로 하는 것이 더 많은 한글 글자를 표현 할 수 있다는 이야기입니다..
표현할 수 있는 글자수가 CP949가 더 많기 때문이지요..
Uncategorized
- 0 Comments
Written on May 1st, 2007

php코드에도 좀 문제가 있는것 같고 (호스팅업체에서 서버 다운된다고 맨날 난리다) 데이터의 양이 너무 많아져서, 단독으로 이 사이트를 맡아줄만한 angel을 찾아야 겠다. 휴….
그리고, typedrawing도 새롭게 단장을 해야할듯하다. 얼마나 걸릴진 모르겠지만 좀만더 부지런하게 하면 한두달안에 완성되지 않을까 싶다. 좀더 세밀하게 그릴수 있는 방법과 벡터파일로 저장할수 있는 방법등을 추가 시킬까 한다.
당분간 www.storyabout.net/typedrawing은 바보 사이트가 될것이다. 길지 않기를…
Flash, Typography
- 1 Comments
Written on April 23rd, 2007

Random Pebbles 알고리즘을 이용하여 그림그리기
“나는 Code Painter 다. Code는 나의 Brush다. “
Flash
- 0 Comments
Written on April 21st, 2007
FLA : makeRandomPebble.fla
동글동글하게 조약돌같이 나누기. 우연의 힘을 빌어 우연하지 않은것처럼 보이기. “law of chance”
Flash
- 0 Comments