0
Your cart

Your cart is empty

Browse All Departments
Price
  • R100 - R250 (127)
  • R250 - R500 (545)
  • R500+ (3,196)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Internet > Internet languages > General

Pro HTML5 Programming - Powerful APIs for Richer Internet Application Development (Paperback, 1st ed.): Peter Lubbers, Brian... Pro HTML5 Programming - Powerful APIs for Richer Internet Application Development (Paperback, 1st ed.)
Peter Lubbers, Brian Albers, Frank Salim
R1,369 Discovery Miles 13 690 Ships in 10 - 15 working days

HTML5 is here, and with it, web applications take on a power, ease, scalability, and responsiveness like never before. In this book, developers will learn how to use the latest cutting-edge HTML5 web technologyavailable in the most recent versions of modern browsersto build web applications with unparalleled functionality, speed, and responsiveness.Explains how to create real-time HTML5 applications that tap the full potential of modern browsers Provides practical, real-world examples of HTML5 features in action Shows which HTML5 features are supported in current browsers Covers all the new HTML5 APIs to get you up to speed quickly with HTML5 What you'll learn How the HTML5 specification has evolved How to develop cutting-edge web applications using new HTML5 features like WebSockets, geolocation, Web Storage, Canvas, and audio and video Which features are available in browsers today Who this book is for

Web designers and developers who want to use the latest cutting-edge technology available in current browsers Developers who want to create dynamic, HTML5 web applications Developers who want to know which HTML5 features are supported in current browsers Table of Contents Overview of HTML5 Using the HTML5 Canvas API Working with HTML5 Audio and Video Using the HTML5 Geolocation API Using the Communication APIs Using the HTML5 Web Socket API Using the HTML5 Forms API Using the HTML5 Web Workers API Using the HTML5 Web Storage API Creating HTML5 Offline Web Applications The Future of HTML5

Beginning PHP and MySQL - From Novice to Professional (Paperback, 4th ed.): W. Jason Gilmore Beginning PHP and MySQL - From Novice to Professional (Paperback, 4th ed.)
W. Jason Gilmore
R1,806 R1,456 Discovery Miles 14 560 Save R350 (19%) Ships in 10 - 15 working days

Extensive coverage of PHP and MySQL-more than any other book for beginners Updated for PHP 5.3 Author W. Jason Gilmore is a well-known and highly respected PHP developer and author as well as the organizer of CodeMash Beginning PHP and MySQL: From Novice to Professional, Fourth Edition is a major update of W. Jason Gilmore's authoritative book on PHP and MySQL. The fourth edition includes complete coverage of PHP 5.3 features, including namespacing, an update of AMP stack installation and configuration, updates to Zend Framework, coverage of MySQL Workbench, and much more. You'll not only receive extensive introductions to the core features of PHP, MySQL, and related tools, but you'll also learn how to effectively integrate them in order to build robust data- driven applications. Gilmore has seven years of experience working with these technologies, and he has packed this book with practical examples and insight into the real-world challenges faced by developers. Accordingly, you will repeatedly return to this book as both a valuable instructional tool and reference guide.

Foundation Flash CS5 For Designers (Paperback, 1st ed.): Tom Green, Tiago Dias Foundation Flash CS5 For Designers (Paperback, 1st ed.)
Tom Green, Tiago Dias
R1,190 R1,016 Discovery Miles 10 160 Save R174 (15%) Ships in 10 - 15 working days

Flash is one of the most engaging, innovative, and versatile technologies available -- allowing the creation of anything from animated banners and simple cartoons to rich Internet applications, interactive videos, and dynamic user interfaces for web sites, kiosks, devices, or DVDs. The possibilities are endless, and now it just got better. Flash CS5 boasts a host of new features, including better support for mobile devices, a whole new animation engine enabling full manipulation of tweens and paths, custom easing, improved inverse kinematics, a revamped timeline, built-in 3D, and much more. This book is all you'll need to learn Flash CS5 from the ground up. If you already have Flash experience, this book will allow you to quickly catch up on all the cool new features. Flash experts Tom Green and Tiago Dias guide you step-by-step through all facets of Flash CS5, keeping the emphasis firmly on good design techniques that you use in your own projects. * Learn Flash design from the ground up, or just get to grips with the new features, with a series of step-by-step tutorials. * Provides an easy introduction to ActionScript 3.0 coding, but the focus is mainly kept on design. * Learn from the experts -- written by renowned Flash designers Tom Green and Tiago Dias.

Beginning Silverlight 4 in C# (Paperback, 3rd ed.): Robert Lair Beginning Silverlight 4 in C# (Paperback, 3rd ed.)
Robert Lair
R1,028 R854 Discovery Miles 8 540 Save R174 (17%) Ships in 10 - 15 working days

The growing popularity of Web 2.0 applications is increasing user expectations for high-quality web site design, presentation, and functionality. It is into this climate that Microsoft is releasing Silverlight 4, the third and latest iteration of its cross-browser web presentation technology. Beginning Sliverlight 4 brings you to the cutting-edge of Web 2.0 application design and includes plenty of practical guidance to get you started straightaway. Silverlight design tools have important differences compared to those used to create Ajax and JavaScript functionality. Robert Lair takes you on a tour of all the tools, including: * Microsoft Expression Design, which plays an important part in creating Silverlight assets. * Microsoft Expression Blend, which is used to build user interaction for Silverlight elements.* Microsoft Visual Studio, which manages the interaction between designers and developers, providing the coding environment for nuts and bolts wiring. Once you've mastered the basics, you'll move on to gaining a more in-depth knowledge of some of the new features introduced with Silverlight 4, including H.264 protected content, right-click event handling, a new printing API, and support for the Managed Extensibility Framework. What you'll learn* Discover the tools needed for Silverlight 4 development, the roles each plays, and how they interact to produce a seamless result.* Understand the fundamental concepts and techniques that lie at the heart of every successful Silverlight application and how to apply them to your own projects.* Explore the new features and coding practices Silverlight gives to you as a developer that sets it apart from other web-development tools.Who this book is for This book is for anyone with an interest in web development. A basic familiarity with web development and simple C# coding is useful, but by no means a requirement. This book will teach you everything that you need to know.

