! Choose language
選擇你的語言
close  
 Language 

BLOG

  • HTML tip o' the day

    2008-08-21 7:49AM / 標準BLOG / 會員可以看
    1個評論

    tags. Always check ‘em, people…</p> <p><a target="_blank" href="http://piercecountyalliance.org"><a href="http://piercecountyalliance.org" target="_blank">http://piercecountyalliance.org</a></a></p> <p><a target="_blank" href="http://gigharborfilmfestival.org"><a href="http://gigharborfilmfestival.org" target="_blank">http://gigharborfilmfestival.org</a></a></p> <p>The more you know…♫</p></p> <div class="xspace-imginlog"> </div> <div class="xspace-itemlinks" style="clear: both;"> </div> </li><!--/ xspace-itemmessage--> </ul><!--/ xspace-showmessage--> <div class="xspace-blockbottom"></div> <div id="comments"> <h3 class="xspace-blocktitle"> BLOG評論 (1) </h3> <ul class="xspace-itemlist"> <li id="xspace-itemform" class="xspace-loglist listlast"> <form name="commentform" id="xspace-commentform" action="/batch.comment.php" method="post"> <input type="hidden" name="submitcomment" value="1" /> <fieldset> <div class="xspace-noticemsg"> 添加評論請先<a href="/login.html?refer=%2Fweskim%2FHTML-tip-o-the-day-profile-262638.html#xspace-itemform">登錄</a>或<a href="/register.html?u_36647_norefer_1">免費註冊</a></div> </fieldset> </form> </li> <!--/allowreply--><li id="xspace-comment364000" class="xspace-loglist listlast "> <div class="xspace-entryphoto"> <a href="/rottendoubt"><img src="/user/20/photo_20.jpg?1271087750" alt="rottendoubt" class=" flameavatar " width="100" height="75" border="0" /></a> </div> <div class="xspace-entrytitle"> <a href="/membership.php" title=""火焰幫"會員資格"><img src="/images/flames/flame_dec_small.gif" class="iconartistsm xspace-usericon" width=13 height=13 align="absmiddle" border="0" /></a> <a href="/rottendoubt" class="xspace-entryauthor" >rottendoubt</a><div class="xspace-smalltxt"> 留言於2008-08-21 12:56PM [<a href="/action_report.html?refer=%2Fweskim%2FHTML-tip-o-the-day-profile-262638.html%3Fauthorid%3D20%23xspace-comment364000">举报</a>] </div> <div class="xspace-itemmessage">thanks for the tip</div><div class="xspace-itemlinks" style="margin-top: 4px;"> </div> </div> </li> </ul><!--/xspace-itemlist--> <div class="xspace-blockbottom"></div> </div><!--/comments--> <div id="newentries"> <h3 class="xspace-blocktitle"> <a href="/weskim/blog.html">所有BLOG</a> <a href="/weskim/blog.html" class="more">更多BLOG ></a> </h3> <ul class="xspace-itemlist"><li class="xspace-loglist "> <h4 class="xspace-entrytitle"><a href="/weskim/Ew-Gah-WTF-is-wrong-with-you-people-Put-a-shirt-on--profile-505486.html">Ew! Gah!! WTF is wrong with you people?!! Put a @#$% shirt on,...</a> </h4> <p class="xspace-smalltxt">2009-02-21 11:31AM </p> </li> <li class="xspace-loglist "> <h4 class="xspace-entrytitle"><a href="/weskim/youlookmarvelous-Worth-all-9-36-This-is-how-you-win-at--profile-504486.html">youlookmarvelous: Worth all 9:36 This is how you win at...</a> </h4> <p class="xspace-smalltxt">2009-02-20 12:22PM </p> </li> <li class="xspace-loglist "> <h4 class="xspace-entrytitle"><a href="/weskim/Children-children-children-are-the-future-Kids--profile-500626.html">Children, children, children are the future! Kids!</a> </h4> <p class="xspace-smalltxt">2009-02-16 6:44AM (1 個評論) </p> </li> <li class="xspace-loglist "> <h4 class="xspace-entrytitle"><a href="/weskim/LOST-profile-496226.html">LOST</a> </h4> <p class="xspace-smalltxt">2009-02-12 1:43PM </p> </li> <li class="xspace-loglist listlast "> <h4 class="xspace-entrytitle"><a href="/weskim/-CANTINA-The-current-management-of-this-rather-seedy-venue-doesn-t-much-care-about-appearances--profile-488804.html">"CANTINA The current management of this rather seedy venue doesn’t much care about appearances,..."</a> </h4> <p class="xspace-smalltxt">2009-02-05 7:21AM </p> </li> </ul> <div class="xspace-blockbottom"></div> </div> <script language="javascript" type="text/javascript"> <!-- function deletecomment(cid) { if( confirm('刪除該評論?') ) { var myXHR = new XHR({method: 'get', 'onSuccess':function() { var s=myXHR.response.xml; alert(s.lastChild.firstChild.nodeValue); }}).send('/batch.comment.php?action=delete&cid='+cid); } } function newseccode(obj) { obj.src='/batch.seccode.php?'+Math.random(1); } //addImgLink("xspace-showmessage"); addMediaAction('xspace-showmessage'); //--> </script><script language="javascript" type="text/javascript"> var siteUrl=''; function photowidget_tagRemove(tagid) { var url=siteUrl+'/batch.photowidget.php?tagid='+tagid+'&type=remove'; ajax_json_handler(url,undefined,true); return true; } function photowidget_tagWrite(aid,taginfo) { //taginfo contains: x,y,keyword,email,uid var url=siteUrl+'/batch.photowidget.php?aid='+aid+'&type=tag'; url+='&x='+taginfo.x; url+='&y='+taginfo.y; url+='&keyword='+encodeURIComponent(taginfo.keyword); if (taginfo.email) url+='&email='+encodeURIComponent(taginfo.email); if (taginfo.uid) url+='&uid='+taginfo.uid; if (taginfo.origtagid) url+='&origtagid='+taginfo.origtagid; var retVal; var handled; var handler=function(data) { retVal=data; handled=1; } ajax_json_handler(url,handler,true); return retVal; } function photowidget_commentWrite(aid,commentInfo) { var retVal; var handler=function(retObj) { if (retObj) retVal=retObj; else retVal=retObj; } var url=siteUrl+'/batch.photowidget.php?aid='+aid+'&type=comment'+ '&captcha='+encodeURIComponent(commentInfo.captcha)+ '&comment='+encodeURIComponent(commentInfo.comment); if (commentInfo.subscribe) url+='&subscribe=1'; ajax_json_handler(url,handler,true); return retVal; } //expects [{thumburl,uid,comment,username,formatteddate},...] function photowidget_commentRead(aid,completionHandler) { var retVal=true; var url=siteUrl+'/batch.photowidget.php?aid='+aid+ '&type=readcomments'; ajax_json_handler(url,completionHandler,false); return retVal; } function photowidget_removeHandler(type,param1,param2,param3) { if (type=='tag') return photowidget_tagRemove(param1); } function photowidget_saveHandler(type,param1,param2,param3) { if (type=='tag') return photowidget_tagWrite(param1,param2); else if (type=='comment') return photowidget_commentWrite(param1,param2); } function photowidget_readHandler(type,param1,param2,param3) { if (type=='comments') { return photowidget_commentRead(param1,param2); } } ANDPhotoWidget.setStrings('{"me":"\\u6211","you":"\\u60a8","subscribe":"\\u8a02\\u95b1\\u66f4\\u65b0","tag_click":"\\u9ede\\u64ca\\u5716\\u50cf\\u8f38\\u5165\\u6a19\\u7c3d\\uff0c\\u9ede\\u64ca\\u9019\\u88cf\\u7d50\\u675f","cancelbtn":"\\u53d6\\u6d88","tagbtn":"\\u6a19\\u7c3d","tagprompt":"\\u8f38\\u5165\\u59d3\\u540d\\u6216\\u6a19\\u7c3d","tagprompt2":"\\u9078\\u64c7\\u4e00\\u500b\\u5c0d\\u8c61","comments":"\\u8a55\\u8ad6","link":"\\u5206\\u4eab","new_window":"\\u7a97\\u53e3","new_windowDesc":"\\u5275\\u5efa\\u4e00\\u500b\\u65b0\\u7a97\\u53e3","backtogallery":"\\u76f8\\u518a","backtogalleryDesc":"\\u8fd4\\u56de\\u76f8\\u518a","prev":"\\u4e0a\\u4e00\\u500b","prevDesc":"\\u5230\\u4e0a\\u4e00\\u5f35\\u5716\\u7247","next":"\\u4e0b\\u4e00\\u500b","nextDesc":"\\u5230\\u4e0b\\u4e00\\u5f35\\u5716\\u7247","jump":"\\u8df3\\u5230","jumpDesc":"\\u8df3\\u5230\\u76f8\\u518a\\u7684\\u4e00\\u5f35\\u5716\\u7247","comment":"\\u8a55\\u8ad6","commentErr":"\\u63d0\\u4ea4\\u8a55\\u8ad6\\u5931\\u6557","commentSeccodeErr":"\\u9a57\\u8b49\\u78bc\\u932f\\u8aa4\\uff01","commentLengthErr":"\\u5c0d\\u4e0d\\u8d77\\uff0c\\u60a8\\u8f38\\u5165\\u7684\\u5167\\u5bb9\\u9577\\u5ea6\\u4e0d\\u7b26\\u5408\\u8981\\u6c42\\uff0c\\u8acb\\u8fd4\\u56de\\u6aa2\\u67e5","commentSuccess":"\\u63d0\\u4ea4\\u8a55\\u8ad6\\u6210\\u529f\\uff01","tag":"\\u6a19\\u7c3d","gallery":"\\u8df3\\u5230","link_album":"\\u76f8\\u518aURL","link_image":"\\u5716\\u8c61URL","link_privacy":"\\u79c1\\u5bc6\\u8a2d\\u5b9a","link_privacy_desc":"\\u53d6\\u6d88\\u8a72\\u93c8\\u63a5\\u7684\\u79c1\\u5bc6\\u8a2d\\u7f6e\\u5c07\\u5141\\u8a31\\u5176\\u4ed6\\u4eba\\u901a\\u904e\\u8a72\\u93c8\\u63a5\\u67e5\\u770b\\u4f60\\u6a19\\u8a18\\u70ba\\u79c1\\u5bc6\\u7684\\u76f8\\u7247","ok":"\\u78ba\\u5b9a","submit":"\\u63d0\\u4ea4","cancel":"\\u53d6\\u6d88","add_comment":"\\u8f38\\u5165\\u4f60\\u7684\\u8a55\\u8ad6","email":"\\u8f38\\u5165<replace>\\u90f5\\u7bb1","privacytag":"\\u56e0\\u79c1\\u5bc6\\u8a2d\\u5b9a\\u7121\\u6cd5\\u6a19\\u8a18\\u8a72\\u7528\\u6236","photos":"\\u5716\\u7247","remove":"\\u79fb\\u9664","nocomments":"\\u7121\\u8a55\\u8ad6","own_picture":"\\u4f60","owner":"\\u76f8\\u7247\\u4e3b\\u4eba","album":"\\u76f8\\u518a","blog":"BLOG","in_photo":"\\u672c\\u5716\\u7247\\u4e2d","remove_verify":"\\u4f60\\u78ba\\u5b9a\\u522a\\u9664\\u8a72\\u95dc\\u9375\\u8a5e\\uff1f","zoom":"\\u539f\\u59cb\\u5927\\u5c0f","zoomDesc":"\\u67e5\\u770b\\u539f\\u59cb\\u5716\\u8c61","by":"\\u7531 "}');var myelem; myelem=undefined; if (!myelem) myelem=document.getElementById('wrap'); var imageframe=new ANDPhotoWidget(photowidget_saveHandler,photowidget_readHandler,photowidget_removeHandler,myelem,0); imageframe.setDimensions(400,300);imageframe.setPaths('/','/images/photowidget/'); var captcha="\t\t<p class=\"xspace-seccodeline\">\n\t <label for=\"xspace-seccode\">\u9a57\u8b49<\/label><br \/>\n\t\t<input type=\"text\" size=\"4\" maxlength=\"4\" id=\"xspace-seccode\" name=\"seccode\" class=\"inputText\" value=\"\" \/>\n\t\t<label for=\"xspace-seccode\"><img id=\"xspace-imgseccode\" src=\"\/batch.seccode.php\" onclick=\"javascript:newseccode(this);\" alt=\"seccode\" title=\"\u770b\u4e0d\u6e05\uff1f\u9ede\u64ca\u63db\u4e00\u500b\" \/><\/label><br \/>\n\t\t<span class=\"xspace-smalltxt\">\u770b\u4e0d\u6e05\uff1f\u9ede\u64ca\u63db\u4e00\u500b<\/span>\n\t\t<\/p>"; var options; imageframe.init(captcha); imageframe.setImageData('');imageframe.setTagInfo('');</script></div> </div> <!--xspacedivisionsidearea--> <div id="sideright" class="sidearea"> <div id="avatar" class="xspace-sideblock"> <div id="xspace-avatar"> <p> <a href="/weskim/details.html" class="xspace-username">Wes Kim</a> </p> <p><a href="/weskim/details.html"><img src="/user/47/photo_36647.jpg" alt="weskim" class="xspace-headshot" /></a></p> <p><a href="/artists.html" title="藝術家空間"><img src="/images/tc-icon_artist.gif" class="iconartist" alt="藝術家空間" /></a></p> </div> <div class="xspace-blockbottom"></div> </div> <div id="infomation" class="xspace-sideblock"> <h3 class="xspace-blocktitle">统计信息</h3> <ul class="xspace-list"><li class="xspace-about" style="text-align: justify; padding-right: 15px;"><div id="about_me_short">flickr</div> </li> <li><strong>職業:</strong>  <a href="/artists-cat-director.html">導演</a> </li> <li><strong>性別:</strong> 男<li><strong>查看:</strong> 162,003</li></ul> <div class="xspace-blockbottom"></div> </div> <div id="action" class="xspace-sideblock"> <h3 class="xspace-blocktitle">用戶菜單</h3> <ul id="xspace-action"> <li><a class="xspace-actionlink xspace-addfan" href="/login.html?u_36647_norefer_1">成為粉絲</a></li> <li><a class="xspace-actionlink xspace-addfan" href="/spacecp.php?action=contacts&art=promote&uid=36647">推廣該藝術家</a></li> <!-- // bookings button goes here --> <li><a class="xspace-sendpm" href="mailto:booking@alivenotdead.com?subject=alivenotdead.com Booking Enquiry &body=Please complete the following information and submit via email and a representative of alivenotdead.com will follow up with you shortly:%0A%0A Artist Name: Wes Kim %0A Job Name:%0A Job Date:%0A Job Location:%0A Job Description:%0A Proposed Compensation:%0A Contact Name:%0A Contact Email:%0A Contact Phone:%0A %0A A follow-up email will be sent to confirm your enquiry before the booking proceeds. By using this service you agree to book the artist through alivenotdead.com, who will take 10% of the agreed upon compensation as commission.%0A ">Book this artist</a></li> <!-- //OLIVIER: END OF CHANGES --> <li><a class="xspace-message" href="/weskim/guestbook.html#xspace-itemform">給我留言</a></li> <!-- //EDWARD: END OF CHANGES --> </ul> <div class="xspace-blockbottom"></div> </div> <div id="rss" class="xspace-sideblock"> <h3 class="xspace-blocktitle">RSS訂閱</h3> <ul class="xspace-list"> <li class="xspace-logo"> <a href="/weskim/rss.html?type_blog"> <img src="/images/default/rss.gif" alt="RSS訂閱" border="0" /></a> </li> </ul> <div class="xspace-blockbottom"></div> </div> <!-- // SPOTLIGHT / AD --> <div id="topfans" class="xspace-sideblock"> <h3 class="xspace-blocktitle"> <a href="/weskim/my-fans.html"> 我的粉絲</a> </h3> <ul class="xspace-list"> <table border=0 cellspacing=0 cellpadding=0><tr valign="top"><tr valign="top"> <td><li class="xspace-avatarlist xspace-imgstyle"> <a href="/christashima" title="Chris Tashima"><img src="/user/66/photo_47366.jpg?1278202922" alt="Chris Tashima" /></a> <p><a href="/help.html#2" title="藝術家空間"><img src="/images/icon_artist_sm.gif" class="iconartistsm xspace-usericon" width=13 height=13 alt="藝術家空間" align="absmiddle" border="0" /></a> <a href="/christashima" >Chris Tashima</a></p> </li></td><td><li class="xspace-avatarlist xspace-imgstyle"> <a href="/generhee" title="Gene Rhee"><img src="/user/29/photo_69529.jpg" alt="Gene Rhee" /></a> <p><a href="/help.html#2" title="藝術家空間"><img src="/images/icon_artist_sm.gif" class="iconartistsm xspace-usericon" width=13 height=13 alt="藝術家空間" align="absmiddle" border="0" /></a> <a href="/generhee" >Gene Rhee</a></p> </li></td></tr><tr valign="top"> <td><li class="xspace-avatarlist xspace-imgstyle"> <a href="/andrew" title="Andrew Lin | 連凱 | 连凯"><img src="/user/23/photo_23.jpg?1249489560" alt="Andrew Lin | 連凱 | 连凯" /></a> <p><a href="/help.html#2" title="藝術家空間"><img src="/images/icon_artist_sm.gif" class="iconartistsm xspace-usericon" width=13 height=13 alt="藝術家空間" align="absmiddle" border="0" /></a> <a href="/andrew" > 連凱 </a></p> </li></td><td><li class="xspace-avatarlist xspace-imgstyle"> <a href="/ksenia" title="Ksenia Dzhalaganiya | 西妮娅"><img src="/user/73/photo_69973.jpg?1399963527" alt="Ksenia Dzhalaganiya | 西妮娅" /></a> <p><a href="/help.html#2" title="藝術家空間"><img src="/images/icon_artist_sm.gif" class="iconartistsm xspace-usericon" width=13 height=13 alt="藝術家空間" align="absmiddle" border="0" /></a> <a href="/ksenia" > 西妮娅</a></p> </li></td></tr><tr valign="top"> <td><li class="xspace-avatarlist xspace-imgstyle"> <a href="/alanleung" title="Alan Leung | 梁二"><img src="/user/81/photo_64681.jpg" alt="Alan Leung | 梁二" /></a> <p><a href="/help.html#2" title="藝術家空間"><img src="/images/icon_artist_sm.gif" class="iconartistsm xspace-usericon" width=13 height=13 alt="藝術家空間" align="absmiddle" border="0" /></a> <a href="/alanleung" > 梁二</a></p> </li></td><td><li class="xspace-avatarlist xspace-imgstyle"> <a href="/shanchen" title="Shan Chen | 陳珊 | 陈珊"><img src="/user/33/photo_23833.jpg?1271721340" alt="Shan Chen | 陳珊 | 陈珊" /></a> <p><a href="/help.html#2" title="藝術家空間"><img src="/images/icon_artist_sm.gif" class="iconartistsm xspace-usericon" width=13 height=13 alt="藝術家空間" align="absmiddle" border="0" /></a> <a href="/shanchen" > 陳珊 </a></p> </li></td></tr></table> <li class="xspace-blockfooter"><a href="/weskim/my-fans.html">全部查看 (109) ></a></li> </ul> <div class="xspace-blockbottom"></div> </div> <div id="fan_of" class="xspace-sideblock"> <h3 class="xspace-blocktitle"> <a href="/weskim/I-am-fan-of.html">我是粉絲</a> </h3> <ul class="xspace-list"> <table border=0 cellspacing=0 cellpadding=0><tr valign="top"><tr valign="top"> <td><li class="xspace-avatarlist xspace-imgstyle"> <a href="/kellyhu" title="Kelly Hu | 胡凱莉 | 胡凯莉"><img src="/user/14/photo_14.jpg" alt="Kelly Hu | 胡凱莉 | 胡凯莉" /></a> <p><a href="/help.html#2" title="藝術家空間"><img src="/images/icon_artist_sm.gif" class="iconartistsm xspace-usericon" width=13 height=13 alt="藝術家空間" align="absmiddle" border="0" /></a> <a href="/kellyhu" > 胡凱莉 </a></p> </li></td><td><li class="xspace-avatarlist xspace-imgstyle"> <a href="/reefcheck" title="Reef Check"><img src="/user/40/photo_78540.jpg" alt="Reef Check" /></a> <p><a href="/help.html#2" title="藝術家空間"><img src="/images/icon_artist_sm.gif" class="iconartistsm xspace-usericon" width=13 height=13 alt="藝術家空間" align="absmiddle" border="0" /></a> <a href="/reefcheck" >Reef Check</a></p> </li></td></tr><tr valign="top"> <td><li class="xspace-avatarlist xspace-imgstyle"> <a href="/pingpongplaya" title="Ping Pong Playa"><img src="/user/25/photo_208525.jpg" alt="Ping Pong Playa" /></a> <p><a href="/help.html#2" title="藝術家空間"><img src="/images/icon_artist_sm.gif" class="iconartistsm xspace-usericon" width=13 height=13 alt="藝術家空間" align="absmiddle" border="0" /></a> <a href="/pingpongplaya" >Ping Pong Playa</a></p> </li></td><td><li class="xspace-avatarlist xspace-imgstyle"> <a href="/generhee" title="Gene Rhee"><img src="/user/29/photo_69529.jpg" alt="Gene Rhee" /></a> <p><a href="/help.html#2" title="藝術家空間"><img src="/images/icon_artist_sm.gif" class="iconartistsm xspace-usericon" width=13 height=13 alt="藝術家空間" align="absmiddle" border="0" /></a> <a href="/generhee" >Gene Rhee</a></p> </li></td></tr><tr valign="top"> <td><li class="xspace-avatarlist xspace-imgstyle"> <a href="/ftgmovie" title="Finishing The Game"><img src="/user/28/photo_34328.jpg" alt="Finishing The Game" /></a> <p><a href="/help.html#2" title="藝術家空間"><img src="/images/icon_artist_sm.gif" class="iconartistsm xspace-usericon" width=13 height=13 alt="藝術家空間" align="absmiddle" border="0" /></a> <a href="/ftgmovie" >Finishing The Game</a></p> </li></td><td><li class="xspace-avatarlist xspace-imgstyle"> <a href="/mrkangsta" title="Sung Kang"><img src="/user/22/photo_34322.jpg?1302267836" alt="Sung Kang" /></a> <p><a href="/help.html#2" title="藝術家空間"><img src="/images/icon_artist_sm.gif" class="iconartistsm xspace-usericon" width=13 height=13 alt="藝術家空間" align="absmiddle" border="0" /></a> <a href="/mrkangsta" >Sung Kang</a></p> </li></td></tr></table> <li class="xspace-blockfooter"><a href="/weskim/I-am-fan-of.html">全部查看 (10) ></a></li> </ul> <div class="xspace-blockbottom"></div> </div> <div id="friend" class="xspace-sideblock"> <h3 class="xspace-blocktitle"> <a href="/weskim/my-friends.html">我的好友圈</a> </h3> <ul class="xspace-list"> <table border=0 cellspacing=0 cellpadding=0><tr valign="top"><tr valign="top"> <td><li class="xspace-avatarlist xspace-imgstyle"> <a href="/jamesfeng" title="James Z. Feng"><img src="/user/84/photo_33284.jpg?1268544867" alt="James Z. Feng" /></a> <p><a href="/help.html#2" title="藝術家空間"><img src="/images/icon_artist_sm.gif" class="iconartistsm xspace-usericon" width=13 height=13 alt="藝術家空間" align="absmiddle" border="0" /></a> <a href="/jamesfeng" >James Z. Feng</a></p> </li></td><td><li class="xspace-avatarlist xspace-imgstyle"> <a href="/martinwong" title="Martin Wong"><img src="/user/12/photo_5212.jpg?1320862668" alt="Martin Wong" /></a> <p><a href="/help.html#2" title="藝術家空間"><img src="/images/icon_artist_sm.gif" class="iconartistsm xspace-usericon" width=13 height=13 alt="藝術家空間" align="absmiddle" border="0" /></a> <a href="/martinwong" >Martin Wong</a></p> </li></td></tr><tr valign="top"> <td><li class="xspace-avatarlist xspace-imgstyle"> <a href="/michaelkang" title="Michael Kang"><img src="/user/31/photo_35931.jpg" alt="Michael Kang" /></a> <p><a href="/help.html#2" title="藝術家空間"><img src="/images/icon_artist_sm.gif" class="iconartistsm xspace-usericon" width=13 height=13 alt="藝術家空間" align="absmiddle" border="0" /></a> <a href="/michaelkang" >Michael Kang</a></p> </li></td><td><li class="xspace-avatarlist xspace-imgstyle"> <a href="/gracelee" title="Grace Lee"><img src="/user/31/photo_45431.jpg" alt="Grace Lee" /></a> <p><a href="/help.html#2" title="藝術家空間"><img src="/images/icon_artist_sm.gif" class="iconartistsm xspace-usericon" width=13 height=13 alt="藝術家空間" align="absmiddle" border="0" /></a> <a href="/gracelee" >Grace Lee</a></p> </li></td></tr><tr valign="top"> <td><li class="xspace-avatarlist xspace-imgstyle"> <a href="/tranquocbao" title="Tran Quoc Bao | 陳國寶"><img src="/user/64/photo_40664.jpg" alt="Tran Quoc Bao | 陳國寶" /></a> <p><a href="/help.html#2" title="藝術家空間"><img src="/images/icon_artist_sm.gif" class="iconartistsm xspace-usericon" width=13 height=13 alt="藝術家空間" align="absmiddle" border="0" /></a> <a href="/tranquocbao" > 陳國寶</a></p> </li></td><td><li class="xspace-avatarlist xspace-imgstyle"> <a href="/stephaniedrenka" title="made in korea"><img src="/user/18/photo_508318.jpg?1319817006" alt="made in korea" /></a> <p><a href="/stephaniedrenka" >stephaniedrenka</a></p> </li></td></tr></table> <li class="xspace-blockfooter"><a href="/weskim/my-friends.html">全部查看 (9) ></a></li> </ul> <div class="xspace-blockbottom"></div> </div> <div id="shout_box" class="xspace-sideblock" style="margin-bottom: 30px;"> <!--SHOUT BOX--> <h3 class="xspace-blocktitle"><a name="shoutbox">聊天板</a></h3> <div OnClick="javascript: update_shoutbox(true,undefined,false,true);" alt="更新" class="shoutbox_refresh"></div> <div id="sb" style="margin-top: 2px; padding-top: 0px;"> <div class="boxMargin"> <p style="padding-bottom: 5px;"> <span class="sbText">請先<a href="/login.html?refer=%2Fweskim%2FHTML-tip-o-the-day-profile-262638.html">登錄</a>或<a href="/register.html">免費注冊</a></span> </p> <ul id="sbInner" style="margin: 0 12px 0 12px; padding: 0;"> </ul><!--/innerModule--> <p style="padding-top: 5px;"> <a href="javascript:;" class="sbArchive" OnClick="javascript: update_shoutbox(true,undefined,true,true); shoutbox_cancel(); return false;">進入聊天室</a> </p> </div><!--/boxMargin--> </div><!--/sb--> <script language="javascript" type="text/javascript"> shoutbox_update_datecheck(); update_shoutbox(true,undefined,false,true); </script> <!--/SHOUT BOX--> </div> </div> <!--/xspacedivisionsidearea--> </div> </div> <div id="wrap"><div id="siteFooter"> <ul> <li><a href="mailto:sales@alivenotdead.com?subject=Advertise on alivenotdead.com" title=>Advertise</a></li> <li><a href="/aboutus.html" title="關于ALIVE">關于ALIVE</a></li> <li><a href="/action_report.html?refer=%2Fweskim%2FHTML-tip-o-the-day-profile-262638.html" title="預報不適當的內容">預報不適當的內容</a></li> <li><a href="/bbs/forum-12-1.html" title="網站使用有問題?">網站使用有問題?</a></li> <li><a href="/tos.html" title="使用協議">使用協議</a></li> <li><a href="/privacy.html" title="隐私权政策 ">隐私权政策 </a></li> <li class="lastSiteFooterLi"><a href="/help.html" title="幫助">幫助</a></li> </ul> <div id="siteFooterLine"></div> <div id="copyright">AWS - © 2026 <a href="/">Alivenotdead.com</a>. All rights reserved.(SV: 6, ST: 0.61, QT: 0.56, NQ: 39)</div> </div> </div><style> body { margin-top:77px; background-position: center 77px; } #main_top_pane { width:100%; position:absolute; top:0px; left:0; text-align:center; color:#fff; height:77px; } #main_top_pane_inner { background-color:#000; margin-left: auto; margin-right: auto; height:75px; width:780px; border-bottom:2px solid #FBA928; } #registerSmall .tooltip { position: absolute; border-top: 2px dashed #cc801a; border-right: 1px solid #cc801a; border-left: 1px solid #cc801a; border-bottom: 1px solid #cc801a; background: #ddd8ba; opacity:0.75; filter: alpha(opacity=75); padding: 3px 10px 3px 10px; width: 310px; margin: 0 0 0 60px; font-weight: bold; } #registerSmall .notice { float: left; padding: 6px 1px 1px 1px; } #registerSmall .warning { color: red; margin-left: 10px; text-align: left; } #registerSmall { margin:2px 0pt 30px 2px; width:780px; background:#000; color:#000; } #registerSmall #intro_small { background:#000; } #registerSmall .blocktitlelg { padding:0; height:70px; } #registerSmall table.hidden { height:230px; } #registerSmall .blocktitle, #registerSmall #panel .blocktitle { color:white; height:70px; line-height:25px; vertical-align:middle; } #registerSmall .blocktitlelg, #registerSmall #panel .blocktitlelg { height:70px; line-height:70px; font-weight:bold; } #registerSmall .mainarea p { padding-left:5px; padding-right:5px; margin:0; } #registerSmall .mainarea, #registerSmall form { margin:0; padding:0; } #registerSmall input, #registerSmall textarea { border:1px inset #FBA928; font-size:12px; padding:3px; } #main_top_pane_inner .button, #registerSmall .button { background: #CC801A url(/images/top/button_bg_orange2.gif) repeat-x scroll 0%; font-size:17px; color:#fff; cursor:pointer; font-weight:bold; height:30px; line-height:20px; margin:0; vertical-align:middle; width:100px; } .main_regbutton { background: #CC801A url(/images/top/button_bg_orange2.gif) repeat-x scroll 0%; font-size:18px; color:#fff; cursor:pointer; font-weight:bold; height:30px; line-height:24px; margin:0; vertical-align:middle; width:200px; } #main_top_pane_inner .button { display:none; } #registerSmall th { text-align:left; width:33%; vertical-align:top; } #registerSmall td { padding:4px; } #registerSmall #wrap ul { padding:12px; } #registerSmall { z-index:20000; width:780px; margin:auto; border:1px #FF6600 solid; display:none; } #main_top_pane_inner .intro_small_text , #registerSmall #intro_small_text { padding-left: 30px; padding-right: 30px; vertical-align:middle; font-size:95%; width:500px; text-align:left; } #registerSmall #error_table td,#registerSmall #error_table tr,#error_table { padding:0; } #registerSmall .table_left { border-left:1px #ccc solid; width:1px !important; } #registerSmall #intro_small { line-height:13px; } #registerSmall a { color:#CC801A; text-decoration:underline; } #registerSmall #top_pane { background-color:#000; width:780px; } #registerSmall input:focus {background-color:#ddd;} .blurb li {margin: 10px 0;padding: 0;list-style:none;margin-top:25px;font-size:110%} .blurb .icon {width:20px; height:20px; float:left;margin-right:5px;display:inline;} .blurb #blog .icon {background: url(/images/reg_icon.gif) no-repeat -60px 0;} .blurb #image .icon {background: url(/images/reg_icon.gif) no-repeat 0 0;} .blurb #event .icon {background: url(/images/reg_icon.gif) no-repeat -40px 0;} .photoFrame { background: url('/images/top/bg-frame.gif'); padding: 3px; } .photoFrame:hover { background: none; background-color: #fbaf5d; } </style> <div id="main_top_pane"> <div id="main_top_pane_inner" class="blocktitle blocktitlelg" style="font-weight: bold;overflow:hidden"> <div id="close_quick_reg" style="color:#fff; float:right; margin-right:2px;margin-top:1px;"><a href="javascript:{}" onclick="javascript:hideMainTop();">X</a></div> <div id="referer_pic" style="float:left;margin-right:3px;"><img src="/user/47/photo_36647.jpg" alt="" width="100" height="75" border="0" /></div> <div id="intro_small"> <table cellpadding="0" cellspacing="0" height="68"> <tr><td class="intro_small_text" valign="middle" width="500"> Wes Kim 邀請你瀏覽許多官方藝術家空間並加入他/她的粉絲圈。趕緊註冊,創建你自己的空間,跟好友及喜愛的電影工作者、音樂家及其他藝術家交流。 </td> <td valign="middle" align="center"> <button id="main_regsubmit" name="main_regsubmit" class="button" type="button" style="width: 140px;" onclick="window.location='/register.html?u_36647'" value="true" onmouseover="this.style.color='yellow';" onmouseout="this.style.color='white';"><div id="regbtntxt">免費注冊</div></button> </td> </tr> </table> </div> </div> </div> <div id="registerSmall" > <!-- div id="close_quick_reg" style="color:#fff; position:absolute;right:10px;"><a href="javascript:{}" onclick="javascript:document.getElementById('registerSmall').style.display='none'">關閉</a></div--> <div class="mainarea"> <div id="reg_pane" style="display:none; height:500px; width:780px; border: 0px solid #cccccc; padding-top:0; background-color: #fff;"> <div id="top_pane" class="blocktitle blocktitlelg" style="font-weight: bold;overflow:hidden"> <div id="referer_pic" style="float:left;margin-right:3px;"><img src="/user/47/photo_36647.jpg" alt="" width="100" height="75" border="0"/></div> <div id="intro_small" style=""> <table cellpadding="0" cellspacing="0" height="68"> <tr><td id="intro_small_text" valign="middle"> Wes Kim 邀請你瀏覽許多官方藝術家空間並加入他/她的粉絲圈。趕緊註冊,創建你自己的空間,跟好友及喜愛的電影工作者、音樂家及其他藝術家交流。 <br />已經注冊了? <a href="/login.html">現在登錄</a> </td> </tr> </table> </div> <div id="fullformValidated"></div> </div> <div id="currentTooltip"></div> <div id="contentRegButton" style="width: 100%; height: 290px;"> <div align="center"> <table border="0" cellspacing="0" cellpadding="0" width="100%"><tr valign="top"> <td colspan=5 align="center"><h3 style="padding: 3px 0 2px 0; margin: 0;">與你喜愛的藝術家聯絡!</h3></td> </tr> <tr valign="top"> <td width="140"><div align="center"><a href="/register.html?u_"><img width="100" height="75" border="0" src="" alt="" /></a><div style=" font-size: 140%; padding-top: 4px;"><a href="/register.html?u_"></a></div></div></td> {/loop} </tr><tr><td colspan=5 align="center"><button id="main_regbutton" name="main_regbutton" class="main_regbutton" type="button" onclick="window.location='/register.html?u_36647'" onmouseover="this.style.color='yellow';" onmouseout="this.style.color='white';">免費注冊</button></td></tr></table> </div> </div> <script type="text/javascript" defer='true'> var reset_margin = 0; var reset_bg = 0; function hideMainTop() { document.getElementById('main_top_pane').style.display='none'; var body= document.getElementsByTagName('body')[0]; body.style.marginTop=reset_margin+'px'; body.style.backgroundPosition='50% '+reset_bg+'px'; } var submit_show_on = false; /* window.addEvent ('load', function() { $('main_regsubmit').setStyle('opacity','1'); $('main_regsubmit').setStyle('display','block'); var size = window.getSize(); if(size.size.x > 780 && size.size.y > 380) { } //track_record( 23, 'a:1:{s:3:"uid";s:5:"36647";}',false, function () {if() { window.location='/register.html?lb_1_u_36647'}}); }); */ function checklanguage_selection(lang) { location.href = "/lang_change.php?lang="+lang.value+"&url="+escape(window.location.href); } function toggleRegPanel() { //var visible = document.getElementById('wrapper_reg_small'); var outside = document.getElementById('registerSmall'); //if(outside.offsetHeight <= '50') { if(document.getElementById('reg_pane').style.display=='none') { document.getElementById('reg_pane').style.display=''; document.getElementById('close_small').style.display=''; document.getElementById('top_pane').style.display='none'; outside.style.position='relative'; outside.style.opacity=1; outside.filters[0].opacity=100; } else { document.getElementById('reg_pane').style.display='none'; document.getElementById('close_small').style.display='none'; document.getElementById('top_pane').style.display=''; outside.style.position='absolute'; outside.style.opacity=.7; outside.filters[0].opacity=70; } b=1; } document.getElementById('main_top_pane').style.backgroundColor = document.body.style.backgroundColor; </script> </div><!--/mainarea--> <div id="close_small" style="display: none;"> <div style="margin:auto; height: 20px;"><a href="javascript:void(0)" style="margin-top:2px;" onclick="toggleRegPanel();" />關閉窗口</a></div> </div> </div><!--/wrapper_reg_small--> <!-- /Content --> </div><!--/columnLeftLg--> </body></html>