"Welcome back to the fight. This time I know our side will win."

~ Victor Laszlo ~

newsblog

2006-03-03

Java Server Pages

I got offered a job today using JSP. I havent touched this language at all so I was quite intrigued to see what it looked like. After a bit of reading it seems pretty easy to write although some areas appear much more bloated than C# i.e. theres alot of repeating code blocks. C# is still my 2nd favorite language after ActionScript but I reckon JSP could easily be my third!

Full story »

Leave a comment »

2006-02-24

See your favorite movies re-enacted by Flash Bunnies

OK so it isn't exactly news but its really funny and worth a look:

Angry Alien Productions

2006-02-13

Need help identifying fonts?

Its a site where you upload an image with the font in it and it will do its best to tell you the name of the font. This is quite old now but I only just found out about it:

What The Font?

2006-01-29

Fight the net

Link: http://news.bbc.co.uk/1/hi/world/americas/4655196.stm

A newly declassified document gives a fascinating glimpse into the US military's plans for "information operations" - from psychological operations, to attacks on hostile computer networks. -BBC News Website

Leave a comment »

2006-01-22

Flash8 BitmapData.loadBitmap() Woes

If you've been having trouble getting anything to appear when using the loadBitmap() function then chances are you've made a simple mistake. The documentation says to use the linkageId of a library object as the sole argument for this function i.e:

var myBitmap:BitmapData = BitmapData.loadMovie("libObjectId");

The key to using this function is that you have to attach an actual image object from the library; so say you've imported a jpg/png there, give this a linkageId and use that. Dont drop an instance of the image into a movieclip/graphic object and give that an Id. That would be the reason it didnt work. Be warned: you wont get an error message telling you it didnt work, your bitmap will just be blank.

Leave a comment »

<< 1 ... 21 22 23 24 25 26 27 28 29 30 31 >>

search