Multithreaded JavaScript - Concurrency Beyond the Event Loop (Paperback): Thomas Hunter II, Bryan English Multithreaded JavaScript - Concurrency Beyond the Event Loop (Paperback)
Thomas Hunter II, Bryan English
R1,045 Discovery Miles 10 450 Ships in 12 - 17 working days

Traditionally, JavaScript has been a single-threaded language. Nearly all online forum posts, books, online documentation, and libraries refer to the language as single threaded. Thanks to recent advancements in the language--such as the Atomics and SharedArrayBuffers objects and Web Workers in the browser--JavaScript is now a multi-threaded language. These features will go down as being the biggest paradigm shift for the world's most popular programming language. Multithreaded JavaScript explores the various features that JavaScript runtimes have at their disposal for implementing multithreaded programming, providing both practical real-world examples, as well as reference material. Learn what multithreaded programming is and how you can benefit from it Understand the differences between a web worker, a service worker, and a worker thread Know when and when not to use threads in an application Orchestrate communication between threads by leveraging the Atomics object Build high-performance applications using the knowledge you gain from this book Benchmark performance to learn if you'll benefit from multithreading

Beginning ASP.NET 4 in C# 2010 (Paperback, 1st ed.): Matthew MacDonald Beginning ASP.NET 4 in C# 2010 (Paperback, 1st ed.)
Matthew MacDonald
R1,429 R1,196 Discovery Miles 11 960 Save R233 (16%) Ships in 10 - 15 working days

The most up-to-date and comprehensive introductory ASP.NET book you'll find on any shelf, Beginning ASP.NET 4 in C# 2010 guides you through Microsoft's latest technology for building dynamic web sites. Learn how to build sophisticated web pages quickly and easily using the most powerful tools available.

Starting with the basics, this book provides exhaustive coverage of ASP.NET, guiding you from your first steps right through to advanced techniques - such as making database queries from within a web page, tuning your website for optimal performance and deploying your website to production servers.

Within these pages, you'll find tips for best practices and comprehensive discussions of key database and XML principles you need to know in order to be effective with ASP.NET. The book also fully explains the crucial coding techniques of object-orientation and code-behind on which your future as a successful ASP.NET developer relies. What you'll learn How to build well-structured ASP.NET 4 applications including how to incorporate data from databases, XML files, web services, and other services. A solid understanding of key ASP.NET concepts such as master pages, themes, state management, session state, and error handling, and of which techniques work best in which situations. How to improve the user experience of your pages through the use of ASP.NET AJAX. Who this book is for

This book is ideal for anyone new to .NET development who wants to learn how ASP.NET works. No prior programming knowledge is assumed and all concepts are explained from first principals Table of Contents Part 1: Introducing .NET The .NET Framework The C# Language Types, Objects, and Namespaces Part 2: Developing ASP.NET Applications Visual Studio Web Form Fundamentals Web Controls Error Handling, Logging, and Tracing State Management Part 3: Building Better Web Forms Validation Rich Controls User Controls and Graphics Styles, Themes, and Master Pages Website Navigation Part 4: Working with Data ADO.NET Fundamentals Data Binding The Data Controls Files and Streams XML Part 5: Website Security Security Fundamentals Membership Profiles Part 6: Advanced ASP.NET Advanced ASP.NET Components Caching LINQ and the Entity Framework ASP.NET AJAX Deploying ASP.NET Applications

Pro PHP and jQuery (Paperback, 1st ed.): Jason Lengstorf Pro PHP and jQuery (Paperback, 1st ed.)
Jason Lengstorf
R1,207 R974 Discovery Miles 9 740 Save R233 (19%) Ships in 10 - 15 working days

This book is for intermediate programmers interested in building Ajax web applications using jQuery and PHP. Along with teaching some advanced PHP techniques, it willshow you how to take your dynamic applications to the next level by adding a JavaScript layer with jQuery.Learn to utilize built-in PHP functions to build calendar tools. Learn how jQuery can be used for Ajax, animation, client-side validation, and more. What you'll learn How to use PHP to build a calendar application that allows users to post, view, edit, and delete events How to use jQuery to allow the calendar app to be viewed and edited without requiring page refreshes using built-in Ajax functions The power and versatility of PHP's object-oriented programming style The various forms of security available and how to best apply them jQuery plug-in development patternsto create modular, reusable jQuery plug-ins. The basics of jQuery effects, including fading elements, generating HTML markup on the fly, and creating modal windows Who this book is for

This book is intended for programmers who want to bridge the gap between front- and back-end programming. It does not cover HTML or CSS except where absolutely necessary, and it focuses on taking intermediate PHP developers to the next level while getting comfortable with Ajax and the power of jQuery. Table of Contents Introducing jQuery Common jQuery Actions and Methods Object-Oriented Programming Build an Events Calendar Add Controls to Create, Edit, and Delete Events Password Protecting Sensitive Actions and Areas Enhancing the User Interface with jQuery Editing the Calendar with Ajax and jQuery Performing Form Validation with Regular Expressions Extending jQuery

