中文字幕二区_国产精品免费在线观看_黄色网站观看_人人草人人澡_日本真实娇小xxxx

您的位置: 首頁 > 技術(shù)文檔 > 圖形圖像 > 批量更改圖片尺寸的ps腳本
圖層高級混合 【基礎(chǔ)教程】 回到列表 超酷的金色組合
 批量更改圖片尺寸的ps腳本

作者:xiexienile 時間: 2008-10-08 文檔類型:原創(chuàng) 來自:藍色理想

第 1 頁 批量更改圖片尺寸的ps腳本
第 2 頁 批量更改圖片尺寸的ps腳本—代碼[1]
第 3 頁 批量更改圖片尺寸的ps腳本—代碼[2]

#target photoshop
app.bringToFront();
// 帶自動判斷橫豎的統(tǒng)一寬高操作。默認是直接保存關(guān)閉,原文件要注意備份! v2.0 - 2008.3.29
// 原發(fā):bbs.blueidea.com  - Photoshop版
var nowTime=new Date();
var PRESOLUTION = 72;
var startRulerUnits = app.preferences.rulerUnits;
var startTypeUnits = app.preferences.typeUnits;
app.preferences.rulerUnits = Units.PIXELS;
app.preferences.typeUnits = TypeUnits.PIXELS;
var title="批量尺寸調(diào)整 v2.0 - "
        
