
ActionScript Functions
What is Function? A function is a block of code wrapped together in a way so that it can be re-used at anytime in the […]
What is Function? A function is a block of code wrapped together in a way so that it can be re-used at anytime in the […]
SetInterval() Method in AS3 setInterval() is an ActionScript method which lets you execute a specific code repeatedly through a certain time interval in milliseconds. In […]
A mutual bond fund is a more efficient option of investing in individual bonds than buying individual securities. We will discuss major benefits of bond […]
Have you ever thought, I want to earn 7% return on my investment. Wait..CD only gives me 0.50%, yikes. If wishes were horses, beggars would […]
How to create file in php: In many application, you need to create data dump or copy the data from third party every day. You […]
Basic example to read tab delimited file $fp = fopen(‘mydata.csv’, ‘r’); while ( !feof($fp) ) { $line = fgets($fp, 2048); $someCondition = someConditionToDetermineTabOrComma(); $delimiter = […]
JQuery is a javascript library and widely used on the websites as it provides most of the functionalities with just few lines of code. It […]
Copyright © 2023 | All Rights Reserved by DglobalTech