I can't speak for the entire country of South Africa or it's online presence, my time here has been limited and I wouldn't dare to suggest I have circumnavigated the whole of the South African Wide Web (SAWW ?).
Read the rest of this article
Read articles from inline-block
31st Dec, 2010
Online bookings in South Africa
24th Feb, 2010
Compromising with CSS3
So, the other day myself and a bunch of developers nerds were sitting around, discussing ways that we could optimise our Web site.
Read the rest of this article
21st Sep, 2011
Borrowing Methods
I have been reading a lot about JavaScript patterns of late, but one that I did not read about but borrowed from a fellow developer uses function application to borrow a method from one object to use on another.
This pattern is very simple and I am very definitely not the only dev using such a pattern, but I thought I would note it here for my own benefit.
One such example is borrowing a method of the Array object to use with an array-like object, like so;
Array.prototype.slice(arguments)
15th Feb, 2010
inline-block
HTML/XHTML has two specific display types, block and inline.
Read the rest of this article
15th Feb, 2010
WAI–ARIA
The WAI–ARIA, published by the W3C is a set of documents that specify how to increase accessibility of dynamic content and user interface components developed with Ajax, HTML, JavaScript and related technologies.
Read the rest of this article
15th Feb, 2010
Microformats in action
Microformats add page page weight, increasing load times (very slightly); jeopardising performance.
Read the rest of this article
Online bookings in South Africa
Compromising with CSS3
So, the other day myself and a bunch of developers nerds were sitting around, discussing ways that we could optimise our Web site.
Read the rest of this article
Borrowing Methods
I have been reading a lot about JavaScript patterns of late, but one that I did not read about but borrowed from a fellow developer uses function application to borrow a method from one object to use on another.
This pattern is very simple and I am very definitely not the only dev using such a pattern, but I thought I would note it here for my own benefit.
One such example is borrowing a method of the Array object to use with an array-like object, like so;
Array.prototype.slice(arguments)inline-block
HTML/XHTML has two specific display types, block and inline.
Read the rest of this article
WAI–ARIA
The WAI–ARIA, published by the W3C is a set of documents that specify how to increase accessibility of dynamic content and user interface components developed with Ajax, HTML, JavaScript and related technologies.
Read the rest of this article
Microformats in action
Microformats add page page weight, increasing load times (very slightly); jeopardising performance.
Read the rest of this article