Welcome

∼ Gandul din prima parte a zilei:

Ce tie nu-ti place altuia nu-i face.

∼ The thought in the first part of the day:

Don't do unto other what you don't want others to do unto you.

Daily Test with Code Example

HTML
CSS
JavaScript
PHP-MySQL
Which tag defines the clickable areas inside the image map?
<map> <img> <area>
<img src="image.jpg" usemap="#map1">
<map name="map1">
  <area shape="rect" coords="9, 120, 56, 149" href="#">
  <area shape="rect" coords="100, 200, 156, 249" href="#">
</map>
Which CSS property defines what is done if the content in a box is too big for its defined space?
display overflow position
#id {
  overflow: auto;
}
Click on the event which is triggered when the mouse is positioned over an object.
onclick onmouseover onmouseout
document.getElementById("id").onmouseover = function(){
  document.write("Have Good Life");
}
Indicate the PHP variable that contains data added in URL address after the "?" character.
$_SESSION $_GET $_POST
if(isset($_GET["id"])) {
  echo $_GET["id"];
}

Latest Articles on CoursesWeb.net

The Four Agreements

- The Four Agreements, by don Miguel Ruiz in PDF format and audio/video MP4. Spirituality book.
In The Four Agreements, don Miguel Ruiz reveals the source of self-limiting beliefs that rob us of joy and create ...

jsSHA - SHA Hashes and HMAC in JavaScript

- jsSHA JavaScript library for the SHA hash family: SHA-1, SHA-224, SHA3-224, SHA-256, SHA3-256, SHA-384, SHA3-384, SHA-512, SHA3-512, SHAKE128, SHAKE25
Calculate online SHA Hashes and HMAC
jsSHA is a JavaScript implementation of the entire family of SHA hashes as defined in ...

One Minute Wisdom

- The book One Minute Wisdom by Anthony de Mello, in PDF format, free. Collection of anecdotes and spiritual little stories.
One Minute Wisdom is a book written by Anthony de Mello with short but profound religious and spiritual anecdotes. It will take less then a minute to ...

Render Function

- Vue js tutorial about render function, a way to make Vue components more dynamically
This tutorial is a basic presentation of the Vue js render function.
Render Function is an alternative to string templates, allowing you to make the Vue component dynamic ...

Mixins

- Tutorial Vue.js about mixins, basic presentation and examples, merged and replaced mixin`s data
Mixins are JS objects that can be used to distribute reusable code among components. When a component uses mixin, all options of mixin become a part of ...

Vue JS - Transition and Animation

- JS tutorial, the transition and animation features available in Vue.js. How to create CSS Transition and Animation with Vue js.
Transition with v-if and v-else CSS Animation with Vue js Transition at ...

Using v-model in form input fields

- Using Vue.js v-model directive in form input fields. Examples with textarea, checkbox, radio, select. Modifiers for input fields
Textarea field Checkbox input element Radio buttons Select list
The Vue.js v-model directive can be used to ...

Class and Style with Vue.js


- Vue.js tutorial, binding styles and classes dynamically to elements with v-bind:style and v-bind:class. Class in component
Binding CSS Classes Dynamically CSS class in Vue Components
Binding inline styles With v-bind:style we can dynamically ...

Vue JS Components


- Vue Components, basic presentation, creating and reusing components in html. Passing data to Component with Props and Slot
Events and Methods in Components Passing data to Component with Props Global ...

VueJS - Binding, v-bind


- How to manipulate or assign values to HTML attributes, change the CSS style, and assign classes with v-bind. Using v-bind with components
Binding HTML Style and Classes Dynamic attributes with v-bind v-bind and Components
v-bind ...

Vue JS - Events


- How to define and use events in Vue.js with v-on directive. Dinamically events, shorthand and modifiers.
Multiple events in v-on Event Modifiers Key Modifier Dynamic events
Listening for Events VueJS uses the ...

Creating Lists with v-for


- How to create html lists with the v-for directive in vue.js. v-for with array and objects
v-for with an object v-for - detecting changes in source Data ...

Latest Subjects on Forum

Speech to text without https Pleasant Coursesweb,Is their anything posible without https for speech to text fill-in ?Or must I turn my SSL document on the XAMPP-server ? ..
Scrollbar permanently at the bottom in div If Coursesweb have better advice I will follow ?I`ve decided to continue tinkering with Program O although it is quite outdated. Meight there are better tips to procede ..
GET_id not working in UnLink (delete file) I searching for an hour for a solution; unlink seems not to work with GET id ..
Redirect according to browser type Pleasant Coursesweb,I have two `simple` javascript what I wanna combine between detecting in two different browsers to script to another page.- Edge browser scipping to an page were ..
Happy Christmass (Thanks for all) Pleasant Coursesweb,Almost Christmass Eve.... Whisingyou all the best + an healthy new year.All the support I have receivedis priceless thank you very much.I have been in minor for ..
local storage for speech is limited to round 30 words Pleasant Coursesweb,The local storage for speech is limited to round 30 words.But may also be limited to a number of characters ?When I test it offline it is ..
Change the max upload size in XAMPP Pleassant Marplo, hope all things are okey ?I have a question, I think I have server problem with uploading maximal upload-file (mb) is to less I need to ..
XAMPP-server not online Pleassant Coursesweb,Finaly after some years also because covid-lock-down I shared my documment-file with the first lawyer.But 2 hours after My keyboard breakdown plus computer did not function ..
Block IP address Strange activity`s (injection)Pleasant Coursesweb,I have whole day this visitor their is might a possibility in the code for something like injection.No-one ever made it to get further, & ..
Concentric circles (Donut SVG style) Hi all,First of all, thank you to this community for giving life to a wonderful place to share & learn about HTML & CSS.I would like to ask ..

Today I want to learn ...

HTML

The language used to create web pages.

Learn HTML
Example HTML
HTML code

CSS

The language used for web pages design.

Learn CSS
Example CSS
CSS code

JavaScript

Add interactivity and effects to webpages.

JavaScript Node.js
Example JavaScript code
JavaScript code

PHP - MySQL

Creates dynamic and interactive webpages with data from database.

PHP - MySQL Course PHP Laravel
PHP Code
PHP code

Ajax

Calls in JavaScript PHP scripts from server.

Ajax Course
Example Ajax function
Ajax code
Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS

Last accessed pages

  1. Align DIVs on the same line (8301)
  2. Get data from string with JSON object (2813)
  3. dompdf (3802)
  4. Display image file in Canvas, Check its type and size before Upload (3431)
  5. Integer and Float value in Select with PDO from string to numeric (8549)

Popular pages this month

  1. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (320)
  2. PHP Unzipper - Extract Zip, Rar Archives (112)
  3. Read Excel file data in PHP - PhpExcelReader (102)
  4. SHA1 Encrypt data in JavaScript (81)
  5. Get and Modify content of an Iframe (74)
Chat
Chat or leave a message for the other users
Full screenInchide