Author Topic: Official Article Suggestion Topic  (Read 2783 times)

Offline zourtney

  • Administrator
  • Hero Member
  • *****
  • Posts: 2,206
    • View Profile
    • http://randomland.net/zourtney
    • Email
Re: Official Article Suggestion Topic
« Reply #60 on: October 27, 2009, 10:01:43 am »
We need to get the AOL CD art back up here. That is perhaps the very first thing we ever put on Randomland. And it is missing.  :(

Offline Nick

  • HoboMobile
  • Administrator
  • Hero Member
  • *****
  • Posts: 1,922
  • Taking the edge off sanity.
    • View Profile
    • Randomland
Re: Official Article Suggestion Topic
« Reply #61 on: October 27, 2009, 10:05:55 am »
Its around here someplace. I still had that helmet until recently. It was getting cracked and falling apart a little, but it was still kinda cool (in a massively dorky way) :)

Offline zourtney

  • Administrator
  • Hero Member
  • *****
  • Posts: 2,206
    • View Profile
    • http://randomland.net/zourtney
    • Email
Re: Official Article Suggestion Topic
« Reply #62 on: October 27, 2009, 10:09:44 am »
The page was almost entirely pictures. And I can still provide many, many pictures of the incident(s). I'll try to remember to throw them up on the new gallery when I get home. (Unless the CCK image thing is killing your computer, then I won't)

Offline zourtney

  • Administrator
  • Hero Member
  • *****
  • Posts: 2,206
    • View Profile
    • http://randomland.net/zourtney
    • Email
Re: Official Article Suggestion Topic
« Reply #63 on: October 30, 2009, 10:57:43 am »
Plah, just here for a reminder to myself:

http://forums.adobe.com/thread/510905?tstart=0
It's actually stopImmediatePropagation()

http://livedocs.adobe.com/flex/3/html/help.html?content=layouts_12.html

Explain later. We need more Flex examples on our webbernets.
Code: [Select]
protected function clicked(event:MouseEvent):void
{
if ( _paletteWindow == null )
{
_window = MyDialogWindow(PopUpManager.createPopUp(DisplayObject(_efApp),MyDialogWindow));
_window.addEventListener( CloseEvent.CLOSE, onClose, false, 0, true );
PopUpManager.centerPopUp( _window );
}
}

protected function onClose( event:CloseEvent ):void
{
trace( "you closed me!" );
PopUpManager.removePopUp( _window);
_window = null;
}

/* in the window MyDialogWindow source */
public function close( ):void
{
// dispatch close event. Will get routed through onCloseClicked()
dispatchEvent( new CloseEvent(CloseEvent.CLOSE) );
}

protected function onCloseClicked( event:CloseEvent ):void
{
// close normally
}

Offline zourtney

  • Administrator
  • Hero Member
  • *****
  • Posts: 2,206
    • View Profile
    • http://randomland.net/zourtney
    • Email
Re: Official Article Suggestion Topic
« Reply #64 on: November 04, 2009, 08:50:09 am »
Idea: "Thank Goodness for Brows!"

Include stories of Cody of rockslides. Include stories of dogs and angle grinders  :)

Offline zourtney

  • Administrator
  • Hero Member
  • *****
  • Posts: 2,206
    • View Profile
    • http://randomland.net/zourtney
    • Email
Re: Official Article Suggestion Topic
« Reply #65 on: November 16, 2009, 10:47:40 am »
Someone other than myself needs to make some Randomland content. I quickly tire of seeing my own words up on the main site.

Offline zourtney

  • Administrator
  • Hero Member
  • *****
  • Posts: 2,206
    • View Profile
    • http://randomland.net/zourtney
    • Email
Re: Official Article Suggestion Topic
« Reply #66 on: December 01, 2009, 01:26:05 pm »
Please?

Offline Nick

  • HoboMobile
  • Administrator
  • Hero Member
  • *****
  • Posts: 1,922
  • Taking the edge off sanity.
    • View Profile
    • Randomland
Re: Official Article Suggestion Topic
« Reply #67 on: December 21, 2009, 12:05:35 am »
We should make a page detailing the pain that plants feel when they are cut and eaten. (As a parody of the over reactive and rather unnatural  vegans. I.e. : http://vegancampus.com/2009/04/08/why-it-steams-me-when-people-eat-crabs-shrimp-and-lobsters/ )

Offline zourtney

  • Administrator
  • Hero Member
  • *****
  • Posts: 2,206
    • View Profile
    • http://randomland.net/zourtney
    • Email
Re: Official Article Suggestion Topic
« Reply #68 on: January 22, 2010, 08:25:37 am »
We need to bust out some new content. Randomland is stagnating again. There are lots of things we could work on visually, as well.

Offline Nick

  • HoboMobile
  • Administrator
  • Hero Member
  • *****
  • Posts: 1,922
  • Taking the edge off sanity.
    • View Profile
    • Randomland
Re: Official Article Suggestion Topic
« Reply #69 on: January 22, 2010, 10:12:12 am »
Sad but true. Things just seem tp come in spurts. Followed by a bit of a lull.

We need to do things that inspire us to create content!

Offline Brad

  • Administrator
  • Hero Member
  • *****
  • Posts: 522
    • View Profile
Re: Official Article Suggestion Topic
« Reply #70 on: January 22, 2010, 10:46:38 am »
I'm probably going to build my workbench this weekend. I'll take some pictures of the process and maybe at some point get around to posting them to randomland.

Offline Nick

  • HoboMobile
  • Administrator
  • Hero Member
  • *****
  • Posts: 1,922
  • Taking the edge off sanity.
    • View Profile
    • Randomland
Re: Official Article Suggestion Topic
« Reply #71 on: January 22, 2010, 10:56:38 am »
Cool. Whats it going to look like?

Offline Brad

  • Administrator
  • Hero Member
  • *****
  • Posts: 522
    • View Profile
Re: Official Article Suggestion Topic
« Reply #72 on: January 22, 2010, 12:04:42 pm »
It's going to be a 6'x2'x3' bench with a shelf at about 6" off the ground. The top will be 3/4" plywood. Everything else will be made with 2"x4"s.

Offline zourtney

  • Administrator
  • Hero Member
  • *****
  • Posts: 2,206
    • View Profile
    • http://randomland.net/zourtney
    • Email
Re: Official Article Suggestion Topic
« Reply #73 on: July 23, 2010, 07:28:44 am »
I think I'll make a Randomland page for my ugly safe project, when I finish. I bet it's not so spraypaint stinky by now!

Offline zourtney

  • Administrator
  • Hero Member
  • *****
  • Posts: 2,206
    • View Profile
    • http://randomland.net/zourtney
    • Email
Re: Official Article Suggestion Topic
« Reply #74 on: August 10, 2010, 08:43:21 am »
The PowerHandle needs Randomlanded. Also, we should post templates for those cool Randomland stickers Nick gave me (maybe with a slight revision, like words).