Blog

Blog Archives - 161 Record(s)

Remove Filter Year: '2007'

ColdBox 2.5.0 Beta 1 is now available!!

Posted by Luis Majano
Oct 17, 2007 00:00:00 UTC

Well ladies and gentleman, a new era of ColdBox is here and its called ColdBox 2.5.0 : Romans 8:32

This is a major step forwards for ColdBox and I am proud now to announce all the new features (some are left out for beta 2, hush hush). The new Dashboard is still in construction and not included in this beta. The sample applications are unfinished also, but 2.5.0 compliant.

Here are two new guides and the documentation will start its updating cycle starting today:

Compatibility Guide:

http://ortus.svnrepository.com/coldbox/trac.cgi/wiki/cbCompatabilityGuide_250

New Interceptors Guide:

http://ortus.svnrepository.com/coldbox/trac.cgi/wiki/cbInterceptorsGuide

New Request Context Decorators Guide:

http://ortus.svnrepository.com/coldbox/trac.cgi/wiki/cbRequestContextDecoratorGuide

You can find the download in the forums.


 

Fixes, Updates and New Features for 2.5.0 : Romans 8:32


- #135 Application.cfc Support, Application.cfm + index.cfm combo still supported but will be deprecated by the 2.7 version. Please update your apps to use the included Application.cfc.

- #163 Project Interceptors : You can now intercept calls in over 12 execution points of a user request,

Brian LeGros on Common Revision Controls Recording

Posted by Luis Majano
Oct 12, 2007 00:00:00 UTC
Brian LeGros just finished his presentation on Common Revision Control with Subversion and man what a presso!! I had no idea how to really put SVN into work. He went over how subversion works, its internals, the different methodologies and ways to work on team environments. If you have not been exposed to Subversion or revision control systems, I really encourage you to watch this presentation.

Thanks Brian, great job!!

Recording link: http://adobechats.adobe.acrobat.com/p10212032/

I need advice on CF8 VPS hosting companies? Any experiences?

Posted by Luis Majano
Oct 09, 2007 00:00:00 UTC
I am considering getting a cf8 vps for hosting my own domains now, since my scandal at my current hosting provider. Does anybody have any experiences and suggestions?

I would like to go minimum and stay below $50 a month if possible. Please let me know your suggestions and comments?

Brian LeGros Presenting at the IECFUG this Friday: SVN

Posted by Luis Majano
Oct 08, 2007 00:00:00 UTC
Brian LegGros will be doing a common revision controls presentation at the October meeting of the IECFUG this Friday. Brian will be showing hands on examples on development methodologies and a very very expert look into Subversion.I saw his presentation he gave at Adogo and some very good stuff.

The session will be recorded if you can't catch it live at the following address at 7pm Pacific: http://adobechats.adobe.acrobat.com/r50449390/

Adding Date support to POIUtil.cfc (Jakarta POI) when WRITING excel sheets

Posted by Luis Majano
Oct 08, 2007 00:00:00 UTC
The POIUtil.cfc by Ben Nadel is a great wrapper to the Apache POI project. I am using it in a current project and have come to certain caveats that I needed to extend the library. I did a post regarding how to read excel dates, this is the second part, how to write dates. This can apply to various types of formatting that could be done on an excel sheet. To come up with all the variations would take a very big big POI coldfusion wrapper. So I am coding to my needs.

Anyways, to sum up the problem

Excel stores dates as numbers therefore the only way to determine if a cell is actually stored as a date is to look at the formatting.

Enter a little digging in the docs and the API and you find the famous HSSFDataFormat class.

This class will help you get the correct formatting for any kind of date, datetime, etc.

Presenting at the Melbourne CFUG October 18th

Posted by Luis Majano
Oct 08, 2007 00:00:00 UTC
I will be presenting at the Melbourne CFUG this October 18th on ColdBox. However, it will be on my 2AM, (thanks Mark!!) So I will have to struggle with sleep deprivation for the presentation. You can find more information on the presentation here.

Eclipse: Error refreshing network drive project, need help?

Posted by Luis Majano
Oct 05, 2007 00:00:00 UTC
I have been experiencing some odd behavior on Eclipse 3.3.1 when refreshing folders within a project that exists in a mapped drive. The following is a screenshot of the error:

Refresh

DailyRazor is infringing their terms of service!! Please help

Posted by Luis Majano
Oct 03, 2007 00:00:00 UTC
This is an open letter to all developers or companies who are hosting with daily razor. They have admitted that they will be blocking the following:

CF tags:

CFCOLLECTION

CFCONTENT

CFEXECUTE

CFLOG

CFOBJECT

CFOBJECTCACHE

CFREGISTRY

CF functions:

SetProfileString

CreateObject(COM)

CreateObject(CORBA)

CreateObject(JAVA)

Not only that, they have given no warning to their customers. I had to email them that a friend of mine told me. So here is the deal where they screw up. Under their terms of service they write:

2. Web Hosting Services

For the term of the agreement as set forth herein DAILYRAZOR agrees to provide web hosting services according the plan selected by you upon activation of your account. DAILYRAZOR reserves the right to change, amend and/or otherwise alter the services provided with equivalent or otherwise equal services without prior notice to you.

The last line says it all:

provided with equivalent or otherwise equal services without prior notice to you.

The fact of the matter is that they will NOT be providing equal services. They will be hindering services and breaking applications. Not only that, the amount of time needed to transfer and recreate the applications and websites in another host will take weeks.

I need legal counsel or should I just seek alternatives and take in the damages?? What do you guys recommend?

I need Hosting Advice?

Posted by Luis Majano
Oct 02, 2007 00:00:00 UTC
I currently have my domains and setups on www.dailyrazor.com hosting. However, it has come to my attention they will disable CreateObject() features, which seems ridiculous. Being preventive, I would like to ask what hosting companies you recommend. One of the requirements I have is that I can be able to host multiple domains under the same account. I can create different domains and subdomains and databases.

Any recommendations?

Adding Date support to POIUtil.cfc when reading excel sheets

Posted by Luis Majano
Oct 01, 2007 00:00:00 UTC
The POIUtil.cfc by Ben Nadel is a great wrapper to the Apache POI project. I am using it in a current project and have come to certain caveats that I needed to extend the library. Ben, hope you are reading, I sent you an email with the update.

Anyways, to sum up the problem

Excel stores dates as numbers therefore the only way to determine if a cell is actually stored as a date is to look at the formatting.

Enter a little digging in the docs and the API and you find the famous HSSFDateUtil class. This class contains a bundle of static methods for you to check and validate date formatting in excel.

Site Updates

Archives

Entries Search