Hello readers, today we will discuss about "Finding Different Areas of Your Site that Need A/B Testing".
For anyone who is an online marketer jogging almost all your A/B testing on your home...
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...
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:
...
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. :)
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:
 ...
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&...
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...
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...
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...
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.
...
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 ...
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 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 ...
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 ...
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...
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...
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...
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 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...
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...
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.
...
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 ...
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...
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 ...
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 ...
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...
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...
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 ...
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...
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 ...
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...
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 ...
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:
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 ...
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 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...
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?
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 ...
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...
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...
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...
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...
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...
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...
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...
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 ...