Welcome

∼ Gandul si ideea zilei:

Nimic trecator nu e vesnic, iar orice sfarsit este un nou inceput.

Orice cauza are un efect care o adevereste; ceea ce nu este cauza nu poate exista.

∼ Thought and idea of the day:

Nothing transitory lasts for ever, and every ending is a new beginning.

Every cause has an effect that proves it; what is not a cause can not exist.

Daily Test with Code Example

HTML
CSS
JavaScript
PHP-MySQL
Which attribute specifies the URL address where to send the form-data?
method action name
<form action="script.php" method="post"> ... </form>
Which CSS property can be used to break lines in the middle of words?
word-wrap line-height font-size
#id {
  width: 100px;
  word-wrap: break-word;
}
Which function sorts the elements of an array into alphabetical order, based on the string values?
pop() sort() shift()
var tutorials = ["php", "html", "css", "flash"];
tutorials.sort();
alert(tutorials[0]);          // css
Indicate the function that returns the value of the last element into an array.
current() next() end()
$code =[10=>"Perl", 20=>"PHP", 21=>"Python", 30=>"JavaScript");
$last = end($code);
echo $last;      // JavaScript

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. JavaScript Worker (474)
  2. Requests (261)
  3. Detect when page visibility state is changed (398)
  4. MySQL Database, Query Builder: Join and Union (501)
  5. Using v-model in form input fields (1025)

Popular pages this month

  1. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (133)
  2. CSS cursor property - Custom Cursors (26)
  3. CSS3 2D transforms (24)
  4. PHP-MySQL free course, online tutorials PHP MySQL code (14)
  5. The Mastery of Love (13)