ورود به حساب

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

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

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

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

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

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


09117307688
09117179751

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

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

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

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

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

پشتیبانی

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

دانلود کتاب Building a Web Site with Ajax: Visual QuickProject Guide

دانلود کتاب ساخت یک وب سایت با Ajax: راهنمای ویژوال QuickProject

Building a Web Site with Ajax: Visual QuickProject Guide

مشخصات کتاب

Building a Web Site with Ajax: Visual QuickProject Guide

دسته بندی: طراحی وب سایت
ویرایش:  
نویسندگان:   
سری:  
ISBN (شابک) : 9780321524416 
ناشر: Peachpit Press 
سال نشر: 2008 
تعداد صفحات: 174 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 3 مگابایت 

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



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

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


در صورت تبدیل فایل کتاب Building a Web Site with Ajax: Visual QuickProject Guide به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب ساخت یک وب سایت با Ajax: راهنمای ویژوال QuickProject نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب ساخت یک وب سایت با Ajax: راهنمای ویژوال QuickProject

آژاکس در قلب انقلاب وب 2.0 قرار دارد. این یک فناوری نیست، بلکه تکنیکی است که از فناوری‌ها و تکنیک‌های دیگر مانند CSS، XML، DHTML و XHTML استفاده می‌کند. بسیاری از طراحان و برنامه نویسان وب به دلیل عملکرد شگفت انگیزی که می تواند به یک وب سایت اضافه کند، مایلند Ajax را در پروژه های خود بگنجانند، اما به دلیل منحنی شدید یادگیری نمی توانند. اینجاست که این کتاب وارد می‌شود. یادگیری Ajax را سرگرم‌کننده و آسان می‌کند -- مکانی عالی برای شروع! راهنمای ویژوال QuickProject بر روی یک پروژه متمرکز است. در این مورد، پروژه در حال ایجاد یک فهرست راهنمای کارمندان تجاری، مانند یک دفترچه آدرس است. آنچه در حال ایجاد است نوع بهتر و جدیدی از وب سایت است.


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

Ajax is at the heart of the Web 2.0 revolution. It isn't a technology but, rather, is a technique that leverages other technologies and techniques, such as CSS, XML, DHTML, and XHTML. Many Web designers and programmers would like to incorporate Ajax in their projects because of the amazing functionality it can add to a Web site, but they can't because of the steep learning curve. That's where this book steps in. It makes learning Ajax fun and easy -- a great place to start! Visual QuickProject Guides focus on a single project. In this case the project is creating a business employee directory, like an address book. What's being created is a better, new kind of Web site.



فهرست مطالب

Visual QuickProject Guide: Building a Web Site with AJAX......Page 1
contents......Page 3
introduction......Page 6
how Ajax works......Page 7
what you’ll learn......Page 8
how this book works......Page 9
required tools......Page 11
companion web site......Page 14
the next step......Page 15
1. Access MySQL......Page 16
access MySQL......Page 17
make the database......Page 18
make the tables......Page 20
populate the tables......Page 22
extra bits......Page 24
2. Browsing Employees......Page 26
what we’ll do......Page 27
create an HTML page......Page 28
add the HTML form......Page 29
start a PHP page......Page 30
print the employees......Page 31
report on any errors......Page 32
connect to the database......Page 33
create a style sheet......Page 34
use the style sheet......Page 35
test the pages......Page 36
extra bits......Page 37
3. Browsing using AJAX......Page 40
what we’ll do......Page 41
make a function......Page 42
check for Ajax support......Page 43
call the function......Page 44
set up the Ajax......Page 45
begin the PHP page......Page 47
print the employees......Page 48
handle the response......Page 50
display the results......Page 51
modify the HTML......Page 52
test the Ajax layer......Page 53
extra bits......Page 54
4. Adding Records......Page 58
what we’ll do......Page 59
start the HTML page......Page 60
add the form......Page 61
add the form elements......Page 62
start a PHP page......Page 64
validate the form data......Page 65
update the database......Page 68
report any errors......Page 69
test the non-Ajax version......Page 70
extra bits......Page 72
5. Adding Records VIA AJAX......Page 74
what we’ll do......Page 75
add the Ajax elements......Page 77
apply the Ajax layer......Page 78
set up the Ajax......Page 79
prepare the form data......Page 80
complete the function......Page 81
prepare for HTML......Page 82
validate the form data......Page 83
update the database......Page 87
complete the XML......Page 88
handle the response......Page 90
prepare the page......Page 91
handle the XML......Page 92
display the results......Page 94
test the Ajax layer......Page 95
extra bits......Page 97
6. Creating a Search......Page 102
what we’ll do......Page 103
start the HTML page......Page 104
add the form......Page 106
start a PHP page......Page 107
query the database......Page 108
print the results......Page 109
report any errors......Page 110
test the non-Ajax version......Page 111
extra bits......Page 112
7. Enabling an AJAX Search......Page 113
what we’ll do......Page 114
add the Ajax elements......Page 116
apply the Ajax layer......Page 117
set up the Ajax......Page 119
complete the function......Page 120
prepare for XML......Page 121
query the database......Page 122
fetch the results......Page 123
complete the PHP......Page 124
handle the response......Page 125
prepare the page......Page 126
handle the XML......Page 127
display the results......Page 128
handle the name......Page 130
handle the department......Page 131
handle the email......Page 133
display no results......Page 135
complete the function......Page 136
test the Ajax layer......Page 137
extra bits......Page 138
Appendix......Page 143
Ajax issues......Page 144
Ajax alternatives......Page 145
introducing JSON......Page 146
sending JSON......Page 148
accessing JSON data......Page 150
using JSON data......Page 151
web resources......Page 153
JavaScript frameworks......Page 154
PHP-Ajax frameworks......Page 155
debugging JavaScript......Page 156
extra bits......Page 160
B......Page 162
E......Page 163
F......Page 164
I......Page 165
O......Page 166
S......Page 167
X......Page 168




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