Leading Christian Resource for Avid Readers, Support New Schools with Every Purchase.

Beginning Dreamweaver MX

Paperback |English |0764544047 | 9780764544040

Beginning Dreamweaver MX

Paperback |English |0764544047 | 9780764544040
Overview
What is this book about?

With this book you'll quickly be creating powerful, dynamic web sites with Dreamweaver MX - the latest version of Macromedia's powerful, integrated web development and editing tool.

You'll learn how to use the tools and features of Dreamweaver to construct three complete sites using HTML, JavaScript, Active Server Pages (ASP), and databases.

We start by creating a hobbyist site - The Cooking Place - that you can use to list your favorite recipes, ingredients, and dishes.

What does this book cover?

As you build this site you'll learn how to use Dreamweaver MX to

  • Plan, create, and set up a web site
  • Add web pages to the site and edit their content
  • Use Stylesheets and templates to create a consistent style across the site
  • Use tables, frames, and layers to lay out web pages
  • Add dynamic effects - like drop down menus - to web pages using JavaScript and DHTML
  • Interact with users via forms on web pages
  • Create dynamic ASP web pages to respond to user actions and input

As you progress through the book, the sites you create become ever more ambitious. The second site you build is a fan site for soccer that provides information on upcoming events for fans around the world.

As you build the second site you'll learn how to use Dreamweaver MX to:

  • Add logic to your ASP pages, so that you can display different information to different users, based on their location, or even the time of day
  • Keep track of users as they move around the site, so that you can learn what parts of your site are the most popular
  • Secure parts of the web site so that only authorized users are allowed to see sensitive information
  • Personalize the web site for individual users - so that the site appears in the colors of the user's favorite team or so that the user only sees events in their home country
  • Store and extract information about users and upcoming events in a database - and use this information to dynamically create web pages

The final site in the book shows off many of the advanced features of Dreamweaver MX, as you walk through how to design a modular, extensible, and scalable site, and create a set of dynamic building blocks that can be quickly modified and reused in different sites.

As you build this site - which is used to display a set of images that users can view and purchase - you'll learn how to use Dreamweaver MX to:

  • Create a set of building blocks whose look and content is determined dynamically by the settings in a database
  • Create a content management page that you can use to mange the database that stores information about the images on the site, including their title, price, and how they should be laid out
  • Put the building blocks you created earlier to a variety of uses, including a news blogger, a media display, and a product display
  • Use Dreamweaver Extensions to make our building blocks easy to reuse and to add e-commerce functionality to the site

At the end of some of the chapters you'll find a series of suggested exercises from the author that are designed to test your understanding of what's been covered in the chapter as well as to encourage you to experiment with the features of Dreamweaver MX and to modify and extend the example applications.

Who is this book for?

This book is primarily for complete beginners to web site programming who have access to Dreamweaver MX and want to learn how to create dynamic web sites with it.

But the book doubles as a comprehensive reference to the features of Dreamweaver MX, so it will also be a useful resource to more experienced web developers who want to learn how to use the latest version of Dreamweaver.

As you work through the book, you'll learn how to program using Active Server Pages (ASP), but this will prove useful even if you eventually want to use Dreamweaver MX to create web sites with JavaServer Pages (JSP), ASP.NET, PHP, or ColdFusion MX. Programming in any of these languages is very similar in Dreamweaver MX, and the core concepts you learn in building web sites with ASP are applicable and easily transferred to other languages. To help, the book includes four appendices that provide fast paced guides on how to get started using JSP, ASP.NET, PHP, and ColdFusion MX with Dreamweaver MX.

What do you need to use this book?

To run the examples in this book on your computer you'll need:

  • Dreamweaver MX
  • Microsoft Windows 98, 98SE, 2000 or XP Professional

If you don't have a copy of Dreamweaver MX you can download a 30-day evaluation edition from Macromedia at http://www.macromedia.com/software/trial_download/. The evaluation edition is fully-featured, and you'll be able to use it to work through all the examples in the book.

If you have Microsoft Windows Me, Windows XP Home Edition, or a Macintosh you'll still be able to create all the examples in the book but to see them in action you'll need to use a remote server, as your operating system doesn't, by default, include a web server that can process ASP pages. Fortunately, getting access to an ASP web host is easy -- there are dozens available. And to make things even easier, the book includes detailed information on how to set up a web application to use a remote server or web host.

