Targeting iPhone 4 with CSS

Because the iPhone 4 has such a high resolution screen, the usual technique of detecting the device width in pixels (320 for previous versions of the iPhone) no longer works. Thomas Maier has come up with a way to target the iPhone 4 specifically. <link rel=”stylesheet” media=”only screen and (-webkit-min-device-pixel-ratio: 2)” type=”text/css” href=”../iphone4.css” /> Very […]

Leave SiteEdit off your live site

SiteEdit is SDL Tridion’s inline editing functionality. Once enabled, your editors can browse the staging site and edit pages there and then, without having to find the item they want through the Content Manager interface. SiteEdit works by surrounding the editable elements on a page with HTML span tags. <span id=”_SE_CP” _SE_C=”tcm:113-40744″ _SE_CP=”tcm:113-40744″ _SE_CT=”tcm:113-162-32″ _SE_CPt=”generalfull”> […]

Image caching in Tridion

One of the most effective ways to improve your website’s performance is to implement image caching. Without caching, every visitor downloads the same image every time they request a page. This means unnecessary load on your server and unnecessarily slow page load times for your audience. It also means search engines will take longer to […]