Passion of IT

Posts in category Programming languages (51)

PDF with forms

pdf
Attached to this post is a PDF with a form which contains an input text and two option buttons. The user can fill the input text, choose the option and send it to the destination.   That’s another way to make forms using PDF compiled using the computer rather then printing them, compiling them manually, scanning them and sending th [...]

Italian clickable regions map

italymap
Here is available the Italian map where each region has a different link and brings to a different page   that project has been made using html css   enjoy

Deal or not deal (Affari Tuoi)

DOND_gameboard
that game available here has been developed by me using ReactJS, CSS, Javascript and bootstrap rules of the game enjoy!

GetUserMedia works only on HTTPS

images
A new functionality provided by HTML5 is getUserMedia which allows to connect directly to the microphone and the webcam for either making videos or taking picture using the client browser and JavaScript without any additional library I tested this functionality on the 13/06/2015 and it was working fine. Today I tested again this functionality [...]

Other Front end HTML5 Apps

download
Below I’ve linked other front end HTML5 Applications: Example of date elements Bootstrap example with top bar, infinite scrolling pagination and form validation Diagrams Pong game Snake game Registration form Another registration form The last registration form Example of validation another example of validation movement of the square S [...]

HTML5 Canvas analogue clock timezone

MTS_IceM-1519366-clock_PNG6611
I’ve studied HTML5 Canvas and used it for making the analogue clock to show the time of all nations.   it’s available here

HTML5 Input from Webcam

webcam
Hi,   in this page I’ll explain how to take input from your webcam with HTML5. HTML5 introduces a lot of new functionalities, one of them is getUserMedia, this is an API Javascript to capture audio/video from your microphone or webcam. the code is very easy and it is summarized with this short description If the browser supports th [...]

Java 1.8 What’s new

java8
Interface with default method public interface InterfaceDefault { default void foo(){ System.out.println("Calling A.foo()"); }   array parallel sort int[] myArray=new int [10]; for (int i=0;i<10;i++) myArray[i]= (int) (Math.random()*100); Arrays.parallelSort(myArray); lambda expressions Runnable java8Runner = [...]

Java 1.7 what’s new

java7
Auto closing of Elements in try block </span> try (BufferedReader br = new BufferedReader(new FileReader(FILE_NAME));) { System.out.print(br.readLine()); } } New Input Output type   Path path = Paths.get(FILE_NAME); boolean exists = Files.exists(path); boolean isDirectory = Files.isDirectory(path); boolean [...]

Multithreading

multithreading
Multithreading software is made of many threads.  When executing a program this makes a process which is executed by the CPU. Process: an instance of the execution of a program with its CPU context (registers, stack and so on), with its RAM memory (variables, instructions), and with its resources (input devices, output devices, file system et [...]

Recent Comments

Michele Rizzithe website doesn't exist. Ara you a robot? In any case it's difficult that an automatic system writes a comment here since there are two captchas...
Hello there! This is kind of off topic but I need some guidance from an established blog. Is it very hard to set up your own blog? I'm not very t...
We are a group of volunteers and opening a new scheme in our community. Your web site offered us with valuable information to work on. You've done a...
May 2024
M T W T F S S
« Dec    
 12345
6789101112
13141516171819
20212223242526
2728293031  

Login