Zen points directly to the human heart,
see into your nature and become Buddha.
- Hakuin Ekaku (1685–1768)
For those who don’t know about zen coding (where have you been guys?) here’s a little sample:
Instead of writing:
<form class=”form-comment” id=”comment”>
<fieldset>
<input id=”myid” name=”name” type=”" />
<input onclick=”hideMe()” type=”" />
</fieldset>
</form>
You write
form.form-comment#comment>fieldset>input#myid[name=name]>input[onclick=hideMe()]
and hit [TAB].
To understand zen, you must understand yourself. (yet I also [...]
Tags:
coding,
free software,
fun,
ide,
IDEA,
intellij,
opensource,
tip,
webdeveloper,
zen
Yeah! It’s time for another great JUG meeting. I’ll have to go quite far this time, as it’ll be in Poznań and that’s about 7h by train from Cracow… but at the very moment I saw who was going to be there, that is: Geertjan Wielenga (whose blog I’ve been reading for a long long [...]
Tags:
coding,
ide,
java,
JUG,
meeting,
netbeans,
trip
As any JEE interested developer I’ve heard lots of praise aimed at JetBrains IntelliJ IDEA. And then it became open source… Of course I tried it out right away and was shocked how brilliant it was. Some days ago version 9.0 was introduced – still with both an open source and an normal proprietary license. [...]
Tags:
agh,
coding,
fun,
ide,
intellij