Browsing articles from "December, 2010"
Dec
20
2010

Netbeans – shortcut for comments

netbeanst shoortcut for comment/uncomment ctrl + shift + c

Dec
16
2010

NetBeans:UTF-8 Character Set in Windows

Here are instructions for setting the default character set in Netbeans to UTF-8 (in Windows): Go to C:\Program Files\netbeans-x.x\etc Open netbeans.conf in Notepad. On the netbeans_default_options add: -J-Dfile.encoding=UTF-8. (make sure to put it within the quotation marks) Project properties -> Build -> Compiling -> Additional compiler options) text box.- add: -encoding UTF-8 You can also check to make sure that you have increased the memory allocation for Netbeans by looking at the netbeans_default_options line. The [...]

Dec
16
2010

Lorem Ipsum – All the facts – Lipsum generator

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum [...]

Dec
2
2010

border-radius for modern browsers

This is the way that works in all modern browsers (except IE8) like FireFox, Safari, Chrome and Opera since 10.50 pre-alpha: #rounded-corners { -moz-border-radius: 10px; /* Firefox */ -webkit-border-radius: 10px; /* Safari, Chrome */ border-radius: 10px; /* CSS3 */ }

Get Adobe Flash playerPlugin by wpburn.com wordpress themes