54 questions
-1 votes
2 answers
192 views
Monserrat Google Font issue showing different rendered fonts despite same CSS and @import
I am working on a Hubspot website that has two versions of the same custom theme. The theme version 1 (V1) is on the older pages and we are updating the site to version 2 (V2) so the new pages have ...
2 votes
2 answers
712 views
Text background with specific line-height not the same in Chrome and Firefox
I'm trying to get a semi-transparent background that "follows" the text: i.e. the background should not be a rectangular box, but rather a "jagged box" that stops at each linebreak. Like this: I do ...
4 votes
2 answers
2k views
Server side or client side rendering
How to decide up front when building a web app between server side and client side rendering. Is there any general guideline or best practice for all websites? What should be recommended, server side ...
-2 votes
1 answer
859 views
CSS performance vs media query placement
I am working on my second foray into designing a responsive website for my business. I am wondering about best way to organize my css file with browser rendering performance in mind. There will be ...
1 vote
2 answers
700 views
hook_menu not working on a custom module
May be I am something obvious but a simple custom Hello world module isn't working. I have spent a couple of days trying to fix this but no progress at all. hello_world.info name = Hello World ...
0 votes
1 answer
217 views
Finding out loading time of webelements in a webpage using selenium webdriver
I have a webpage(HTML 5) in which there are 4 charts, each of which taking different time to load once the static content in the page comes up. The Loading is shown in the webpage using a 'rendering' ...
1 vote
1 answer
2k views
How to find total DOM processing and page rendering time in chrome
How to find total DOM processing and page rendering time in chrome for a particular page (running locally) .. i want to see the total time for the entire page and not individual resources in the page.
0 votes
1 answer
90 views
IE rendering issue on responsive website
This responsive page (and similar) works fine in Chrome an Firefox, but it does not work properly when viewed in IE when the browser windows is made small. The viewport does not seem to be sized as ...
1 vote
0 answers
306 views
Chrome cancels request on link clicking befoe the page totally loaded. And FF doesn't
There is a front-end problem in my web-app: for example I have a page with plenty of JS code executed on that page. There is a link on it like <a href="OneAction.action?nextAction=/further/OneMore....
3 votes
5 answers
3k views
Background color switching to transparent while scrolling in WebKit browsers
I am working on making a fixed navigation web site. I have a navigation bar fixed at the top of the screen using absolute positioning. The CSS looks something like this: .navbar { background-...
3 votes
2 answers
2k views
Checkbox not highlighted on hover in Chrome 32
When I hover over a checkbox or it's label in Firefox or IE, the checkbox enters an active state where it is highlighted, indicating that a click will affect it. However this doesn't appear to be ...
0 votes
1 answer
110 views
why this font has such a nice rendering?
through this question I found out how to find the fonts' name which are used in design of web pages(thanks everyone) but my question is that I have never installed such a font(in this case: 'Freight ...
5 votes
1 answer
4k views
How important it is to measure the page render/load time in web application [closed]
When we test for the Performance of an Web Application what generally people concentrate on ?. Is it the http response time ?. Or is it the time page takes to load/render completely on client browser ...
0 votes
1 answer
307 views
Create some script for printing out several webpages
I have these webpages with content that I want to print out. I could go to each webpage and just choose to print it. But I thought that it would be more fun and maybe a little useful, atleast for me; ...
1 vote
1 answer
164 views
Adding aligned image to table cell causes rendering bug in Chrome and Firefox
I have an image that is set to vertical-align: text-top inside a table cell. In Internet Explorer it renders correctly, but Chrome renders incorrectly: Internet Explorer 10 (10.0.9200.16660): Chrome ...