<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.4" -->
<rss version="0.92">
<channel>
	<title>wowmac</title>
	<link>http://service.wowmac.com</link>
	<description>wowmac's blog</description>
	<lastBuildDate>Wed, 01 Jul 2009 06:32:10 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>택배사별 조회창 주소</title>
		<description>우체국택배
http://service.epost.go.kr/trace.RetrieveRegiPrclDeliv.postal?sid1=

대한통운
http://www.doortodoor.co.kr/servlets/cmnChnnel?tc=dtd.cmn.command.c03condiCrg01Cmd&#38;invc_no=

한진택배
http://www.hanjin.co.kr/Delivery_html/inquiry/result_waybill.jsp?wbl_num=

로젠택배
http://d2d.ilogen.com/d2d/delivery/invoice_tracesearch_quick.jsp?slipno=

현대택배
http://www.hlc.co.kr/hydex/jsp/tracking/trackingViewCus.jsp?InvNo=

KG옐로우캡택배
http://www.yellowcap.co.kr/custom/inquiry_result.asp?invoice_no=

KGB택배
http://www.kgbls.co.kr/sub5/trace.asp?f_slipno=

EMS
http://service.epost.go.kr/trace.RetrieveEmsTrace.postal?ems_gubun=E&#38;POST_CODE=

DHL
http://www.dhl.co.kr/publish/kr/ko/eshipping/track.high.html?pageToInclude=RESULTS&#38;type=fasttrack&#38;AWB=

한덱스
http://ptop.e-handex.co.kr:8080/jsp/tr/detailSheet.jsp?iSheetNo=

FedEx
http://www.fedex.com/Tracking?ascend_header=1&#38;clienttype=dotcomreg&#38;cntry_code=kr&#38;language=korean&#38;tracknumbers=

동부익스프레스
http://www.dongbuexpress.co.kr/Html/Delivery/DeliveryCheck.jsp?search_item_no=

CJ GLS
http://www.cjgls.co.kr/kor/service/service02_01.asp?slipno=

SC 로지스
https://www.sc-logis.co.kr/new/search_result.asp?awbino=

UPS
http://www.ups.com/WebTracking/track?loc=ko_KR&#38;InquiryNumber1=

하나로택배
http://www.hanarologis.com/branch/chase/listbody.html?a_gb=center&#38;a_cd=4&#38;a_item=0&#38;fr_slipno=

대신택배
http://home.daesinlogistics.co.kr/daesin/jsp/d_freight_chase/d_general_process2.jsp? </description>
		<link>http://service.wowmac.com/archives/163</link>
			</item>
	<item>
		<title>그림 크기조절 스크립트</title>
		<description>&#60;html&#62;
&#60;script language='javascript'&#62;
function resize(name){
w = eval("document."+name+".width");
h = eval("document."+name+".height");

maxWidth = 150;
maxHeight = 150;

if(w &#62; maxWidth &#124;&#124; h &#62; maxHeight){
if(w &#62; h){
nw = maxWidth;
nh = Math.round((h*nw)/w);
}else{
nh = maxHeight;
nw = Math.round((nh*w)/h);
}
}else{
nw = w;
nh = h;
}

eval("document."+name+".height="+nh);
eval("document."+name+".width="+nw);
}
&#60;/script&#62;
&#60;body topmargin=0 leftmargin=0 marginwidth=0 marginheight=0 &#62;
&#60;table cellspacing=0 cellpadding=0 width=100% height=100% border=0&#62;
&#60;tr&#62;&#60;td align=center valign=middle&#62;
&#60;img src='http://blogfiles2.naver.net/data33/2008/4/27/241/%BB%E7%C1%F8%B1%E21_sophie1982.jpg' name='a'onload='resize("a")'&#62;
&#60;/td&#62;&#60;/tr&#62;&#60;/table&#62;
&#60;/body&#62;
&#60;/html&#62; </description>
		<link>http://service.wowmac.com/archives/147</link>
			</item>
	<item>
		<title>플렉스 관련 사이트</title>
		<description> Adobe Flex 공식사이트 http://www.adobeflex.co.kr/ 어도비의 공식 Flex 사이트 (11/12). 여러가지 쇼케이스를 통해 RIA 환경을 체험해 볼 수 있으며, 컴포넌트 코드 실시간 컴파일 서비스 등의 서비스를 제공합니다. Flex Developer Center http://www.adobe.com/devnet/flex/ Adobe에서 제공하는 Flex Developer Center사이트입니다. 꼭 Flex로 개발을 하지 않더라도, Samples에 구현되어있는 Flex demo applications을 보시면 가까운 미래의 웹의 ...</description>
		<link>http://service.wowmac.com/archives/146</link>
			</item>
	<item>
		<title>파일리스트 출력</title>
		<description> Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Directory\shell\File List] @="파일 리스트 만들기" [HKEY_CLASSES_ROOT\Directory\shell\File List\command] @="cmd.exe /c dir /s/a/b/on &#62;&#62; FileList.txt" [HKEY_CLASSES_ROOT\Drive\shell\File List] @="File List" [HKEY_CLASSES_ROOT\Drive\shell\File List\command] @="cmd.exe /c dir /s/a/b/on &#62;&#62; FileList.txt"  메모장이나 비슷한 메모장류 프로그램으로 위내용을 입력 확장자 reg 로 저장한 다음 reg 파일을 더블클릭 레지스트리에 입력합니다...., 그다음 자기가 ...</description>
		<link>http://service.wowmac.com/archives/144</link>
			</item>
	<item>
		<title>슬라이딩 메뉴 스크립트 [세로]</title>
		<description> &#60;script type="text/javascript"&#62; &#60;!-- function slide(Id, interval, to) { var obj = document.getElementById(Id); var H, step = 5; if (obj == null) return; if (to == undefined) { // user clicking if (obj._slideStart == true) return; if (obj._expand == true) { to = 0; obj.style.overflow = "hidden"; } else { ...</description>
		<link>http://service.wowmac.com/archives/115</link>
			</item>
</channel>
</rss>