ISBN: 0764544047
ISBN13: 9780764544040
Author: Charles E. Brown, Imar Spaanjaars, Todd Marks
Publisher: Wrox
Format: Paperback
PublicationDate: 2003-02-10
Language: English
PageCount: 800
Dimensions: 7.3 x 1.65 x 9.02 inches
Weight: 40.96 ounces
What is this book about?

With this book you'll quickly be creating powerful, dynamic web sites with Dreamweaver MX - the latest version of Macromedia's powerful, integrated web development and editing tool.

You'll learn how to use the tools and features of Dreamweaver to construct three complete sites using HTML, JavaScript, Active Server Pages (ASP), and databases.

We start by creating a hobbyist site - The Cooking Place - that you can use to list your favorite recipes, ingredients, and dishes.

What does this book cover?

As you build this site you'll learn how to use Dreamweaver MX to

  • Plan, create, and set up a web site
  • Add web pages to the site and edit their content
  • Use Stylesheets and templates to create a consistent style across the site
  • Use tables, frames, and layers to lay out web pages
  • Add dynamic effects - like drop down menus - to web pages using JavaScript and DHTML
  • Interact with users via forms on web pages
  • Create dynamic ASP web pages to respond to user actions and input

As you progress through the book, the sites you create become ever more ambitious. The second site you build is a fan site for soccer that provides information on upcoming events for fans around the world.

As you build the second site you'll learn how to use Dreamweaver MX to:

  • Add logic to your ASP pages, so that you can display different information to different users, based on their location, or even the time of day
  • Keep track of users as they move around the site, so that you can learn what parts of your site are the most popular
  • Secure parts of the web site so that only authorized users are allowed to see sensitive information
  • Personalize the web site for individual users - so that the site appears in the colors of the user's favorite team or so that the user only sees events in their home country
  • Store and extract information about users and upcoming events in a database - and use this information to dynamically create web pages

The final site in the book shows off many of the advanced features of Dreamweaver MX, as you walk through how to design a modular, extensible, and scalable site, and create a set of dynamic building blocks that can be quickly modified and reused in different sites.

As you build this site - which is used to display a set of images that users can view and purchase - you'll learn how to use Dreamweaver MX to:

  • Create a set of building blocks whose look and content is determined dynamically by the settings in a database
  • Create a content management page that you can use to mange the database that stores information about the images on the site, including their title, price, and how they should be laid out
  • Put the building blocks you created earlier to a variety of uses, including a news blogger, a media display, and a product display
  • Use Dreamweaver Extensions to make our building blocks easy to reuse and to add e-commerce functionality to the site

At the end of some of the chapters you'll find a series of suggested exercises from the author that are designed to test your understanding of what's been covered in the chapter as well as to encourage you to experiment with the features of Dreamweaver MX and to modify and extend the example applications.

Who is this book for?

This book is primarily for complete beginners to web site programming who have access to Dreamweaver MX and want to learn how to create dynamic web sites with it.

But the book doubles as a comprehensive reference to the features of Dreamweaver MX, so it will also be a useful resource to more experienced web developers who want to learn how to use the latest version of Dreamweaver.

As you work through the book, you'll learn how to program using Active Server Pages (ASP), but this will prove useful even if you eventually want to use Dreamweaver MX to create web sites with JavaServer Pages (JSP), ASP.NET, PHP, or ColdFusion MX. Programming in any of these languages is very similar in Dreamweaver MX, and the core concepts you learn in building web sites with ASP are applicable and easily transferred to other languages. To help, the book includes four appendices that provide fast paced guides on how to get started using JSP, ASP.NET, PHP, and ColdFusion MX with Dreamweaver MX.

What do you need to use this book?

To run the examples in this book on your computer you'll need:

  • Dreamweaver MX
  • Microsoft Windows 98, 98SE, 2000 or XP Professional

If you don't have a copy of Dreamweaver MX you can download a 30-day evaluation edition from Macromedia at http://www.macromedia.com/software/trial_download/. The evaluation edition is fully-featured, and you'll be able to use it to work through all the examples in the book.

If you have Microsoft Windows Me, Windows XP Home Edition, or a Macintosh you'll still be able to create all the examples in the book but to see them in action you'll need to use a remote server, as your operating system doesn't, by default, include a web server that can process ASP pages. Fortunately, getting access to an ASP web host is easy -- there are dozens available. And to make things even easier, the book includes detailed information on how to set up a web application to use a remote server or web host.

