ThinkRooms is a application development studio at Bandung. We do application development based on web technology. Our services are develop application, PSD/PNG to HTML, and CMS template development. You can check our official website at http://www.thinkrooms.com
Catching Elephant is a theme by Andy Taylor
Great usability tips from Six Revisions. It’s based on research studies so we can trust it should be effective to implement on your website. My favorites tips are:
My favorites tips above already implemented on my ThinkRooms website. It’s should used when you design your new website for better usability.
Very interesting post from Smashing Magazine. This post about how to planning your blogging time and how to stylize your content. It’s show how to schedule your content type each week and standardizing your content style and format.
This is a simple step to make Netbeans 6.9 for PHP development run smoothly on my MBP with Snow Leopard 10.6.2.
sudo edit /Applications/Netbeans.app/Contents/Resources/Netbeans/etc/netbeans.conf
netbeans_default_options="-J-client -J-Xss2m -J-Xms32m -J-XX:PermSize=32m -J-XX:MaxPermSize=512m -J-XX:+UseCompressedOops -J-XX:CompileThreshold=100 -J-Xverify:none -J-Dapple.laf.useScreenMenuBar=true -J-Dsun.java2d.noddraw=true"
Please change Netbeans.app to location of your Netbeans. I’ve used in my MBP with 2GB of RAM and it’s run smoothly like I expected. Hope this tips could help you who have experience with slow Netbeans on your Mac.