Category Archives: Posts in English

Yeah! Framework Initial Configuration

After creating initial project your structure might look like this: . ├── app_name │   ├── config │   ├── controllers │   │   └── HomeController.php │   ├── data │   ├── models │   └── views │   ├── index.php │   └── layouts │   └── … Continue reading

Posted in PHP, Posts in English, Programming, Web development, Yeah! | Tagged , , , , , , , , , , , | Leave a comment

Install and configure Yeah! DevTools

Hi people, long time passed since my last post. I’ve been busy with various things, but now I’m working to redeem myself. I’ve started writing simple learning PHP framework until it became a monster. Today it’s a full blown framework. … Continue reading

Posted in PHP, Posts in English, Programming, Web development, Yeah! | Tagged , , , , , , , , , , , , , | Leave a comment

Install and configure bind9 DNS server

Bind9 is the DNS server used to resolve domain names to IP addresses. Since it’s the most popular, I’ll be explaining here how you can set it on your own linux box. I’m running my Debian Squeze GNU/Linux, but the … Continue reading

Posted in General, GNU/Linux, Posts in English, Web development | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , | 3 Comments

Decoupling

Someone asked me what can he do with interfaces and abstract classes. Plenty of fun there as we shall see now. I’ll use C++ and C# in this example, and I’ll present this on simple math operations. Interfaces and abstract … Continue reading

Posted in CSharp, OOP, Posts in English, Programming | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

Shoot yourself in the foot using c#

I’m drunk, way past the Ballmer peak, and now, I need to explain to you in detail how to shoot yourself in the foot with C#, following the concept “Program to an interface”. You can take me for granted or … Continue reading

Posted in CSharp, General, OOP, Posts in English, Programming | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , | 1 Comment