Book picks similar to
PHP Ajax Cookbook by Milan Sedliak
tech-books
web-dev
collection
digital
UML 2 and the Unified Process: Practical Object-Oriented Analysis and Design
Jim Arlow - 2001
Even for people not working with the Unified Process, the book is still of great use. UML 2 and the Unified Process, Second Edition is a must-read for every UML 2 beginner and a helpful guide and reference for the experienced practitioner."--Roland Leibundgut, Technical Director, Zuehlke Engineering Ltd."This book is a good starting point for organizations and individuals who are adopting UP and need to understand how to provide visualization of the different aspects needed to satisfy it. "--Eric Naiburg, Market Manager, Desktop Products, IBM Rational SoftwareThis thoroughly revised edition provides an indispensable and practical guide to the complex process of object-oriented analysis and design using UML 2. It describes how the process of OO analysis and design fits into the software development lifecycle as defined by the Unified Process (UP). UML 2 and the Unified Process contains a wealth of practical, powerful, and useful techniques that you can apply immediately. As you progress through the text, you will learn OO analysis and design techniques, UML syntax and semantics, and the relevant aspects of the UP. The book provides you with an accurate and succinct summary of both UML and UP from the point of view of the OO analyst and designer.This book providesChapter roadmaps, detailed diagrams, and margin notes allowing you to focus on your needs Outline summaries for each chapter, making it ideal for revision, and a comprehensive index that can be used as a reference New to this edition:Completely revised and updated for UML 2 syntax Easy to understand explanations of the new UML 2 semantics More real-world examples A new section on the Object Constraint Language (OCL) Introductory material on the OMG's Model Driven Architecture (MDA) The accompanying website providesA complete example of a simple e-commerce system Open source tools for requirements engineering and use case modeling Industrial-strength UML course materials based on the book
Head First HTML with CSS & XHTML
Elisabeth Robson - 2005
You want to learn HTML so you can finally create those web pages you've always wanted, so you can communicate more effectively with friends, family, fans, and fanatic customers. You also want to do it right so you can actually maintain and expand your Web pages over time, and so your web pages work in all the browsers and mobile devices out there. Oh, and if you've never heard of CSS, that's okay - we won't tell anyone you're still partying like it's 1999 - but if you're going to create Web pages in the 21st century then you'll want to know and understand CSS.Learn the real secrets of creating Web pages, and why everything your boss told you about HTML tables is probably wrong (and what to do instead). Most importantly, hold your own with your co-worker (and impress cocktail party guests) when he casually mentions how his HTML is now strict, and his CSS is in an external style sheet.With Head First HTML with CSS & XHTML, you'll avoid the embarrassment of thinking web-safe colors still matter, and the foolishness of slipping a font tag into your pages. Best of all, you'll learn HTML and CSS in a way that won't put you to sleep. If you've read a Head First book, you know what to expect: a visually-rich format designed for the way your brain works. Using the latest research in neurobiology, cognitive science, and learning theory, this book will load HTML, CSS, and XHTML into your brain in a way that sticks.So what are you waiting for? Leave those other dusty books behind and come join us in Webville. Your tour is about to begin."Elegant design is at the core of every chapter here, each concept conveyed with equal doses of pragmatism and wit." --Ken Goldstein, Executive Vice President, Disney Online"This book is a thoroughly modern introduction to forward-looking practices in web page markup and presentation." --Danny Goodman, author of Dynamic HTML: The Definitive Guide"What used to be a long trial and error learning process has now been reduced neatly into an engaging paperback." --Mike Davidson, CEO, Newsvine, Inc."I love Head First HTML with CSS & XHTML--it teaches you everything you need to learn in a 'fun coated' format!" --Sally Applin, UI Designer and Artist"I haven't had as much fun reading a book (other than Harry Potter) in years. And your book finally helped me break out of my hapless so-last-century way of creating web pages." --Professor David M. Arnow, Department of Computer and Information Science, Brooklyn College"If you've ever had a family member who wanted you to design a website for them, buy them Head First HTML with CSS and XHTML. If you've ever asked a family member to design you a web site, buy this book. If you've ever bought an HTML book and ended up using it to level your desk, or for kindling on a cold winter day, buy this book. This is the book you've been waiting for. This is the learning system you've been waiting for." --Warren Kelly, Blogcritics.org
Python Algorithms: Mastering Basic Algorithms in the Python Language
Magnus Lie Hetland - 2010
Written by Magnus Lie Hetland, author of Beginning Python, this book is sharply focused on classical algorithms, but it also gives a solid understanding of fundamental algorithmic problem-solving techniques.The book deals with some of the most important and challenging areas of programming and computer science, but in a highly pedagogic and readable manner. The book covers both algorithmic theory and programming practice, demonstrating how theory is reflected in real Python programs. Well-known algorithms and data structures that are built into the Python language are explained, and the user is shown how to implement and evaluate others himself.
Python for Data Analysis
Wes McKinney - 2011
It is also a practical, modern introduction to scientific computing in Python, tailored for data-intensive applications. This is a book about the parts of the Python language and libraries you'll need to effectively solve a broad set of data analysis problems. This book is not an exposition on analytical methods using Python as the implementation language.Written by Wes McKinney, the main author of the pandas library, this hands-on book is packed with practical cases studies. It's ideal for analysts new to Python and for Python programmers new to scientific computing.Use the IPython interactive shell as your primary development environmentLearn basic and advanced NumPy (Numerical Python) featuresGet started with data analysis tools in the pandas libraryUse high-performance tools to load, clean, transform, merge, and reshape dataCreate scatter plots and static or interactive visualizations with matplotlibApply the pandas groupby facility to slice, dice, and summarize datasetsMeasure data by points in time, whether it's specific instances, fixed periods, or intervalsLearn how to solve problems in web analytics, social sciences, finance, and economics, through detailed examples
Professional ASP.NET Design Patterns
Scott Millett - 2008
Design patterns are time-tested solutions to recurring problems, letting the designer build programs on solutions that have already proved effective Provides developers with more than a dozen ASP.NET examples showing standard design patterns and how using them helpsbuild a richer understanding of ASP.NET architecture, as well as better ASP.NET applications Builds a solid understanding of ASP.NET architecture that can be used over and over again in many projects Covers ASP.NET code to implement many standard patterns including Model-View-Controller (MVC), ETL, Master-Master Snapshot, Master-Slave-Snapshot, Facade, Singleton, Factory, Single Access Point, Roles, Limited View, observer, page controller, common communication patterns, and more
Smashing Node.Js: JavaScript Everywhere
Guillermo Rauch - 2012
With more traditional web servers becoming obsolete, having knowledge on servers that achieve high scalability and optimal resource consumption using Node.js is the key to your app development success. Teaching you the essentials to making event-driven server-side apps, this book demonstrates how you can use less space and take less time for communication between web client and server.Contains numerous hands-on examples Explains implementation of real-time apps including Socket.IO and HTML5, and WebSockets Addresses practical Node.js advantages from specific design choices Demonstrates why knowledge and use of JavaScript is beneficial Includes an interactive online component with sample chapters Explains components of stand out apps including brevity and benchmarks Looking to enhance your abilities even further? Smashing Node.js: JavaScript Everywhere makes developing server-side apps accessible with its focus on JavaScript, open source, and easy-to-use language.
Data Structures and Algorithms in Java
Robert Lafore - 1998
Algorithms are the procedures that software programs use to manipulate data structures. Besides clear and simple example programs, the author includes a workshop as a small demonstration program executable on a Web browser. The programs demonstrate in graphical form what data structures look like and how they operate. In the second edition, the program is rewritten to improve operation and clarify the algorithms, the example programs are revised to work with the latest version of the Java JDK, and questions and exercises will be added at the end of each chapter making the book even more useful. Educational Supplement Suggested solutions to the programming projects found at the end of each chapter are made available to instructors at recognized educational institutions. This educational supplement can be found at www.prenhall.com, in the Instructor Resource Center.
Head First Android Development
Jonathan Simon - 2011
Where to begin? Head First Android Development will help you get your first application up and running in no time with the Android SDK and Eclipse plug-in. You'll learn how to design for devices with a variety of different screen sizes and resolutions, along with mastering core programming and design principles that will make your app stand out.Whether you're a seasoned iPhone developer who wants to jump into the the Android Market, or someone with previous programming skills but no mobile apps in your resume, this book offers a complete learning experience for creating eye-catching, top-selling Android applications.You'll learn how to:Install the Android SDK and Eclipse plug-in and get started building appsAdd buttons, edit text fields, and build your own navigation options in the Android menuCustomize the look of your app with theming and adding image resourcesUse Android's content provider mechanism to add images and contact information to an app, and establish permissions for their useWork with the Android devices' camera, GPS, and accelerometerExperiment with different Android emulator configurations to simulate different devices with a variety of screen sizesOptimize, test, and distribute your application in the Android MarketWe think your time is too valuable to waste struggling with new concepts. Using the latest research in cognitive science and learning theory to craft a multi-sensory learning experience, Head First Android Development uses a visually rich format designed for the way your brain works, not a text-heavy approach that puts you to sleep.
Mining the Social Web: Analyzing Data from Facebook, Twitter, LinkedIn, and Other Social Media Sites
Matthew A. Russell - 2011
You’ll learn how to combine social web data, analysis techniques, and visualization to find what you’ve been looking for in the social haystack—as well as useful information you didn’t know existed.Each standalone chapter introduces techniques for mining data in different areas of the social Web, including blogs and email. All you need to get started is a programming background and a willingness to learn basic Python tools.Get a straightforward synopsis of the social web landscapeUse adaptable scripts on GitHub to harvest data from social network APIs such as Twitter, Facebook, LinkedIn, and Google+Learn how to employ easy-to-use Python tools to slice and dice the data you collectExplore social connections in microformats with the XHTML Friends NetworkApply advanced mining techniques such as TF-IDF, cosine similarity, collocation analysis, document summarization, and clique detectionBuild interactive visualizations with web technologies based upon HTML5 and JavaScript toolkits"A rich, compact, useful, practical introduction to a galaxy of tools, techniques, and theories for exploring structured and unstructured data." --Alex Martelli, Senior Staff Engineer, Google
My Underground War: The True Story of how a Group of British Prisoners-of-War Fought Back against their Nazi Captors
Albert J. Clack - 2014
That young soldier, Albert Edward Clack, was my father.The first part of this book covers his capture near Dunkirk in 1940 and his nearly five years in the Stalag VIIIB prisoner-of-war camp. For most of this time he endured forced labour and occasional beatings in a coal mine.The second part relates his escape from the ‘March of Death’, when the Germans forced prisoners-of-war to trudge westwards through snow and ice in January, 1945. After giving his guards the slip, he was assisted out of harm’s way by front-line storm-troopers of the Red Army.Criss-crossing Poland amidst the chaos of the Soviet advance and the German retreat, he and three other escaped prisoners found refuge with Polish families, until they were put on a train to the Ukrainian port of Odessa, there to board a ship home to England.When Dad died in 1984, he left me the manuscript of this true story. I have changed some names because, even if they were still alive, it would be extremely difficult to find them 70 years later; and I have improved the literary style for ease of reading; but I have altered none of the substance of the events described. Please note that it is a short book.I had always felt proud of what Dad did in the War; but it was not until later in life that I truly appreciated how much being able to live a normal family life in freedom afterwards must have meant to him after the long years of fear and uncertainty that he endured as a POW; and it is only through editing this manuscript that I have come to realise quite what a nightmare that experience must have been, despite the optimism which rings through his text.Albert John Clack - Son & Editor
Abraham's Men (Birch Harbor, #2)
Kristen Selleck - 2012
College sophomore Chloe Adams returns to Birch Harbor determined to find the remnants of the secret society known as Abraham's Men.Yet, the only clues she has are the words 'find Ian Rose' and a strange coded journal that once belonged to her father.No longer able to hear the voices that have plagued her for most of her life, and finally having the loving home she has always dreamed of, Chloe struggles to define what she wants--Until fate and her mentor conspire to offer her the chance to discover the truth.Unfortunately, the truth might kill her.
Game on Boys 5: House of Horrors
Kate Cullen - 2016
Trying to escape the boredom, Ryan is coaxed into exploring the dead end town with his sister, against his father’s strict instructions, but their adventure soon turns sour when a savage cyclone and a destructive fire threaten to take their life away. But the storm and the fire are the least of his worries. Trapped in one of the scariest haunted houses known, their holiday soon turns into a real life nightmare that they may never wake up from. Enthralling, hilarious, and unpredictable, the Game on Boys series is designed to appeal to the heart of any boy or girl. Read it aloud to your son and he won’t want to put the book down; a great inspiration to continue to build reading confidence on his own! The Game on Boys books can be read in any order, and are equally loved by boys, girls and grown-ups as well.
Sweet & Deadly Endings (Sweets Shop Cozy Mysteries Book 4)
Maisy Morgan - 2019
Her grandson Tripp is doing great in school. Her relationship with Officer Preston is blooming. And now, her daughter Lilly is visiting for a few months, while her boyfriend Matthew is filming for a starring role in a movie located close to her sweets shop! Unfortunately, soon after they arrive, an assistant turns up dead on the movie set. And it looks like Matthew is the main murder suspect. Not to mention, Tripp’s friend Hannah gets some really bad news that has them all worried. Maybe things aren’t going so good after all. Will Hannah end up being okay? And, will Mary and Officer Preston be able to clear Matthew of the murder charges? Or is Matthew truly guilty of the crime… AUTHOR’S NOTE: Thank you for your interest in my Sweets Shop Cozy Mysteries Series! If you like reading about murder mysteries, women who own sweets shops, family life and a little clean romance on the side, you’ll likely enjoy this series. So download and immerse yourself in this fun four-book series located in the small town of Brooks, Georgia…
Chasing Demons
John Hansen - 2016
Cheap whiskey has been his only escape from the demons that haunt his nights. But that escape has come with a heavy price. He’s lost his sergeant’s stripes and his good name, due mostly to a hard-nosed Lieutenant named Welch. How much should a man be expected to take? It’s tempting to desert and leave it all behind, but would life be any better? He’s about to find out.
Willow Falls: The Bannister Series #1
Kenneth S. Pratt - 2011
Deputy Marshal Matt Bannister is coming home to reconcile with his family. He prayed he wouldn't see his ex-best friend Tom Smith nor the only girl he ever loved, Tom's wife, Elizabeth. However, old feuds unsettled never die and spark a powder keg of action as the quiet town of Willow Falls trembles in fear when the desperate Moskin Gang kidnaps Elizabeth and leaves a murderous trail for the sheriff Tom Smith to follow. In anguish, he turns to his despised ex-friend Matt Bannister to help him get the woman they both love back alive, if they can. Sometimes God's greatest blessing is unanswered prayers.