The Many Lives of Ajax


Book Description

Ajax, the archetypal Greek warrior, has over the years been trivialized as a peripheral character in the classics through Hollywood representations, and by the use of his name on household cleaning products. Examining a broad range of sources--from film, art and literature to advertising and sports--this study of the "Bulwark of the Achaeans" and his mythological image redefines his presence in Western culture, revealing him as the predominant voice in The Iliad and in myriad works across the classical canon.




Ajax in Action


Book Description

Provides information on using Ajax in building Web applications.




Ajax Security


Book Description

The Hands-On, Practical Guide to Preventing Ajax-Related Security Vulnerabilities More and more Web sites are being rewritten as Ajax applications; even traditional desktop software is rapidly moving to the Web via Ajax. But, all too often, this transition is being made with reckless disregard for security. If Ajax applications aren’t designed and coded properly, they can be susceptible to far more dangerous security vulnerabilities than conventional Web or desktop software. Ajax developers desperately need guidance on securing their applications: knowledge that’s been virtually impossible to find, until now. Ajax Security systematically debunks today’s most dangerous myths about Ajax security, illustrating key points with detailed case studies of actual exploited Ajax vulnerabilities, ranging from MySpace’s Samy worm to MacWorld’s conference code validator. Even more important, it delivers specific, up-to-the-minute recommendations for securing Ajax applications in each major Web programming language and environment, including .NET, Java, PHP, and even Ruby on Rails. You’ll learn how to: · Mitigate unique risks associated with Ajax, including overly granular Web services, application control flow tampering, and manipulation of program logic · Write new Ajax code more safely—and identify and fix flaws in existing code · Prevent emerging Ajax-specific attacks, including JavaScript hijacking and persistent storage theft · Avoid attacks based on XSS and SQL Injection—including a dangerous SQL Injection variant that can extract an entire backend database with just two requests · Leverage security built into Ajax frameworks like Prototype, Dojo, and ASP.NET AJAX Extensions—and recognize what you still must implement on your own · Create more secure “mashup” applications Ajax Security will be an indispensable resource for developers coding or maintaining Ajax applications; architects and development managers planning or designing new Ajax software, and all software security professionals, from QA specialists to penetration testers.




Ajax: The Complete Reference


Book Description

The Definitive Guide to Ajax Web Application Development Evolve from the click-and-wait programming pattern to the latest Web 2.0 paradigm using this comprehensive guide to Ajax. Written by Web development expert Thomas Powell, the book lays out every feature of Ajax alongside detailed explanations and real-world code examples. Ajax: The Complete Reference explains how to create and test Ajax-enabled Web applications using the XMLHttpRequest object as well as alternative JavaScript-based communication mechanisms. You'll explore a variety of sample applications featuring emerging user-interface conventions and build applications that address real-world networking and security issues. A robust communication library is developed throughout the book that enables you to architect flexible Ajax applications. The latest technologies such as Web services, Flash-Ajax integration, client-side templates, Comet, and Offline Access are also covered. Discover the future of Web development today! Work with traditional JavaScript communication approaches like iframes Explore all the quirks and details in the XMLHttpRequest object Handle disparate data formats, including XML, JSON, CSV, YAML, and more Deal with networking issues, including timeouts, retries, response ordering, and a variety of server and content errors Simplify JavaScript programming using open-source Ajax libraries like YUI Secure Ajax applications using authentication, obfuscation, and encryption Implement common Ajax UI patterns such as auto suggest, click-to-edit, and drag-and-drop Solve troubling Ajax architecture problems, including back button, history, and bookmarking issues Learn Ajax's role in Web 2.0 and Web services Explore push style communication using Comet and Flash Discover the future of offline Web application access and operation




The Unknown Ajax


Book Description

