Click here to Skip to main content
15,886,806 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: WCF Threading? [Urgent! ] Pin
ZurdoDev17-Apr-12 6:12
professionalZurdoDev17-Apr-12 6:12 
AnswerRe: WCF Threading? [Urgent! ] Pin
Simon_Whale13-Apr-12 3:30
Simon_Whale13-Apr-12 3:30 
GeneralRe: WCF Threading? [Urgent! ] Pin
helloworld202013-Apr-12 3:55
helloworld202013-Apr-12 3:55 
GeneralRe: WCF Threading? [Urgent! ] Pin
helloworld202013-Apr-12 4:12
helloworld202013-Apr-12 4:12 
AnswerRe: WCF Threading? [Urgent! ] Pin
helloworld202014-Apr-12 2:24
helloworld202014-Apr-12 2:24 
QuestionFluid height for jqgrid Pin
johnysamuel10-Apr-12 19:50
johnysamuel10-Apr-12 19:50 
AnswerRe: Fluid height for jqgrid Pin
Vincent Ghomus12-Apr-12 3:09
Vincent Ghomus12-Apr-12 3:09 
AnswerRe: Fluid height for jqgrid Pin
ZurdoDev17-Apr-12 6:16
professionalZurdoDev17-Apr-12 6:16 
JavaScript
$(document).ready(function () {
             $(window).resize(function () {
                 setHeight();
             });
             setHeight();
     });
     function setHeight() {
         try {
             var win, ht;
             win = $(window).height();

             ht = win - 35;  // some number for padding, or banner, or whatever
             $("#divOfGrid").height(ht);
         }
         catch (e)
         { }
     }

There are only 10 types of people in the world, those who understand binary and those who don't.

QuestionThe limit of sending large number of emails Pin
Elham M9-Apr-12 22:50
Elham M9-Apr-12 22:50 
AnswerRe: The limit of sending large number of emails Pin
Richard MacCutchan10-Apr-12 0:16
mveRichard MacCutchan10-Apr-12 0:16 
GeneralRe: The limit of sending large number of emails Pin
Elham M10-Apr-12 0:37
Elham M10-Apr-12 0:37 
GeneralRe: The limit of sending large number of emails Pin
Richard MacCutchan10-Apr-12 0:43
mveRichard MacCutchan10-Apr-12 0:43 
QuestionSMS gateway Pin
Amitava Dey from Agartala, Tripura9-Apr-12 2:59
Amitava Dey from Agartala, Tripura9-Apr-12 2:59 
AnswerRe: SMS gateway Pin
ZurdoDev17-Apr-12 6:16
professionalZurdoDev17-Apr-12 6:16 
QuestionDatabase connection pool thr application Pin
anishkannan2-Apr-12 21:31
anishkannan2-Apr-12 21:31 
AnswerRe: Database connection pool thr application Pin
R. Giskard Reventlov5-Apr-12 6:43
R. Giskard Reventlov5-Apr-12 6:43 
AnswerRe: Database connection pool thr application Pin
creditmesh17-May-12 23:32
creditmesh17-May-12 23:32 
QuestionMail sent from a form in PHP is not working always! Pin
Joan M2-Apr-12 21:27
professionalJoan M2-Apr-12 21:27 
AnswerRe: Mail sent from a form in PHP is not working always! Pin
Graham Breach2-Apr-12 23:57
Graham Breach2-Apr-12 23:57 
GeneralRe: Mail sent from a form in PHP is not working always! Pin
Joan M3-Apr-12 0:42
professionalJoan M3-Apr-12 0:42 
GeneralRe: Mail sent from a form in PHP is not working always! Pin
Joan M5-Apr-12 4:58
professionalJoan M5-Apr-12 4:58 
Questionhai Pin
ragupathy12532-Apr-12 0:50
ragupathy12532-Apr-12 0:50 
AnswerRe: hai Pin
Pete O'Hanlon2-Apr-12 0:58
mvePete O'Hanlon2-Apr-12 0:58 
AnswerRe: hai Pin
Abhinav S2-Apr-12 1:05
Abhinav S2-Apr-12 1:05 
QuestionRichText In HTML Pin
Kevin Marois30-Mar-12 11:45
professionalKevin Marois30-Mar-12 11:45 

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.