Points to Pixels

Approximate Conversion from Points to Pixels (and Ems and %) Here’s a chart that converts points to pixels (and ems and %). It’s an approximation, …

동영상 분할 및 병합하기

두 개의 동영상 병합 copy /b a.avi + b.avi merge.avi mencoder -ovc copy -oac copy merge.avi -o out.avi 설명: copy 명령으로 두 동영상을 하나의 파일로 만들고, mencoder을 이용하여 인덱스를 재생성(일반 파일의 경 …

AllowScriptAccess – FLASH

XSS(Cross Site Scripting) 해킹을 방지하기 위한 하나의 방법 Using AllowScriptAccess to control outbound scripting from Macromedia Flash The AllowScriptAccess parameter of the …

Microsoft ActiveX 활성화 반드시 필요…

이제 웹페이지내에 임베딩된 ActiveX 사용시 반드시 그 컨트롤을 클릭해야만 ActiveX가 동작된다고 하네요.. 언제부터 시작될런지.. 한 동안 머리 아파지겠네요.. ActiveX로 도배를 한 사이트의 경우 그냥 전용 웹브라우저를 하나 만들어 사용하는 편이 낫겠다는 생각이 드네요.. …

SQL Server Linked Server 사용

SQL Server에 링크 서버를 생성하여 이용하기 위한 방법… SQL Server에서 SQL Server 링크 서버 생성 USE master GO — To use named parameters: EXEC sp_addlinkedserver @server = ‘linkDB’, …