Eli the Computer Guy
  • Home
  • Videos
    • A+
    • Arduino (2019)
    • ChatGPT / OpenAI
    • Cloud Computing (2019)
    • Cloud Computing (OLD)
    • Computer Repair
    • CSS and HTML 5 (2020)
    • Data Recovery
    • Hacking
    • HTML Intro (2020)
    • Interviews
    • Linux (2019)
    • Linux (Old)
    • Linux Tools (2020)
    • Linux Projects (2020)
    • MySQL – Introduction (2019)
    • Network
    • PHP Programming (2019)
    • PHP Programming (OLD)
    • PHP Projects
    • Python
    • Python API’s
    • Programming – Intro (2020)
    • Raspberry Pi (2020)
    • Reviews
    • Security
    • Servers
    • Voice / Telephone
    • Web Design
    • Web Publishing
    • Windows Server 2012
    • WordPress
  • Project Notes
  • Parts List
  • Notes
    • Notes – OpenAI
    • Notes – SQLite

Year: 2020

HTML Intro

HTML Intro – Tables

Eli the Computer Guy

Tables in HTML allow you to display data in your HTML page in a spreadsheet format. table.html

HTML Intro

HTML Intro – Lists

Eli the Computer Guy

Lists are created in HTML by using a tag for the whole list, and then each item in the list is enclosed in tags. You can create a Tiered List by placing lists within a […]

HTML Intro

HTML Intro – Hyperlink Navigation

Eli the Computer Guy

Hyperlinks allow users to be able to click on a link to move to a different web page. Anything within the A HREF tag will be turned into a link. target=”_blank” – has the link […]

Reviews

REVIEW – DeckLink Quad HDMI Recorder (Mac Pro and Wirecast)

Eli the Computer Guy

The DeckLink Quad acted quirky on a Mac Pro with Wirecast. I ended up sending it back and switching to a Magewell Quad PCIe card.

HTML Intro

HTML Intro – Embed Images

Eli the Computer Guy

Images are added to HTML documents by pointing to them using the IMG SRC tag. You can point to images within the same directory as the HTML document, or even from an entirely different website. […]

HTML Intro

HTML Intro – Basic Text Format Tags

Eli the Computer Guy

You use Tags in HTML for basic font formatting in HTML. More sophisticated formatting can be done with CSS. <h1></h1> Heading Tag (Headings go from h1 to h6) <p></p> Standard Paragraph tag <strong></strong> for Bold […]

HTML Intro

HTML Intro – Sytnax and Formatting

Eli the Computer Guy

HTML is a simple language that uses TAGs to tell browsers how text should be formatted. Capitalization does not matter in HTML White space does not matter in HTML Doctype Declaration used to be more […]

HTML Intro

HTML Intro – What is HTML (Hyper Text Markup Language)

Eli the Computer Guy

HTML allows for formatting a multimedia document that can be read by different vendors browsers. Before HTML documents were locked into the format of the word-processor they were created in. Different browsers display HTML differently. […]

Programming - Intro

Programming Intro- IDE (Integrated Development Enviornment) Intro

Eli the Computer Guy

IDE’s are software packages that allow you to develop coding projects more quickly. They have everything from an equivalent of spell check, to simulators, to collaboration tools. IDE Considerations What Languages do they support What […]

Programming - Intro

Programming Intro – API (Application Programming Interface) Intro

Eli the Computer Guy

Service Oriented Architecture means that many times your servers and software will be communicating with cloud based API’s instead of other physical servers. API’s give you services that a server would be too expensive to […]

Programming - Intro

Programming Intro – SDK (Software Development Kits) Intro

Eli the Computer Guy

SDK’s or Software Development Kits are prepackaged digital assets that make it easier for developers to create apps for new computing devices such as Rokus, iOS devices and Occulus VR.

Programming - Intro

Programming Intro – Coding Frameworks Intro

Eli the Computer Guy

Frameworks are prepackaged libraries of code and routines that you can use to more quickly and easily write your projects. Most coding languages have a number of different Frameworks available, and each Framework is designed […]

Programming - Intro

Programming Intro – Pseudocode Intro

Eli the Computer Guy

Pseudocode is the process of writing out you plan for your code in a human readable fashion. You can use this for your own projects however you see fit, but on projects with larger teams […]

Programming - Intro

Programming Intro – Wireframing Intro

Eli the Computer Guy

Wireframing is simply sketching out the design for your application before you start building it. You can use a pen and paper, Google Docs, or specialized Wireframing Software. By using Wireframing you can make edits […]

Programming - Intro

Programming Intro – How to Find a Coding Job

Eli the Computer Guy

There are more employers than FANG – Facebook, Apple, Netflix, Google 2.8% Unemployment Rate of Coders in Baltimore area Prepare to have conversations rather than “interviews”. Conversations seek to find if you are a good […]

Programming - Intro

Programming Intro – Best Programming Language

Eli the Computer Guy

People want to know the “best” programming language, but every language has a purpose and it’s own place. To find YOUR best programming language determine what your own problems in technology are, and talk to […]

Programming - Intro

Programming Intro – How to Self Study Coding

Eli the Computer Guy

Everyone should self study to see if you like it.  DO NOT sign up for a bootcamp before you have done some coding!!! You are not married to a language. You can learn one, and […]

Programming - Intro

Programming Intro – Introduction to Programming

Eli the Computer Guy

What is Programming? Programming and Coding generally mean the same thing Programming is simply telling computers to perform actions Programs can range from a calculator app to a full fledged operating system Why is Programming […]

MySQL Introduction (NEW)

MySQL – HTML Form Validation with PHP (filter_var)

Eli the Computer Guy

You can validate that variable values look how they are supposed to by using filter_var in PHP. Filter_var determines if an email address, IP address, Int, Float, etc are formatted how they are supposed to […]

Posts pagination

« 1 2

DONATE

If you want to tip a few dollars for the education videos.