Navigation |

February 24, 2009

3D Arts

Get the latest Flash Player to see this player.
[Javascript required to view Flash movie, please turn it on and refresh this page]

document.getElementById(“player1″).style.display = “”;

var s1 = new SWFObject(“/wp-content/plugins/player.swf”,”player1″,”320″,”200″,”7″);
s1.addParam(“wmode”,”transparent”);
s1.addParam(“allowscriptaccess”,”always”);
s1.addParam(“allowfullscreen”,”true”);
s1.addVariable(“height”,”200″);
s1.addVariable(“width”,”320″);
s1.addVariable(“file”,”/wp-content/videos/arts/3darts.flv”);
s1.addVariable(“image”,”/wp-content/videos/arts/3darts.jpg”);
s1.addVariable(“backcolor”,”0xffffff”);
s1.addVariable(“frontcolor”,”0xFF00CC”);
s1.addVariable(“lightcolor”,”0×3399CC”);
s1.addVariable(“screencolor”,”0xeeeeee”);
s1.addVariable(“logo”,”/wp-content/plugins/gulogo.png”);
s1.addVariable(“link”,”/wp-content/videos/arts/3darts.flv”);
s1.addVariable(“volume”,”100″);
s1.write(“player1″);

Filed by Paul Gu at February 24th, 2009 under Design
No comments on this post yet

Cool 3D paint on the street

Filed by Paul Gu at February 24th, 2009 under Design
2 persons have commented this post

February 11, 2009

在玫瑰花瓣中酣睡的小睡鼠

Very cute dormouse ~~~

Filed by Paul Gu at February 11th, 2009 under Miscellaneous
1 person have commented this post

June 11, 2008

Generating Random Number and String in C#

The following code returns a random number between min and max:

private int RandomNumber(int min, int max)
{
Random random = new Random();
return random.Next(min, max);
}

At some point, you may also want to generate random strings.

///
/// Generates a random string with the given length
///
///
Size of the string
///
If [...]

Filed by Paul Gu at June 11th, 2008 under Programming
No comments on this post yet

June 28, 2007

Veggies for the Arts

This is the most wonderful Veggie Arts that I have seen so far. I’m surprised that people can make veggie like this. Is there any connection between veggie and arts? Yes, everything can be possible, and they are all connected. These contain imagination, creation, and sensation, and make our life beautiful.
Remember to appreciate all the [...]

Filed by Paul Gu at June 28th, 2007 under Miscellaneous
No comments on this post yet

January 11, 2007

What you can do with a single sheet of paper…

Amazing …

Filed by Paul Gu at January 11th, 2007 under Miscellaneous
1 person have commented this post