The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
24 views

commandButton doesn't set correctly f:param if it got a javascipt method in onclick event

Between two JSF views xhtmls (both have view scoped backing beans) I would like to pass parameters if the user click a link or a button. If I have an attribute onclick with a JavaScript function to ...
-3
votes
0answers
25 views

Which web render should I use to get the coordinates of html elements in a Java application?

I want to get the coordinates of html elements in my Java application. The webrenderer(http://www.webrenderer.com/) is maybe good for my application, but it is not free. Can the Lobo and webkit ...
0
votes
1answer
26 views

Website displaying green corrupted jpeg images on iPhone

http://imgur.com/a/UpbmC Has anyone ran into this problem before? I seem to be getting corrupted images or bad rendering on Safari for iPhone while on Chrome it is fine. The website is ...
0
votes
0answers
38 views

How to render html code with asp.net class

I need to be able to add a dynamic html code to a random cshtml page using my class: public class HTMLRenderClass { //--here I generate html code public void RenderControll() { ...
0
votes
0answers
10 views

How to detect using JS when a table cell occupies two lines?

I am displaying some information in an HTML table. I have added an input control and some Javascript to allow changing the font size - that way they can maximize the content on this self-refreshing ...
0
votes
0answers
57 views

Phonegap Android 4.0 issue of rendering listview from ajax response

In my app, i have a functionality of displaying data from server after the basic UI is loaded into the page. After i got the response, i am preparing the list view, did refresh. What happens after ...
1
vote
1answer
64 views

How do I avoid double URL encoding when rendering URLs in my website?

Users provide both properly escaped URLs and raw URLs to my website in a text input; for example I consider these two URLs equivalent: https://www.cool.com/cool%20beans https://www.cool.com/cool ...
0
votes
1answer
52 views

What Sequence should be for execution of javascript / jquery / CSS and other controls for HTML page rendering? [closed]

What should be best practices to fast loading of webpage. What are the important things for consideration?
0
votes
1answer
30 views

What happens when inline content goes past it's block? [closed]

What attribute/property decides what happens when the inline content within a block-level element does not fit in it? This text, if continued, expands the containing box - it doesn't go continually to ...
5
votes
2answers
108 views

server side browser

I was wondering if it is possible to run a browser (specifically a browser engine) on the server side. I do not just mean to render a page but to keep a browser open for some time, run some JS, do ...
0
votes
1answer
75 views

PHP/prestashop: strange HTML/XML error displayed in the browser

I had a PHP/prestashop (1.5.0.17) application that was running well and suddenly, when my hosting provider changed (maybe he changed some server php options), I started to get the following error: ...
0
votes
1answer
311 views

Burmese Fonts (@font-face) not displaying correction on Android Phone Galaxy S3 with firmware (4.1.2)

I tested my blog in Burmese using @font-face. It works well on, Chrome, Firefox, IE and Safari. I tested with Window, Mac, iPhone and Galaxy S3 (Jelly Bean 4.1.2). I found out that every devices ...
0
votes
2answers
343 views

Outlook 2013 rendering issue: nested table truncating adjacent text

In developing html email newsletters, I often use a structure similar to the following: <table width="244" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffcc"> <tr> <td> ...
0
votes
1answer
49 views

Mustachejs render html markup as html

We are converting an old CMS using Mustachejs. The BODY of the content contains some html elements: <strong>Mickey Mouse</strong> is a funny animal cartoon character created in 1928 by ...
0
votes
0answers
66 views

First page for crawlable ajax application

To make an ajax application crawlable for Google the following specification should be used: https://developers.google.com/webmasters/ajax-crawling/ But when having a backend in php or .net, how ...
2
votes
1answer
40 views

include view after extracting data

I have two functions loadView() and render() in my view class. public function loadView($view){ if(file_exists(APP.'view/'.$view)){ require(APP.'view/'.$view); } ...
0
votes
1answer
148 views

HTML rendering in java swing

I'm using JEditorPane to display HTML right now, but it supports only HTML4 and CSS1 and it has problem with UTF-8 encoding. Is there anything better to render HTML? I don't want to import webkit to ...
0
votes
3answers
100 views

Misplacement of submit type input in Firefox when using min-height

A simple page: <!DOCTYPE html> <html> <head> <style type="text/css"> html, body { height: 100%; width: 100%; margin: 0; padding: 0; } #btn, #btn2 ...
0
votes
2answers
118 views

Render HTML tags from database on mvc 2.0 view

We are using mvc 2.0 We are getting the body from db where its stored in this format (strore in db as varchar) "<p>Thank you for submitting your feedback about recent experience</p> ...
3
votes
2answers
148 views

Jquery toggle (visible/invisible) for only the item clicked on in a template-generated html list

Code <ul> {% for item in lis %} <li> <div id="single-toggle">|Toggle|</div> <div class="visible-when-folded"> <div class="name">{{ ...
0
votes
1answer
75 views

Identify and extract rendered DOM in a web page

I am interested in extracting the text/string literals thats rendered in the web page during a workflow. I want to isolate the strings that are rendered from the ones that are hidden. My intention ...
1
vote
1answer
320 views

JQGrid rendering performance

We have performance issues with JQgrid rendering. Please advise. JQGrid v4.3.2, jquery-1.7.2.min.js, jquery-ui-1.8.1.sortable.min.js, jquery-ui-1.8.20.custom.min.js Browser: IE6,7 Every user is ...
0
votes
0answers
150 views

How can I render HTML in a Silverlight 5 app?

I'm currently working on a project that renders emails in HTML format to a Silverlight 5 app. The app is intended to be viewed via a web browser and not an 'Out of browser' app. The WebBrowser ...
0
votes
2answers
225 views

ASP.Net MVC Jquery AJAX call does render html in viewsource

I am using the following jQuery to fill up cascading dropdown - <script type="text/javascript"> $(document).ready(function () { $("#ddlBrand1").change(function () { $.getJSON("URL", { ...
0
votes
1answer
93 views

ul list not rendering correctly in IE8

When my list shows, the first element of my list is at the correct place, but starting from the 2nd one till the end, they all appear under the bullet instead of besides it :/ if you need to see the ...
1
vote
1answer
78 views

Class-toggling CSS animations not switching frames correctly in Chrome

I wrote an HTML5/CSS3 remake of the Flash game, Chat Noir, about 3 years ago on my iPod Touch using the text editor in iFile (so sorry for the short names and messy code). The game can be found here: ...
0
votes
1answer
217 views

DTAttributedTextView in ios

In my ios app im rendering html tags using DTAttributedTextView this is the rest of the coding structure //create the custom label to get positions UILabel *customLabel = ...
0
votes
0answers
25 views

BIG differences between Firefox11 for Mac and PC. Any hints?

My question is very simple, so any help is really appreciated. Take this URL: https://www.thepusher.co/shop/ Please look at that page with FF11 on mac and it is just ok. Look with FF11 on a pc and ...
0
votes
1answer
71 views

A more effecient approach to a javascript / dom rendering issue?

Apologies in advance for the lengthy explanation. I think this sketches it best! :P Let's say I have 10 div's that were positioned absolute (css) on top of each-other. Each div contains several ...
0
votes
1answer
63 views

Easy way to get hyperlink info from rendered web page

I'd like do this programmatically: Given a page URL, I need to get all links on the page. What's important is that at least 3 pieces of link info must be obtained: anchor text, href attribute value, ...
-2
votes
1answer
122 views

JSF rendering browser dependency [closed]

Is there a browser dependency for rendering JSF components? Using a chrome plugin and google chrome the JSF pages seemed to render a lot faster while compared to IE 6, is there any specific reason for ...
0
votes
0answers
61 views

Generating HTML templates, Converting them To a PDF, Then Returning To Client Via A Webservice

So, I need to be able to return a PDF composed of hundreds of HTML templates for printing purposes, from a web service. It seems like a daunting task, and I have literally no familiarity with any of ...
2
votes
1answer
243 views

Redraw Issues in Chrome

I am experiencing redraw issues in Chrome that I can't explain. They don't appear in any other browser. The website is http://leonardo.re They appear after hovering over a styled DIV containing a ...
0
votes
2answers
120 views

In ASP.NET (C#), what is the proper way to render and reference collection-based forms?

I imagine this question has been asked before (hasn't every question?), but I am struggling with the language necessary to find my way to a solution, so here are some specifics: I have a web form for ...
0
votes
1answer
102 views

Images & form elements automatically disappearing?

I'm having a rather weird issue in IE7 & IE8, when i load one of my websites various items render as expected then after about 1 second they all disappear. This includes form elements, background ...
9
votes
3answers
3k views

Client Side HTML MVC Rendering vs Server Side Rending via NodeJS

We are looking for options on our team to decide between a Angular based client side MVC approach and a server side NodeJS / ExpressJS server side render approach. Our Angular app downloads as one ...
0
votes
1answer
92 views

PHP Markdown Extra - Links not parsing

So I have a site that uses the PHP Markdown Extra extension (with added support for Github Flavored Markdown) and up until recently everything worked fine. However today I noticed both on my live ...
1
vote
2answers
137 views

How to render a query result as checkboxes in GAE Jinja2?

I want to put a button on my application that allows users to query a specific name in the datastore. When user clicks to submit the query, the query result appears as a list of checkboxes (or ...
2
votes
2answers
587 views

ASP.NET - HTML page looks different when started by Visual Studio then started outside of it

I am not the best with ASP.NET, but I am using it for an authentication back-end and RESTful Web API (as I know enough C# to be dangerous). I have a website built strictly in HTML, CSS, and JS. It ...
5
votes
2answers
155 views

Unexplainable space above BUTTON inside DIV

Preface: I've read lots of articles about images inside a div having a strange space around them, etc. Example #1: Unwanted padding-bottom of a div Example #2: ...
0
votes
2answers
216 views

TYPO3 - HTML RTE frontend rendering is not working

I have the latest version of TYPO3, and the data I entered in the RTE is not rendered properly in the frond end (in site). So for example <p>asdf</p> will show as it is in frond end. I ...
0
votes
1answer
294 views

Where are some good examples displaying dynamic data within Express.js

I'm working my way through displaying various data elements from parent & child data, with repeating data, paged, data, etc. I was wondering what the best sites are with tutorials or other ...
0
votes
0answers
28 views

Improve Browser Rendering?

I have a box that flies around a bigger box, i was wondering if anybody knew how to improve browser rendering? http://jsfiddle.net/5bktm/
1
vote
1answer
88 views

How to control or prevent rendering of HTML page till it download all resource file?

How to control rendering of HTML page till it download its all HTML, CSS and JS dependencies? Adding to the above question, how to validate that all the dependencies have been downloaded successfully ...
0
votes
2answers
49 views

Webpage is not rendering the same in IE9 live as it does locally

I have this webpage that looks fine on my local machine but as soon as I deploy this live it looses all its formating: http://www.luc.edu/new/mba-dev/test/ I have made sure all the link references ...
-2
votes
3answers
190 views

Interested in changing how Microsoft ASP.NET Controls render HTML tags

I'm using Microsoft .NET Framework Version 4.0 SP1Rel with Visual STudio 2010 Version 10 SP1Rel. The Web application that my team is developing uses tags like <asp:Login/>, ...
1
vote
1answer
294 views

Setting up TkHtml (a Tk widget) with python

I need a simple way to render HTML pages retrieved with Requests (python-requests.org). I'm using Python 3.2 on Windows. I was using tkinter, and I found a Tk widget called TkHtml. It is described at ...
2
votes
2answers
680 views

How to optimally render large amounts of DOM elements using javascript?

On a web page I have a quite large list of items (say, product cards, each contains image and text) - about 1000 of them. I want to filter this list on client (only those items, which are not filtered ...
0
votes
2answers
1k views

Program that convert html to image

Is there a ready to use program(that I can run from my web application) to convert html file to image (using for example webkit) ? I checked this http://code.google.com/p/wkhtmltopdf/downloads/list ...
1
vote
2answers
122 views

Font bolder in my Firefox, but not in friend's

Corbel font looks as it should in all browsers except Firefox !on my pc! (i have all browsers updated), but friend of mine sent me a screenshot from all his browsers and he doesnt have this issue. ...

1 2 3