Mats codemix

Mats codemix

A little c#, a litte .NET and throw in some c++ and you get a nice Spaghetti

Mats codemix RSS Feed
 
 
 
 

Searching with google

If i want to search this site with google.


Code

<form action="http://www.google.com/search" method="get">  
<fieldset>  
<input type="hidden" name="sitesearch" value="mats.gardstad.se/matscodemix/" />  
<input type="text" name="q" size="31" maxlength="255" value="" />  
<input type="submit" value="Google Search" />  
</fieldset>  
</form>

Leave a Reply