Microsoft
Software
Hardware
Network
Question : Randomize distribution of images
I have a bunch of images I am displaying on a web page.
I want to randomize the padding so the the images are not all in a straight line. Kinda "NASCAR" style where the placement is kinda random and disorgainzed.
I'll try to find an example of what I have in mind!
Answer : Randomize distribution of images
Use a random function and apply to all images and the padding property
for all images, do:
Random random = new Random();
int randomNumber = random.Next(min, max);
apply randomNumber on current image padding property
Note: It is a C# solution
Random Solutions
How to convert seconds to hh:mm:ss in a sql query
Exchange 2007 - Error Mounting Database to Network Share
Web service / ASP.net project structure
Excel template open with email headers
Can't Attach SQL mdf After Moving It
need tips on designing a multi-page/panel application
SQL query to extract date from the xml TEXT
Run multiple paramenter query from one button
WindowsUpdate_8000FFFF ERROR
Output to Email after printing to PDF