Tag Archives: technology

AJAX not working!

If your AJAX code is not functioning even if your code is perfect then try to make sure the following step also done -Clear your chache and history sessions in your browser then try again. Thanks…

Rate this:

Tagged | Leave a comment

What is JQuery?

JQuery This basic and simple notes are developed to help you get started to learn jquery. what is jquery? JQuery is an advanced form of javascript which simplifies client side scripting and gives more effect and animations. It is also … Continue reading

Rate this:

Tagged , , | Leave a comment

What is HTML5?

What is HTML5? HTML5 is a new revision of the HTML standard. It is a tag based markup language for design, structure the content and display user friendly. Need to add the below tag on top of the HTML page … Continue reading

Rate this:

Tagged , | Leave a comment

What is html?

What is html? It is a tag based markup language used to describe the web pages. HTML – Hyper Text Markup Language These tags will not be displayed in the web browser only the content will be displayed.. It start … Continue reading

Rate this:

Tagged , | Leave a comment

Why struts2?

Why struts2? Interfaces Struts2 UI tags AJAX support Spring integration POJO Easy to customize controller How to start? There are four step to create struts2 model 1. Create Action class 2. Create JSP for client side view 3. Create XML … Continue reading

Rate this:

Tagged | Leave a comment

What is struts2?

What is struts2? Struts2 is a framework developed by Apache software foundation. The framework is used to create java based web applications. Why we need framework? When implement web application using J2EE that is little complex. write code in servlet … Continue reading

Rate this:

Tagged , | Leave a comment

What is model view control?

It is a methodology of represent information to the user, way to build the system to interact with user. Model – it consists data and business rules View – Data representation to the user Controller – it is a mediater … Continue reading

Rate this:

Tagged , | Leave a comment

Java Fundamentals

What is Java? Java, it is developed by Sun micro systems released on 1995 and it is a programming language used to develop system applications. Java is object oriented language and plateform independent that is write once, run in any … Continue reading

Rate this:

Tagged , , , | Leave a comment

Notes for MS Office – MACRO

what is macro? it is a technic/method used in the excel document, we can write each command or action in VB code and can complete a task. When ever we need the same task to be done then can call … Continue reading

Rate this:

Tagged , , | Leave a comment