Tech on Tour header image 4

Entries Tagged as 'Programming'

Create search plugin for Firefox and IE

October 27th, 2007 by Alex Costa · No Comments

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 doing it (maybe more) I found .
1 - Create your own [...]

[Read more →]

Tags: Applications · Programming · Technology · Tutorials / Training · Web Browsers · quick & easy tips



Import excel file to Mysql with PHP

October 24th, 2007 by Alex Costa · No Comments

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 - Make the Excell file into a CSV. To [...]

[Read more →]

Tags: Applications · Programming · Tutorials / Training