Thanks John,
I was unsure about using of object like parameter.
On your suggestion I've changed all names to something not very usual and the problem was still there.
A little bit later, I...
Type: Posts; User: XManBG; Keyword(s):
Thanks John,
I was unsure about using of object like parameter.
On your suggestion I've changed all names to something not very usual and the problem was still there.
A little bit later, I...
Hi guys,
there is a roughly Background object definition with 4 layers like:
function Background(){
this.layer1 = new Layer(1);
this.layer2 = new Layer(2);
this.layer3 = new...
After 24h searching I'd like to share my founding with you. There is something on the MySQL site, that answers my question. It is called MySQL Connectors and API:
...
Hello together,
could someone help me out with directions on that topic? My MySQL server runs on Ubuntu 12.4. The only way I know to connect and access the database local on the server machine...
:) Thank you traq, I thought, it's only me, who don't understand the "obvious" asking...
Francoise, you should start with your example. Our conversation is a good example of how different and subjective could be the point of view of every person. Here you have the code, which I think...
No problem, the fadeIn-fadeOut solution is even easier:
$(document).ready(function() {
$(".infoPanel li a img").hide();
$(".infoPanel li a").eq(0).addClass("current");
...
OK, let's say you have that code, which I've copied out of your site:
<script type="text/javascript">
$(document).ready(function() {
$(".infoPanel li a img").hide();
$(".infoPanel li...
This is not easy possible using only the code of you posted inhere. Better would be to post a link to the page, where you would like to use the asked delay.
No way to understand your problem using only that three abstracts of your whole picture...
Not to mention, that you could explain much more background of what you would like to achieve at the end:...
Actually I don't understand the idea behind this statement:
var c = (this.t != "")?("" + this.t):"";
If I'm interpreting it correctly, it says:
If "this.t" is not empty, then make "c" equal to...
Hello,
why not using the standard setTimeout() function of JavaScript??
You have to put your code for what-should-happen-after-onmouseover into the brackets.
Cheers
Hi,
you have to upload your problematic page and post us an url... It's very difficult to understand, what exactly you have done, and what, when and where is not working well.
Cheers
Hi,
I can imagine, that I'll place two transparent absolutely positioned divs over the slider with the images, where the first leads on click to the first url, and the second to the second url.
...
OK, I was too quickly to ask, and think after... The html map object is always connected to an image. If my script shows a second image over the first one, the mouse is no more over the map,...
:) While I was waiting for an answer, I've started a simple test to see, how this finding works... Already have 190 000 rows and the searching of the last index takes not much than some...
Hi,
just wanted to bother an old theme: reading the last value from MySQL table. The one solution is nice: sort the whole table backwards and take the first value. But how about performance?? ...
Hi folks, I was thinking and wanted to ask:
can I recommend using XML for small database solutions, which don't have to be updated, and just manually expanded, only when needed... or do I miss...
Can you please give a link to the site so far... It will be easier to understand and to suggest a working solution.
Cheers
That's the right place :)
You have to put all of the header, logo, etc., which should represent your future menu stuff inside a single div. Let's give it an id="mymenu".
You have to create that...
How did you got this livechat script code?? There should be a description or documentation how to integrate it. The file here...
Maybe, if you first upload your site... just for my ease, not to create the whole site from scratch...
You have to understand the structure of a page. It's about the boxes principle. Each element is a box, which is placed somewhere on that page background. If you place one box named ".headerleft"...
There are many ways to do the content loading in the middle box. It depends on, what content do you like to show: you can use AJAX and load from external html file; or you can prepare some divs...
As long as I've understood the code of the carousel, there is no option included, to show the loader during pictures loading, and only for AJAX requests.
Within the carousel options, I've noted...