Posted by Apostolos on Jun 27, 2010 in Web Developmemt | 0 comments
I tend to get a few questions from people on whether PHP is a scripting language or a proper high level language.
The term High Level Language refers to the higher level of abstraction from machine language. Rather than dealing with registers, memory addresses and call stacks, high-level languages deal with variables, arrays and complex arithmetic or boolean expressions.
In addition, they have...
read more
Posted by Apostolos on Jun 15, 2010 in My Projects Updates | 0 comments
Let me introduce you to my new friend: Lighthouse. This is an issue tracking web application that simplifies the whole issue submission and tracking process. This means less hassle for you to report issues or suggestions to me and easier for me to allocate them to a milestone and sort them out!
read more
Posted by Apostolos on Aug 16, 2009 in Role Playing Games | 0 comments
A piece of news that interests the Dungeons & Dragons table-top Role Playing Game (RPG) fans. Dark Sun returns to D&D and gets an update for the 4th Edition in 2010. For those of you that have never heard of this world, Dark Sun was a 2nd Edition Campaign Setting where the political setting is similar to ancient Middle East, North Africa or Mesopotamia. Water and metals are extremely...
read more
Posted by Apostolos on Jun 26, 2009 in .Net | 0 comments
User Controls are commonly used in ASP.NET web sites. Their main idea is to bundle a set of controls (buttons, text fields, textareas, etc) and form a new and more complex control. That could be useful in the case that we want to use the same set of controls and functionality across a number of pages in a site.
This tutorial will demonstrate how we can make use of User Controls in WinForm...
read more
Posted by Apostolos on Sep 26, 2006 in Web Developmemt | 0 comments
How many times you have stumbled upon a theme or a plug-in that you want to test on your site? WordPress does not offer a preview feature so the only option is to make it live which should not be the prefered (and only) option while testing or in general experimenting with new features.
In this article, we will investigate how we can setup a copy of our WordPress powered site on a local machine will serve as a development and test environment.
read more
Posted by Apostolos on Aug 26, 2006 in Tips | 0 comments
If you don’t have (or don’t want to use) a Hotmail or Live account and you want to use MSN Messenger follow the instructions below:
Navigate to the Windows Live ID page.
Under the Sign up today header and subsection“Use an e-mail address you already have” section, click the Get started now link (it should be the second one).
Enter your personal details.
Click next, type...
read more