Search
Turn Sublime Text 3 into a JavaScript IDE
11.5.2018
Sublime Text is one of the most popular editors for web development and software development in general. It’s very smooth and fast compared to other editors (being written in C++ helps that speed). Sublime also has tons of plugins you can find through Package Control.
But it’s only a text editor...
Květnový Computer dorazil na stánky: jak rychlé je bezdrátové nabíjení?
26.4.2018
Otestovali jsme 11 herních sluchátek • Přidali jsme test tří kompaktů, které přežijí jakoukoli dovolenou • Největší srovnání datových tarifů
Computer: otestovali jsme 22 powerbank s kapacitou 10 000 mAh
10.4.2018
Sportování s technologickým dopingem • Srovnání QLED s OLED • Radíme s výběrem systému pro chytrou domácnost
Vychází nový Computer: sportujte s elektronikou!
4.4.2018
6 odolných telefonů a 22 powerbank s kapacitou 10 000 mAh ve velkém testu • Supertéma: sportování s elektronickými pomocníky • SSD s paměťovými čipy QLC
Nový Computer radí, jak dohledat ukradená nebo ztracená zařízení
22.2.2018
Otestovali jsme All-in-One počítače a herní monitory • Proč musí vaše příští televize podporovat HDR • WPA 3: bezdrátové sítě budou bezpečnější
Listopadový Computer radí s výběrem nové televize
26.10.2017
Otestovali jsme 5 televizorů s podporou 4K a HDR • Nahlédli jsme do světa hráčů • Vybíráme počítačový zdroj
Computer Extra: Kompletní rádce výběrem komponent a sestavením počítače
18.10.2017
Výběr nejlepších a nejvýhodnějších komponent • Podrobný fotonávod pro sestavení počítače • Hledání chyb, ladění a přetaktování
Nový Computer: Otestovali jsme rovnou 17 bezdrátových sluchátek
2.10.2017
17 bluetooth sluchátek v přímém souboji • Potiskli jsme stovky stran v testu tankových tiskáren • 23 služeb Googlu, které pravděpodobně neznáte
Can Software Make You Less Racist?
25.8.2016
I don't think we computer geeks appreciate how profoundly the rise of the smartphone, and Facebook, has changed the Internet audience. It's something that really only happened in the last five years, as smartphones and data plans dropped radically in price and became accessible – and addictive –...
Computer says NO to HTML5 document outline
9.6.2016
What a brilliant idea! For the longest time HTML5 specified, and advised developers, that it no longer mattered what the number (1 to 6) was in a heading element (when used in conjunction with sectioning elements). What mattered was the nesting level of the H1-h6 in sectioning elements, just like...
Computer says NO to HTML5 document outline
9.6.2016
What a brilliant idea! For the longest time HTML5 specified, and advised developers, that it no longer mattered what the number (1 to 6) was in a heading element (when used in conjunction with sectioning elements). What mattered was the nesting level of the H1-h6 in sectioning elements, just like...
The woes of date input
19.1.2016
One of the many new input types that HTML5 introduced is the date input type which, in theory, should allow a developer to provide the user with a simple, usable, recognisable method of entering a date on a web page. But sadly, this input type has yet to reach its full potential. Briefly, the date...
HTML Developers: Please Consider
9.12.2015
ARIA is an amazing technology, it allows developers to add meaning to meaningless HTML or override meaning on HTML that is being repurposed and sometimes misused, so that users who rely upon the meaning of HTML, as implemented in browsers, can understand and interact with HTML User Interfaces...
On HTML belts and ARIA braces (The Default Implicit ARIA semantics they didn’t want you to know about)
14.4.2015
The question of whether HTML elements need the addition of ARIA role attibutes to expose their semantics, is one that surfaces on a regular basis. The answer is maybe for a subset of elements, but increasingly no. ARIA roles add nothing to default semantics of most elements In some cases...
HTML5 – Check it Before you Wreck it with Mike[tm] Smith
9.12.2014
The W3C’s Mike[tm] Smith (AKA @sideshowbarker) is the man with his head in the W3C validation markup checking tool source code; he makes the magic happen. Questions were asked for the HTML5 Doctor reader’s delight and edification. Russian Translation: Не проверив HTML5-кода, не суйся...
The ride to 5
28.10.2014
Forwards In recent weeks I contacted around 40 people, a cross section of those who have banged away at, or banged on about, HTML5. I asked them for their perspectives on HTML5 becoming a W3C Recommendation. Below are the words of the 28 people who responded, pretty much in the order they hit...
The W3C App Manifest specification
29.7.2014
By Marcos Cáceres and Bruce Lawson. Update 26 September 2014 The initial work for Manifest in Chromium M39 is done, and Marcos (more or less) finished coding the processor a few months ago. “I’m hoping to see it in fxos 2.2“, he said from the pool of his gorgeous Malibu home.)...
Using ARIA in HTML
21.6.2014
ARIA (WAI-ARIA if you want to be formal) is a set of attributes that you can add to HTML elements. These attributes communicate role, state and property semantics to assistive technologies via the accessibility APIs implemented in browsers. The W3C HTML specification provides information about...
Responsive images – end of year report
12.11.2013
It’s nearly two years since I suggested a <picture> element as a strawman proposal as a way to solve the problem of responsive images, so let’s have a look at how we’re doing.Related Posts:The woes of date inputHTML Developers: Please ConsiderOn HTML belts and ARIA braces (The Default...
cite and blockquote – reloaded
4.11.2013
The definitions of the blockquote and cite elements in the HTML specification have recently been updated. This article explains what the changes mean for developers. Russian translation: Сite и blockquote: перезагрузка blockquote definition updated The blockquote element represents content that ...