"Wonderful entertainment from first page to last."--Chicago Sunday Tribune A past dispute ... When the irascible Lord Darracott's eldest son dies unexpectedly, the noble family must accept their estranged Yorkshire cousin as heir apparent. They are convinced he will prove to be a sadly vulgar person, but nothing could have prepared the beleaguered family for the arrival of Major Hugo Darracott ... A present deception... His clever and beautiful cousin Anthea is sure there's more to the gentle giant than Hugo's innocent blue eyes and broad Yorkshire brogue would lead one to believe. But even she doesn't guess what he's capable of, until a family crisis arises and only Hugo can preserve the family's honor, leading everybody on a merry chase in the process ... What Readers Say: "What Heyer does best: comedy, engaging characters, and excellent writing." "A very enjoyable romp with a positively masterly denouement." "Georgette Heyer reaches the pinnacle of her skill with this book." "Among the best of Heyer's Regency novels ? very, very funny." "The pitch-perfect comedy, as the Ajax takes the reins of the family, is fantastic."




Ajax, the Dutch, the War


Book Description

When most people think about the Netherlands, images of tulips and peaceful pot smoking residents spring to mind. Bring up soccer, and most will think of Johan Cruyuff, the Dutch player thought to rival Pele in preternatural skill, and Ajax, one of the most influential soccer clubs in the world whose academy system for young athletes has been replicated around the globe (and most notably by Barcelona and the 2010 world champions, Spain). But as international bestselling author Simon Kuper writes in Ajax, The Dutch, The War: Soccer in Europe During the Second World War, the story of soccer in Holland cannot be understood without investigating what really occurred in this country during WWII. For decades, the Dutch have enjoyed the reputation of having a "good war." The myth is even resonant in Israel where Ajax is celebrated. The fact is, the Jews suffered shocking persecution at the hands of Dutch collaborators. Holland had the second largest Nazi movement in Europe outside Germany, and in no other country except Poland was so high a percentage of Jews deported. Kuper challenges Holland's historical amnesia and uses soccer -- particularly the experience of Ajax, a club long supported by Amsterdam's Jews -- as a window on wartime Holland and Europe. Through interviews with Resistance fighters, survivors, wartime soccer players and more, Kuper uncovers this history that has been ignored, and also finds out why the Holocaust had a profound effect on soccer in the country. Ajax produced Cruyuff but was also built by members of the Dutch resistance and Holocaust survivors. It became a surrogate family for many who survived the war and its method for producing unparalleled talent became the envy of clubs around the world. In this passionate, haunting and moving work of forensic reporting, Kuper tells the breathtaking story of how Dutch Jews survived the unspeakable and came to play a strong role in the rise of the most exciting and revolutionary style of soccer -- "Total Football" -- the world had ever seen.




Black Ajax


Book Description

In the spirit of Flashman and in the inimitable George MacDonald Fraser style comes a rousing story of prize fighting in the 19th century.




Ajax Training Sessions


Book Description

Ajax.




Understanding AJAX


Book Description

Provides information on creating AJAX Internet applications using JavaScript.




Bulletproof Ajax


Book Description

Step-by-step guide reveals best practices for enhancing Web sites with Ajax A step-by-step guide to enhancing Web sites with Ajax. Uses progressive enhancement techniques to ensure graceful degradation (which makes sites usable in all browsers). Shows readers how to write their own Ajax scripts instead of relying on third-party libraries. Web site designers love the idea of Ajax--of creating Web pages in which information can be updated without refreshing the entire page. But for those who aren't hard-core programmers, enhancing pages using Ajax can be a challenge. Even more of a challenge is making sure those pages work for all users. In Bulletproof Ajax, author Jeremy Keith demonstrates how developers comfortable with CSS and (X)HTML can build Ajax functionality without frameworks, using the ideas of graceful degradation and progressive enhancement to ensure that the pages work for all users. Throughout this step-by-step guide, his emphasis is on best practices with an approach to building Ajax pages called Hijax, which improves flexibility and avoids worst-case scenarios.