robertc
|
Registered User
|
Web Developer and System Administrator from London, England.
|
|
Dec 12 |
accepted | Displaying HTML content in a Field in blackberry |
|
Dec 11 |
answered | How do I redirect to a shared virtual hosted site in the hosts file? |
|
Nov 17 |
revised |
Prevent onbeforeunload from being called when clicking on mailto link I think I was right the first time... |
|
Nov 17 |
answered | Prevent onbeforeunload from being called when clicking on mailto link |
|
Nov 10 |
comment |
Best book for learning script.aculo.us in depth Yep, funny. Check out this blog post from 2006 which introduced an unobtrusive extension to prototype: danwebb.net/2006/9/… |
|
Nov 10 |
revised |
Disabled cookies Added PHP config link |
|
Nov 10 |
answered | Disabled cookies |
|
Oct 31 |
answered | JavaScript Source Query |
|
Oct 31 |
answered | Upload file via FTP - Server returned error (550) File is unavailable, cannot find file |
|
Oct 29 |
comment |
Using javascript to show a grey-scale version of an image on mouse-over Yeah, also I've been looking around and I haven't yet come across an easy way to do a 'greyscale mask' in SVG so probably better to go canvas all the way. |
|
Oct 29 |
answered | Using javascript to show a grey-scale version of an image on mouse-over |
|
Oct 29 |
comment |
Is there any way to find an element in a documentFragment? I must be missing something about what you're doing then - how are you creating elements and appending them to your document fragment without creating references to them? The tradeoff is between storing a reference to an element as you create it and not immediately throwing it away against scanning through the whole document a few milliseconds later in order to recreate that reference to the element. |
|
Oct 29 |
accepted | Is there any way to find an element in a documentFragment? |
|
Oct 29 |
comment |
Is there any way to find an element in a documentFragment? OK, but if you're building the form in JS anyway, why not just keep references to the elements as you create them and use those references to add the events? |
|
Oct 29 |
revised |
Is there any way to find an element in a documentFragment? Manual walk through childNodes to get element with id example |
|
Oct 29 |
answered | Is there any way to find an element in a documentFragment? |
|
Oct 24 |
answered | SVG not working when access on localhost. Why? |
|
Oct 24 |
comment |
HTML5 Local Storage of audio element source - is it possible? Do you have some examples of what you've tried so far? |
|
Oct 21 |
comment |
Javascript/Canvas/Images scaling problem in Firefox The browser will stop loading the page to load any scripts it comes across. If the scripts are the last thing on the page (after the body) then they won't hold up page loading and you also can be sure all the DOM objects you might want to access in your script have been loaded. |
|
Oct 18 |
accepted | Javascript for CSS style modification inside Google Chrome browser |
|
Oct 17 |
answered | Firefox 3.5 duplicating code |
|
Oct 17 |
comment |
javascript not generating in browser, just prints code to screen You could try uploading the same page to your website and ask him to check it there? |
|
Oct 17 |
answered | Javascript for CSS style modification inside Google Chrome browser |
|
Oct 17 |
answered | javascript not generating in browser, just prints code to screen |
|
Oct 16 |
comment |
Wrapping a div around the document body This is exactly what I was going to say, only difference I would have mentioned, use the Prototype DOM Builder: prototypejs.org/2007/5/12/dom-builder |
|
Oct 13 |
accepted | Why does my heading disappear in IE7 and change color in FF? |
|
Oct 13 |
answered | Why does my heading disappear in IE7 and change color in FF? |
|
Oct 10 |
comment |
Javascript/Canvas/Images scaling problem in Firefox You can just grab the jQuery off Google to avoid dependency problems: ajax.googleapis.com/ajax/libs/… I did a test page: boogdesign.com/examples/canvas/… Looks fine for me, FF 3.5.3 on Linux: boogdesign.com/examples/canvas/… |
|
Oct 10 |
comment |
how to download all the tags from delicious delicious.com/tag doesn't show all the tags, it just shows the 200 or so most popular ones. |
|
Oct 10 |
answered | how to download all the tags from delicious |
|
Oct 9 |
comment |
IE improperly rendering dynamic content until a stylesheet change is made So if you set it to a specific number of pixels, rather than something which depends on the viewport size, do you still get the problem? |
|
Oct 9 |
comment |
IE improperly rendering dynamic content until a stylesheet change is made "Table rows may be grouped into a table head, table foot, and one or more table body sections" - w3.org/TR/html4/… |
|
Oct 9 |
answered | IE improperly rendering dynamic content until a stylesheet change is made |
|
Oct 9 |
answered | How do I edit an asp.net site? Changes I make to .cs files, don’t affect anything. |
|
Sep 26 |
comment |
It is possible to set size of images in imagearray of javascript? Good tip, I didn't mention it because it only works with pictures in landscape. If your source picture is 800wx1200h and you set the width to 400 then the resulting picture will be 600px high, thus exceeding the 400px height requirement. At this point you're better off doing something more general like I discussed in the last paragraph. Of course, if you can guarantee all your pictures will be in landscape format, yours is the simpler solution. |
|
Sep 26 |
answered | It is possible to set size of images in imagearray of javascript? |
|
Sep 16 |
accepted | How do I install XML::LibXML for ActivePerl? |
|
Sep 16 |
awarded | ● Yearling |
|
Sep 8 |
revised |
How do I install XML::LibXML for ActivePerl? Found tutorial in blog post |
|
Sep 8 |
comment |
How do I install XML::LibXML for ActivePerl? Try searching for xml-libxml. |
|
Sep 7 |
revised |
how to create an excel file in google app engine (python)? edited tags |
|
Sep 7 |
answered | How do I install XML::LibXML for ActivePerl? |
|
Sep 7 |
awarded | ● Fanatic |
|
Sep 6 |
comment |
How to implement bottom-position for IE6?And does the same problem still exist for IE5,say,all earlier versions? That would be position: fixed |
|
Sep 5 |
revised |
is there a way to trigger an IE window to open from firefox browser using php and javascript? added 12 characters in body |
|
Sep 5 |
comment |
is there a way to trigger an IE window to open from firefox browser using php and javascript? If you're running that javascript from within an extension, then yes. |
|
Sep 5 |
comment |
is there a way to trigger an IE window to open from firefox browser using php and javascript? I don't think so, though there was someone who wrapped the Gecko rendering engine up as an ActiveX component a few years ago, so you could theoretically use that. However, I'm suggesting the opposite - programmatically opening an IE tab in FF using an extension. |
|
Sep 5 |
answered | is there a way to trigger an IE window to open from firefox browser using php and javascript? |
|
Sep 4 |
answered | Send SMS from PHP |
|
Sep 3 |
comment |
What does this refer to in an onfilterchange attribute? Actually I just realised I have a much worse typo than that - I have setRotation and not fnSetRotation. I'm a muppet! |
