Tutorial by Topics: on

This allows you to put a Web browser into your WPF application. A key point to note, which is not obvious from the documentation, and you could go for years without knowing is that it defaults to behaving like InternetExplorer7, rather than your most up-to-date InternetExplorer installation (s...
MessageBox is a simple concept for decoupling entities. For example entity A can place a message that entity B can read whenever suitable. A view controller would like to talk to another view controller, but you don't want to create a strong or weak relationship.
Inspired by game development UIPheonix is a super easy, flexible, dynamic and highly scalable UI framework + concept for building reusable component/control-driven apps for macOS, iOS and tvOS. The same API apply for cross platform development! Think of it as using Lego blocks, you can use similar o...
To implement MQTT We need MQTT Broker, and MQTT client Library
Pagination by passing parmeter with custom query in spring data JPA
Introduce how to use kubernetes in production environment
Manipulating Regex for IPv4 and IPv6 and replacing by fake IP address in a readed log file
Examples and good practices for configuring your Symfony application that aren't in the official documentation.
This module provides the ConfigParser class which implements a basic configuration language in INI files. You can use this to write Python programs which can be customized by end users easily. Each new line contains a new key value pair separated by the = sign Keys can be separated in section...
Yii2 has some built-in validators which can be used while solving programming related or general puprose validations. When you need to create a new business logic validation you need to create your own validators.
Jumbotron is a standard component of Bootstrap to display some important contents on your website. It is usually used right under the navbar, before the content. Inside the jumbotron, all grid system, container class and row class also works.
Retrieves an option value based on an option name. get_option( $option, $default ) ParameterDetails$option(string) Name of option to retrieve. Expected to not be SQL-escaped.$default(mixed) (Optional) Default value to return if the option does not exist. List of arguments for $option ...
Sections are a feature that allow store owners to add, edit, remove and easily reorder content on a page. There are 2 types of sections: dynamic and fixed. Dynamic sections are able to be reordered in their entirety with other sections on the page (homepage). Fixed sections cannot be reordered, but ...
Elastic Beanstalk is a Cloud PaaS provider (Platform as a Service), meaning applications can be deployed to the platform without the fuss of manually setting up a deployment environment. Java applications are easily deployable to Elastic Beanstalk both via web interface or via command-line tools. ...

Page 98 of 121