Linux Dialup VPN
Posted by admin in Server Admin on November 17, 2009
Linux PPTPD dialup VPN installation steps
Packages for Yum based distributions are available from our Yum repository. [we Used CENTOS ] we can simply install pptpd by using yum
Copy past the following line to the command prompt and press enter
# rpm -Uvh http://poptop.sourceforge.net/yum/stable/fc7/pptp-release-current.noarch.rpm # yum –enablerepo=poptop-stable install pptpd
CASIO fx 100MS Emulator [project opened]
Posted by admin in ActionScript 3 on August 31, 2009
hi all,
im trying to develop a CASIO Scientific calculator emulator in flash. an on line version, i think it will be a use full stuff
skin developed
didn’t started coding
google project page http://code.google.com/p/casio-fx100ms-emulator/
jpeg encoder in Flash as3 with Byte Array
Posted by admin in ActionScript 3 on August 7, 2009
In this tutorial i will show you how a simple drawing board create in flash as3 and how to save the drawing from the flash in jpeg format. for that you need extra code library as3corelib.swc
Here are Six Reasons to Use ActionScript 3.0
Posted by admin in ActionScript 3 on August 5, 2009
Listed below are what kotz considers to be the primary benefits of learning to use ActionScript 3.0. AS3 is generally 10 times faster, as long as you don’t do anything stupid :tb: . Its syntax is more standard, and it uses new systems like the display list and the DOM3 event model that make AS easier to manage. And it’s easier to implement object oriented programming, with class and base class definitions of symbols and the document class. Oh, and you can try and catch runtime errors! How about them apples?
Browser Navigation Enabled Flash Site
Posted by admin in ActionScript 3 on July 28, 2009
Hi all, A major issue while using flash sites the browser can’t trace the history of navigation so user cant use the forward and back button in browser . In this tutorial i ll show you how to trace the navigation in flash site using state manager class so user can utilize the browser navigation keys
Setup a transparent proxy with Squid in three easy steps
Posted by admin in Server Admin on July 20, 2009
Setup a transparent proxy with Squid in three easy steps
Eth0 connected to internet and eth1 connected to local lan i.e. system act
as router.
Public,Private,Protected Functions in AS3
Posted by admin in ActionScript 3 on July 18, 2009
Hi all in this tutorial you can understand difference between public , private and protected function in AS3, in AS3 only public functions can call from external swf files
SQL Data Base in Flash [AS2]
Posted by admin in ActionScript 2 on July 6, 2009



