Kirjojen hintavertailu. Mukana 12 390 323 kirjaa ja 12 kauppaa.

Kirjailija

Cristian Darie

Kirjat ja teokset yhdessä paikassa: 8 kirjaa, julkaisuja vuosilta 2003-2009, suosituimpien joukossa AJAX and PHP: Building Responsive Web Applications. Vertaile teosten hintoja ja tarkista saatavuus suomalaisista kirjakaupoista.

8 kirjaa

Kirjojen julkaisuhaarukka 2003-2009.

Beginning ASP.NET E-Commerce in C#

Beginning ASP.NET E-Commerce in C#

Karli Watson; Cristian Darie

APress
2009
nidottu
With the incarnations of ASP.NET 3.5 and SQL Server 2008, programming dynamic data--driven web sites with Microsoft technologies has become easier and much more efficient than ever before. Fewer mouse clicks and fewer lines of code can now enable more powerful features and the tools you need--Visual Web Developer and SQL Server 2008 Express Edition--are free. In Beginning ASP.NET E-Commerce in C#: From Novice to Professional, you'll learn how to best use the free development tools offered by Microsoft to build an online product catalog. You will gain an intimate understanding of every piece of code you write. This understanding will enable you to build your own powerful and flexible web sites efficiently and rapidly with ASP.NET 3.5. * Build a complete site, including a shopping cart, checkout, product searching, product recommendations, control panel, customer accounts, order processing, and much, much more. * Explore new challenges and theoretical concepts, which are carefully analyzed and explained throughout the book, with each feature you add to the web site. * Learn to handle payments by integrating PayPal and DataCash into your site. What you'll learn * Use Microsoft's Express products to build an online product catalog * Add payment processing with PayPal and DataCash * Expand your site's product listing through web services * Implement an order pipeline * Take advantage of search engine optimization techniques to publicize your site Who this book is for Developers wanting to build professional e--commerce sites using .NET technologies.
Beginning PHP and MySQL E-Commerce

Beginning PHP and MySQL E-Commerce

Cristian Darie; Emilian Balanescu

APress
2008
nidottu
Beginning PHP and MySQL E-Commerce: From Novice to Professional, Second Edition covers every step of the design and building process involved in creating powerful, extendable e–commerce web sites. Based around a real–world example involving a web site selling t–shirts, you'll learn how to create and manage a product catalog, build and integrate a shopping cart, and process customer accounts and PayPal/credit card transactions. With the e–commerce framework in place, authors Emilian Balanescu and Cristian Darie show you how to integrate advanced features sure to set your web site apart from the competition. You'll learn how to expand your catalog using Amazon Web Services, optimize the web site for the search engines, and take advantage of Ajax to build an even more user–friendly shopping cart. Other highlights: The authors show you how to build a complex, extendable e–commerce web site using sound development practicesThis second edition has been updated to take advantage of a more flexible templating system, and new chapters cover Ajax integration and search engine optimizationThe text goes beyond basic product and customer management, showing you how to integrate product reviews, process payments using both credit cards and PayPal, and expand your web site catalog using third–party services such as Amazons affiliate program
Microsoft AJAX Library Essentials: Client-side ASP.NET AJAX 1.0 Explained

Microsoft AJAX Library Essentials: Client-side ASP.NET AJAX 1.0 Explained

Bogdan Brinzarea; Cristian Darie

Packt Publishing Limited
2007
nidottu
This book is a practical tutorial to get you confident and comfortable working with the Microsoft AJAX suite. Packed with step-by-step examples and detailed explanations of how the examples work, this book is the ideal first step into the exciting world of AJAX in ASP.NET This book has been written for ASP.NET developers entering the world of the ASP.NET AJAX Framework, and for existing ASP.NET AJAX developers looking for a more detailed tutorial on the client-side of the framework: the Microsoft AJAX Library.
Beginning ASP.NET 2.0 E-Commerce in C# 2005

Beginning ASP.NET 2.0 E-Commerce in C# 2005

Cristian Darie; Karli Watson

