Page 2 of 3

Re: New MSF Site!

PostPosted: Wed Dec 26, 2007 3:10 am
by Moonlit Naiad
Loremistress Eirien wrote:
Moonlit Naiad wrote:Though, the way mine work... or at least the way I set them up... they're a bit different than Yumi's since I've not the graphical ability to work special images for them.


She didn't do them dynamically through the looks of it...

Incidentally, I noted that you actually refresh the page rather than having the refresh link just rewrite the HTML inline... Given how rare browsers are that DON'T support getElementById(), it might be a little bit cooler to just go in and use DOM to go in and fix the texts.


Not generated dynamically, but she had special images either made or found to 'enhance' the look of the page (such as the countdown time on her video game fighter one).

As for the DOM stuff, that's really a bit outta my league, I think. I'm still putzing around with a nearly ten-year old basic html knowledge with rudimentary php/css/js picked up here and there (looked up when I need, each time), and an awful lot of copy-paste from previously made items.

I'm willing to learn, though, especially if it gives a performance boost to it. A refresh/reload is sending it as a hit to the server each time, which it doesn't really need to have to keep track of, if all that is handled client-side, the re-rendering of the page... that'd make a server happier than having several dozen-to-hundred people all refresh the same page several dozen-to-hundred times after it's loaded and announced... ^^;;;

Re: New MSF Site!

PostPosted: Wed Dec 26, 2007 1:29 pm
by Loremistress Eirien
Here Autumn, I've updated the VG 'changing room' and uploaded it to MSF, using DOM events rather than having to rewrite the entire page. Granted, I could probably have done it a bit simpler, but I HOPE that this is a bit cleaner. The changes I made to the script should be commented. Mostly:
  • The HTML has been made into an actual HTML template above the script.
  • The randomized random texts of gen1 were made into eval()-able strings so that randomization would continue to work.
  • The main generator became its own function.
  • Because of that, the two functions that required values from the once global 'you' variable now had to have it passed in.
  • One of the classes was turned into an ID, because it was only used once and needed to be used as an ID anyway.
  • The refresh link no longer uses the javascript URI, but instead has its action appended on at change-generation time as an onclick.
  • The generation function is called after the window finishes loading.
  • The specification of the variables in the actual HTML is based on the names of properties of the you variable, for metaprogramming reasons. If a property does not have a corresponding holder in the template, the script won't work.
  • Array values are specified as IDs such that the value of array[0] maps to the element with id 'array_0'

Re: New MSF Site!

PostPosted: Wed Dec 26, 2007 2:31 pm
by Rowan
Nice! ^___^

Blue on Blue is kinda hard to read but its great! ^__^ Any plans to add the other 2 back?

Re: New MSF Site!

PostPosted: Wed Dec 26, 2007 3:24 pm
by Loremistress Eirien
Rowan wrote:Nice! ^___^

Blue on Blue is kinda hard to read but its great! ^__^ Any plans to add the other 2 back?


Add them back? How about make them better? The one posted is actually one of Autumn's rather than the old RPG based one you might be thinking of.

Re: New MSF Site!

PostPosted: Wed Dec 26, 2007 3:44 pm
by Rowan
Aha, cool.

^___^

Upgrades are usually good, unless Microsoft has a hand in it hehehe.

Re: New MSF Site!

PostPosted: Wed Dec 26, 2007 8:19 pm
by Moonlit Naiad
<<moved to PM due to jargon>> :p

Re: New MSF Site!

PostPosted: Wed Dec 26, 2007 8:41 pm
by Loremistress Eirien
Rowan wrote:Aha, cool.

^___^

Upgrades are usually good, unless Microsoft has a hand in it hehehe.


Made on a Mac, so no Microsoft involved :)

Re: New MSF Site!

PostPosted: Wed Dec 26, 2007 10:51 pm
by Rowan
Is the website gonna stay in blog-form or is it gonna be a real website again eventually?

Re: New MSF Site!

PostPosted: Wed Dec 26, 2007 10:52 pm
by Lucky
I'm not sure if I like this blog-style new site or not. (I like sites like joystiq that ues it. But for MSF? I just don't know.) I'm going to give it a chance thow, and keep a open mind.

Re: New MSF Site!

PostPosted: Wed Dec 26, 2007 11:08 pm
by Cutey Kerina
Too generic right now. Needs distinctive modifications. I expect and hope it'll look a little less generic soon.

Re: New MSF Site!

PostPosted: Wed Dec 26, 2007 11:24 pm
by Loremistress Eirien
Well, the hope is that it appears much more 'integrated' soon. I certainly don't think the blog-approach is wrong (after all, the old site still featured news and such on the front page). It's just that we don't have an overarching design that unifies the site yet. This goes along with having the forums actually look non-default.

Re: New MSF Site!

PostPosted: Thu Dec 27, 2007 11:41 pm
by Loremistress Eirien
I've moved the discussion on the Changing Room Programming Library to the Stories forum, since there's really not a catch-all MSF Creativity Forum, and there probably should be.

Paraphrased important stuff:

- Despite crummy appearance, the Changing Rooms are being ported to the new library/site.
- Not mentioned: RPG Gurl has been ported. Video Vixens is all that's left.

Re: New MSF Site!

PostPosted: Sun Dec 30, 2007 2:42 pm
by Rowan
YAY!

*Glomps Eirien*

That's great! I'm excited to see how the site looks when its all done.

Re: New MSF Site!

PostPosted: Tue Jan 01, 2008 11:08 pm
by Moonlit Naiad
Loremistress Eirien wrote:I've moved the discussion on the Changing Room Programming Library to the Stories forum, since there's really not a catch-all MSF Creativity Forum, and there probably should be.


Actually, if others hop on board with making generators/changing rooms - especially once libcirce and libcirce_base are finished, tested, then they may be spun off into their own subforum under creative corner - but a catch-all does sound like a good idea.

And to keep this somewhat relevant to the news forum, I'll note that I finished v1.0 of the January gen today. Only one catalyst instead of the four I planned, but I may see about working on another of the catalysts this coming weekend.

--

I imagine Eirien will post here when it's up on the site.

edit: Here it is #1 of a series of should be 12, at one a month this year.

Just a note though, it assumes that the transformee is being shoved across the zappy line, so changes are all either male-to-female or female-to-male. And while I know there's interest in same-sex transformations, if I try to do everything at once, nothing gets done.

Those who do like the female-to-male type zappy, I'd appreciate feedback on that portion of it -- haven't done too much relating to it in stuffs before.

Re: New MSF Site!

PostPosted: Wed Jan 02, 2008 12:35 am
by Musashi
Okay, tried out the FtM-side several times. :D

I thought it was pretty darn good! It was fun to read the different descriptions. Though I was wondering about the hair a bit... I kept getting pigtails. I dun think boys wear pigtails very much, ne? :o Not that they shouldn't~ But I don't think it's very common. ^^;
I seemed to get pigtails or girl-from-behind hair very often, so I guess the thing I'd recommend is maybe a few more hair options?

But overall, yeah, it's spifferific! *Sparkly thumbs-up!*