Look nicer if the Navigation and the box was connected to the header.
Instead of having the black strip underneath the box before the box / navigation.
So I need to choose a final logo to use as a product badge for Platform Society (platformsociety.co.uk).
I have 2 so far, and I need some opinions on which one is better.
1)
2)
Which is better?
How I did the first part is, when keydown is initiated, jQuery sends the username and typing = 1 to a PHP page which then updates that in their username's row. The database is set like username, last_post, is_typing and online
When they start typing is_typing is set to 1. But I'm not sure how I...
Hello.
So I'm working on my Chat application and I'm trying to implement a "%user% is typing..." function.
Now, I have it working to that when the user start's typing, it says they're typing.
But, I cannot figure how to get it to disappear.
Screenshot:
I'm not sure if I should just call...
Hello!
Not too long ago I made a chat room which let's users come together and chat.
It's a nice feature to have on a website and can come in use.
I have a few screenshots which are below.
I'll be working on this a bit more, making admin tools etc...
There's still some stuff to do also.
So...
Hello!
I've been trying to set it so PHP will display time formatted for the user using an application.
You see here:
This says I sent a message at "21:50" however, my time was at "02:50" when it was sent. Now, obviously this is because this was the server time, but how can I get PHP to...