Pro Python (Paperback, 1st ed.): Marty Alchin Pro Python (Paperback, 1st ed.)
Marty Alchin
R1,217 R985 Discovery Miles 9 850 Save R232 (19%) Ships in 10 - 15 working days

You've learned the basics of Python, but how do you take your skills to the next stage? Even if you know enough to be productive, there are a number of features that can take you to the next level in Python. Pro Python explores concepts and features normally left to experimentation, allowing you to be even more productive and creative. In addition to pure code concerns, Pro Python will develop your programming techniques and approaches, which will help make you a better Python programmer. Not only will this book help your code, it will also help you understand and interact with the many established Python communities, or even start your own. Take your Python knowledge and coding skills to the next level. Write clean, innovative code that will be respected among your peers. Make your code do more with introspection and metaprogramming. Design complete frameworks and libraries (two are included in the book!). For more information, including a link to the source code referenced in the book, please visit http://propython.com/.

Pro Python System Administration (Paperback, 1st ed.): Rytis Sileika Pro Python System Administration (Paperback, 1st ed.)
Rytis Sileika
R1,620 Discovery Miles 16 200 Ships in 10 - 15 working days

As time goes on, system administrators are presented with increasingly complicated challenges. In the early days, a team of engineers might have had to look after one or two systems. These days, one engineer can administer hundreds or thousands of systems.

System administrators are gradually replacing their tools with more advanced and flexible ones. One of the choices is Python. Structurally, Python is a modern, high-level language with a very clean syntax. Python comes with many built-in libraries that can make automation tasks easier. It also has extensive set of third-party libraries and a very active development community. This flexibility makes Python a good choice for a wide variety of tasks, from prototyping science applications to system maintenance and administration jobs.This book explains and shows how to apply Python scripting in practice. Unlike the majority of the Python books, it will show you how to approach and resolve real-world issues that most system administrators will come across in their careers. In this book, you will find several projects in the categories of network administration, web server administration, and monitoring and database management. In each project, we will define the problem, design the solution, and go through the more interesting implementation steps. Each project is accompanied with the source code of a fully working prototype, which you'll be able to use immediately or adapt to your requirements and environment. What you'll learn Solve real-world system administration problems using Python. Manage devices with SNMP and SOAP. Build a distributed monitoring system. Manage web applications and parse complex log files. Automatically monitor and manage MySQL databases. Who this book is for

This book is primarily aimed at experienced system administrators whose day-to-day tasks involve looking after and managing small-to-medium-sized server estates. It will also be beneficial for system administrators who want to learn more about automation and want to apply their Python knowledge to solve various system administration problems.

Python developers will also benefit from reading this book, especially if they are involved in developing automation and management tools.

This book assumes that readers already use Python and are comfortable with the language. Most of the Linux distributions come with Python and various libraries (such as Django, PIL and SciPy) packaged and readily available, but basic knowledge of installing packages in a Linux/Unix environment is advised. Table of Contents Reading and Collecting Performance Data Using SNMP1 Managing Devices Using the SOAP API Creating a Web Application for IP Address Accountancy Integrating the IP Address Application with DHCP Maintaining a List of Virtual Hosts in an Apache Configuration File Gathering and Presenting Statistical Data from Apache Log Files Performing Complex Searches and Reporting on Application Log Files A Web Site Availability Check Script for Nagios Management and Monitoring Subsystem Remote Monitoring Agents Statistics Gathering and Reporting Automatic MySQL Database Performance Tuning Using Amazon EC2/S3 as a Data Warehouse Solution

PHP Objects, Patterns and Practice (Paperback, 3rd ed.): Matt Zandstra PHP Objects, Patterns and Practice (Paperback, 3rd ed.)
Matt Zandstra
R1,506 R1,214 Discovery Miles 12 140 Save R292 (19%) Ships in 10 - 15 working days

This book takes you beyond the PHP basics to the enterprise development practices used by professional programmers. Updated for PHP 5.3 with new sections on closures, namespaces, and continuous integration, this edition will teach you about object features such as abstract classes, reflection, interfaces, and error handling. You'll also discover object tools to help you learn more about your classes, objects, and methods. Then you'll move into design patterns and the principles that make patterns powerful. You'll learn both classic design patterns and enterprise and database patterns with easy-to-follow examples. Finally, you'll discover how to put it all into practice to help turn great code into successful projects. You'll learn how to manage multiple developers with Subversion, and how to build and install using Phing and PEAR. You'll also learn strategies for automated testing and building, including continuous integration. Taken together, these three elements-object fundamentals, design principles, and best practices-will help you develop elegant and rock-solid systems.

Pro Telerik ASP.NET and Silverlight Controls - Master Telerik Controls for Advanced ASP.NET and Silverlight Projects... Pro Telerik ASP.NET and Silverlight Controls - Master Telerik Controls for Advanced ASP.NET and Silverlight Projects (Paperback, 1st ed.)
Jose Rolando Guay Paz
R1,693 Discovery Miles 16 930 Ships in 10 - 15 working days

