| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
My Code Lib2 | HTML 5, CSS, JavaScript | Beginner / Ben128 | 2374 since 8/13/2017 10:09:13 PM | Unrated
|
|
I made this while trying to get my head around Javascript I done a lot of other programming lanuages but never really touched on Javascript. so I spent a few days working on this libary of many functions many are from VB such as mid, left, right and other ...(description truncated) (ScreenShot) |
|
|
|
 |
JavaScript Calendar (month view) | JavaScript | Beginner / Dave Carter | 3709 since 4/15/2017 11:44:39 AM |
By 3 Users 3 Excellent Ratings
|
|
This is a single page project that draws a Month View Calendar for a given Month and Year using very basic HTML, CSS and JavaScript. The page should load showing the current month and year with today's day highlighted, you just have to select a month to g ...(description truncated) (ScreenShot) |
|
|
|
 |
Responsive Layout Template 4 | HTML 5, CSS | Beginner / Ben128 | 3262 since 4/10/2017 11:10:11 PM | Unrated
|
|
Hi this is yet one more of my responsive layout template this one used a grid system, code is easy to use hope you find it usfull please vote. (ScreenShot) |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
Three Column Responsive Layout | HTML 5, CSS | Beginner / Ben128 | 3365 since 3/1/2017 1:37:03 AM |
By 1 Users
|
|
Hi this is a basic classic 3 column website but I also made it responsive and has a small nav menu and other little things hope you find it usfull tested in IE 11 and Firefox if you have problums let me know and I try and fix it. (ScreenShot) |
|
|
|
 |
Drop Down Panel | HTML 5, CSS, JavaScript | Beginner / Ben128 | 3814 since 2/3/2017 6:34:09 PM |
By 1 Users
|
|
Hi, this shows how to make a drop down panel menu that can be shown or hidden hope you find it usfull. (ScreenShot) |
|
|
|
 |
Simple 3D Example using CSS3 3D transforms and JavaScript | HTML 5, CSS, JavaScript | Intermediate / Josh Greig | 3695 since 1/14/2017 1:31:39 PM | Unrated
|
|
This is short code to see CSS3 transformations in action. You can rotate view using the mouse. WebGL is much more powerful and better generally for JavaScript-based 3D graphics but I made this as an experiment into what could be done with CSS3.
(ScreenShot) |
|
|
|
 |
Simple Calulator | HTML 5, JavaScript | Beginner / Ben128 | 3387 since 1/11/2017 10:28:36 AM | Unrated
|
|
Hi this is a simple calulator in HTML and JavaScript while I was learning web programming hope you find it usfull. (ScreenShot) |
|
|
|
 |
Webkit Oscillator preview | HTML 5, CSS, JavaScript | Advanced / Nick Lappas | 4246 since 11/16/2016 2:33:15 PM | Unrated
|
|
<button onclick="recognize()">START</BR>RECOGNITION</button>
<script>
sps = new SpeechSynthesisUtterance();
function recognize() {
rec = new webkitSpeechRecognition();
rec.lang = "el-GR";
sps.lang = "el-GR";
rec.start();
rec.onresult = functio ...(description truncated) |
|
|
|
 |
Absolute Values Solver in JavaScript | JavaScript | Beginner / Jake R. Pomperada | 4616 since 10/7/2016 3:02:38 AM | Unrated
|
|
Here is another simple program that I wrote in JavaScript that will ask the user to give a negative integer number and then our program will solve its is absolute value equivalent of the negative number. The code is very short and easy to understand among ...(description truncated) (ScreenShot) |
|
|
|
 |
Library Management System | HTML 5, CSS, JavaScript | Advanced / Jorge Btte. | 4899 since 10/7/2016 1:08:10 AM |
By 1 Users
|
|
This is an improvement of a downloaded application from Planet Source Code, developed by another person,
Whose source code has many errors and problems of performance.
it is improved somewhat
The essence of this source code is in the stored procedure: Sp ...(description truncated) (ScreenShot) |
|