Monday 28 May 2012

Earn money online without investment.



Hey, Just register on "Points2shop" and earn money online with lots of free gift. join today.

Thursday 24 May 2012

Action script for beginners


Hello, Today I am going to show you how add, subtract, multiply or divide via action script 3.0 or 2.0 in Flash. So, First Press 'F9" to open action script window. now writes these script.

function anythink():Number
{
var priceone:Number =3.00;
var pricetwo:Number =2.90;
return (priceone+pricetwo);
}
trace(anythink());

here you can change "anythink" to your name or anything you want. ex- function deepak():Number Than trace(deepak());
You can change priceone and pricetwo to anythink you want. when var hunters:Number =79; var com:Number =80
than return (hunters+com);
change '-' to Subtraction, '*' to multiply and '/' to division. I hope you enjoy this tutorials.

Animation Rules


Animation Rules - 4th

Animation Rules


Animation Rules - 3rd

Animation Rules


Animation Rules - 2nd

Wednesday 23 May 2012

Blogging guidelines


If you are wiling to earn money online without investment, you need a blog/website/web page/wapsite. there are infinite number of free blog, free web hosting, free wapsites. however those free stuffs contains their own advertisement, and gives secondary domain name (yoursitename.domain.com), some would not allow large memory space. and these all few drawbacks in free hostingstuffs. but still you have a chance.i will recommend BLOGSPOT and WORDPRESS blogging. its because, if you try free hosting webpage, it leads to drop down your chance of ranking in search engines. so please prefer these blog sites.and they allow listings in search engines like GOOGLE SEARCH, YAHOO SEARCH, BING SEARCH.actually, these both sites are easy yo use, more comfortable.but for newbies i suggest BLOGSPOT! its simple and effective. on further reading you will come to know how it is power full.

Naming of the blog
name of the blog is very important. you should take care of naming your blog. for instance, you might choose your name like, deepak.blogspot.com and wrote about share market business. but your chance goes to another blogger who names his blog like, online -shares.blogspot.com, when people search for a word 'sharemarket'.so be cautious and aware of whats about your content andyour name for the blog. give name relevant to your content. most important thing is, your blog name should be related to you stuff and meanwhile your name MUST contain KEYWORD. keyword is nothing but the people searching words in search engines. to find your content keyword, use google keyword online.hence your name of the blog should be both relevant and keywordoriented.
Logo style
is logo necessary for a blogger? yes, definitely! it makes you blog as profession looking. so by placing a good logo, it helps you in future foremail advertisement, blog roll,directories listing. as likeprevious paragraph, create your logo simple and related. here is a most using free logosites. just get in and create you logo free. Cooltext and Logoeasecreate logos with 100 percent transparency. so that it will fix in your blog perfectly. it may be a name logo or symbol logo. it depends upon your wish.
Template design
template? what it is going to do in earning business? in fact, it does nothing. and thats what it should do. got it? see, if you choose your template very dark and in contrast colors, it makes yourreader irritate. so, never choose like so. just use simple, pale color palatte templates. hence, your template should do nothing toyour reader. and if your content is about foreign exchange, never choose love,gamey template. it puts you back from professional looking.
Image handling
generally,images, pictures,photos and animated pictures attracts reader. takeadvantage and make use the chance. but, there is a problem. don't upload more images. use two or three images per post. its highly enough. and don't use copyright images. it may leads to prosecute you. if you think a copyright image will perfectly fits for your content, just write 'soure from SITENAME' below theimage. So it doesn't harm you.
Content/niche
right now you stepped into the serious platform. remember, you are creating your blog for earning money. so, you have to satisfy your reader that your content is valuable. just think like content rewards you money. hence, quality of your contentequals to money earning possibility. if you raise your content quality it directly increases your earnings. if you are failed to provide a power full, essential content,there will be no visitors, no tariff. obviously, you cant earn even a single penny from your own blog.in blogging there are two types of content writing. one is FRESH and another is EVER FRESH.EVER-FRESH content is nothing but writing about valuable stable things, like me.see, iam writing about A COMPLETE GUIDE TO EARN MONEY ONLINE FROM YOUR OWNBLOG WITHOUT INVESTMENTand this thing never going to change with time. I'm not going to post anymore furtherthan else this article. but there is a people who need guide can reach my page, today.tomorrow, a week later, after a month, in 2012... so, those people make use of this site. and i will earn from ads. hence, its a one time job. once you write about like this, you will get visitors. . so, newbie who dont have a personal computer can adoptthis method.

Full setup of your free .tk domain