This book provides a complete guide to implementing Telerik's range of ASP.NET and Silverlight controls. Telerik controls are invaluable for ASP.NET and Silverlight developers because they provide a vast array of rich controls targeted for the presentation layer of web applications. Telerik offers you solutions for the reports, grids, charts, and text-editing controls that you need but don't want to build from scratch yourself-the options are endless for increasing the functionality of any of your web solutions. What you'll learn* Understand how to integrate the standard Telerik controls into any ASP.NET or Silverlight solution to increase productivity and usability.* Incorporate the Telerik extensions for ASP.NET MVC.* Learn to implement Telerik Open Access and ORM for all your data access requirements.* Understand the new functionality provided by the WebAii Testing Framework.* Work with the full API to master using the entire suite of controls.Who this book is for This book is aimed at .NET developers working with ASP.NET and Silverlight who want to take advantage of the prewritten controls that Telerik provides when developing their software.No prior knowledge of Telerik controls is required, but a working knowledge of ASP.NET and Silverlight is assumed. Table of ContentsChapter 1: Introducing ASP.NET and Telerik Chapter 2: Getting Started With Telerik RadControls Chapter 3: Input RadControls Chapter 4: Navigation RadControls Chapter 5: Date, Time, and Scheduling RadControls Chapter 6: Data RadControls, Part 1 Chapter 7: Data RadControls, Part 2 Chapter 8: Layout RadControls Chapter 9: Chart and Image RadControls Chapter 10: Additional RadControls Chapter 11: RadAjax Chapter 12: Telerik Extensions for ASP.NET MVC Chapter 13: RadControls for Silverlight Chapter 14: Introducing Telerik Reporting Chapter 15: Telerik OpenAccess OR

The Essential Guide to 3D in Flash (Paperback, 1st ed.): Richard Olsson, Rob Bateman The Essential Guide to 3D in Flash (Paperback, 1st ed.)
Richard Olsson, Rob Bateman
R1,087 R884 Discovery Miles 8 840 Save R203 (19%) Ships in 10 - 15 working days

If you are an ActionScript developer and you'd like to work with 3D in Flash, this book is for you. You will learn the core Flash 3D concepts, using the open source Away3D engine as a primary tool. Once you have mastered these skills, you will be able to realize the possibilities that the available Flash 3D engines, languages, and technologies have to offer you with Flash and 3D. * Describes 3D concepts in theory and their implementation using Away3D * Dives right in to show readers how to quickly create an interactive, animated 3D scene, and builds on that experience throughout the book * Each chapter contains a number of tutorials that focus on one specific feature or group of features What you'll learn * Use Away3D to incorporate real-time 3D into your Flash productions. * Enable users to interact with your 3D content. * Use lighting and shading to make your scene look realistic. * Animate your 3D scene in real time. * Use visual effects such as reflection, filters, and normal/bump mapping. * Use Away3D along with other frameworks (e.g., for real-time simulated physics). Who is this book for?This book is for Flash developers wanting to learn to use 3D effects within Flash using open source tools.

The Definitive Guide to Jython - Python for the Java Platform (Paperback, 1st ed.): Josh Juneau, Jim Baker, Frank Wierzbicki,... The Definitive Guide to Jython - Python for the Java Platform (Paperback, 1st ed.)
Josh Juneau, Jim Baker, Frank Wierzbicki, Leo Soto Muoz, Victor Ng, …
R1,935 Discovery Miles 19 350 Ships in 10 - 15 working days

Jython is an open source implementation of the high-level, dynamic, object-oriented scripting language Python seamlessly integrated with the Java platform. The predecessor to Jython, JPython, is certified as 100% Pure Java. Jython is freely available for both commercial and noncommercial use and is distributed with source code. Jython is complementary to Java.

The Definitive Guide to Jython, written by the official Jython team leads, covers Jython 2.5 (or 2.5.x)from the basics tomore advanced features. This book begins with a brief introduction to the language and then journeys through Jython's different features and uses.

The Definitive Guide to Jython is organized for beginners as well as advanced users of the language. The book provides a general overview of the Jython language itself, but it also includes intermediate and advanced topics regarding database, web, and graphical user interface (GUI) applications; Web services/SOA; and integration, concurrency, and parallelism, to name a few. What you'll learn How to handle Jython basics like language syntax and concepts How to use the Jython scripting language for I/O, Java/Jython integration, and Jython in an IDE and databases How to integrate Jython with the Django web framework and even Spring How to develop web applications with Jython including web services/SOA, GUI considerations, and deployment targets How to conduct testing, continuous integration, concurrency, scaling, and more with Jython Who this book is for

This book is for Java web developers looking to use a dynamic scripting language as an alternative to Groovy or JRuby. Other web developers who use Python and Django may also be interested in this book. Table of Contents Language and SyntaxData Types and ReferencingOperators, Expressions, and Program FlowDefining Functions and Using Built-insInput and OutputObject-Oriented JythonException Handling and DebuggingModules and Packages for Code ReuseScripting With JythonJython and Java IntegrationUsing Jython in an IDEDatabases and Jython: Object Relational Mapping and Using JDBCSimple Web ApplicationsWeb Applications With DjangoIntroduction to PylonsGUI ApplicationsDeployment TargetsStrategy and TechniqueTesting and Continuous IntegrationConcurrencyAppendix A: Using Other Tools with JythonAppendix B: Jython CookbookAppendix C: Built-in Functions

Getting StartED with Dojo (Paperback, 1st ed.): Kyle Hayes, Peter Higgins, Dennis Hayes Getting StartED with Dojo (Paperback, 1st ed.)
Kyle Hayes, Peter Higgins, Dennis Hayes
R1,035 R860 Discovery Miles 8 600 Save R175 (17%) Ships in 10 - 15 working days

