Logo

AJAX


AJAX (Asynchronous JavaScript and XML) allows updating parts of a web page, without reloading the whole page.
AJAX allows web pages to be updated asynchronously by exchanging small amounts of data with the server behind the scenes. This means that it is possible to update parts of a web page, without reloading the whole page.
Classic web pages, (which do not use AJAX) must reload the entire page if the content should change.
Examples of applications using AJAX: Google Maps, Gmail, YouTube, and Facebook tabs.

Logo

SVG


SVG (Scalable Vector Graphics) is an XML-based vector image format for two-dimensional graphics with support for interactivity and animation.
SVG images and their behaviours are defined in XML text files. This means that they can be searched, indexed, scripted, and compressed. As XML files, SVG images can be created and edited with any text editor, but are more often created with drawing software.
All major modern web browsers—including Mozilla Firefox, Internet Explorer, Google Chrome, Opera, and Safari—have at least some degree of SVG rendering support.

Logo

Web Fonts


Web fonts are not pre-installed on the user’s system, unlike web safe fonts. The fonts are downloaded by the user’s browser while rendering the webpage, and then applied to your text. Using web fonts will slow your site’s load time and the version of the web browser must support CSS3. If a browser is unable to use the web font, it will fall back on the web safe fonts in the stack.