Welcome to stratos.me
A blog where I write anything that comes to mind.Comments Problem
Just a quickie here to inform you guys i had a small problem with my comments. There was a plugin actiavted that i did not notice with the new theme. All comments submited never vent through so if you commented after the theme change, comment again 🙂 Sorry for the...
Happy birthday to .me!
Yes i bet you noticed! First of all today is my birthday so let us all sing: Happy birthday to you, you belong to the zoo, with the donkeys and monkeys, and the others like you! Yes i officially turn 24 today. Now to the point. This blog started a year or so ago,...
Java crash course #4: Inheritance
The previous three courses were just the beggining. In the last one we started getting somewhere since we could see what is a constructor and what overloading is. A fundamental thing on object oriented programming is called "inheritance". On real life it is what a...
Upgrading MyBlog to WordPress 2.6 Tyner
Today a wave of upgrades is going on all over the world. Wordpress released the new 2.6 release called Tyner. I was thinking on upgrading or not. At first i thought i'd pass on the upgrade and let all the problems come out and then after a couple of weeks upgrade. One...
Java crash course #3: Constructors and overloading
On the previous 2 articles of the series we started our first steps towards Java programming. I hope i made clear on how Java works in general and what a scope is. In the previous tutorial we issued a "new" and created an instance but we had no clue what was going on...
100th post reached!
Yes people! After 5 months of work i am finaly reaching my 100th post! MyBlog is something that started as "a good idea" that "i could contribute" or "vent off" or whatever. Now it has over 20 tutorials, almost 30 quick guides and many funny and personal entries. This...
Java crash course #2:The very basics
Well, a few days back i started this tutorial series on the Java programming language. Now i feel it's the time to move on. I realy have no clue if the series will be of any help for any of you but regardless i still feel like going on. On the last post i illustrated...
Linux Process Management
When running on a windows machine, a fair amount of problems can be solved with a simple Ctrl+Alt+Del. For those of you who still don't get it the task manager comes up and you can kill any process you want. Moreover, if you want a process to run into the background...
A beautiful… thunderstorm!
Well title says it all. A few days ago i posted the nice sunset that was outside my house. Well yesterday night there was a thunderstorm! Now that was an amazing one. Lots of thunderbolts and at some points the night turned into a day! You can visit my...
Java crash course #1: Introduction
I've been thinking about this for a long time. Now i decided to put it to the test and see if anyone finds it useful or not. This series will actually be a Java tutorial, from the basics to the more advanced, from ground up. You can call it a "for dummies" tutorial....