AWesome World has reopened and is the setting of this week's Town Hall Meeting, which will be going on for the next two hours.
If you recall, the world was to be an inspired setting for younger users and their friends/family, but it fell into disrepair and neglect as many projects tend to do. RMConstruction is the current world caretaker and is looking for a new purpose for AWesome World, but that hasn't yet been decided by AWI.
Schedule of Topics: Click Here for AWForums Thread
Sunday, July 3, 2011
Google+ Invites
I was able to get in yesterday after an invite from two separate individuals was delayed by nearly a day. Despite the long wait-time, the system is fairly intuitive to use and seemed to hold up well when I dumped a 200-photo album of the BuildCity project onto the network. Google+ had all of my info and uploads from other Google products I use (Blogger and Gmail primarily) ready to access as soon as I logged on, so I was able to pick up a profile picture from Blogger right away. The integration is nice, and the features that I've discovered so far are straightforward and simple to figure out.
Anyway... who wants an invite? Let me know by posting a comment here with your contact info and I'll drop you a line. Just a small thanks for my readers. ;)
Labels:
AWBuilder,
Google+,
Google+ Invites,
Invites,
Social Networking
Friday, July 1, 2011
Noticeboard: AWExpo Cancelled, Texpo Announced
A bit of ruckus was caused earlier this week when GSK announced that in a joint decision with AWI, the 2011 AWExpo will be cancelled. The AWExpo had a rough start out of the gate, and despite general community support the struggles came to a climax last week when a vandal took advantage of a Caretaker's privilege password to damage the world. The Expo world closed in the following days and GSK looked to step down -- even making plans for a successor so that the expo could continue... but AWI did not accept the proposal, and thus the event will be ending.
Builders who have already made a booth have until Monday to save their progress before the world OP is closed.
In light of this decision, citizen Xandrah (Xandrake on the forums) has offered their private, P-100 sized world (RF3D world) up for a community expo that AWI won't be hosting. The premise of this new event is essentially the same as the AWExpo, with the only difference being that the event dates have been bumped to mid-July and the attendance will likely be lower since AWI has pulled support from an Expo this year.
ActiveWorlds Technology Expo Dates
Builders who have already made a booth have until Monday to save their progress before the world OP is closed.
In light of this decision, citizen Xandrah (Xandrake on the forums) has offered their private, P-100 sized world (RF3D world) up for a community expo that AWI won't be hosting. The premise of this new event is essentially the same as the AWExpo, with the only difference being that the event dates have been bumped to mid-July and the attendance will likely be lower since AWI has pulled support from an Expo this year.
ActiveWorlds Technology Expo Dates
- June 30th - July 10th
- Registration is open; telegram Xandrah in-world
- Booth Building is Open
- Building Guidelines:
- If you have a plot please only build within your plot space.
- Please make sure your booth is to do with Active Worlds.
- If your booth is not about Active Worlds it will be deleted.
- July 11th
- Texpo Begins
- July 16th
- Texpo Ends
Thursday, June 30, 2011
Web - How to Refresh Images
The trick behind AW television stations that use rotating jpgs is pretty simple in AW... but how about on webpages? Unfortunately, there's nothing as simple as 'create picture' to manipulate images, but a snippet of Javascript should work just as well.
I don't know much about Javascript, but I found this online and was able to re-purpose it down to what we'd find useful around here. When we apply the code above to WTV, for example, the result is an image that refreshes... every 10 seconds. Exactly what we coded, right!? :)
Just pop that into your page and replace the jpg source, and it should refresh the image every 10 seconds. This is ideal for tv stations that want the slideshow to work on webpages, and it also has other applications (such as webcams).
<IMG src="image_name.jpg" width="309" height="309" border="1" name="refresh">
<SCRIPT language="JavaScript" type="text/javascript">
<!--
var t = 120 // interval in seconds
image = "image_name.jpg" //name of the image
function Start() {
tmp = new Date();
tmp = "?"+tmp.getTime()
document.images["refresh"].src = image+tmp
setTimeout("Start()", t*1000)
}
Start();
// -->
</SCRIPT>
<!-- Code End -->
I don't know much about Javascript, but I found this online and was able to re-purpose it down to what we'd find useful around here. When we apply the code above to WTV, for example, the result is an image that refreshes... every 10 seconds. Exactly what we coded, right!? :)
Just pop that into your page and replace the jpg source, and it should refresh the image every 10 seconds. This is ideal for tv stations that want the slideshow to work on webpages, and it also has other applications (such as webcams).
Subscribe to:
Posts (Atom)