res ="dialog { \
text:'"+title+"直接保存并關(guān)閉',\
        group: Group{orientation: 'column',alignChildren:'left',\
                top:StaticText{text:'默認為直接覆蓋保存 - 請注意選擇或做好備份'},\
                timeline:Progressbar{bounds:[0,0,300,10] , minvalue:0,maxvalue:100}\
                corrdination: Panel { orientation: 'row', \
                        text: '需要尺寸', \
                                x: Group { orientation: 'row', \
                                        s: StaticText { text:'寬:' }, \
                                        e: EditText { preferredSize: [50, 20] } ,\
                                        p: StaticText { text:'px' }, \
                                        }, \
                                y: Group { orientation: 'row', \
                                        s: StaticText { text:'高:' }, \
                                        e: EditText { preferredSize: [50, 20] }, \
                                        p: StaticText { text:'px' }, \
                                        } ,\
                                }, \
                a:Group{ orientation: 'row', \
                                c: Checkbox { text:' 保持原圖寬高比,新尺寸僅作外框限定',helpTip:'原圖比例不變,調(diào)整后寬/高均小于等于輸入值'} ,\
                                }, \
                b:Group{ orientation: 'row', \
                                c: Checkbox { text:' 不判斷原圖橫豎',helpTip:'不根據(jù)原圖的橫豎自動對應尺寸,寬/高均以輸入為準'} ,\
                                }, \
                now:Group{ orientation: 'row', \
                                c: Checkbox { text:' 對文件夾進行操作(否則處理所有目前打開的文檔)'} ,\
                                }, \
                folderO:Group{ orientation: 'row', \
                                b: Button {text:'待處理文件夾', properties:{name:'open'} ,helpTip:'選擇您需要處理的文件所在的文件夾'},\
                                s: EditText  { text:'', preferredSize: [180, 20] },\
                                },\
                shui:Group{ orientation: 'row', \
                                c: Checkbox { text:' 為圖片添加水印'} ,\
                                g: Group {\
                                        one:RadioButton {text:'單一' ,helpTip:'只添加一個水印圖,可控制添加位置'},\
                                        fill:RadioButton {text:'平鋪' ,helpTip:'多個水印圖平鋪布滿畫面,可控制間距'},\
                                    }\
                                }, \
                shuiSet: Panel {orientation: 'row', \
                        text: '水印設(shè)置', \
                                    position:Group{ orientation: 'column',alignChildren:'left',\
                                                po1:Group{ orientation: 'row',\
                                                    c1:Checkbox { helpTip:'以左上角為基準', preferredSize: [14, 14]} ,\
                                                    c2:Checkbox { helpTip:'以上中點為基準', preferredSize: [14, 14]} ,\
                                                    c3:Checkbox { helpTip:'以右上角為基準', preferredSize: [14, 14]} ,\
                                                    }, \
                                                po2:Group{ orientation: 'row', \
                                                    c4:Checkbox { helpTip:'以左中點為基準', preferredSize: [14, 14]} ,\
                                                    c5:Checkbox { helpTip:'以正中心為基準', preferredSize: [14, 14]} ,\
                                                    c6:Checkbox { helpTip:'以右中點為基準', preferredSize: [14, 14]} ,\
                                                    }, \
                                                po3:Group{ orientation: 'row', \
                                                    c7:Checkbox { helpTip:'以左下角為基準', preferredSize: [14, 14]} ,\
                                                    c8:Checkbox { helpTip:'以下中點為基準', preferredSize: [14, 14]} ,\
                                                    c9:Checkbox { helpTip:'以右下角為基準', preferredSize: [14, 14]} ,\
                                                    }, \
                                    },\
                                    other:Group{ orientation: 'column',alignChildren:'left',\
                                                dis:Group{ orientation: 'row',\
                                                    s1: StaticText { text:'平距:'}, \
                                                    e1: EditText { preferredSize: [55, 20], helpTip:'距離參照點的水平距離;平鋪狀態(tài)下為間距(單位:像素)' } ,\
                                                    s2: StaticText { text:'垂距:'}, \
                                                    e2: EditText { preferredSize: [55, 20], helpTip:'距離參照點的垂直距離;平鋪狀態(tài)下為間距(單位:像素)' } ,\
                                                },\
                                                hun:Group{ orientation: 'row',\
                                                    s: StaticText { text:'混合:'}, \
                                                    d:DropDownList { alignment:'left', itemSize: [50,16] },\
                                                    s2: StaticText { text:'縮放:'}, \
                                                    e:EditText{ preferredSize: [38, 20], text:'1',helpTip:'水印與原始水印文件的縮放比例'},\
                                                },\
                                                open:Group{ orientation: 'row', \
                                                    b: Button {text:'選擇水印文件', properties:{name:'open'} ,helpTip:'請確保文件為常用圖片格式,且非gif動畫'},\
                                                    e: EditText  { text:'', preferredSize: [86, 20] },\
                                                },\
                                    },\
                                },\
                other:Group{ orientation: 'row', \
                                c: Checkbox {text:' 啟用另存'} ,\
                                g: Group {\
                                        jpeg:RadioButton {text:'JPEG'},\
                                        gif:RadioButton {text:'GIF'},\
                                        psd:RadioButton {text:'PSD'},\
                                        tiff:RadioButton {text:'TIFF'},\
                                    }\
                                }, \
                otherSet: Panel {orientation: 'column',alignChildren:'left',\
                        text: '另存設(shè)置', \
                        Quality: Group { orientation: 'row',  \
                                    c: Checkbox { text:'轉(zhuǎn)換 ICC 配置',helpTip:'在儲存前將 ICC 配置文件轉(zhuǎn)換為 sRGB'} ,\
                                    s: StaticText { text:'壓縮質(zhì)量:' }, \
                                    d: DropDownList { alignment:'left', itemSize: [26,14] },\
                                    c2:Checkbox {text:'透明',helpTip:'包含基于顏色不透明度的透明性'},\
                                    }, \
                        head: Group { orientation: 'row',  \
                                    s: StaticText { text:'在文件名前添加字符:' }, \
                                    e: EditText { preferredSize: [50,20] } ,\
                                    s2: StaticText { text:'勿含非法字符' , enabled:flase }, \
                                    }, \
                        foot: Group { orientation: 'row',  \
                                    s: StaticText { text:'在文件名后添加字符:' }, \
                                    e: EditText { preferredSize: [50, 20] }, \
                                    s2: StaticText { text:'勿含非法字符' , enabled:flase}, \
                                    } ,\
                        otherF:Group{ orientation: 'row', \
                                    c: Checkbox { text:' 另存至其他文件夾'} ,\
                                    }, \
                        folderS:Group{ orientation: 'row', \
                                    b: Button {text:'另存至', properties:{name:'save'} ,helpTip:'選擇您處理好的文件要保存至的文件夾'},\
                                    s: EditText  { text:'', preferredSize: [180, 20] },\
                                    },\
                        icc: Checkbox { text:' 儲存時包含 ICC 配置文件',helpTip:'存為 GIF 格式時此選項無效'},\
                        },\
                },\
        buttons: Group { orientation: 'row', alignment: 'right',\
                s:StaticText {text:'[ABOUT]'},\
                Btnok: Button { text:'確定', properties:{name:'ok'} }, \
                Btncancel: Button { text:'取消', properties:{name:'cancel'} } \
                }, \
}";
        
