Posts Tagged ‘server side

Modernizr on the Server-Side: James Pearce: The current vogue seems to be to do as much [adjusting web content] as possible on the client-side: media queries, progressive enhancement, adding CSS body classes, and so on…. In my opinion, this approach won’t always cut it. I’ve already pointed out that the users of radically different devices [...]

The talk of late when it comes to adapting a web application for a mobile platform has been all about CSS media queries or server-side detection. But, as Tim shows, those two techniques alone are insufficient to account for the full range of devices out there, and their specific interface requirements. Go to Source

Ruby is a one of the most popular languages used on the web. Today, we’re starting a new screencast series here on Nettuts+ that will introduce you to Ruby, as well as the great frameworks and tools that go along with Ruby development. Today, we’ll look at why you might want to use Ruby, as [...]

   Storing information locally on a user’s computer is a powerful strategy for a developer who is creating something for the Web. In this article, we’ll look at how easy it is to store information on a computer to read later and explain what you can use that for. [Offtopic: by the way, did you [...]

pushState is a nifty way to manipulate browser history state without having to mess with the #hash value. You can use this to change the full path portion of the URL: PLAIN TEXT JAVASCRIPT: var stateObj = { foo: “bar” }; history.pushState(stateObj, “page 2″, “bar.html”);   This would change the URL bar to http://example.com/bar.html without [...]


About this blog

This blog delivers stylish and dynamic news for designers and web-developers on all subjects of design, ranging from: CSS, Ajax, Javascript, web design, graphics, typography, advertising & much more. Our goal is to help you communicate effectively on the web with an engaging website or functional interface.