Author: Alex Costa
-
e-commerce tutorials [ php mysql ]
I’ve embarked in a journey of building a tailor-made E-commerce system. I need to be able to have everything my client needs so I’m coding it from scratch, with the help of some good tutorials I found online. Sometimes having to search for while to find a good tutorial. My plan is to share here…
-
H323 SIP Gatekeeper on Linux – Updated
Recently we acquired a nice Tandberg Video Conferencing system, we normally stick with the Sony range as its menu interface is very easy to use, but we decided to give Tandberg a try. What a beast, great slick menu system, loads of options, built in MCU (Multipoint Conference Unit), 2 XLR mic inputs (Phantom Powered),…
-
Internet Explorer for Linux IE4Linux
What a terrible idea… and yet very useful. Let me explain. If you are a web developer you will have to test you web apps or sites on IE, specially because IE lives in it’s own little world but still a lot of people use it. Anyway, I came across this application IE4Linux which installs…
-
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 doing it (maybe more) I found . 1 – Create…
-
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 – Make the Excell file into a CSV. To avoid…
-
Computer Beep error Code
On startup a computer goes through a whole bunch of checks to see if the vital Hardware (Motherboard chipset, RAM Modules, Video Card Controller, PCI Cards, etc..) are in working order, this process is called POST (Power-ON Self Test) . If all goes well then the Bios will run it’s mini OS and call upon…