Archives - News archives

Archive for January, 2004

January 31st, 2004

Spam have started hitting us, so no more comments

This site have started attracting spammers, so comments will be out untill something better comes up.

Brajeshwar | No comments

January 30th, 2004

htaccess, a comprehensive guide

Digital Media Minute linked to a comprehensive guide to .htaccess, I am putting it here for future reference and archive.

Brajeshwar | No comments

January 30th, 2004

Life forms in Shockwave, Digiquaria

I just saw this, Digiquaria, it is damn too cool, check it out.

Brajeshwar | No comments

January 29th, 2004

Avoid Tables for UI Layout

Why avoiding tables for layout is important, “it is not that you should never use tables. Tables are in HTML, and when you want to display tabular data, you should use them. But for layout, there are other options”.
Via : Pete Freitag

Brajeshwar | No comments

January 28th, 2004

TextSnapshot Object

Yesterday, i looked at getTextSnapshot() method of MovieClip.

MovieClip.getTextSnapshot() returns a TextSnapshot object which represent the entire static text in a movieclip, static text? yeah its static text.
Continued

Abdul Qabiz | No comments

January 28th, 2004

EventDispatcher for Actionscript 2.0

I had heard a lot of this being mentioned by many prominent Flash Developers, the other day I was talking to Peter Hall about the same, also heard of Peldi liking the same over AsBroadcaster (yes, the case have changed in AS 2.0), he even did a Server Side equivalent of the same, “Ported EventDispatcher to SSAS” and Jesse Warden have an entry on the same, “Two Reasons EventDispatcher is neato-cheato

For the Archive sake, here is something on EventDispatcher (thanks for Peter Hall for helping me);

/*
There are two ways to do the initialisation.
In the prototype (Example1) is more efficient more clumsy.
*/

class Example1 {
// these will be filled in with EventDispatcher.initialize
public function addEventListener (event:String, o:Object):Void{}
public function removeEventListener (event:String, o:Object):Void{}
private function dispatchEvent (o:Object):Void{}

function aMethod(){
//send the event:
dispatchEvent({type:”eventName”});
}

private static var dispatcherInited =
EventDispatcher.initialize(Example1.prototype);
}

class Example2 {
// these will be filled in with EventDispatcher.initialize
public function addEventListener (event:String, o:Object):Void{}
public function removeEventListener (event:String, o:Object):Void{}
private function dispatchEvent (o:Object):Void{}

function Example2{
EventDispatcher.initialize(this);
}

function aMethod(){
//send the event:
dispatchEvent({type:”eventName”});
}
}

Brajeshwar | 1 comment

January 27th, 2004

Wack that penguin

There was a lotta talk about “wacking a penguin”. The original url was somehow lost, so posted it on my site for the people of Flashlounge to enjoy, you can enjoy the same here. So, waste away your time.

Brajeshwar | No comments

January 26th, 2004

Mike Rowe is so famous now

Wired ran an article today, MikeRoweSoft Names His Price, “Mike Rowe, a 17-year-old resident of Victoria, British Columbia, has agreed to pick a new name for his website, currently called www.mikerowesoft.com, said Microsoft spokesman Jim Desler.” This guy is really famous now, I even saw him and his story on CNBC TV 18 today. Lucky guy.

Brajeshwar | No comments

January 23rd, 2004

The definitive Flash Resource at Actionscript Hero

Actionscript Hero, Pablo Parrado, have some of the most definitive list for Flash resources. One of his recent definitive list is that of XML and Flash, check out his Tutorial Category for the other definitive list.

Brajeshwar | No comments

« Previous Entries

News archives | Subscribe

Join iGeeks

Sign up with your email to be an iGeek

Managed by Yahoo Groups

If you wish to advertize on iGeeks, please contact the manager for the same.

Contribute

iGeeks would love to publish your technical articles; contact the manager if you wish to write for iGeeks.

Contact

brajeshwar [at] brajeshwar.com