Top "Pageload" questions

Use this for general web page loading questions (HTML, PHP, ASP, etc).

Get image source by ID with size

I'm working on a WP site with some promotion / advert sliders with a Google Analytics click event. Works great, now …

wordpress responsive-design pageload picturefill
check if a querystring exists, if not create one - PHP

I have several pages which use querystrings to highlight an option in a menu, all the url's on the page …

php url query-string pageload
How to jQuery slidedown once page has already been loaded

I am having a timing issue when attempting to slide down my more info div. My desired functionality is that …

jquery onload pageload slidedown
handle event before Page_Load

I have an asp.net web page with a ton of code that is handled in the Page-Load event of …

asp.net page-lifecycle pageload
How to wait for a click() event to load in phantomjs before continuing?

Phantomjs has these two really handy callbacks onLoadStarted and onLoadFinished which allow you to essentially pause execution while the page …

click phantomjs pageload
What is a reliable way to calculate actual (web) page loadtime

I'm interested in knowing the actual average page loadtime for my webapplication. Simplistically, how log does my average visitor wait …

javascript performance pageload
Problem finding a control within a FormView from code-behind

Here the code behind... I'm trying to retrieve this control so I can add items to the drop down list (…

asp.net vb.net formview findcontrol pageload
page load() or page init()

In asp.net, when do you bind your gridviews? at Page Load() or Page Init()....why?

asp.net pageload page-init
How can I add FacesMessage during page load? Using @PostConstruct does not seem to work

In a backing bean's @PostConstruct method, I make a call to an EJB which might return some messages that I …

jsf message pageload postconstruct
Does the metadata preload attribute on html 5 loads the entire video?

When using html 5 video tag, does the preload="metadata" attribute load the video already? I'm a bit concerned about the …

html performance video pageload