Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

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...

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...

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...

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 ...

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...

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 ...

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...

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...

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 ...

Android Intents Video Tutorial

In this tutorial, you will learn the Intents and its usage in Android Intents are the Activity-launcher and also act as a message carrier. Intents is very much helpful in performing various functions that make use of other application like came...

Cordova - File Transfer in Phonegap Application

This plugin can be used to upload and download files. Installing File Transfer Plugin: To install this plugin into your application, run the following command:   cordova plugin add cordova-plugin-file-transfer After installing...

Understanding Modules in Angular2

A module is component in angular that can export classes, function and values. It can work as a library for some other module. angular2 library is primary library that is a module and will be imported by some other component. This is the code...

How to refresh your list when you swipe down at the top / use of SwipeRefreshLayout

Sometime we need to refresh our list when we swipe down at top of our list so this feature is attained with the help of Swipe Refresh Layout. Here I am showing the list with the help of recyclerView, so we need to add SwipeRefreshLayout tag in ou...

How to make a angry bird character in illustrator?

Step 1: First, Take a pen tool and make a shape of an angry bird (egg) and fill the color inside this shape.    Step 2: Now for the top hairs, Again goto pen tool and draw a shape of hairs.   Step 3: F...

How to Get the New IT Job Easily If You Were Fired

I hear you. It sucks. They shouldn’t have fired you. You were probably one of the best developers working there! There there. There there. The important thing to remember is that it’s not the end of the world. We’re not our jobs...

5 Less Famous Social Media Platforms You Are Probably Not Utilizing (But You Should!)

Everyone’s familiar with the tried and true social media networks that have dominated the way we receive information and connect with each other. Facebook, Twitter, LinkedIn and Instagram have established themselves as dominant players in t...

Delegates in Unity

DELEGATES IN UNITY: A delegate is a reference pointer to a method. When it is called, it gives notification to all methods that reference the delegate. It allows us to treat a method as a variable and pass method as a variable for a callback. ...

3 Killer Tips to Improve Logo Design

  In my point of view the Logo designers are similar to the great athletes of our time who say “I try to improve my every day,” If you are on a task try to learn and improve, this comprehensive logo design guide is a great...

Using Ionic - Cordova Native Audio in Phonegap application

native audio plugin is used for playing audio in your ionic application. To use this plugin you need to install it first in your application directory by following command:   cordova plugin add cordova-plugin-nativeaudio you firs...

7 Benefits of a Sustainable Business

Modernization has not been as kind to Mother Nature as we all know it. What good is development if it means destroying our means of existence? This is why many companies are looking for a greener approach to doing their business. It turns out tha...

Using Ionic - Javascript Events

In this article, you will learn about the javascript ionic events. These events are useful when you want to interact your web application pages with user. These are ionic events: on-hold : It is called when user touches screen for more tha...

An Overview of Android Activity - Video Tutorial

As far as Android platform is concerned, the fundamental building blocks rely on activities, too. They make it possible for a user to interact with an app. Besides, they also play a big role in how a user navigates within an app.   For...

Top 11 Resume Writing Tips for a Successful IT Career Change

 Thousands of people worldwide decide to change their career dramatically every day. Someone might have been working as an engineer or a healthcare professional and he or she has been doing the job well, but the moment came and they decided ...

Create a bomb icon using illustrator

Step 1: Create a 500 by 500px document. Make a ellipse on the canvas and apply radial gradient on it. Image shown below for radial gradient.   Step 2: Create another ellipse top left corner of the first ellipse. Again use radi...

Angularjs routeParams with Example

$routeParams is a service of angularjs that can be used to get the current set of route parameters i.e. URL parameters. ngRoute module is used to work on it. The route parameters consist of  $location’s search() and path(). The path p...

Image drag and drop using DropZone in Cakephp.

Hello Reader's , Hope your are doing good today. Today we will discuss about Drag-and-drop functionality in the website. Nowadays it is very useful graphical feature where you can drag images from one location to another location. Drag ...

Data Scraping in Cakephp

Hello Reader's , Hope your are doing good today. Today we will discuss about Scraping.Sometime we want to scrap some data from another website So here we will learn how we can do this? Before going to start scraping you need to downloa...
1 43 269
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: