Tutorial by Topics: custom

This section provides an overview of what advanced-custom-fields is, and why a developer might want to use it. It should also mention any large subjects within advanced-custom-fields, and link out to the related topics. Since the Documentation for advanced-custom-fields is new, you may need to c...
acf_add_options_page( $args ); acf_add_options_sub_page( $page ); ParameterDetails$args(mixed) A string for the page title, or an array of settings. If left blank, default settings will be used.$page(mixed) A string for the page title, or an array of settings. If left blank, default setting...
This topic contains information about customizing the look, feel, and functionality of Terminal. Terminal is easy to customize. Most terminal customization is available through both Terminal > Preferences graphically, and by using terminal commands. The terminal preferences window contains 4 ta...
This is collection of different tips and tricks, to customize and improve your Xcode IDE
Javascript examples to interact with existing store variables or scrape data that isn't easily exposed
Adding custom helpers can assist you with your development speed. There are a few things to take into consideration while writing such helper functions though, hence this tutorial. Just a few pointers: We've put the function definitions within a check (function_exists) to prevent exceptions whe...
A customization of the Android RangeSeekBar proposed by Alex Florescu at https://github.com/anothem/android-range-seek-bar It allows to define a step value (increment), when moving the seek bar 1- Add the increment attribute in attrs.xml <attr name="increment" format="integ...
In order to use custom tags in JSP,we used to have TLD files,along with a Java class to define the custom tags but post JSP 2.0 specs,the same can be achieved,without the need for any Source code files,making it easy to maintain and it can also be created by someone with basic knowledge of JSP tags ...
Action Filters Attributes are a part of the ASP .NET Framework that I find useful to help follow the DRY principle. You can replace several lines of common logic with one simple declarative tag. The framework provides several useful Action Filter Attributes by default, such as the Authorize and Hand...
Kafka stores and transports byte arrays in its queue. The (de)serializers are responsible for translating between the byte array provided by Kafka and POJOs. public void configure(Map<String, ?> config, boolean isKey); public T deserialize(String topic, byte[] bytes); public byte[] ser...
Schemas are used by some connectors (Kafka, RabbitMQ) to turn messages into Java objects and vice-versa.
Here is a quick example to see how it is possible to add custom classes for links in TYPO3 RTE.
Rust 1.15 added (stabilized) a new feature: Custom derive aka Macros 1.1. Now apart from usual PartialEq or Debug you can have #[deriving(MyOwnDerive)]. Two primary users of the feature is serde and diesel. Rust Book link: https://doc.rust-lang.org/stable/book/procedural-macros.html
In this topic, we'll look to explain how to Customise axes, titles and legends whilst using the ggplot2 library.
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.
Custom Attributes for sales, category, etc.

Page 4 of 6