I need help with a 1 Page Form with scrollable text field (5000 limit characters) and printing

Hello, I have no training in using Adobe Acrobat Pro or Livecycle Designer so I need major help with a 1 page form that I am attempting to create. Basically the form will be used to nominate employees for a Job Well Done Award.
The form contains the following:
1.) The name(s) of the employees being nominated and the date of the accomplishment.
2.) In the middle of the page I have a section for a write up, limited to 5000 characters, this is were I am needing the most help. A couple of things, about this section: The font is set at 11 and I don't want it to change. The text field has multiple-line, scroll long text enabled. The text field is a certain size and can only hold so much text, then it starts to scroll, which I am ok with, I like that feature. The issue I am having is during printing. I would like to keep the text field scrollable but when I print I would like to be able to print everything in that field. Executing this is the problem, I have no clue how to do it. I was hoping for some setting within Acrobat Pro or LiveCycle to be available, but the more I read and research this, it appears that it may require java, xml, basically some coding. I don't know for sure.
3.) Below the text field I have another field for the person nominating to type their name and right next to that another field for a digital signature.
4.) And finally below those two fields I have a Submit button that is setup to start email application so the form can be emailed to the proper inbox.
Thank you in advance.

With an Acrobat form the only thing you can do is export the text to
another location (like a blank field on another page) or to another file
format. With an LCD form you can expand the text box itself, but you'll
need to ask about that over at the LCD Scripting forum.