APress
2005
nidottu
You will learn how to build a complete e-commerce web site, following the entire design and build process. The website will be constructed following industry best practices in a modular manner—with a new module introduced and completed in each chapter. Topics include an online catalogue and shopping cart, product searching and recommendation, and checkout/payment functionality. A distinguishing feature of this book is that it explains handling payments via PayPal, DataCash, and VeriSign Payflow Pro. By the end of the book, you will have created a fully-functioning e-commerce site, allowing you to sell merchandise and accept money from customers, at low cost to you.
Beginning ASP.NET 1.1 E-Commerce

Beginning ASP.NET 1.1 E-Commerce

Karli Watson; Cristian Darie

APress
2004
nidottu
Beginning ASP.NET 1.1 E-Commerce shows programmers how to build E-Commerce websites using ASP.NET technology. In this book, web developers learn from the experts by building a website with the experts. It is a real-world, practical tutorial. This book follows the E-Commerce site creation process through from design to deployment, demonstrating proven approaches to building E-Commerce sites. The power of this book is this complete approach from the beginning right to the end of the project: it provides a complete programming solution for E-Commerce. The E-Commerce site in the book is built in phases, showing web site developers how to make use of third-party shopping-cart and payment facilities, suitable for a small E-Commerce operation. The book then gradually brings more and more functionality into the E-Commerce site, developing eventually into a complete online shopping and order processing system. Solid architectural principles are demonstrated throughout, with modular, n-tier design. This book shows real code that works in the real world, and teaches by example as it builds this E-Commerce site. This new revised edition includes updates to use Visual Studio .NET 2003, .NET 1.1, and some new material on supporting 'customers who bought this also bought'-style cross-sell and up-sell. ASP.NET is a great web development technology for putting small-to-medium businesses onto the web. Its object-oriented architecture and solid database layer (ADO.NET) make it more robust and suited to E-Commerce than simple scripting and tag-based solutions like PHP and ColdFusion, but its ease of use and tools support make it much faster to develop with than Java. Using ASP.NET you can easily build scalable, well-structured, extensible websites that you can support a business on. This text is aimed at demonstrating the easiest path to put a business on the web using ASP.NET. The phased-approach gets the reader up and running with a working but simple E-Commerce store quickly, but also allows the site design to be flexible and grow over time to a more advanced E-Commerce solution. Different readers can stop along this journey at whatever point they need, if the website that is built suits their needs at that point. Ur innehållet: Introduction; Starting an E-Commerce Site; Laying Out the Foundations; Creating the Product Catalog; The Product Catalog: Adding Content; Searching the Catalog; Receiving Payments Using PayPal; Catalog Administration; The Shopping Basket; Dealing with Customer Orders; Customer Details; Order Pipeline; Implementing the Pipeline; Credit Card Transactions; The End; Appendix A: Installing IIS, MSDE, OSQL, and Creating Class Libraries.
The Programmer's Guide to SQL

The Programmer's Guide to SQL

Cristian Darie; Karli Watson

APress
2003
nidottu
The Programmer's Guide to SQL provides an in-depth yet concise tutorial on the use of Structured Query Language (SQL), the standard that defines how to create and manipulate databases and the data that they store. Once you've mastered the fundamentals, the book serves as a handy desktop reference on SQL usage, covering all the major SQL statements that you're likely to need when programming databases, with example code for five major database systems: SQL Server, Oracle, DB2, MySQL, and Access. In each case, it demonstrates how the SQL standard is implemented, and in some cases extended, by each database system vendor. It discusses:- Querying, modifying and summarizing data using SQL - SQL Functions- Complex nested queries and joins - Programming database stores procedures, triggers and views - Creating tables, indexes and other database objects- How to write transaction-safe SQL - How to implement basic database security The book covers the very latest version of the SQL standard, SQL-99, and includes two complete case studies, showing how to create and query the underlying database for a fully featured web site, and how to implement role-based security in your applications. As such, it is ideal for any programmer, analyst, or database administrator in search of an SQL reference that also demonstrates how to use SQL to solve real business problems.