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 ...
Hello everyone,
This Android Video Tutorial will guide you about How you can make network calls using retrofit in Android?
For any queries feel Free to post in comment section.
This "Android ListView Video Tutorial" describes how to implement custom listview in an android application using BaseAdapter. Android ListView is a view which groups several items and displays them in the vertical scrollable list.
&...
Calling Web API from MVC Controller in ASP.NET
This blog defines calling of web api from mvc layer project. The following steps are to be followed :-
Step 1 : Create an empty solution in visual studio 2015. From file men...
Project management is an important task in which project managers are responsible for managing and delivering the project on time, under budget. In simple term, it is the art of getting something done ahead of deadline, up to quality standard...
While studying MVVM architectural pattern in WPF you might have come across INotifyPropertyChanged interface and wondered the need of using it. Following MVVM architectural pattern in WPF application, we used binding to access data in the view an...
Internationalization in Cakephp 3.x
Hello friends, welcome to findnerd. Today I am going to tell you how to implement Internationalization in Cakephp 3. It is similar to multilingual. In my previous blog I have mentioned how to develop mu...
It shows the password in plain text and help user to check whether password entered is correct or not. Basically it Reveals the hidden passwords in the form of characters and numbers and provide convenience for checking your password...
“Learn from your mistakes.” It’s a good adage to live by, but as an entrepreneur, you don’t want to think about the possibility of failure. Unfortunately, starting a company is a risky proposition, and if you...
Hi, I am trying to integrate my existing code into django. How do i access models.py from my external code.I tried putting it in the same apps directory it did not work. Is there a way ?
My Case: I have a web parsing code that takes data...
I’ve had a busy few weeks networking. Last night, I returned home from something like my tenth networking event this month. It made me realize that networking is extremely important for entrepreneurs. As an entrepreneur, you h...
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 speci...
In this blog, we will learn how we can use foreach in the latest ES6 i.e. ECMAScript 2015. In ES6 the new syntax that we will use to iterate over the elements of array is “for-of”. Hence here we will learn how we can iterate through t...
In the following article, we are going to see the use of commands in WPF MVVM application. Before we move on to see the actual implementation, it's necessary to understand why we use commands in WPF.
Commands are used to separate the UI co...
An MVC application with Entity framework with Code First Approach
Following steps are to be followed :
Step 1 : In visual studio 2015 create a new C# ASP.NET Web project named Student_Management_System. Select the MVC te...
I don’t have time to review the entire directory database and buying an email list is expensive. Please suggest the more cost-effective and less time consuming approach to get the job done. Thanks!
Multilingual in cakephp 3
Hello friends, welcome to findnerd. Today I am going to tell you how to use multilingual in cakephp 3.x. Before moving ahead, lets create articles table. Here we are going to translate the title of articles table to f...
If you want to swipe on touch devices like iPad, iPhone, Android device etc there is a jQuery plugin that can be used for this purpose. It can read any single or multiple finger swipes on touch device and mouse 'drags' on the desktop brow...
Hello Everyone,
I am stuck somewhere and it would be really great if you help me out regarding this query in order to clear my confusion.
What's the difference between an Interpreter and a Compiler?
Thank you
Hi Reader's,
Welcome to FindNerd, today we are going to discuss on send push notification on iPhone in CakePHP 2.0.
Push notification is basically used for sending messages on mobiles. It pops up on a mobile device.
If you are app publ...
In this blog we will learn about array and it's type in Java. Array is defined as a collection of similar type of elements.
Array are seen as a collection of elements these elements belongs ...
This tutorial will guide you about "How to add regions in drupal 8 theme".
To add region in your template file, first you have to define region in your meta data file i.e (themename.info.yml) & then edit page.html.twig file to pr...
Difference between Var and Dynamic type in C#
Var Type
C# 3.0 introduced var type.
With respect to storage it can store any type of value with the condition that var type variables need to be in...
Paging in ASP.NET MVC Application
To implement paging on an ASP.NET MVC Application following steps are to followed :-
Step 1 : Create a new C# ASP.NET Web project named Student_Management_System. Select the MVC template option ...
In this article we are going to see simple implementation of MVVM pattern in WPF application. For the sake of simplicity, we'll be showing the list of users and will get detailed explanation of the process followed behind the scene.
...
Hello friends, welcome to findnerd. Today I am going to tell you how to create repository and upload files to Bitbucket using command line in Ubuntu 14.04. Before creating repository to Bitbucket, you need to have an account first.
Getti...
Im looking for some good content marketing tools to help me speed up my work flow and provide me with better quality content form my blog. Any suggestions please?
In this Android Video Tutorial, you will learn about how we create a Collapsing toolbar by learning few XML tags.
XML tags covered in this tutorial are: CoordinatorLayout, AppBarLayout, CollapsingToolbarLayout and NestedScrollView. You can a...
Hi Reader's,
Welcome to FindNerd, today we are going to discuss on how to send SMTP mail from GoDaddy server in PHP.
If you are developing any web application in PHP then, sometimes you are required to send emails in your PHP application....
Step 1: First we need to make a shape of character. So take a pen tool draw a shape. As shown in below image.
Step 2: Now comes on the face, Draw a shape by using pen tool and fill the color inside the shape ( color code - #...
WebStorage in HTML5:
It is an alternative to cookies and it is better than cookies. With the help of localstorage we can store data locally inside user browser. It is more secure as compared to cookies. It can be modified easily using&nb...
Every business requires successful marketing efforts and a strong strategy to develop and grow, but majority of them face multiple problems related to the same. Either they don’t have skilled in-house marketing expertise or they have the wo...
In Drupal 8, all the custom modules will go in the module folder in the root directory.
Here are the steps to create a simple custom module to print hello world in Drupal 8:
Step 1. Create 'mymodule' folder under modules f...
In a negotiation, it’s commonly accepted that there’s a winner and a loser. It doesn’t always have to be that way, and the best negotiations end in both parties leaving happy. Whatever the outcome, however, your goal is alwa...
In this Android Video Tutorial I have explained the major differences between RecyclerView and the ListView and also covered the part how to make RecyclerView in three steps.
you’re going to experience the power of Recycle...
Typescript is Microsoft’s extension of Javascript. It provides type checking abilities and also has features of object oriented programming. TypeScript is used in both Angular2 and Ionic2.
TypeScript has similar syntax and semantics that a...
Fragment are the android component that are meant to make the UI more flexible and dynamic screens.
In this Android Video tutorial we will learn :-
What are fragments
1) Component that is used to implement the complex UI in a simpler man...
Hello friends, today I am going to give basic understanding of installing Swagger in Cakephp 3. Before Installing it, let us understand what is Swagger. Swagger is the most powerful framework which is designed to develop APIS and to create ...
Hello friends how can i arrive at my expected output in my android project?
Currently, I am getting all the output values such as brand,model,type,variant as integers instead of text. Actually i need my result as
RegNo: TN10D5551
B...
When you’re writing a blog post, you know you have to get the interest of your audience. You’re doing that by thinking of a great headline, structuring a great post, and presenting unique ideas. Is that all you need to d...
Write a program in java to evaluate and print the value of the following mathematical function:
f(x,y) = 2x2 - y + 3
Vary the values of x and y according to the following table and prints the values of f(x,y) as shown in the table.
...
Angular 2 is different from Angular 1 as it is written completely in Typescript and includes the ES6 specification. As it is not updated version of Angular 1.x so it is rewritten and has many changes.
Component based Programming:
Angular2 is ...
Hey Guys!
I’m in distress!
With a pretty small budget of around $ 60 a month, prioritizing an online ad budget is a cumbersome job. I would like to spend it more effectively. I currently spend the biggest percentage of my ...
What is Realm?
We all are aware of SQLite for internal storage in android but now we can use Realm as SQLite replacement.
Realm has become popular for being a database with its own C++ core. It’s not just an alternative for SQLite, but ...
Ionic provides a service named Action Sheet. It will add slide up pane on the bottom of the screen that contains different options.
Using Action Sheet:
If you want to use ionic sheet into your application, then in your controller you have t...
This Android Video Tutorial will guide you about layouts in android.
A Layout is a class that handles arranging the way its children appear on the screen
In this video you will also learn about how to declare a layout, how to write xm...
In this article, you will get to know about navigating tabs in ionic. Tabs can be used to navigate from one page to another inside your application.
Using Tabs:
You can add tabs in ionic application by using ion-tabs for container element and...
Hello Guys,
I own an online ecommerce store and have opted for affiliate program to drive more sales. How can I promote my program and reach out to the maximum audience? Are sites like shareasale and commision junction worth signing for? Is th...