win = new Window (res);
win.buttons.Btncancel.onClick = function () { //放棄
    app.preferences.rulerUnits = startRulerUnits;
    app.preferences.typeUnits = startTypeUnits;
    this.parent.parent.close();
}
win.buttons.s.onClick = function () {
alert("首發(fā):bbs.blueidea.com  Photoshop專欄\r\n鳴謝:我愛藍色、銀子、蛋蛋、clz8206、洛辰妃子、Wonton",title+"關(guān)于");
}
function lock_b(){  //如果勾選了a,則b被鎖定
        if(win.group.a.c.value){
                win.group.b.c.value=true;
        }
    }
win.group.a.c.onClick =function() { lock_b()};
win.group.b.c.onClick =function() { lock_b()};
// 打開文件夾的操作
var folderOpen=win.group.folderO
var folderSave=win.group.otherSet.folderS
folderOpen.b.onClick = function() {
        var defaultFolder = folderOpen.s.text;
        var testFolder = new Folder(defaultFolder);
        if (!testFolder.exists) {
            defaultFolder = "~";
        }
        var selFolder = Folder.selectDialog("選擇待處理文件夾", defaultFolder);
        if ( selFolder != null ) {
            folderOpen.s.text = selFolder.fsName;
            folderOpen.s.helpTip = selFolder.fsName.toString();
        }
}
folderSave.b.onClick = function() {
        var defaultFolder = folderSave.s.text;
        var testFolder = new Folder(defaultFolder);
        if (!testFolder.exists) {
            defaultFolder = "~";
        }
        var selFolder = Folder.selectDialog("選擇要儲存至的文件夾", defaultFolder);
        if ( selFolder != null ) {
            folderSave.s.text = selFolder.fsName;
            folderSave.s.helpTip = selFolder.fsName.toString();
        }
}
win.group.shuiSet.other.open.b.onClick= function() //打開水印文件
{
    var selFile = File.saveDialog('選擇水印文件');
    if ( selFile != null ) {
       win.group.shuiSet.other.open.e.text = selFile.fsName;
    }
}
// 初始化選項
if (app.documents.length == 0){
    win.group.now.c.value = true;
    win.group.folderO.enabled =true;
}else{
    win.group.folderO.enabled =false;
}
win.group.other.g.enabled =false;
win.group.otherSet.enabled =false;
win.group.other.g.jpeg.value = true; //默認保存為jpg
win.group.otherSet.icc.value =true; //默認保存icc
var saveType = "jpeg";
win.group.otherSet.Quality.c2.hide(); //隱藏第二選框
for (i=0;i<13;i++){ //初始化jpeg質(zhì)量下拉
    win.group.otherSet.Quality.d.add("item", i );
}
win.group.otherSet.Quality.d.items[7].selected=true;
win.group.otherSet.Quality.d.helpTip ='JPEG 壓縮質(zhì)量 (值越大壓縮后質(zhì)量越高)';
win.group.shuiSet.enabled =false;
win.group.shui.g.enabled =false;
win.group.shui.g.one.value =true; //默認一個水印
win.group.shuiSet.position.po3.c9.value=true; //默認右下角
var jiaShui =false; //默認不添加水印
var sBlend=  new Array();
sBlend[0]= "正常,NORMAL";
sBlend[1]= "溶解,DISSOLVE";
sBlend[2]= "變暗,DARKEN";
sBlend[3]= "正片疊底,MULTIPLY";
sBlend[4]= "顏色加深,COLORBURN";
sBlend[5]= "線性加深,LINEARBURN";
sBlend[6]= "變亮,LIGHTEN";
sBlend[7]= "濾色,SCREEN";
sBlend[8]= "顏色減淡,COLORDODGE";
sBlend[9]= "線性減淡,LINEARDODGE";
sBlend[10]= "疊加,OVERLAY";
sBlend[11]= "柔光,SOFTLIGHT";
sBlend[12]= "強光,HARDLIGHT";
sBlend[13]= "亮光,VIVIDLIGHT";
sBlend[14]= "線性光,LINEARLIGHT";
sBlend[15]= "點光,PINLIGHT";
sBlend[16]= "實色混合,HARDMIX";
sBlend[17]= "差值,DIFFERENCE";
sBlend[18]= "排除,EXCLUSION";
sBlend[19]= "色相,HUE";
sBlend[20]= "飽和度,SATURATION";
sBlend[21]= "顏色,COLORBLEND";
sBlend[22]= "明度,LUMINOSITY";
//sBlend[23]= "深色,DARKERCOLOR";
//sBlend[24]= "淺色,LIGHTERCOLOR";
for (i=0;i<23;i++) {
    win.group.shuiSet.other.hun.d.add("item",sBlend[i].substring(0,sBlend[i].indexOf(",")));
}
win.group.shuiSet.other.hun.d.items[0].selected=true;
//操作文件夾開關(guān)
win.group.now.c.onClick =function(){
    if (win.group.folderO.enabled) {
        win.group.folderO.enabled =false;
        }else{
        win.group.folderO.enabled =true;
        }
}
//另存開關(guān)
win.group.other.c.onClick =function(){
    if (win.group.otherSet.enabled) {
        win.group.other.g.enabled =false;
        win.group.otherSet.enabled =false;
        win.text=title+'直接保存并關(guān)閉';
        }else{
        win.group.other.g.enabled = true;
        win.group.otherSet.enabled =true;
        win.text=title+'另存為并關(guān)閉';
        if (!win.group.otherSet.otherF.c.value) {win.group.otherSet.folderS.enabled =false}
        }
}
//另存至文件夾開關(guān)
win.group.otherSet.otherF.c.onClick =function(){
    if (win.group.otherSet.folderS.enabled) {
        win.group.otherSet.folderS.enabled =false;        
        }else{
        win.group.otherSet.folderS.enabled =true;        
        }
}
//水印開關(guān)
win.group.shui.c.onClick =function(){
    if (win.group.shui.g.enabled) {
        win.group.shui.g.enabled =false;
        win.group.shuiSet.enabled =false;
        }else{
        win.group.shui.g.enabled =true;
        win.group.shuiSet.enabled =true;
        }
}
//定位開關(guān)
var allp=win.group.shuiSet.position;
function pointClear(nowP) {            
            allp.po1.c1.value =false;
            allp.po1.c2.value =false;
            allp.po1.c3.value =false;
            allp.po2.c4.value =false;
            allp.po2.c5.value =false;
            allp.po2.c6.value =false;
            allp.po3.c7.value =false;
            allp.po3.c8.value =false;
            allp.po3.c9.value =false;
            nowP.value =true;
    }
