WELCOME!

Choose what you want to learn through :

PDFs :

Videos :

All courses and tutorials


Django is a great application framework for Python and web applications. You can use it to greatly speed up your database and application development both on the web and on the command line. This tutorial is currently a very rough draft; it probably won’t be very useful without the assistance of someone who knows Django running the tutorial. If I ever run this tutorial a second time, I’ll probably update it with screenshots to make it more usable for individuals. (Jan 11, 2012)
  • Installation
  • Create your models
  • Create your administration models
  • Public pages
  • Customization
  • Cacheing
  • Modifying models
  • Scripting Django

The basics of working with MySQL for users of other applications such as Dreamweaver, PHP, Perl, or Python.
Contents
  • Introduction
  • Installation
  • Working with data
  • Manipulating Data
  • Multiple tables
  • Security
  • Other Applications
  • More Information


Creating basic web pages with straight HTML code and a pre-existing style sheet, PDF ebook by Jerry Stratton.

Download this book

-About the book
CSS OPTIMIZATION BASICS
Are you unsure about your style sheets’ quality, or whether you’ve maxed out your options? CSS Optimization Basics covers the necessary mindsets, discusses the main optimization methods, and presents useful resources to write higher quality CSS.
-Author
Jens Oliver Meiert



“How to Code in HTML5 and CSS3” is a free e-book about making websites in HTML5 and CSS for absolute beginners. It doesn’t require any experience in IT to start. The aim of this book is to show the art of making websites using a plain language which is full of practical analogies. After reading over 100 pages you will get to know basic concepts and techniques of web development and be able to build your first website ever!
Author: Damian Wielgosik
Date: 2016

Download this book

Learn (or teach) the basics of Game Programming with this free Phaser tutorial.
Author: Bryan Bibat
Date: 2014


Download this book


Learning Flexbox can be a pain in the butt. For most persons, it’s not particularly fun at first. It challenges you to rethink how you’ve dealt with layouts in css. Don’t fret. I will really walk you through all you need to know. That’s the aim of this book.
Author: Ohans Emmanuel
Date: 2016



This is a guide that anyone could use to learn about the practice of front-end development. It broadly outlines and discusses the practice of front-end engineering: how to learn it and what tools are used when practicing it in 2017. It is specifically written with the intention of being a professional resource for potential and currently practicing front-end developers to equip themselves with learning materials and development tools. Secondarily, it can be used by managers, CTOs, instructors, and head hunters to gain insights into the practice of front-end development. The content of the handbook favors web technologies (HTML, CSS, DOM, and JavaScript) and those solutions that are directly built on top of these open technologies. The materials referenced and discussed in the book are either best in class or the current offering to a problem. The book should not be considered a comprehensive outline of all resources available to a front-end developer. The value of the book is tied up in a terse, focused, and timely curation of just enough categorical information so as not to overwhelm anyone on any one particular subject matter.
Author: Cody Lindley
Date: 2017

Read Online


Download this book
Le déploiement est un des points clefs du développement d'une application. C'est le
processus permettant la mise à disposition d'une application à des utilisateurs.
ClickOnce est un framework de déploiement créé par Microsoft en 2005. Il permet aux
utilisateurs d'installer une application par un simple clic sur une page web. Il est disponible
depuis la sortie du Framework .NET 2.0.
Il fonctionne un peu comme le « Java Web Start » de Java.
ClickOnce offre l'énorme avantage de permettre la mise à jour automatique et intelligente
des applications déployées. Lorsque l'utilisateur lance une application ClickOnce, cette
dernière vérifie si une nouvelle mise à jour est disponible ; si oui elle propose son
installation.
Il est adapté à applications relativement petites. Ne vous attendez donc pas à le voir faire
des miracles avec des jeux XNA ou des grosses applications.
ClickOnce est utilisable dans tous les langages utilisant le framework .NET. Nous utiliserons
dans ce tutoriel un assistant de déploiement propre au VB.NET et au C#. Si vous comptez
déployer du Delphi ou du F# par exemple, l'installation sera plus compliquée.
L'assistant publication, que j'utilise ici, est disponible depuis la version 2005 de Visual
Studio. Dans ce tutoriel, j'utilise Visual Studio Community 2015, qui est gratuit.

https://drive.google.com/file/d/0B7UWPnHDPxsKeklFelI3SktTZjg/view?usp=sharing
Read Online

Download this book
Résultat de recherche d'images pour "JAVA PERSISTENCE API (JPA) Tutorial"
About the Tutorial
This tutorial provides a basic understanding of how to store a copy of database objects
into temporary memory using JAVA Persistence API (JPA).

Read Online


Download this book
Résultat de recherche d'images pour "jogl tutorial"
About theTutorial
Java binding for OpenGL (JOGL) is an open source library for binding OpenGL graphics in Java. This tutorial provides a basic understanding of JOGL library and its features. It also explains how to develop 2D and 3D graphics applications using JOGL.

Read Online


Download this book

About JAVA
“Java refers to a number of computer software products and specifications from Sun Microsystems (the JavaTM technology) that together provide a system for developing and deploying cross-platform applications. Java is used in a wide variety of computing platforms spanning from embedded devices and mobile phones on the low end to enterprise servers and super computers on the high end. Java is fairly ubiquitous in mobile phones, Web servers and enterprise applications, and somewhat less common in desktop applications, though users may have come across Java applets when browsing the Web.
Writing in the Java programming language is the primary way to produce code that will be deployed as Java bytecode, though there are compilers available for other languages such as JavaScript, Python and Ruby, and a native Java scripting language called Groovy. Java syntax borrows heavily from C and C++ but it eliminates certain low-level constructs such as pointers and has a very simple memory model where every object is allocated on the heap and all variables of object types are references. Memory management is handled through integrated automatic garbage collection performed by the Java Virtual Machine (JVM).”

Read Online


Download this book
About the Tutorial
JavaFX is a Java library used to build Rich Internet Applications. The applications written using this library can run consistently across multiple platforms. The applications developed using JavaFX can run on various devices such as Desktop Computers, Mobile Phones, TVs, Tablets,etc.To develop GUI Applications using Java programming language, the programmers rely on libraries such as Advanced Windowing Toolkit and Swings. After the advent of JavaFX, these Java programmers can now develop GUI applications effectively with rich content. In this tutorial, we will discuss all the necessary elements of JavaFX that you can use to develop effective Rich Internet Applications.
https://drive.google.com/file/d/0B7UWPnHDPxsKeklFelI3SktTZjg/view?usp=sharing
Read Online


Download this book

Résultat de recherche d'images pour "Java 8 Tutorial pdf"
About the Tutorial :

Java 8 is the most awaited and is a major feature release of Java programming language. This is an introductory tutorial that explains the basic-to-advanced features of Java 8 and their usage in a simple and intuitive way.

https://drive.google.com/file/d/0B7UWPnHDPxsKeklFelI3SktTZjg/view?usp=sharing
Read Online


Download this book

Résultat de recherche d'images pour "java xml tutorial tutorialspoint"
About the Tutorial :
XML (Extensible Markup Language) is a very popular simple text-based language that can be used as a mode of communication between different applications. It is considered as a standard means to transport and store data. JAVA provides excellent support and a rich set of libraries to parse, modify or inquire XML documents. This tutorial will teach you basic XML concepts and the usage of various types of Java based XML parsers in a simple and intuitive way.
https://drive.google.com/file/d/0B7UWPnHDPxsKeklFelI3SktTZjg/view?usp=sharing
Read Online


Download this book

Use geek courses for free, It is fully free service

There are two types of courses : videos and PDF

Our courses are available in multiple languages