Category: ColdFusion (rss)
1 | Next Page

Book Review: The Innovator’s DNA

May 25, 2013 4:00 AM
Rating: (Total Clicks 8)

The research piece behind this book might be the next thing I read, as I’m intrigued by the academic rigor applied. The reveal and living examples of the five skills — questioning, networking, experimenting, observing and associating — are tangible and approachable given their articulation through well-known and highly visible entrepreneurs running innovative companies. There’s much to be gleaned by looking at the way these people behave and, even through simple emulation, enhancing one’s own skills. My only real disappointment with the book is its limited approach to practical, daily application for those not yet at the top of the (translate)

CF Webtools is Hiring Full Time Remote Developers

May 24, 2013 7:26 PM
Rating: (Total Clicks 9)

Mark Kruger, aka. ColdFusion Muse posted that CF Webtools is hiring again. Check it out! CFWebtools is location in Omaha, NE, but we have a large number of remote employees and contractors. If you are interested,read the job posting at the link above and contact us. A couple highlights: Frequently Asked Questions Do you allow telecommuting? Yes all our development positions are full-time remote positions. What sort of dev environment can I expect? We are en eclipse shop and rely on SVN, Jenkins, and an agile like approach to development. Having said that, as an outsource development company we frequently (translate)

On Working Remotely (Telecommuting)

May 24, 2013 3:48 PM
Rating: (Total Clicks 17)

I've been wanting to share my tips for being productive while working from home full time for a while now, but never got around to writing them all out. As luck would have it, I ran across an article that covers almost everything... I've had the good fortune to spend the last year-plus working at CounterMarch, which is to say working from home. We don't have an office to which I could commute if I wanted to -- but that's ok, because I don't. I've also been fortunate enough to have a few jobs that allowed me occasional telecommuting privileges (translate)

Enable Advanced Reboot Options on Cyanogenmod

May 24, 2013 3:42 PM
Rating: (Total Clicks 10)

For a few months now I've noticed that the option to reboot into recovery has been missing from my cyanogenmod rom'd android phone.  I'm running the latest nightlies and not being able to quickly reboot into recovery is the epitome of a first world problem.  Be that as it may I still wanted the feature back so I finally spent a few minutes googling for the solution. enable developer options.  These used to be in the normal settings screen for the phone but they are hidden now. go to about phone scroll to the bottom find the "build number" field (translate)

Connecting to JNDI data sources in ColdFusion 10

May 24, 2013 3:41 PM
Rating: (Total Clicks 10)

Here’s a guide to show you how to configure JNDI datasource in ColdFusion 10. 1. Get the JDBC Driver The JDBC Driver needs to be placed in ColdFusion10/cfusion/runtime/lib folder. 2. context.xml configuration Add a resource block before the closing tag (</Context>) in the context.xml present at ColdFusion10/cfusion/runtime/conf , which defines database connection detail : <Resource name="jdbc/test" auth="Container" type="javax.sql.DataSource"           maxActive="50" maxIdle="30" maxWait="10000"           username="username" password="password"           driverClassName="com.mysql.jdbc.Driver"           url="jdbc:mysql://localhost:3306/test"/> For more information on the attributes please refer to http://tomcat.apache.org/tomcat-7.0-doc/jndi-resources-howto.html.For setting isolation level use the defaultTransactionIsolation attribute. (translate)

PhoneGap Online/Offline Tip

May 24, 2013 3:39 PM
Rating: (Total Clicks 3)

A few months ago I wrote a blog post that talked about "robust" PhoneGap applications. Basically it was a look at the types of things you should consider to make your PhoneGap application more of an app and less of a wrapped web page.One of the main topics of that blog post was about handling connection status. PhoneGap gives you access to the type of connection the device has as well as events that let you respond to online and offline states. These are important features that (most likely) every single PhoneGap app should be using. I want to point (translate)

Tip of the Week: Enabling Event Caching

May 24, 2013 2:11 AM
Rating: (Total Clicks 12)

An important piece of a well-performing application that can scale under load is caching. This can (and should) be implemented at multiple levels. CacheBox is an enterprise cache API and aggregator that can be used stand-alone and comes bundled with the ColdBox framework. ColdBox has some nice hooks to allow you to utilize CacheBox in several ways with very little work and Event Caching is one of those ways. Event Caching gives you the ability to cache the result of any event in your application so that subsequent requests will bypass all the processing in your handlers, views, and layouts, (translate)

ContentBox v1.5.3 Released

May 24, 2013 2:01 AM
Rating: (Total Clicks 13)

We are announcing the availability ofv1.5.3 of ContentBox as a critical update that fixes a lot of issues our customers have experienced. You can either download the updates or use our auto-update panel to upgrade. The updates are now cumulative for the 1.5.X series only. ContentBox Source: To deploy in any CFML engine (Adobe or Railo) ContentBox WAR: To deploy in any J2EE engine ContentBox Express: To deploy in any machine Download Release Notes - ContentBox Modular CMS - Version 1.5.3 Bug [CONTENTBOX-174] - Widget documentation showing outside of modal container [CONTENTBOX-177] - Markup support for previews [CONTENTBOX-180] - Media (translate)

Tip of the Week: Editing Content with CKEditor

May 24, 2013 2:01 AM
Rating: (Total Clicks 146)

When working on large pages or blog entries it can be difficult to see much of the document at once. Dealing with scroll bars inside of scroll bars can also be challenge. Don't forget that CKEditor has a fullscreen mode. On the top toolbar, the second button from the left looks like 4 diagonal arrows pointing away from each other. Clicking this is maximize the editor windows to take the full window while you are editing. To return to the normal view, simply click the button again. Sometimes you may also need to have specific markup tags in your content (translate)

Lee Brimelow's Creative Cloud Shirts

May 24, 2013 2:00 AM
Rating: (Total Clicks 30)

Someone just asked me where they could get the cool Creative Cloud shirt I wore at MAX. The shirt is a Lee Brimelow creation, and so that I have the URL for future use, I am posting it here. (translate)

1 | Next Page