
Search In
Hi Reader's,
Welcome to FindNerd, today we are going to discuss on read and write Session in Cakephp 3.0
Sessions is used for allowing you to identify unique users and session also allow to you requests and store persistent data for specific use
Hi Reader's,
Welcome to FindNerd, today we are going to discuss on display error messages from mysql response in Cakephp 2.5.6 .
Sometime you need show sql error messages to users when you get duplicate entries from database. Suppose you are dev
Hi Reader's,
Welcome to FindNerd, today we are going to discuss on install and setup GitHub on Ubuntu.
If you want to install git and setup GitHub on Ubuntu, Then firstly you have to update apt-get.
You can follow below command
$ sudo apt-get
Hi Reader's,
Welcome to FindNerd, today we are going to discuss on set up cron in Ubuntu.
Sometimes, it is needed to set Cron jobs in a web application for sending push notification on a particular action and to send notify message to start any
How to enable mod_rewrite on Ubuntu 16.04
Hello friends welcome to findnerd. Today I am going to tell you how to enable mode_rewrite on Ubuntu 16.04. With activating mod_rewrite you will be able to manage URL rewrites. URL rewriting is done to make
Hello friends, welcome to findnerd. Today I am going to tell you how to create PDF from HTML using JSPDF. In this blog I am going to use fromHTML plugin to convert html page into pdf.
Copy and paste the following code into your file:
&
Hi,
As we all know that Swift comes with new and variety of enhancements over objective C. Returning a function as a return type of a function is also one of them.
Here we are defining two functions which are accepting Int kind of parameter
Hi,
In this Video Tutorial on Swift Basic, we will learn about Operators in Swift.
Based on fundamentals of C and objective-C, Swift offers various operators to check, change, compare and combine value. These operators can be used t
Hi
To present a controller as a popOver we use UIPopoverPresentationController. It display the content in a popover. We can easily do it by setting controller presentation Style as popover and then presenting it.
Add UIPopoverPresentationCont
Popups are amazing way to notify/alert user, popups provide us necessary additional info about the app and can be used for assisting user when anything went wrong. After using traditional popups now it’s time for Dropdown popups.
Click on th
