Category: web design
-
How To Use The Article Element – HTML5
•
The <article> tag is new to HTML5 and it replaces <div> tag. It specifies self-contained content in a document, page or in a site. This can be use in Blog post, Magazine article, comments or in widgets. How To Use The Article Tag: <article> <h1>heading</h1> <p>content</p> </article> Coding: <html>…
-
Skew Text Using Flash Action Script
•
Step-1 Open a new document in flash. Step-2 Writes the following script in Key frame 1 – action script panel (F9). inputString = “Skew Text”; letterWidths = new Array(0, 55, 35, 20, 40, 40, 40, 50, 40, 40, 20, 40, 35); offset = 65; for (count = 0; count <…
-
Vertical 3D Rotate Menu Item
•
1. Create a new Flash document of size 550×400. 2. Draw a rectangle with rounded corners. I made the rectangle 158×35 pixels. I used a white stroke and for the fill #0F7E88. 3. Convert the rectangle to a movie clip named “Menu Item”. Set the registration point to the…
-
Illustrator Ferocious Girl Vector
•
Final Preview: Step-1 Open a new document in illustrator and draw a face outline as like below using pen tool. Step-2 Then draws eyes and nose outline. Step-3 Lip is the main thing inside the face. Here I applied mesh gradient. First draw lip shape using pen tool with color…
-
Rotating object using flash
•
Step-1 Open a new document and set its background color as black. Step-2 Draw a rectangle line inside the stage as like below. Then pick slider from Windows à Components àUser Interface à Slider. Drag it to stage. It will be as movieclip. Here we want 4 slider and give…
-
Rock pattern text with floral design using Photoshop
•
Final Preview: Step-1 open a new document in Illustrator, type the required text and go to Effect –> 3D –> Extrude & Bevel to get 3d text effect. Step-2 Copy and paste that 3D text in Photoshop. Step-3 Now go to Image –> Adjustments –> Level and give the below…
-
LED Concept in HTML5
•
The mesmerizer Mouse Over on grid or type alphabets to see the animations (Note: This HTML5 Canvas concept will not work in Internet Explorer) Step-1 Open a new HTML document. Step-2 Paste the below code and save it as led.html. <!DOCTYPE html> <html><head> <title>The mesmerizer</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <script…
-
Create Spot Light Effect Using Flash
•
1.Open a new document in flash. 2.Import a picture (Ctrl+R) in layer one. 3.Change it to movieclip. Go to Properties Panel (Ctrl + F3) and adjust the color as given below. 4.Paste the same picture in layer two then convert it to movieclip and give the instance name as top_picture.…
-
Create Mobile using Illustrator
•
Final Preview: Step-1 Open a new document in illustrator. Step-2 Draw a rounded rectangle in the size of 230X460 without filling color that (i.e. only stroke). Step-3 Now apply extrude and bevel by go to Effect –> 3D –> Extrude & Bevel as like below ratios then give Effect –>…