How to create a form with multiple divisions

Hi dear friends! Today I have brought you another interesting tutorial. That is how to create a form with multiple divisions. When we build forms for applications some of them are very lengthier. There for we would like to divide the form into several steps. We can group the information and for those groups we can show as separately. Yet it is a one form. It can contains multiple form tags. It contains only one form tag. Inside form tag we create separate divisions…

Continue Reading How to create a form with multiple divisions

How to move focus to next input after type

Hello Dear friends! Today also I brought you a very interesting tutorial. That is how to move focus to next input after type. This function we mainly needed for building forms. When user fill the input the cursor should move to next input. We can do this based on key up on jQuery function. We can do many things by using jQuery . So learn some jQuery or JavaScript. Let's start the tutorial. This one I was made for a verification phone. When we…

Continue Reading How to move focus to next input after type

How to use jquery validator plugin

Hello friends! Today we are going to talk about how to use jquery validator plugin. Some of you might have heard about jquery validator plugin but some not. So for all your preference there is a jquery plugin called jquery validator. It is based on jquery. We can use it to do the validation. Most of you know when we create web application we have to do validation. Basically form validations. We can use this plugin to do those very easily. But how to…

Continue Reading How to use jquery validator plugin

How to create a search box with overlap button at end

Hello friends! Today also I have brought you another interesting tutorial. Even though we were knowing about coding but sometimes we don't know how to do these kind of small things. because some of them are industrial design practices. Therefore I am trying to share my knowledge with you. What I have gain from my learning. Today we are going to learn how to create a search box with overlap button at end. Let's begin the tutorial. Post Outline Tools and Technologies For ProjectHTML…

Continue Reading How to create a search box with overlap button at end

How to remove bootstrap input field border

Hello my dear friends! How are doing? Hope you all are fine. Today I am going to share another CSS tutorial with you. In this we are going to see how to remove bootstrap input field border. If you have used bootstrap you might have notice there is a border in input field. You can remove it by setting border none CSS. Yet when we click inside input field to type there is another border showing. We cannot disable it from easily. For that…

Continue Reading How to remove bootstrap input field border

How to create quarter circle by using CSS

Hello friends! From our previous post we have learned how to create circles by using CSS. Today I am going to tell you how to create quarter circle by using CSS. If you wanted to learn how to create circle using CSS for that also I wrote a post. The link has mentioned in the conclusion of the post. You can check that too. Without further delay let's start today's lesson. Post Outline Technologies for the projectHTML codeCSS codeCode explanationConclusion Technologies for the project…

Continue Reading How to create quarter circle by using CSS

How to create circle by using CSS

Hello friends! Once again welcome to myexamnote. Today we are going to see another CSS tutorial. That is How to create circle by using CSS. We can use circles as background design. For that we have to know how to draw a circle. With this tutorial I am going to teach you how to position them in screen as well. By using this method you also can able to draw half circles and quarter circles easily. Let's see the code. Post Outline Technologies usedHTML…

Continue Reading How to create circle by using CSS
How to create web page with no vertical scroll
How to create a web page with no vertical scroll

How to create web page with no vertical scroll

Hello friends! After long I though to write a post. Sorry for not posting for a while. Today I thought to write some new posts related to development side. I have wrote many articles about theory topics. Also I had a thought to write few development posts for newbies for development. So today we are going to see How to create web page with no vertical scroll. In web application development there are front end and back end development. Most people think back end…

Continue Reading How to create web page with no vertical scroll
Introduction to PHP learning
Introduction to PHP learning

Introduction to PHP learning

Today we are going to discuss about PHP programming concepts. Most of us like the language PHP. So I thought to write post series for the people who like to learn PHP. We all wanted to create web pages first. So we forget to learn fundamentals. My advice is don’t be hurry. Learn from basic. Then you have proper idea about everything. Just have little patience. When you learn everything you can perform like a master. So I am starting to write post series…

Continue Reading Introduction to PHP learning