Flash Glow Effect with greensock plugin in AS3

Glow Effect with GreenSock Glow effect with GreenSock plugin in action script 3, download the latest files from the greensock site and copy the com folder from the zip package. I think the plugin is in com, otherwise make it … Continue reading

Posted in Flash | Tagged , | Leave a comment

What are the differences in die() and exit() in PHP?

Ooops!!! there is no difference in die() and exit(). die() is equivalent to exit  and vice versa. But  why these two names because of there are functions which changed names because of an API cleanup or some other reason and … Continue reading

Posted in PHP, Shell | Tagged , | Leave a comment

Installing Go Language in Ubuntu

Its very easy to install GO on ubuntu os. We need some more packages for the ubuntu installation ie Bison(Bison – GNU parser generator), gcc(GCC, the GNU Compiler Collection), mercurial(Mercurial is a cross-platform, distributed revision control tool for software developers.), … Continue reading

Posted in Linux | Tagged , , , | Leave a comment

Google’s GO Programming Language

Go is a systems programming language intended to be a general-purpose systems language, like C++. It is compiled, garbage-collected, concurrent programming language developed by Google. Go was officially announced in November 2009, with implementations released for the Linux and Mac … Continue reading

Posted in Programming | Tagged , , , | Leave a comment

Find Your Ubuntu Version Using Terminal

To find your Ubuntu version using command line method. Two commands are there, open your terminal and type the following. Shell Command 1: cat /etc/issue // sample output // Ubuntu 9.10 n l

Posted in Linux | Tagged , , | Leave a comment
Page 1 of 41234