Category Archives: Web Development
Open Source Statistics
I have been using google analytics for some time now (Urchin), but the truth is, although it is very very nice, i lack control. What amuses me is how good an open source alternative piwik (piwik.org) is. And all of … Continue reading
Multi Disk MySQL
For performance reasons, separating DBs to Multiple hard disks can be beneficial In Linux, when you want to include a directory for a database, you add a symbolic link ( Using the ln -s targetdir command), in Windows, there are … Continue reading
Godaddy Wild West Domains API Script
So, for some reason i had to write a functional script that talks (PHP Via SOAP) to Wild West Domains API for domain registration and other services (For fully branded website), And i was wondering if there is enough interest … Continue reading
The future of the web
What’s all this stuff about personal computing moving online, people saying, keep your old computer, the internet is moving online and all you need is a browser. First, for the coming 10 years, i don’t think the world can take … Continue reading
Giving away Sub Domains in Web2
Today, a friend asked me how to setup his server so that he can give away Sub Domain names under his domain to people who want to use his PHP application, he was asking all sort of stuff like how … Continue reading