Javascript

How to Program Java Through CodeSpells

Submitted by navajocodetalker on
Java is considered as one of the most popular object-oriented computer programming language in the world. Learning the language takes a lot of time and effort but an idea started by Computer scientists at the University of California, aims to teach how to program Java in an easy way. The computers scientists at the UC, San Diego have developed an immersive, first-person player video game designed

Twitter bootstrap data table

Submitted by jkev on
Twitter bootstrap data table is a data container enables you to sort automatically in records per pages search any data automatically inside the data table.. included file.. css ---------- bootstrap.css DT_bootstrap.css javascript ------------- jquery.js bootstrap.js jquery.dataTables.js DT_bootstrap.js thank you: :-P

Inline Input Validation using PHP with Javascript

Submitted by argie on
This tutorial will help you validate a control like text field using javascript and display the error inline with the text field. I write this tutorial to help other programmer having difficulties in creating inline input validation. It also validate the email address. To start this tutorial lets follow the steps bellow.

Step 1: Open Your php editor and copy/paste the code below

This code is the javascript portion of the entire system. This is used to validate the form.

Same Game in Javascript

Submitted by Oelasor on
This is similar to the Same Game app I posted using VB 6.0. This game application features ways of manipulating DOM dynamically to suit the needs of the application. To play the game, unzip the compressed file and open the same.html file. The game app is not supported in IE browsers and I have not tried it in Chrome yet. I exclusively used Firefox in testing the game app and Notepad++ for the

Microsoft Revealed TypeScript as JavaScript Replacement

Submitted by navajocodetalker on
Microsoft have just unveiled their very own JavaScript replacement, a programming language known as TypeScript. The newest project from Microsoft targets to replace javaScript by being more maintainable in large projects. Some companies have already made their respective Java Replacements like Google who has two programs. Due to insistent demand from the community of programmers, Microsoft has

How to Start with Google App Script

Submitted by navajocodetalker on
Google defines Google Apps Script as a JavaScript cloud scripting language that provides easy way to automate tasks across Google products and third party services and build web applications. As programmers we have to realized that App Script is just a JavaScript, meaning if you know JavaScript, it is easier to learn Google App Script. What is the difference with the JavaScript and Google App