background preloader

A friendly web development tutorial

A friendly web development tutorial
Related:  TUTORIELSTUTORIELS, COURS, FORMATIONS etcCSS

Don’t Fear the Internet HTML Tutorials HTML Beginner Tutorial A step-by-step guide to HTML basics. If you’re completely new to web design, start here. Getting Started: What you need to do to get going and make your first HTML page.Tags, Attributes and Elements: The stuff that makes up HTML.Page Titles: Titles. For Pages. A difficult concept, we know…Paragraphs: Structuring your content with paragraphs.Headings: The six levels of headings.Lists: How to define ordered and unordered lists.Links: How to makes links to other pages, and elsewhere.Images: Adding something a bit more than text…Tables: How to use tabular data.Forms: Text boxes and other user-input thingamajigs.Putting It All Together: Taking all of the above stuff and shoving it together. HTML Intermediate Tutorial Some HTML bits-and-bobs that might be useful to beginners and advanced HTMLers alike. HTML Advanced Tutorial Pushing HTML to its full standards-compliant, semantic, accessible potential.

Static Website Generators Reviewed: Jekyll, Middleman, Roots, Hugo CheckiO - coding games and programming challenges for beginner and advanced CSS Tooltip If you need a really simple and basic cross-browser tooltip on your website, this pure CSS tooltip is the one for you. It is light-weight, cross browser compatible, and easy to use. Choose a skin and hover the Tooltip links below. Tooltip Most Light-weight Tooltip This is the easy-to-use Tooltip driven purely by CSS. CSS only Tooltip Pure CSS popup tooltips with clean semantic XHTML. Notice that the following source codes will also be updated when the skin option is changed. CSS3 extras The later part of the CSS is CSS3 extras. HTML markup <! Images The images used by the tooltip box: Callout icon: Background image: none

CSS Tutorials CSS Beginner Tutorial A step-by-step guide to CSS basics. Go here if you’re comfortable with basic HTML. Applying CSS - The different ways you can apply CSS to HTML.Selectors, Properties, and Values - The bits that make up CSS.Colors - How to use color.Text - How to manipulate the size and shape of text.Margins and Padding - How to space things out.Borders - Erm. Borders. CSS Intermediate Tutorial Various odds-and-sods building on the basics of CSS. Class and ID Selectors: Make your own selectors without the need for sticky-backed plastic! CSS Advanced Tutorial Exploiting the versatile depths of CSS. Rounded Corners: Corners.

Learn HTML5 and CSS3 Latest Discussions by Feii Momo hi recently i've began to code in c# and i wanted to create a login system. i've been trying to link access database with the form to read data of the db but somehow it just doesn't work... :( here are my codes: What I have tried: using System; using System.Collections.Generic; using... by Member 13597916 x=int(input("Enter the number:")) y=int(input("Enter second number:")) if x>y: print("positive") else: print("negative") print(input("The number will be:")) What I have tried: It shows Indentation error...what does that mean and how do i prevent it? by Member 13597897 Problem is on '' need to like this in order to copie the value $('').attr('type', 'hidden') Can someone helpe? by Member 13427032 by THE-CODER-SALEH i made a console app and i want to control it from a form What I have tried: dim c as console or dim c as module1 but it will not work of course what can i put instead of that

Everyone is watching what you do online. How user tracking with cookies works... Have you ever visited a website to check out something you want to buy only to be inundated with ads for that product in other websites? I’ve been asked about this enough times that I thought it would be a good exercise to try and explain how this works. This blog post is an explanation of how websites that seem totally unrelated to each other seem to know about what you are doing online. It all starts with the Cookie Before we describe what a cookie is (in the context of the web), let’s start by describing why they are needed. The web is mostly a disconnected system. This is what allows one website to potentially serve millions of requests. Well, if that’s the case how come we have websites that do “remember” us, where we can login and see data that is ours? That’s where cookies come in. When you visit a website your browser sends a HTTP request to a web server that is listening at the address of that website. Also, a cookie is just a text file saved on your computer. Related

Buttons · Bootstrap Use Bootstrap’s custom button styles for actions in forms, dialogs, and more. Includes support for a handful of contextual variations, sizes, states, and more. Contents Examples Bootstrap includes six predefined button styles, each serving its own semantic purpose. Copy <! Conveying meaning to assistive technologies Using color to add meaning only provides a visual indication, which will not be conveyed to users of assistive technologies – such as screen readers. The .btn classes are designed to be used with the <button> element. When using button classes on <a> elements that are used to trigger in-page functionality (like collapsing content), rather than linking to new pages or sections within the current page, these links should be given a role="button" to appropriately convey their purpose to assistive technologies such as screen readers. Outline buttons In need of a button, but not the hefty background colors they bring? Sizes Fancy larger or smaller buttons? Active state Disabled state

Related: