Simon Lieschke

2,027
reputation
433 views

Registered User

name Simon Lieschke
member for 1 year
seen 18 hours ago
website
location NZ
age 29
Fashion Model / Movie Star / Design Engineer
Dec
2
revised How do I dynamically load Google Analytics JavaScript?
added 186 characters in body
Dec
2
asked Styling a SWT label to be italic
Nov
30
revised Copying only non-existent files in ant
corrected spelling in title
Oct
14
awarded  Nice Answer
Oct
5
accepted How do I disable the click handler on a YUI Node?
Oct
3
comment How do I disable the click handler on a YUI Node?
Oh, right, the event handler parameter order switched from YUI 2 to 3.
Oct
3
revised How do I disable the click handler on a YUI Node?
deleted 62 characters in body
Oct
3
comment How do I disable the click handler on a YUI Node?
Your radio input is not displayed!?
Oct
2
answered How do I disable the click handler on a YUI Node?
Sep
17
accepted Ant filter fileset which is referenced by refid
Sep
15
accepted Automatic update of keyword in Word document
Aug
25
accepted How can I get the revision number into an Ant property in Luntbuild?
Aug
25
awarded  Yearling
Aug
19
awarded  Necromancer
Aug
18
comment Dreaded iframe horizontal scroll bar can’t be removed in IE?
zOMG. While the horizontalscrolling and verticalscrolling attributes appear totally undocumented on MSDN this worked to solve my IE 6 problem.
Aug
6
accepted Resize and repositon div using javascript
Jul
22
awarded  Popular Question
Jul
18
comment Scrolling down to next element via keypress & scrollTo plugin - jQuery
That will cause an entry to be written into the browser history, which may not be desirable.
Jul
16
comment Overflowing HTML line text before it gets obscured by right aligned content
I've plugged in your styles at jsbin.com/erosu and it doesn't position the ellipsis where text overflows correctly. You'll see what I mean if you view it in IE8, Safari or Chrome (the base64 encoded images all work fine in those browsers). You won't see this problem in Firefox because it doesn't support "text-overflow: ellipsis;".
Jul
14
comment Problem with plotting Graph with flot
Well what did you find out from using a debugger as I asked in my previous comment?
Jul
13
awarded  Citizen Patrol
Jul
13
comment Merge keys array and values array into an object in Javascript
The function is still incorrect. combineObject(["height", "width"], ["12px", "24px"]).height incorrectly returns "24px".
Jul
10
comment Looking for a summary of which version of XSLT is supported in each major browser
What about Internet Explorer 7 and 8?
Jul
9
accepted Truncating long strings with CSS: feasible yet?
Jul
9
comment JavaScript: Insert ellipsis (…) into HTML tag if content too wide
Nice, I've been looking how to handle overflow with multiple lines. One improvement: instead of appending three periods, append the ellipsis character, '…'.
Jul
9
answered Truncating long strings with CSS: feasible yet?
Jul
9
revised JavaScript: Insert ellipsis (…) into HTML tag if content too wide
Not all the JavaScript solutions presented in other answers cut off the text mid-letter.
Jul
9
answered JavaScript: Insert ellipsis (…) into HTML tag if content too wide
Jul
8
comment Problem with plotting Graph with flot
Have you set a breakpoint with your debugger on the line that makes the plot call and inspected the data object to confirm it is in the correct format for Flot?
Jul
7
comment Problem with HTML? Scrollbars Not Appearing via window.open
So the problem lies in the page returned. It would really help to provide an HTML sample that demonstrates the issue otherwise people will have to wildly speculate to work out what is preventing the scrollbars from appearing. (It may also pay to update your question title to reflect this.)
Jul
7
comment Automatic update of keyword in Word document
Office Open XML is unrelated to OpenOffice.org XML. They are two similarly named, but separate formats. See en.wikipedia.org/wiki/Office_Open_XML and en.wikipedia.org/wiki/OpenOffice.org_XML for details.
Jul
7
accepted jquery datepicker onChangeMonthYear
Jul
7
revised jquery datepicker onChangeMonthYear
added 1 characters in body
Jul
7
answered jquery datepicker onChangeMonthYear
Jul
7
comment Why are iframes so slow?
Reuse of the HTTP connection is subject to the user clicking on the link to load the content within the keepalive timeout of the web server. Whether the content is loaded in a separate document in an iframe or by Ajax makes no difference.
Jul
7
answered Why are iframes so slow?
Jul
7
answered Problem with HTML? Scrollbars Not Appearing via window.open
Jul
7
answered How can I get the revision number into an Ant property in Luntbuild?
Jul
7
answered Automatic update of keyword in Word document
Jul
7
answered Problem with plotting Graph with flot
Jul
7
comment Problem with plotting Graph with flot
What's the exception message?
Jul
7
comment IE 6 and the multiple button elements all sending their name & values.
How does having 4 buttons prove to be a problem?
Jul
3
comment What content type to force download of text response?
I'm guessing because it doesn't give any indication about where/what you do with "application/octet-stream".
Jul
1
comment Overflowing HTML line text before it gets obscured by right aligned content
That didn't have the expected results: jsbin.com/utodi
Jul
1
comment Overflowing HTML line text before it gets obscured by right aligned content
Interesting approach! But there's no space left between the star and flag icons as there is in my example page.
Jul
1
comment Overflowing HTML line text before it gets obscured by right aligned content
If you look at the example in Internet Explorer 8 you'll see the browser will display an ellipsis indicating the text has overflowed. If I set the background colour of the icons to white the ellipsis won't be positioned correctly (it will still appear just before the container ends, but hidden behind the icons). The icons are also transparent because the line is going to be a clickable item in my interface which will change background colour when hovered over.
Jul
1
comment Overflowing HTML line text before it gets obscured by right aligned content
That's not going to immediately work because I'm using CSS sprites with a single image to display the icons (as any combination of icons could appear for the text). But I like the idea using padding on the text container to free the space. I'm thinking I could add a class on that text container that indicates the type of the first icon that will appear which applies the appropriate padding to have the text overflow as I'd desire.
Jul
1
revised Overflowing HTML line text before it gets obscured by right aligned content
fixing the sentence used in my example so it makes a bit more sense :)
Jul
1
asked Overflowing HTML line text before it gets obscured by right aligned content
Jun
30
awarded