allp.po1.c1.onClick =function() {pointClear(this)}
allp.po1.c2.onClick =function() {pointClear(this)}
allp.po1.c3.onClick =function() {pointClear(this)}
allp.po2.c4.onClick =function() {pointClear(this)}
allp.po2.c5.onClick =function() {pointClear(this)}
allp.po2.c6.onClick =function() {pointClear(this)}
allp.po3.c7.onClick =function() {pointClear(this)}
allp.po3.c8.onClick =function() {pointClear(this)}
allp.po3.c9.onClick =function() {pointClear(this)}
//格式選項轉(zhuǎn)換
win.group.other.g.jpeg.onClick =function() {
    changeType("jpeg");}
win.group.other.g.gif.onClick =function() {
    changeType("gif");}
win.group.other.g.psd.onClick =function() {
    changeType("psd");}
win.group.other.g.tiff.onClick =function() {
    changeType("tiff");}
//格式選項控制
function changeType(type){
    saveType=type;
    var don=win.group.otherSet.Quality;
        switch (type) {
        case "jpeg" :            
            don.c.text ='轉(zhuǎn)換 ICC 配置' ;
            don.c.helpTip ='在儲存前將 ICC 配置文件轉(zhuǎn)換為 sRGB'
            don.c.value =false;
            don.s.text ='壓縮質(zhì)量:';
            don.d.helpTip ='JPEG 壓縮質(zhì)量 (值越大壓縮后質(zhì)量越高)';
            don.d.removeAll();
            for (i=0;i<13;i++){
                don.d.add("item", i );
            }
            don.d.items[7].selected=true;
            don.s.show();            
            don.d.show();
            don.c2.hide();
            win.text=title+'另存為 JPG 格式';
            break;
        case "gif" :
            don.c.text ='啟用擴散仿色' ;
            don.c.helpTip ='儲存為 GIF 格式時使用擴散防色算法'
            don.c.value =true;
            don.s.text ='顏色位數(shù):';
            don.d.helpTip ='GIF 顏色位數(shù) (值越大壓縮后質(zhì)量越高)';
            don.d.removeAll();
            for (i=2;i<257;i=i*2){
                don.d.add("item",i);
            }
            don.d.items[7].selected=true;
            don.c2.value =true;        
            don.s.show();
            don.d.show();
            don.c2.show();            
            win.text=title+'另存為 GIF 格式';
            break;
        case "psd" :
            don.c.text  ='最大兼容' ;
            don.c.helpTip ='儲存為 PSD 格式是實現(xiàn)最大兼容'
            don.c.value =true;
            don.s.hide();
            don.d.hide();
            don.c2.hide();
            win.text=title+'另存為 PSD 格式';
            break;
        case "tiff" :
            don.c.text  ='LZW壓縮' ;
            don.c.helpTip ='用 TIFF 格式儲存時使用 LZW 壓縮'
            don.c.value =false;
            don.s.hide();
            don.d.hide();
            don.c2.hide();
            win.text=title+'另存為 TIFF 格式';
        }
    win.reload();
}
function fillPattern(name,id,opacity) {  //填充圖案
    var desc4 = new ActionDescriptor();
    desc4.putEnumerated( charIDToTypeID( "Usng" ), charIDToTypeID( "FlCn" ), charIDToTypeID( "Ptrn" ) );
        var desc5 = new ActionDescriptor();
        desc5.putString( charIDToTypeID( "Nm  " ), name );
        //desc5.putString(  charIDToTypeID( "Idnt" ), id );
    desc4.putObject( charIDToTypeID( "Ptrn" ), charIDToTypeID( "Ptrn" ), desc5 );
    desc4.putUnitDouble( charIDToTypeID( "Opct" ), charIDToTypeID( "#Prc" ), opacity );
    desc4.putEnumerated( charIDToTypeID( "Md  " ), charIDToTypeID( "BlnM" ), charIDToTypeID( "Nrml" ) );
    executeAction( charIDToTypeID( "Fl  " ), desc4, DialogModes.NO );
};
function setPattern(name) { //定義圖案
    var desc13 = new ActionDescriptor();
        var ref7 = new ActionReference();
        ref7.putClass( charIDToTypeID("Ptrn") );
    desc13.putReference( charIDToTypeID("null"), ref7 );
        var ref8 = new ActionReference();
        ref8.putProperty( charIDToTypeID("Prpr"),charIDToTypeID("fsel") );
        ref8.putEnumerated( charIDToTypeID("Dcmn"), charIDToTypeID("Ordn"), charIDToTypeID("Trgt") );
    desc13.putReference( charIDToTypeID("Usng"), ref8 );
    desc13.putString( charIDToTypeID("Nm  "), name );
executeAction( charIDToTypeID("Mk  "), desc13, DialogModes.NO );    
}
function delPattern(){ //刪除圖案
    var desc92 = new ActionDescriptor();
        var ref53 = new ActionReference();
        ref53.putIndex( charIDToTypeID( "Ptrn" ), 178 );
    desc92.putReference( charIDToTypeID( "null" ), ref53 );
executeAction( charIDToTypeID( "Dlt " ), desc92, DialogModes.NO );
}
// 實際處理開始
function newsize(docRef,a,b,x,y){ //改變圖象尺寸函數(shù)
            var PW=x;
            var PH=y;    
            if (x<1 || y<1) b=true; //有一個值空缺的時候,不判斷橫豎            
            if (!b && x<y){  //確保PW>=PH
                PW=y;
                PH=x;
                }    
            
            var dw = docRef.width;
            var dh = docRef.height;
            var fw = PW;
            var fh = PH;
            
            if(!b && dh>dw){
                fw = PH;
                fh = PW;
            }
        
            if (x<1) fw=dw; //尺寸小于1則為 不做改變
            if (y<1) fh=dh;
        
            if(a){
                w1 =dw/fw;
                h1 =dh/fh;                    
                if(w1>h1){
                    fh =dh/w1;    
                }else{
                    fw =dw/h1;
                }            
                if (x<1 && y>=1) {fw=dw/h1;fh=y;} //有1個值不做限定的情況
                if (y<1 && x>=1) {fh =dh/w1;fw=x;}
            }
    docRef.resizeImage(fw, fh, PRESOLUTION, ResampleMethod.BICUBIC);
}

