Forum: RSS, Web Services and SOAP Jun 21st, 2009 |
| Replies: 0 Views: 726 Hi,
I don't know if this is the right area to post this, but it seems to be related.
I am interested to know how an URL-based api key restriction works, such as the one used by Google to... |
Forum: JavaScript / DHTML / AJAX Feb 3rd, 2008 |
| Replies: 13 Views: 6,092 There are two solutions you can try: the first one is to call your JavaScript code at the end of the html body tag
<body>
[all HTML]
<script type="text/javascript" src="myscript.js"></script>... |
Forum: JavaScript / DHTML / AJAX Jan 23rd, 2008 |
| Replies: 13 Views: 6,092 The problem seems to be that you can execute the JavaScript code only after all the html document is ready (that means markup, content text and fully loaded images).
If you can wait until... |
Forum: JavaScript / DHTML / AJAX Jan 23rd, 2008 |
| Replies: 13 Views: 6,092 The code above uses the preloading mechanism - it first loads the images and after that it starts loading the document.
What I've used that code for is not what you need. In the case you are... |
Forum: JavaScript / DHTML / AJAX Dec 12th, 2007 |
| Replies: 13 Views: 6,092 Thank you all for your time.
The last solution solved my problem in a very elegant way. |
Forum: JavaScript / DHTML / AJAX Dec 11th, 2007 |
| Replies: 13 Views: 6,092 Thank you for your time to take a look at this post, but I do not think this is what I want.
Let me explain it this way (my bad English might have induced you in error):
-> I have a page with... |
Forum: JavaScript / DHTML / AJAX Nov 28th, 2007 |
| Replies: 13 Views: 6,092 I have a gallery of thumbnails on a webpage, and when clicking on one of the thumbnail, the full image appears in a popup. All good, but the image in the pop-up loads only after the parent page... |
Forum: Community Introductions Nov 25th, 2007 |
| Replies: 1 Views: 465 Hello, just thought I should introduce myself. My friends call me Bo' and I like to consider everyone a friend, so you can all call me Bo' also - or standardt :).
Currently working for a small... |
Forum: IT Professionals' Lounge Nov 25th, 2007 |
| Replies: 2 Views: 792 Don't know if it helps, but here it is:
A static page is a page that is not automatically generated, while a dynamic page is automatically generated, through various scripting tools (i.e.... |