De Aller-Bedste Bøger - over 12 mio. danske og engelske bøger
Levering: 1 - 2 hverdage

Bøger af I Code Academy

Filter
Filter
Sorter efterSorter Populære
  • - Your Step by Step Guide to Easily HTML & CSS Programming in 7 Days
    af I Code Academy
    218,95 kr.

    Are You Ready To Learn HTML & CSS Easily?HTML is an acronym for Hyper Text Mark-Up Language. It is the main programming language used to develop websites. It acts as a framework of sorts where different elements like color, video, images, flash animation, etc. could be added later on.Back in the day, website creation and development would only go as far as one's imagination. Website developers of yesteryears had to get specialized education just to be able to learn a programming language and start developing websites, applications, etc. This was an extremely grueling process and would often times become the deterring factor for students. However, when HTML was introduced, website creation and develop got a whole lot easier.This book will help you understand HTML's syntax and semantics, which will allow you to create a website completely from scratch. We'll teach you how to lay down the foundations-the backbone-of a website and then add aesthetic elements later on using Cascading Style Sheets or what's commonly known as CSS.Here's What You'll Learn From This HTML & CSS For Beginners Book:¿ Introduction¿ HTML Fundamentals¿ HTML Fundamentals 2¿ HTML Fundamentals 3¿ CSS In-depth and much moreWhat Are You Waiting For? Start Coding HTML & CSS Right Now!¿

  • - Your Guide to Easily Learn C Programming In 7 Days
    af I Code Academy
    238,95 kr.

  • - Your Guide to Easily Learn Json In 7 Days
    af I Code Academy
    198,95 kr.

    This book contains the steps, strategies, and techniques you need to learn, explore, and use JSON, the preferred and standard data format of the web. It was conceptualized and developed to provide beginners and web developers a comprehensive training that will help them master JSON in as short as one day.What is JSON and why should you learn it? JSON stands for JavaScript Object Notation. A subset of JavaScript, it is a way of storing information in an organized manner. It provides human readable data that can be accessed easily and logically. JSON facilitates data transfer between a server and a web application. The JSON format is used to serialize and transmit structured data over the internet. Its simplicity and flexibility allows it to be used across applications, programming languages, and framework.JSON is a lightweight text-only format that can be easily transferred to and from a server. While it is strongly associated with JavaScript, JSON is a language-independent format that is popularly used in modern programming languages such as Python, PERL, Java, Ruby, and PHP. You'll typically find built-in functions, methods, or workaround that allow these programming languages to utilize JSON.

  • - Programming: Your Step by Step Guide to Easily Learn Java in 7 Days
    af I Code Academy
    198,95 kr.

    Java is actually a decent programming language developed at Sun Microsystems. It was originally used for Internet applications or applets. Those applets are embedded on web pages and run in the browser. Java uses a special format known as byte code instead of an ordinary machine code.