Tip of the week, Week 32 - jQuery mobile
Currently the preferred mobile strategy at Oxygen Software is responsive websign, where your mainpage will adapt the the device that is viewing it. If you for some reason should have a project where…
Currently the preferred mobile strategy at Oxygen Software is responsive websign, where your mainpage will adapt the the device that is viewing it. If you for some reason should have a project where…
This is a short and simple tip, but very usefull when dooing new HTML5 based projects.www.html5boilerplate.com will help you structure your markup for a new HTML5 page. It gives you the ability to…
Content Delivery Networks for you javascripts Content Delivery Network - CDNA content delivery network(CDN), is defined as "a large distributed system of servers in multiple data centers in the…
Extending jQuery with UI elements So we all know jQuery, and the magic it can do with javascript and DOM manipulation. If you want to use some custom UI elements, you usually have to go find a proper…