Gør som tusindvis af andre bogelskere
Tilmeld dig nyhedsbrevet og få gode tilbud og inspiration til din næste læsning.
Ved tilmelding accepterer du vores persondatapolitik.Du kan altid afmelde dig igen.
*Covers over a dozen complex applications with real-world focus *Focuses on teaching the technology, and graphical aspects of Flash examples presented with creative edge *Only book covering integration of Flash and PHP, plus MySQL
The interest in sustainability and environmental, social, and governance (ESG) from stakeholders across all sectors is growing and will continue to do so as we are in the most pivotal decade for meeting the global goals on climate change and sustainable development. This book is a compendium of the international agreements, regulatory advancements, and current practicum to inform a 360-degree viewpoint of the organizations, frameworks, and stakeholders that shape the evolving landscape.Written in a straightforward and conversational tone, yoüll embark on a knowledge journey on the progression of ESG and sustainability and how it directly shapes and informs current practice. The book provides insights, discussion, and topical briefings as a side-by-side reader to accompany the rise of ESG and sustainability in business and the markets. You will learn about the origins of sustainability in treaties and policy, the differentiation of ESG, sustainability, and social responsibility, and the emerging trends. Readers will examine the respective roles of the corporation, the financial and investment sector, the international bodies, the business interest groups, the NGOs and the philanthropic community.What were once regarded as ¿nice-to-have¿ initiatives with voluntary reporting have moved into the regulated sphere with mandatory public disclosures and reporting requirements on greenhouse gas emissions, climate risk and transition planning, biodiversity and nature-related impacts, supply chain transparency, human rights, human capital, and board diversity. The ESG and Sustainability Deskbook for Business threads the needle with best practices, case studies, and takeaways to illustrate the applications and to enhance understanding.
Learn to create web applications in PHP with minimal previous experience. This book is a practical guide to using PHP for web development.Loaded with examples and step-by-step instructions, each chapter is dedicated to a specific area or function. Yoüll first review the main principles of PHP and what is needed to program and develop in it. Yoüll then study variables, data types, control statements, arrays, and functions, all critical for creating efficient PHP programs. The book then moves on to object-oriented programming (OOP) and how to implement those principles in PHP, as well as inheritance, interfaces, testing, error handling, and exceptions. By the end of PHP by Example, you will have the knowledge and confidence to implement PHP for your web projects both large and small.What Yoüll Learn Understand PHP from the ground up Create scripts and implement them in real-world projects Work with a broad toolkit of ready-made exercises and solutions Investigate the main constructions of the PHP
* Learn with the experts by building an ecommerce site with expert programmers.* Practical guide to the specific task of building an e-commerce site. * Phased tutorial style delivers early website results, and shows how this site can evolve over time to something more complex if the reader needs that. * Proven authoring team. * Updated for .NET 1.1 and Visual Studio .NET 2003.
Beginning PL/SQL is a fast-paced and blissfully short introduction to Oracle's PL/SQL language. PL/SQL is the built-in language that every Oracle developer and database administrator simply must know. The book shows readers how to apply object-oriented PL/SQL to production applications. No other book on PL/SQL does this. It gives the reader practical advice on what works and what doesn't, and advises on the performance tradeoffs between doing work in SQL versus in PL/SQL. This book gets readers up-to-speed on the core of the language without wasting time on esoteric and seldom used syntax.
This book is for any Flex developer who is comfortable with the basics and wants to take their knowledge to the next level. It provides a library of over 100 solutions to common problems. Each solution takes you through the workings of the example step-by-step and then presents some expert's tips, which will take your understanding further and give you unique insights into Flex development. Coverage includes Flex 2 components, charting, working with remote data, data validation, displaying data with list based controls, controlling the look and feel of applications, application security, and working with dynamic data sources.
Pro PHP presents experienced developers with a thorough guide to the language's key advanced features, focusing on both recent and emerging features and development trends. Advanced object-oriented features, documentation, debugging, software patterns, and the Standard PHP Library are just a few of the topics covered in extensive detail. Author and noted PHP expert Kevin McArthur also examines emerging practices and trends such as the MVC architecture as applied to PHP, with special emphasis placed upon the increasingly popular Zend Framework. The book also covers JSON, the SOAP extension, and advanced web services topics.
Pro NetBeans aims to publish on the NetBeans Java IDE, a market that is now under-represented in the marketplace, unlike the near saturation of Eclipse books. Specifically, this book aims to be first to market on the new NetBeans 5.5 Java IDE, based on the relatively new Java EE 5 platform and J2SE 5. It discusses real life case studies and directly relates the material to topics the reader can quickly understand. The book is intended for Java developers of varying skill who may or may not be familiar with Netbeans IDE or Java IDEs in general. Netbeans IDE is an amazing tool for rapidly developing Java applications.
SQL Server 2005 Express Edition is a free relational database management system from Microsoft and provides a major subset of full SQL Server 2005 functionality. Many users learn on SQL Server 2005 Express Edition and then move on to SQL Server 2005. This book is a comprehensive, clear and gentle introduction to all fundamental aspects of SQL Server 2005 Express and the T-SQL database language. It is highly readable yet technically thorough. The book assumes no prior experience in databases or programming and is ideal for any new SQL Server Express user, whatever their use of SQL Server Express.
Expert guidance on administering the highly complex Oracle E-Business SuiteTime-proven best practicesTried and tested scripts, notes, and references Covers all vital admin tasks, including configuration, monitoring, performance tuning, troubleshooting, and patching
Mashups are hugely popular right now, a very important topic within the general area of Web 2.0, involving technologies such as CSS, JavaScript, Ajax, APIs, libraries, and server-side languages (such as PHP and ASP.NET.) This book aims to be the definitive tome on Mashup development, to stand in the middle of all the other, more API specific books coming out on Google Maps, Flickr, etc. The book shows how to create real world Mashups using all the most poplar APIs, such as Google Maps, Flickr, Amazon Web Services, and delicious, and includes examples in multiple different server-side languages, such as PHP, Java, and .NET.
This book is an invaluable companion when tackling a wide range of Visual Basic 2005 problems. It meets your need for fast, effective solutions to the difficulties you encounter in your coding projects.The book collates these problems and explains their available solutions. These one-stop solutions have been chosen with professional developers in mind and feature a careful balance of code and text: the code gives you everything you need to solve the problem at hand, while the accompanying text carefully explains how it solves your problem and, more importantly, why it works the way it does.
Beginning Java SE 6 by Sing Li et al should be the first beginning level tutorial on the new Java SE 6, and is ideal for learning the new core Java Standard Edition (SE) 6 platform. Each chapter in the book introduces a particular API area, discusses the APIs, and provides a hands-on example showing its use. Each chapter is independent of the other, and sharply focuses on one API area. It is a fun, highly visual book with many chapters on GUI, graphics, and gaming.
Within the pages of Practical Ruby for System Administration, you'll learn the Ruby way to construct files, tap into clouds of data, build domain-specific languages, perform network traffic analysis, and more. Coverage places equal emphasis on fundamental Ruby concepts as well as practical how-tos. Based on author André Ben Hamou's own experiences working as a system administrator, this book will help you pick up practical tips on Ruby coding style, learn how to analyze and improve script performance, and make use of no-nonsense advice on scripting workflow, including testing, documentation, and version control.
60-80% of Java developers require only simple Java Web applications. For these advanced, specialized users, the optimal deployment tool for simple Java-based Web applications is the open source Tomcat Web application server, which has graduated from Jakarta to become a topline Apache project, Apache Tomcat. Pro Apache Tomcat 6 fills an important need in the very large, very under-served Tomcat tech market. Unlike beginner manuals, this book wastes no time on Java or JSP introductions, and discusses JSP and Java code minimally. Instead, it gets right to the point and teaches you to use the newest Tomcat, version 6.
C# is the most influential language on the .NET platform. As Microsoft's preferred language it has established a solid user base over recent versions and is attracting converts among developers from older technologies at an ever-increasing rate. With the recent release of .NET 2.0, the rate of migration to C# has never been faster. This book caters to that migrating audience. Illustrated C# 2005 packs the essentials of the C# language into just 350 pages, using an array of visual styles to provide a concise, clearly expressed quick reference to the core of the technology.
Windows Server 2003 Networking Recipes offers a comprehensive, task-based guide to installing, deploying, and configuring the various networking protocols and services supported by Windows Server 2003. Currently, there is little printed information available on performing tasks associated with building and running these services. Instead, administrators are forced to wade through the Microsoft documentation to find what they need. This book makes it easy by presenting task-based information in a multi-solution format. Graphical, command-line, group policy, registry, and scripting solutions are included with each recipe as applicable.
This book will take developers through the first steps of using Spring whilst discussing the relevant technologies that Spring can be integrated with, what to be aware of and how working with Spring makes them easier to use. It focuses on the most useful features of Spring, including persistence and transaction management as well as the complete Spring web tools portfolio, and also introduces 3-tier application design and how to test these designs.Ideal for J2EE beginners, this book provides a broad insight into Spring's enterprise Java-based technologies, whilst showing how to use Spring correctly.
*Uniquely and squarely focuses on the needs of a startup ISV*Several leading companies in their market segment are actually micro-ISVs, including Fog Creek (FogBugz) and Sun Belt Software (Counter-Spy). It's possible to be small AND successful, and this book is perfect for those who wish to try *Volume of Micro ISVs is increasing, signifying a deep, broad audience for this book
* The only truly Beginning level book on the market that is tailored to the needs of aspiring developers with little or no experience. Assumes no prior SQL Server knowledge. * Explores the new 2005 features fully but also suitable for SQL Server 2000 users. * The book provides everything an aspiring developer needs to start building SQL Server database applications.
* 1st and only book to market on the open source Spring MVC and Web Flows, positioned to become the new "Struts." * Will be the only authoritative solution, by the Spring MVC and Spring Web Flows project leads themselves. * Two markets for this book. 1) Ex-patriots from the Struts world who have developed numerous web applications, but are looking for more and willing to take the initiative to experiment with new solutions; and 2) early adopter web developers into Web Flow, which has created a lot of buzz and will generate interest around this book as well as Spring MVC.
* The book supports the new version of Dreamweaver, a huge potential market! * This book is fairly unique within that market - a book purely focused on PHP web development with Dreamweaver that teaches professional techniques, and doesn't treat readers like idiots (it isn't aimed at the "dummies" audience.) * Dreamweaver has over 3 million users worldwide.
* Takes the reader completely through all stages of a programming project, including analysis, modeling, and development using object-oriented programming techniques and VB.NET. * VB.NET students and followers need a comprehensive resource to correct coding procedures. * This is a core trade area (careers begin here!) with large potential sales. There is a growing and strong following for VB.NET and a market for students and procedural programmers moving to OO-programming.
* Offers a unique blend of theory and examples. * The first book covering service orientation with smart clients. * Only book brave enough to tackle the challenges surrounding testing agility in smart clients. * Gives practical case studies to re-enforce theory. * Introduces the concept of smart agents.
* Pro ASP.NET 2.0 Website Programming shows how to provide users and customers with ASP.NET 2.0 websites that are easy-to-use, perform well, and secure. * This book clearly explains how to handle all of the common website tasks effortlessly: including logging in, displaying important customer information, querying data, reporting. and security. * With this book, readers will learn ASP.NET 2.0 and how to apply it to solve real business problems.
* Avoids proof-of-concept examples in favor of teaching readers how to produce well-coded secure CGI applications that will stand up to the demands of being placed into the potentially hostile environment of the Internet. * Takes a holistic approach to web application development and includes instruction on how to use ancillary programs such as Mason and Nagios that the reader will need to be familiar with in order to progress. * The book's comprehensive scope tackles all the areas of Perl web application development the reader is likely to need in creating their first web applications.
*Provided tools complement the popular Service Oriented architectural design style advocated by Microsoft. *Covers breadth of Remoting, Reflection and Threading in a minimum amount of space. *Acts as a one-volume bible and desk reference for working .NET programmers.
*Author is the maintainer of Gaim; and provides excellent insight into the application *Practice building and extending Gaim, while learning GTK toolkit and network protocols *Tutorials are based on OS Gaim project: the #1 Sourceforge project out of 86,116 present on Sourceforge *In one 7 day period (from 8/23/04-8/30/04), it was downloaded nearly 55,000 times. Typing "gaim" into google brings up over 900,000 hits
*Includes 15 controls (programs) covering a wide range of situations; provides both a working coded solution to their problem as well as the thinking behind it *Controls can be 'cut and pasted' or used as templates for readers to build their own controls
* With Oracle 10g, for the first time, much of the Spatial functionality is provided for free (rather than as a priced option) in the database, thus massively increasing the potential audience.* Shows how any Oracle application that has a spatial element (e.g. postcode) can take advantage of Spatial functionality. * Contains case studies of more advanced applications of Spatial in healthcare, telecom ,retail, and distribution . * Oracle Spatial is recognized to be the standard platform for enterprise land management, mapping, telecom, transportation, and utility applications. Every major GIS tool vendor supports Oracle Spatial and all major map data providers deliver their data in Oracle Spatial format. * The book will be based on extensive feedback from training courses, discussion lists, and customers. It will recommend best practice approaches to the most common problems with which developers struggle. * The authors are all experienced and well-respected experts. The Oracle personnel contributing have a decade of experience with Spatial and in helping partners and customers fully leverage its capabilities. The technical reviewers include lead developers of the product. * Rather than simplified code snippets, the book provides real solutions that people can then build upon themselves.
Tilmeld dig nyhedsbrevet og få gode tilbud og inspiration til din næste læsning.
Ved tilmelding accepterer du vores persondatapolitik.