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

Search In

How to validate coma seperated emails using Javascript

Hello Reader's, If you are developing the form for multiple email address as input, then you need to validate each email individually. You can do it by validating on submit or after submit. By using the Jquery script you can do it on user end, It w

How to change data on changing the option box

Hello Reader's if you are looing to develop the html form which changes the data on changing the values in option box, then in this blog you can see how it is done. To making this form we will start from html file. And its code will go like this:-

Parent() and Parents() method in jquery

Many times I stuck in an issue of getting parent elements or specific elements to build a specific functionality over it. So that I went through the jquery library, where I found 2 relevant methods to get the specific elements or parent elements. The

Difference between include(), require() and require_once()

The include() function The include() function is used to include the whole text of a specific file to another file where we want to include that file. While including the file if there will be any error in loading the file, it will only produce the

Algorithm for converting infix expression to postfix expression form

An algorithm to convert infix expression into a postfix expression using “Stack”. The purpose of stack is to reverse the order of the operators in the expression as it is used to hold operators rather than numbers.   POSTFIX (N, M

High Expectations Vs Perfectionism

I was recently messaging a friend and she told that she needed lots of things, and needed them all to be to be great. I guess that is the first thing I need to discuss today, trailed by the thought with respect to our desires.   Many examples,

Naming conventions while writing code

While building applications and writing codes, you have to understand that conventions needs to be followed while writing code.   Two main things are used while writing codes. 1 Camel Casing 2  Pascal Casing     Camel cas

How to make dynamic session routing in PHP

Hello Reader's, if you are making the website in which you want to redirect the user on the same page after the user login. Then you can learn it from this blog.   For example if a user hit 'my profile' without making the login, th

Allocating memory dynamically in C

In C programming, you will allocate memory dynamically by using the functions defined in the header files.   These functions are found in <stdlib.h> header file.   S.N. Function & Description 1 vo

Popup in Magento

If we are required to show a popup in our Magento page for say we want to show the details of the product from the list of products in a popup we can do it using Magento 1.9.x features. In Magento 1.9.x we have window.js file, the file can be f

1 68 115
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: