I’m in the process of learning vs2005.net. Every once in a while I run into a problem that makes me run to Google. This is no exception. I wanted to validate the the asp.net CheckBoxList control to make sure that at least one item from…
Create search plugin for Firefox and IE
By pure curiosity I decided (at 2am last night) to look into creating a search plugin for my Google Adsense Search. Well it was a very successfull adventure. It can be created for any site search, even your personal blog. There are 2 ways of…
Import excel file to Mysql with PHP
Recently I was asked to upload a whole Excell database into an existing Mysql database. Looking online I found several responses and they had most of the answers I needed but also I had to improvise some coding. Here are the steps I took. 1…