Archive for the ‘Others’ Category

IE Developer Toolbar is here.

Friday, May 11th, 2007
Internet Explorer Developer Toolbar v1 was released. There are no major changes from beta 3. But it includes some reliability and “fit-and-finish” improvements.

It automatically removes previous build when you install the toolbar.

IE 개발자 툴바의 정식 버전이 공개되었네요. 베타3에서 기능상 큰 변화는 없지만, 안정성이 향상 되었습니다.
그리고 설치 시에 이전 버전을 자동으로 제거해주는군요.

The Internet Explorer Developer Toolbar provides several features for exploring and understanding Web pages. These features enable you to:

* Explore and modify the document object model (DOM) of a Web page.
* Locate and select specific elements on a Web page through a variety of techniques.
* Selectively disable Internet Explorer settings.
* View HTML object class names, ID’s, and details such as link paths, tab index values, and access keys.
* Outline tables, table cells, images, or selected tags.
* Validate HTML, CSS, WAI, and RSS web feed links.
* Display image dimensions, file sizes, path information, and alternate (ALT) text.
* Immediately resize the browser window to a new resolution.
* Selectively clear the browser cache and saved cookies. Choose from all objects or those associated with a given domain.
* Display a fully featured design ruler to help accurately align and measure objects on your pages.
* Find the style rules used to set specific style values on an element.
* View the formatted and syntax colored source of HTML and CSS.

yui-ext

Thursday, January 25th, 2007

출처: http://blog.naver.com/shinstudio/50013543712

아마 많은 분들은 이미 yahoo user interface프레임워크에 대해 알고 있을 것이다. Jack이란 개발자는 이 야후 프레임워크를 확장하여 자신만의 user interface프레임워크를 제작하였다. 현제 버전은 0.33뿐이지만 자바스크립 UI콤포넌트의 완성도는 매우 높다.
http://www.yui-ext.com/deploy/yui-ext/docs/ 이곳에 간후, 왼쪽에 있는 Examples and Demo에서 예제들을 볼 수 있다.

출처 : http://ui-blog.com/2007/01/25/yui-ext/

아웃룩 2007과 HTML/CSS 렌더링

Sunday, January 14th, 2007

아웃룩 2007은 워드 2007의 HTML 렌더링 엔진을 사용하는데, 이놈이 몇몇 태그와 속성, 스타일을 지원하지 않아서 문제가 될듯 하네요.

script, object, param 등의 태그를 지원하지 않는 것은 보안문제로 그럴 수 있다고 생각되긴 하지만… input, button, select 등의 폼 관련 태그들조차 지원하지 않는다니… ㅠㅠ

게다가 onclick, onmouseover 등의 이벤트들도 모두 사용할 수 없으므로, 자바스크립트는 아예 사용이 불가능 할것으로 보이네요.

더운 문제는 float, clear, position 등 div를 이용한 레이아웃을 잡는데 많이 사용되는 스타일들을 지원하지 않으며, background-image, background-position, background-repeat 와 같은 스타일 조차 지원하지 않는군요.

결국 이메일 뉴스레터 등을 제작할 때는 스크립트 및 스타일은 자제하고,
이미지를 잘라서 테이블에 앉히는 방식을 계속 사용할 수 밖에 없을것 같네요.

아래 링크에서 지원되는 또는 지원되지않는 태그, 속성, 스타일 들을 확인할 수 있습니다.
Word 2007 HTML and CSS Rendering Capabilities in Outlook 2007 (Part 1 of 2)

아래 링크에서는 제작된 이메일을 점검할 수 있는 HTML and CSS Validator에 대한 설명을 볼 수 있습니다.
Word 2007 HTML and CSS Rendering Capabilities in Outlook 2007 (Part 2 of 2)

IE 개발자 툴바 베타 3

Wednesday, January 10th, 2007

1월 9일 IE 개발자 툴바 베타 3가 공개되었습니다.
IE7에 맞춰서 개선작업이 이루어진듯 한 인상이네요.

우선 UI가 변경되어, 기존에 메뉴가 주욱 나열된 UI를 버리고, 툴바에는 하나의 버튼만을 배치했네요. 이 버튼을 클릭하여 브라우저 하단에 패널을 온/오프 할 수있게 하고, 모든 기능들은 패널에서 제어하도록 바뀌었군요.

또한 특정 스타일이 화면의 어느 부분에 적용되고 있는지 쉽게 파악할 수 있는 Style Tracer 기능이 새로 추가되었으며, 특정 스타일이 얼마나 많이 사용되고 있는지 알려주는 Style Selector Matches기능도 추가되었습니다.

마지막으로 컬러링된 소스 보기도 추가되었습니다.

Internet Explorer Developer Toolbar Beta 3

IE7 favicon 적용 방식 변경

Monday, November 13th, 2006

기존의 IE는 사이트를 즐겨찾기에 추가해야 favicon이 표시되었으나,
IE7에서는 favicon을 사용하는 사이트에 접속하기만 해도 아이콘이 표시되며,
탭에도 아이콘을 표시해 준다고 하네요.

favicon 지원 브라우저 표

출처: Information Gift