June 12, 2011
As Netbeans under Linux (Ubuntu) is ugly as hell, I’ve searched for solutions. This post gives some directions: http://javahowto.blogspot.com/2008/05/how-to-customize-netbeans-look-and-feel.html & here. The best option in my opinion is to start Netbeans with this command: netbeans –laf com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel Next thing is to get an acceptable docky icon for the IDE… //edit 160611: Found a solution on [...]
Filed under: Things I'm too lazy to remember, _dev |
Comments (0)
March 3, 2011
Uh yeah! If you want to change the colors and stuff in your Firefox browser search for a file called “userchrome.css”. The file should be in the “chrome” directory in your Firefox profile directory. On Ubuntu it’s in “home/[user]/.mozilla/firefox/[...]/chrome”
Filed under: Things I'm too lazy to remember, _dev |
Comments (0)
January 13, 2011
Thanx to Drew on Stackoverflow I now know how to do this. Take a look: http://stackoverflow.com/questions/2950189/facebook-share-doesnt-show-my-description-or-my-thumbnail
Filed under: Things I'm too lazy to remember |
Comments (1)
July 20, 2009
After some searching I finally found a link to a site with the SWF-JS attributes on the swfobject-page. HTH -> Flash JS Attributes
Filed under: Things I'm too lazy to remember, _dev |
Comments (0)
July 17, 2009
This will be the start of my “Things I’m to lazy to remember” series. As a freelance guy on a Linux-Box sooner or later you will have the need to create multipage PDFs (in my case invoices scanned by xsane). So, how? No prob. On my distri (Ubuntu) it’s fairly simple: gs -q -sPAPERSIZE=a4 -dNOPAUSE [...]
Filed under: Things I'm too lazy to remember, _dev |
Comments (0)
July 24, 2008
As a VPS @ 1und1 is one of the well-configured VPS I’ve ever seen, I post this little HowTo to get things done… Targets: Get the OS working, especially the package manager Install Ruby (1.8.6) Install Rails (2.0.2) Environment: OS: CentOS 5 Plesk 8.4 Hey ho, let’s go: Get yum working As yum IS NOT [...]
Filed under: Hacks & Voodoo, _dev |
Comments (2)
July 18, 2008
I didn’t thought it would really exist: A working png fix for the IE 6. But it does! Check this out: http://www.twinhelix.com/css/iepngfix/ All you have to do is to add some strange CSS to your stylesheet: #myIdSelector{ behavior: url(path/to/this/iepngfix.htc); } Perhaps you also have to add this to your htaccess: AddType text/x-component .htc More info [...]
Filed under: Hacks & Voodoo, _dev |
Comments (0)