Archive for 2008
I recently had to conduct an interview for a Public Speaking class I am taking. I didn’t have any suitable equipment to record the interview so I had to use my cell phone. After the interview I downloaded the recording to my computer and saw that the file’s name ended with “.amr”. I had never [...]
October 9th, 2008 | Posted in General | No Comments
I found a couple of pretty interesting videos on Youtube showing how people are succeptible to subliminal messages. I’m not sure about the authenticity of what’s demonstrated in the videos but it certainly is an intriguing possibility.
June 4th, 2008 | Posted in General | No Comments
I added to the Downloads section a small Silverlight application I wrote for an Algorithms course I’m taking. It’s basically a visual demonstration of the Delaunay triangulation. My implementation of the algorithm is based on Paul Bourke’s “Efficient Triangulation Algorithm Suitable for Terrain Modelling” and I want to express my gratitude for his great job. [...]
May 4th, 2008 | Posted in General | No Comments
This Wednesday I successfully presented the first part of my Senior Project at AUBG - the Web Metrics Monitor (WMM) project. The purpose of the project is to provide a robust, user-friendly and accessible web analytics tool. So far I’ve implemented the basic functionality and user interface. The back-end is implemented in PHP and includes [...]
May 4th, 2008 | Posted in General | No Comments
I needed to use a DateTimeAxis for my senior project, but encountered a strange problem - data points were displayed with varying offset relative to the corresponding ticks on the x-axis. I couldn’t find anything explaining why this might be happening in the Flex documentation. Luckily, I found a very simple solution/explanation of the problem [...]
April 28th, 2008 | Posted in General | No Comments
After experiencing some problems caused by my hosting providers switching to PHP5, I finally upgraded to 2.5.1. However, the del.icio.us and BadBehavior plugins are not functioning entirely correctly. I had to edit the del.icio.us plugin not to display the “added xx ago” string because it was giving an error from the date() function. The problem [...]
April 26th, 2008 | Posted in General | No Comments
I recently watched a video on YouTube about the privacy issues with Facebook. It shows a bunch of interesting facts about the Terms of Service and funding sources of Facebook that certainly caught my attention and made me think if I want to keep on posting real info about myself on such Social Networks. The [...]
March 24th, 2008 | Posted in General | No Comments
I was adding automated mailing lists to the admin panel of Radio AURA’s website when I noticed that the university firewall was blocking email from the server for some reason when I was using PHP’s mail(). Then I decided to use PHPMailer and send the e-mails through Gmail’s SMTP servers but PHPMailer was returning an [...]
March 21st, 2008 | Posted in General | No Comments
I was looking for a flexible and user-friendly CMS to use in a project I am doing for Ardent Interactive. My prime candidate was Wordpress until I was referred to the website of a CMS I had never heard about - Silverstripe. It’s an open-source CMS written in PHP and offering a flexible MVC development [...]
March 18th, 2008 | Posted in General | No Comments
I just uploaded some stuff to the Downloads section. They’re basically small home projects I’ve done rather with the intention to learn, than because I couldn’t find ready solutions.
March 16th, 2008 | Posted in General | No Comments