Oct 6 2009

Blog redirection

Hello to all!

we’ve decided to move this blog over to http://blog.udesign.sk where we will cover a wider range of topics than are covered here, namely Design, HTML+CSS etc.

Miro

test (4)

Jan 17 2009

MySQL the static way (PHP access simplification)

In the following tutorial I will go trough the process of creating a database access simplification library in object-oriented PHP. I will make heavy use of static functions, this will save us many lines of code over different solutions, in fact to execute a query only one line of code is needed, everything that needs to be done is done automatically, because this stuff rarely changes within one application, if ever. Continue reading


Jan 16 2009

Back again!

After a break, I’m back again and with fresh new ideas.
I’ve upgraded wordpress to 2.7 but accidentally I deleted my theme, so I put here only this one, just until I make a new one, one that is springy and fresh :)
First of all there is a page (at the right side column) with my new jQuery plugin, a gallery - go check it out!

Also, our server is quite sluggish, and we are considering moving to another service provider, so we’ll se about that…

 

New year's fireworks

New year's fireworks


Nov 7 2008

JavaScript RIA frameworks overview

There’s been much fuss around RIAs lately. There are relatively many frameworks that enable RIA building emerging. Some of them are more desktop-oriented and some are more towards the web. When you are choosing one for your project your options are: Continue reading


Nov 1 2008

Why I don’t like CakePHP

[lang_en]First, I would like to say that I believe CakePHP is usable, if you are building a blog or similar low-profile website. But for larger projects I would really not recommend using it for the following reasons:

[/lang_en] Continue reading


Oct 31 2008

ActiveRecord design pattern in PHP

[lang_en]ActiveRecord is a design pattern that allows direct relational-database-record to object mapping, which comes in handy when you are writing a web application in PHP5 using OOP. In the nex few lines we will be covering why is that good and some problems and pitfalls in PHP that come along with this.

[/lang_en] Continue reading


Oct 30 2008

The MVC design pattern as I see it

MVC is so-called design pattern, in the next few lines I’ll be covering what a design pattern is and what is MVC, and, most importantly, how we can make use of it! This entry does not require you to be a PHP guru, though I will use PHP to illustrate the “how”.
Continue reading


Oct 28 2008

Hello

Well, this here will be a blog about Programming in PHP, Java and possibly Objective-C and Cocoa if I ever get to know these… There will occasionally be references or screenshots of projects I will be working on. In time, I will also cope with this theme, which I find appealing but it’s using tables, what I think is far from modern

Also, please vote in my poll, I want to know what language You prefer :)