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

List of 40+ Best Tutorial Sites to Learn JAVA for Beginners in 2019

Hello Geeks,   I'm an experienced JAVA developer and during the course of my learning from the early stage as a fresh web developer, I have learned web development technologies from many online tutorial sites. And as and when ...

Which & Why to Use Magento or Shopify for eCommerce Development?

What we are often stumped over the question of which platform to choose  for your business to do it right, there’s no universal    one-size-fits-all solution. That’s a perfectly legit concern, especially when ever...

MRI based android app related query

Hey I'm working on MRI based android app.I don't know how to fetch MRI images and use them in my app. I'm searching for it. Kindly help me out.

Use of 3rd Party Applications or the native posts

Is the Social Media reach impacted by 3rd party apps? Do Social Media sites penalize the posts from 3rd party apps. Everybody has got different stories to tell, I understand that algorithm favours the native posts rather than something from Hoots...

Node of list

Hi, all programmers. I can't solve this question. Can help me to solve this question. Because next Tuesday need submit my assignment. Thanks.

Twig Template Basics Syntax in D8

Hello Readers, This tutorial will guide you about 'How to use twig syntax in Drupal 8'. These basics of twig syntax will help you to understand: 1. How to print value 2. How to use it with control statement like if, else  3...

How to access variables like arrays or objects in drupal template file?

In the basic twig syntax tutorials we got to know about printing the simple variables like {{ variable }}, but if we need to print an array or object and accessing them.   Lets see how can we do it.   To know the behavior...

Minify Html in Cakephp 2.x

  Minify Html in Cakephp 2.x   Hello friends welcome to findnerd. Today I am going to tell you how to minify html in cakephp 2. I am going to use minify html plugin which will remove unnecessary white spaces from html. This...

Linq Aggregation Operator: Max

Max aggregate operator is used to find the largest item from a collection. Exapmle:- In the below example we created a complex type collection for an Employee. This Employee collection contains EmpId, EmpName and Age. We need to find a maxi...

6 Perfect Ways to Improve Business Content Writing for Lead Generation

  Writing is the most important tool in a professional world to convey your message to the target person. Whether you are writing a letter to your customers/client, communicating with vendors, drafting proposals, offering tenders, or ...

5 Less Known Ways for Small Business Website to Convert More Leads

  Stephen Covey’s book ‘7 Habits of Highly Effective People’ became a bestseller and is still valued today.  His book became a multimillion dollar bestseller because it gave people a simple formula of becoming h...

Android Notifications Video Tutorial

Hi, In this Android Video Tutorial you will get to know about Building or Creating Android Notifications. I am also attaching demo code file for your further reference, for any queries feel free to comment.

TimePicker in Android - Video Tutorial

Hello again, I am again here with another Android Video Tutorial which is TimePicker in Android. I am also attaching demo code file for your further reference, for any queries feel free to comment.

AutoCompleteTextView in Android - Video Tutroial

Hi, In this Android Video Tutorial you will get to know about AutoCompleteTextView in Android. I am also attaching demo code file for your further reference, for any queries feel free to comment.

Privileges in MYSQl

Hello Readers, Hope you are doing good today. Today on My blog, I am going to explain about the Administrative Privileges in MYSQL. What is Privileges Several types of privileges can be granted to an account. Privileges should be...

Program for most effective copying of files to usb

I usually have to copy a group of files to one or more USB drive. It quite difficult to send the files to the USB drives in the most effective and efficient way so that from a group of files, the ones that fit with the least amount of free space ...

How to find covariance Matrix?

I am very new to python, in fact this is my first code in python. I am attempting to find the covariance matrix for 4 rows of data with each element having a decreasing weight datewise   I have performed the calculations on excel al...

Top 10 Free WordPress Themes for 2017

  Just like your ‘aged’ ‘oaked’ & ‘toasted’ Wine, the WordPress is also getting better, creamier and luscious with every passing second. Gone are the days, when the WordPress pondered just as a ...

Command Bar in Windows Phone 8.1

Command Bar is an interface control which can provide multiple options in the form of icons and menus in windows phone application. Icon options are represented as PrimaryCommands and menu options are as SecondaryCommands.   Adding a Com...

VideoView in Android - Video Tutorial

Hello everyone, In this Android Video Tutorial you will get to know about VideoView in Android. For your reference I am attaching file with this blog. For any query feel free to ask in comment section.

7 Unknown Youtube Alternatives for Your Video Marketing Campaign

If you are looking to bolster your video marketing campaign you have to be smart - staying within the safe and well-known zone that Youtube provides will get you nowhere. To really become a video pro and reach a wider audience you have to try new...

Generation Operators in LINQ

In this blog we illustrate the generation operators in linq. We have a three Generation Operators : 1. Empty 2. Range 3. Repeat 1. Empty:- Empty operator  is used to return an empty sequence of the type that is specified . It is a ...

How Effective is Leadership Training at Business Startup for Employees?

  Most people don’t go to school for leadership. Most leaders come into their position either by being groomed for the job, or by simply falling into a situation that requires them to develop leadership skills. In many ways, tha...

Video Tutorial: Bluetooth in Android

Hello everyone, In this Android Video Tutorial you will get to know about How Bluetooth in Android Devices functions. For your reference I am attaching file with this blog. For any query feel free to ask in comment section.

