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
Theme Changing Application
Hello Readers! In this blog we will be creating an application through which we can change the theme of a device. For an example we can consider a mobile theme application. In mobile, when we select particular theme the settings changes according...
Search in Angualr js
Angular js provides a very powerful feature for searching in a list of records. Let us understand it step by step with the help of an example.
Step 1: Include the angular js scripts in your project. Example as follows:
...
Which JavaScript frameworks to learn in 2016 according to you?
Hello Nerds,
I am learning JavaScript framework but confused !. :(
There were new versions and releases of Frameworks. I don't know which one is best.
Any help would be appreciated. Thanks in advance. :)
How to check which filters are not used and how to disable them in Liferay??
Hi Guy,
Can anybody help me to check which filters are not used and how to disable them in Liferay??
Any help would be appreciated.
Cordova plugin console - Get JavaScript logs in your native logs.
Hello Readers,
This plugin use to show JavaScript logs in your native logs. It is very useful and add some additional functions to make it more useful.
First of all we need to install the plugin through CLI run:
 ...
How to create verticle bargraph in android
Step1: Add dependency MPAndroidChart and jitpack maven repository in your build.gradle
repositories {
maven {
url "https://jitpack.io"
}
}
dependencies{
compile 'com.github.PhilJay:MPAndroidChart:v2.1.6'
}
S...
Update Record in Acumatica ERP
Hi Friends,
Previously i tell you how to insert record in Acumatica ERP.
Today i will tell you how to update record in Acumatica ERP.
Below code will be used to update the record in Acumatica ERP.
var maint = PXGraph.CreateInstance&...
Pagination using Angualr js in .Net Project
In this blog I will try to explain about using Angular pagination directive in a .Net project with the help of an example.
Please follow the following steps to implement dir-pagination directive in your project:
Step 1: Download dirPa...
3D Shapes Spinning Pyramids:-
Hello Reader's!
Today I am going to explain you about a spinning 3d pyramid, first thing comes to mind that what is this pyramid and how this is built so basically a pyramid is a polyhedron for which the base is a polygon and all lateral fac...
How Product Managers Can Effectively Use Social Media
License: Creative Commons image source
Social media has become a necessary ingredient in the pyramid of needs for people. Not only has it invaded our world, but it has also found its way to live with us too. Assumi...
Creating a random string for multi purposes in Rails
As we know that in almost all web applications we have to ammend functionalities in which we need to create a random string.
This string can contain some alpha numeric characters, numbers, lower case alphabets, upper case alphabets and etc.
...
Learn how to create a comment with word limit using jQuery
Hii,
In this blog, I am going to share an example in which i have created a comment box using few html tags like input box and text area and i have used jquery to set the word limit and to count the number of characters typed.
Go through ...
Find Current month,Day,WeekDay from Date in Swift
Hi,
To get the current Year, Current month, Current WeekDay, and current day if the date you can use the following code.
To use this create a Extension of the NSDate and call the method with NSDate Object.
And call the method like CURREN...
Cookies in Angular JS
Cookies are the information of the user, which resides in a browser of any corresponding website he/she visited.
Cookies are also the important aspects which we use to maintain session.
Here we perform some basic operation in cookie by using ...
how to create Bundle Product ?
Steps to describe how to create Bundle Product ?
1. In admin panel click on Catalog->Manage Products.
2. Click on Add Product button.
3. Select (Attribute Set -> default & Product Type -> Bundle Product) from drop ...
How to make clone of an element in jQuery?
Hello friends,
Today we learn how to make clone of an element using jQuery. In jQuery, clone() method is used to make clone or copy of a set of element or a particular element. This method makes not only the copy of element but also it's c...
Responsive tooltip with auto position
Tooltip is a type of popup to give extra information which is shown when a user moves the mouse pointer or hover over an element.
Tooltips do not displayed on the mobile because mobile does not have pointer.
Tooltip content is just not a te...
Create a dynamic table when data is coming from database in MVC
In this blog, we illustrate how to create a dynamic table when data is coming from a database in MVC and display it.
In the below example we use a dummy data and jquery to populate the HTML table.
In controller, we have an action method calle...
Display initials if no profile pic available
When we create an application its very easy to display user image or profile pic. when no image is available then we used to include an anonymous image in place of no image is available. But Gone were days and now we have something rich...
CONVERT() function in SQL Server
CONVERT() function is basically used to converts an expression of one data type to another data type. This function display date/time data in different formats.
Syntax:-
CONVERT(data_type(length),expression,style)
data_type...
Essentials for Chat Application using SignalR in MVC
SignalR is a new library for .Net developers for creating real time web functionality, can also be defined as asynchronous signalling library. SignalR provides two way communication between client and server. SignalR can be used for creating real...
Loader in HTML
We can design a loader using HTML/CSS.
In the below example the loader is designed using transition. Transition is used for animation in HTML.
To see the transition effect we have to use to things:-
1. CSS effect which we want to apply.
...
Select distinct records using Linq
We often need to select distinct records from a list or from database. In Linq, we can select distinct records from a list or collection using Distinct method.
Suppose we have a list with the name Employees and we want to select only Distinct ...
Cloud-based Knowledge Base Can Improve your Customer Experience
Customer support is a key selling point for many businesses around the globe. It is one of the best ways to ensure that the customer is going to come back to...
Uses of dragging and dropping elements in HTML5
Dragging and dropping can enable users to drag an object from one destination point and drop it to different location into the same webpage. This is a very instinctive way for users to interact with your webpage.
Where we have to use Drag and ...
What's new in latest Android studio version 2.2?
New studio version 2.2 has many features that provide developers vast range of functionality.
1. Layout Editor
Drag and drop from widget palette ,new blue print of your layout,tools like auto correction.
Properties panel ...
Reading text from a file and saving in the database in Ruby
As we know that in almost all web applications we need to amend such a functionality where you need to get the content from a file stored externally in your pc. lets say this content to be a simple text content.
In these cases what we can do i...
What is overloading and overriding in php?
Overriding:
When we inherit a class into another class and provide the definition for one of the function of parent class inside the child class, then this function is overridden and this process is known as function overridding. Overr...
How to make Back to Top Button using Javascript
Making a good client experience on your website it is necessary to keep individuals on the page. The most ideal approach to make a decent client experience is to make it simple for users to utilize, if your website is hard to utilize it disturbs ...
Different Product Types in Magento
Hello Readers,
In Magento, There are 6 different types of products available with the appropriate set of features required to sell the product.
By Default product types in Magento are:
Simple Products, Configurable Products, Grouped Produc...
Configuration and Authentication using OpenSSH key
Secure Shell (SSH) is a cryptographic network for operating network services securely over an unsecured network. A common example is for remote login into a system by an user.
Installation :
Generally it comes already ...
Accessing JSON object in JavaScript
JSON is used to read data from a web server, also it is used to display the data in a web page. In this blog we will be accessing the values of JSON object with the help of the jquery's getJSON() method. GetJSON() method is used to load the J...
How is Content Marketing different from Digital Marketing? What are the key differences?
I'm planning for the start-up business. I am confused between Content Marketing and Digital Marketing.
jQuery wrap() and unwrap() method
Hello friends,
Today we will discuss about the jQuery two methods: wrap() and unwrap(). Both method are used to wrap and unwrap a particular element. Let's discuss them in details:
wrap():
wrap() method in jQuery is basically wrap ...
Insert Data in Acumatica ERP
Hi Friends,
Today i will tell you to how to insert values in acumatica ERP.
The Code below is used to insert data in the acumatica erp. Suppose i want to insert data into the EPApproval table. Here firstly i need to create instanc...
Trigger() method in jQuery
Trigger() method:
It is used to trigger an event for selected element and also trigger default behaviour of an event for the selected html element. It works similar to the triggerHandler() method, but triggerHandler() does not trigger default ...
How to generate a random number in PHP?
Hello friends,
Today we learn how to generate a random number in PHP. In PHP, following function are used to generate random numbers.
rand():
rand() function is used to display a random number.
Syntax:
rand();
Or you can als...
Some general purpose SQL queries
Some general purpose SQL queries syntax
1) To get text of stored procedures, views and triggers
sp_helptext 'Object_Name'
2) To get all stored procedures of a related database
Sele...
BufferedInputStream in java
How internally BufferedInputStream work in java?
During read from a file, how or who bring bytes from the file to the internal buffer?
Wether BufferedInputStream read 1 byte at a time from internal buffer?
Deploy Local magento to live server
Steps to describe Local magento to live server ?
Copy all of your local files to server
Delete the content of the /var folder
Export magento database from localhost and ...
How to make a progress bar using PHP ?
Hello friends, I am looking for the script to create a progress bar using PHP. Please share your suggestions.
Print the html using a print button
There are many case which need the print out of the document that is being currently displayed.
We can print the document easily just by using a button and a little javascript code.
All you need is a html.
Then the div or the part of the...
How to use database to handle sessions in PHP ?
Hi I'm developing a php web application where the front end users are countless. Currently the sessions are saving in users web browser which are likely to remove after certain duration of time. I want to develop the session and save it to my...
Node.js authentication with passport local
In node.js authentication and login could be a difficult task but there are some modules available in node that makes it easier for a node developer. One of them is Passport.
Passport is a middleware that allows us to authenticate using username...
Introduction to Single Page Application System
A single page application is a web application designed approach that fits the data into a single page with the aim of providing compact coding, similar to the desktop application. It uses all the mordern browsers, html5 and ajax that helps in cr...
Progress loader plugin for Cordova / PhoneGap iOS apps.
Hello Readers,
In today's blog we will talk about progress plugin in Cordova / phoneGap apps. It is a progress loader and there is no need to add any JavaScript library for this.
This plugin supports iOS platform. It should be...
How to get default properties of the given class in PHP?
Hello friends,
Today we learn how to get the properties of a class in PHP. In PHP, get_class_vars() function is used to get all the default properties of a particular class. It will return the result in the form of associated array. The proper...
Use Collection View in swift
Hi,
Step's required to use collectionView in Swift
1- Add collection View in your project
2- Set the delegate for collection view in controller
3- Collection view has a prototype cell, you can design accordingly you want.
4- Cr...
How to Design a Table using Div
Tables are the most powerful way to align elements in a proper/tabular way on a webpage. The concepts of table are very clear to designer, so it will be easier to create layout using table.
But tables have many problem like a layout through ...
CSS3 Hover effect
CSS3 Hover effect makes possible several changes to the single elements by adding many features to it, for example It includes feature like transition, transform and animation. That will add new effect to the simple div. The :hover selector is us...