出處:藍色理想
責任編輯:bluehearts

上一頁 批量更改圖片尺寸的ps腳本 下一頁 批量更改圖片尺寸的ps腳本—代碼[2]

◎進入論壇Photoshop、Fireworks版塊參加討論,我還想發(fā)表評論

相關(guān)文章
批量更改圖片尺寸的ps腳本
關(guān)鍵字搜索 常規(guī)搜索 推薦文檔
熱門搜索:CSS Fireworks 設(shè)計比賽 網(wǎng)頁制作 web標準 用戶體驗 UE photoshop Dreamweaver Studio8 Flash 手繪 CG
站點最新 站點最新列表
周大!熬•自然”設(shè)計大賽開啟
國際體驗設(shè)計大會7月將在京舉行
中國國防科技信息中心標志征集
云計算如何讓安全問題可控
云計算是多數(shù)企業(yè)唯一擁抱互聯(lián)網(wǎng)的機會
阿里行云
云手機年終巨獻,送禮標配299起
阿里巴巴CTO王堅的"云和互聯(lián)網(wǎng)觀"
1499元買真八核 云OS雙蛋大促
首屆COCO桌面手機主題設(shè)計大賽
欄目最新 欄目最新列表
淺談JavaScript編程語言的編碼規(guī)范
如何在illustrator中繪制臺歷
Ps簡單繪制一個可愛的鉛筆圖標
數(shù)據(jù)同步算法研究
用ps作簡單的作品展示頁面
CSS定位機制之一:普通流
25個最佳最閃亮的Eclipse開發(fā)項目
Illustrator中制作針線縫制文字效果
Photoshop制作印刷凹凸字體
VS2010中創(chuàng)建自定義SQL Rule
>> 分頁 首頁 前頁 后頁 尾頁 頁次:2/31個記錄/頁 轉(zhuǎn)到 頁 共3個記錄

