I have to say that twelvesouth definitely makes great products for Mac. I originally purchased the Compass Stand for iPad which I loved. The craftsmanship is great, you definitely feel the quality when you hold this product! Friends and Family members liked it so much that I ended up giving them as gifts last christmas. Now, they have this new product called the Magicwand which brings your wireless keyboard and your magic trackpad together. I received mine today and love it. I definitely recommend this to anyone that has these two items and desire to bring them together to make a complete keyboard. I think my mouse feels neglected today. Actually, you can place the magic trackpad on the opposite side of your mouse hand and use both in harmony, one hand using your mouse and the other pinching, zooming, rotating etc....
Friday, February 18, 2011
Google Chrome Beta 10 - Faster and GPU acceleration
On Thursday Google released their first Beta of Chrome 10 which is available for Mac OS X, Linux and Windows. Google claims faster JavaScript performance (66% faster), due to the new version of its V8 - Crankshaft JavaScript engine. It also introduces a preliminary implementation of GPU acceleration (already exists in Safari and IE9) for video which allows for more efficient processor utilization which leads to better battery life. The claim that in full screen video mode, CPU usage may decrease by 80%. They also introduce a new look for the settings dialogs which are now a tab with dedicated URLs to access them, so makes it really easy to help friends and family (check out the video below).
I suggest you go get it .. I am writing this post using Chrome 10 :-).
I suggest you go get it .. I am writing this post using Chrome 10 :-).
Wednesday, February 16, 2011
Install and Run Firefox 3 and Firefox 4 on your Mac!
As a web developer I always try to test as many browsers as possible including new beta releases, just like Firefox 4. With that being said, I was not ready to let go of Firefox 3 and I wanted to know how to run both on my mac. I tried this once before but my plugins and settings went crazy because both Firefox installs were sharing the same profile. So today I decided to figure out a way of how to easily do this if possible and came across an article at tech-recipies.com (link at end of article) that gave me the answer. The quick steps are as follows:
This is where we create a new profile so we can run Firefox 3 instance with our current profile and our new Beta version with a different profile.
- Download Firefox 4
- Click on the downloaded dmg file to open.
- Drag the Firefox Icon to your desktop. Do not drag to your applications folder as it will overwrite your Firefox 3 install.
- Select the Firefox Icon on your desktop and hit enter and rename it to anything, you can use Firefox 4 like I did.
-
Drag the renamed application to the applications folder and now you should have something like below:
This is where we create a new profile so we can run Firefox 3 instance with our current profile and our new Beta version with a different profile.
- Open the Terminal
- type cd /Applications/Firefox.app/Contents/MacOS
- type to run the ProfileManager: ./firefox-bin -ProfileManager
-
You should now see the following (except you will only have 1 profile)
- A few things to note here, make sure to un-check Don't ask at startup so you can always choose when you open up Firefox. If you don't do this both version will try to always run the selected profile. Click on Create Profile to create a new profile. As you can see I renamed my default profile to Firefox3 and created a new one called Firefox Beta 4. This was omitted from the original article which I wanted to add because this allows for your FF3 to run as you currently have with all your current bookmarks, add-ons, etc and for FF4 to run with a new profile which you can have its own set of bookmarks, add-ons etc.
The original article that helped me is :
http://www.tech-recipes.com/rx/2828/os_x_install_firefox_2_firefox_3_same_computer/
Wednesday, February 09, 2011
ColdFusion 9 - Multiple Sites - ColdBox - gotcha!!!
Yesterday I had this weird situation happen to me as I was developing locally on my Mac/Apache. Basically I was developing a second ColdBox site, set up as a VirtualHost which makes it easy for me to see in my browser by using URLs like http://site1.local and http://site2.local, which I control in my hosts file.
Well, now for the problem. Basically as I called App#1 everything worked fine but once I tried to access App#2 it would error out. As I started to troubleshoot a little more I noticed that App#2 was trying to execute a handler from App#1 (which I noticed by looking at the path in my error debug output). In truth, I wish I could say I figured it out right away but it took me a white as first I thought it was an apache issue and spend time looking at logs etc, then I finally decided to look at my ColdFusion administrator and by luck just decided to look at my Cache settings and there it was! ColdFusion 9 has a new setting called Component Cache, which caches component path resolution and then does not resolved again (picture below).
So basically once the sites would go execute the handler, it was resolving to the first path. ColdFusion9 has this checked by default and should not be for Multiple Site servers just like Cache web server paths setting. Hope this helps anyone out if you run into this new problem.
Well, now for the problem. Basically as I called App#1 everything worked fine but once I tried to access App#2 it would error out. As I started to troubleshoot a little more I noticed that App#2 was trying to execute a handler from App#1 (which I noticed by looking at the path in my error debug output). In truth, I wish I could say I figured it out right away but it took me a white as first I thought it was an apache issue and spend time looking at logs etc, then I finally decided to look at my ColdFusion administrator and by luck just decided to look at my Cache settings and there it was! ColdFusion 9 has a new setting called Component Cache, which caches component path resolution and then does not resolved again (picture below).
So basically once the sites would go execute the handler, it was resolving to the first path. ColdFusion9 has this checked by default and should not be for Multiple Site servers just like Cache web server paths setting. Hope this helps anyone out if you run into this new problem.
ColdBox Relax Released!
Another great tool has been released by the ColdBox team today.
ColdBox Relax - RESTful Tools For Lazy Experts! What is Relax? ColdBox Relax is a set of RESTful tools for lazy experts.
Click on the link below to find out more and watch Luis's introduction video.
http://blog.coldbox.org/post.cfm/introducing-coldbox-relax
ColdBox Relax - RESTful Tools For Lazy Experts! What is Relax? ColdBox Relax is a set of RESTful tools for lazy experts.
Click on the link below to find out more and watch Luis's introduction video.
http://blog.coldbox.org/post.cfm/introducing-coldbox-relax
Subscribe to:
Posts (Atom)