Dot tk is one of the top level domain registry. The special about this registry is it offers .tk domain for free of cost. Now a days there were many free hosting services are evolved and so everyone started to run their own wap/web site.
As dot tk became a most popular free domain, the users are increasing every day.If you are using free wap hosting services like xtgem, wapka, wapzan and others, you dont need to worry about your secondary domain name. Now you can change your domain from YOURNAME.HOSTNAME.COM to www.Yourname.tk. For people who are new to this subject can make use of this tutorial.
Follow the instructions given below.
Step 1
Go to dot.tk and check your desired domain name is available.
Step 2
If your desired name is available, then you will be asked paid or free domain. Choose paid and proceed.
Step 3
Furthermore, you will be asked to fill general procedures like email address and captcha verification. on the next page it asks whether you want to park the domain or to re direct. Redirect is a simple procedure, you just want to feed your web or wap address. Thats it. Whenever you click the dot tk address of yours, you will be re directed to the pre defined address that you had given.
But the disadvantages in this is, your site will be shown with their favicon. And your site will not be indexed in top position of the Google search engine.
Step 4
But if you want to park your domain on your site, then choose OWN DNS DOMAIN option. Which does not show their fauicon and gains good position in search engine results.
Step 5
On the next page it asks you the ip address. If you are using xtgem, its address is ns1.xtgem.com and ns2.xtgem.com for other you can refer those hosting services.
Step 6
Next page you will see a message as setting successfully saved. Thats all you have to do with dot tk site. Inbetween you have to register your name with password.
Step 7
Now get in to your hosting site. For xtgem log in and go to settings. There you will find domain parking option. Click and go to next page. Now put your new yourname.tk address in the bar. Thats all. Now you have parked your new domain successfully.
Step 8
For parking a new domain it takes one or two days to fix it. So dont get confused immediately after parking. Check back after 40 hours by putting your new address in the address bar.
Click here to register your Domain Now!

Animation Rules


Animation Rules - 1st


Tuesday 22 May 2012

Simple tracing script for action script 2.0 & 3.0


Press "F9" to open Action script windows.
Here is the tracing script.
function doshop()
{
trace("flash-hunters");
trace("blogspot");
trace("com");
}
doshop();

Here you can change "doshop" to anything. but remember always change both.when function is
"function yourname()" than bottom is
"yourname();".
You can change "flash-hunters", "blogspot" & "com" to any thing you like.


Masking using action script 2.0


Masking using action script 2.0 (video in english)

Tuesday 15 May 2012

History of Action-script

ActionScript is an object-oriented language originally developed by Macromedia Inc. (now owned by Adobe Systems). It is a dialect of ECMAScript(meaning it is a superset of the syntax and semantics of the language more widely known as JavaScript), and is used primarily for the development of websites and software targeting the Adobe Flash Player platform, used on Web pages in the form of embedded SWF files. The language itself is open-source in that its specification is offered free of charge and both an open source compiler (as part of Adobe Flex) and open source virtual machine (Mozilla Tamarin) are available.
ActionScript was initially designed for controlling simple 2D vector animations made in Adobe Flash (formerly Macromedia Flash). Initially focused on animation, early versions of Flash content offered few interactivity features and thus had very limited scripting capability. Later versions added functionality allowing for the creation of Web-based games and rich Internet applications with streaming media (such as video and audio). Today, ActionScript is suitable for use in some database applications, and in basic robotics, as with the Make Controller Kit.
Flash MX 2004 introduced ActionScript 2.0, a scripting programming language more suited to the development of Flash applications. It is often possible to save time by scripting something rather than animating it, which usually also enables a higher level of flexibility when editing.
Since the arrival of the Flash Player 9 alpha (in 2006) a newer version of ActionScript has been released, ActionScript 3.0. ActionScript 3.0 is anobject-oriented programming language allowing far more control and code reusability when building complex Flash applications. This version of the language is intended to be compiled and run on a version of the ActionScript Virtual Machine that has been itself completely re-written from the ground up (dubbed AVM2). Because of this, code written in ActionScript 3.0 is generally targeted for Flash Player 9 and higher and will not work in previous versions. At the same time, ActionScript 3.0 executes up to 10 times faster than legacy ActionScript code.
Flash libraries can be used with the XML capabilities of the browser to render rich content in the browser. This technology is known as Asynchronous Flash and XML, much like AJAX. Adobe offers its Flex product line to meet the demand for Rich Internet Applications built on the Flash runtime, with behaviors and programming done in ActionScript. ActionScript 3.0 forms the foundation of the Flex 2 API.

What is Flash ?


Adobe Flash (formerly Macromedia Flash) is a multimedia platform used to add animation, video, and  interactivity  to web pages. Flash is frequently used for advertisements, games and flash animations for broadcast. More recently, it has been positioned as a tool for  "Rich Internet Applications" ("RI As").
Flash manipulates vector and raster graphics to provide animation of text, drawings, and still images. It supports bidirectional streaming of audio and video, and it can capture user input via mouse, keyboard, microphone, and camera. Flash contains an object-oriented language called Action-script and supports automation via the JavaScript Flash language (JSFL).
Flash content may be displayed on various computer systems and devices, using Adobe Flash Player, which is available free of charge for common web browsers, some mobile phones, and a few other electronic devices (using Flash Lite).
Some users feel that Flash enriches their web experience, while others find the extensive use of Flash animation, particularly in advertising, intrusive and annoying, giving rise to a cottage industry that specializes in blocking Flash content. Flash has also been criticized for adversely affecting the usability of web pages.