Books - New and Used

The following guidelines apply to books:

  • New: A brand-new copy with cover and original protective wrapping intact. Books with markings of any kind on the cover or pages, books marked as "Bargain" or "Remainder," or with any other labels attached, may not be listed as New condition.
  • Used - Good: All pages and cover are intact (including the dust cover, if applicable). Spine may show signs of wear. Pages may include limited notes and highlighting. May include "From the library of" labels. Shrink wrap, dust covers, or boxed set case may be missing. Item may be missing bundled media.
  • Used - Acceptable: All pages and the cover are intact, but shrink wrap, dust covers, or boxed set case may be missing. Pages may include limited notes, highlighting, or minor water damage but the text is readable. Item may but the dust cover may be missing. Pages may include limited notes and highlighting, but the text cannot be obscured or unreadable.

Note: Some electronic material access codes are valid only for one user. For this reason, used books, including books listed in the Used – Like New condition, may not come with functional electronic material access codes.

Shipping Fees

  • Stevens Books offers FREE SHIPPING everywhere in the United States for ALL non-book orders, and $3.99 for each book.
  • Packages are shipped from Monday to Friday.
  • No additional fees and charges.

Delivery Times

The usual time for processing an order is 24 hours (1 business day), but may vary depending on the availability of products ordered. This period excludes delivery times, which depend on your geographic location.

Estimated delivery times:

  • Standard Shipping: 5-8 business days
  • Expedited Shipping: 3-5 business days

Shipping method varies depending on what is being shipped.  

Tracking
All orders are shipped with a tracking number. Once your order has left our warehouse, a confirmation e-mail with a tracking number will be sent to you. You will be able to track your package at all times. 

Damaged Parcel
If your package has been delivered in a PO Box, please note that we are not responsible for any damage that may result (consequences of extreme temperatures, theft, etc.). 

If you have any questions regarding shipping or want to know about the status of an order, please contact us or email to support@stevensbooks.com.

You may return most items within 30 days of delivery for a full refund.

To be eligible for a return, your item must be unused and in the same condition that you received it. It must also be in the original packaging.

Several types of goods are exempt from being returned. Perishable goods such as food, flowers, newspapers or magazines cannot be returned. We also do not accept products that are intimate or sanitary goods, hazardous materials, or flammable liquids or gases.

Additional non-returnable items:

  • Gift cards
  • Downloadable software products
  • Some health and personal care items

To complete your return, we require a tracking number, which shows the items which you already returned to us.
There are certain situations where only partial refunds are granted (if applicable)

  • Book with obvious signs of use
  • CD, DVD, VHS tape, software, video game, cassette tape, or vinyl record that has been opened
  • Any item not in its original condition, is damaged or missing parts for reasons not due to our error
  • Any item that is returned more than 30 days after delivery

Items returned to us as a result of our error will receive a full refund,some returns may be subject to a restocking fee of 7% of the total item price, please contact a customer care team member to see if your return is subject. Returns that arrived on time and were as described are subject to a restocking fee.

Items returned to us that were not the result of our error, including items returned to us due to an invalid or incomplete address, will be refunded the original item price less our standard restocking fees.

If the item is returned to us for any of the following reasons, a 15% restocking fee will be applied to your refund total and you will be asked to pay for return shipping:

  • Item(s) no longer needed or wanted.
  • Item(s) returned to us due to an invalid or incomplete address.
  • Item(s) returned to us that were not a result of our error.

You should expect to receive your refund within four weeks of giving your package to the return shipper, however, in many cases you will receive a refund more quickly. This time period includes the transit time for us to receive your return from the shipper (5 to 10 business days), the time it takes us to process your return once we receive it (3 to 5 business days), and the time it takes your bank to process our refund request (5 to 10 business days).

If you need to return an item, please Contact Us with your order number and details about the product you would like to return. We will respond quickly with instructions for how to return items from your order.


Shipping Cost


We'll pay the return shipping costs if the return is a result of our error (you received an incorrect or defective item, etc.). In other cases, you will be responsible for paying for your own shipping costs for returning your item. Shipping costs are non-refundable. If you receive a refund, the cost of return shipping will be deducted from your refund.

Depending on where you live, the time it may take for your exchanged product to reach you, may vary.

If you are shipping an item over $75, you should consider using a trackable shipping service or purchasing shipping insurance. We don’t guarantee that we will receive your returned item.

$14.11
Out of Stock
Overview
What is this book about?

