My new camera
Month ago I bought Sony NEX 6 - you can see it in my hand.
It's small and have lots of icons on the screen.
Month ago I bought Sony NEX 6 - you can see it in my hand.
It's small and have lots of icons on the screen.
Today I saw cool and compact Sony NEX 6 photo camera.
Hope soon enough I will have enough money to buy it...
This is a Link Post - take a look at the Link
attribute below.
It will be displayed in the post listing, but when you click on it -
instead of being redirected to the page you'll be redirected to the
specified link.
It's handy to use such pages when you want to reference some interesting materials. As in this case - I found cool camera and want to provide a link to other site where you can get more information about it.
Simple JS script puzzle, see it running
if (confirm("Are you old enough to read about beer\n" +
"according to your local community standards?")) {
for (i = 99 ; i > 0 ; i--) {
j = i - 1;
if (i != 1) {
icase = "bottles";
} else {
icase = "bottle";
}
if (j != 1) {
jcase = "bottles";
} else {
jcase = "bottle";
}
document.writeln(i + " " + icase + " of beer on the wall,");
document.writeln(i + " " + icase + " of beer,");
document.writeln("take 1 down, pass it around,");
if (j != 0) {
document.writeln(j + " " + jcase + " of beer on the wall.<br/>");
} else {
document.writeln("No more bottles of beer on the wall!<br/>");
}
document.writeln()
}
} else {
document.write("You might want think about moving to another community.")
}
Use code samples in writings and accompany it with any custom files
Sample blog for EvilText site generator. See it live here http://blog-example.eviltext.com
Install Node.js. Follow instruction on the official Node.js site.
Install EvilText
npm install -p eviltext
Clone this repository or download it