
Search In
We will learn here, how we can submit form data with the help of Ajax.
First step:-
Create index.html file and create a form with the three labels/fields:- Name,Email and Superhero Alias. Inside head tag we have included one css file and two scri
Your website needs to be as interesting and riveting as your brands. In 2018, the only way you can reach out to a large mass of audience with little effort in by creating a website. A brand website needs to reflect the true nature of a brand and very
Generating the ultimate user experience doesn’t take place overnight, and there can’t be only one area you can improve to create the ultimate website. It’s the composition of many small things. The list below is a great way to make
"Customizing Routes in ASP.NET MVC"
In my earlier blog on "Basics of Route Config in Asp.Net MVC", I have discussed how the Routing is performed in Asp.Net MVC. Please go to following link for reference:
Basics of Route Con
Hello reader's , Today in my blog I will discuss about multiple ways to create equal height columns using CSS.
As working over some website , I found an issue related to the equal height of columns .
To resolve this , I searched
Chemicals, cleaning agents, soap or hair shampoo inhaled irritants such as plant pollen or residence allergen, infections with germs or viruses, certain meals in people that have meals allergic reactions, although this is quite unusual, are all diffe
Here is a simple Jquery code to make a slider.
HTML CODE:
<div class="container">
<ul class="clearfix slider">
<li class="active">
<img src="img/img1.jpg">
</li>
<li>
<img src="img/i
Hi Reader’s,
In this blog we are going to discuss the concept of subclasses in Objective-C language. Subclasses are basically used to change the methods of an existing class or changes the behavior of properties we will use in
In this blog I build tabbed contents using CSS and jQuery, Tabbed content is a beautiful way of displaying the content in the precise and concise manner. This structure could be possible using the unordered list that act as a tabbed in a row and the
To generate an excel file in core php we can use PHPExcel library.
download library from the following link here - Download PHPExcel library
Lets cut the chase and see how can we do it :
First of all extract the .zip folder of the l