Dojo has been described as the JavaScript toolkit for programmers that's easy enough for designers to pick up. This book will introduce the foundational concepts of using Dojo to increase efficiency when developing modern websites that utilizeDocument Object Model (DOM) manipulation, Ajax, animations, effects, and widgets.Dojo basics Animations and effects Widgets with Dijit What you'll learn Understand why using Dojo is recommended over plain JavaScript. Examine Dojo's core functions that empower the developer to focus on efficient, easy-to-maintain solutions. Utilize Dojo's powerful event management and handling features to easily execute functions from user and program interaction. Create rich user experiences with the powerful and easy-to-use utilities Dojo provides for animation. Implement and use the large selection of Dojo's premade, well-constructed, and skinnable widgets in a website or application. Bring third-party dynamic data and content into your website or application using Dojo's robust tools for easy Ajax implementation and handling. Who this book is for

This book is geared toward designers who want to use JavaScript functionality on websites but don't want to deal with the everyday complexities of coding JavaScript for cross-browser compatibility, tedious methods for DOM manipulation, event handling, Ajax calls, and application user interface elements.

Getting StartED with Dojo is also aimed at developers who are looking to enhance their preexisting JavaScript skills by transitioning their front-end development style to one that is based on core programming standards such as classes, events, and server communication using Ajax.

It is assumed the reader is familiar with (X)HTML development. Table of Contents JavaScript FundamentalsDigging DeeperEnhancing with DojoDojo DOM BasicsManaging User Interaction with Dojo Make It RichDynamic DataWidgetsWhere to Go from Here

Real-time Phoenix - Build Highly Scalable Systems with Channels (Paperback): Stephen Bussey Real-time Phoenix - Build Highly Scalable Systems with Channels (Paperback)
Stephen Bussey
R774 Discovery Miles 7 740 Ships in 12 - 17 working days

Give users the real-time experience they expect, by using Elixir and Phoenix Channels to build applications that instantly react to changes and reflect the application's true state. Learn how Elixir and Phoenix make it easy and enjoyable to create real-time applications that scale to a large number of users. Apply system design and development best practices to create applications that are easy to maintain. Gain confidence by learning how to break your applications before your users do. Deploy applications with minimized resource use and maximized performance. Real-time applications come with real challenges - persistent connections, multi-server deployment, and strict performance requirements are just a few. Don't try to solve these challenges by yourself - use a framework that handles them for you. Elixir and Phoenix Channels provide a solid foundation on which to build stable and scalable real-time applications. Build applications that thrive for years to come with the best-practices found in this book. Understand the magic of real-time communication by inspecting the WebSocket protocol in action. Avoid performance pitfalls early in the development lifecycle with a catalog of common problems and their solutions. Leverage GenStage to build a data pipeline that improves scalability. Break your application before your users do and confidently deploy them. Build a real-world project using solid application design and testing practices that help make future changes a breeze. Create distributed apps that can scale to many users with tools like Phoenix Tracker. Deploy and monitor your application with confidence and reduce outages. Deliver an exceptional real-time experience to your users, with easy maintenance, reduced operational costs, and maximized performance, using Elixir and Phoenix Channels. What You Need: You'll need Elixir 1.9+ and Erlang/OTP 22+ installed on a Mac OS X, Linux, or Windows machine.

Beginning Smartphone Web Development - Building JavaScript, CSS, HTML and Ajax-based Applications for iPhone, Android, Palm... Beginning Smartphone Web Development - Building JavaScript, CSS, HTML and Ajax-based Applications for iPhone, Android, Palm Pre, BlackBerry, Windows Mobile and Nokia S60 (Paperback, 1st ed.)
Gail Frederick, Rajesh Lal
R998 R824 Discovery Miles 8 240 Save R174 (17%) Ships in 10 - 15 working days

Today's Web 2.0 applications (think Facebook and Twitter) go far beyond the confines of the desktop and are widely used on mobile devices. The mobile Web has become incredibly popular given the success of the iPhone and BlackBerry, the importance of Windows Mobile, and the emergence of Palm Pre (and its webOS platform). At Apress, we are fortunate to have Gail Frederick of the well-known training site Learn the Mobile Web offer her expert advice in Beginning Smartphone Web Development. In this book, Gail teaches the web standards and fundamentals specific to smartphones and other feature-driven mobile phones and devices.Shows you how to build interactive mobile web sites using web technologies optimized for browsers in smartphones Details markup fundamentals, design principles, content adaptation, usability, and interoperability Explores cross-platform standards and best practices for the mobile Web authored by the W3C, dotMobi, and similar organizations Dives deeps into the feature sets of the most popular mobile browsers, including WebKit, Chrome, Palm Pre webOS, Pocket IE, Opera Mobile, and Skyfire

By the end of this book, you'll have the training, tools, and techniques for creating robust mobile web experiences on any of these platforms for your favorite smartphone or other mobile device. What you'll learn Build interactive mobile web pages that comply with industry standards and best practices. Develop web sites using the markup languages of the mobile Web: XHTML-MP, Wireless CSS, and WML. Use Mobile JavaScript and Ajax for client-side web interactivity. Adapt the syntax and design of mobile web pages to target smartphone models. Enhance mobile web pages to target advanced features of smartphone browsers. Validate and compress mobile markup to optimize for network transmission and browser performance. Simulate smartphone browsers using emulators and development tools. Who this book is for

Mobile application developers and their managers need to learn mobile web technologies because it's in their economic interest. Time-to-market and opportunity costs are significantly lower for web-based mobile applications than for native ones.

Desktop web developers at software companies and IT departments of non-technology businesses need to learn mobile web technologies to meet the demands of managers who will soon be asking them to mobilize this web site. These developers will want to do the minimum work possible to maximize the compatibility of their mobile web sites. The standards-based approach advocated in this book will allow them to build gracefully adaptive and portable mobile web experiences that perform well across mobile browser platforms. Table of Contents Introduction to Mobile Web Development Set Up Your Mobile Web Development Environment Mobile Markup Languages Device Awareness and Content Adaptation Adding Interactivity with JavaScript and AJAX Mobile Web Usability Enhancing Mobile Web Pages for Smartphone Browsers Optimizing Mobile Markup Validating Mobile Markup Testing a Mobile Web Site Deploying a Mobile Web Site How to Play Well in the Mobile Ecosystem The Future of the Mobile Web

Ultra-fast ASP.NET - Building Ultra-Fast and Ultra-Scalable Websites Using ASP.NET and SQL Server (Paperback, 1st ed.): Rick... Ultra-fast ASP.NET - Building Ultra-Fast and Ultra-Scalable Websites Using ASP.NET and SQL Server (Paperback, 1st ed.)
Rick Kiessig
R1,227 R995 Discovery Miles 9 950 Save R232 (19%) Ships in 10 - 15 working days

Ultra-Fast ASP.NET presents a practical approach to building fast and scalable web sites using ASP.NET and SQL Server. In addition to a wealth of tips, tricks and secrets, you'll find advice and code examples for all tiers of your application, including the client, caching, IIS 7, ASP.NET, threads, session state, SQL Server, Analysis Services, infrastructure and operations. By applying the ultra-fast approach to your projects, you'll squeeze every last ounce of performance out of your code and infrastructuregiving your site unrivaled speed.

The approach is mostly prescriptive; rather than drowning you in options, the book presents and explains specific high-impact recommendations and demonstrates them with detailed examples. Using this knowledge, you will soon be building high-performance web sites that scale easily as your site grows. What you'll learn A way of thinking about performance issues that will help you obtain real results. How to apply key principles that will help you build ultra-fast and ultra-scalable web sites. How to use the ultra-fast approach to be fast in multiple dimensions. You'll have not only fast pages but also fast changes, fast fixes, fast deployments and more. Techniques that are being used by some of the world's largest web sites. How to structure your HTML and CSS to create pages that load ultra-fast. Tips for using Silverlight, Ajax and IIS 7 to improve the performance of your site. How to use comprehensive caching at all tiers to deliver content faster. Why you should avoid traditional session state and how to make the best use of cookies. Tips and tricks for optimizing your ASP.NET and SQL Server code for performance and scalability. How to use Analysis Services to offload your relational database. Why many sites that serve individual pages quickly are not scalable. How to avoid common pitfalls that can have an adverse impact on your site's performance, both now and as it grows. How to apply an end-to-end systems-based approach to web site performance and scalability, which includes everything from the browser and the network to caching, back-end operations, hardware infrastructure, and your software development process. Who this book is for

This book will be useful for intermediate to advanced developers and architects who want to improve the performance of their ASP.NET-based web sites. Some knowledge of ASP.NET, SQL Server, and IIS is assumed. Example code is provided in C#. Experienced web developers who have recently moved from Java or PHP to .NET will find lots of valuable and interesting information.

This book will also be useful for non-developers who have a technical interest in what makes a web site fast. In particular, if you're involved with web site operations, testing, or management, you will discover many of the principals and issues that your development teams should be addressing, along with demonstrations that help drive the points home. Table of Contents Principles and Method Client Performance Caching IIS 7 ASP.NET Threads and Sessions Using ASP.NET to Implementand Manage Optimization Techniques Managing ASP.NET Application Policies SQL Server Relational Database SQL Server Analysis Services Infrastructure and Operations Putting It All Together

Beginning Django E-Commerce (Paperback, 1st ed.): James McGaw Beginning Django E-Commerce (Paperback, 1st ed.)
James McGaw
R1,411 Discovery Miles 14 110 Ships in 10 - 15 working days

Beginning Django E-Commerce guides you through producing an e-commerce site using Django, the most popular Python web development framework. Topics covered include how to make a shopping cart, a checkout, and a payment processor; how to make the most of Ajax; and search engine optimization best practices. Throughout the book, you'll take each topic and apply it to build a single example site, and all the while you'll learn the theory behind what you're architecting.Build a fully functional e-commerce site. Learn to architect your site properly to survive in an increasingly competitive online landscape with goodsearch engine optimizationtechniques. Become versed in the Django web framework and learn how you can put it to use to drastically reduce the amount of work you need to do to get a site up and running quickly. What you'll learn Understand Django best practices for architecting a web site that will eventually be put into production. Leverage Django templates to maintain a consistent look and feel across your site. Learnsearch engine optimizationbest practices with search enginefriendly URLs, metatags, and an auto-generated Google site map. Follow best practices for security so the bad guys don't get control of your site or compromise your data. Learn about developing and deploying your Python code on the Google App Engine. Construct an enterprise-level shopping cart application that can actually receive payments from Authorize.net and PayPal. Who this book is for

This book is for programmers looking to learn how to quickly and effectively leverage the Django web framework to build lightweight, powerful web sites. While the book is aimed at developers interested in creating e-commerce sites, the topics covered apply to any other site you might build with Django. You'll learn how to optimize your site for search engines, secure your pages to thwart hackers, and deploy your site into production-all with Django. Along the way, you'll build a fully functional e-commerce module that will have you up and selling stuff on the web in no time Table of Contents Best Laid Plans Creating a Django Site Models for Sale The Shopping Cart Site Checkout & Orders Creating User Accounts Product Images Implementing Product Search Intelligent Cross-Selling Adding in Ajax Search Engine Optimization Web Security Overview Improving Performance Django Testing Deployment Django on Google App Engine

