This paper provides the design and development of an Android Application for touristic content, along with a Supportive website, focused on Western Macedonia. This application and website were created to facilitate th...
详细信息
ISBN:
(纸本)9781450366106
This paper provides the design and development of an Android Application for touristic content, along with a Supportive website, focused on Western Macedonia. This application and website were created to facilitate the search of touristic information, as also the navigation at various points of interest. More specifically, through a user-friendly graphical environment and with the help of the Google Maps API platform, the user can easily, quickly and directly store a place or a tour on the website. By saving it, it is immediately available in the Mobile Application. When the user starts the application, the current location is located and the user can be easily navigated in one of the saved areas or tours. System administrators have the same capabilities as simple users but additionally, they can process or delete users, view, edit and delete all of the saved areas and tours, and make another user an admin.
Software mashups - web applications that combine content from multiple web sites to an integrated experience have rapidly become a popular trend. Due to the novelty of mashup development, methods, tools, and architect...
详细信息
ISBN:
(纸本)9783642251252
Software mashups - web applications that combine content from multiple web sites to an integrated experience have rapidly become a popular trend. Due to the novelty of mashup development, methods, tools, and architectures for creating mashups are still rather undeveloped, and there is little engineering support behind them, even if the most common architectural requirements for composing mashups can be easily identified. In this paper we present a list of architectural issues and derive a reference architecture to serve as a starting point for the design of new mashups. The long-term goal of our work is to facilitate the development and maintenance of robust, secure, and compelling mashups, and more generally ease the transition towards web-based software development.
In the past ten years, the web has become a dominant deployment environment for new software systems and applications. In view of its current popularity, it is easy to forget that only 10-15 years ago hardly any devel...
详细信息
ISBN:
(纸本)9789897582462
In the past ten years, the web has become a dominant deployment environment for new software systems and applications. In view of its current popularity, it is easy to forget that only 10-15 years ago hardly any developer would write serious software applications for the web. Today, the use of the web browser as a software platform is commonplace, and JavaScript has become one of the most popular programming languages in the world. In this paper we revisit some predictions that were made over ten years ago when the Lively Kernel project was started back in 2006. Ten years later, most of the elements of the original vision have been fulfilled, although not entirely in the fashion we originally envisioned. We look back at the Lively Kernel vision, reflecting our original goals to the state of the art in web programming today.
Beginning XML with C# 2008 focuses on XML and how it is used within .NET 3.5. As youd expect of a modern application framework, .NET 3.5 has extensive support for XML in everything from data access to configuration, f...
详细信息
ISBN:
(数字)9781430209980
ISBN:
(纸本)9781430209973
Beginning XML with C# 2008 focuses on XML and how it is used within .NET 3.5. As youd expect of a modern application framework, .NET 3.5 has extensive support for XML in everything from data access to configuration, from raw parsing to code documentation. This book demystifies all of this. It explains the basics of XML as well as the namespaces and objects you need to know in order to work efficiently with XML. You will see clear, practical examples that illustrate best practices in action. With this book, youll learn everything you need to know from the basics of reading and writing XML data to using the DOM, from LINQ and SQL Server integration to SOAP and web services. What youll learn The basics of XML in .NET 3.5 Validating and transforming XML Using XML with LINQ Integrating with ***, SQL Server, and WCF Configuring the .NET Framework with XML Who is this book for? Developers wanting to use XML in the .NET Framework About the Apress Beginning Series The Beginning series from Apress is the right choice to get the information you need to land that crucial entrylevel job. These books will teach you a standard and important technology from the ground up because they are explicitly designed to take you from novice to professional. Youll start your journey by seeing what you need to knowbut without needless theory and filler. Youll build your skill set by learning how to put together realworld projects step by step. So whether your goal is your next career challenge or a new learning opportunity, the Beginning series from Apress will take you thereit is your trusted guide through unfamiliar territory! Related Titles Beginning C# 2008 Databases: From Novice to Professional Pro LINQ: Language Integrated Query in C# 2008 Pro WCF: Practical Microsoft SOA Implementation
Even if you're an absolute beginner in web design, this book will teach you how to build future-proof web pages the right way, using easy to master tools which are all available for free. Regardless of your comput...
详细信息
ISBN:
(纸本)9781430216063
Even if you're an absolute beginner in web design, this book will teach you how to build future-proof web pages the right way, using easy to master tools which are all available for free. Regardless of your computing platformMac OS, Windows or Linuxit recommends the right tool for the job. Step-by-step it covers how to construct well-structured HTML pages and how to apply layout and style to these pages using CSS. Covers web Standard (X)HTML and CSS. Move quickly for introductory material to getting web things done. Make sites that look good and work anywhere. In this book book you will learn: how to build web pages and web sites from scratch. how to make your sites look right in any browser with web Standards. to use the right tool, regardless of platform, for the job. how to load your site using FTP and how to maintain it. more than the basicsreal tools and techniques for building truly useful web presences. how to make your site look good and function dynamically. Who is this book for? This book is for web development beginners: students in web design classes, SOHO businesses who want to put up and maintain their own sites, and anyone with the urge to create their own web presence.
From the Publisher: Steve Harris and Rob Macdonald have applied their unrivaled .NET exposure and teaching pedigree to make Moving to ***: web Development with VB .NET the most comprehensive, yet concise, introduction...
详细信息
ISBN:
(纸本)9781590590096
From the Publisher: Steve Harris and Rob Macdonald have applied their unrivaled .NET exposure and teaching pedigree to make Moving to ***: web Development with VB .NET the most comprehensive, yet concise, introduction to *** development available. Whereas many .NET books cover only the basics, Moving to *** leads the reader from simple concepts and development tips through to detailed and informative chapters on *** architecture, advanced design and scalability considerations, and the multifaceted topic of web security. Special chapters that cover creating mobile web Applications for use with cell phones, learning XML, and building .NET web Services ensure that the reader is fully informed, not just about where *** is being applied today, but also about those areas set to become increasingly important in coming years. The unique structure of Moving to *** delivers real *** content starting from Chapter 1, while relegating general .NET and web programming concepts to a set of carefully designed appendixes. Harris and Macdonald bring years of real experience programming and teaching .NET to bear and deliver *** programming techniques that really work, explained in a way that makes sense.
This paper presents Flapjax, a language designed for contemporary web applications. These applications communicate with servers and have rich, interactive interfaces. Flapjax provides two key features that simplify wr...
详细信息
ISBN:
(纸本)9781605587660
This paper presents Flapjax, a language designed for contemporary web applications. These applications communicate with servers and have rich, interactive interfaces. Flapjax provides two key features that simplify writing these applications. First, it provides event streams, a uniform abstraction for communication within a program as well as with external web services. Second, the language itself is reactive: it automatically tracks data dependencies and propagates updates along those dataflows. This allows developers to write reactive interfaces in a declarative and compositional style. Flapjax is built on top of JavaScript. It runs on unmodified browsers and readily interoperates with existing JavaScript code. It is usable as either a programming language ( that is compiled to JavaScript) or as a JavaScript library, and is designed for both uses. This paper presents the language, its design decisions, and illustrative examples drawn from several working Flapjax applications.
Nowadays, the number of indoor areas which are multi-layered, complex and spread to large areas is increasing. Because of that, location-based tracking systems have become an important place in the indoor areas. In ou...
详细信息
ISBN:
(纸本)9781467373869
Nowadays, the number of indoor areas which are multi-layered, complex and spread to large areas is increasing. Because of that, location-based tracking systems have become an important place in the indoor areas. In our country, there isn't any system and service which provides tracking for indoor locations. In this study, indoor positioning system for remote tracking (U-TAIP) has been developed. Using sensor network which will be set in the area and K-NN algorithm on the central server remote tracking (people / objects) system has been developed. As signal resource wearable or portable Bluetooth Low Energy tags was used. Use areas of the application is defined as personnel tracking, patient tracking, child tracking, logistics tracking.
暂无评论