藍色理想版權(quán)申明:除部分特別聲明不要轉(zhuǎn)載,或者授權(quán)我站獨家播發(fā)的文章外,大家可以自由轉(zhuǎn)載我站點的原創(chuàng)文章,但原作者和來自我站的鏈接必須保留(非我站原創(chuàng)的,按照原來自一節(jié),自行鏈接)。文章版權(quán)歸我站和作者共有。

轉(zhuǎn)載要求:轉(zhuǎn)載之圖片、文件,鏈接請不要盜鏈到本站,且不準打上各自站點的水印,亦不能抹去我站點水印。

特別注意:本站所提供的攝影照片,插畫,設(shè)計作品,如需使用,請與原作者聯(lián)系,版權(quán)歸原作者所有,文章若有侵犯作者版權(quán),請與我們聯(lián)系,我們將立即刪除修改。

您的評論
用戶名:  口令:
說明:輸入正確的用戶名和密碼才能參與評論。如果您不是本站會員,你可以注冊 為本站會員。
注意:文章中的鏈接、內(nèi)容等需要修改的錯誤,請用報告錯誤,以利文檔及時修改。
不評分 1 2 3 4 5
注意:請不要在評論中含與內(nèi)容無關(guān)的廣告鏈接,違者封ID
請您注意:
·不良評論請用報告管理員,以利管理員及時刪除。
·尊重網(wǎng)上道德,遵守中華人民共和國的各項有關(guān)法律法規(guī)
·承擔一切因您的行為而直接或間接導致的民事或刑事法律責任
·本站評論管理人員有權(quán)保留或刪除其管轄評論中的任意內(nèi)容
·您在本站發(fā)表的作品,本站有權(quán)在網(wǎng)站內(nèi)轉(zhuǎn)載或引用
·參與本評論即表明您已經(jīng)閱讀并接受上述條款
推薦文檔 | 打印文檔 | 評論文檔 | 報告錯誤  
專業(yè)書推薦 更多內(nèi)容
網(wǎng)站可用性測試及優(yōu)化指南
《寫給大家看的色彩書1》
《跟我去香港》
眾妙之門—網(wǎng)站UI 設(shè)計之道
《Flex 4.0 RIA開發(fā)寶典》
《贏在設(shè)計》
犀利開發(fā)—jQuery內(nèi)核詳解與實踐
作品集 更多內(nèi)容

雜⑦雜⑧ Gold NORMANA V2