Search In This Website

Jumat, 29 September 2023

HTML ASCII Codes

Dowload free HTML Ascii Codes pdf, consist of:

  • 7-BIT Printable ASCII Characters
  • 7-BIT ASCII Device Control Characters
  • HTML Entity Codes 0 - 127

      Download Link:

      HTML_ASCII_Codes_ebook ( Academia edu )


      Related Post

      HTML White Space 1

      Most Common HTML Entities

      HTML Accents

      WhiteSpace In HTML and XML

      Post about HTML

      Rabu, 27 September 2023

      Paragraph Alignment Using CSS Style And HTML Attribute

      Write Left Paragraph Alignment Using CSS

      <div style="display:block; float:left; text-align: left; clear: both;
      width: 100%; size: 100%">Hello World</div>

      Write Center Paragraph Alignment Using CSS

      <div style="display:block; float:left; text-align: center; clear: both;
      width: 100%; size: 100%">Hello World</div>

      Write Right Paragraph Alignment Using CSS

      <div style="display:block; float:right; text-align: right; clear: both;
      width: 100%; size: 100%">Hello World</div>

      Write Left Paragraph Alignment Attributes 1

      <p align="left">Hello World</p>

      Write Center Paragraph Alignment Using Attributes 1

      <p align="center">Hello World</p>

      Write Right Paragraph Alignment Attributes 1

      <p align="right">Hello World</p>

      Write Left Paragraph Alignment Attributes 2

      <p style="text-align: left">Hello World</p>

      Write Center Paragraph Alignment Using Attributes 2

      <p style="text-align: center">Hello World</p>

      Write Right Paragraph Alignment Attributes 2

      <p style="text-align: right">Hello World</p>


      back to Learn HTML

      center horizontally, text alignment, stylesheet

      Related Post:

      Pelajaran Matematika Kelas 3 SMA 1

      Di bawah ini adalah pelajaran matematika kelas 3 SMA atau SMA kelas XII atau SMA kelas 12:

      Pelajaran Matematika Integral

      Pelajaran Matematika Pengertian Integral

      Pelajaran Matematika Integral Tak Tentu

      Pelajaran Matematika Integral Tertentu

      Pelajaran Matematika Pengintegralan Dengan Substitusi

      Pelajaran Matematika Integral Parsial

      Pelajaran Matematika Penggunaan Integral Tertentu

      Pelajaran Matematika Program Linear

      Pelajaran Matematika Sistem Pertidaksamaan Linear

      Pelajaran Matematika Nilai Optimum Suatu Fungsi Objektif

      Pelajaran Matematika Matriks

      Pelajaran Matematika Pengertian, Notasi, Dan Ordo Matriks

      Pelajaran Matematika Kesamaan Dua Matriks

      Pelajaran Matematika Penjumlahan Dan Pengurangan Matriks

      Pelajaran Matematika Perkalian Suatu Skalar Dengan Matriks

      Pelajaran Matematika Perkalian Matriks

      Pelajaran Matematika Invers Suatu Matriks

      Pelajaran Matematika Penyelesaian Sistem Persamaan Linear Dengan Matriks

      Pelajaran Matematika Barisan Dan Deret

      Pelajaran Matematika Barisan Dan Deret Aritmetika

      Pelajaran Matematika Barisan Dan Deret Geometri

      Pelajaran Matematika Penerapan Konsep Barisan Dan Deret

      Pelajaran Matematika Notasi Sigma

      Pelajaran Matematika Deret Dalam Hitung Keuangan

      mtk sma kelas 3, mapel mtk

      Related Post:

      Pelajaran Matematika Kelas 1 SD

      Belajar Matematika Kelas 6

      Pelajaran Matematika Kelas 7 SMP

      Daftar Isi Kelas 07 SMP Matematika Siswa 2017

      Daftar Isi Pelajaran Matematika SMA

      Pelajaran Matematika SMA

      Pelajaran Dengan Topik Matematika

      Belajar Fisika SMA

      Pelajaran Dengan Topik IPA

      Istilah-istilah matematika dalam bahasa inggris

      Simbol Matematika

      Bidang Datar 1

      Selasa, 26 September 2023

      Path In Visual Basic 1

      Give you the current exe path.

      Programming Language: Visual Basic 6

      App.Path


      Give you the Microsoft Office Software Path Installed.

      Programming Language: Microsoft Office Visual Basic Application

      Application.Path


      Give You The Document Path.

      Programming Language: Microsoft Office Visual Basic Application

      ActivePresentation.Path

      ActiveWorkbook.Path

      ActiveDocument.Path

      path, location, address, folder, directory

      Bibliography:

      Mastering VBA for Microsoft Office

      https://stackoverflow.com/

      Related Post:

      Senin, 25 September 2023

      ADODB Properties 1

      ActiveConnection property using on these following objects:

      ADODB.Command, ADODB.Record, ADODB.Recordset

      Open method using on these following objects:

      ADODB.Connection, ADODB.Record, ADODB.Recordset, ADODB.Stream


      < back to Study About Visual Basic Classic

      < go to Learn Visual Basic Classic


      To learn the other task of Visual Basic Programmer Tasks >


      Bibliography:

      https://www.vbforums.com/

      Practical Database Programming with Visual Basic.NET

      Pemrograman Database Dengan Visual Basic 6

      ado, database, visual basic, programming, coding

      Related Post

      Object Diagram ( UML )

      Notation used in Object Diagram:

      Object Names: It is same as the class name in class diagram but with the object name attribute are also assigned.

      Object Attributes: Use cases describe the relationship between the system and the actor during the execution of business processes.

      Active object: Objects that control action flow are called active objects. Illustrate these objects with a thicker border.

      Multiplicity: We can represent multiple objects as one symbol if the attributes of the individual objects are not important.

      Links: Links are instances of associations. We can draw a link using the lines used in class diagrams.

      Jumat, 22 September 2023

      ADO Object Model

      ADO Objects:

      Connection, Command, Recordset, Record, Stream, Field, Error, Parameter, Property

      ADO Collections:

      Errors, Properties, Parameters, Fields

      Bibliography:

      • https://stackoverflow.com/
      • https://en.wikibooks.org/wiki/Main_Page
      • Learning Visual Basic .NET: Introducing the Language, .NET Programming & Object Oriented Software Development, Jesse Liberty
      • Visual Basic. Net Fundamentals, Alfred C. Thompson, CreateSpace Independent Publishing Platform.
      • Visual Basic .NET and the .NET Platform: An Advanced Guide, Troelsen, A, Apress
      • Buku Pintar VB.Net, Jubilee Enterprise, Elex Media Komputindo
      • Buku Panduan Aplikatif Dan Solusi: Membangun Aplikasi Toko Dengan VB, Wahana Komputer, Andi

      Line Break And Paragraph In Latex

      This following symbol are line break, paragraph, and vertical white space or vertical blank spaces command in Latex:

      Inserts a vertical spaces whose length is 5mm. Other LATEX units can be used with this command: \vspace{5mm}

      Inserts a blank space that will stretch accordingly to fill the vertical space available: \vfill

      Adds a 3pt space plus or minus 1pt depending on other factors (document type, available space, etc): \smallskip.

      Adds a 6pt space plus or minus 2pt depending on other factors (document type, available space, etc): \medskip.

      Adds a 12pt space plus or minus 4pt depending on other factors (document type, available space, etc): \bigskip.

      Add a break lines is to create a new paragraph: an empty line in the code.

      Or you can add a break lines to create a new paragraph: \par.

      Add a line break:

      \\ (two backslashes)

      or

      \newline

      or

      \hfill \break

      Breaks the line at the point of the command and additionally prohibits a page break after the forced line break: \\* (two backslashes and an asterisk).

      Paragraph Alignment

      • flushleft environments is align left.

      example:

      \begin{flushleft}

      % \LaTex{} \LaTex{} \LaTex{}

      \end{flushleft}


      • flushright environments

      example:

      \begin{flushright}

      % \LaTex{} \LaTex{} \LaTex{}

      \end{flushright}


      • center environments

      example:

      \begin{center}

      % \LaTex{} \LaTex{} \LaTex{}

      \end{center}

      Paragraph Indentation

      example:

      \setlength{\parindent}{20pt}

      \section*{This is a section}

      \textbf{First paragraph} of a section which, as you can see, is not indented. This is more text in the paragraph. This is more text in the paragraph.

      \textbf{Second paragraph}. As you can see it is indented. This is more text in the paragraph. This is more text in the paragraph. 

      \noindent\textbf{Third paragraph}. This too is not indented due to use of \texttt{\string\noindent}. This is more text in the paragraph. This is more text in the paragraph.  The current value of \verb|\parindent| is \the\parindent. This is more text in the paragraph.

      Notes on indentation-related commands

      Paragraph indentation is controlled or influenced by these commands:
      • \parindent: a parameter which stores the current size of the paragraph indent.
      • \indent: the effect of this command depends where it is used:
        • in a horizontal mode (inside a paragraph or an \hbox) or math mode it inserts a space (an empty box) of width \setlength{\parindent}{20pt}.
        • in a vertical mode (between paragraphs or in a \vbox) it triggers the start a new indented paragraph.
      • \noindent: the effect of this command also depends where it is used:
        • in a vertical mode (between paragraphs or in a \vbox) it also triggers a new non-indented paragraph.
        • in a horizontal mode (inside a paragraph or an \hbox) or math mode it has no effect: it is ignored.
      • at the beginning of the paragraph. Obviously, this will only have an effect when \parindent is not set to zero. If you want to indent the beginning of every section, you can use the indentfirst package: once loaded, the beginning of any chapter/section is indented by the usual paragraph indentation.


      click to full tutorial about Line Break And Paragraph In Latex ( Tutorial ) 1  >

      latex document formatting, latex of text mode environments, latex environments, latex break, line break, paragraph break, breaks

      Related Post:

      Whitespace In Latex

      Bentuk Aljabar 1 Dalam Bentuk Latex

      Line Break In Equation Using Latex

      Whitespace In Latex



      The following symbol are white spaces command in Latex:

      Horizontal space ( 1em ): \quad

      Large horizontal space: \qquad

      Horizontal Spacing ( Math Mode )

      Small space: \,

      Medium space: \:

      Large space: \;

      Negative space: \!

      Space (after backslash is a whitespace):

      Other Horizontal Spacing

      Horizontal space Inserts a horizontal space whose length is 1em: \hspace{1em}

      Fills And Ellipses

      Inserts a blank space that will stretch accordingly to fill the space available: \hfill

      Insert a horizontal ruler: \hrulefill

      Insert a string of dots, respectively: \dotfill


      < back to  9.4 Spaces ( Latex )


      << Back to  Learn About Latex List 1

      whitespace, blank space, line break, linebreak, blankspace, reference

      Related Post:

      Line Break And Paragraph In Latex

      Bentuk Aljabar 1 Dalam Bentuk Latex

      Kamis, 21 September 2023

      Latex Line Symbol 1

       Use 

      $\bar{a}$ gives me the overbar for one letter.

      $\overleftrightarrow{AB}$ gives me the line segment with left and right arrow.

      $\overline{AB}$ gives me the line segment symbol.

      $\overrightarrow{AB}$ gives me the ray symbol with right arrow.

      $\overleftarrow{AB}$ gives me the ray symbol with left arrow. 

      with the mathtools or amsmath packages.

      Bibliography:

      • https://stackoverflow.com/
      • https://www.overleaf.com/
      • https://en.wikibooks.org/wiki/Main_Page
      • https://ashki23.github.io/index.html
      • https://editor.codecogs.com/

      Toolbar Of The Visual Basic 6 IDE

      Button List On The Toolbar Of The Visual Basic 6 Integrated Development Environment:

      • Add Standard EXE Project
      • Add Form
      • Menu Editor
      • Open Project
      • Save Project
      • Cut
      • Copy
      • Paste
      • Find
      • Undo
      • Redo
      • Start
      • Break
      • End
      • Project Explorer
      • Properties Window
      • Form Layout Window
      • Object Browser
      • Toolbox
      • Data View Window
      • Visual Component Manager

      « back to Visual Basic 6 IDE

      Related Post:

      Microsoft Visual Basic 6 Data Binding Object

      Topic about Visual Basic 6 ( VB 6 )

      Visual Basic (VB6) CRUD with Ms Access Database Code 

      Visual Basic Variable Keywords 1

      Error Handling In Visual Basic 

      Most Common Chr Code In Visual Basic  ( reference )

      Default Value Of Data Types In Visual Basic 6

      Visual Basic Intrinsic Controls

       Visual Basic 6 Data Type Function

      Visual Basic Error Codes ( reference )

      Visual Basic 6 Menu

      PHP Requirements 

      Label Control Properties In Visual Basic 6

      Label Control Properties In VB 6:

      Name

      Alignment

      Appearance

      Auto Size

      Back Color

      Back Style

      Border Style

      Caption

      Data Field

      Data Format

      Data Member

      Data Source

      Drag Icon

      Drag Mode

      Enabled

      Font

      Fore Color

      Height

      Index

      Left

      Link Item

      Link Mode

      Link Timeout

      Link Topic

      Mouse Icon

      Mouse Pointer

      OLE Drop Mode

      Right To Left

      Tab Index

      Tag

      Top

      Tool Tip Text

      Use Mnemonic

      Visible

      Whats This Help ID

      Width

      Word Wrap


      to learn the other Visual Basic lesson, click Visual Basic Programming Tasks


      <  Previous: Add A Control To A Form ( A VB Classic ) - Label Control

      < Back to: Study About Visual Basic Classic


      analyse, analyze, choose the interface, develop software, test and debug


      Related Post:

      Microsoft Visual Basic 6 Data Binding Object

      Topic about Visual Basic 6 ( VB 6 )

      Visual Basic (VB6) CRUD with Ms Access Database Code 

      Visual Basic Variable Keywords 1

      Error Handling In Visual Basic 

      Most Common Chr Code In Visual Basic 

      Default Value Of Data Types In Visual Basic 6

      Visual Basic Intrinsic Controls

       Visual Basic 6 Data Type Function

      Visual Basic Error Codes 

      Visual Basic 6 Menu

      Post About Visual Basic

      PHP Requirements 

      Math Symbol 3

      The following list are math symbols :
      Math Symbol Unicode Description
      1D453 function or Mathematical Italic Small F
      2A09 times or multiply or N-ARY TIMES OPERATOR
      222B Integral
      2211 Sigma or Sum or N-ARY SUMMATION
      2140 Sigma or Sum or DOUBLE-STRUCK N-ARY SUMMATION
      2219 BULLET OPERATOR
      22C5 DOT OPERATOR
      2217 ASTERISK OPERATOR
      2044 FRACTION SLASH
      2215 DIVISION SLASH
      221A SQUARE ROOT
      2220 ANGLE

      Operator, Notation, Unicode Character and Math Symbol

      Simbol Matematika, Operator, Notasi, Karakter Unicode

      Bibliography:

      • https://www.penwatch.net/
      • https://www.calculators.org/
      • https://support.microsoft.com/

      Simbol Matematika 2

      Berikut ini operator, lambang dan simbol matematika:

      adalah lambang integral.

      f(x) adalah lambang fungsi.

      𝑓 adalah lambang fungsi.

      adalah lambang sigma / N-ARY SUMMATION / DOUBLE-STRUCK N-ARY SUMMATION .

      atau  adalah lambang perkalian / BULLET OPERATOR / DOT OPERATOR.

      adalah lambang pengurangan / MINUS SIGN.

      Operator, Notation, Unicode Character and Math Symbol

      Simbol Matematika, Operator, Notasi, Karakter Unicode

      Bibliography:

      https://symbl.cc/en/

      https://math.typeit.org/

      Related Post

      Simbol Matematika

      Math Symbol 2

      Math Symbol 1

      Deployment Diagram ( UML )

      Deployment Diagram Notation:

      Nodes

      The nodes in the diagrams are appear as boxes and the artifacts are allocated to each node appears as rectangular box in all the nodes. Notes can have sub notes, which appears as nested nodes.

      There are two types of node in deployment diagrams:

      • Device Node
      • Execution Environment Node 
      Unified Modelling Language ( UML ), UML symbol

      Jenis Segitiga

      Segitiga

      Jenis-jenis Segitiga Ditinjau dari Panjang Sisinya

      • Segitiga yang ketiga ukuran sisinya sama panjang disebut segitiga sama sisi.
      • Segitiga yang dua ukuran sisinya sama panjang disebut segitiga sama kaki.
      • Segitiga yang panjang sisi-sisinya tidak sama panjang disebut segitiga sebarang.

      Jenis-jenis Segitiga Ditinjau dari Ukuran Sudutnya

      • Segitiga yang ukuran salah satu sudutnya 900 disebut segitiga siku-siku.
      • Segitiga yang salah satu ukuran sudutnya tumpul disebut segitiga tumpul.
      • Segitiga yang ketiga ukuran sudutnya lancip disebut segitiga lancip.

      Jenis-jenis Segitiga Berdasarkan Sifat-sifatnya

      • Suatu segitiga yang ukuran salah satu sudutnya 900 dan dua sisinya sama panjang disebut segitiga siku-siku samakaki.
      • Suatu segitiga yang salah satu sudutnya tumpul dan panjang kedua sisinya sama disebut segitiga tumpul samakaki.
      • Suatu segitiga yang salah satu sudutnya lancip dan panjang kedua sisinya sama disebut segitiga lancip samakaki.

      Bibliography:

      https://www.ef.co.id/
      https://lister.co.id/

      Related Post:

      Dua Segitiga Kongruen


      Istilah-istilah matematika dalam bahasa inggris 1

      Rabu, 20 September 2023

      Check C++ Installation

      Check that your C++ compiler and C++ tools are correctly installed and available, open a new Command Prompt and type:

      gcc --version

      g++ --version

      gdb --version

      press Enter on keyboard.




       < back to Study About C and C++ 1

      Bibliography:

      • https://www.w3schools.com/
      • https://www.learncpp.com/
      • https://cplusplus.com/
      • https://www.petanikode.com/

      Related Topics:

      Senin, 18 September 2023

      Markdown Headers

      Markdown Headings ( Heading level 1 to 6 ).

      # This is an <h1> tag

      ## This is an <h2> tag

      ### This is an <h3> tag

      #### This is an <h4> tag

      ##### This is an <h5> tag

      ###### This is an <h6> tag

      will become like this following Markdown result:

      This is an <h1> tag

      This is an <h2> tag

      This is an <h3> tag

      This is an <h4> tag

      This is an <h5> tag
      This is an <h6> tag

      lightweight markup syntax, lightweight markup document, lightweight markup language


      Related Post:

      Latex Text Mode Symbol

      Visual Basic 6 Menu

      • File
      • Edit
      • View
      • Project
      • Format
      • Debug
      • Run
      • Query
      • Diagram
      • Tools
      • Add-Ins
      • Window
      • Help
      To read the most useful VB 6 IDE, click on VB6 IDE Menu hyperlink. >

      Selasa, 12 September 2023

      Component Diagram ( UML )

      Components

      Relationships

      Assembly Connector

      Ports

      Unified Modelling Language ( UML ), UML Symbol, program design, software design, application design

      Related Post:

      Collaboration Diagram ( UML )

      Collaboration Diagram Notation

      Class roles:

      It describe the basic behavior of the object. It uses the UML (Unified Modelling Language) object symbol to illustrate class roles, but it don’t list the object attribute.

      Association roles:

      It describe that how an association will behave given a particular situation.

      Message:

      By the use of message it denote time and instead message in order of execution. 

      Class Diagram ( UML )

      Class Diagram Notation


      Class
      Relationship
      Inheritance
      Aggregation
      Composition


      Activity Diagram ( UML )

      Diagram Notation

      Action: It is represented as rounded rectangles.

      Decision or Condition: It is represented as Diamond shape.

      Initial state: A black circle which represent the start of the workflow.

      Final State: A black circle inside a white circle which represent the final point of the workflow.

      A flow: Line with arrow.

      Swimlanes: Two parallel lines, either horizontal or vertical, and a name labeling the partition in a box at one end represent an activity partition or activity group.

      Unified Modelling Language ( UML ), UML symbol, program design, software design, application design

      Related Post:

      Bentuk Aljabar 1





      rumus, formula, equation, ipa, matematika, science,

      Minggu, 10 September 2023

      Latex Text Mode Symbol

      \# to write number sign

      \$ to write dollar sign

      \% to write percentage

      \& to write ampersand

      \[ to write left opening square bracket

      \] to write right opening square bracket

      \_ to write underscore

      \{ to write left opening curly bracket

      \} to write right closing curly bracket

      \textemdash to write em dash

      \textendash to write en dash

      \textnormal{(} to write left opening parenthesis

      \textnormal{)} to write left closing parenthesis

      \textnormal{^} to write caret

      \textnormal{~} to write tilde

      \verb!\! or \textbackslash to write backslash


      < to learn the most common symbol in Latex document, click The Most Common Symbol In Latex

      to learn bracket in Latex, click Latex Bracket >


      hashmark, hashtag, verbatim, brace, reference, reference list, reference sheet