webpage

how to improve website loading time improvement which approach is best?

大兔子大兔子 提交于 2019-12-11 13:55:54
问题 today I was checking for the loading time of the website. I used webtestpage.org to see which resource takes how much time. I have attached the spanshot for the result. webpagetest image for homepage webpagetest image for perl editor it takes much time to load so help me to improve my site performance here is links which i cheked in webpagetest.org 1st link 2nd link help me and give suggestions what i have do to minimize website loading time 回答1: try below, use gooogle pagespeed utility to

Scrolling an element on a web page to take screenshots

梦想与她 提交于 2019-12-11 10:23:29
问题 I want to automate scrolling and taking screenshots of a mobile site. The page itself is not scrollable, so $oIE.document.parentwindow.scroll doesn't work. I don't know how to scroll an element on that page (which contains the content I want to take screenshots of). $oIE = _IECreate($page_likers_url) While Not (IsObj($oIE)) Sleep(1000) $oIE = _IECreate($page_likers_url) WEnd While $oIE.ReadyState <> 4 Sleep(1000) WEnd $LastHeight = $oIE.document.body.scrollHeight $Flag = True $Times = 0 While

cacheing of webpage for offline use (android)

纵饮孤独 提交于 2019-12-11 10:03:20
问题 i am following this question from stack overflow for my query. the code works fine but when in offline mode it does not load any page , instead it shows no internet connection. i am doubtful if the webpage is really being written to the cache. my code is below- private void openURL() { webView.getSettings().setAppCacheMaxSize(5 * 1024 * 1024); // 5MB webView.getSettings().setAppCachePath(getApplicationContext().getCacheDir().getAbsolutePath()); webView.getSettings().setAllowFileAccess(true);

Webpage loads only when mouse is moved

只愿长相守 提交于 2019-12-11 09:35:19
问题 I'm having an issue where my webpage loads only when I move the mouse. I've loaded a joomla template.It loads up on Mozilla Firefox without any issue, but in IE only when I move the mouse the page displays. Can anyone advice where and what I need to check? Looking through the forums, I see that there is a mouse tracking event, or movement. But would like to know more information. Or if someone could help me get rid of it. It would be great Thank you Eric 来源: https://stackoverflow.com

Following a javascript postback using COM + IE automation to save text file

喜你入骨 提交于 2019-12-11 09:19:59
问题 I want to automate the archiving of the data on this page http://energywatch.natgrid.co.uk/EDP-PublicUI/Public/InstantaneousFlowsIntoNTS.aspx, and upload into a database. I have been using python and win32com (behind a corporate proxy, so no direct net access, hence I am using IE to do so) on other pages to do this. My question is that is there anyway to extract and save the CSV data that is returned when clicking the "Click here to download data" link at the bottom? This link is a javascript

Unable to publish to facebook feed

雨燕双飞 提交于 2019-12-11 08:42:12
问题 I operate a website, http://www.plingo.com.br/ I have created a like button for that webpage, as well as specified opengraph tags that point back to the same URL and included a video. I have set the og:type tag to 'blog'. When someone clicks Like, the video and URL get posted to the users feed as expected. However, my issue revolves around being able to publish to users of my feed. As you can see in my opengraph tags, I have associated my URL to a facebook application that I own. I have

Converting Webpage into image using javascript [duplicate]

谁说胖子不能爱 提交于 2019-12-11 08:34:30
问题 This question already has answers here : Closed 7 years ago . Possible Duplicate: Using HTML5/Canvas/Javascript to take screenshots I am having 1 webpage in which I am getting some details from db in the form of table I want that page to be saved as an image so that that image I can mail it to the user.Can anybody help me out please 回答1: javascript in the webrowser for security reasons doesn't have the ability to do something low level like take a screenshot of the users screens. You can take

Button to darken the whole page?

旧时模样 提交于 2019-12-11 08:31:53
问题 I'm making a website in CSS and HTML (ofc there's JS, jQuery and XML but let's stick to the point) I want to make a button whats using <ul> and <li> to darken the webpage, I found this, code: #dimmer { background:#000; opacity:0.5; position:fixed; /*enter code here important to use fixed, not absolute */ top:0; left:0; width:100%; height:100%; display:none; z-index:9999; /* may not be necessary */ } Anyone of you know how to make the CSS menu button to use the div inside of itself? 回答1: Here

VBA, get and manage the active web page after browser closing and re-opening

左心房为你撑大大i 提交于 2019-12-11 06:57:44
问题 in my Access & VBA application i Have to get and manage a web page of a web order application. Normally, I use the solution indicated in this post, which normally works perfectly: VBA Open web page, login and get the opened page But, now I have another old web application to connect with my Access software. In this web application, after login, the web page closes itself and open an other browser session with the first user page. In other words: 1) The user fill the login form with the user

parallax navigation menu title to show

爷,独闯天下 提交于 2019-12-11 05:53:56
问题 Hi I am trying to create a single webpage website. I was able to create the navigation on the right side using circle, but it does not show the title(which is the name of each part of the menu.) This webpage is example of the menu on the right side. http://jonathannicol.com/projects/parallax-scrolling/ Here is my CSS & HTML code: #fp-nav { position: fixed; z-index: 52; top: 50%; right: 15px; padding: 0 10px 0 0; -webkit-transition: opacity .3s 0s linear; -moz-transition: opacity .3s 0s linear