Featured
-
How Regression Testing Detects Integral Errors In Business Processes
Humans are forever changing and evolving and so to
by kristina.rigina -
Get Display Banner Advertising Opportunity on FindNerd Platform
“Do you have a product or service that nee
by manoj.rawat -
Android O Released with Top 7 New Features for App Developers
Android was founded by Andy Rubin, Rich Miner, Nic
by sudhanshu.tripathi -
Top 5 Features That Make Laravel the Best PHP Framework for Development
Laravel is a free open source Web Framework of PHP
by abhishek.tiwari.458 -
Objective C or Swift - Which Technology to Learn for iOS Development?
Swift programming language is completely based on
by siddharth.sindhi
Tags
Video Tutorial-How to make network calls using retrofit in Android?
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.
Implementing Custom ListView in Android App via BaseAdapter-Video Tutorial
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
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 Skills, Methodology & Development Process to Follow by Managers
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...
Notify Changes Using INotifyPropertyChanged Interface In WPF MVVM
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
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...
Show password using jQuery
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...
5 Lessons to Learn from Failed Startups
“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...
Access Models.py from external py script
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...
Why Entrepreneurs Should Network an Influencer for Business Growth
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...
Discussion on read and write Session in Cakephp 3.0
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...
How to loop through array elements using forEach in ES6?
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...
Using commands in WPF
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
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...
What are the efficient and time saving ways to get the Email Ids of potential clients from a specific domain?
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!
How to use multilingual in cakephp 3.x ?
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...
Using TouchSwipe plugin in jQuery
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...
Difference between an Interpreter and a Compiler?
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
Discussion on send puch notification on iPhone in cakephp 2.0.
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...
Array and it's type in java
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 ...
How to add regions in Drupal 8 theme
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#
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
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 ...
Simple MVVM Application In WPF
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.
...
How to upload files to Bitbucket in Ubuntu 14.04?
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...
What are some good Content Marketing Tools?
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?
Introduction to Collapsing Toolbar
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...
Discussion on send smtp mail from godaddy server in php
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....
How to make a yeti character in illustrator
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
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...
An Anatomy of the successful Freelance Marketer
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...
How to create simple module in Drupal 8 ?
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...
6 Negotiation Tactics to Get the Best Deal for Your Business
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...
Android RecyclerView Video Tutorial
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...
Get started with a simple TypeScript application
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...
Android Fragments Video Tutorial
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...
How to Install Swagger in Cakephp 3.x ?
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 ...
How can i arrive at the my expected output in my android project?
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...
Top 8 Editing Tools Every Marketing Blogger Should Use
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 mathematical function: f(x,y) = 2x2 - y + 3
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.
...
Difference between Angular 1.x and Angular 2.0
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 ...
How to track my viral posts?
Kindly suggest some ways to track my most viral posts on Facebook so I could use that information to my advantage.
How and Where to concentrate your ad budgets?
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 ...
Integrate Realm in android application
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 - Javascript Action Sheet
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...
Layouts in Android
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...
Source Code: Track the user activity on video portal using JSP and Servlet
How do I track the user activity on video portal using JSP and Servlet?
Thanks in Advance
Using Ionic Tabs in phonegap application
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...
What are the amazing ways to advertise about my affiliate program?
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...
How to make a sweet cherry in illustrator
Step 1: In this tutorial you will learn how to make a sweet cherry in illustrator. Once the new document window appears name the document then add width and height.
Step 2: Now go to the pen tool and start trace outline of ...