Inspect variables in template file in Drupal 8

  Lets see how can we discover the dynamic content of any template twig file. we will use dump(), kint() functions to inspect the variables of the template file.   Each core template contains document at the top in the file ...

Tooltip show using jquery

Basically tooltip is a element in which we can display extra information about something i.e When you hover that element with your mouse pointer and that little content will be displayed in small box.That little content box position can be a...

Email Set Up in Drupal 8

Email Set Up in Drupal 8 - SMTP module installation & Configuration steps: Sending email is one the most basic and essential requirement for each website. In drupal also we require to send emails on occurrence of different events e.g. on r...

How to get Current month name,date and year in android

This example shows how to get / Display the current month, date and year from calendar. To acomplish this I have used Calender.getInstance() method of Calender class. let's see the code example:   protected void onCreate(Bundl...

How to Update LableText on click using Javascript

Hello Readers, Hope you are doing good today. Today on My blog, I am going to explain how you can make labels in edit mode and update label text using JavaScript. First, you need to create label which you want to make editable and also crea...

How to make ranking in php

Hello Reader's If you are developing the project related to gaming and you want make the Ranking of your users, Then this blog is very helpful to you. Suppose you have a criteria of total wins by a user on which the ranking will assign. Yo...

Only 5 Ways to Protect Business Start-Ups for Entrepreneurs

One brilliant idea can become a billion dollar enterprise. There is a handful of small scale business that became a worldwide sensation changing the way we live our lives. Take Uber, for example, a lot of the people now-a-days prefer the conv...

World's Top 12 Automatic Invoicing Apps for Business Entrepreneurs to Use

Managers can belong to any industry or managerial level but their core responsibilities remain the same. They are leaders entrusted to develop their team members, manag...

Showing Contact Details From Windows Phone 8.1 using C#

Open Visual Studio and select Windows Phone from Visual C# templates. From the available project types, select "Blank App(Windows Phone)" and click OK.   Creating a Model Right click on project and add a new class file Pho...

Create PDF from HTML using JSPDF

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

Quantifier Operators in Linq

The quantifier operators  analyse a collection of items on some condition and  return a boolean value if any or all the items in collection satisfy a condition.   In linq, We have three types of Quantifier Operators:- 1. All...

7 Amazing Marketing Automation Tools to Help You Grow Your Business

If you haven’t made the switch yet, it’s time to start automating everything you can automate. Even tasks like marketing can be handled by great software that will handle the bulk of the hard work for you. By placing the burden on t...

Custom module to Insert, Update and Delete and also Sorting with pagination

Hello Drupal 8 guys, I am sharing a custom module which function is to collect a developer data and show list of that data with header sorting and pagination and also used form validation. If Anybody wants to use this module just download the ...

Grouping Operators in Linq

Grouping operators generates a categories or groups of an item on the basis of given key. These type of operators implements IEnumerable collection of type IGrouping<Key, SourceItem> where Key is a key value, on the basis of which grouping ...

Consuming Web API in a Windows Phone 8.1 application

Open Visual Studio and select Windows Phone from Visual C# templates. From the available project types, select "Blank App(Windows Phone)" and click OK. To consume a Web API in windows phone application, first we need a working API. Than...

Realm for Android - Video Tutorial

In this Android Video Tutorial, I have explained the basics of Realm. Realm is a mobile database and a good substitute for SQLite (Android). Realm store data in a universal, table-based format. In this tutorial, I have explained how to install Re...

How to Add Multiple Image to PDF Using JSPDF Javascript Code

This is a basic how-to tutorial on adding single or multiple images to PDF using JSPDF framework. JSPDF framework is a framework which helps to convert an html document into PDF format. To achieve this, we need to first download JSPDF f...

Email Password Validation

Hello Coders, It’s always a need to validate email at user end. Not only this but strong password is also suggested to secure accounts. Here are snippets to validate if correct email and strong password are entered or not.   ...

Top 3 Effects Caused by Latest Mobile Technologies

Ninety-one percent of adults and 60 percent of young people guarantee this device that has modified correspondence in the 21st century — the cell phone. Despite whether you guarantee an Android, an iPhone, a Blackberry, or a fundamental fli...

Query String surfacing on my URls during the Google Search Results!

While entering the URL of my website, I’m getting the URL back but with  added query strings. I have tried disallowing the robots.txt file as Disallow: /*? and received a message stating:   ‘A description for this...

How to iterate over elements of ArrayList in java

In this blog we will learn how to iterate over the elements of a collection (here we considered ArrayList) using generics and without generics. First we will go through the process of using iterator method. Iterator() method is included by eve...

Setting up enviornment for Angular 2 project in Visual Studio

Ever wondered how to start with setting up environment for a simple Angular 2 project, here are following steps that you may follow to get it done easily. Open Visual Studio and create a new ASP.NET Empty Web Site. Provide it with a locat...

Dictionary to JSON String

We often come across a condition where JSON string is to be sent to server. for example parameters like username & password is to be posted as JSON String for validating credentials from server. Best practice is to create an extension of N...

5 Factors to Look Before Choosing Right Event Management Software

  Often in life we face the problems for making right decisions. In choosing right event management platform is one of them. Here is a checklist which helps you to decide which factors to be considered while choosing the right one for...

08 Solid Tips for Effective Freelance Marketing

  Marketing is like an oxygen for your freelance business, vital for its existence. Without proper marketing and promotion, your freelance career will gradually die. Freelancers often feel they lack marketing and self-promoting skills...
1 50 292
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: