Wednesday, 8 March 2017

dd

  1. Which word is in this box?
    Loryn Brantz / BuzzFeed
    1. FEE
    2. TREE
    3. TREAT
    4. FEET
  2. Which word is in this box?
    Loryn Brantz / BuzzFeed
    1. EAT
    2. FEE
    3. BEAT
    4. LATE
  3. Which word is in this box?
    Loryn Brantz / BuzzFeed
    1. FOOT
    2. BOOM
    3. WOOT
    4. BOOT
  4. Which word is in this box?
    Loryn Brantz / BuzzFeed
    1. TWEET
    2. SWEET
    3. GREET
    4. MEET
  5. Which word is in this box?
    Loryn Brantz / BuzzFeed
    1. PARK
    2. BARK
    3. ARK
    4. LARK
  6. Which word is in this box?
    Loryn Brantz / BuzzFeed
    1. FIVE
    2. DOVE
    3. DIVE
    4. LOVE
  7. Which word is in this box?
    Loryn Brantz / BuzzFeed
    1. HAT
    2. FAT
    3. MAT
    4. SAT
  8. Which word is in this box?
    Loryn Brantz / BuzzFeed
    1. NEED
    2. KNEAD
    3. BEAD
    4. FEED

Wednesday, 23 January 2013

Awesome Dragable Content script

This script is very useful to make your portal more attractive with drag-able element. It make more enjoyable and user friendly thats why now many of websites use this script .

You can make awesome dragable website post and full website too.
If you want to make any appropriate area drag-able then you need to add some line of code..
This is a script that makes elements on your page dragable by assigning them to the CSS class "dragableElement". In the demo, you can drag the menu, the images and the small text box.
<div class="dragableElement">Dragable Content Area</div>
Awesome Dragable Content script, drag script, dragable content, content script

                DEMO      DOWNLOAD SCRIPT
Purpose:
Make user reliability to move any content at any appropriate place where they want to see .

Slider Color Picker with AJAX

Slider Color Picker is use to pick the color with bar adjustment. In this script we use DHTML (Dynamic) and Ajax for better attraction.
Slider Color Picker with AJAX, color picker,dhtml script,ajax script
Here i provide you two examples and these two examples shows you how the slider could be used to enhance your graphical user interface.

In First Example :

You can increase and decrease the level of Hue , Saturation and Brightness with adjustment in slider.

In Second Example :

You can increase and decrease the level of  Color ( Red, Green and Blue) with adjustment in slider.

                   Demo        Download Script

Cloud Zoom Script for CMS Portal in HTML

I am giving you a script for Cloud Zoom for CMS . Many of website want their items like jabong.com and homeshope18.com where when you come in contact of any image of items like T- Shirts or Jeans it appear big in right side for better visibility.
Cloud Zoom Script for CMS Portal in HTML,PHP script, script for portal,zoom script


Full Coding :
<html>
    <head>

        <title>Cloud Zoom Script By Script Arena</title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <!-- Include jQuery. -->
        <script type="text/javascript" src="http://scriptarena@sawankumar.yzi.me/cloudzoom/jquery-1.8.1.min.js"></script>
        <!-- Include Cloud Zoom CSS. -->
        <link rel="stylesheet" type="text/css" href="http://scriptarena@sawankumar.yzi.me/cloudzoom/cloudzoom.css" />
        <!-- Include Cloud Zoom script. -->
        <script type="text/javascript" src="http://scriptarena@sawankumar.yzi.me/cloudzoom/cloudzoom.js"></script>
        <!-- Call quick start function. -->
        <script type="text/javascript">
            CloudZoom.quickStart();
        </script>  
    </head>
        <body>
<img class = "cloudzoom" src = "link of small image"
             data-cloudzoom = "zoomImage: 'link of large image'" />
       </body>
</html>
                                    Demo             Download Script 
Purpose:
These script is used to show own website items for more visibility for user and it make attractive to their website.