Learning SPARQL


Bob DuCharme - 2011
    With this concise book, you will learn how to use the latest version of this W3C standard to retrieve and manipulate the increasing amount of public and private data available via SPARQL endpoints. Several open source and commercial tools already support SPARQL, and this introduction gets you started right away.Begin with how to write and run simple SPARQL 1.1 queries, then dive into the language's powerful features and capabilities for manipulating the data you retrieve. Learn what you need to know to add to, update, and delete data in RDF datasets, and give web applications access to this data.Understand SPARQL’s connection with RDF, the semantic web, and related specificationsQuery and combine data from local and remote sourcesCopy, convert, and create new RDF dataLearn how datatype metadata, standardized functions, and extension functions contribute to your queriesIncorporate SPARQL queries into web-based applications

Mono no Aware


Ken Liu
    "Mono No Aware" appears in THE PAPER MENAGERIE AND OTHER STORIES.

Functional Programming in JavaScript


Luis Atencio - 2016
    Through concrete examples and jargon-free explanations, this book teaches you how to apply functional programming to real-life development tasks. The book includes insightful comparisons to object-oriented or imperative programming, which will allow you to ease into functional design. Moreover, you'll learn a repertoire of techniques including function chaining and pipelining, recursion, currying, binding, functional composition, lazy evaluation, fluent error handling, memoization, and much more. By the end of the book, you'll think about application design in a fresh new way.About the technologyAs web developers build increasingly complex applications in JavaScript, the code base for these projects can become exponentially larger and harder to maintain. The result? Application performance suffers, and readability and extensibility are severely compromised. For applications like these, Functional Programming provides a saner approach, allowing you to write elegant, readable code that raises the level of abstraction while being less prone to errors. Although not a "pure" functional language, JavaScript's native functional capabilities unlock access to proven functional programming techniques and practices.What's insideFoundations of functional programming and designExplore JavaScript's functional programming capabilities and the functional library ecosystemCreate more reliable code by embracing immutabilityLearn to write code that's easier to reason aboutSeparate core logic from program structure to write extensible codeAdopt a new approach to error handling and testingApply functional programming to solve real-world problemsAbout the readerReaders need to be comfortable with JavaScript programming and object-oriented design. No previous experience with functional programming is required.About the authorLuis Atencio is a Staff Software Engineer for Citrix Systems in Ft. Lauderdale, FL. He develops and architects applications leveraging Java, PHP, and JavaScript platforms. Luis is very involved in the community and has presented at local meet-ups. He blogs about software engineering at luisatencio.net and writes articles for PHP magazines and DZone. Follow Luis on twitter at @luijar.

SOA Design Patterns


Thomas Erl - 2008
    More than three years in development and subjected to numerous industry reviews, the 85 patterns in this full-color book provide the most successful and proven design techniques to overcoming the most common and critical problems to achieving modern-day SOA. Through numerous examples, individually documented pattern profiles, and over 400 color illustrations, this book provides in-depth coverage of:• Patterns for the design, implementation, and governance of service inventories–collections of services representing individual service portfolios that can be independently modeled, designed, and evolved.• Patterns specific to service-level architecture which pertain to a wide range of design areas, including contract design, security, legacy encapsulation, reliability, scalability, and a variety of implementation and governance issues.• Service composition patterns that address the many aspects associated with combining services into aggregate distributed solutions, including topics such as runtime messaging and message design, inter-service security controls, and transformation.• Compound patterns (such as Enterprise Service Bus and Orchestration) and recommended pattern application sequences that establish foundational processes. The book begins by establishing SOA types that are referenced throughout the patterns and then form the basis of a final chapter that discusses the architectural impact of service-oriented computing in general. These chapters bookend the pattern catalog to provide a clear link between SOA design patterns, the strategic goals of service-oriented computing, different SOA types, and the service-orientation design paradigm.This book series is further supported by a series of resources sites, including soabooks.com, soaspecs.com, soapatterns.org, soamag.com, and soaposters.com.

Evangelism Is . . .: How to Share Jesus with Passion and Confidence


Dave Earley - 2010
    . . contains forty brief chapters of high-octane, rut-breaking equipment, empowerment, and encouragement for all who are ready to share Jesus more passionately and confidently with others. Each call-toaction entry stands alone but can easily be connected to other chapters, all of them finishing the sentence that begins with the book’s title. For example, Evangelism Is . . . “Joyfully Intoxicating,” “The Real Business of Life,” “The Supreme Challenge of This Generation,” “Leading People to True Conversion,” “Washing Feet,” “Praying Prodigals Home,” “Empathy with Action,” “Giving a Logical Defense of Your Faith,” “A Family Affair,” etc.The book’s appendix also includes articles on what evangelism is not, evangelism in the early church, and sharing Jesus, plus sample plans for sharing one’s faith.

