davejlong's Profile User Rating: -----

Reputation: 0 Apprentice
Group:
New Members
Active Posts:
2 (0 per day)
Joined:
26-January 12
Profile Views:
572
Last Active:
User is offline Oct 10 2012 06:02 AM
Currently:
Offline

Previous Fields

Country:
US
OS Preference:
Linux
Favorite Browser:
Chrome
Favorite Processor:
Intel
Favorite Gaming Platform:
PC
Your Car:
Chevrolet
Dream Kudos:
0
Icon   davejlong has not set their status

Posts I've Made

  1. In Topic: CurrentRow MOD and br

    Posted 4 Jun 2012

    I am very confused by what you are asking for and need some clarification, but I'll try to answer what you are asking.

    Here is the code that you need according to what you said:

    <table width="500" border="1">
      <cfoutput query="testrec" startRow="#StartRow_testrec#" maxRows="#MaxRows_testrec#">
        <tr>
          <td>#testrec.tblOnskelista# </td>
          <CFIF testrec.CurrentRow MOD 5 IS 0>
            </TR>
            <TR>
              <td colspan="5"><!--- This is your writable space ---></td>
            </TR>
            <tr><!--- Start the next row --->
          </CFIF>
      </cfoutput>
      </tr><!--- Make sure all rows are closed --->
    </table>
    
    



    You have to

    I am very confused by what you are asking for and need some clarification, but I'll try to answer what you are asking.

    Here is the code that you need according to what you said:

    <table width="500" border="1">
      <cfoutput query="testrec" startRow="#StartRow_testrec#" maxRows="#MaxRows_testrec#">
        <tr>
          <td>#testrec.tblOnskelista# </td>
          <CFIF testrec.CurrentRow MOD 5 IS 0>
            </TR>
            <TR>
              <td colspan="5"><!--- This is your writable space ---></td>
            </TR>
            <tr><!--- Start the next row --->
          </CFIF>
      </cfoutput>
      </tr><!--- Make sure all rows are closed --->
    </table>
    
    
  2. In Topic: Your current CF project?

    Posted 26 Jan 2012

    Besides projects the I get paid to do (and can't say anything about right now) I haven't been doing much ColdFusion lately. I did some Node.js work recently and am working on a personal Ruby project right now. Since I don't have any ColdFusion stuff going on, I will talk about my Ruby project.

    I'm building a website that let's people in third world countries write their stories. It's called the Stories Project and my goal with it is to first enable people in poor countries to tell their stories and empower themselves, but also to open the eyes of the first world to what's going on. I have been doing missions work to Uganda for the past three years and the stories that I have heard would surprise anyone. The trickiest part of the project is making it work and look good anywhere, from IE 6 to the Android mobile browser.

My Information

Member Title:
New D.I.C Head
Age:
22 years old
Birthday:
April 3, 1991
Gender:
Location:
CT, USA
Interests:
Programming, Missions, Africa
Full Name:
David Long
Years Programming:
5
Programming Languages:
ColdFusion, Ruby, JavaScript

Contact Information

E-mail:
Click here to e-mail me
AIM:
AIM  davejlong
Website URL:
Website URL  http://davejlong.com
Skype:
Skype  david.long03
Facebook:
http://facebook.com/david.long03
Twitter:
davejlong

Comments

davejlong has no profile comments yet. Why not say hello?