Sidagi.gr, launched in November 2011, is a gourmet website containing a large number of recipes from all over the world. With a steady flow of new recipes, along with tools such as the calorie meter and the categorization per ingredient, it provides a fresh outlook to the cooking recipe presentation and discovery as a whole.

24H

24h.gr is a news portal aspiring to cover every event that happens in Greece. With a team of journalists feeding more than 200 news items per day, video channel with exclusive interviews, detailed breaking news analysis and stock exchange coverage it might as well be one of the upcoming authoritative news portals.

PC Magazine is the leading technology publication, worldwide. Published by Ziff Davis in 34 countries, it plays a major role in technological evolotion.

Trustworthy, authoritative and innovative, PC Magazine knows the technology market better than anyone and through the reliable test performed by PC Labs it is in a unique position to precicely imprint a clear picture of products and the overall market status. PC Magazine's PC Labs are the largest labs for objective review of technology products and services in Greece.

International title with strong tradition and reliability in the Greek market, which is cultivated after 16 years of success, continuously innovating topics coverted and the magazine's style.

Madame Figaro addresses the modern, informed sofisticated woman that loves fashion and beauty and helps her define her identity and style through current issues and fashion editorials always registering the latest trends.

T3 Magazine is the largest technology lifestyle publication in the world, all the while being the most widespread title internationally; with 21 localized versions in 36 countries and over 500.000 readers worldwide.

It has a unique concept, modern style and in all the markets it is a part of, it represents a high quality, leading technology lifestyle guide. The publication arrived in Greece in December 2005 and has been published by Attica Media Group.

S: (n) geek A person who has chosen concentration rather than conformity; one who passionately pursues skill (especially technical skill) and imagination, not mainstream social acceptance

Huge fan of

Drupal
Horde
Firefox
Ubuntu
Apple

When you need a simple site finished yesterday...

Sometimes, I thought that even using a CMS is overkill - mainly when a client wants a website with a couple of static pages, which they want to be able to update on their own. I even made a "mini CMS" of my own, but solving your own bugs on your free time can be tedious. Yesterday I stumbled upon a simpler way - namely, Get Simple.

M3UPorter , simple app to move Winamp playlist files

I spent about an hour trying to find a simple application to copy the files referenced by my Winamp playlist to a USB pendrive, in order to take them with me. Tough luck, most of them are either missing libraries, or plain not working properly on Windows 7. Therefore, I rolled my own.

Jailbreaking Apple TV: Getting it to work

I'm not even going to list the reasons why you really should (consider) Jailbreak on your Apple TV if it supports it. I'm only going to list the (only!) method that works for me to get the device to the needed DFU mode to make it possible.

Migrating Chiliproject server

There's always that time when you need to migrate things to a new server. A happy time. Until the only Ruby app on the server refuses to work.

Using views to show users who flagged nodes... by node.

Flags is a very useful module that allows users to "flag" nodes that meet some criteria (eg type etc). Administratively, it might be of interest to show the users who have flagged a specific node. Unfortunately, that's both tricky and slightly non-intuitive.

Dealing with checkboxes quickly

in checkboxes, drupal, fapi, forms

I've been working with the Forms API for some time. I've found a very useful shorthand for that today.

Disabling a checkbox with FAPI without the javascript

in drupal, fapi, forms

Forms API is great, let me start there. However there are some cases where you want to ... ahem, go around it. One such cases is with checkboxes (where you have a number of checkboxes), specifically when you want to alter just one of the set. Here's how to fix that!

From MySQL to CSV and vice-versa in one query

in csv, MySQL

There are more times than I can count that data needs to go from one format to another, two of the most popular being in a database and another being a text format. In my case, database equates to MySQL, and text format is something that can be derived easily from a CSV file. Thankfully, the whole process is quite simple.

Automate MySQL database & user creation

in bash, Linux, MySQL

Continuing from the Apache virtualhost article, this is another script that automates the creation of a MySQL database and a user with all permissions to it.

Scripting Apache virtual host creation

in Apache, bash, Linux, vhost

Virtual hosting is one of the most important things to happen in web hosting over the recent years. It allows a single IP to be associated with multiple websites. Though there are many panel solutions that offer virtual host management, it's nice to know what's going on and even better to actually be in control. The tradeoff is that small mistakes can cause all of your sites to go down until you fix them -- unless you automate.