With this book you'll quickly be creating powerful, dynamic web sites with Dreamweaver MX - the latest version of Macromedia's powerful, integrated web development and editing tool.

You'll learn how to use the tools and features of Dreamweaver to construct three complete sites using HTML, JavaScript, Active Server Pages (ASP), and databases.

We start by creating a hobbyist site - The Cooking Place - that you can use to list your favorite recipes, ingredients, and dishes.

What does this book cover?

As you build this site you'll learn how to use Dreamweaver MX to

  • Plan, create, and set up a web site
  • Add web pages to the site and edit their content
  • Use Stylesheets and templates to create a consistent style across the site
  • Use tables, frames, and layers to lay out web pages
  • Add dynamic effects - like drop down menus - to web pages using JavaScript and DHTML
  • Interact with users via forms on web pages
  • Create dynamic ASP web pages to respond to user actions and input

As you progress through the book, the sites you create become ever more ambitious. The second site you build is a fan site for soccer that provides information on upcoming events for fans around the world.

As you build the second site you'll learn how to use Dreamweaver MX to:

  • Add logic to your ASP pages, so that you can display different information to different users, based on their location, or even the time of day
  • Keep track of users as they move around the site, so that you can learn what parts of your site are the most popular
  • Secure parts of the web site so that only authorized users are allowed to see sensitive information
  • Personalize the web site for individual users - so that the site appears in the colors of the user's favorite team or so that the user only sees events in their home country
  • Store and extract information about users and upcoming events in a database - and use this information to dynamically create web pages

The final site in the book shows off many of the advanced features of Dreamweaver MX, as you walk through how to design a modular, extensible, and scalable site, and create a set of dynamic building blocks that can be quickly modified and reused in different sites.

As you build this site - which is used to display a set of images that users can view and purchase - you'll learn how to use Dreamweaver MX to:

  • Create a set of building blocks whose look and content is determined dynamically by the settings in a database
  • Create a content management page that you can use to mange the database that stores information about the images on the site, including their title, price, and how they should be laid out
  • Put the building blocks you created earlier to a variety of uses, including a news blogger, a media display, and a product display
  • Use Dreamweaver Extensions to make our building blocks easy to reuse and to add e-commerce functionality to the site

At the end of some of the chapters you'll find a series of suggested exercises from the author that are designed to test your understanding of what's been covered in the chapter as well as to encourage you to experiment with the features of Dreamweaver MX and to modify and extend the example applications.

Who is this book for?

This book is primarily for complete beginners to web site programming who have access to Dreamweaver MX and want to learn how to create dynamic web sites with it.

But the book doubles as a comprehensive reference to the features of Dreamweaver MX, so it will also be a useful resource to more experienced web developers who want to learn how to use the latest version of Dreamweaver.

As you work through the book, you'll learn how to program using Active Server Pages (ASP), but this will prove useful even if you eventually want to use Dreamweaver MX to create web sites with JavaServer Pages (JSP), ASP.NET, PHP, or ColdFusion MX. Programming in any of these languages is very similar in Dreamweaver MX, and the core concepts you learn in building web sites with ASP are applicable and easily transferred to other languages. To help, the book includes four appendices that provide fast paced guides on how to get started using JSP, ASP.NET, PHP, and ColdFusion MX with Dreamweaver MX.

What do you need to use this book?

To run the examples in this book on your computer you'll need:

  • Dreamweaver MX
  • Microsoft Windows 98, 98SE, 2000 or XP Professional

If you don't have a copy of Dreamweaver MX you can download a 30-day evaluation edition from Macromedia at http://www.macromedia.com/software/trial_download/. The evaluation edition is fully-featured, and you'll be able to use it to work through all the examples in the book.

If you have Microsoft Windows Me, Windows XP Home Edition, or a Macintosh you'll still be able to create all the examples in the book but to see them in action you'll need to use a remote server, as your operating system doesn't, by default, include a web server that can process ASP pages. Fortunately, getting access to an ASP web host is easy -- there are dozens available. And to make things even easier, the book includes detailed information on how to set up a web application to use a remote server or web host.

ISBN: 0764544047
ISBN13: 9780764544040
Author: Charles E. Brown, Imar Spaanjaars, Todd Marks
Publisher: Wrox
Format: Paperback
PublicationDate: 2003-02-10
Language: English
PageCount: 800
Dimensions: 7.3 x 1.65 x 9.02 inches
Weight: 40.96 ounces
What is this book about?

