Object Process Methodology presentation
Header files
Balabit Meetup – Ruby on Rails
Rails is the best framework to build web applications using agile techniques. On Balabit Meetup we had a journey in the world of Rails, created a sample application that stored products in sqlite database. You can find the result of demo here!
Balabit Meetup – Ruby
On Wednesday I did a presentation on Balabit Meetup. I talked about a programming language that’s very close to me, it’s called Ruby. You can check the slides of my presentation below, moreover if you wanna try this brilliant language out, check the tryruby.org!
My new server – Part 2
As I’ve mentioned my server provides Ruby On Rails service for companies also, so I’d like to write in short about Rails hosting. Rails is a framework written in Ruby. There’s a ruby application repository called rubygems like apt-get. So when you want to upgrade your Rails, as in apt-get, you ...
Back up emails
I ran into a problem, when I built my new mail server environment. I used the backup files to create the maildirs of the accounts, and I experienced my mailbox was empty in my imap client, however there were a lot of mails in it.
maildrop -V 3 -d nick@example.foothrowed the next message: Unable to open ...
My new server – Part 1
I've been managing a server for 3 years in a data-park. That time we had a small project that was made in Ruby on Rails (it was a pilot project). Rails deployment wasn't so easy, however these days there are good solutions with apache and nginx specific passenger module. So we didn't have any choice, ...
Joikuspot – Share your 3G
Last week I bought the Joikuspot mobile application to share my 3G network with my notebook. The big advantage of this software is you don't need to activate your bluetooth network and adjusting your notebook network settings to communicate with the mobile device, it opens a private wifi hotspot, and everybody who knows the ...
Protected methods in objective-c
In objective-c there is no language supported solution for private and protected class methods as in C++ or Java. The reason is Objective-c is only a layer on the language C which is (as it is known) not an object oriented langauge. The @protected and @private tags are only directives for the compiler to throw ...
Prototype 1.6.1-rc2
