
Search In
In this blog, I will be putting some light on how you can run dynamic queries for all liferay plugins portlets using common service builder. For this you can easily use same service builder for all Liferay plugin portlets and can create a servic
Callback is a way to inform a class synchronous/ asynchronous when an event occurs. A simple way to create a generic callback is to use interface with a method in which JSON is passed.
So, In this tutorial, I will guide you about h
Code practice for Readability
Avoid unnecessary regions in class :
A class is based on Single responsibility principle.
We provide regions in class to surround block of code. I could be single or multiple methods.
Regions makes it easier to naviga
Hello friends, I am writing this blog which will let you know how to secure apache with let's Encrypt on an Ubuntu . Lets begin with the following steps:
Step 1: Install server dependencies
Update local packages first:
sudo apt-get update
N

Configuring gmail in Cakephp 3.x
Hello friends, welcome to findnerd. Today I am going to tell you how to configure gmail in cakephp 3.x. First of all you need to load the class for email in Controller:
use Cake\Mailer\Email;
Secon
SharePoint Apps and Office 365 Apps:
On the off chance that your association is utilizing SharePoint Online and Office 365, I am certain one of the center client necessities is a capacity to get to content by means of cell phones. Verifiably


This blog is useful in setting up your own Sharepoint development environment on local server.
I am assuming that you have already installed Sharepoint 2013 into your development server and now you want to start development for Sharepoint.
Small br
Many times it happens that a Gmail user needs to create a new Gmail address, but still wants to receive the emails into the old Gmail account automatically. Although it is not necessary that old email address has to be a Gmail address. It could


Hello Readers
This blog will introduce you to how we can use input type and attribute in forms for form validation (checking the correctness of a value). Thus, a form validation refers to checking the correctness of the entered value. A form input w


Command Bar is an interface control which can provide multiple options in the form of icons and menus in windows phone application. Icon options are represented as PrimaryCommands and menu options are as SecondaryCommands.
Adding a CommandBar
