by Garth | Feb 13, 2019 | OOP (Object-Oriented Programming)
4 Pillars of OOPEncapsulation Abstraction Inheritance Polymorphism
by Garth | Feb 11, 2019 | Other But Useful
The first six digits (YYMMDD) are based on your date of birth23 January 1988 would be written as : 88 01 23The next four digits (SSSS) are used to define your genderfemales are assigned numbers in the range 0000-4999 males are assigned numbers in the range...
by Garth | Feb 11, 2019 | Outsystems
.animated-label.active .animated-label-input input[data-input], .animated-label.active .animated-label-input input[data-input]:empty { color: initial; } .animated-label-input input[data-input], .animated-label-input input[data-input]:empty { color: transparent;...
by Garth | Jan 9, 2019 | PHP, Wordpress
WPBeginner function posts_for_current_author($query) { global $pagenow; if( ‘edit.php’ != $pagenow || !$query->is_admin ) return $query; if( !current_user_can( ‘edit_others_posts’ ) ) { global $user_ID; $query->set(‘author’,...
by Garth | Jan 8, 2019 | CSS, Javascript, Outsystems
View – Forum Discussion. View – Including external CSS in outsystems. View – Including external javascript in outsystems MOBILE application. View – Including external javascript in outsystems WEB application View – Javascript links...
by Garth | Dec 12, 2018 | Snippets, Themes, Wordpress
Create these files first functions.php style.css style-mobile.css script.js for functions.php <?php function my_theme_enqueue_styles() { $parent_style = ‘../Divi’; wp_enqueue_style( $parent_style, get_template_directory_uri() . ‘/style.css’...
by Garth | Dec 7, 2018 | Plugins, Wordpress
Really Simple...
by Garth | Nov 20, 2018 | Plugins, Wordpress
Contact Form 7...
by Garth | Oct 24, 2018 | Ubuntu
Install Nemo File Manager On Ubuntu 17.04 Systems Install Nemo on Ubuntu To install Nemo in Ubuntu Systems, run the following command to add the Nemo WebUpd8 PPA: sudo add-apt-repository ppa:webupd8team/nemo sudo apt-get update sudo apt-get install nemo...
by Garth | Oct 22, 2018 | Outsystems
In the example below a local variable was created for orders WebScreen called “searchfilter” which was set as the Search inputs Variable. There was an Orders Entity and a Customers Entity. The text below is an aggregate filter checking for all the orders...