Feb 20
It is confirmed that I will present the topic 'Head First i18N (Internationalization)' topic at the next IECFUG meeting.
Here are the notes about the presentation:

"This presentation will explain the first steps of creating
multi-language applications and methods in ColdFusion with best
practices. The main goals will be explaining the structure of
multi-language applications, defining requirements and solutions, and
providing best practices with code samples.
Explaining the
theory for i18N (internationalization), L10N (localization), g11N
(globalization) and other known approaches, defining opportunities to
create effective solutions such as Java platform tools usage or
designing better database or setting up your environment to make
multilingual applications easier to write are some of the topics."
See you there ...
Jan 30
We are using MS SQL Server for our main application and we have some
issues with the Unicode support on default delivered driver etc. After
testing some resources we have decided to change our main SQL JDBC
driver which we use to connect to the SQL Server. We have selected jTDS one which is known as a robust solution and having it as free was nice. :)
Here are the steps to install jTDS JDBC driver on a ColdFusion 8 server:
- Download the new driver from http://jtds.sourceforge.net In my case the file name was "jtds-1.2.2-dist.zip"
- Extract the file and find the jar file such as "jtds-1.2.2.jar".
- Copy the jar file (jtds-1.2.2.jar) into ColdFusion lib directory ("...\ColdFusion8\lib" or "...\WEB-INF\cfusion\lib")
- Restart ColdFusion.
- Create a new DSN in ColdFusion administrator as selecting "other" and put following information
- CF Data Source Name: your data source name
- JDBC URL: jdbc:jtds:sqlserver://yourServerName:1433/yourDatabaseName;
- Driver Class: net.sourceforge.jtds.jdbc.Driver
- Driver Name: Any name that you prefer (I said jTDS)
- And the rest is as always your username, password etc.
After having these settings, you should be able to connect your SQL Server with your new jTDS JDBC driver.
Have fun!
Read more...
Jan 28
If you have interest for "Core ColdBox Training Seminar" in LA Area on March 14-15, there is a special discount for user group members.
It gives you an additional $100 off the early bird on standard price.
Here is the registration link: http://coldbox.eventbrite.com/?discount=cbox_friends_09
Event Details:
Core ColdBox is our 2-day flagship intensive training course that will
get you started with ColdBox even if you have no previous OO
experience. The course is constructed in
such a manner that both gurus and novices can take advantage of our
materials.
All training sessions are conducted by ColdBox core developers and experts in application development using the
ColdBox Platform. This course will provide you with all
the in-depth knowledge necessary to succeed in designing, building and maintaining ColdBox applications.
ColdBox: http://coldbox.org
Read more...
Jan 14
This is just a reminder that we are going to have OCDev.org January meeting this evening.
Topic: Frameworks Demystified
Speaker: Oğuz Demirkapı
Please check the time and location details on http://ocdev.org
See you there ...
Read more...
Jan 5
Adam Lehman from Adobe evangelism team has posted a nice blog entry about ColdFusion and the other platform solutions comparison.
It is also good to know there is an updated version of ColdFusion Evangelism Kit which is on the right side of main ColdFusion page on Adobe pages.
You can download the PDF version or order a hardcopy.
Read more...
Recent Comments