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
How to Implement multisites in drupal 8?
Drupal gives the amazing feature to use multisite with share code base, Multisite provides the facility to use single Drupal installation setup (including core code, contributed modules, custom modules, and themes) among several sites in which al...
Member Reg & Login Script - mysqli_stmt_bind_param() Errors
Hello Everyone!
What do you make out of my latest code update ?
Member Reg & Login script
config.php
[php]
<?php
/*
* ERROR HANDLING
* ini_set('display_errors', 1);
*  ...
Are You a New Manager? 4 Creative Ways to Build Unity with Your Work Teams
Building an engaged, productive team takes more than a few meetings and free coffee. As a new manager, your employees are expecting you to prove yourself. They are likely to see you as the novice who has a lot of learning to do. Whe...
Why Magento Developers Marketplace is the New Era of eCommerce Innovation?
Nowadays, Magento Commerce, the global leader in cloud digital commerce innovation has launched updates to next-generation apps marketplace, which extend the ecosystem of the platform’s most trusted services and products to all Magento merc...
Help with java defensive programming technique
I have a the following four classes..
FTPApplication- Models FTP commands in a modular, extendible way. This abstract class provides
several methods used by both the client and server.
ServerSession- Models an FTP session with a client...
How Online Job Posting on Social Media will Change the Business World
A new era of business has begun. Businesses in United States and Canada are now allowed to post job openings on the social networking sites as well as a new jobs bookmark. Business will be able to communicate and track application d...
How Image Presentation Helps To Improve User Experience (UX)?
As they say, An Image is comprising million words in itself. So about UX, Image replacement is really worthwhile. As we all know that we human beings are extremely visual creature. We can easily interpret the meaning or the content through the im...
3 Easy Steps to Remove an Adware Problem from Your PC
What is adware
This post will teach you how to remove an adware from your PC - a program that penetrates the user's browser and displays pop-up ads when you browse the Internet. Despite the fact that this ...
Complete List of Advanced C# 7 Features Web Developer Should Know
C# 7 recently added features focuses on simplification of code, performance, and consumption of data. These features are fully functional in visual studio 2017 but some features can also be used in Visual Studio “15” Preview 4.
&nb...
Business Case Studies Needed to Maintain Profits
Business Environment Description
Any organization operates within a business environment which is “the combination of internal and external factors that influence a company's operating situation” (BusinessDictionary.c...
Creating custom form in drupal 8
Drupal 8 and Drupal 7 basically have similar API with slight difference. In Drupal 7 form uses the array structure for rendering the data but it has the separate submission and validation function. In Drupal 8 comes with a feature that we can use...
Will learning coding benefit my Digital Marketing Career?
Hello Guys,
Well I’m an experienced campaigner and carry 4+ years of experience in Blogging, Social Media and Content Marketing. Recently, I’ve started learning the coding /web development in my free time. Although it’s...
How to recover mongodb after unexpected shutdown?
There might be a situation when one cannot start the MongoDB due to unexpected shutdown or mongo server crashing.
This is because of the mongod.lock file which is preventing to start mongoDb server.
Below are the steps to recover ...
Repeat form on add form button
Hello everyone when I click on button repeat, the form is repeating.
In this form I am using bootstrap color picker but when form repeat color picker not works in repeated form. this is my form:
<div class="col-sm-12 ">
<...
How to convert Csv file data to Json in Nodejs?
To convert CSV file data to JSON in NodeJs we will be using csvjson module package of npm for the conversion.
npm is basically the package manager which provides the JavaScript runtime environment in the Node.js.
Installation:
...
Is there a program like Excel that can do functions but is more widely used?
I am working on a business and will need a program that can handle basic equations like multiplications. My challenge is that I need it to be easily opened on any computer with all the functions still working.
Am I better off sticking to Excel...
Top 6 Free Google Tools to Improve Your SEO Efforts
As an SEO Professionals and Manager, you need to research so many things on daily basis and best SEO Tools (Free or Paid) for build your work easy and effectively. Having the right and effective tools in SEO is most important. Using these fre...
How to Send Emails Using Nodemailer in Nodejs?
For sending emails using Nodejs we will be using The Nodemailer module.
Nodemailer is a module that provides sending emails from the NodeJs application.
Here are some features of the Nodemailer module:
1) Zero Depende...
How to pass data from controller to directive in AngularJs?
Hello All,
Sometimes there is a situation in which one want to access data from Controller to Directive. So let's see how we can pass data from controller to directive in AngularJs
Step 1-
Sample Controller:
app.contro...
Android Overview and Necessary Tools to Get Started with Android
For a few years now, it's evident that the Android dominates the mobile OS landscape. The android jobs are in abundance and programmers are tirelessly competing to make the best benefits out of their mobile apps. To become a successful Androi...
How to Prevent Flickering in Angularjs While Page Loads?
Hello All,
We are sometimes in a situation when a particular page loads up on the browser and there are some incomplete contents, raw code displayed in the browser while Angular Js is loaded.
So in order to prevent the browser to ...
AngularJS : $emit, $broadcast and $on
AngularJS : $emit, $broadcast and $on
Nested controller in AngularJs make use of $emit, $broadcast and $on. $emit and $broadcast are used for raising event in angularjs application.
$emit : It is used for dispatchin...
Magento: Why Should We Prefer For Developing eCommerce Websites?
Ecommerce has become important for all business categories. Every online business owner is looking for a sophisticated e-commerce solution that offers flexibility, and extensibility at fingertips.
If every business dreams for develop...
How to Resolve Python Looping Function Error?
I am running a script that runs once and stops. How do I loop it infinitely?
import time
outpins = [ 4, 5, 6, 12, 13, 17 ]
inpins = [ 18, 22, 23, 24, 25, 26 ]
import RPi.GPIO as GPIO
GPIO.setmode(GPIO.BCM)...
Null Pointer Exception Error in Android App
I have faced a problem, when I clicked on login button on login activity. Below is my debug logact mentioned:
04-15 15:07:45.924 2533-2533/volleyjson.androidhive.info.myapplication E/AndroidRuntime: FATAL EXCEPTION: main
...
Java 8 Vs Java 9 : Comparing the Enhanced Features of Interface
Java 8 came with the enhanced functionality to the Interfaces. Prior to Java 8, interfaces were contracted only with the abstract methods and subclass was obliged to implement the contract. Child class has to implement the abstract ...
How to create a custom block programatically in Drupal 8
For making a custom block, the steps which are described below are required:
Step 1: In your Drupal 8 folder that you have installed you have a folder named module in that module you have to make a sub-folder named custom.
modules/custom
...
Securing ASP.NET MVC Using Custom Headers
In order to make web applications more secure, we must secure the HTTP headers that are communicated back and forth for exchanging additional information between the communicating devices which are mostly client and server.
 ...
Android Runtime Exception Error
hello,
i have faced problem in it.
This is my logcat:
04-13 18:04:54.694 2407-2407/? I/art: Not late-enabling -Xcheck:jni (already on)
04-13 18:04:54.694 2407-2407/? W/art: Unexpected CPU variant for X86 using defaults: x86
0...
Magento Event & Observer with Example
Event & observer is one of the most powerful features which we can use in any custom module. Generally, Magento uses a different kind of events which are fired/dispatched by Magento throughout its code base. Each event has class objects (data...
Java - How to Fix or Avoid Incompatible Types Possible Lossy Conversion Error?
In this blog, we will see why we get an error while we perform any arithmetic operations on two operands with type byte or short. we find the following error while compiling the source code in Java.
In the case of type short: Let say we add tw...
How to Create Custom Filters in AngularJS?
Custom Filters in AngularJS
The data can be modified through filters in Angularjs. AngularJS not only provides built in filters but also provides with the capability of creating custom filters. Custom filters can be created through "...
How to Use Javadoc tool to create documentation API
Creating a documentation of a Java source file is not a big task, it can be done in just 3 steps which are explained below.
We use Javadoc tool to create documentation API for a java source file. Let's create a file with class name Documen...
How is the role of Community Manager different from a Social Media Manager?
I thought both the roles were the same. They often use the same social media platforms to provide a human element to the organization’s online presence. I was terribly mistaken. Can you guide me through the functions and responsibilities of...
10 Best WordPress Premium Ecommerce Themes for Online Store Development
Buying & selling process has seen some serious changes in the recent time. With the radical changes in technology, the conventional method of buying & selling has gone virtually too. People prefer it doing it on their phones, tablets or d...
Json textview to Json viewlist
public class ExistingCSheet extends AppCompatActivity {
private TextView listing;
String[] items;
ListView lv;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanc...
Update Node.js and npm to latest version in 4 Easy steps
Node Package Manager or NPM is the default package manager for JavaScripts that offers offers two prominent functionalities:
Online storage facility for the node.js modules that are searchable on search.nodejs.org
The ...
An introduction to Web Notifications API
If you have ever installed apps on your mobile device(s), you must have experienced the notification messages that show on your mobile devices whenever you receive the latest information or get connected to the internet after being offline for a ...
Programmticaly Add AutoLayout by Visual Format Language in Swift
Auto layout adjusts the size and position of view according to the constraints applied to it. This approach dynamically changes our User Interface according to different screen sizes.
There are different ways for adding autolayout programmatical...
4 TED Talks to Help You Run Your Business Like an Innovator
The business marketplace is constantly changing and the only way for companies to continue to stay competitive is through innovation. Business leaders need to be creative visionaries and should provide an innovative environment for ...
Difference Between String or System.String and System.Text.StringBuilder
The difference between System.Text.StringBuilder and string or System.String
System.String and string keywords are the same, and you can use whichever naming convention you prefer. Essentially, string keyword is an alias for System.String clas...
Android Application Stop Responding After Splash Screen
Recently I am trying to create an android app which is having a splash screen going into a blank screen. But the application is not functioning well and stop responding just after the splash screen when I am trying to load the next ...
Child Actions in ASP.NET MVC
Child Actions in ASP.NET MVC
In ASP.NET MVC controller is defined as collection of action methods which are similar to function having public specifier.These actions can be called directly from browser by typing in URL request. But there ...
Different ways of writing main method in Java
Here we will learn different ways in which we can write the main method in JAVA. Different ways of modifying the main method in JAVA are mentioned below and displayed with the help of example:
1) Making changes in the sequence of modifiers, me...
Solution for "Self referencing loop detected" error in Entity Framework
Few days ago, I was creating an ASP.NET Web API by generating Entity Framework scaffolding API controller. There were simply two tables in the database Product and Title. In the edmx file, the auto-generated classes were as follows:
...
How to Configure Multi-site Feature in Drupal 8 CMS
In Drupal 8 content management system you can run more than one Drupal site by managing the CMS admin and can easily make desired changes in your website to run more than one website using the multisite feat...
How to Design a Spin Loader using Canvas?
Canvas is an HTML5 element which is used to draw graphics using a script. It is only a container for graphics and has several methods for drawing boxes, texts, images etc. We can easily design a line, an arc, a circle and much more. The canvas el...
How to Fetch data from Plist in Swift?
Hi
Property List or plist files provide a convenient way to store and access our data. Data can be stored in the form of array as well as Dictionary. It supports various primitive types such as boolean, data, date, number, and string.
...
How to use custom sound for notifications when application is in foreground/active mode?
Hi Reader’s,
This blog includes the concept of how to use custom sound for notifications when application is in foreground/active mode. Below is the code in objective C language for the same which you have to write in AppDelegate file ...
How to Make MyFriends Query in MySQL?
Hello readers!
If you are developing the web based friendship structure, Then in this blog we will help you to make myfriends query with database.
Let's suppose you have database in following structure
ID
senderM...