Explore >> Select a destination


You are here

nagoon97.wordpress.com
| | lchandara.wordpress.com
9.9 parsecs away

Travel
| | ASP.NET SignalR is a library for ASP.NET developers that simplifies the process of adding real-time web functionality to applications. Real-time web functionality is the ability to have server code push content to connected clients instantly as it becomes available, rather than having the server wait for a client to request new data. SignalR can be...
| | lchandara.wordpress.com
11.7 parsecs away

Travel
| | As covered inComet Programming: Using Ajax to Simulate Server Push, Comet is a Web application model that enables Web servers to send data to the client without having to explicitly request it. Hence, the Comet model provides an alternate mechanism to classical polling to update page content and/or data. In that article, we learned how...
| | blog.trasatti.it
14.3 parsecs away

Travel
| | Producing images of the perfect size, when you create a Web site that targets multiple device classes with very different screen sizes is always a problem. There are a number of solutions out there, but they all require some kind of server-side detection and image wrangling. tinySrc is a nice and simple solution that takes...
| | www.contentful.com
70.5 parsecs away

Travel
| Here's a complete guide on how to serve responsive images in WebP and the new AVIF format where supported, using the HTML picture element.