Re: [THESCRIPT] TopiaCMS - The most advanced CMS [PHP][HTML][CSS][JQUERY]
Can you put up a live demo? I'd be happy to let you use my website. :)
Re: [THESCRIPT] TopiaCMS - The most advanced CMS [PHP][HTML][CSS][JQUERY]
Yes he definitely wants to give a random guy all the files for his project ;)
Re: [THESCRIPT] TopiaCMS - The most advanced CMS [PHP][HTML][CSS][JQUERY]
No progress the last few days as I've been preparing for school again etc. I'll do some work tomorrow night for sure.
Re: [THESCRIPT] TopiaCMS - The most advanced CMS [PHP][HTML][CSS][JQUERY]
I would be glad to see more updates, keep up!
Re: [THESCRIPT] TopiaCMS - The most advanced CMS [PHP][HTML][CSS][JQUERY]
Just want to say this development is still on and I promise to do a few updates in the next few days.
Re: [THESCRIPT] TopiaCMS - The most advanced CMS [PHP][HTML][CSS][JQUERY]
Just a question: when the room gets loaded, is it writing html in a specific div of something to show it?
Re: [THESCRIPT] TopiaCMS - The most advanced CMS [PHP][HTML][CSS][JQUERY]
The rooms are coded in PHP, in a div.
Re: [THESCRIPT] TopiaCMS - The most advanced CMS [PHP][HTML][CSS][JQUERY]
Quote:
Originally Posted by
Papercup
The rooms are coded in PHP, in a div.
Yeah I know but if you wont use jquery to place some other things it could be very hard or even impossible to make place the furniture.
Re: [THESCRIPT] TopiaCMS - The most advanced CMS [PHP][HTML][CSS][JQUERY]
Quote:
Originally Posted by
PremiumEye
Yeah I know but if you wont use jquery to place some other things it could be very hard or even impossible to make place the furniture.
Its not impossible, it will only place very slow.
Re: [THESCRIPT] TopiaCMS - The most advanced CMS [PHP][HTML][CSS][JQUERY]
Quote:
Originally Posted by
Niels
Its not impossible, it will only place very slow.
So finally it will crash.
Re: [THESCRIPT] TopiaCMS - The most advanced CMS [PHP][HTML][CSS][JQUERY]
I don't know much about performance and jQuery etc but I cannot see how a browser can 'crash' from this. The way we would code the furniture placing would be like clicking the furniture and then that new furniture would be the cursor and when you click it, it would go into the room on top of one of the tile images.
Re: [THESCRIPT] TopiaCMS - The most advanced CMS [PHP][HTML][CSS][JQUERY]
Quote:
Originally Posted by
Papercup
I don't know much about performance and jQuery etc but I cannot see how a browser can 'crash' from this. The way we would code the furniture placing would be like clicking the furniture and then that new furniture would be the cursor and when you click it, it would go into the room on top of one of the tile images.
And with 1000 users placing furniture at the same time?
Re: [THESCRIPT] TopiaCMS - The most advanced CMS [PHP][HTML][CSS][JQUERY]
Quote:
Originally Posted by
Papercup
I don't know much about performance and jQuery etc but I cannot see how a browser can 'crash' from this. The way we would code the furniture placing would be like clicking the furniture and then that new furniture would be the cursor and when you click it, it would go into the room on top of one of the tile images.
I'm just curious - without a server to communicate with each instance of the client, how will you update each instance for every action, message, etc?
Re: [THESCRIPT] TopiaCMS - The most advanced CMS [PHP][HTML][CSS][JQUERY]
Quote:
Originally Posted by
n0minal
I'm just curious - without a server to communicate with each instance of the client, how will you update each instance for every action, message, etc?
It need to be with ajax...
Re: [THESCRIPT] TopiaCMS - The most advanced CMS [PHP][HTML][CSS][JQUERY]
Quote:
Originally Posted by
Macarroni
It need to be with ajax...
Not sure what point you're trying to make here. Are you suggesting that each instance of the client will communicate with one-another? Somehow, I don't think so...