itc
University of Jaffna,SriLanka
Hier vind je de beste samenvattingen om te slagen voor itc. Er zijn o.a. samenvattingen, aantekeningen en oefenvragen beschikbaar.
Alle 13 resultaten
Sorteer op:
-
College aantekeningen
Curd operations of php
-
---23september 20242023/2024
- CRUD stands for Create, Read, Update, and Delete. These are the fundamental operations performed on data in a database. PHP, as a powerful server-side scripting language, is widely used for implementing CRUD operations in web applications.
-
$8.49 Meer Info
naslunnusha
-
College aantekeningen
Introduction to PHP and set phpmyadmin
-
---31september 20242023/2024
- PHP (Hypertext Preprocessor) is a popular server-side scripting language used to create dynamic web pages. It's embedded within HTML and executed on the server, generating the final HTML code that is sent to the client's browser.
-
$9.49 Meer Info
naslunnusha
-
College aantekeningen
Java introduction and coding methods
-
---21september 20242023/2024
- Java is a high-level, object-oriented programming language known for its versatility, portability, and platform independence. It's widely used for developing various applications, from web and mobile apps to enterprise software and big data systems.
-
$9.39 Meer Info
naslunnusha
-
College aantekeningen
Css introduction
-
---20september 20242023/2024
- CSS (Cascading Style Sheets) is a style sheet language used to describe the presentation of a document written in HTML. It controls the layout, design, and appearance of web pages, including fonts, colors, spacing, and more.
-
$8.69 Meer Info
naslunnusha
-
College aantekeningen
Html coding example
-
---19september 20242023/2024
- Html coding 
<!DOCTYPE html> 
<html> 
<head> 
 <title>My Web Page</title> 
</head> 
<body> 
 <h1>Welcome to my website!</h1> 
 <p>This is a paragraph of text.</p> 
 <img src="" alt="An image"> 
 
 <ul> 
 <li>Item 1</li> 
 <li>Item 2</li> 
 
 </ul> 
</body> 
</html>
-
$9.29 Meer Info
naslunnusha
-
College aantekeningen
All languages are easily gathered
-
---20september 20242023/2024
- Front-end development: Creating the visual interface of a website, including the layout, design, and user interaction. This typically involves using HTML, CSS, and JavaScript. 
Back-end development: Developing the server-side logic and database interactions that power a website. This involves using programming languages like Python, Ruby, PHP, or JavaScript (N) and databases like MySQL, PostgreSQL, or MongoDB. 
Full-stack development: Combining both front-end and back-end development, working on...
-
$9.49 Meer Info
naslunnusha