With this book you'll quickly be creating powerful, dynamic web sites with Dreamweaver MX - the latest version of Macromedia's powerful, integrated web development and editing tool.

You'll learn how to use the tools and features of Dreamweaver to construct three complete sites using HTML, JavaScript, Active Server Pages (ASP), and databases.

We start by creating a hobbyist site - The Cooking Place - that you can use to list your favorite recipes, ingredients, and dishes.

What does this book cover?

As you build this site you'll learn how to use Dreamweaver MX to

  • Plan, create, and set up a web site
  • Add web pages to the site and edit their content
  • Use Stylesheets and templates to create a consistent style across the site
  • Use tables, frames, and layers to lay out web pages
  • Add dynamic effects - like drop down menus - to web pages using JavaScript and DHTML
  • Interact with users via forms on web pages
  • Create dynamic ASP web pages to respond to user actions and input

As you progress through the book, the sites you create become ever more ambitious. The second site you build is a fan site for soccer that provides information on upcoming events for fans around the world.

As you build the second site you'll learn how to use Dreamweaver MX to:

  • Add logic to your ASP pages, so that you can display different information to different users, based on their location, or even the time of day
  • Keep track of users as they move around the site, so that you can learn what parts of your site are the most popular
  • Secure parts of the web site so that only authorized users are allowed to see sensitive information
  • Personalize the web site for individual users - so that the site appears in the colors of the user's favorite team or so that the user only sees events in their home country
  • Store and extract information about users and upcoming events in a database - and use this information to dynamically create web pages

The final site in the book shows off many of the advanced features of Dreamweaver MX, as you walk through how to design a modular, extensible, and scalable site, and create a set of dynamic building blocks that can be quickly modified and reused in different sites.

As you build this site - which is used to display a set of images that users can view and purchase - you'll learn how to use Dreamweaver MX to:

  • Create a set of building blocks whose look and content is determined dynamically by the settings in a database
  • Create a content management page that you can use to mange the database that stores information about the images on the site, including their title, price, and how they should be laid out
  • Put the building blocks you created earlier to a variety of uses, including a news blogger, a media display, and a product display
  • Use Dreamweaver Extensions to make our building blocks easy to reuse and to add e-commerce functionality to the site

At the end of some of the chapters you'll find a series of suggested exercises from the author that are designed to test your understanding of what's been covered in the chapter as well as to encourage you to experiment with the features of Dreamweaver MX and to modify and extend the example applications.

Who is this book for?

This book is primarily for complete beginners to web site programming who have access to Dreamweaver MX and want to learn how to create dynamic web sites with it.

But the book doubles as a comprehensive reference to the features of Dreamweaver MX, so it will also be a useful resource to more experienced web developers who want to learn how to use the latest version of Dreamweaver.

As you work through the book, you'll learn how to program using Active Server Pages (ASP), but this will prove useful even if you eventually want to use Dreamweaver MX to create web sites with JavaServer Pages (JSP), ASP.NET, PHP, or ColdFusion MX. Programming in any of these languages is very similar in Dreamweaver MX, and the core concepts you learn in building web sites with ASP are applicable and easily transferred to other languages. To help, the book includes four appendices that provide fast paced guides on how to get started using JSP, ASP.NET, PHP, and ColdFusion MX with Dreamweaver MX.

What do you need to use this book?

To run the examples in this book on your computer you'll need:

  • Dreamweaver MX
  • Microsoft Windows 98, 98SE, 2000 or XP Professional

If you don't have a copy of Dreamweaver MX you can download a 30-day evaluation edition from Macromedia at http://www.macromedia.com/software/trial_download/. The evaluation edition is fully-featured, and you'll be able to use it to work through all the examples in the book.

If you have Microsoft Windows Me, Windows XP Home Edition, or a Macintosh you'll still be able to create all the examples in the book but to see them in action you'll need to use a remote server, as your operating system doesn't, by default, include a web server that can process ASP pages. Fortunately, getting access to an ASP web host is easy -- there are dozens available. And to make things even easier, the book includes detailed information on how to set up a web application to use a remote server or web host.

Books - New and Used

