RSS
Home Posts tagged "random"
formats

Random Number In ASP for no Flash Caching

Published on June 4, 2010 by in ASP, flash

This is an example of how to create a random number in Classic ASP in order to append to a swf file so that the browser does not cache the swf file. <% Dim SwfRndNum Randomize SwfRndNum = Rnd %> You can then add it to your swf embed code as follow, bear in mind

Read More…

 
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
No Comments  comments 
formats

Unique Random Numbers in PHP

Published on May 13, 2010 by in php

If you would like to show random numbers using PHP you can do this: <?php         $min = 1;         $max = 100;         $total = 100;         $arrItems = array();         while ( count($arrItems) < $total ) {  

Read More…

 
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
No Comments  comments 
formats

Adidas

I came across this site today: http://www.adidas.com/campaigns/adidasdfb/content/locale/com/?strcountry_adidascom=uk It is a game made and run on the adidas site.. Play it, it’s quite cool. Nice flash site to whoever made it!

 
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
No Comments  comments 

This is the official blog of HSMoore Ltd.

© Site by HSMoore Ltd