Posts

Showing posts from June, 2022

Lists HTML

Image
 Ol order list  Ul unorder list  Structure HTML  Inheritance  Means selected container rules apply to descendants  Cascading Style sheets  Multiple rules can be applied to the same element The order matters Specificity  Means More selector's rule wins over less specific selector  The CSS Box Model  different parts of elements each element its around different parts  The CSS box model  content  the padding is in the space. the content gets between the content itself. the borders of our box  border  content padding HTML  Using the CSS Box Model  Adding Structure to a Webpage  body  h1   header  ol  li    main element, information on a website  p   footer  body  Additional selectors  Theory & selectors Selectors       css                          ...

Diving deeper into HTML & CSS

 Lists & website structure with semantic elements create lists, elements, and semantic logic structures for sections  Containers, cascading inheritance & Specificity Other concepts into cascading  The box model    Content, padding, border, and margin into play   Using the live server Extensions  The live server opens your code and automatically simulates your website  The development server & The local Website Address Local development web server via the "Live Server" Extension for code.   What is a development server? it's a local development web server because it's a web server software that serves the local websites, on our machine its not expose our machine or the website to the internet  This "web server software" (i.e. the "Live Server" extension in this case) is a software that does actually listen for incoming HTTP requests and send back appropriate responses (that contain the HTML code for example). Remembe...

Java

 Implement with JAVA  Mobile app Desktop app Web app JVM  java virtual machine this is a program written in C++ which is responsible for converting bytecode to machine-specific code  you compile your source code to Java bytecode- you execute your bytecode on JVM  JVM is used to both translate the bytecode into the machine language and execute the corresponding machine-language instructions as well. JRE includes JVM in itself plus java binaries and classes which are needed to execute a program  JDK contains JVM and JRE plus all tools which are necessary for the development of Java programs  Communications plan  comment 

CSS

 Css sizes & size units  some CSS properties expect numeric values eg a size value for the font-size property for CSS properties that expect a size (dimension), you got different options for defining that size  px absolute  a device-independent pixel on the screen  Relative  Google fonts website free fonts into HTML files you wanna use  https://fonts.google.com/specimen/Oswald?query=oswald#standard-styles  Day 5  THE FIRST HTML FILE IS INDEX  meta charset UTF-8  Summary +huge module fundamental about CSS, solid foundation, the skeleton with ! Present your content correctly  img  link 

Regex

Image
A regular expression is  a pattern of characters . The pattern is used to do pattern-matching "search-and-replace" functions on text. In JavaScript, a RegExp Object is a pattern with Properties and Methods. Nos ayudan a encontrar patrones o caracteres  ctr + f Encontrar divs que contengan algo   Diferentes archivos separados por , IP salto de linea, archicos sv se separan por comas y los que no es porque dan un salto de linea  Direccion IP 0.0.0.0 Texto - Expresion regular  Regex engine  Resultado(Match)