Click here to Skip to main content
15,888,454 members
Home / Discussions / Web Development
   

Web Development

 
Questionprograming the whole site using html 5 or html4?? Pin
TheSniper10514-Nov-13 1:05
professionalTheSniper10514-Nov-13 1:05 
QuestionRe: programing the whole site using html 5 or html4?? Pin
Richard MacCutchan14-Nov-13 2:42
mveRichard MacCutchan14-Nov-13 2:42 
AnswerRe: programing the whole site using html 5 or html4?? Pin
TheSniper10514-Nov-13 2:49
professionalTheSniper10514-Nov-13 2:49 
GeneralRe: programing the whole site using html 5 or html4?? Pin
Richard MacCutchan14-Nov-13 2:55
mveRichard MacCutchan14-Nov-13 2:55 
AnswerRe: programing the whole site using html 5 or html4?? Pin
Richard Deeming14-Nov-13 4:32
mveRichard Deeming14-Nov-13 4:32 
QuestionProject deployment to QA server Pin
vkEE13-Nov-13 4:25
vkEE13-Nov-13 4:25 
AnswerRe: Project deployment to QA server Pin
Richard Deeming13-Nov-13 4:54
mveRichard Deeming13-Nov-13 4:54 
QuestionI want do some DataMapping, is there any Best Practice? Pin
aptx159611-Nov-13 23:34
aptx159611-Nov-13 23:34 
first,I need to sorry about my poor English,but i'll trying to explane my question clearly.

I want doing some client side DataMapping. We have some solution has try out.but the performance is not Good.

For example, i wrote a JSON2Form Parser,in small Data Sample, it works OK,but in Large,It's Become a NightMarely Slow.

the Original Idea is let .net (Nested or Master-Detail ) DataSet XML String dataMapping(or parsing) to a nested Html form. the Html form is tag by Attribute Like 'fieldName','tableName'

Something like a InfoPath Form, For example,

<form>
   Order No. <input  dataMapping="order.billNO"/>
   Order Date. <input  dataMapping="order.date"/>
   <TABLE dynamic="1,1">
      <tr>
        <td> desc</td>
        <td> amt</td>
        <td> unit</td>
        <td> price</td>
        <td> SUM</td>
      </tr>
      <tr>
        <td> <input dataMapping="orderDetail.desc"/></td>
        <td> <input dataMapping="orderDetail.amt"/></td>
        <td> <input dataMapping="orderDetail.unit"/></td>
        <td> <input dataMapping="orderDetail.price"/></td>
        <td> <input dataMapping="orderDetail.SUM" 
        calc="orderDetail.amt*orderDetail.price"/></td>
      </tr>
   </TABLE>
</form>


I want parsing a XML into That HTML.

is There Any Good Idea.
AnswerRe: I want do some DataMapping, is there any Best Practice? Pin
aptx159611-Nov-13 23:51
aptx159611-Nov-13 23:51 
Questionwhy I am not getting the value on remote Pin
Jassim Rahma11-Nov-13 11:09
Jassim Rahma11-Nov-13 11:09 
Questionbanner management for ad rotation Pin
Jassim Rahma9-Nov-13 23:04
Jassim Rahma9-Nov-13 23:04 
QuestionHeading text alignment problem Pin
Mark F.9-Nov-13 4:42
Mark F.9-Nov-13 4:42 
AnswerRe: Heading text alignment problem Pin
Richard Andrew x649-Nov-13 9:08
professionalRichard Andrew x649-Nov-13 9:08 
SuggestionRe: Heading text alignment problem Pin
Peter Leow10-Nov-13 4:22
professionalPeter Leow10-Nov-13 4:22 
GeneralRe: Heading text alignment problem Pin
Mark F.10-Nov-13 5:16
Mark F.10-Nov-13 5:16 
AnswerRe: Heading text alignment problem Pin
Peter Leow11-Nov-13 17:49
professionalPeter Leow11-Nov-13 17:49 
GeneralRe: Heading text alignment problem Pin
Mark F.19-Nov-13 5:15
Mark F.19-Nov-13 5:15 
Questionuse MySQL's but as true || false Pin
Jassim Rahma7-Nov-13 12:47
Jassim Rahma7-Nov-13 12:47 
QuestionActiveX Control Permissions Pin
Richard Andrew x647-Nov-13 12:20
professionalRichard Andrew x647-Nov-13 12:20 
AnswerRe: ActiveX Control Permissions Pin
shalu_june1412-Nov-13 10:33
shalu_june1412-Nov-13 10:33 
Questioninsert variable from include file Pin
Jassim Rahma5-Nov-13 8:44
Jassim Rahma5-Nov-13 8:44 
QuestionThis webpage has a redirect loop Pin
Jassim Rahma4-Nov-13 23:46
Jassim Rahma4-Nov-13 23:46 
AnswerRe: This webpage has a redirect loop Pin
thatraja4-Nov-13 23:55
professionalthatraja4-Nov-13 23:55 
AnswerRe: This webpage has a redirect loop Pin
Kornfeld Eliyahu Peter5-Nov-13 0:03
professionalKornfeld Eliyahu Peter5-Nov-13 0:03 
GeneralRe: This webpage has a redirect loop Pin
Jassim Rahma5-Nov-13 0:09
Jassim Rahma5-Nov-13 0:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.