10 Awesome HTML5 Canvas Examples
Canvas is a great feature in HTML5 that allows us to draw graphics on web browsers using JavaScript. For instance, it can be used to manipulate photos, draw and animate shapes, play videos or renders hardware-accelerated 3D graphics with WebGL support! Sky’s the limit. But it has also been used to make really awesome digital arts by pros… In past few months I have encountered many great examples of HTMl5 canvas, and today I am going to list some of them here for you to enjoy.
Ajax Image upload & Resize with PHP ImageMagick & jQuery
ImageMagick is great image processing for PHP, with ImageMagick you can resize your image, crop and do many other things in a very simple manner, it supports numerous image formats. Today we are going to create a very simple Ajax based image resize script using ImageMagick (PHP) and jQuery.
10 CSS HTML Form Designs
Let’s face it – HTML forms are an integral part of the web. They’re a powerful and essential tool for interacting with users. But without proper styling and layout, forms can look pretty awful. So how do you make them appealing and user-friendly? That’s where CSS comes in.
Slide Loading Social Buttons with jQuery, CSS3 & PHP
Social share buttons have been integral part of the internet and it seemed like we are constantly looking for better ways integrate them into our websites, most people are happy with regular copy/paste snippet provided by social websites, but some of us are still not so satisfied with regular setting, because we have to load bulky third party javascripts which somehow appears to affect overall performance of the website.