Beginning Python - From Novice to Professional (Paperback, 2nd Corrected ed., Corr. 4th printing): Magnus Lie Hetland Beginning Python - From Novice to Professional (Paperback, 2nd Corrected ed., Corr. 4th printing)
Magnus Lie Hetland
R1,930 R1,522 Discovery Miles 15 220 Save R408 (21%) Ships in 10 - 15 working days

Gain a fundamental understanding of Python's syntax and features with the second edition of Beginning Python, an up-to-date introduction and practical reference. Covering a wide array of Python-related programming topics, including addressing language internals, database integration, network programming, and web services, you'll be guided by sound development principles. Ten accompanying projects will ensure you can get your hands dirty in no time. Updated to reflect the latest in Python programming paradigms and several of the most crucial features found in Python 3.0 (otherwise known as Python 3000), advanced topics, such as extending Python and packaging/distributing Python applications, are also covered.

PHP for Absolute Beginners (Paperback, 1st ed.): Jason Lengstorf PHP for Absolute Beginners (Paperback, 1st ed.)
Jason Lengstorf
R916 R771 Discovery Miles 7 710 Save R145 (16%) Ships in 10 - 15 working days

Get started in web development using PHP. Even if you've never programmed before, author Jason Lengstorf introduces you to PHP by building a PHP-based blogging site while covering all the good coding practices and skills that you'll need when you start your own projects.Create web content with version 5.3 of PHP Learn good coding practices from the very beginning Learn how systems like WordPress work

Jason Lengstorf takes a practical approach to teaching you how to build a content management system. You'll dive into writing web applications and be guided by the author's supportive explanations, rather than learning elements of the PHP language and viewing examples after.

PHP for Absolute Beginners starts slowly and covers everything you need to know about beginning web development using PHP. Even the most inexperienced web developer will find this book accessible. What you'll learn Install Apache, MySQL, and PHP Navigate the PHP language Learn the basics of writing clean code Talk to a database Make a PHP site more secure Create a complete blogging site Who this book is for

PHP for Absolute Beginners is written for the complete novice; no previous coding knowledge is assumed, and all concepts are explained to ensure maximum understanding.

However, later chapters in the book may appeal to intermediate programmers looking to improve their abilities in the area of developing content management systems or those interested in making the move from procedural code to the more modular object-oriented approach. Table of Contents Setting Up the PHP Development Environment Understanding PHP: Language Basics Passing Information with PHP Working with Databases Building the Entry Manager Adding Support for Multiple Pages Updating and Deleting Entries Adding the Ability to Upload Images Syndicating the Blog Adding a Commenting System to Your Blog Adding Password Protection to Administrative Links Finishing Touches

CSS Mastery - Advanced Web Standards Solutions (Paperback, 2nd ed.): Simon Collison, Andy Budd, Cameron Moll CSS Mastery - Advanced Web Standards Solutions (Paperback, 2nd ed.)
Simon Collison, Andy Budd, Cameron Moll
R1,234 R1,002 Discovery Miles 10 020 Save R232 (19%) Ships in 10 - 15 working days

Building on what made the first edition a bestseller, CSS Mastery: Advanced Web Standards Solutions, Second Edition unites the disparate information on CSS-based design spread throughout the internet into one definitive, modern guide. Revised to cover CSS3, the book can be read from front to back, with each chapter building on the previous one. However, it can also be used as a reference book, dipping into each chapter or technique to help solve specific problems. In short, this is the one book on CSS that you need to have. This second edition contains: New examples and updated browser support information New case studies from Simon Collison and Cameron Moll CSS3 examples, showing new CSS3 features, and CSS3 equivalents to tried and tested CSS2 techniques

Pro JPA 2 - Mastering the Java (TM) Persistence API (Paperback, 1st ed.): Mike Keith, Merrick Schincariol, Jeremy Keith Pro JPA 2 - Mastering the Java (TM) Persistence API (Paperback, 1st ed.)
Mike Keith, Merrick Schincariol, Jeremy Keith
R1,895 R1,486 Discovery Miles 14 860 Save R409 (22%) Ships in 10 - 15 working days

Pro JPA 2 introduces, explains, and demonstrates how to use the Java Persistence API (JPA). JPA provides Java developers with both the knowledge and insight needed to write Java applications that access relational databases through JPA.

Authors Mike Keith and Merrick Schincariol take a handson approach to teaching by giving examples to illustrate each concept of the API and showing how it is used in practice. All of the examples use a common model from an overriding sample application, giving readers a context from which to start and helping them to understand the examples within an already familiar domain.

After completing the book, you will have a full understanding and be able to successfully code applications using JPA. The book also serves as a reference guide during initial and later JPA application experiences.Hands-on examples for all the aspects of the JPA specification, based on the reference implementation of this specification A special section on migration to JPA Expert insight about various aspects of the API and when they are useful Portability hints to provide increased awareness of the potential for nonportable JPA code What you'll learn Get started with enterprise applications using JPA 2 Get up to speed with objectrelational mapping and Entity Manager Learn and use queries and the query language (JP QL) Employ advanced objectrelational mapping techniques Use XML mapping files and learn other advanced techniques Package and deploy your Java persistence applications Test your Java persistence applications Migrate your Java persistence applications Who this book is for

