I'm trying to make a page that ajusts its dimensions according to window size. Now, it's working fine on Firefox, as well as IE 8, but not on Chrome. I'll post the whole CSS and...
Hm... I forgot to mention that phpMyAdmin was working fine, apparently no problems at all... now, after having reinstalled Apache and PHP (and phpMyAdmin), it doens't work anymore and when I call a...
I have a problem with a site I'm working on... I'm supposed to migrate it from Windows to Linux, so I downloaded the whole site from the webserver to my Linux enviroment, but, although...
Mmmm... gonna try to adapt your idea to my code... that is, as soon as I understand it.
Thanks for the suggestion, man. I was already without ideas.
If I get this to work, I'll post again....
This alert is there just for debugging.
I'm using JQuery's ready() event to handle banners() function, which is responsible for starting the AjAX object, make the request, and then call function...
http://www.hunlock.com/blogs/AJAX_for_n00bs
Fisrt, you'll have to initialise the AJAX object. Then, use it's functions and properties to do you want.
This bit is important:
var bannerCod = CODE_TAKEN_FROM_DATABASE;
var iosc = bannerCod.indexOf("script")+3;
var ious = bannerCod.indexOf("/script")+4;
var bit1 = bannerCod.substr(0,iosc);
var...
The website I'm working on has a top banner that's loaded from the database. It may be an image, animation, and even HTML code, including <script> tags. Everything is working fine,...
Well, I have an 'events' table with two date columns, 'from' and 'until' dates.
Now, let's say I have an event which begins on 11/22/2010 and finishes on 11/26/2010. Suppose I...
Oh yes, of course, the thing you had told me about in the other post, yeah?
The link you had posted was of a page about JSONP in Jquery. And since I'm still not a fan of Jquery (because atm I'm...
Ok, sorry for bringing this back to live, but something came to my mind.
If "JavaScript has a same domain policy", how is it that I can add javascript advertising codes (such as Google Adds) that...