JavaScript trick! Edit any page!

Recap:
This is just a simple way to play tricks on your friends and viewers.
JavaScript is a scripting language most often used for client-side web development. It was the originating dialect of the ECMAScript standard. As such, it is a dynamic, weakly typed, prototype-based language with first-class functions.

JavaScript was influenced by many languages and was designed to have a similar look to Java, but be easier for non-programmers to work with.The language is best known for its use in websites (as client-side JavaScript), but is also used to enable scripting access to objects embedded in other applications.

Despite the name, JavaScript is essentially unrelated to the Java programming language, though both have a common debt to C syntax, and JavaScript copies many Java names and naming conventions. The language was renamed from LiveScript in a co-marketing deal between Netscape and Sun in exchange for Netscape bundling Sun’s Java runtime with their browser, which was dominant at the time. The key design principles within JavaScript are inherited from the Self programming language.

“JavaScript” is a trademark of Sun Microsystems.It was used under license for technology invented and implemented by Netscape Communications and current entities such as the Mozilla Foundation.

Links:
Page editor:
javascript:document.body.contentEditable =’true’; document.designMode=’on’; void 0

Download the software:
http://jdl.sun.com/webapps/getjava/BrowserRedirect?locale=en&host=www.java.com:80

Do you have Java:
http://www.java.com/en/download/installed.jsp?detect=jre&try=1Duration : 0:3:50

Posted on November 2nd, 2007 by admin

Filed under JavaScript | 25 Comments »

cymatic online applet

i found some scientific toys on this site: http://www.falstad.com/mathphysics.html
the most interesting one in my opinion, is the round/rectangular membrane waves applet, which is like a virtual cymatics thingy. i wish there were more stuff like this…something like a program that works with both audio and midi signals, and plays the sound continuously… anyone know something?Duration : 0:1:37

Posted on November 2nd, 2007 by admin

Filed under Applets | 4 Comments »

HISTORY 003

I suspect that languages like Prolog do not fit into the mould of today’s business hierarchies. However languages like Prolog have a future — they will still be here when today’s business management models have been abandoned and replaced.

It is said that Ken Thompson, the inventor of Unix, wrote the first version of Unix in assembly language in 1969. He begain to rewrite it in Fortran IV but gave up after a day or a week, and used C which was derived from Martin Richards’ language B, derived from BCPL. (B is still available (2007) free as a download from Richards at Oxford or Cambridge). As far as is known, no one has yet implemented Unix in Fortran (or Java).
Fortran was fairly portable. However, different computers had different word sizes, so it was easy to write Fortran code that was not very portable. Waite’s SIMC and STAGE2 systems were “portable” (though they took about a week’s work, by an expert, to get them to run on a new computer). Unix is much more portable than this. Today we expect “portable” to mean that a program will run correctly with absolutely no changes, and completely automatically.Duration : 0:0:10

Posted on October 25th, 2007 by admin

Filed under Fortran | 2 Comments »

Effective Java Programming with Joshua Bloch

Joshua Bloch, Chief Java Architect at Google, presents his Effective Java™ Programming Language Guide, the most practical, authoritative guidelines available for writing efficient, well-designed programs for the Java platform.

Joshua Bloch’s books: http://www.informit.com/authors/bio.aspx?a=8b620cf7-c360-4ee1-9b55-c7f96e7f0d18

Get all the OnSoftware Vidcasts-FREE: http://www.informit.com/podcasts/channel.aspx?c=dadf92ca-3bdc-484e-9cd8-cbfe0cfc0de6

www.InformIT.com/podcastsDuration : 0:9:31

Posted on October 24th, 2007 by admin

Filed under Java | 2 Comments »

programming help

Post your queries in this Forum http://www.programming3.co.nr . Someone will answer your queries :)Duration : 0:1:29

Posted on October 20th, 2007 by admin

Filed under C/C++ | No Comments »

Sun Java Strategy Collides with Adobe, Microsoft and Nokia!

http://www.uberpulse.com/us/2007/10/sun_clarifies_java_strategy_on_a_collision_course_with_adobe_microsoft_and_nokia.php

Yesterday evening, Sun’s VP of Software, Rich Greene, and James Gosling, the father of Java, gave an update on JavaFX: the new Java platform introduced earlier this year at JavaOne. This session was indeed needed because in a typical fashion, Sun’s naming/branding is quite confusing and JavaFX is no different!

Anyway, JavaFX is a set of NEW multimedia rich functions (video, graphics…) added to the CURRENT version of Java for the desktop aka Java SE 6 aka Java virtual machine.
“It’s a direct competitor to Adobe’s Flash/Flex platform”, Gosling confirmed.
Sun also indistinguishably uses the JavaFX name for its Java platform that targets desktops, smartphones and set-top boxes. The idea is that in the long run, JavaFX will become the default/common Java platform for all these devices. Today, each of these devices run a different version of Java, making the “write once, run anywhere” motto impossible to achieve.
But wait, there’s more. JavaFX script is a new scripting language targeting the “designers” making it easy for the “right brains” to create multimedia rich applications in Java. Not to confuse with the Java language targeted to the “left brains”/developers!
And there’s also a new JavaFX integrated development environment (IDE) targeted to designers, that hasn’t got a name yet but my guess is that it’ll probably start with… you guessed… JavaFX!
Finally, there’s JavaFX mobile which is a complete operating systems for mobile phones and builds on the assets of now defunct start-up SavaJE (bought by Sun in May). It has a Linux kernel, low level codecs, custom C librairies, several engines (HTML rendering, media framework, database), Java SE (desktop), Java ME (for lower end phones) and JavaFX script.
“And JavaFX mobile is a competitor to all the other OSes for mobile phones like Windows Mobile, Motorola’s or Symbian”, added Gosling.

Confused? You’re not alone… another reason why you shouldn’t let engineers run your marketing organisation!
http://www.uberpulse.com/us/2007/10/sun_clarifies_java_strategy_on_a_collision_course_with_adobe_microsoft_and_nokia.phpDuration : 0:3:54

Posted on October 18th, 2007 by admin

Filed under Adobe Flex | 1 Comment »

[java] JDBC - Connect to access database

Tutorial connect to database by jdbc in java programmingDuration : 0:0:46

Posted on October 12th, 2007 by admin

Filed under JDBC | 1 Comment »

Java ME and the Netbeans Mobility Pack

Google Tech Talks
May 3,2007

ABSTRACT

NetBeans Mobility Pack is a development environment for Java ME CLDC/MIDP, CDC developers. In this talk Martin will show what technologies and SDKs are supported, the latest features in 6.0 with a special focus on the build system (ant), managing multiple application ports and working with device database, deployment on real-devices. Credits: Speaker:Martin RyzlDuration : 0:52:59

Posted on October 8th, 2007 by admin

Filed under J2ME | 1 Comment »

j2ee

java enterpriseDuration : 0:6:55

Posted on October 7th, 2007 by admin

Filed under J2EE | 1 Comment »

Web 2.0 Development

Scott Mattoon and Matt Ingenthron of Sun Microsystems talk about Web 2.0 development. Topics include deployment of AMP based applications on Sun, the advantages of CoolThreads with PHP or Ruby, and how to get started… Go to opensolaris.org and seach “web stack project” or check out scripting.netbeans.org.Duration : 0:4:15

Posted on October 7th, 2007 by admin

Filed under PHP | No Comments »