Algorithm

The Simpsons in CSS with CSSFromDraw

March 27, 2009 - 2 Comments - Algorithm, Web Development

simpsonsfamily
If you’re thinking you’re looking at an image of The Simpsons family than yes but no. It’s Homer Simpson but it was constructed by DIV with CSS class, not an image. I’m always a big fan of The Simpsons so when I saw Roman Cortes’s Homer CSS, I though I would make one of my own. Well the problem is I’m too lazy to construct such a big HTML & CSS like that so I made an application to do it for me and here is the series of it. You could make one of your own as well by using the Web Service bellow or download the Source Code to play around with it.

Article Tags: ,

Trace Back for mix up list

December 19, 2008 - 1 Comment - Algorithm, App Development

Input {A,B}

Result {A,B,AB,BA, }

[more]

Download

Executable File

Source Code Files

Article Tags: ,

Drag and move controls in runtime

December 18, 2008 - No Comments - Algorithm, App Development

Simple, you have a control in a form and you want to move it around like you could move the icons in your desktop.

[more]
For preparation, create a from with a control, say a button.
Declare System.Drawing.Point StartPosition and System.Drawing.Point OldPosition

System.Drawing.Point OldPosition;

Select the button and click on the Events button.
Double click on MouseDown to create a new [...]

Article Tags: ,