Tagged Questions
The pageload tag has no wiki summary.
27
votes
4answers
473 views
Why do all browsers download all CSS files - even for media types they don't support?
If I specify a CSS link with an unsupported media type ("bork") it still gets downloaded by every browser I've tried (including both desktop and several mobile browsers).
<link href="bork.css" ...
9
votes
4answers
10k views
PHP echo vs PHP short tags
Are they equal in safeness? I was informed that using
<?=$function_here?>
was less safe, and that it slows down page load.
So I am now strictly biased to using echo.
I just wanted to know ...
7
votes
3answers
544 views
Is the “async” attribute/property useful if a script is dynamically added to the DOM?
This question is sort of a tangent to Browser support for <script async=“true” />?.
I've seen a few scripts lately that do something like this:
var s = document.createElement('script');
s.type ...
6
votes
2answers
2k views
How can we keep OpenX from blocking page load?
We're using OpenX to serve ads on a number of sites. If the OpenX server has problems, however, it blocks page loads on these sites. I'd rather have the sites fail gracefully, i.e. load the pages ...
5
votes
3answers
245 views
bypass refresh behavior of firefox
How do you capture 'refresh' button or event of firefox browser using javascript and immitate the behavior of IE when refreshing forms. Firefox refills the forms which destroys my ajax UI.
5
votes
2answers
814 views
jQuery trigger mouseover function when page loads with the mouse over the element
I have an ASP.NET document, with an Image element within it.
I created a mouseover function on this image element and it's working fine.
The question is:
If the mouse is ALREADY over the element when ...
5
votes
4answers
88 views
where is the best place to place a javascript snippet to alter the DOM of a page before it renders
I have a few dynamic pages and I want to alter certain elements before the page has fully rendered.
My snippet is something like
document.body.getElementById("change").innerHTML = "<img src...";
...
4
votes
1answer
194 views
Specifying image dimensions in HTML vs CSS for page loading
I've learnt from somewhere a long time ago that specifying width and height for <img> elements in an HTML document speeds up and improves the page loading experience, and have generally kept to ...
4
votes
2answers
4k views
HTML - force page scroll position to top at page refresh
i am building a website which i am publishing in DIVs... when i refresh the page.. if the page was scrolled to position X... after page refresh when the page is loaded it will be at the same at ...
4
votes
8answers
972 views
Is it better to display latest tweets on a webpage using the PHP API or Javascript?
I want to display a user's latest Tweets on a webpage while maintaining the ability to style the Tweets with custom CSS and also maintaining good page load speed.
I have managed to display the latest ...
4
votes
3answers
641 views
How to manage that aspx pages load faster?
I have a (big) problem that all of you that work with Webforms might have.
The problem is the time to load a page.
Using localhost (witch should be the fastest mode) in Vista (IIS 7) I get this ...
3
votes
4answers
368 views
.net page loading twice without reason
I have an unusual problem. Every page in my web application is loading twice! When debugging the onload event is hit twice. I have checked iis logs and have seen same.
My application is .net 3.5, ...
3
votes
2answers
189 views
How to periodically poll for data, but stop the Firefox page loading indication?
I need to have my web page periodically poll the server for new information every 10 seconds. I have a timer (setTimeout) setup to call my AJAX function to get the data. On completion, the AJAX ...
3
votes
2answers
128 views
jQuery - pull navigational focus to a particular link on page load
As soon as a page loads, I want the focus to jump to a particular link, so hitting enter will 'click' it.
I've tried
$('ul li a:first').focus();
without luck, but I think I may be misinterpreting ...
3
votes
1answer
294 views
If Javascript code block is not at end of HTML file, but is using jQuery's $(document).ready(function() {…}), will it slow down the page display?
It is said that Javascript code should be all placed at the end of HTML file, so that the page content is shown first, for the user to see something (so that the user is satisfied to see something ...
3
votes
3answers
1k views
How do i find out what is slowing down my page load in IE7
http://shanamccormick.com
The page loads all the images and then says "(1 item remaining) Waiting on http:// shanamccormick com..." How can i see what it is waiting to load here?? and why does it ...
3
votes
6answers
4k views
Page doesn't fully load in IE7 or IE8 (but works in other browsers)
I've come across a really strange problem where a page I'm trying to test in IE7 and IE8 is taking forever to load. The problem is that it works in all other browsers just fine (yes... even IE6). The ...
3
votes
8answers
1k views
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 before they can start using a page on my site. From when they ...
2
votes
2answers
33 views
How to make a timed automatic content toggle?
Hi here's the goal: to create an automatic bit of content that toggles open after a set period of time automatically on page load. I don't want any button or text to control the toggle, and it would ...
2
votes
1answer
34 views
How can I measure pageload time on iPhone Safari?
I am following these pages to live stream video files to my iPhone.
...
2
votes
2answers
312 views
Is it possible to edit meta tag content via javascript before the page load event?
On our website we have limited access to the back-end code, so try to make as much edits to the site using JQuery, etc.,. We are currently adding meta tags to the head via JQuery using the append ...
2
votes
4answers
136 views
Call a button_click on page_load asp.net
I have a search textbox and a search button, when clicked displays a grid with the following names and gender.However I have redirected the page to another page on edit.Now When I comeback from that ...
2
votes
2answers
156 views
How to tell if a form checkbox is checked through a pageload asp.net
Sorry if this is a duplicate, most of the questions that I looked at were similar but not the same question.
I have a form with a checkbox:
<input id = "ppCheckBox" type = "checkbox" name = ...
2
votes
5answers
259 views
Which elements will load first in an html page?
hi I want to know which elements will load first when we open a web page?
For eg. A web page contains html tags, scripts, styles, images etc. When we open a website which will load first.
Any body ...
2
votes
1answer
101 views
Using List<T> causes second Page Load in ASP.Net
I have a fairly simple web application that gets a list of items from a database (in a DataTable), and binds a view of that DataTable to a Repeater.
When converting my DataTable to a List (which is ...
2
votes
1answer
574 views
ashx control returning image, jquery get size on load or .NET OnLoad methods not working
I have an ASHX handler returning an image on page load. I need to add a class to the image dynamically depending on the dimensions of the image. I have tried doing this using the following methods:
...
2
votes
2answers
300 views
jQuery: List expands on page load
I've been looking for something very simple: How to make a side navigation expand with animation on page load, but all the tutorial websites I usually go to don't seem to have it.
The closest I ...
2
votes
1answer
1k views
button click event call on page load
hi expert i am new in asp.net development, i have problem when page load fired a click event of button is automatically fired will you please tell me why it is happening and what is the solutions for ...
2
votes
3answers
190 views
How do I keep the background images from “flashing” befor content loads?
I am working on a new site and have a repeating background image that provides "continuous" flow of the page colors. Visually it blends perfectly with the content, however, when the page loads or when ...
2
votes
1answer
650 views
Greasemonkey script not executed when unusual content loading is being used
I'm trying to write a Greasemonkey script for Facebook and having some trouble with the funky page/content loading that they do (I don't quite understand this - a lot of the links are actually just ...
2
votes
4answers
363 views
.net ViewState in page lifecycle
I have a page containing a control called PhoneInfo.ascx. PhoneInfo is dynamically created using LoadControl() and then the initControl() function is called passing in an initialization object to set ...
2
votes
2answers
522 views
Run a javascript function on script load
I am using jQuery. I keep all of my function definitions wrapped in the $(document).ready event in application.js. I have a function from it that I would like to call somewhere in the body of the ...
2
votes
1answer
658 views
Does the iframe have any effect on page load time? Why not?
Like the headline says: What effect does iframe have on page load time? Thanks.
2
votes
2answers
531 views
Triggering ASP ValidationGroup validation upon page load
I'm looking for a way to trigger ASP.NET validator controls upon a page loading.
I have a ValidationSummary and a series of RequiredFieldValidators and CheckBoxListValidators on my page all assigned ...
2
votes
2answers
378 views
Placeholders Not Instantiated when adding Controls Programmatically
I have a an ASPX Page with a Placeholder control declared.
In the Codebehind I create a UserControl I have and add it to the Placeholder.
protected void Page_Load(object sender, EventArgs e)
{
...
2
votes
2answers
7k views
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 (I'm retrieving the Role Groups to add to the drop down list in the code-behind)
Protected Sub ...
2
votes
4answers
19k views
How to display a loading screen while site content loads
I'm working on a site which contains a whole bunch of mp3s and images, and i'd like to display a loading gif while all the content loads. I have no idea how to achieve this, but I do have the animated ...
2
votes
3answers
4k views
Know of a good page load progressbar for my ASP.net application?
Just wondering if anyone has seen any usable progress bar for C# .net apps. My app takes about 20-60 secs to load and I would love to show users a progress bar while they wait. I saw this one but ...
1
vote
2answers
39 views
How do I slide/open specific menu item using javascript / jquery on page load?
I'm new to java and jquery scripting, I've managed to learn how to open menu on item mouse click, but how do I open specific menu on page load?
I'm using this:
<!-- menu -->
<div ...
1
vote
2answers
51 views
how does this website do the page load animation? [closed]
http://visualidiot.com/articles/hacking-facebook
Going to any article on this website, you'll see that the main body of the page does an animation where it slides down, then up a little. The main ...
1
vote
3answers
37 views
Image loading on page load
I have this htmls on a page which renders a photo album.
As you can see that there are 3 <img> tags.
The first two is under <li> which has display:none. But the last image is visible as ...
1
vote
4answers
53 views
jQuery Anything Slider loading flash
I have the Anything Slider working on my site, but I can't seem to get rid of the 2-3 second flash that occurs while the page is loading. When you first visit or refresh the page you'll see what ...
1
vote
3answers
92 views
code to check page has finish loading (asp.net c#)
I need a solution for this problem
I need to check whether the page have finish loading and then it will execute the method that i already created in code behind c#.
I need to make sure the page is ...
1
vote
1answer
54 views
Postback won't show changes until an additional postback?
I have a working login form. I was just trying to do a simple test to see if it worked and it seems to only work when posting back a second time. In other words...
I enter my username/password and ...
1
vote
3answers
73 views
How to disable the page and display a In process text Or a Loading in Asp.net website
I call a method to Send Email to the user ID and Redirect to the same page. Since the time taken for the server to send email is high, the page appears as if the send button is not clicked. Since ...
1
vote
1answer
106 views
add a function on Page Load in Javascript
I have the folowing javascript code, what it does its loads a Map with different regions, when you hover or click over a country, it will display aditional information about that country in the right ...
1
vote
0answers
44 views
HTML Parsing: Clicking element with “onclick” handler does not update WebBrowser ReadyState
I am looking for a way to CLICK an HTML element on a page programmatically. If the page is opened in a Browser and we need to click on a <A> element then instead of clicking we can retrieve the ...
1
vote
1answer
127 views
Drupal ajax page loading instead of re-freshing
I am attempting something different with a new site. I am using AJAX to dynamically load the entire page content instead of allowing the HTML to refresh as normal.
If you visit ...
1
vote
2answers
41 views
Remotely investigating / measuring occasional slow loading speed of a dynamic page
I've been getting reports from some visitors of one of my web sites that it loads for them pretty slowly, but I can't recreate this slowness from any of my different machines or Internet connections.
...
1
vote
1answer
75 views
Page load times with iframes
I could probably go benchmark this myself but I'm not 100% sure how to go about it so I'm asking here to see if anyone knows the answer to the problem already.
I have some webpage, it has a load of ...