Category Archives: Web development

Development of web applications

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

Installing Apache Tomcat on Debian Squeeze

I had some trouble configuring Tomcat server for Java Server Pages(JSP) to work on a particular port on my first install. This post will be brief because there isn’t much work to get the basic configuration going on Debian Squeeze. … Continue reading

Posted in GNU/Linux, Java, Posts in English, Web development | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , | 1 Comment

PunBB post/reply indicator icon

I’ll be explaining briefly how to make indicator for new posts like one used in punBB purely with css and without any images. When done, it should look like this: This icon is places next to forum or thread that … Continue reading

Posted in CSS, Posts in English, Web development | Tagged , , , , , , , , , , , | Leave a comment