
Search In
Apple provides the UIPasteboard class which enables the data to be shared within the app and with another app. To share data we can use pasteboards.
Here is the code snippet depicting how copy and Paste functionality can be achieved in Swift
ButterKnife is library to initialize the views with Annotations.
With the help of Butterknife you have no need to initialize view with findViewBtId().
here we start.
1. Create Project.
2. Open module level build.gradle file.
3. Add below dependen
Here we will learn how to resolve the error that we come across while updating MySQL 5.5 to MySQL 5.7 on ubuntu 14.04.
After the upgradating, I was trying to login my CakePHP application, but every time I was trying to login I was facing the warning
Hi all.
We try all sorts of shadow and color properties to make our text look unique and richer visually.
In this blog post, I will tell you how to create a simple blurry text using two of the simplest properties, text-shadow and color.
One major
Hello!!
As we know that their are multiple way to read the text file in java. BufferedReader class is generally uses to read the text file. FileReader, BufferedReader, FileInputStream is used to reade the text file in java depend
Hello Reader's, If you want to run PHP code when user click any selected anchor tag then you can use the Jquery for this. Lets see how you can run this code.
First you have to write the onlclick action on the anchor tag like this:-
<a href="#" o
Sometimes we are getting errors of shortage of memory at the compile time.
We get such type of error:
Exception in thread "pool-1-thread-2" Exception in thread "pool-1-thread-3"
Exception in thread "pool-1-thread-4" java.lang.OutOfMemoryError: GC
I was facing issue when I was sending email, then I was getting message in the footer of the email. Message is "This email was sent using the cakephp framework". In order to remove this message you need to make sure that you have set
Hi Reader's,
Welcome to FindNerd, today we are going to discuss how to manage error log in cakephp in 2.4.1 version?
If you want to create error log file in your CakePHP web application so firstly you have to search
location to error.log file in

Hii,
In this blog, I am going to share an example in which i have created a comment box using few html tags like input box and text area and i have used jquery to set the word limit and to count the number of characters typed.
Go through the ex