The book generally targets enterprise and persistence developers who fall in one of three categories: Those who are new to persistence; we will present some background information and introduce these readers to the basic persistence concepts to bring them up to speed. Those who know and/or use existingORM persistence products such as Hibernate or TopLink. Those who have already used JPA and want to learn aboutnewer featuresintroduced byJPA 2, or have a good reference book to consult when they develop JPA applications.

In general, we assume that the reader is knowledgeable with Java, SQL, and JDBC, and has a little knowledge of J2EE. Table of Contents Introduction Getting Started Enterprise Applications Object-Relational Mapping Collection Mapping Entity Manager Using Queries Query Language Criteria API Advanced Object-Relational Mapping Advanced Topics XML Mapping Files Packaging and Deployment Testing Migration

Programming TypeScript - Making Your JavaScript Applications Scale (Paperback): Boris Cherny Programming TypeScript - Making Your JavaScript Applications Scale (Paperback)
Boris Cherny
R1,334 R915 Discovery Miles 9 150 Save R419 (31%) Ships in 12 - 17 working days

Any programmer working in a dynamically typed language will tell you how hard it is to scale that language to more lines of code and to more engineers. That's why Facebook, Google, and Microsoft invented gradual static type layers for their dynamically typed JavaScript and Python code. TypeScript is one such type layer, and does something unique among them: it makes programming fun with its powerful, modern, static type system. With this book, programmers who understand JavaScript at an intermediate level will learn how to master the TypeScript language. You'll understand how TypeScript can help you get rid of bugs in your code, scale your code across 10x more engineers, and make programming fun again.

Pro Zend Framework Techniques - Build a Full CMS Project (Paperback, 1st ed.): Forrest Lyman Pro Zend Framework Techniques - Build a Full CMS Project (Paperback, 1st ed.)
Forrest Lyman
R1,134 R919 Discovery Miles 9 190 Save R215 (19%) Ships in 10 - 15 working days

The Zend Framework is a truly amazing PHPbased web application development framework and platform that is breathing new life into PHP development. One of the most common uses for a framework such as this is to build contentdriven web sites.

Pro Zend FrameworkTechniques offers: A structured guide for PHP developers, ultimately helping you to create more flexible software much more quickly Clear guidance through the entire process of building a customcontent management system (CMS)with the Zend Framework The ideal example project, building a CMS, to illustrate how to use the many different aspects of the framework What you'll learn How to structure a real Zend Framework application top to bottom using a CMS application How to work with abstract (flexible) data structures How to add security, access control, and authentication with the Zend Framework How to build a custom, modular CMS How to integrate web services and RSS with a Zend Framework application How to do performance tuning, graceful error handling, internationalization, and more... Who this book is for

This book is for intermediate-level PHP developers who want to build custom content-driven web sites. Secondly, this book serves as a very readable reference with real-world examples of many of the core Zend Framework components. Table of Contents Getting Started Designing Your Site Building and Processing Web Forms with Zend_Form Managing Data with Zend Framework Working with CMS Data Managing Content Creating the Site Navigation Handling Security in a Zend Framework Project Searching and Sharing Content Extending Your CMS Advanced Topics Installing and Managing a Site with Your CMS

Beginning Zend Framework (Paperback, 1st ed.): Armando Padilla Beginning Zend Framework (Paperback, 1st ed.)
Armando Padilla
R1,096 R904 Discovery Miles 9 040 Save R192 (18%) Ships in 10 - 15 working days

The Zend Framework is one of today's most popular PHPbased web application development frameworks.Beginning Zend Framework is a beginner's guide to learning and using the Zend Framework. It covers everything from the installation to the various features of the framework to get the reader up and running quickly. What you'll learn Install and configure the Zend Framework. Create your first Zend Framework web application. Explore controllers and actions, views, form creation, validation, and filtering. Build and access the database layer with Zend_Db. Develop a Send/Receive email application using Zend_Mail. Integrate web services and feeds, and create and incorporate a search engine. Complete your web application by looking at performance optimization. Who this book is for

This book is for the beginning-to-intermediate Web developer who primarily uses PHP. Table of Contents Getting Started with Zend Framework The Application Writing Controllers Using Zend_Controller Views, Forms, Filters, and Validators Database Communication, Manipulation, and Display Sending and Receiving E-mail Web Services and Feeds Creating a Search Engine Using Zend_Search_Lucene Caching with Zend Framework

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Starting Out with Python, Global Edition
Tony Gaddis Paperback R2,272 R2,114 Discovery Miles 21 140
An Introduction to XML and Web…
Anders Moller, Michael Schwartzbach Paperback R2,413 Discovery Miles 24 130
Java How to Program, Late Objects…
Paul Deitel, Harvey Deitel Paperback R900 R750 Discovery Miles 7 500
DelphiMVCFramework - the official guide…
Daniele Teti Hardcover R1,337 Discovery Miles 13 370
Intro to Python for Computer Science and…
Paul Deitel Paperback R2,179 R2,029 Discovery Miles 20 290
CSS For Beginners - The Best CSS Guide…
Ethan Hall Hardcover R971 R797 Discovery Miles 7 970
The API-First Transformation
Kin Lane Hardcover R1,353 Discovery Miles 13 530
Blue Pelican Java
Charles E. Cook Hardcover R1,187 Discovery Miles 11 870
Java - The ultimate beginners guide to…
Mark Reed Hardcover R613 R513 Discovery Miles 5 130
Learn to Design a Website for Your…
Michael Nelson, David Ezeanaka Hardcover R454 Discovery Miles 4 540

 

Partners