Explain the features of interface design and why these are important for web sites development?
What is the life span of the session id
When we create session it will work for a particular time limit that means when the user close the window the session will be deleted.If we want to increase the time we can set the time limit.
every application is provided with the session timeout...and for that time if the user is not using the system after login then the page will expire and again the user have to sign in..
Http server on a firewall machine
Is it a good idea to run an http server on a firewall machine? Explain.
Yes, I always run my HTTP server on a firewalled machine. The server answer requests of port 80. Other requests can be handled by other machines or blocked. This is a safe configuration. Other port accesses such telnet, ftp or vpn expose the server to more vulnerability.
What is the use of dom in web applications?
DOM is Document Object Model and is a standard of W3C. It organizes all the web page elements into a tree and allows access to the content and dynamically modify it. Interactive web applications rely on DOM for the client side interactivity. Ex get values from elements create elements etc.
It is my understanding that typography is the design of letters on print or digitally. Using fonts correctly, spacing of letters, any way that a graphic designer chooses to make their type visually appealing for the effect that they want.
How many programming languages can apache execute and what is the unique functionality of apache compared to other web server?
What is a web search agent? How does it work and what are its benefits the user?
Why was it necessary to introduce the 'host' header in http/1.1? How is it used to support virtual hosting? Why was it not enough to require that request lines always contain a full url?
Http transfer encoding chunked
What was the reason for introducing 'transfer-encoding: chunked' in http/1.1?
What is web trade technology? What are the challenges, opportunities, and threats in the current it scenario?
What are the frameworks used with Ajax?
AJILE
Clean AJAX
Dojo Toolkit
Echo
Ext
jQuery
Microsoft AJAX Library
MochiKit
MooTools
OpenLink AJAX Toolkit
Prototype
Smartclient
Rico
Spry
There are lot of ajax frameworks available.. I use xajax for most of ajax devt work...
Java Script Interview Questions
Whether the interface is good majorly decided the commercial performance of this website. Good design, both view and organization, make viewers stay longer on your site or page, that means increasing possibility of completion of your business goal.