1. Az emberek mohók.
2. A törvényeket emberek alkotják.
3. Minden törvényben vannak kiskapuk.
(4. Ezeket Te nem biztos hogy használhatod, ha nem ismered a megfelelő köcsögöt.)
És jó lenne ha törvényekre nem lenne szükség egyébként. Értelmük nem sok, csak némileg kordában tartják az indulatokat. Ez alatt nem az anarchiát értem, hanem azt hogy minden egyes ember képes józanul, körültekintően és helyesen mérlegelve, a tényeket és nem a véleményeket figyelembe véve, felelősségteljes döntéseket hozni, más emberek szempontjait is szem előtt tartva. Ennyi. Nem több.
no comments | posted in hun, reality
If you work with wordpress on a regular basis you know that it has a “wp_page_menu()” template tag/function with which you can generate a list of your pages. It’s especially useful if you use it as a simple CMS. Now this tag generates html in this form: ‘<ul><li><a…>link</a><li>……</li></ul>’. You can theme it to show something like this:

This is achieved by “display:inline” -ing all li elements and adding a 1px border to the right side of the li’s, and adding a separate style rule for the rightmost side li’s border to none. It’s all fine and dandy - but the border usually reaches below and above the text. Some of you might think it’s not a big deal - and rightly. However sometimes you just have that proverbial itch to fix it and come up with a solution that gives you this instead:

The difference here is › Continue reading
no comments | tags: wordpress | posted in code, eng, php
Ever happened to you that a hard drive in your computer just seemed to die? Like showing no files after turning it on… or emitting strange clicking noises…
Well, usually the case is not that bad. In most cases if you put your drive into the fridge for a few hours, (or put it into the freezer for a few minutes) then the micro-glitches that cause such errors - usually the electronics - are temporarily healed.
This means that you can plug it into a working computer (use e-sata or usb2 at least) and copy all your important data off of it in a rush.
This is a tip I got from someone just recently. I thought that some of you might be happy to know this.
no comments | posted in computer challenges, eng
Recent Comments