Author: Kidal D.

Technology Windows

How to change File Associations in Windows 8

As in previous versions of Windows, what application opens which file type is a problem that many folks are still concerned. Although Windows 8 has built-in applications for opening videos, music files, PDFs, images, etc…, one’s desires could be different form what the OS creators intended. In such situation, changing […]

Technology Windows

How to turn off Defender in Windows 8

Inheriting the firewall utility from previous versions, Windows 8 features the basic protection method against malware and spyware but many folks would need Windows Defender deactivated in case a more advanced internet security suite is installed. Having multiple firewalls on a same machine is a no-no in terms of possible […]

Technology Windows

How to Back Up Windows 8

Looking back 2008, Windows Vista introduced for the first time the full image backup system, then it was expanded to every edition of Windows 7 and now Windows 8 has two methods to create an image backup. Creating an image backup is crucial in case of an operating system failure […]

CSS Technology

How CSS inheritance affects the HTML tags output

Inheritance is the basement of the CSS structures. Elements’ properties can actually inherit the values from the dominant HTML tags unless you specify a different value for a child element (i.e. <h1 style=”font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:normal;”>….</h1> has a style defined inside the h1 tag, a so-called child element). If […]

CSS Technology

CSS3 modules list and definitions

In CSS3, W3C has modified the specification: several separate modules instead of a single one; each of these modules is dedicated to a specific aspect of CSS. Such approach has the advantage of helping companies that build internet browsers to implement one module at time without having to rewrite the […]