Category: HTML/CSS

Integrating WebView into a Cocoa app

When using a WebView object inside a Cocoa application, one might think they are limited to only displaying web pages. However, using custom CSS and JavaScript, a WebView object can become a very powerful and flexible part of a Cocoa app, while looking and working natively.
The first thing you should know is that there is [...]

CSS Stage I - The Concept

A quick introduction to the ground rules of CSS.

HTML Document Object Model

This tutorial will be based on Document Object Model (DOM), which is a simple and effective way to manipulate documents and elements. It will require a basic understanding of HTML and some javascript will be handy too! We will be making a simple onMouseOver event trigger some javascript to access and change attributes.

Getting started with HTML

Introduction
There’re many tools out there you can use to create a webpage, such as iWeb or Dreamweaver. Even you love to use these kind of WYSIWYG webpage editors, you would still take advantage if you understand what’s actually behind those fancy webpages. By the way, I believe those I Love Code readers will prefer coding [...]

Remove the gloss from your site’s Apple Touch Icon

It is extremely simple to remove the gloss from your site’s apple touch icon.