Head Rush Ajax


Brett McLaughlin - 2006
    Asynchronous programming lets you turn your own web sites into smooth, slick, responsive applications that make your users feel like they're back on the information superhighway, not stuck on a dial-up backroad.But who wants to take on next-generation web programming with the last generation's instruction book? You need a learning experience that's as compelling and cutting-edge as the sites you want to design. That's where we come in. With Head Rush Ajax, in no time you'll be writing JavaScript code that fires off asynchronous requests to web servers...and having fun doing it. By the time you've taken your dynamic HTML, XML, JSON, and DOM skills up a few notches, you'll have solved tons of puzzles, figured out how well snowboards sell in Vail, and even watched a boxing match. Sound interesting? Then what are you waiting for? Pick up Head Rush Ajax and learn Ajax and asynchronous programming the right way--the way that sticks.If you've ever read a Head First book, you know what to expect: a visually rich format designed for the way your brain works. Head Rush ramps up the intensity with an even faster look and feel. Have your first working app before you finish Chapter 1, meet up with the nefarious PROJECT: CHAOS stealth team, and even settle the question of the Top 5 Blues CDs of all time. Leave boring, clunky web sites behind with 8-tracks and hot pants--and get going with next-generation web programming."If you thought Ajax was rocket science, this book is for you. Head Rush Ajax puts dynamic, compelling experiences within reach for every web developer." -- Jesse James Garrett, Adaptive Path"A 'technology-meets-reality' book for web pioneers on the cutting edge." -- Valentin Crettaz, CTO, Condris Technologies

A Software Engineer Learns HTML5, JavaScript and jQuery


Dane Cameron - 2013
    Due to their monopoly position in web browsers, and the fact web browsers have spread from PCs to phones, tablets and TVs; their status will continue to grow and grow. Despite their success, many software engineers are apprehensive about JavaScript and HTML. This apprehensiveness is not completely unfounded; both JavaScript and HTML were rushed in their early years, and driven by commercial rather than engineering interests. As a result, many dubious features crept into these languages. Due to backwards compatibility concerns, most of these features still remain. In addition, many software engineers have used these languages without ever learning them. JavaScript and HTML have low barriers to entry, and this, along with their similarity to other languages, led many software engineers to conclude that there really was nothing much to learn. If you have not used JavaScript and HTML for a number of years, or if you are a programmer or software engineer using other languages, you may be surprised at what they now offer. Browser based web applications are now capable of matching or exceeding the sophistication and scale of traditional desktop applications. In order to create complex web applications however, it is essential to learn these languages. This book takes the point of view that once you have a strong grasp of the fundamentals, the details will take care of themselves. It will not present you with long lists of APIs, or intricate details of every attribute, these can be found in reference manuals. It will focus on the details of each language that are fundamental to understanding how they work. This book will guide you through the process of developing a web application using HTML5, Javascript, jQuery and CSS. It contains the following content: 1. An introduction to the HTML5 markup language, and how it differs from HTML4 and XHTML. 2. An introduction to JavaScript, including an in-depth look at its use of objects and functions, along with the design patterns that support the development of robust web applications. 3. An introduction to jQuery selection, traversal, manipulation and events. 4. An in-depth look at the Web storage and IndexedDB APIs for client side data storage. 5. A guide to implementing offline web applications with the Application Cache API. 6. An introduction to the ways JavaScript can interact with the users file-system using the FileReader API. 7. The use of Web Workers in a web application to execute algorithms on background threads. 8. An introduction to AJAX, and the jQuery API supporting AJAX. 9. An introduction to Server Sent Events and Web Sockets. All subjects are introduced in the context of a sample web application. This book is intended for anyone with at least a superficial knowledge of HTML and programming.

Popular Lies About Graphic Design


Craig Ward - 2012
    An attempt to debunk the various misconceptions, half truths and, in some cases, outright lies which permeate the industry of design. Lovingly designed and written both passionately and irreverently, Ward pulls from his ten years of experience to tackle lighter subjects such as design fetishists, Helvetica's neutrality and urgent briefs, alongside discussions on more worthy topics such as the validity of design education, the supposed death of print, client relationships and pitch planning. In addition, the book features contributions and insights from more than a dozen other established practitioners such as Milton Glaser, Stefan Sagmeister, Christoph Niemann and David Carson making it a must for students, recent graduates and seasoned practitioners alike.

