Ömer Faruk ZORLU

Gizli tarif diye birşey yok.

How to make a real cloud effects with jQuery.

clock November 6, 2009 19:55 by author OMR

In this article I used the cloud effect birdunyadusun.com site will explain the technique.
Some sites have similar made with Mootools. I did research in jQuery forum. No information about the coding of similar applications. This article has nothing to parallax technique. Let's start coding.
The following code will load the clouds just below is a description of the body.


<span id="spnCloudHolder"></span>

And using this javascript codes for generating clouds:


$(document).ready(function() {
    for (var i = 0; i < 3; ++i) {
        $("#spnCloudHolder").append("<img src=\"img/bulutcan12.png\" class=\"cloud\" />");
    }
});

 

You can use this image file(Transparent PNG, thanks gündüzhan):

Output current screen:
More...



ASP.NET Slider Control

clock September 8, 2009 10:32 by author OMR

Powerful ajax slider script in script.aculo.us . I created new asp.net slider component using this. Orjinal script.

ScreentShots:

 



ASP.NET Image Croper Component with JCrop

clock September 8, 2009 10:25 by author OMR

JCrop is powerful image croper javascript tool. I created asp.net ajax control for jcrop and opened download. Follow the images. Jcrop is free software released under MIT License.

Save as croped area when clicked cropit button.

 

 

btnCropIt Click code example:

Image1.ImageUrl = “~/Uploads/Image/” + ImageCroper1.Crop(Server.MapPath(”Uploads/Image/”));

 

 

OmrCommon.rar (51,75 kb)




 

           

Sign in