Header files
On Friday we had a short debate in the room with the guys about the role of header and cpp files. I didn’t support to separate unit tests to header and implementation part, because I guess in this case it’s not necessary. Why? Data types (i.e. classes) have abstract and concrete aspects. We store the [...]
[.] TovábbBalabit 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!
[.] TovábbBalabit 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!
[.] TovábbMy 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 can do it by [...]
[.] TovábbBack 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.foo throwed the next message: Unable [...]
[.] TovábbMy 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, [...]
[.] TovábbJoikuspot – 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 password [...]
[.] TovábbProtected 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 [...]
[.] TovábbPrototype 1.6.1-rc2
PrototypeJS developers has announced 1.6.1-rc2 on March 27. The new release candidate provides full IE8 compatibility, DOM functions have extended with clone method, you can store key value pairs binding to a node, and moreover better performance in bind() and DOM explorer functions. Clone method: The javascript engines provide cloneNode() method for cloning an element [...]
[.] Tovább