Customers.com: How to Create a Profitable Business Strategy for the Internet and Beyond


Patricia B. Seybold - 1998
    It all starts with customers. For the past several years, Seybold has been working with electronic commerce pioneers who have made life easier for their customers by figuring out what they want and designing their Internet strategy accordingly. Seybold's guide is packed with insights on how both Fortune 500 giants and smaller companies have created e-commerce initiatives that place them well ahead of their competitors.

Google+ for Business: How Google's Social Network Changes Everything


Chris Brogan - 2011
    Top social media consultant and Google+ early adopter Chris Brogan shows business people how to leverage its immense potential before their competitors even realize it's there.

The Catalyst Leader: 8 Essentials for Becoming a Change Maker


Brad Lomenick - 2013
    The Catalyst Leader is the ultimate guide to get there. After thirteen years of gathering, influencing, and inspiring hundreds of thousands of young leaders through cutting-edge experiential events, conferences, and resources, Brad Lomenick understands leadership and the next generation. The Catalyst Leader provides practical help for all leaders at any stage of their leadership journey, ultimately defining what it means to be a Catalyst in this generation. and inspiring us all to be true change makers wherever we lead. The question isn't about how we lead now; it's about how to lead well. This is the new generation of leaders' handbook for influence. Practical. Inspiring. Timely. Defining. Get ready for your own leadership to be taken to a new level.

Living on the Border of the Holy


L. William Countryman - 1999
    All human beings, knowingly or not, minister as priests to one another. All of us, knowingly or not, receive priestly ministrations from one another. Unless we begin here, we are not likely to understand the confusions and uncertainties and opportunities we have been encountering in the life of the church itself in recent years. We shall be in danger, in fact, of creating makeshift solutions to half-understood problems, easy answers to misleading questions, temporary bandages for institutions that need to be healed from the ground up. - L. William Countryman There is a lot of tension in churches today about whose ministry is primary-that of the laity or of the clergy. L. William Countryman argues that we can only resolve that problem by seeing that we are all priests simply by virtue of being human and living, as we all do, on the mysterious and uncertain border with the Holy. Living on the Border of the Holy offers a way of understanding the priesthood of the whole people of God and the priesthood of the ordained in complementary ways by showing how both are rooted in the fundamental priestly nature of human life. After an exploration of the ministry of both laity and ordained, Countryman concludes by examining the implications of this view of priesthood for churches and for educating those studying for ordination.

Fuck Yeah, Video Games: The Life and Extra Lives of a Professional Nerd


Daniel Hardcastle
    Told through encounters with the most remarkable – and the most mind-boggling – games of the last thirty-odd years, Fuck Yeah, Video Games is also a love letter to the greatest hobby in the world.From God of War to Tomb Raider, Pokémon to The Sims, Daniel relives each game with countless in-jokes, obscure references and his signature wit, as well as intricate, original illustrations by Rebecca Maughan. Alongside this march of merriment are chapters dedicated to the hardware behind the games: a veritable history of Sony, Nintendo, Sega and Atari consoles.Joyous, absurd, personal and at times sweary, Daniel's memoir is a celebration of the sheer brilliance of video games.

Martin Luther: A Guided Tour of His Life and Thought


Stephen J. Nichols - 2002
    Stephen Nichols's Martin Luther provides both. After an exciting overview of Luther's life and theology, Nichols orients the reader to some of the Reformer's major works: The Bondage of the Will, The Three Treatises, The Small Catechism, and On the Councils and the Church. Luther's ethical writings, table talk, hymns, and sermons also receive due attention. A Select Guide to Books by and about Luther concludes this volume, which displays more than 20 illustrations.

Getting Started with OAuth 2.0


Ryan Boyd - 2011
    This concise introduction shows you how OAuth provides a single authorization technology across numerous APIs on the Web, so you can securely access users’ data—such as user profiles, photos, videos, and contact lists—to improve their experience of your application.Through code examples, step-by-step instructions, and use-case examples, you’ll learn how to apply OAuth 2.0 to your server-side web application, client-side app, or mobile app. Find out what it takes to access social graphs, store data in a user’s online filesystem, and perform many other tasks.Understand OAuth 2.0’s role in authentication and authorizationLearn how OAuth’s Authorization Code flow helps you integrate data from different business applicationsDiscover why native mobile apps use OAuth differently than mobile web appsUse OpenID Connect and eliminate the need to build your own authentication system