Emma_Persly Profile

Emma Persly
Join Date:
2011-11-05
About
FREEARENA.ORG
My Social profiles
Blogs Owned
1. FREE ARENA
Joomla,Wordpress,Drupal,Joomla Extensions,Joomla Templates,Themeforest,TemplateMonster,Simavera,Lynda,Lullabot,Magzines,Photoshop,Graphic River,Games,Video Tutorial,Business Ethics and Tips,Economics,Financial Free...
Tags: Joomla, Wordpress, Drupal, Joomla Extensions, TemplateMonster
Latest Blog Posts
- Insert Video in HTML Documents in HTMLon Mar 2, 2012 in HTMLInsert Video in HTML Documents in HTML A video file can have extensions such as avi asf ram or ra. Toinsert a videos file into an HTML documents <EMBED> tag can be used. For example,<EMBED SRC=Path/videofile name WIDTH=width in pixels o...
- Insert Java Applets in HTMLon Mar 2, 2012 in HTMLInsert Java Applets in HTMLHTML pages by themselves are very passive in nature. This meansthat their contact is more or less static and does not change over a period oftime. There are several ways of creating interactive programs on the Web butone of...
- Insert Sound in HTML Documentson Feb 24, 2012 in HTMLInsert Sound in HTML DocumentsPart of the appeal of an interactive Web page is the occasionalbeep when the user interacts with the page. Alternative, a web page may requireincorporating music within itself to make it more attractive. MIDI is thestand...
- Insert Animator GIF Files in HTML Documentson Feb 24, 2012 in HTMLInsert Animator GIF Files in HTML DocumentsIn session 3, we have already discussed what are GIF files andhow they are incorporated into an HTML document. Recall that <IMG> tag isused to insert an image into the web page.<HTML> <H...
- Insert Multimedia in HTML Documentson Feb 24, 2012 in HTMLInsert Multimedia in HTML DocumentsOne of the biggest factors in the growth of the web has beenthe integration of multimedia capabilities within HTML documents. Since earlyversions of HTML, it has been possible to include references to images in adoc...
- Who Using Layers in HTMLon Feb 24, 2012 in HTMLWho Using Layers in HTMLA layer is treated as a single entity of content. It is alsotreated like any other style other that is applied to elements within an HTML.So, if we want to apply the layer style to all the elements within the layer,we can use...
- What are Layers? in HTMLon Feb 24, 2012 in HTMLWhat are Layers? in HTMLA layer is an element that can be added to a Web page. We canspecify the exact position of a layer in the Web page. Netscape supports a <LAYER> element that can be usedto position contact on the Web page.The layer has it...
- Layers in HTMLon Feb 24, 2012 in HTMLLayers in HTMLWhen we position an element on the web page, we typicallyspecify the x and y co-ordinates. However, we can also specify the co-ordinates.The z-axis is an imaginary line from the font of the monitor to the back. Thus anelement can be pos...
- Set Cell Format in HTMLon Feb 24, 2012 in HTMLSet Cell Format in HTMLThe position of the text within each cell of the table canbe specified. The horizontal alignment (ALIGN) and vertical alignment (VALIGN)attributes are used to control the alignment within the table cells. The ALIGNattribute can...
- Introduction to C Languageon Feb 20, 2012 in C Language TutorialsIntroduction to C LanguageDennis Ritchie from Bell Laboratories created C, In the early 1970s. C was initially used on a system with UNIX operating system. C was derived from a development process, of an older language BCPL, developed by Martin Richa...
- Manually Modify the Thunder Bird Advertising Methodson Feb 19, 2012 in Thunderbird TutorialsManually Modify the Thunder Bird Advertising MethodsThunder Bird download speed, but advertising, ha ha! However, as the free software is understandable. Then we all manually do an ad icech teach Thunder Bird - yourself cool one. But do not...
- Power Management Feature is Completely Resolved in Windows 7on Feb 19, 2012 in Windows 7 TutorialsPower Management Feature is Completely Resolved in Windows 7All know that a lot of friends used and are using Windows Vista system, compared to previous Microsoft operating systems, power management features in this version is more powerful, accordin...
- Make Realistic Studio Lighting Effects in 3Ds Maxon Feb 16, 2012 in 3DS Max TutorialsMake Realistic Studio Lighting Effects in 3Ds MaxTips : In this tutorial which I will tell you studio lighting production. Using the Vray 1.5rc3 render.The famous chair called "Corbusier" was created in 3ds max 9. Speak to use this teaching method wi...
- Trimming a Single Material with Video Studioon Feb 9, 2012 in Video-Studio TutorialsTrimming a Single Material with Video StudioTips : Original or Edited video file may contain many unwanted screen, resulting in the video is too long. Video-studio X2, You can shorten the video interval to the required length. Trim vid...
- Merging Cells: Spanning Columns or Rows in HTMLon Feb 7, 2012 in HTMLMerging Cells: Spanning Columns or Rows in HTMLThere are times when we may want to combine rows orcolumns into one cell. That we can create a column to span more than one row,or create a row to span more than one column. The COLSPAN and ROWSPANattrib...
- Delete a Row or a Column in HTMLon Feb 7, 2012 in HTMLDelete a Row or a Column in HTMLTo delete a row, the corresponding <TR> tagalong with all the <TD> tags within the <TR> Tag is deleted fromthe HTML source file. Similarly, to delete a column, all the <TD> tagsforming the colum...
- Insert a Row or a Column in HTMLon Feb 7, 2012 in HTMLInsert a Row or a Column in HTMLThe <TD> and <TR> tags can be used toinsert columns and rows to the table respectively. The following exampledemonstrates that.<HTML> <HEAD> <TITLE>Using Tabl...
- Tags for Creating Table in HTMLon Feb 7, 2012 in HTMLTags for Creating Table in HTMLThe <TABLE> tag is used to create a table inthe HTML document. the attributes of the <TABLE> element apply to thetable itself, not the data displayed in the table. The basic unit of a table isa cell and is d...
- Creating Tables in HTMLon Feb 7, 2012 in HTMLCreating Tables in HTMLWe can use tables to display data in a tabularformat complete with rows and columns. A table given us a certain amount ofcontrol over the placement of text and images on the Web page, instead ofleaving it all to the browsers.Cr...
- Introduction Using Tables & Layers in HTMLon Feb 7, 2012 in HTMLIntroduction Using Tables & Layers in HTML Apart fromgrouping related data into lists, there is another way to control the displayof text on a Web page, using Tables. In this session, we shall discuss how tocreate tables. We shall also discu...