Home Demo

Tag: Demo


  • How to create a slider using only JavaScript and CSS, without including other libraries

    My example below is going to show you how to create the simple slider from images. You can use a solution like this for any group of images you have, you would need a wrapper element for the images and for the navigation…

  • Drag & Drop AJAX Uploader Tutorial: Complete How-To Guide, Pretty Design, with Restrictions on File Type & Size

    This is a simple demo of how to create your own custom upload script, that allows you to restrict the files by type and size, then upload the file with AJAX. This example shows you how to combine two methods of targeting…