ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Macromedia Dreamweaver MX 2004 unleashed

دانلود کتاب Macromedia Dreamweaver MX 2004 رونمایی کرد

Macromedia Dreamweaver MX 2004 unleashed

مشخصات کتاب

Macromedia Dreamweaver MX 2004 unleashed

ویرایش:  
نویسندگان: ,   
سری:  
ISBN (شابک) : 0768663407, 9780672326318 
ناشر: Sams  
سال نشر: 2005 
تعداد صفحات: 394 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 3 مگابایت 

قیمت کتاب (تومان) : 47,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 12


در صورت تبدیل فایل کتاب Macromedia Dreamweaver MX 2004 unleashed به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب Macromedia Dreamweaver MX 2004 رونمایی کرد نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی درمورد کتاب به خارجی



فهرست مطالب

Contents......Page 3
Introduction......Page 13
Additional resources for extension writers......Page 14
Documentation Changes......Page 15
Errata......Page 16
Conventions used in this guide......Page 17
Overview......Page 19
Types of Dreamweaver extensions......Page 21
Other ways to extend Dreamweaver......Page 22
Configuration folders and extensions......Page 23
Extension APIs......Page 25
How Dreamweaver processes JavaScript in extensions......Page 26
XML String files......Page 27
Working with the Extension Manager......Page 28
About customizing Dreamweaver in a multiuser environment......Page 29
......Page 31
Customizing the appearance of dialog boxes......Page 32
Changing the default file type......Page 33
Customizing the interpretation of third-party tags......Page 34
......Page 35
How custom tags appear in the Design view......Page 37
Avoiding rewriting third-party tags......Page 38
About browser-profile formatting......Page 39
Creating and editing a browser profile......Page 41
Extensible document types in Dreamweaver......Page 42
Document type definition file......Page 43
Structure of document type definition files......Page 44
Dynamic templates......Page 48
Document extensions and file types......Page 49
Localized strings......Page 50
Opening a document in Dreamweaver......Page 51
Designing an extension user interface......Page 53
Dreamweaver HTML rendering control......Page 54
Editable select lists......Page 55
Database controls......Page 57
Adding a database tree control......Page 58
Adding a variable grid control......Page 59
Adding tree controls......Page 60
Creating a tree control......Page 61
Manipulating content within a tree control......Page 62
Adding Flash content to Dreamweaver......Page 63
A simple Flash dialog box example......Page 64
The Dreamweaver Document Object Model......Page 67
Objects, properties, and methods of the Dreamweaver DOM......Page 68
Properties and methods of the document object......Page 71
Properties and methods of HTML tag objects......Page 72
Properties and methods of text objects......Page 73
Properties of the dreamweaver object......Page 74
The site object......Page 75
Code Hints......Page 77
The CodeHints.xml file......Page 78
......Page 79
......Page 80
......Page 81
......Page 82
Code coloring files......Page 83
......Page 85
......Page 86
......Page 87
......Page 88
......Page 89
......Page 90
......Page 91
......Page 92
......Page 93
......Page 94
......Page 95
......Page 96
innerText......Page 97
outerTag......Page 98
Scheme processing......Page 99
Wildcard characters......Page 100
Maximum string length......Page 101
Scheme precedence......Page 102
Editing schemes......Page 103
Code coloring examples......Page 105
Code validation......Page 107
......Page 108
......Page 109
Changing default HTML formatting......Page 110
Extension APIs......Page 111
How object files work......Page 113
Insertbar.xml tag hierarchy......Page 114
......Page 115
......Page 116
canDrag="Boolean”......Page 117
checked="enabler"......Page 118
Modifying the Insert bar......Page 119
Adding objects to the Insert menu......Page 121
displayHelp()......Page 122
insertObject()......Page 123
objectTag()......Page 124
windowDimensions()......Page 125
A simple Insert Object example......Page 126
Creating a separate JavaScript file......Page 128
Adding a dialog box......Page 129
Building an Insert bar pop-up menu......Page 132
How commands work......Page 135
commandButtons()......Page 136
receiveArguments()......Page 137
A simple Command example......Page 138
Creating the UI......Page 139
canAcceptCommand()......Page 140
changeCase()......Page 142
Running the command......Page 144
Menus and Menu Commands......Page 145
......Page 146
......Page 147
......Page 149
......Page 150
Changing menus and menu items......Page 151
Changing keyboard shortcuts......Page 152
Modifying the Commands menu......Page 154
How menu commands work......Page 155
commandButtons()......Page 156
getDynamicContent()......Page 157
isCommandChecked()......Page 158
setMenuText()......Page 159
windowDimensions()......Page 160
Writing the JavaScript code......Page 161
receiveArguments()......Page 162
setMenuText()......Page 163
Creating the dynamic menu items......Page 164
Writing the JavaScript code......Page 165
havePreviewTarget()......Page 166
receiveArguments()......Page 168
How toolbars work......Page 171
How toolbar commands work......Page 172
The toolbar definition file......Page 173
......Page 174
......Page 175
......Page 176




نظرات کاربران