+40 745 232 788

Online Solutions Development Blog   |  

RSS

Category Archives: JavaScript

posted by ,
Categories: CSS, HTML, JavaScript
Tags , , , ,

Canvas is maybe one of the most interesting HTML5 feature. It has all you need to create rich web applications or games. We talked about how to Generate gradient image with PHP some time ago. Now we’re gonna use HMTL5 canvas element to draw a simple button with a gradient effect, using it’s 2D context …

posted by ,
Categories: JavaScript
Tags , , , ,

JSONP is the answer to two quite popular questions among the web developers: how can I make an asynchronous call to an script that is not on my server? how can I “hide” my ajax calls in the javascript console? What is JSONP? Short version: it’s an alternative to ajax. Long version(with example) below: I …

posted by ,
Categories: JavaScript
Tags , ,

If you want to place an html element over another one using javascript for some reason here you will find the solution. Why you might want to do this? Maybe you want to place an “online now” stamp on the corner of the user avatar or an “on sale” stamp on some of the products …