'form'에 해당되는 글 4건
- 2009/03/12 How to set css style on disabled FORM INPUT Tag
- 2007/09/12 Moss Authentication Active directory
- 2007/09/11 Active Directory를 이용한 Form Authentication의 접근 방향
- 2007/09/07 MOSS Form based authentication
잘 모르던 내용인데 Google Chrome 내에 있는 라이브러리를 보다가 알게 되었네요.
textarea:disabled,
input:not([type]):disabled,
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="search"]:disabled {
background-color: #EBEBE4;
}
위와 같이 테그에 type 속성을 xpath 잡는 방식으로 잡네요. 그리고 그 뒤의 다른 속성 지정방식은 일반 CSS에서 하는 방식과 같으니 중요하진 않네요 ㅎㅎ
모르셨던 분들은 메모해두시길 ^ ^
'Web > CSS' 카테고리의 다른 글
| UX를 편리하게 하기 위한 7 CSS 팁 (0) | 2010/02/03 |
|---|---|
| How to set css style on disabled FORM INPUT Tag (0) | 2009/03/12 |
| CSS 범위 넘어가는 글자에 자동으로 ... 붙이는 방법 (3) | 2009/02/09 |
| 버튼을 CSS로 이쁘게~ (0) | 2008/06/21 |
| IE 6에서 나타나는 배경이미지 깜빡임 현상 수정 (2) | 2008/01/28 |
| DIV를 이용해 가운데 정렬 (1) | 2008/01/24 |
이 포스팅이 도움이 되었다면 구글에서 관련 정보를 찾아 보세요 ^^
Authentication samples
http://technet2.microsoft.com/Office/en-us/library/23b837d1-15d9-4621-aa0b-9ce3f1c7153e1033.mspx?mfr=true
Use Forms Authentication with SQL Server in ASP.NET 2.0
http://msdn2.microsoft.com/en-us/library/ms998317.aspx
Active Directory Role provider
http://www.codeplex.com/adrp
http://technet2.microsoft.com/Office/en-us/library/23b837d1-15d9-4621-aa0b-9ce3f1c7153e1033.mspx?mfr=true
Use Forms Authentication with SQL Server in ASP.NET 2.0
http://msdn2.microsoft.com/en-us/library/ms998317.aspx
Active Directory Role provider
http://www.codeplex.com/adrp
'Microsoft > SPS/MOSS' 카테고리의 다른 글
| MOSS 데이터가 저장되는 테이블들 (0) | 2007/09/14 |
|---|---|
| CAML XML Editor (0) | 2007/09/13 |
| Moss Authentication Active directory (0) | 2007/09/12 |
| Active Directory를 이용한 Form Authentication의 접근 방향 (0) | 2007/09/11 |
| MOSS Form based authentication (0) | 2007/09/07 |
| Active directory how to (0) | 2007/09/06 |
이 포스팅이 도움이 되었다면 구글에서 관련 정보를 찾아 보세요 ^^
2007/09/11 14:11
Active Directory를 이용한 Form Authentication의 접근 방향
2007/09/11 14:11 in Microsoft/SPS/MOSS

http://www.codeplex.com/adrp Active Directory Role provider
http://technet2.microsoft.com/windowsserver/WSS/en/library/b6bc8fec-c11c-4ed7-a78d-3ad61c7ef6c01033.mspx?mfr=true MOSS Authentication Provider samples
여전히 어려운 MOSS
인증의 방법에는 AD나 SQL 멤버십 프로바이더를 자주 사용하지만 AD 관련된 내용이 많이 부족하다.
AD로 해봤으면 하는데 어떻게 방법이 없을지...
누가 아시는분들 좋은 정보좀 주세요 ㅠ
http://technet2.microsoft.com/windowsserver/WSS/en/library/b6bc8fec-c11c-4ed7-a78d-3ad61c7ef6c01033.mspx?mfr=true MOSS Authentication Provider samples
여전히 어려운 MOSS
인증의 방법에는 AD나 SQL 멤버십 프로바이더를 자주 사용하지만 AD 관련된 내용이 많이 부족하다.
AD로 해봤으면 하는데 어떻게 방법이 없을지...
누가 아시는분들 좋은 정보좀 주세요 ㅠ
'Microsoft > SPS/MOSS' 카테고리의 다른 글
| CAML XML Editor (0) | 2007/09/13 |
|---|---|
| Moss Authentication Active directory (0) | 2007/09/12 |
| Active Directory를 이용한 Form Authentication의 접근 방향 (0) | 2007/09/11 |
| MOSS Form based authentication (0) | 2007/09/07 |
| Active directory how to (0) | 2007/09/06 |
| Active Directory ㅠ_ㅠ (0) | 2007/09/06 |
이 포스팅이 도움이 되었다면 구글에서 관련 정보를 찾아 보세요 ^^
http://www.codeplex.com/MOSSFormsFeature/Release/ProjectReleases.aspx?ReleaseId=1766
http://weblog.vb-tech.com/nick/archive/2006/06/14/1617.aspx
aspnet_regsql을 이용해 sql membership provider를 이용하는 문제 때문에 사용자 정보를 커스터마이즈 하기는 쉽지 않지만, 그래도 사용되는 것들중에는 이 방법이 가장 편하지 않은가 생각한다.
http://weblog.vb-tech.com/nick/archive/2006/06/14/1617.aspx
aspnet_regsql을 이용해 sql membership provider를 이용하는 문제 때문에 사용자 정보를 커스터마이즈 하기는 쉽지 않지만, 그래도 사용되는 것들중에는 이 방법이 가장 편하지 않은가 생각한다.
'Microsoft > SPS/MOSS' 카테고리의 다른 글
| Moss Authentication Active directory (0) | 2007/09/12 |
|---|---|
| Active Directory를 이용한 Form Authentication의 접근 방향 (0) | 2007/09/11 |
| MOSS Form based authentication (0) | 2007/09/07 |
| Active directory how to (0) | 2007/09/06 |
| Active Directory ㅠ_ㅠ (0) | 2007/09/06 |
| MOSS 테크넷 (0) | 2007/09/05 |
이 포스팅이 도움이 되었다면 구글에서 관련 정보를 찾아 보세요 ^^
Prev




