Welcome

∼ Gandul si ideea zilei:

Copilul e tatal omului matur si batranul e rezumatul vietii lui.

Pace pentru oricine vine, bucurie celui ce ramane, binecuvantare pentru cine pleaca.

∼ Thought and idea of the day:

The child is father of the matured, and the old man is summary of his life.

Peace for anyone who comes, joy for who remains, blessing for those who leave.

Daily Test with Code Example

HTML
CSS
JavaScript
PHP-MySQL
Which HTML5 tag defines marked text? (can be used to highlight parts of text)
<mark> <embed> <span>
<p>Free corses: <mark>coursesweb.net</mark> for Web Development.</p>
Which CSS pseudo-class adds a style to an element when the mouse is over it?
:focus :hover :active
a:hover {
  font-weight: bold;
  color: #00da01;
}
Click on the function which returns a string value that represents the number rounded to the x digits after the decimal point.
toPrecision(x) toFixed(x) floor(x)
var num = 12.34567;
num = num.toFixed(2);
alert(num);       // 12.35
Indicate the PHP function which reads an entire file into an array.
[) file() readfile()
$arr = file("a_file.txt", FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
var_export($arr);

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 httpsPleasant 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 divIf 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 typePleasant 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 wordsPleasant 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 XAMPPPleassant 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 onlinePleassant 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 addressStrange 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. PHP-MySQL free course, online tutorials PHP MySQL code (69365)
  2. Adobe Flash Courses ActionScript 3 Tutorials (6631)
  3. Flash Tutorials ActionScript 3 (1310)
  4. XML data from ActionScript to a PHP script (1306)
  5. Calling Function and Class Method with Name from String (5854)

Popular pages this month

  1. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (413)
  2. Read Excel file data in PHP - PhpExcelReader (57)
  3. The Mastery of Love (45)
  4. CSS cursor property - Custom Cursors (40)
  5. The School for Gods (35)