banner ad

RSSCategory: Interview Questions

How to override CSS

| July 8, 2010 | 0 Comments

If you declare an inline style in your HTML tag it will override an external stylesheet and also a stylesheet inserted in an HTML header

Continue Reading

Advantages and disadvantages of PHP

| July 5, 2010 | 0 Comments

What is PHP? You will find this extension .php or the .php3 file extension in some of the popular sites too. Let us see that is this file extension, which language this extension refers to. Let us see what the main high lights of these language.

Continue Reading

CSC Latest Interview Questions

| June 21, 2010 | 1 Comment

Hi Friends I am sharing My Question Paper There will be Five Rounds of Interview , First Round Will be Exam Second, Third & Fourth Rounds are Face To Face Rounds Fifth Round : Manager Round Click Here to Download CSC Interview Ques

Continue Reading

Advance JavaScript & AJAX interview questions

| March 6, 2010 | 0 Comments

We are providing the advance level javascript interview question(You can prepare for all the competative exams All the best) 1. Why so JavaScript and Java have similar name? A. JavaScript is a stripped-down version of Java B. JavaScript’s

Continue Reading

Interview questions and answers for JavaScript

| March 5, 2010 | 0 Comments

1. What’s relationship between JavaScript and ECMAScript? – Answer :: ECMAScript is yet another name for JavaScript (other names include LiveScript). The current JavaScript that you see supported in browsers is ECMAScript revision 3. 2.

Continue Reading

How can I open a popup window in the middle of the screen?

| March 4, 2010 | 0 Comments

Try the following which works in JavaScript 1.2: [code lang="js"] <script language="JavaScript"><!-- function openWindow(width,height) { x = (640 - width)/2, y = (480 - height)/2; if (screen) { y = (sc

Continue Reading

Difference between JavaScript and JScript?

| March 1, 2010 | 0 Comments

The biggest difference now between Javascript and JScript are all of the additional commands that JScript supports that allow access to activeX and the local computer. These commands are intended for use on intranet sites where you know the confi

Continue Reading

PHP Interview Questions for Freshers

| January 31, 2010 | 0 Comments

What does a special set of tags <?= and ?> do in PHP? – The output is displayed directly to the browser. What’s the difference between include and require? – It’s how they handle failures. If the file is not found by require(), it

Continue Reading

banner ad