I have been use this for quite long long times. Before I was using GNU Wget (let’s call it wget) to download a website (mirroring) because in the past I have limited internet connection (very expensive, because it use time based and slow). Wget is good for those who loves using linux and console (it available in windows as well). Read the rest of this entry »
I just having thought of current JavaFx that using syntax that looks like Groovy DSL. I think it is fun to have a syntax like that, instead of using XML. I hate XML you know ….
Which one you like ?
<html>
<body>
<table>
<tr>
<td> something here </td>
<td> something here too </td>
<td> something here as well</td>
</tr>
<tr>
<td> another line here </td>
<td> another line here too </td>
<td> another line here as well</td>
</tr>
</table>
<a href="http://wysmedia.comyr.com"> wysmedia</a>
</body>
</html>
or
html{
body{
table{
tr{
td{"something here"}
td{"something here too"}
td{"something here as well"}
}
tr{
td{"another line "}
td{"another line too"}
td{"another line as well"}
}
}
p{
h2{"a paragraph"}
a{
href:"http://wysmedia.comyr.com"
title:"link to wysmedia"
"wysmedia.com"
}
}
}
}
which one you like the most ?
Hi, I found this website is pretty usefull. http://pastebin.com
today i had chat with my patner. She has bad internet connection so the IM turn on and off. sometimes i have to write and copy paste the previous text again and again.
Until i found this nice web, everything going to be fun. I can explain the code one by one and there are code formatting with color / syntax highlighting. How it work .. just type your code in there and choose the syntax. It will format your syntax and you can send to your patner the url.
here is the example: http://pastebin.com/f6e23351
have fun !
and happy valentine day !
Recent Comments