February 13th, 2009
There’s this brilliant post by Pablo Varando on how some of his students used several technologies do develop a project, including the “dead” ColdFusion
http://co.ldfusion.com/index.cfm/2009/2/11/ColdFusion-Is-Dead.
Posted in Adobe, ColdFusion | No Comments »
February 13th, 2009
I’ll be presenting a CF Insider Workshop in Lisbon, Portugal on March 3rd. We’ll be covering new and exciting features on CF8 and how to use it to deliver engaging apps. If you would like to attend please contact me.
Posted in Adobe, ColdFusion | No Comments »
February 13th, 2009
I’ll be presenting a CF Insider Workshop in Barcelona, Spain on Feb 27th. We’ll be covering new and exciting features on CF8 and how to use it to deliver engaging apps. If you would like to attend please contact me.
Posted in Adobe, ColdFusion | 1 Comment »
February 13th, 2009
We’re creating CFPortugal, the Portuguese ColdFusion User Group, with Adobe support. The site will be cfportugal.org and will be available quite soon!
Posted in Adobe, ColdFusion | No Comments »
September 17th, 2008
So I had to configure a sharepoint server access on macos and it was not able to resolve the host name. I know how to do this in windows using lmhosts.sam but I didn’t know how the Mac would handle such task. So I went digging and these are my findings:
1. Edit private/etc/hosts and include your host (I used vi) . For example:
### Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.##
127.0.0.1 localhost255.255.255.255 broadcasthost
::1 localhost
192.168.0.5 myserver
DO NOT CHANGE the localhost and broadcasthost settings.
2. Test it using PING
$ ping myserver
And at this point everything should be working. If not please verify your host definition (step 1). If everything’s ok try to reboot in case the new settings are not being loaded.
This was only tested on MacOS X 10.5.5 and you must have root permissions to accomplish the task as the hosts file is read only for non root users.
Posted in Apple | No Comments »
September 5th, 2008
This year Max Europe will take place in Milan, Italy from December 1st to December 4th. Early bird registration available until September 21st!
For more details visit Max’s website.
Posted in Web, Adobe | No Comments »
September 5th, 2008
Students, faculty and educational institutions can now get ColdFusion for free, pretty much like the Flex Builder program. You can get it at https://freeriatools.adobe.com/coldfusion.
Posted in Web, Flex, Adobe, ColdFusion | No Comments »
September 5th, 2008
After a blog sabbatical I’m back to talk about stuff you may or may not be interested in 
I downloaded and tested Chrome like half the people in the developer world (maybe a little bit more) and here are my considerations:
- Chrome did crash 8 times under Vista while browsing both flash and non-flash sites
- Chrome was slow as hell running javascript intensive sites
- Chrome was logging every letter I typed in (I then disabled the feature but still….)
- Chrome had flaws in CSS rendering on a couple of sites with certified CSS
In a nutshell that’s my overall impression on Chrome! Needless to say I uninstalled it already!
I’ll give it another try when another version comes out.
Posted in Web | No Comments »
April 19th, 2008
Adobe Developer Week presentations are now available for on-demand viewing at the Adobe website! Check them out if you missed any of them or just want to revisit some of that interesting content! Go here!
Posted in Flex, Adobe, AJAX and RIA, ColdFusion | No Comments »
April 19th, 2008
A new site dedicated to the development of ColdFusion backed Flex application is now online at http://flexcf.com. It carries some interesting content already and more is announced to be available soon. Keep an eye on it
Posted in Flex, Adobe, AJAX and RIA, ColdFusion | No Comments »