Tutorial by Topics: web

WebView is a view that display web pages inside your application. By this you can add your own URL. Please don't forget to add permission in your Android manifest file <uses-permission android:name="android.permission.INTERNET" />
localStorage.setItem(name, value); localStorage.getItem(name); localStorage.name = value; localStorage.name; localStorage.clear() localStorage.removeItem(name); ParameterDescriptionnameThe key/name of the itemvalueThe value of the item The Web Storage API is sp...
Express is a minimal and flexible Node.js web application framework, providing a robust set of features for building web applications. The official website of Express is expressjs.com. The source can be found on GitHub. app.get(path [, middleware], callback[, callback...]) app.put(path [, mi...
ParameterDetailsappOur Express application referencebodyParserThe body-parser package reference for working with JSON encoded bodiesclientIdThe application client ID (OAuth 2 credentials)httpThe http package for running the serverpaypalThe PayPal Node SDK reference objectsecretThe application secre...
WebSocket is protocol, which enables two-way communication between a client and server: The goal WebSocket is to provide a mechanism for browser-based applications that need two-way communication with servers that does not rely on opening multiple HTTP connections. (RFC 6455) WebSocket works ove...
The WebCrypto APIs are usually only available on "secure" origins, meaning that the document must have been loaded over HTTPS or from the local machine (from localhost, file:, or a browser extension). These APIs are specified by the W3C Web Cryptography API Candidate Recommendation. ...
This section provides an overview of what amazon-web-services is, and why a developer might want to use it. It should also mention any large subjects within amazon-web-services, and link out to the related topics. Since the Documentation for amazon-web-services is new, you may need to create ini...
This section provides an overview of what selenium-webdriver is, and why a developer might want to use it. It should also mention any large subjects within selenium-webdriver, and link out to the related topics. Since the Documentation for selenium-webdriver is new, you may need to create initia...
Webpack is a module bundler which reads modules with dependencies and produces static assets representing those modules. It features an extendable loader system which allows bundles to include not only Javascript assets, but CSS, Images, HTML and much more. For example, using the in-built Javasc...
This section provides an overview of what asp.net-web-api is, and why a developer might want to use it. It should also mention any large subjects within asp.net-web-api, and link out to the related topics. Since the Documentation for asp.net-web-api is new, you may need to create initial version...
Azure WebJobs provide an easy way to run scripts or programs as background processes in the context of an App Service web app, API app, or mobile app. You can upload and run an executable file such as: .cmd, .bat, .exe (using Windows cmd) .ps1 (using PowerShell) .sh (using bash) .php (using ...
UIWebView Delegate functions:- Objective-C Declerations - (BOOL)webView:(UIWebView *)webView shouldStartLoadWithRequest:(NSURLRequest *)request navigationType:(UIWebViewNavigationType)navigationType; - (void)webView:(UIWebView *)webView didFailLoadWithError:(NSError *)error; - (void...
Web scraping is an automated, programmatic process through which data can be constantly 'scraped' off webpages. Also known as screen scraping or web harvesting, web scraping can provide instant data from any publicly accessible webpage. On some websites, web scraping may be illegal. Useful P...
WebGL is a rasterization API that generally runs on your GPU giving you the ability to quickly draw 2D and 3D graphics. WebGL can also be used to do computations on arrays of data. WebGL is a very low-level API. At a base level WebGL is an engine that runs 2 user supplied functions on the GPU. On...

Page 1 of 7