Click here to Skip to main content
15,867,453 members
Home / Discussions / Web Development
   

Web Development

 
QuestionRESTful API practices in the realworld Pin
wolfbinary28-Nov-18 4:35
wolfbinary28-Nov-18 4:35 
AnswerRe: RESTful API practices in the realworld Pin
Richard Deeming28-Nov-18 5:48
mveRichard Deeming28-Nov-18 5:48 
QuestionWhat is a clearfix hack in CSS where exactly can I use this CSS class? How many types we have in this. Pin
Member 1406829826-Nov-18 21:29
Member 1406829826-Nov-18 21:29 
AnswerRe: What is a clearfix hack in CSS where exactly can I use this CSS class? How many types we have in this. Pin
Richard MacCutchan27-Nov-18 0:26
mveRichard MacCutchan27-Nov-18 0:26 
QuestionLaunch a form from local HDD Pin
_Flaviu22-Nov-18 7:00
_Flaviu22-Nov-18 7:00 
AnswerRe: Launch a form from local HDD Pin
F-ES Sitecore27-Nov-18 0:19
professionalF-ES Sitecore27-Nov-18 0:19 
GeneralRe: Launch a form from local HDD Pin
_Flaviu27-Nov-18 1:34
_Flaviu27-Nov-18 1:34 
GeneralRe: Launch a form from local HDD Pin
F-ES Sitecore27-Nov-18 3:51
professionalF-ES Sitecore27-Nov-18 3:51 
Depends how much you want to show. You could just extract the relevant data from the response and show that somehow, even in a browser if it allows you to show specific html rather than just load from files\urls. If you wanted to show the whole page you could convert any non-absolution resources to absolute ones, so

src="/css/styles.css"


would become

src="http://www.targetserverhere.com/css/styles.css"


and that would give you html you could possibly load into your browser control.
GeneralRe: Launch a form from local HDD Pin
_Flaviu27-Nov-18 6:22
_Flaviu27-Nov-18 6:22 
GeneralRe: Launch a form from local HDD Pin
F-ES Sitecore27-Nov-18 6:33
professionalF-ES Sitecore27-Nov-18 6:33 
GeneralRe: Launch a form from local HDD Pin
_Flaviu27-Nov-18 8:47
_Flaviu27-Nov-18 8:47 
GeneralRe: Launch a form from local HDD Pin
F-ES Sitecore27-Nov-18 23:11
professionalF-ES Sitecore27-Nov-18 23:11 
GeneralRe: Launch a form from local HDD Pin
_Flaviu27-Nov-18 23:22
_Flaviu27-Nov-18 23:22 
GeneralRe: Launch a form from local HDD Pin
F-ES Sitecore27-Nov-18 23:38
professionalF-ES Sitecore27-Nov-18 23:38 
GeneralRe: Launch a form from local HDD Pin
_Flaviu29-Nov-18 2:27
_Flaviu29-Nov-18 2:27 
Questionlearning CSS Pin
_Q12_20-Nov-18 11:52
_Q12_20-Nov-18 11:52 
AnswerRe: learning CSS Pin
Nathan Minier21-Nov-18 1:10
professionalNathan Minier21-Nov-18 1:10 
GeneralRe: learning CSS Pin
_Q12_21-Nov-18 3:45
_Q12_21-Nov-18 3:45 
AnswerRe: learning CSS Pin
W Balboos, GHB11-Dec-18 8:30
W Balboos, GHB11-Dec-18 8:30 
GeneralRe: learning CSS Pin
_Q12_11-Dec-18 14:45
_Q12_11-Dec-18 14:45 
GeneralRe: learning CSS Pin
W Balboos, GHB12-Dec-18 0:53
W Balboos, GHB12-Dec-18 0:53 
QuestionDomain Masking (SOLVED) Pin
samflex16-Nov-18 4:00
samflex16-Nov-18 4:00 
AnswerRe: Domain Masking Pin
Richard Deeming16-Nov-18 6:43
mveRichard Deeming16-Nov-18 6:43 
GeneralRe: Domain Masking Pin
samflex16-Nov-18 7:29
samflex16-Nov-18 7:29 
QuestionUnderstanding (or not) Sessions and session_regenerate_id Pin
MikeD 29-Nov-18 7:16
MikeD 29-Nov-18 7:16 

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.