Tutorial by Topics: web

Registering in an Android Application These are the steps I've taken to log in / register using an Android app: Have a login activity which queries the ExternalLogins route, getting the available providers. This activity should have the NoHistory flag enabled and launch as a single instance....
This section provides an overview of what web-scraping is, and why a developer might want to use it. It should also mention any large subjects within web-scraping, and link out to the related topics. Since the Documentation for web-scraping is new, you may need to create initial versions of thos...
This section provides an overview of what websocket is, and why a developer might want to use it. It should also mention any large subjects within websocket, and link out to the related topics. Since the Documentation for websocket is new, you may need to create initial versions of those relate...
Iron is a popular web framework for Rust (based on the lower-level Hyper library) which promotes the idea of extensibility through middleware. Much of the functionality needed to create a useful website can be found in Iron's middleware rather than the library itself.
Ajax uses the HTTP Protocol and can send requests using POST/GET methods from Client to Server. WebSocket is itself a protocol to communicate between Client and Server, distinct from HTTP. In Ajax when you send a request , server sends response for that request and connection ends. Using WebSocke...
This Simple Google App Web Script (Standalone) allows Google Drive to be repeated polled for files to be downloaded to the user's local PC. Shows how to use one app script to provide the function of both the: 1. User interface (a simple one in this example) 2. The file download page. For a fu...
Installing Web Deploy allows quick installation of web applications directly from the development environment using Visual Studio. Installation types: online - target Windows server has Internet access - installation is simple using Installing and configuring Web deployment on servers with Interne...
This section provides an overview of what Web Components are, and why a developer might want to use them. Web Components are a set of new web technologies implemented in modern web browsers, and used to design reusable web elements with the only help of HTML, JavaScript and CSS. Topics covered ...
This section should provide details of all the possible ways to consume a SOAP web service. ParameterDetailsCountryNameString such as UK
Web Service is an application that is designed to interact directly with other applications over the internet. In simple sense, Web Services are means for interacting with objects over the Internet. The Web serivce consumers are able to invoke method calls on remote objects by using SOAP and HTTP ov...
Before you jump into ASP. NET MVC to develop your web application you should consider the advantages and disavantages of the framework and you should know that there is another web framework made and maintained by Microsoft that is ASP .NET Web Forms. Which one should you choose is a matter of know...
According to Python's standard documentation, the webbrowser module provides a high-level interface to allow displaying Web-based documents to users. This topic explains and demonstrates proper usage of the webbrowser module. webbrowser.open(url, new=0, autoraise=False) webbrowser.open_new(ur...
Sometimes we need to build QtWebEngine from source for some reason, such as for mp3 support.
Webview can be used to load external webpages or html content. This component is there by default.
A very basic ASP.Net example of the bare minimum of code to create a WebService. In a separate StackOverflow Documentation post, we'll look at consuming this Calculator WebService.

Page 5 of 7