A simple tutorial to implement pagination
| By: Amit Yadav, Posted on: Saturday @ 11:21AM 24/12/2011 |

In this tutorial, I am going to describe how to add pagination anywhere in your website. So basically what is the pagination?, this question must be cleared before proceeding further. On the Internet, pagination is used for such things as displaying a limited number of results on search engine results pages, or showing a limited number of posts when viewing a forum thread. Pagination is used in some form in almost every web application to divide returned data and display it on multiple pages. Pagination also includes the logic of preparing and displaying the links to the various pages. Before starting this tutorial I suppose...Read More »
Aptitude questions of Syntel asked on 12th November
| By: Amit Yadav, Posted on: Wednesday @ 9:25AM 09/11/2011 |

SYNTEL PAPER ON 12 NOV - Some how got success to copy the today's syntel paper. Q 1. In a certain code language if “METRO” is coded as NGWVT, then how will you cod “MANGO” ? Choose from the options below: 1: NCPKT 2: NCQJT 3: NCQKT 4: NBQKT Q2 . Each question below has a set of four statements. Each statement has three segments Choose the alternative where the third segment in the statement can be logically deduced from the preceding two. A. Tarun is a graduate. A few graduates are artists. Tarun may be an artist. B. Some graduates draw. Some graduates...Read More »
Common questions related to E - Commerce
| By: Amit Yadav, Posted on: Monday @ 11:27AM 28/11/2011 |

Q No 1: What are the categories of e commerce? Ans: Ecommerce (e-commerce) or electronic commerce, a subset of ebusiness, is the purchasing, selling, and exchanging of goods and services over computer networks (such as the Internet) through which transactions or terms of sale are performed electronically. Contrary to popular belief, ecommerce is not just on the Web. In fact, ecommerce was alive and well in business to business transactions before the Web back in the 70s via EDI (Electronic Data Interchange) through VANs (Value-Added Networks). Ecommerce can be broken into four main categories: B2B, B2C, C2B, and C2C. 1:B2B (Business-to-Business) Companies doing business with...Read More »
Basics of CSS and html
| By: Amit Yadav, Posted on: Wednesday @ 1:11PM 16/11/2011 |

Demo | Source Code This article will take you to the step by step process of creating a fully functioning CSS layout. It is highly advised to use modern browsers such as Google Chrome, Opera, Firefox,or Safari for this exercise. First we need to identify the main structural elements of the design, so that we know how to structure our HTML document. The web is very heavily based around rectangles, and we need to remember that when dividing up our design. These main divisions we make will end up being <div> tags. A <div> is basically a rectangular container that we can position using CSS. The diagram below shows how we will divide...Read More »
- 1






