Tutorial by Topics: me

This documents deals with how to manipulate Date and Time in clojure. To use this in your application go to your project.clj file and include [clj-time "<version_number>"] in your :dependencies section.
The goal here is to build a simple application in F# using the Windows Presentation Foundation (WPF) with traditional menus and dialog boxes. It stems from my frustration in trying to wade through hundreds of sections of documentation, articles and posts dealing with F# and WPF. In order to do a...
This function is to add an item in the admin panel's nav bar. add_menu_page( $page_title, $menu_title, $capability, $menu_slug, $function, $icon_url, $position) ParameterDetails$page_title(string) The text to be displayed in the title tags of the page when the menu is selected.$menu_titl...
This function is to add a sub-item to an existing item in the admin panels nav bar. add_submenu_page( $parent_slug, $page_title, $menu_title, $capability, $menu_slug, $function ) ParameterDetails$parent_slug(string) The slug name for the parent menu (or the file name of a standard WordPr...
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 ...
This thread is focused on how to create a spring boot application with hibernate and thymyleaf template engine. Also check the Thymeleaf documentation
What is Dynamic Method Dispatch? Dynamic Method Dispatch is a process in which the call to an overridden method is resolved at runtime rather than at compile-time. When an overridden method is called by a reference, Java determines which version of that method to execute based on the type of object...
This function registers features that the theme supports. add_theme_support( $feature ) ParameterDetails$feature(string) The feature being added. List of features to be used in $feature: 'post-formats' 'post-thumbnails' 'html5' 'custom-logo' 'custom-header-uploads' 'custom-head...
SQL injection is a code injection technique, used to attack data-driven applications, in which nefarious SQL statements are inserted into an entry field for execution (e.g. to dump the database contents to the attacker). In this section we will talk about that and its relation with JDBC Statement. ...
All types in C++ have an alignment. This is a restriction on the memory address that objects of that type can be created within. A memory address is valid for an object's creation if dividing that address by the object's alignment is a whole number. Type alignments are always a power of two (includ...
SQLite is a self-contained, serverless, transactional SQL database. It can be used within a .NET application by utilizing both a freely available .NET SQLite library and Entity Framework SQLite provider. This topic will go into setup and usage of the Entity Framework SQLite provider.
If you change repository name on the remote side, such as your github or bitbucket, when you push your exisiting code, you will see error: Fatal error, repository not found**.
Any decent programming language supports comments. In VHDL they are especially important because understanding a VHDL code, even moderately sophisticated, is frequently challenging.
All composite types other than arrays can have discriminants, which are components with special properties. Discriminants can be of a discrete type or an access type. In the latter case the access type can be a named access type or it can be anonymous. A discriminant of an anonymous access type is c...
Docker is a very popular container solution being used widely for deploying code in production environments. It makes it easier to Manage and Scale web-applications and microservices. This document assumes that docker is installed and the daemon running. You can refer to Docker installation to...
Polymer Starter Kit is an excellent solution to start building Progressive Web Apps. It offers a responsive material design User Interface, Page Routing, Offline-first service. Polymer: Command for initiating polymer cli Polymer init: Presents a list of templates to choose to build your eleme...

Page 39 of 46