Browse Results

Showing 19,676 through 19,700 of 53,804 results

Web-Age Information Management

by Xiaokui Xiao Zhenjie Zhang

This book constitutes the refereed proceedings of 2 workshops of the 16th International Conference on Web-Age Information Management, WAIM 2015, held in Qingdao, China, June 8-10, 2015. The 9 revised full papers are organized in topical sections on the two following workshops: International Workshop on Heterogeneous Information Network Analysis and Applications (HENA 2015), and Second International Workshop on Human Aspects of Making Recommendations in and for Social Ubiquitous Networking Environments (HRSUNE 2015).

Web and Internet Economics: 11th International Conference, WINE 2015, Amsterdam, The Netherlands, December 9-12, 2015, Proceedings (Lecture Notes in Computer Science #9470)

by Evangelos Markakis Guido Schäfer

This book constitutes the thoroughly refereed proceedings of the 11th International Conference on Web and Internet Economics, WINE 2015, held in Amsterdam, The Netherlands, in December 2015. The 30 regular papers presented together with 8 abstracts were carefully reviewed and selected from 142 submissions and cover results on incentives and computation in theoretical computer science, artificial intelligence, and microeconomics.

Web Development And Design Foundations With Html5 Seventh Edition

by Terry Felke-Morris

Web Development and Design Foundations with HTML5 is intended for use in a beginning web development course. It is also suitable for all readers interested in developing web sites. Using Hands-On Practice exercises and Web Site Case Studies to motivate readers, Web Development and Design Foundations with HTML5 includes all the necessary lessons to guide students in developing highly effective Web sites. A well-rounded balance of hard skills (HTML5, CSS, JavaScript) and soft skills (Web Design, e-commerce, Web site promotion strategies) presents everything beginning Web developers need to know to build and promote successful Web sites. Teaching and Learning Experience This program will provide a better teaching and learning experience-for you and your students. It will help: Build a Strong Foundation of Web Development Skills: A well-rounded foundation of hard and soft skills will help students design web pages for today and tomorrow. Motivate Students with Hands-on Practice: This text emphasizes hands-on practice through practice exercises within the chapters, end-of-chapter exercises, and the development of websites through ongoing real-world case studies. Reinforce Concepts with In-text Features: Throughout the book, emphasis is placed on web design, accessibility, and ethics. The appendixes in the Web Developer's Handbook offer comprehensive, easy-to-use reference materials Enhance Learning with Instructor and Student Supplements: Resources are available to expand on the topics presented in the text.

Web Development Recipes

by Brian P. Hogan Chris Warren Mike Weber Chris Johnson

Modern web development is so much more than just HTML and CSS with a little JavaScript mixed in. People want faster, more usable interfaces that work on multiple devices, and you need the latest tools and techniques to make that happen. This book gives you over 40 concise solutions to today's web development problems, and introduces new solutions that will expand your skill set---proven, practical advice from authors who use these tools and techniques every day. In this completely updated edition, you'll find innovative new techniques and workflows, as well as reworked solutions that take advantage of new developments.Web development is constantly changing, and you need to stay on top of your game. Discover a wide spectrum of web development techniques, from how to improve the way you present content, to solutions for data analysis, testing, and deployment.In this edition we introduce new tools, add new recipes, and modernize old ones. You'll use Vagrant to automate server setup, and you'll discover new ways to develop blogs and static sites. You'll learn how to use Grunt to script the deployment of your web project, and use Angular to build a single-page app. You'll learn how to make content stand out with simple cross-browser styles; create animations that work well everywhere without plugins; and create lightweight, responsive layouts. We'll show you how to use preprocessors like CoffeeScript and Sass; write tests for your code; use Git and Dropbox to collaborate; configure and secure the Apache web server; use virtualization to set up your own servers automatically; and much more.Whether you're new to front-end development, or you've got a few years of experience, you'll become a more versatile developer by finding out how---and why---to use these solutions in your next project.What You Need:Your favorite text editor, the most current version of Mozilla Firefox, Internet Explorer, Google Chrome or Safari, and a working knowledge of HTML and JavaScript. Familiarity with command-line interfaces is a plus.

Web Development with Go

by Shiju Varghese

Take a deep dive into web development using the Go programming language to build web apps and RESTful services to create reliable and efficient software. Web Development with Go provides Go language fundamentals and then moves on to advanced web development concepts and successful deployment of Go web apps to the cloud. Web Development with Go will teach you how to develop scalable real-world web apps, RESTful services, and backend systems with Go. The book starts off by covering Go programming language fundamentals as a prerequisite for web development. After a thorough understanding of the basics, the book delves into web development using the built-in package, net/http. With each chapter you''ll be introduced to new concepts for gradually building a real-world web system. The book further shows you how to integrate Go with other technologies. For example, it provides an overview of using MongoDB as a means of persistent storage, and provides an end-to-end REST API sample as well. Developers looking for a full-fledged web development framework for building web apps will be introduced to Beego. The book then moves on to demonstrate how to deploy web apps to the cloud using the Google Cloud platform. Finally, the book introduces Docker, a revolutionary container technology platform for deploying containerized Go web apps to the cloud. Web Development with Go provides: Fundamentals for building real-world web apps in Go Thorough coverage of prerequisites and practical code examples Demo web apps for attaining a deeper understanding of web development A reference REST API app which can be used to build scalable real-world backend services in Go A thorough demonstration of deploying web apps to the Cloud using the Google Cloud platform, and Docker for deploying Go servers Go is a high-performance language while providing greater level of developer productivity, therefore Web Development with Go equips you with the necessary skills and knowledge required for effectively building robust and efficient web apps by leveraging the features of Go. What you''ll learn Fundamentals of the Go programming language How to develop web apps and RESTful services using the Go internal package net/http How to persist data into MongoDB from Go web apps How to develop web apps using Go third-party packages How to deploy Go web apps to the Google Cloud platform Who this book is for Intermediate and advanced web developers looking to gain a deep insight of Go. Table of Contents Chapter 1: Getting Started With Go Chapter Goal: Introduces the reader to the Go programming language, and explains how to set up Go on the user''s machine. This chapter will also provide basic sample programs with Go. Introducing Go Why Go Installing Go Sample programs with Go Summary Chapter 2: Go Fundamentals Chapter Goal: Provide tutorials for understanding the features of Go with the help of practical samples. 1. Packages 2. Go Tools 3. Array 4. Slice 5. Map 6. Defer 7. Panic 8. Recover Summary Chapter 3: User Defined Types and Concurrency Chapter Goal: This chapter further explores the features of Go. Unique features such as user-defined types and concurrency will be explained in detail with the help of examples and samples. Struct Interface Concurrency Goroutines Channels Summary Chapter 4: Getting Started with Web Development Chapter Goal: This chapter introduces the reader to web development in Go with the internal package net/http. Also, complex routing scenarios will be covered. The chapter will employ a static web server and basic web app for practical understanding of the process. Introducing net/http package Build a simple web server http. Handler Interface Build a static web server Build a basic web app URL router Gorilla mux URL router Summary Chapter 5: Go Templates Chapter Goal: This chapter introduces the readers to Go templates with the internal package html/template. Also, the reader will learn how to build a web app practically using html/template with net/http package. Introducing the html/template pa...

Web Development with MongoDB and NodeJS - Second Edition

by Jason Krol Bruno Joseph D'Mello Mithun Satheesh

Build an interactive and full-featured web application from scratch using Node.js and MongoDBAbout This BookConfigure your development environment to use Node.js and MongoDBUse Node.js to connect to a MongoDB database and perform data manipulationsA practical guide with clear instructions to design and develop a complete web application from start to finishWho This Book Is ForThis book is designed for JavaScript developers of any skill level that want to get up and running using Node.js and MongoDB to build full-featured web applications. A basic understanding of JavaScript and HTML is the only requirement for this book.What You Will LearnConfigure your development environment to use Node.js and MongoDBWrite and configure a web server using Node.js powered by the Express.js frameworkBuild dynamic HTML pages using the Handlebars template enginePersist application data using MongoDB and Mongoose ODMTest your code using automated testing tools such as the Mocha frameworkDeploy the development environment to the cloud using services such as Heroku, Amazon Web Services, and Microsoft AzureExplore Single-Page application frameworks to take your web applications to the next levelIn DetailNode.js and MongoDB are quickly becoming one of the most popular tech stacks for the web. Powered by Google's V8 engine, Node.js caters to easily building fast, scalable network applications while MongoDB is the perfect fit as a scalable, high-performance, open source NoSQL database solution. Using these two technologies together, web applications can be built quickly and easily and deployed to the cloud with very little difficulty.The book will begin by introducing you to the groundwork needed to set up the development environment. Here, you will quickly run through the steps necessary to get the main application server up and running. Then you will see how to use Node.js to connect to a MongoDB database and perform data manipulations.From here on, the book will take you through integration with third-party tools for interaction with web apps. It then moves on to show you how to use controllers and view models to generate reusable code that will reduce development time. Toward the end of the book, we will cover tests to properly execute the code and some popular frameworks for developing web applications.By the end of the book, you will have a running web application developed with MongoDB and Node.js along with it's popular frameworks.Style and approachAn easy guide to Node.js and MongoDB, which will quickly introduce you to the relevant concepts by taking you through the different steps involved in building a full-fledged web application.

Web Information Systems and Technologies

by Karl-Heinz Krempels Valérie Monfort

This bookconstitutes revised selected papers from the 10th InternationalConference on Web Information Systems and Technologies, WEBIST 2014, held inBarcelona, Spain, April 2014, organized by the Institute for Systems andTechnologies of Information, Control and Communication (INSTICC), andtechnically sponsored by the European Research Center for Information Systems(ERCIS). The purposeof the WEBIST series of conferences is to bring together researches, engineersand practitioners interested in technological advances and businessapplications of web-based information systems. The 21papers presented in this volume were carefully reviewed and selected originally153 paper submissions. They were organized in topical sections names, internettechnology; web interfaces and applications; society, e-business ande-government; web intelligence; and mobile information systems. The book alsocontains two invited talks in full-paper length.

Web Information Systems Engineering - WISE 2014 Workshops

by Boualem Benatallah Azer Bestavros Barbara Catania Armin Haller Yannis Manolopoulos Athena Vakali Yanchun Zhang

This book constitutes the revised selected papers of the combined workshops on Web Information Systems Engineering, WISE 2014, held in Thessaloniki, Greece, in October 2014. The 19 selected papers presented were carefully revised and report from the four workshops: computational social networks, IWCSN 2014, enterprise social networks, Org2 2014, personalization and context-awareness in cloud and service computing, PCS 2014, and data quality and trust in big data, QUAT 2014.

Web Information Systems Engineering - WISE 2015

by Yanchun Zhang Tao Li Shu-Ching Chen Hua Wang Dingding Wang Wojciech Cellary Jianyong Wang

This two volume set LNCS 9418 and LNCS 9419 constitutes the proceedings of the 16th International Conference on Web Information Systems Engineering, WISE 2015, held in Miami, FL, USA, in November 2015. The 53 full papers, 17 short and 14 special sessions and invited papers, presented in these proceedings were carefully reviewed and selected from 189 submissions. The papers cover the areas of big data techniques and applications, deep/hidden web, integration of web and internet, linked open data, semantic web, social network computing, social web and applications, social web models, analysis and mining, web-based applications, web-based business processes and web services, web data integration and mashups, web data models, web information retrieval, web privacy and security, web-based recommendations, and web search.

Web Penetration Testing with Kali Linux - Second Edition

by Juned Ahmed Ansari

Build your defense against web attacks with Kali Linux 2.0 About This Book * Gain a deep understanding of the flaws in web applications and exploit them in a practical manner * Get hands-on web application hacking experience with a range of tools in Kali Linux 2.0 * Develop the practical skills required to master multiple tools in the Kali Linux 2.0 toolkit Who This Book Is For If you are already working as a network penetration tester and want to expand your knowledge of web application hacking, then this book tailored for you. Those who are interested in learning more about the Kali Sana tools that are used to test web applications will find this book a thoroughly useful and interesting guide. What You Will Learn * Set up your lab with Kali Linux 2.0 * Identify the difference between hacking a web application and network hacking * Understand the different techniques used to identify the flavor of web applications * Expose vulnerabilities present in web servers and their applications using server-side attacks * Use SQL and cross-site scripting (XSS) attacks * Check for XSS flaws using the burp suite proxy * Find out about the mitigation techniques used to negate the effects of the Injection and Blind SQL attacks In Detail Kali Linux 2.0 is the new generation of the industry-leading BackTrack Linux penetration testing and security auditing Linux distribution. It contains several hundred tools aimed at various information security tasks such as penetration testing, forensics, and reverse engineering. At the beginning of the book, you will be introduced to the concepts of hacking and penetration testing and will get to know about the tools used in Kali Linux 2.0 that relate to web application hacking. Then, you will gain a deep understanding of SQL and command injection flaws and ways to exploit the flaws. Moving on, you will get to know more about scripting and input validation flaws, AJAX, and the security issues related to AJAX. At the end of the book, you will use an automated technique called fuzzing to be able to identify flaws in a web application. Finally, you will understand the web application vulnerabilities and the ways in which they can be exploited using the tools in Kali Linux 2.0. Style and approach This step-by-step guide covers each topic with detailed practical examples. Every concept is explained with the help of illustrations using the tools available in Kali Linux 2.0.

Web Programming for Business: PHP Object-Oriented Programming with Oracle

by David Paper

Web Programming for Business: PHP Object-Oriented Programming with Oracle focuses on fundamental PHP coding, giving students practical, enduring skills to solve data and technical problems in business. Using Oracle as the backend database, the book is version-neutral, teaching students code that will still work even with changes to PHP and Oracle. The code is clean, clearly explained and solutions-oriented, allowing students to understand how technologies such as XML, RSS or AJAX can be leveraged in business applications. The book is fully illustrated with examples, and includes chapters on: Database functionality Security programming Transformation programming to move data Powerpoint slides, applied exam questions, and the raw code for all examples are available on a companion website. This book offers an innovative approach that allows anyone with basic SQL and HTML skills to learn PHP object-oriented programming.

Web Programming with Dart

by Moises Belchin Patricia Juberias

Web Programming with Dart is for programmers who want to master the new Dart programming language from Google, and also web developers who want to understand how Dart can integrate perfectly with HTML5 and CSS3. With this book you will understand the ins and outs of the language, how the tools work, and how to get the most from the core functions and libraries. Web Programming with Dart is a practical, example-led book, with case studies involving developing UI animations for the web, working with web services such as JSON, server side Dart applications, and the new Polymer. dart library for advanced HTML UI web components generation. Take a full tour of Dart's core features and its advanced functionalityLearn the tools that come with Dart SDK and the most important libraries. Additionally you will work with the newest Polymer. dart library for web component creation. Develop your own command-line and server side applications and, of course, web applications with Dart.

Web Programming with PHP and MySQL

by Max Bramer

Introductory textbook covering all the main features of the 'web programming' languages PHP and MySQL together with detailed examples that will enable readers (whether students on a taught course or independent learners) to use them to create their own applications or understand existing ones. A particular focus is the use of PHP to generate MySQL commands from a script as it is executed. Each chapter includes aims, a summary and practical exercises (with solutions) to support learning. Chapters are designed to stand alone as far as possible, so that they can be studied independently of the rest of the text by those with some previous knowledge of the languages. There is a comprehensive glossary of technical terms, together with extensive appendices for quick reference of language features.

Web Reasoning and Rule Systems

by Balder Ten Cate Alessandra Mileo

This book constitutes the refereed proceedings of the 9th International Conference on Web Reasoning and Rule Systems, RR 2015, held in Berlin, Germany, in August 2015. The 5 full papers, 4 technical communications presented together with 4 invited talks were carefully reviewed and selected from 16 submissions. The scale and the heterogenous nature of web data poses many challenges, and turns basic tasks such as query answering and data transformations into complex reasoning problems. Rule-based systems have found many applications in this area. The RR conference welcomes original research from all areas of Web Reasoning and Rule Systems. Topics of particular interest are: answer set programming, complex events, datalog, description logics, event-condition-action rules, information extraction, and logic programming.

Web Scalability for Startup Engineers

by Artur Ejsmont

This is an invaluable roadmap for meeting the rapid demand to deliver scalable applications in a startup environment. With a focus on core concepts and best practices rather than on individual languages, platforms, or technologies, Web Scalability for Startup Engineers describes how infrastructure and software architecture work together to support a scalable environment. <p><p> You’ll learn, step by step, how scalable systems work and how to solve common challenges. Helpful diagrams are included throughout, and real-world examples illustrate the concepts presented. Even if you have limited time and resources, you can successfully develop and deliver robust, scalable web applications with help from this practical guide. <p><p> Learn the key principles of good software design required for scalable systems Build the front-end layer to sustain the highest levels of concurrency and request rates Design and develop web services, including REST-ful APIs; Enable a horizontally scalable data layer Implement caching best practices; Leverage asynchronous processing, messaging, and event-driven architecture; Structure, index, and store data for optimized search; Explore other aspects of scalability, such as automation, project management, and agile teams.

Web Scraping with Python

by Ryan Mitchell

Learn web scraping and crawling techniques to access unlimited data from any web source in any format. With this practical guide, you'll learn how to use Python scripts and web APIs to gather and process data from thousands--or even millions--of web pages at once.Ideal for programmers, security professionals, and web administrators familiar with Python, this book not only teaches basic web scraping mechanics, but also delves into more advanced topics, such as analyzing raw data or using scrapers for frontend website testing. Code samples are available to help you understand the concepts in practice.Learn how to parse complicated HTML pagesTraverse multiple pages and sitesGet a general overview of APIs and how they workLearn several methods for storing the data you scrapeDownload, read, and extract data from documentsUse tools and techniques to clean badly formatted dataRead and write natural languagesCrawl through forms and loginsUnderstand how to scrape JavaScriptLearn image processing and text recognition

Web Scraping with Python

by Richard Penman

This book is aimed at developers who want to use web scraping for legitimate purposes. Prior programming experience with Python would be useful but not essential. Anyone with general knowledge of programming languages should be able to pick up the book and understand the principals involved.

Web Scraping with Python: Collecting More Data from the Modern Web

by Ryan Mitchell

If programming is magic then web scraping is surely a form of wizardry. By writing a simple automated program, you can query web servers, request data, and parse it to extract the information you need. The expanded edition of this practical book not only introduces you web scraping, but also serves as a comprehensive guide to scraping almost every type of data from the modern web.Part I focuses on web scraping mechanics: using Python to request information from a web server, performing basic handling of the server’s response, and interacting with sites in an automated fashion. Part II explores a variety of more specific tools and applications to fit any web scraping scenario you’re likely to encounter.Parse complicated HTML pagesDevelop crawlers with the Scrapy frameworkLearn methods to store data you scrapeRead and extract data from documentsClean and normalize badly formatted dataRead and write natural languagesCrawl through forms and loginsScrape JavaScript and crawl through APIsUse and write image-to-text softwareAvoid scraping traps and bot blockersUse scrapers to test your website

Web Security: A WhiteHat Perspective

by Hanqing Wu

In late 2013, approximately 40 million customer debit and credit cards were leaked in a data breach at Target. This catastrophic event, deemed one of the biggest data breaches ever, clearly showed that many companies need to significantly improve their information security strategies. Web Security: A White Hat Perspective presents a comprehensive g

Web Technologies and Applications

by Ruichu Cai Kang Chen Liang Hong Xiaoyan Yang Rong Zhang Lei Zou

This bookconstitutes the refereed proceedings of the workshops held at the 17thAsia-Pacific Web Conference, APWeb 2015, in Guangzhou, China, in September2015. The 15 fullpapers were carefully reviewed and selected from various submissions. The volumepresents the papers that have been accepted for the following workshops: BigData Applications in Telecoms, BDAT 2015, Big Social Data, BSD 2015, and WebData Mining and Applications, WDMA 2015. The papers cover various issues in thearea of the World Wide Web with the underlying technologies and applications.

WebRTC Cookbook

by Andrii Sergiienko

If you are a JavaScript developer with a basic knowledge of WebRTC and software development, but want to explore how to use it in more depth, this book is for you.

WebSocket: Lightweight Client-Server Communications

by Andrew Lombardi

Until recently, creating desktop-like applications in the browser meant using inefficient Ajax or Comet technologies to communicate with the server. <P><P>With this practical guide, you'll learn how to use WebSocket, a protocol that enables the client and server to communicate with each other on a single connection simultaneously. No more asynchronous communication or long polling!For developers with a good grasp of JavaScript (and perhaps Node.js), author Andrew Lombardi provides useful hands-on examples throughout the book to help you get up to speed with the WebSocket API. You'll also learn how to use WebSocket with Transport Layer Security (TLS).Learn how to use WebSocket API events, messages, attributes, and methods within your client applicationBuild bi-directional chat applications on the client and server with WebSocket as the communication layerCreate a subprotocol over WebSocket for STOMP 1.0, the Simple Text Oriented Messaging ProtocolUse options for older browsers that don't natively support WebSocketProtect your WebSocket application against various attack vectors with TLS and other toolsDebug applications by learning aspects of the WebSocket lifecycle

WebSocket Essentials – Building Apps with HTML5 WebSockets

by Varun Chopra

This book is for web developers who want to learn and implement WebSocket to create interesting apps for modern browsers, leveraging the capabilities of HTML5 with WebSockets.

WebStorm Essentials

by Den Patin Stefan Rosca

Build efficient HTML, CSS and JavaScript applications using the powerful WebStorm IDEAbout This BookGet to grips with the newest features of WebStormUse WebStorm to simplify your web development process and improve its efficiencyBest practices and cutting-edge technologies for JavaScript developmentWho This Book Is ForIf you are a web developer who is new to WebStorm, this is the book for you. Knowledge of languages such as JavaScript, HTML, and CSS is assumed, with a reasonable understanding of frameworks such as AngularJS, Node.js, and Meteor.What You Will LearnInstall and configure WebStorm to suit your workflowDevelop mobile applications using web technologies with WebStormCreate simple web pages with the help of templatesImprove your web development efficiency with WebStorm's built-in featuresAnalyse and debug your code in WebStormPerform unit testing and debugging in WebStorm to test your applicationsGet to grips with the latest version of WebStorm (WebStorm 10) to revolutionize your web development experienceIn DetailJetBrains WebStorm is a commercial and powerful IDE, perfectly equipped for complex client-side development and server-side development with Node.js. It provides first-class support for JavaScript, Node.js, HTML, and CSS. WebStorm is the number one choice for developing web applications due to its advanced features and integration with a plethora of topical technologies such as Meteor and Gulp.This book will be your companion in building high-quality web applications using WebStorm, taking advantage of the newest features of Webstorm 10.You will start with an introduction to the latest features of WebStorm and its interface, followed by learning how to set up a new project with the help of templates. You will then build a web application using AngularJS, ReactJs, Node.js, Express, and Meteor. This book will also show you how to use pioneering HTML5 technologies in mobile application development and package managers, as well as how to build automation tools for your application. Finally, you will discover how to perform debugging, tracing, profiling, and code style checking activities directly in WebStorm, followed by testing your application inside WebStorm, using some of the most popular testing libraries out there.By the end of this book, you will have a solid understanding of how to develop powerful web applications quickly and easily with WebStorm.Style and approachThis book is a hands-on guide to getting to grips with WebStorm, complete with plenty of screenshots and tips. New features are introduced to you with the help of sample applications.

What Happens on Campus Stays on YouTube: Privacy Is Dead. The New Rules For Your Reputation On Campus, Online And Beyond

by Erik Qualman

Whether we like it, love it, use it or hate it, escaping social media on any college campus is nearly impossible. When you arrive on campus, you will notice that social media isn't just a way to connect with friends but also a vast communication and marketing network for student organizations, internship opportunities and more! The purpose of this book is to not to tell you to avoid social media, but to help you start thinking about your digital reputation and providing you with some expert advice on using social media in a smart way. Even if you don't want to dive in right now, keep this book on your shelf for your future reference.

Refine Search

Showing 19,676 through 19,700 of 53,804 results