For some reason Opera adds extra space to positioning (about 2-3px) when I change font-size. You can see that on #logo (just change the font-size to 36px or higher), or on #nav, for a smaller...
Is there a way to create a simple jQuery crossfade slideshow without plugin, so that a novice user like me would be able to understand it.
I want to achieve something like this:...
I'm new to PHP and MySQL and I was looking for a way to create a relation model between two tables, so can someone explain me how to do so?
Basically, what I need is two simple tables (queries would...
I've got this piece of code that should work if session is set (check.php), but for some reason it doesn't, so can someone explain to me what I'm I doing wrong here?
In addition, if there's another...
I'm developing a PHP chatbox that should use jQuery to store data, and my question is how should I store chat logs in order to show them in my script?
Currently I'm storing them in mySQL database,...
I'm using jQuery to create a certain project, so I was wondering which of the two is better: JSON or XML for storing data?
I'm looking for a small file size and something to work easily with...
That's about it, but it doesn't work locally.
I've used this example as well:
http://www.vagrantradio.com/2009/10/how-to-parse-xml-using-jquery-and-ajax.html
but with no luck since I have to...
I'm trying to develop lightbox script for a school project in jQuery and I want to create something similar to the lightbox2 plugin.
I want to create something
like this . As you can see, div...
I have a similar problem, I need to get the width and height of a image from a server(or in this case my images folder on my hard drive), but I cannot get them unless I don't change the .attr to the...
I'm new to jQuery and currently I'm trying to develop a dropdown menu with jQuery and jQuery UI, but I'm having some problems.
You can have a look at my script at:
http://jsfiddle.net/EXpBv/1/
As...
I'm just starting to learn JavaScript and DOM and I have a newbie question for you.
I'm having some problems with the nodeValue method, so I would like if someone could explain me what am I doing...