TechnicallyChris.com

Technical and Personal Ramblings of a Bostonian
  • Home
  • About Chris
  • Donate
  • Contact Chris

Archive

Archive for July, 2006

Check Out That Flex

July 28th, 2006
No comments

Ever wanted to see the flex behind your flash forms (say that 10 times fast!) ? I inadvertently learned of a great little trick over at Paul Robertson’s Blog to do just that. It’s actually quite simple. After building your flash form, simply dump the form variable to the page. Example:

Read more…

Chris ColdFusion ColdFusion, Flex

Little Known CF Functions: ValueList

July 27th, 2006
No comments

I saw a function today that I had actually never seen before, and it would have helped me save a few lines of code in many CF projects. The function is ValueList. ValueList takes a Query column as it’s first parameter, and a delimiter as an optional second parameter, and returns a list of the values from the query.

Read more…

Chris ColdFusion ColdFusion, ValueList

Flash Forms – Using BIND for more than just your {AS}

July 19th, 2006
No comments

I learned something great today and I thought I’d share it with everyone. It turns out that you can use “BIND=” for more than just including the bind when you’re binding a CFFORM flash item to something else. In the past, I’ve used BIND like so:

Read more…

Chris ColdFusion ColdFusion, Flash

Using ColdFusion ServiceFactory to List All Scheduled Tasks

July 14th, 2006
No comments

The following code will create an array of scheduled tasks by using cf.ServiceFactory:

1
2
3
4
<cfobject name="cfFactory" type="java" action="create" class="coldfusion.server.ServiceFactory">
<cfset arrServices = cfFactory.cronService.listall()>
<cfdump var="#arrServices#">
</cfdump></cfset></cfobject>

Read more…

Chris ColdFusion ColdFusion

Flash Form – Force Upper Case Text

July 6th, 2006
No comments

I’ve been using this code to force uppercase letters in a ColdFusion Flash input box:

1
2
3
4
5
6
7
<cfsavecontent variable="CheckText">
 if (frmSample.txtSample != frmSample.txtSample.toUpperCase()) {
  txtSample.text = frmSample.txtSample.toUpperCase();
 }
</cfsavecontent>
 
 <a href="http://www.technicallychris.com/2006/07/06/flash-form-force-upper-case-text/#more-72" class="more-link">Read more...</a>

Chris ColdFusion ColdFusion, Flash

Right Align Your Flash Form Submit Button

July 6th, 2006
1 comment

Although I’m writing this to apply to your submit buton, you can use it with just about any controls in a CFFORMGROUP. I use it on my Flash Forms to move the submit button to the right side of the screen, which often looks nice when under a PANEL or TABNAVIGATOR. The code is quite simple:

Read more…

Chris ColdFusion ColdFusion

RSS feed
  • Google
  • Youdao
  • Xian Guo
  • Zhua Xia
  • My Yahoo!
  • newsgator
  • Bloglines
  • iNezha

Sponsored By

Random Posts

  • Using ColdFusion ServiceFactory to List All Scheduled Tasks
  • What’s Happened to Customer Service (Part 2)?
  • The Importance of CFQUERYPARAM
  • Linking to a Lotus Notes Page with ColdFusion
  • RoboForm & RoboForm2Go Product Review

Tag Cloud

ActiveX Add new tag AJAX AutoIt BlueDragon Bush cfquickdocs ColdFusion Customer Service Database Firefox Flash Flex IIS Internet Explorer Java Lotus Notes Maine McAfee Endpoint Encryption Microsoft Office Mozy MSN Netware Nexus One Notepad++ Online Backup Oracle Photography Poker Railo Redsox RoboForm RoboForm2Go SafeBoot SbAdmCl Scripts Season Tickets SMS 2003 Sports Subversion TimeZones ValueList VBA Vista Windows 7

Categories

  • ColdFusion
  • Firefox
  • Google Nexus One
  • IIS
  • McAfee EE / SafeBoot
  • Microsoft Windows
  • Oracle
  • Random Code
  • Random Technology
  • Sports and Recreation
  • Subversion
  • The Untechnological

Archives

  • January 2010
  • October 2009
  • September 2009
  • August 2009
  • July 2009
  • June 2009
  • May 2009
  • April 2009
  • March 2009
  • October 2007
  • September 2007
  • August 2007
  • January 2007
  • November 2006
  • October 2006
  • September 2006
  • August 2006
  • July 2006
  • June 2006
  • May 2006

Meta

  • Register
  • Log in
PageRank
Top WordPress
Copyright © 2006-2010 TechnicallyChris.com
Theme by mg12. Valid XHTML 1.1 and CSS 3.