64 posts tagged javascript functions
Subscribe-
J2ME faq set-1
http://tracecareer.com/ ?p=195What J2ME? Java 2 Platform, Micro Edition is a set of specifications and technologies that relate to Java on small devices. The J2ME and fences covers a wide range of devices, pagers and mobile phones via set-top boxes and car navigation systems.
-
J2EE faq set-1
http://tracecareer.com/ ?p=194What is J2EE? J2EE is a development environment and deployment of enterprise applications. The J2EE platform consists of a set of services, application programming interfaces (APIs) and protocols that provide the functionality for developing multitier, web-based applications.
-
Java fundamentals set-1
http://tracecareer.com/ ?p=193Q. What are the ways to learn Java? Ans: as a result of measures makes it easy to learn Java. 1. Start with a tutorial java supplied by the sun. 2. And get basic book covers all the fundamentals of the language, U can get several java book online too .. (See our related or associated Doc books for more information.) 3.
-
EJB faq set-1
http://tracecareer.com/ ?p=192What are the two main classes of TCP socket? Socket and ServerSocket. ServerSocket normal is used for two-way communication socket. Socket class enables us to read and write through the sockets. GetInputStream and getOutputStream () () are the two methods available in Socket class.
-
Advance java faq set-1
http://tracecareer.com/ ?p=191Q. What Swing? Swing is a new toolbox GUI shipped with JDK 1.2, and is available as an add-on for the extension of library JDK 1.1. Swing is part of the Java Foundation Classes and supports a graphical interface that allows developers tools Creating components that have a pluggable look and feel.
-
PHP faq set-1
http://tracecareer.com/ ?p=190What’s PHP? The PHP Hypertext Preprocessor is a programming language that allows web developers to create dynamic content that interacts with databases. PHP is mainly used for development web based software applications. What is a session? One session is a logical object created by the PHP engine to allow you to maintain data across a result of HTTP requests.
-
CSS faq set-1
http://tracecareer.com/ ?p=189Three selectors: h1,. # Warning and footer, what they are doing? An element points during an HTML tag somewhere on your page. In the above example, we want <h1>-style tag. Note that the use of an element like that affects all of the same name tags, using p (margin-left: 100px;) gives all <p>-tags left margin.
-
Javascript Differences in Mozilla Firefox and Internet Explorer
http://balanagaraj.wordpress.com/ 2008/ 05/ 07/ javascript-differences-in-mozill…document.all Internet Explorer 4 introduced the document.all DOM (document object model) to allow access to the various parts of the web page. Soon after that the standard DOM method getElementById was introduced and is therefore available in all version 5+ browsers.
-
Expanding functionality of JavaScript Date object
http://softxml.com/ wordpress/ ?p=9These functions expands functionality of JavaScript Date object, making date calculations in JavaScript as easy as in VBScript…. YUI DateMath on JavaScript Date Object Expanding functionality Date VBScript JavaScript functions date calculations ShareThis Tags: Date, date calculations, Expanding,
-
Wrapping functions in JavaScript
http://peter.michaux.ca/ article/ 7742I find myself wrapping JavaScript functions more these days to add aspect-oriented behavior. One JavaScript file can define a function and another file can add more behavior. Problem Suppose we have a relatively standard library function for attaching event handlers to elements that works with both the DOM2 and Internet Explorer event models.