I'd like to have a function which would return one or more variables connected to element, for example return color of specified border or borders (would use jQuery to it):
I'm creating my first jQuery plugin to easy get needed data without repeating the same scripts for different elements. I'd like to my plugin could get things like: width, height, position and more of...
I used "hover" to show preview after putting new value in input field (without leaving this field). Is there any way to could do it (maybe onkeypress or...
I have a class to change urls from Opencart. There's array of urls and their new values. My problem is I'd like to get those urls and values from mySQL database.
I have a login script which I'd like to modify a little. I'd like to give session a name and make session cookie dies after 1 hour (or when user close the browser).
I have a problem with validation of register form. I want to check if e-mail address is already taken because members will be used e-mail as login (so it can't repeat into mysql db).
I'd like to add to my website possibility to see does some bot (like Google) is visiting my site at the moment. I saw something like this at phpBB - when bot is visiting forum is showing at active...
I got some error in line "$num = $day % $numMsg;" I removed "%" and now messages show in order 1 - 10 but I don't know will they rotate tomorrow. I...
I'm gonna add to my site couple of messages stored in array and I like to they show in exact order, different for every another day. Let's say I'll have 10 messages and one day I want to they be in...