Hey guys! Smalls here with some new information about my new website.
function updateProf()
{
sitej.open("POST", "updatepro.php", true);
sitej.setRequestHeader("Content-type","application/x-www-form-urlencoded"
var broman = document.getElementById('newavatar'.value;
var bko = document.getElementById('newbio'.value;
sitej.send("avatars=" + broman + "&bio=" + bko);
}
That is all. If you don't understand this... This is AJAX. I've had this idea ever since the original DSiTabs community site to make everything dynamic. Here I am a year later, building DSiTabs2 and myWorldnet. Both using the same database for community purposes.
So, let me explain this a little bit (I'm the kind of person that can confuse you easily):
- DSiTabs2 and myWorldnet will run the same community system. One is in mobile form and one is for a desktop.
- myWorldnet will have a lite version since some web experiences (Wii) won't render the elements the same as a PC would.
- DSiTabs2 accounts work on myWorldnet.
- I'm closely working with most of the DSi community on linking things together (Such as DSiPlaza).
Anywho... Everything is dynamic. If you send a status update, you won't leave the page. If you comment on a blog, you won't leave the page. If you comment on someone's profile, you won't leave the page. I can go on and on. I've been building this for the past two days and I find it funny that I've pretty much built the entire thing from scratch in JUST two days. I'm not done with myWorldnet (It's rather buggy, but it's a work in progress), but if you want to check up on what I have added.
Also, for those of you who were G/net users... It's coming back to myWorldnet and DSiTabs2. Except this time, I will add new features.
If you want to check up on the progress...
To visit myWorldnet, click here (Note: Only go to myWorldnet on a PC web browser that isn't Internet Explorer).
In other news, DSiTabs2 is in a stable and fully functional condition.