The following guidelines apply to books:

  • New: A brand-new copy with cover and original protective wrapping intact. Books with markings of any kind on the cover or pages, books marked as "Bargain" or "Remainder," or with any other labels attached, may not be listed as New condition.
  • Used - Good: All pages and cover are intact (including the dust cover, if applicable). Spine may show signs of wear. Pages may include limited notes and highlighting. May include "From the library of" labels. Shrink wrap, dust covers, or boxed set case may be missing. Item may be missing bundled media.
  • Used - Acceptable: All pages and the cover are intact, but shrink wrap, dust covers, or boxed set case may be missing. Pages may include limited notes, highlighting, or minor water damage but the text is readable. Item may but the dust cover may be missing. Pages may include limited notes and highlighting, but the text cannot be obscured or unreadable.

Note: Some electronic material access codes are valid only for one user. For this reason, used books, including books listed in the Used – Like New condition, may not come with functional electronic material access codes.

Shipping Fees

  • Stevens Books offers FREE SHIPPING everywhere in the United States for ALL non-book orders, and $3.99 for each book.
  • Packages are shipped from Monday to Friday.
  • No additional fees and charges.

Delivery Times

The usual time for processing an order is 24 hours (1 business day), but may vary depending on the availability of products ordered. This period excludes delivery times, which depend on your geographic location.

Estimated delivery times:

  • Standard Shipping: 5-8 business days
  • Expedited Shipping: 3-5 business days

Shipping method varies depending on what is being shipped.  

Tracking
All orders are shipped with a tracking number. Once your order has left our warehouse, a confirmation e-mail with a tracking number will be sent to you. You will be able to track your package at all times. 

Damaged Parcel
If your package has been delivered in a PO Box, please note that we are not responsible for any damage that may result (consequences of extreme temperatures, theft, etc.). 

If you have any questions regarding shipping or want to know about the status of an order, please contact us or email to support@stevensbooks.com.

You may return most items within 30 days of delivery for a full refund.

To be eligible for a return, your item must be unused and in the same condition that you received it. It must also be in the original packaging.

Several types of goods are exempt from being returned. Perishable goods such as food, flowers, newspapers or magazines cannot be returned. We also do not accept products that are intimate or sanitary goods, hazardous materials, or flammable liquids or gases.

Additional non-returnable items:

  • Gift cards
  • Downloadable software products
  • Some health and personal care items

To complete your return, we require a tracking number, which shows the items which you already returned to us.
There are certain situations where only partial refunds are granted (if applicable)

  • Book with obvious signs of use
  • CD, DVD, VHS tape, software, video game, cassette tape, or vinyl record that has been opened
  • Any item not in its original condition, is damaged or missing parts for reasons not due to our error
  • Any item that is returned more than 30 days after delivery

Items returned to us as a result of our error will receive a full refund,some returns may be subject to a restocking fee of 7% of the total item price, please contact a customer care team member to see if your return is subject. Returns that arrived on time and were as described are subject to a restocking fee.

Items returned to us that were not the result of our error, including items returned to us due to an invalid or incomplete address, will be refunded the original item price less our standard restocking fees.

If the item is returned to us for any of the following reasons, a 15% restocking fee will be applied to your refund total and you will be asked to pay for return shipping:

  • Item(s) no longer needed or wanted.
  • Item(s) returned to us due to an invalid or incomplete address.
  • Item(s) returned to us that were not a result of our error.

You should expect to receive your refund within four weeks of giving your package to the return shipper, however, in many cases you will receive a refund more quickly. This time period includes the transit time for us to receive your return from the shipper (5 to 10 business days), the time it takes us to process your return once we receive it (3 to 5 business days), and the time it takes your bank to process our refund request (5 to 10 business days).

If you need to return an item, please Contact Us with your order number and details about the product you would like to return. We will respond quickly with instructions for how to return items from your order.


Shipping Cost


We'll pay the return shipping costs if the return is a result of our error (you received an incorrect or defective item, etc.). In other cases, you will be responsible for paying for your own shipping costs for returning your item. Shipping costs are non-refundable. If you receive a refund, the cost of return shipping will be deducted from your refund.

Depending on where you live, the time it may take for your exchanged product to reach you, may vary.

If you are shipping an item over $75, you should consider using a trackable shipping service or purchasing shipping insurance. We don’t guarantee that we will receive your returned item.

X

Oops!

Sorry, it looks like some products are not available in selected quantity.

OK

Sign up to the Stevens Books Newsletter

For the latest books, recommendations, author interviews and more

By signing up, I confirm that I'm over 16. To find out what personal data we collect and how we use it, please visit. our Privacy Policy.