Tag Archives: http

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

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