posts tagged: web app

rendering templates in Sitefinity 3.7 for use by external applications

rendering templates in Sitefinity 3.7 for use by external applications

Imagine you have Telerik’s Sitefinity CMS powering the main portion of your website, but have a public 3rd party e-commerce system, an internal 3rd party CRM system interface, and yet another internal 3rd party HR employee portal. Wouldn’t it be nice if the graphics guy could update the company logo on all the sites, or …

continue reading  ⇨

how-to: website icons for all browsers/devices (favicon, apple-touch-icon, etc.)

how-to: website icons for all browsers/devices (favicon, apple-touch-icon, etc.)

the favicon.ico

works in Firefox, IE, Safari, Chrome (and others). also works in Windows when dragging a shortcut to the desktop.

at the minimum create an 8-bit 16×16 .ico format icon file
name the file favicon.ico and put it in the root of your website
add this code between the <head> and </head> tags of your html:
<link rel=”shortcut icon” …continue reading  ⇨