Similar Messages

  • Need help with a 9-page form

    I've created a single-page PDF form with LOTS of form fields (most of them checkboxes). I need to duplicate the page/form another eight times so that I have the same form across nine pages. My problem is, if I don't change the names of the form fields on each page (which would take a REALLY long time), as soon as something gets checked on the first page, it will also get checked on all eight of the other pages. Is there a way to make my nine-page form work without having to re-name each and every form field? Thank you for any assistance you can provide! I'm working in Acrobat 9 standard on a Windows computer.

    Yes, make the single page into a template and spawn it eight times, specifying that you want to rename the fields in the process. Here are some previous threads that discuss this in more detail:
    http://forums.adobe.com/message/4745648
    http://forums.adobe.com/thread/1084011
    The code in the second topic doesn't include the parameter that causes the fields to be renamed, you you could easily include it:
    // Make a template out of the first page
    var t1 = createTemplate("t1", 0);
    // Spawn the template to create a new page
    var oXO = t1.spawn({nPage: numPages, bRename: true, bOverlay: false});
    // Now that we have the XObject, spawn the rest of the pages
    while (numPages < 9) {
        t1.spawn({nPage: numPages,  bRename: true, bOverlay: false, oXObject: oXO});
    Message was edited by: George Johnson to correct a typo.

  • Need help to share Number/Pages file visa Mail option. Cannot do with iPad Air (iOS7)

    Need help to share Number/Pages file visa Mail option. Cannot do with iPad Air

    Oh, okay. After selecting the format I want to send, it says "creating... ". Then irrespective of the format I choose the message e.g. "creating spreadsheet" disappears, and so does the choice window (where I earlier chose Mail). I am taken back to the Numbers (or Page) where I had started from. Diavonex's note indicated that after "creating ... " stage I should be taken to an option where I can type in email address where I want to  send the  file, if I want to copy it to another address etc. I cannot arrive at that page - no matter whether I am working with Pages or Number, or which format I choose for the file to share !
    I will try to close as you have suggested and try. However, I have switched on and off several times by now, but nothing changed!
    Will look forward to any ideas to solve this !!!
    Thanks much!
    Best

  • Need help in creating multiple signature forms?

    need help in creating multiple signature forms that can be digitally signed in adobe reader

    Automator gets a bit unweildy when trying to vary things outside of what the actions provide.  Since you are already using an AppeScript in your workflow, might as well do the whole thing:
    set baseFolder to (path to desktop) -- the location to create the folder
    display dialog "Please provide a new folder name:" default answer "test"
    set folderName to text returned of the result
    repeat -- keep repeating until a number is returned
      display dialog "How many subfolders?" default answer "5"
      set theNumber to text returned of the result
        try -- test the result
          set theNumber to theNumber as integer
          exit repeat -- success
        end try
    end repeat
    tell application "Finder"
      try -- make new folder
        set newFolder to (make new folder at baseFolder with properties {name:folderName})
      on error number -48 -- skip errors if the folder is already there
        set newFolder to ((baseFolder as text) & folderName) as alias
      end try
      repeat with X from 1 to theNumber
        try -- make new subfolder
          make new folder at newFolder with properties {name:folderName & X}
        on error number -48 -- skip errors if the folder is already there
        end try
      end repeat
    end tell

  • I need help on a main page. basic for u but not for me

    Hello,
    I need help on a main page.
    I have this page called themainpage.cfm which someone here
    asked me to make it the main page of my cf pages.
    I have 2 pages right now in testing server.
    Bloicpage.cfm
    And
    Index.cfm
    When you go to
    Server.myappfolders/repfolder
    It let you go to
    Server.myappfolders/rep/folder/ Bloicpage.cfm
    Page.
    I need for the themainpage.cfm to be the default when typing
    Server.myappfolders/repfolder
    Then have a link to the Bloicpage.cfm and a back button to go
    back to the mainpage.cfm
    Many thanks

    here is the Bloicpage.cfm
    which is currently the main page when you type
    Server.myappfolders/repfolder
    i need it to go to another main page which will have a link
    to this and a back button from here and a back button from the
    report html page and the excel csv page
    ps .
    i excluded the queries and some logics.
    sorry
    thanks
    <cfparam name="form.ctcde" default="ALL">
    <cfparam name="form.SDT" default="#now()#">
    <cfparam name="form.EDT" default="#now()#">
    <cfparam name="Form.outputFormat" default="CSV">
    <cfsetting showdebugoutput="no"/>
    <cfif not isdate(form.SDT)><cfset form.SDT =
    now()></cfif>
    <cfif not isdate(form.EDT)><cfset form.EDT =
    now()></cfif>
    <!---
    01/01/2003
    --->
    <cfquery name="theQuery" datasource="cts9i">
    SELECT
    </cfswitch>
    group by
    Order by </cfquery>
    <cfset a = a + 1>
    </cfoutput>
    <cfswitch expression="#Form.outputFormat#">
    <cfc value="HTML">
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    <title>Untitled Document</title>
    </head>
    <style type="text/css">
    table{
    font-family:Arial, Helvetica, sans-serif;
    font-size:85%;
    td{
    font-family:Arial, Helvetica, sans-serif;
    font-size:85%;
    th{
    font-family:Arial, Helvetica, sans-serif;
    font-size:85%;
    h2{
    font-family:Arial, Helvetica, sans-serif;
    font-size:120%;
    h3{
    font-family:Arial, Helvetica, sans-serif;
    font-size:100%;
    </style>
    <body>
    <cfoutput>
    <div align="center">
    <h2>Bkc#dateformat(form.SDT,"mm/dd/yyyy")# to
    #dateformat(form.EDT,"mm/dd/yyyy")# Wudd</h2>
    </div>
    <div align="center">
    <h3>#form.ctcde# CCwoph</h3>
    </div>
    <table border="1" cellpadding="0" cellspacing="0">
    <tr>
    <th>ccc##</th>
    <th>aaa</th>
    <th>cccc</th>
    <th>iii</th>
    <th>Eee</th>
    <th>h11</th>
    <th>h112</th>
    <th>h22</th>
    <th>h222</th>
    <th>h33</th>
    <th>h333</th>
    <th>ehh</th>
    </tr>
    <cfset variables.nphc = 0>
    <cfloop index="x" from="1" to="#arraylen(anArray)#"
    step="1">
    <cfif NOT anArray[x][1]>
    <tr>
    <td>
    #anArray[x][2].c_nbr#
    </td>
    <td>
    #anArray[x][2].c_dcdt#
    </td>
    <td>
    #anArray[x][2].PAPD#
    </td>
    <td>
    #anArray[x][2].Iii#
    </td>
    <td>
    #anArray[x][2].Eee#
    </td>
    <cfset thirdArray = anArray[x][3]>
    <cfif NOT arraylen(thirdArray)>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <cfelse>
    <cfloop index="z" from="1" to="3">
    <cfif z GT arraylen(thirdArray)>
    <td> </td>
    <td> </td>
    <cfelse>
    <td>
    #thirdArray[z][2]# 
    </td>
    <td>
    #thirdArray[z][3]# 
    </td>
    </cfif>
    </cfloop>
    <cfif arrayLen(thirdArray) gt 3>
    <td nowrap="nowrap">
    <cfloop index="z" from="4"
    to="#arraylen(thirdArray)#">
    #thirdArray[z][2]# - #thirdArray[z][3]#<BR />
    </cfloop>
    </td>
    </cfif>
    </cfif>
    </tr>
    <cfset variables.nphct = variables.nphct + 1>
    </cfif>
    </cfloop>
    </table>
    Total Ccwoph: #variables.nphct#
    <BR />
    <BR />
    <HR />
    <BR />
    <div align="center">
    <h3>#form.ctcde# CWph</h3>
    </div>
    <table border="1" cellpadding="0" cellspacing="0">
    <tr>
    <th>ccc##</th>
    <th>aaa</th>
    <th>cccc</th>
    <th>iii</th>
    <th>Eee</th>
    <th>h11</th>
    <th>h112</th>
    <th>h22</th>
    <th>h222</th>
    <th>h33</th>
    <th>h333</th>
    <th>ehh</th>
    </tr>
    <cfset variables.phc = 0>
    <cfloop index="x" from="1" to="#arraylen(anArray)#"
    step="1">
    <cfif anArray[x][1]>
    <tr>
    <td>
    #anArray[x][2].c_nbr#
    </td>
    <td>
    #anArray[x][2].c_dcdt#
    </td>
    <td>
    #anArray[x][2].PAPD#
    </td>
    <td>
    #anArray[x][2].Iii#
    </td>
    <td>
    #anArray[x][2].Eee#
    </td>
    <cfset thirdArray = anArray[x][3]>
    <cfif NOT arraylen(thirdArray)>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <cfelse>
    <cfloop index="z" from="1" to="3">
    <cfif z GT arraylen(thirdArray)>
    <td> </td>
    <td> </td>
    <cfelse>
    <td>
    #thirdArray[z][2]# 
    </td>
    <td>
    #thirdArray[z][3]# 
    </td>
    </cfif>
    </cfloop>
    <cfif arrayLen(thirdArray) gt 3>
    <td nowrap="nowrap">
    <cfloop index="z" from="4"
    to="#arraylen(thirdArray)#">
    #thirdArray[z][2]# - #thirdArray[z][3]#<BR />
    </cfloop>
    </td>
    </cfif>
    </cfif>
    </tr>
    <cfset variables.phc = variables.phc + 1>
    </cfif>
    </cfloop>
    </table>
    Total Cwph: #variables.phc#
    <!---
    <cfloop index="x" from="1" to="#arraylen(anArray)#"
    step="1">
    #anArray[x][1]#
    #anArray[x][2].c_id#
    #anArray[x][2].c_nbr#
    #anArray[x][2].c_dcdt#
    #anArray[x][2].PAPD#
    #anArray[x][2].Iii#
    #anArray[x][2].Eee#
    #anArray[x][2].NumberOfHolds#
    <cfset thirdArray = anArray[x][3]>
    <cfloop index="z" from="1" to="#arraylen(anArray[x][3])#"
    step="1">
    #thirdArray[z][1]#
    #thirdArray[z][2]#
    #thirdArray[z][3]#
    </cfloop>
    <HR />
    </cfloop>
    --->
    </cfoutput>
    </body>
    </html>
    </cfc>
    <cfc value="CSV">
    <cfoutput>
    <cfset variables.theOutput =
    "Bkc#dateformat(form.SDT,"mm/dd/yyyy")# to
    #dateformat(form.EDT,"mm/dd/yyyy")# Wudd">
    <cfset variables.theOutput = variables.theOutput &
    chr(10)>
    <cfset variables.theOutput = variables.theOutput &
    "#form.ctcde# CCwoph">
    <cfset variables.theOutput = variables.theOutput &
    chr(10)>
    <cfset variables.theOutput = variables.theOutput & "C
    ##,Ad,Ccc,Iii,Eee,h11,h12,h22 ,h222,h33,H333,ehh">
    <cfset variables.theOutput = variables.theOutput &
    chr(10)>
    <cfset variables.nphct = 0>
    <cfloop index="x" from="1" to="#arraylen(anArray)#"
    step="1">
    <cfif NOT anArray[x][1]>
    <cfset variables.theOutput = variables.theOutput &
    "#anArray[x][2].c_nbr#, #anArray[x][2].c_dcdt#,
    #anArray[x][2].PAPD#,#anArray[x][2].Iii#,#anArray[x][2].Eee#">
    <cfset thirdArray = anArray[x][3]>
    <cfif NOT arraylen(thirdArray)>
    <cfset variables.theOutput = variables.theOutput &
    ",,,,,,">
    <cfelse>
    <cfloop index="z" from="1" to="3">
    <cfif z GT arraylen(thirdArray)>
    <cfset variables.theOutput = variables.theOutput &
    ",,">
    <cfelse>
    <cfset variables.theOutput = variables.theOutput &
    ",#thirdArray[z][2]#,#thirdArray[z][3]#">
    </cfif>
    </cfloop>
    <cfif arrayLen(thirdArray) gt 3>
    <cfloop index="z" from="4"
    to="#arraylen(thirdArray)#">
    <cfset variables.theOutput = variables.theOutput &
    "#thirdArray[z][2]# - #thirdArray[z][3]# | ">
    </cfloop>
    </cfif>
    </cfif>
    <cfset variables.nphct = variables.nphct + 1>
    <cfset variables.theOutput = variables.theOutput &
    chr(10)>
    </cfif>
    </cfloop>
    <cfset>
    <cfset>
    <cfset >
    <cfset >
    <cfset >
    < & chr(10)>
    </cfif>
    </cfloop>
    </cfoutput>
    <cfcontent
    type="application/msexcel"><cfoutput>#variables.theOutput#</cfoutput></cfc></cfswitch>

  • Need Help ASAP  my State tax form is in a PDF file and the attachment in my email says Please wait

    Need Help ASAP  my State tax form is in a PDF file and the attachment in my email says Please wait...
    I tried downloading updates like it said to but it still will not display the document.  How do I print the PDF file ASAP

    Can you give us a LOT more info?
    What email client? What version of Reader (I can only assume you even have Reader at this point)?
    Please wait? I'm sure it says more than that, right?
    Have you tried simply saving the PDF (it IS a PDF correct?) to your desktop and opening it from there?
    Did you get this form from the IRS or did it come from somewhere else? If the IRS again, what version of Reader?
    Help us help you.

  • Help! We have a form with more than 200 entries and when I looked at it yesterday it had one! When you download the form to excel they all show up. However, when I added another record today it disappeared. Can you tell me what's happening? I've been usin

    Help! We have a form with more than 200 entries and when I looked at it yesterday it had one! When you download the form to excel they all show up. However, when I added another record today it disappeared. Can you tell me what's happening? I've been using adobe forms for 2 years with mass response feedback and have never had this problem.

    Greetings,
    I've never seen this issue, and I handle many iPads, of all versions. WiFi issues are generally local to the WiFi router - they are not all of the same quality, range, immunity to interference, etc. You have distance, building construction, and the biggie - interference.
    At home, I use Apple routers, and have no issues with any of my WiFi enabled devices, computers, mobile devices, etc - even the lowly PeeCees. I have locations where I have Juniper Networks, as well as Aruba, and a few Netgears - all of them work as they should.
    The cheaper routers, Linksys, D-Link, Seimens home units, and many other no name devices have caused issues of various kinds, and even connectivity.
    I have no idea what Starbucks uses, but I always have a good connection, and I go there nearly every morning and get some work done, as well as play.
    You could try changing channels, 2.4 to 5 Gigs, changing locations of the router. I have had to do all of these at one time or another over the many years that I have been a Network Engineer.
    Good Luck - Cheers,
    M.

  • Need help Connecting Crystal Reports 8.5 with GBS Agency Expert 6.7.6c

    Need help Connecting Crystal Reports 8.5 with GBS Agency Expert 6.7.6c.  I need assistance on connecting these together so I can run a report.  I am not an IT person so if someone could dumb it down it would be great.
    Thanks,
    NBGHealth

    Hello,
    I assume GBS Agency Expert 6.7.6c is some sort of database or data source? If you have an ODBC driver then create or use a System DSN to the database. Then you can create a report using that DSN.
    Otherwise I suggest you contact the makers of GBS Agency Expert 6.7.6c and ask them how to connect to the database.
    Let them know CR is ANSII 92 ODBC 3 compliant.
    Thank you
    Don

  • I need help to decide which macbook pro is best for photo editing, editing movies and doing all the rest too like excel, word etc. 13"

    I need help to decide which macbook pro is best for photo editing, editing movies and doing all the rest too like  microsoft office products ...excel, word etc.  I am new to the apple world and have liked the idea of the MAC Book Pro 13" but really dont know if this is good enough or if the computer will soon crash?
    13-inch: 2.6GHz
    with Retina display
    Specifications
    2.6GHz dual-core Intel Core i5
    Turbo Boost up to 3.1GHz
    8GB 1600MHz memory
    512GB PCIe-based flash storage1
    Intel Iris Graphics
    Built-in battery (9 hours)2

    That's a fine machine and, with 8GB of RAM and 512GB flash storage should serve you well for light video/photo editing as well as for 'normal' usage. And it should last you for years to come.
    Good luck in making your decision!!
    Clinton

  • I need help writing a script that finds the first instance of a paragraph style and then changes it

    I need help writing a script that finds the first instance of a paragraph style and then changes it to another paragraph style.  I don't necessarily need someone to write the whole thing, by biggest problem is figuring how to find just the first instance of the paragraph style.  Any help would be greatly appreciated, thanks!

    Hi,
    Do you mean first instance of the paragraph style
    - in a chosen story;
    - on some chosen page in every text frames, looking from its top to the bottom;
    - in a entire document, looking from its beginning to the end, including hidden layers, master pages, footnotes etc...?
    If story...
    You could set app.findTextPreferences.appliedParagraphStyle to your "Style".
    Story.findText() gives an array of matches. 1st array's element is a 1st occurence.
    so:
    Story.findText()[0].appliedParagraphStyle = Style_1;
    //==> this will change a paraStyle of 1st occurence of story to "Style_1".
    If other cases...
    You would need to be more accurate.
    rgds

  • Need help!!!! I've got an old mac mini G4 and while adding a cd to itunes, there was a power shortage to the house. Now when I try to reboot I get three beeps and the CD is still stuck in the mac. How do I get the CD out and is that why I am getting beeps

    Need help!!!! I've got an old mac mini G4 and while adding a cd to itunes, there was a power shortage to the house. Now when I try to reboot I get three beeps and the CD is still stuck in the mac. How do I get the CD out and is that why I am getting the three beeps?

    If you can't eject a CD or DVD or open the drive tray
    How do I eject a defective DVD?: Apple Support Communities
    How to eject a CD on a MAC mini with PC keyboard and mouse « FAQforge
    From:
    Mac computers: About startup tones
    3 successive tones, a 5 second pause (repeating): This indicates RAM does not pass a data intregrity check.
    1 long tone while holding down the power button: Indicates an EFI ROM update is in progress on a computer manufactured before 2012.
    3 long tones, 3 short tones, 3 long tones: Indicates EFI ROM corruption is detected and the computer is in EFI ROM recovery mode.

  • Hello All. I am working on a form, but I need to format the leading in a multi-line text-field.

    Hello All. I am working on a form, but I need to format the leading in a multi-line text-field. The options for the text-field only show a font size option, but no other styling options. Is there a way to format the leading? Thanks!

    Not within ID, and I'm not sure it can be done in Acrobat afterward either.

  • I need help I tried to use cloud backup on my iPhone 5.0.1 and after all my camera roll pictures are blurry and videos canot be played messege says URL not on this server ! Please help!! iPhone 4S, iOS 5.0.1

    I need help I tried to use cloud backup on my iPhone 5.0.1 and after all my camera roll pictures are blurry and videos canot be played messege says URL not on this server ! Please help!!
    iPhone 4S, iOS 5.0.1

    Try updating to iOS 6.1.3.

  • I need help because I can't read my redemption code on my iTunes giftcard and I can't wait 48 hours for a response via e-mail.

    I need help because I can't read my redemption code on my iTunes gitfcard and I can't wait 48 hours for a response via e-mail.

    How can i help you?

  • I need help getting my RSS feed compaitble with Itunes...Im almost there.

    Can someone help me with my code for itunes. Unfortunately I use rapidweaver to podcast and I have read there are a few things Rapidweaver leaves out when publishing the site so itunes does not accept the feed. My RSS feed works and can be subscribed manually though Itunes or with software. Im thinking im using spaces or it looks like I need to number my tracks for my podcast(which sounds odd but, I know itunes is finicky with spaces, symbols etc)
    thank you so much for the help...after I get my podcast set in Itunes I will be a happy camper!
    here is what the validation suggest from the free validator:
    Congratulations!
    [Valid RSS] This is a valid RSS feed.
    Recommendations
    This feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations.
    line 14, column 1047: Ensure description precedes content:encoded (11 occurrences) [help]
    ... 0cbb11-16.html#unique-entry-id-16</guid><content:encoded><![CDATA[<span ...
    ^
    line 14, column 0: style attribute contains potentially dangerous content: font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; (36 occurrences) [help]
    <lastBuildDate>Tue, 29 Dec 2009 21:13:01 -0800</lastBuildDate><itunes:author ...
    line 85, column 8507: Missing atom:link with rel="self" [help]
    ... h="245684953" type="audio/mpeg"/></item></channel>
    ^
    line 85, column 8507: Missing recommended iTunes channel element: language [help]
    ... h="245684953" type="audio/mpeg"/></item></channel>
    ^
    line 85, column 8507: Missing recommended iTunes channel element: itunes:explicit [help]
    ... h="245684953" type="audio/mpeg"/></item></channel>
    ^
    Source: <a class="jive-link-external-small" href="http://www.djnickjames.com/page4/files/Trancejectory.xml">http://www.djni ckjames.com/page4/files/Trancejectory.xml</a>
    1. <?xml version="1.0" encoding="utf-8"?>
    2. <rss version="2.0"
    3. xmlns:dc="http://purl.org/dc/elements/1.1/"
    4. xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    5. xmlns:admin="http://webns.net/mvcb/"
    6. xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    7. xmlns:content="http://purl.org/rss/1.0/modules/content/"
    8. xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">
    9. <channel>
    10. <title>Trancejectory</title><link><a class="jive-link-external-small" href="http://www.djnickjames.com/index.html">http://www.djnickjames.com/index.h tml</a></link><description>Trancejectory - Brand new trance and progressive hits in a 2 hour mix.</description><dc:language>en</dc:language><dc:creator>nickjameslopez@gmail .com</dc:creator><dc:rights>Copyright 2009 Nick Lopez</dc:rights><dc:date>2009-12-26T13:52:05-08:00</dc:date><admin:generatorAg ent rdf:resource="http://www.realmacsoftware.com/" />
    11. <admin:errorReportsTo rdf:resource="mailto:[email protected]" /><sy:updatePeriod>hourly</sy:updatePeriod>
    12. <sy:updateFrequency>1</sy:updateFrequency>
    13. <sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
    14. <lastBuildDate>Tue, 29 Dec 2009 21:13:01 -0800</lastBuildDate><itunes:author>Nick James</itunes:author><itunes:owner><itunes:name>Trancejectory</itunes:name><itu nes:email>[email protected]</itunes:email></itunes:owner><itunes:category text="Music"/><itunes:keywords>Dance, Trance, House, Electro, Progressive</itunes:keywords><itunes:subtitle>www.djnickjames.com</itunes:subti tle><itunes:summary>Trancejectory with your host Nick James keeping you on the path to the latest in trance and progressive tunes from around the world in a 2 hour mix. </itunes:summary><itunes:image href="http://www.djnickjames.com/page4/files/podcast_channel.png" /><item><title>Trancejectory 20</title><dc:creator>[email protected]</dc:creator><category>None</cate gory><dc:date>2009-12-26T13:52:05-08:00</dc:date><link><a class="jive-link-external-small" href="http://www.djnickjames.com/page4/files/4b7e19b326f410f8831429f5090cbb11-1 6.html#unique-entry-id-16">http://www.djnickjames.com/page4/files/4b7e19b326f410 f8831429f5090cbb11-16.html#unique-entry-id-16</a></link><guid isPermaLink="true"><a class="jive-link-external-small" href="http://www.djnickjames.com/page4/files/4b7e19b326f410f8831429f5090cbb11-1 6.html#unique-entry-id-16">http://www.djnickjames.com/page4/files/4b7e19b326f410 f8831429f5090cbb11-16.html#unique-entry-id-16</a></guid><content:encoded><![CDAT A[<span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u>TRANCEJECTORY 20</u></span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#66FFFF;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u><br /><br /></u></span>Liquid Soul - Love In Stereo (Jerome Isma-Ae Remix)<br />Anton Firtich - Mirage (Jochen Miller Remix)<br />Metteo Marini - Matter (Original No Vox Mix)<br />Bob Sinclair & Axwell - What A Wonderful World (EDX Remix)<br />Daniel Portman & EDX - Hip<br />Daniel Portman - Baaly (Non-Violin Dub)<br />Jerome Isma-Ae - Hold That Sucker Down<br />Activa - Minute One<br />Tom Neville & Stafford Brothers - Come My Way feat. Frank Stafford (Jerome Isma-Ae Dub Mix)<br />Kriece - Giant Head Of Fury<br />PROFF - Starstruck (Solarity Remix)<br /><br />58:00<br /><br />Mat Zo - Default<br />Moodfreak - Far From You (Mango Remix)<br />Solarity - Laika (Ashley Wallbridge Remix)<br />Schodt - Octagon<br />Kaskade & Seamus Haji feat Haley - So Far Away<br />Dinka - Never Cheat On Strangers<br />Jerome Isma-Ae, Chris Reece, EDX - Ready To Go<br />Lange pres Firewall - Wanderlust (Sunny Lax Chunky Mix)<br />Deadmau5 - Strobe (Michael Woods Remix)<br />Above & Beyond - Anjunabeach (Jerome Isma-Ae Remix)<br />Matt Darey pres Urban Astronauts - See The Sun (Aurosonic Remix)<br /><br />]]></content:encoded><enclosure url="http://www.djnickjames.com/page1/files/Trancejectory20.mp3" length="247126433" type="audio/mpeg"/></item><item><title>Trancejectory 19</title><dc:creator>[email protected]</dc:creator><category>None</cate gory><dc:date>2009-12-26T13:36:49-08:00</dc:date><link>http://www.djnickjames.com/page4/files/d7119a15b5bf963fa3bb5c124853043e-15.html# unique-entry-id-15</link><guid isPermaLink="true">http://www.djnickjames.com/page4/files/d7119a15b5bf963fa3bb5c124853043e-15.html# unique-entry-id-15</guid><content:encoded><![CDATA[<span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u>TRANCEJECTORY 19</u></span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#66FFFF;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u><br /><br /></u></span>Mr. Sam & Andy Duguid - Tra Zomas<br />Dinka - Elements<br />Solarity - Laika<br />Jerome Isma-Ae - Hold That Sucker Down<br />Mat Zo - Rush 2009<br />Cressida - Two-O-Ten<br />Matt Darey pres. Urban Astronauts - See The Sun (Aurosonic Remix)<br />Above & Beyond - Anjunabeach (Jerome Isma-Ae Remix)<br />Andy Moor & Adam White - The White Room (Myon & Shane 54 Refill)<br />D'argetno - The Sun (Stanley Ross Mykonos Remix)<br /><br />59:00<br /><br />Guest Artist DJ Kouei<br /><br />Sophie Sugar - Together<br />Poshout Ft. Victoria Razznyh - Fallen World ( Poshout dub Remix )<br />Redstar- Evolution ( DeepWide Remix )<br />Setrise & Nurettin Colak - Frozen Dreams ( Six Sense Remix )<br />Armin Van Buuren ft. Van Velsen ; Broken Tonight ( Alex MORPH Remix )<br />Med vs. Neil Bamford - Stolen<br />Sean Tyas - Melbourne ( Hodel Bangin Remix )<br />Kay D Smith & Marc Tall - Hoipolloi ( Mark Sherry's Energy Remix )<br />Be:Gold - Sunstroke<br />Adam Foley - Generation]]></content:encoded><enclosure url="http://www.djnickjames.com/page1/files/Trancejectory19.mp3" length="242652868" type="audio/mpeg"/></item><item><title>Trancejectory 18</title><dc:creator>[email protected]</dc:creator><category>None</cate gory><dc:date>2009-12-26T13:09:17-08:00</dc:date><link>http://www.djnickjames.com/page4/files/bbd9e7e3f890ae78d9a4aae548032ac6-14.html# unique-entry-id-14</link><guid isPermaLink="true">http://www.djnickjames.com/page4/files/bbd9e7e3f890ae78d9a4aae548032ac6-14.html# unique-entry-id-14</guid><content:encoded><![CDATA[<span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u>TRANCEJECTORY 18</u></span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#66FFFF;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u><br /><br /></u></span>Shannon - Let The Music Play (David Delano Dirty Lou & Swedish Egil Mix)<br />Sebastian Ingrosso - Kidsos (Wippenberg Remix)<br />Nadastrom - Save Us<br />Above & Beyond pres. Oceanlab - Lonely Girl (Ercola Remix)<br />Fatboy Slim vs Fedde le Grand - Praise You 2009<br />Michael Cassette - Kilimanjaro (Solarity Remix)<br />Chocolate Puma vs. Bingo Players - Disco Electrique (Vocal Mix)<br />Lange feat. Sarah Howells - Let It All Out (Genix Re-Rub)<br />Daniel Portman - Back To The Underground<br />Dinka - Green Leaf (Extended Vocal Mix)<br /><br />59:00<br /><br />Lish - Dirty Feelings (Alter Breed Remix)<br />Myon & Shane 54 feat Aruna - Helpless (Ian Flux & Thomas Blofeld Remix)<br />Stew Ewens & Louk - Bad Habit (Dinka Remix)<br />The Blizzard with Gaate - Iselilja (Michael Cassette Dub Remix)<br />EDX - Shy Shy (Extended Vocal Mix)<br />Thomas Gold feat Amanda Wilson - Just Because (The Good Guys Mix)<br />The Good Guys - Circle (Rawdirt's Double Drop Mix)<br />Moony - I Dont Know Why (DJ Chus & Jerome Isma-Ae Superdub Mix)<br />Muzikjunki & Marco Den Held - Red Snapper (Danila Remix)<br />Eleven.Five - Finding Hope (Cressida Remix)<br />Gareth Emery - Metropolis]]></content:encoded><enclosure url="http://www.djnickjames.com/page1/files/Trancejectory18.mp3" length="255581579" type="audio/mpeg"/></item><item><title>Trancejectory 10</title><dc:creator>[email protected]</dc:creator><category>None</cate gory><dc:date>2009-07-17T00:00:00-07:00</dc:date><link>http://www.djnickjames.com/page4/files/3ee3bbffb44aeacd3d794a1e091159c3-12.html# unique-entry-id-12</link><guid isPermaLink="true">http://www.djnickjames.com/page4/files/3ee3bbffb44aeacd3d794a1e091159c3-12.html# unique-entry-id-12</guid><content:encoded><![CDATA[<span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u>TRANCEJECTORY 10<br /></u></span><br />EDX - Shy Shy (Club Mix)<br />Above & Beyond pres. Oceanlab - Lonely Girl (Ercola Remix)<br />Sebastian Ingrosso - Kidsos (Wippenberg Remix)<br />Yvan & Dan Daniel - Enjoy The Silence (Jerome Isma-Ae Remix)<br />Hot Einstein - Moscow<br />Erphun - 2wo Butterflies (Mat Zo Remix)<br />David & Carr - Every Day feat Jenna Colaizy (Hawk’s Nude N Rude Remix)<br />Happy Monkey - King Of The Berry (Piano Slam Mix)<br />John Shelvin - Just Like You Said feat Molly<br />Quarrel - Feel You Better<br />Aqua Diva vs Mango - At The Edge Of This Mountain (Instrumental Mix)<br /><br />61:00<br /><br />D’argento - The Sun (Stanley Ross Mykonos Remix)<br />Dbn, Michael Feiner, Tommy Trash - Stars (Tommy Trash Remix)<br />Steve Agnello - Isabel<br />DJ Tatana - Autumn Sun (Oliver Southey Remix)<br />Dinka - Road To Perdition<br />PROFF - Deep Orange (Vadim Soloviev Remix)<br />Dinka - Canonball<br />DJ Tatana - Saltwater<br />Boris M.D & Khaz - Eliana<br />Onova - Platitude (Mat Zo Remake)<br />16 Bit Lolitas - 5 to 12<br />]]></content:encoded><enclosure url="http://www.djnickjames.com/page1/files/Trancejectory10.mp3" length="248324240" type="audio/mpeg"/></item><item><title>Trancejectory 11</title><dc:creator>[email protected]</dc:creator><category>None</cate gory><dc:date>2009-08-01T00:00:00-07:00</dc:date><link>http://www.djnickjames.com/page4/files/07882beaee405e0bbc9bbbe3b1475b3f-11.html# unique-entry-id-11</link><guid isPermaLink="true">http://www.djnickjames.com/page4/files/07882beaee405e0bbc9bbbe3b1475b3f-11.html# unique-entry-id-11</guid><content:encoded><![CDATA[<span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u>TRANCEJECTORY 11<br /><br /></u></span>ATB presents Flanders - Behind (EDX Re-Dub)<br />Daniel Portman - Dark Is Night For All<br />George F. Zimmer - Soma (Dinka Remix)<br />Evave - To The Stars (PROFF Remix)<br />Sundogs, Desyfer, Fletch - Primary Key (PROFF Remix)<br />The Blizzard with Gaate - Iselilja (Michael Cassette Dub Remix)<br />Squash 84 feat. Maia - Should I Find You (Michael Cassette Dub Remix)<br />PROFF - Little Space (Seratonine Remix)<br />Leventina - Naked (Ibiza Sunset Dub)<br />Jonathan Allyn - Near You (Jaytech Remix)<br />Sebastian Ingrosso - Kidsos (Original Mix)<br /><br />60:00<br /><br />Mike Shiver, Matias Lehtola - Captured feat Andrea Britton (Joonas Hahmo Remix)<br />MArc Marberg, Kyua & Albert - Grrreat<br />Kimito Lopez - Arabian Queen (Emilio Fernandez Remix)<br />Simone Anes - Children (Tom Novy Mix)<br />Blake Jarrell - Boracay<br />Dirty Vegas - Tonight (Above & Beyond Remix) Tune of the Week<br /><a href="http://s138.photobucket.com/albums/q265/facheezey/?action=view&current=R- 1858214-1248262259jpeg.jpg" target="_blank"><img src="http://i138.photobucket.com/albums/q265/facheezey/R-1858214-1248262259jpeg .jpg" border="0" alt="Nick James Tune of The Week"></a><br />Jonnas Hahmo - Radiance<br />DJ Remy - Knalpot<br />Above & Beyond pres Oceanlab - Lonely Girl (PROFF Remix)<br />Aqua Diva vs Mango - At The Edge Of The Mountain - Instrumental Mix)<br />D’argento - The Sun (Stanley Ross Mykonos Remix)]]></content:encoded><enclosure url="http://www.djnickjames.com/page1/files/Trancejectory11.mp3" length="249032549" type="audio/mpeg"/></item><item><title>Trancejectory 12</title><dc:creator>[email protected]</dc:creator><category>None</cate gory><dc:date>2009-09-22T00:00:00-07:00</dc:date><link>http://www.djnickjames.com/page4/files/7837d39da80f272eabb554516df5881d-10.html# unique-entry-id-10</link><guid isPermaLink="true">http://www.djnickjames.com/page4/files/7837d39da80f272eabb554516df5881d-10.html# unique-entry-id-10</guid><content:encoded><![CDATA[<span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u>TRANCEJECTORY 12<br /><br /></u></span>John O’Callaghan feat Lo Fi Sugar - Never Fade Away (Original intro)<br />John O’Callaghan feat Lo Fi Sugar - Never Fade Away (Andy Duguid Remix)<br />Cold Blue - Mount Everest (Dennis Sheperd)<br />Pryda - Alfon<br />DJ Tatana - Soulmate (Dinka Vocal Mix)<br />Deadmau5 - Arguru (EDX 5un5hine Remix)<br />GLM - Run To You feat Randolph (Amine Edge Instrumental Remix)<br />The Blizzard With Gaate - Iselilja (Michael Cassette Dub Remix)<br />Daniel Portman - Open Your Mind (Dinka D.E.E.P. Remix)<br />Above & Beyond - Buzz (Buzztalk Mix)<br />Leventina - Here Workin’ (Dinka Vocal Mix)<br />Moony - I Dont Know Why (DJ Chus & Jerome Isma-Ae Superdub Mix)<br /><br />58:00<br /><br />Pryda - Waves<br />Activa pres. Solar Movement - Eclipse (Mat Zo Remix)<br />Emilio Fernandez - Let It Go (Vocal Mix)<br />Ronski Speed feat Ana - The Deep Devine (Gareth Emery Remix)<br />PROFF - Breathe (Ricky Inch Remix)<br />Fedde Le Grand Feat. Mitch Crown - Scared Of Me (Ranucci Pelusi & Provenzano Remix)<br />Dubfire - Roadkill (EDX’s Acapulco At Night Remix)<br />Tritonal Feat. Hannah Sky - Jump Off (Tritonals Air Up There Mix)<br />Orbital - Halcyon (Tom Middleton Re-model)]]></content:encoded><enclosure url="http://www.djnickjames.com/page1/files/Trancejectory12.mp3" length="244215773" type="audio/mpeg"/></item><item><title>Trancejectory 13</title><dc:creator>[email protected]</dc:creator><category>None</cate gory><dc:date>2009-11-13T00:00:24-08:00</dc:date><link>http://www.djnickjames.com/page4/files/4f50e84527081a141c38130c7d0ccec9-9.html#u nique-entry-id-9</link><guid isPermaLink="true">http://www.djnickjames.com/page4/files/4f50e84527081a141c38130c7d0ccec9-9.html#u nique-entry-id-9</guid><content:encoded><![CDATA[<span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u>TRANCEJECTORY 13</u></span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#66FFFF;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u><br /><br /></u></span>Michael Jackson - Stranger In Moscow (Jerome Isma-Ae)<br />Daniel Portman - Open Your Mind (Dinka D.E.E.P Remix)<br />Leventina - Naked (Ibiza Sunset Dub)<br />EDX - Rubin (DBN Remix)<br />Nifra - Complicated Life (1985 Remix)<br />Rest Point - Air Stream (PROFF Remix)<br />PROFF - Glittering Puzzle<br />Dakota - Roxy '84 (Michael Cassette Remix)<br />Dinka - Chemistry (Jerome Isma-Ae Remix)<br />Sebastian Krieg, Jerome Isma-Ae - 308<br /><br />60:00<br /><br /><a href="http://i1.soundcloud.com/artworks-000000504229-ws22az-crop.jpg" target="_blank"><img src="http://i1.soundcloud.com/artworks-000000504229-ws22az-crop.jpg" border="0" alt="<strong>Myon & Shane 54, International departures 007</strong>"></a><br /><br /><strong><u>Myon & Shane 54, International departures 007</u></strong><br />01. Oasis - Wonderwall (Myon and Shane 54 Helpless Mix)
    15. 02. Airplay 47 - Be Free (Mat Zo Remix)
    16. 03. Dakota - Johnny The Fox
    17. 04. Talla2XLC_-_Dante's_Peak_(Jerome_Isma-AeRemix)
    18. 05. Pryda - Melo 06. ATB - Renegate (Acapella)
    19. 07. Myon and Shane 54 - Helpless (Ian Flux and Thomas Blofeld Remix)
    20. 08. Above and Beyond - Home (Pianopella)
    21. 09. Above and Beyond - Home (Drumapella)
    22. 10. Above and Beyond - No One On Earth (Acapella)
    23. 11. Arnej - Dust In The Wind (Deep Dub)
    24. 12. J.O.C. feat Sarah Howels - Find Yourself (Cosmic Gate Remix)
    25. 13. Dave Gahan - I Need You (Acapella)
    26. 14. Lost Tribe - Gamemaster (Acapella)
    27. 15. Lost Tribe - Gamemaster (Shane 54 Drumless Dub)
    28. 16. Rank1 - Symfon
    29. 17. BT - Simply Being Loved (Somnambulist) (Acapella)
    30. 18. Above and Beyond - On A Good Day (Acapella)
    31. 19. Gareth Emery - Metropolis (Edit)
    32. 20. Duderstadt - Broken
    33. 21. Above and Beyond - Alone Tonight (Acapella)
    34. 22. Cass Fox - Touch Me (Myon and Shane 54 Remix)
    35. 23. Christian Cambas feat The Static Age - Sirens (Squash 84 Remix)
    36. 24. Ronski Speed feat Aruna - All The Way (Acapella)
    37. 25. Ronski Speed feat Aruna - All The Way (Jonas Steur Dub Synthapella)
    38. 26. Myon - Albion (Padapella) 27. Myon - Albion (Acapella)
    39. 28. Andy Moor - Halcyon (Acapella + Synthapella)
    40. 29. Andain - Summer Calling (Acapella)
    41. 30. Myon and Shane 54 - Allnight Rock and Roll (Squash 84 Remix)
    42. 31. Conjure One - Tears From The Moon (Acapella)
    43. 32. Faithless feat Cass Fox - Music Matters (Mark Knight Remix)
    44. 33. Amiel - Love Song (Myon and Shane 54 Remix)
    45. 34. Sunlounger - Change Your Mind (Myon and Shane 54 Remix)
    46. 35. Jakatta feat Seal - My Vision (Pianoapella + Vocal)
    47. 36. Oceanlab - Just Listen (Myon and Shane 54 remix)
    48. 37. Ashley Wallbridge and Andy Moor feat Meighan Nealon - Faces (Original Mix)
    49. 38. Super8 and Tab - Elektra 39. Oceanlab - Satellite (Acapella)
    50. 40. Ohmna - Key Of Life 41. Adiva - How Does It Feel (Myon and Shane 54 Dub)
    51. 42. Stardust - Music Sounds Better With You (Dub)
    52. 43. Andy Moor vs Lange - Stadium 4
    53. 44. Super 8 and Tab - Helsinki Scorchin'
    54. 45. Kosheen - Catch (Acapella)
    55. 46. Andy Moor vs Orkhidea - Year Zero (Acapella + Synthapella)
    56. 47. Darude - I Ran (Gareth Emery Dub)
    57. 48. Cara Dillion - Black Is The Colour (Acapella)
    58. 49. 3 Drives On A Vynl - Greece 2000 (Drumapella)
    59. 50. Gareth Emery vs Delerium - This is Silence (Myon and Shane 54 Mashup)
    60. 51. Ashley Wallbridge and Andy Moor feat Meighan Nealon - Faces (Acapella)
    61. 52. Tiesto - Ten Seconds Before (First State Remix)
    62. 53. Markus Schulz and Andy Moor - Daydream (Acapella)
    63. 54. Nadia Ali - Love Story (Andy Moor Dub)
    64. 55. Orkidea - Metaverse (Gareth Emery Remix)
    65. 56. Armin Van Buuren - Sound Of Goodbye (Acapella)
    66. 57. Signalrunner feat Julie Thompson - These Shoulders
    67. 58. Above and Beyond Vs Mr Pit - Shana Can't Sleep (Myon and Shane 54 Mashup)
    68. 59. Cosmos - Take Me With You
    69. 60. Above and Beyond - Air For Life (Synthapella)
    70. 61. Signum feat Anita Kelsey - Come Around Again (Myon and Shane 54 remix)
    71. 62. Tiesto feat BT - Love Comes Again (Acapella)
    72. 63. Oceanlab vs Nalin & Kane - Beachball Sky Falls Down (Myon and Shane 54 Remix Mashup)
    73. 64. Matt Cassar - Seven Days And One Week (Myon and Shane 54 Monster Mix)
    74. 65. Iio - Rapture (Acapella)
    75. 66. Myon and Shane 54 - Not A Lot Left (Acapella)
    76. 67. Michael Angelo feat Jenry R -Disconnected (Myon and Shane 54 Dub)
    77. 68. Leona Lewis - Bleeding Love (Acapella)
    78. 69. Bissen presents The Crossover - Washout (Myon and Shane 54 Remix)
    79. 70. Ronski Speed - The Space We Are (Acapella)
    80. 71. First State feat Anita Kelsey - Fallin (Acapella)
    81. 72. Albert Vorne - Formentera What (Gareth Emery Acapella + Synthapella)
    82. 73. The Whiteroom - Whiteroom (Myon and Shane 54 Remix Acapella)
    83. 74. Tomcraft - Loneliness (Myon and Shane 54 Summer Of Dub Mix)
    84. 75. The Doppler Effect - Beauty Hides In The Deep (Blizzard Acapella)
    85. 76. The Blizzard - Kalopsia (Stabapella + Padapella)]]></content:encoded><enclosure url="http://www.djnickjames.com/page1/files/Trancejectory13.mp3" length="242381481" type="audio/mpeg"/></item><item><title>Trancejectory 14</title><dc:creator>[email protected]</dc:creator><category>None</cate gory><dc:date>2009-11-20T23:53:51-08:00</dc:date><link>http://www.djnickjames.com/page4/files/794f47d4ef18468ee6c3b1fa27576bcd-8.html#u nique-entry-id-8</link><guid isPermaLink="true">http://www.djnickjames.com/page4/files/794f47d4ef18468ee6c3b1fa27576bcd-8.html#u nique-entry-id-8</guid><content:encoded><![CDATA[<span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u>TRANCEJECTORY 14</u></span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#66FFFF;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u><br /><br /></u></span>Seventh Son & Ethan North - Adagio For Strings (Original Mix)<br />Passenger 10 - Avantgarde (Dinka D.E.E.P. Remix)<br />Way Out West feat. Jonathan Mendelsohn - Only Love (Jerome Isma- Ae Mix)<br />Inpetto - The Milky Way<br />Tom Cloud - Laguna<br />Jessus - Traveller (D.E.R. Mix)<br />Jessus - Sunrose<br />Tom Cloud - Last Days<br />Dirty Vegas - Tonight (Above & Beyond Remix)<br />Benjamin Leung & Dom G - Sub Zero (Jan van Lier Remix)<br /><br />59:00<br /><br />Innate - Parabolic Curve (Lank Remix)<br />PROFF - Little Space (Seratonine Remix)<br />Michael Jackson - Stanger In Moscow (Jerome Isma-Ae Remix)<br />Christian Weber - Electronic Love (Club Mix)<br />Above & Beyond pres. Oceanlab - Come Home (Michael Cassette Remix)<br />Afrojack - Radioman (EDX's 5un5hine Remix)<br />Cirez D - On Off<br />San - Better Days (Beat Service Remix)<br />Fedde Le Grand feat. Mitch Crown - Scared Of Me (Hardwell Remix)<br />Muzikjunki Marco Den Held - Red Snapper (Danila Remix)]]></content:encoded><enclosure url="http://www.djnickjames.com/page1/files/Trancejectory14.mp3" length="252470425" type="audio/mpeg"/></item><item><title>Trancejectory 15</title><dc:creator>[email protected]</dc:creator><category>None</cate gory><dc:date>2009-11-30T23:00:08-08:00</dc:date><link>http://www.djnickjames.com/page4/files/c2914a5ba3915062c4178fce03afdf20-7.html#u nique-entry-id-7</link><guid isPermaLink="true">http://www.djnickjames.com/page4/files/c2914a5ba3915062c4178fce03afdf20-7.html#u nique-entry-id-7</guid><content:encoded><![CDATA[<span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u>TRANCEJECTORY 15</u></span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#66FFFF;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u><br /><br /></u></span>Jessus - Moonrose<br />Benjamin Leung & Dom G - Sub Zero (Nathan C Remix)<br />Above & Beyond pres. Oceanlab - On The Beach (Andy Dugiuid Remix)<br />PROFF - Deep Orange<br />Nurettin Colak & Faruk Sabanci - Anatolian Emotions (Myon & Shane 54 Remix)<br />Joonas Hahmo - Bendbass<br />Starkillers - Able & Uneasy (The Unreal Remix)<br />Daniel Portman & Rino Cabrera - Sumatra (Night In The Club Mix)<br />The Blizzard with Gaate - Iselilja (Michael Cassette Dub)<br />Dinka - Chemistry (Jerome Isma-Ae Remix)<br /><br />59:00<br /><br />Mr. Sam - MEnkayo (Maverickz Remix)<br />Cirez D - On Off<br />Above & Beyond pres. Oceanlab - On A Good Day (16 Bit Lolitas Remix)<br />Kriece - K9 (Matt Rowan & Jaytech Remix)<br />EDX - Shy Shy (Extended Vocal Mix)<br />Daniel Portman - Dark Is The Night For All<br />Second Life - A Second Chance (Instrumental Mix)<br />Schodt - Tokyo Dawn (Dinka Remix)<br />Above & Beyond pres. Oceanlab - Secret (Andrew Bayer Remix)<br />Dakota - Chinook (Afterhours Mix)<br />Seventh Son & Ethan North - Adagio For Strings]]></content:encoded><enclosure url="http://www.djnickjames.com/page1/files/Trancejectory15.mp3" length="248854427" type="audio/mpeg"/></item><item><title>Trancejectory 16</title><dc:creator>[email protected]</dc:creator><category>None</cate gory><dc:date>2009-12-06T18:00:18-08:00</dc:date><link>http://www.djnickjames.com/page4/files/678f042e5334e8dbc0c87e77a98d512d-5.html#u nique-entry-id-5</link><guid isPermaLink="true">http://www.djnickjames.com/page4/files/678f042e5334e8dbc0c87e77a98d512d-5.html#u nique-entry-id-5</guid><content:encoded><![CDATA[<span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u>TRANCEJECTORY 16</u></span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#66FFFF;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u><br /><br /></u></span>Richard Durand - Always The Sun (Dub Mix)<br />Ronski Speed ft. Mque - Are You? (Clib Mix)<br />M.I.K.E. - Sunrise At Palamos (Gareth Emery Remix)<br />Ernesto vs. Bastian - Killer Tone<br />Lange feat Sarah Howells - Let It All Out (Genix Re-Rub)<br />Daniel Portman - Back To The Underground<br />Myon & Shane 54 feat Aruna - Helpless (Monster Mix)<br />Veracocha - Carte Blance (Cosmic Gate Remix)<br />Stew Ewens & Louk - Bad Habit (Dinka Remix)<br />Steve Angello - Tivoli<br /><br />59:00<br /><br />Gaia - Tuvan (Gareth Emery Remix)<br />Kaempfer & Dietze - Shear Force (Daniel Portman & Jerome Isma-Ae Remix)<br />Solarity - Terminal 6 (Jaytech Remix)<br />Fabio Stein - Stroboscopic (Danilo Ercole Remix)<br />Michael Cassette - Kilimanjaro<br />Armin Van Buuren feat Van Velzen (Dub Mix)<br />Activa feat Julie Harrington - You Are Here (Thomas Datt Dub)<br />John O' Callghan feat Audrey Gallagher - Take It All Away (Marcus Schossow Remix)<br />Above & Beyond pres. Oceanlab - Secret (Andrew Bayer Remix)<br />Inpetto - The Milky Way<br />Active - Minute One<span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u><br /></u></span>]]></content:encoded><enclosure url="http://www.djnickjames.com/page1/files/Trancejectory16.mp3" length="243768165" type="audio/mpeg"/></item><item><title>Trancejectory 17</title><dc:creator>[email protected]</dc:creator><dc:subject>PLAYLIST </dc:subject><dc:date>2009-12-13T19:18:47-08:00</dc:date><link>http://www.djnickjames.com/page4/files/974d2ab1cfaeb6ceae605d4b699a2408-0.html#u nique-entry-id-0</link><guid isPermaLink="true">http://www.djnickjames.com/page4/files/974d2ab1cfaeb6ceae605d4b699a2408-0.html#u nique-entry-id-0</guid><content:encoded><![CDATA[<span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u>TRANCEJECTORY 17</u></span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#66FFFF;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u><br /><br /></u></span>Ridgewalkers feat El - Find (Russell G Remix)<br />Christopher Manik - Pink Champagne (Jaytech Remix)<br />DJ Remy - 20 Dollars<br />Daniel Portman - Back To The Underground<br />Rocking J - Sequence (Alex M.O.R.P.H. Remix)<br />Michael Cassette - Kilimanjaro (Solarity Remix)<br />Dinka - Green Leaf (Extended Vocal Mix)<br />Daniel Portman - Elder<br />Paul Van Dyk feat Johhny Mcdaid - Home (Wippenberg Remix)<br />Ronski Speed feat Mque - Are You? (Sun Decade Dub)<br /><br />59:00<br /><br />Chocolate Puma & Bingo Players - Disco Electrique ( Revisited Mix)<br />DJ Remy - Strobophonic<br />Thomas Gold feat Amanda Wilson - Just Beacause (The Good Guys Mix)<br />Cosmic Gate feat. Aruna - Under Your Spell (Myon & Shane 54 Monster Mix)<br />EDX - Shy Shy (Club mix)<br />Kriece - K9 (Matt Rowan & Jaytech Remix)<br />ATB - pres. Flanders - Behind (EDX Re-Dub)<br />Moony - I Don't Know Why (DJ Chus & Jerome Isma-Ae Superdub Mix)<br />Armin Van Buuren - The Sound Of Goodbye (EDX's Indian Summer Vocal Remi)<br />Shannon - Let The Music Play 2009 (David Delano Dirty Lou & Swedish Egil Mix)]]></content:encoded><enclosure url="http://www.djnickjames.com/page1/files/trancejectory17.mp3" length="245684953" type="audio/mpeg"/></item></channel>
    86. </rss>

    It's better to post the URL of the feed (as you have subsequently done) than the contents of the feed .
    From the FeedValidator report the feed is basically OK for iTunes. There are several occasions where 'content:encoded' sections (following immediately on 'guid' tags) should be enclosed in
    <description>...</description>
    tags: however all this will be ignored by iTunes anyway and only applies to other readers. The 'potentially dangerous content' referred to by FeedValidator is within the 'content:encoded' tags and so isn't relevant to iTunes. They are referring to an inline css style, and I don't know whether this might cause a problem elsewhere.
    You should really have a language tag, e.g.
    <language>en-us</language>
    (you have a dc:language tag but that's for a different system). This should be placed in the top section, before the first 'item' tag.
    It's advisable to have an 'itunes:explicit' tag for each 'item' -
    <itunes:explicit>yes IF CONTAINS ADULT MATERIAL, OTHERWISE no</itunes:explicit>
    it's not compulsory if you have no adult material, but you must have a 'yes' if you do.
    You can check your feed by subscribing in iTunes from the 'Advanced' menu - this has the same result as clicking the 'Subscribe' button on the Store page. If it works OK there you are ready to submit it.

Maybe you are looking for