In: SEO
30 Jul 2009There are many SEO strategies used in the process of search engine optimization. It is important to note that in order to generate measurable improvements in natural or organic search engine listings, SEO strategies require a holistic perspective where not every SEO strategy individually creates a direct increase in rankings, but rather each search engine [...]
In: Flash AS
28 Jul 20091. Draw Animating Circle
var cnt:Number = -90; // from which degree
var radius:Number = 100;
this.createEmptyMovieClip(”circle”,this.getNextHighestDepth());
circle._x = 200;
circle._y = 200;
circle.lineStyle(1,0xFF0000,100);
xx = 100*Math.cos(-90*Math.PI/180);
yy = 100*Math.sin(-90*Math.PI/180);
circle.moveTo(xx,yy);
intervalId = setInterval(this, “executeCallback”, 5);
// function to darw a circele.
function executeCallback() {
xx = 100*Math.cos(cnt*Math.PI/180);
[...]
In: CSS
22 Jul 2009Define the Body Section:
First define the body style. Here I have choose 12px font size. Having Courier New, Courier, Mono font. Background color is #ddd and margin and padding of page is set for 0px;
Here the code for body section
body {
font:12px “Courier New”, Courier, mono;
background:#ddd;
padding:0px;
margin:0px;
}
The Main Body Wrapper :
Now create sytle sheet for the main [...]
In: Web Tutorial
16 Jul 2009“The type of a PNG image is defined in the IHDR image header. The image has a certain bit depth, up to 16 bits per sample, and a certain color type, from Grayscale to RGB+Alpha. If two PNG files of different types represent exactly the same image, each file can be regarded as a lossless [...]
In: Wallpaper
7 Jul 20091.
Right Click and Save as for Full size.
2.
Right Click and Save as for Full size.
3.
Right Click and Save as for Full size.
4.
Right Click and Save as for Full size.
5.
Right Click and Save as for Full size.
6.
Right Click and Save as for Full size.
7.
Right Click and Save as for Full [...]
