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

Web Development

 
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 
This isn't really a CSS problem, but rather a latency/synchronous call one.

Here's the deal: your CSS operates in a synchronous manner, which means that it makes one request, receives a response, then makes the next, and so on. In your case it's doing that at least 1350 times. It's never ever going to be instant with your current design.

Now, I'm assuming that the user (you in this case) are not viewing/consuming 1350 image files at once, so there's a workaround called AJAX. You pull down the images that you need instantly, and have a JavaScript running that will pull down images as you scroll.

One jQuery library that does this is GitHub - webcreate/infinite-ajax-scroll: Turn your existing pagination into infinite scrolling pages with ease
"Never attribute to malice that which can be explained by stupidity."
- Hanlon's Razor

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 
QuestionSystem.net.http.httprequestexception Error while copying content to a stream' on 401 API Response Pin
BalasubramanianK7-Nov-18 23:30
BalasubramanianK7-Nov-18 23:30 
AnswerRe: System.net.http.httprequestexception Error while copying content to a stream' on 401 API Response Pin
Nathan Minier14-Nov-18 3:25
professionalNathan Minier14-Nov-18 3:25 
QuestionOraOLEDB error '80040e4b' Pin
samflex5-Nov-18 10:31
samflex5-Nov-18 10:31 
QuestionWhy so many style sheets use a instead of button? Pin
maze326-Oct-18 6:27
professionalmaze326-Oct-18 6:27 
AnswerRe: Why so many style sheets use a instead of button? Pin
Eddy Vluggen26-Oct-18 7:08
professionalEddy Vluggen26-Oct-18 7:08 
QuestionBootStrap treeview using Json sharepoint custom webpart Pin
qasimidl17-Oct-18 4:36
qasimidl17-Oct-18 4:36 
QuestionSet Apache Tomcat 9 to ipv4 on Windows Pin
Valentinor15-Oct-18 21:23
Valentinor15-Oct-18 21:23 
AnswerRe: Set Apache Tomcat 9 to ipv4 on Windows Pin
Kornfeld Eliyahu Peter16-Oct-18 8:14
professionalKornfeld Eliyahu Peter16-Oct-18 8:14 
Questionerror: (405) Method Not Allowed. Pin
Member 1401549310-Oct-18 20:02
Member 1401549310-Oct-18 20:02 

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.