HTML - Object Tutorial
Hey, my name is yann from Angola and Holland at the same time. My english isn't really perfect, so can someone please place a link to a tutorial that completely explains how to perfectly use the Html's object tag and it's atributes. BTW, im learning html 4.01. Is it worth it?
Similar TutorialsHello, I am wondering if something is possible.. and if it is, how I would go about accomplishing the desired result.. This is a sample page to illustrate the problem http://comp.uark.edu/~bcagnin/test/index.html Is there a way to resize the object from a link that is within the website being displayed in that very same object?? Also, I am willing to use iframe if there is a solution that can be found with that... Thanks!! Tyrick Anyone know of a good online tutorial for XHTML ?? (not HTML, I want to learn more about XHTML) Thanks Which site will be the best html tutorial? Any body knows free a complete html tutorial site? Thanks in advance Converting RSS to HTML involves translating RSS XML files from a specified link into HTML or Javascript code, so that the XML data can be rendered for display on a web browser. An expert programmer would be able to do this by developing functions in Javascript and AJAX or Asynchronus Javascript XML, PHP or ASP.NET. Alternatively, there is a wide selection of third-party software that can offer this solution. This article will describe how to install and convert RSS to HTML using a free PHP package from FeedForAll called RSS2HTML. # 1 Point your browser to the FeedForAll download website. The URL link is provided in the References section below. Next to the heading "RSS2HTML" right-click on the download button, and select "Save Target As...". Save rss2html.zip to your desktop. # 2 Create a directory C:\rss2html on your personal computer, and extract the following four files from rss2html.zip into C:\rss2html: FeedForAll_XMLParser.inc.php Rss2html.php rss2html-docs.txt sample-template.html # 3 Using FTP software, upload the four files to your Internet website in the root directory. # 4 If your website domain name is mysite.com, point your browser to the URL mysite.com/rss2html?buildURL. Note that "buildURL" is case-sensitive. # 5 Under "URL for the XML file:" enter the following URL for the Yahoo! Internet newsfeed: rss.news.yahoo.com/rss/internet. Under "URL for the template file:", enter the URL location of the sample-template.html file, for example, mysite.com/sample-template.html. In "Maximum items" enter 10, so that only the latest 10 entries are displayed. Then click "submit." # 6 Wait for the page to refresh, then click on the "test" link to make sure that the latest 10 items in the Yahoo! Internet newsfeed are displayed. Copy the URL location of the link and save it in a text editor. It would look something like http://www.mysite.com/rss2html.php?X...ml&MAXITEMS=10. # 7 Open C:\rss2html\sample-template.html using a text editor, and enter the following code between the </HEAD> and the <BODY> tags <table width=100% border=1 cellspacing=0> <tr> <td valign=top width=60%> Welcome to my web site </td> <td valign=top> # 8 Toward the bottom of the file, enter the following code between the </TABLE> and the </BODY> tags </td> </tr> </html> Then save C:\rss2html\sample-template.html and upload it to the root directory of your website, overwriting the earlier version. # 9 Create a blank text document in C:\rss2html called mypage.html, and enter the following code into mypage.html. Replace the long url address with the one saved in Step 6: <html> <head> <meta HTTP-EQUIV="REFRESH" content="0; url= http://www.mysite.com/rss2html.php?XMLFILE=http://rss.news.yahoo.com/rss/internet&TEMPLATE=http://www.mysite.com/sample-template.html&MAXITEMS=10"> </head> <body> </body> </html> # 10 Upload C:\rss2html\mypage.html to the root directory of your website. Point your browser to mypage.html on your web site. It will redirect the browser to the long URL. The browser should now display the Yahoo! Internet newsfeed in a separate panel to the right. You can edit the HTML code in sample-template.html to add your own web content and alter the display, color and font settings according to your preference. Hi guys, You can check this page for an easy introduction to HTML : http://www.webpandemonium.com/?page_id=16 I hope it helps you, Cheers. Hi guys, I'm a University student in scotland who has avoided the HTML side of group projects for 2 years now so i feel it is time to catch up. For 3rd year i need to learn some JSP so i feel i should learn the basics and a bit more of HTML. Enough for me to understand syntax of Javascript/JSP implementation. I was wondering if there was a book out there where i could learn HTML/CSS in like say in a time scale of a month. With like an hour or two working on it per day. I can give or take few hours/days. If theres a book in PDF format you can reconmend or some online tutorial please do. As i want to be fluent in the basics of HTML by like 30-40 days time. Much appreciated Thanks James Hey guys, Im working on a site for a publishing company and I would like to add a photo slideshow like the one here http://www.chapters.indigo.ca/. I believe its an AP Element I looked into it and dreamweaver cs4 doesnt have the AP Element button like the older versions did. If someone could give me a hand or show me a good tutorial to use, that would be great. I tired copying the code from the site but Im still a newbie and its a little confusing Help would be excellent....Thanks Can anyone help me with a HTML tutorial? I need a little bit advanced tutorial. Thanks in advance. I've tried searching on google but I always come across a lot of sites where you have to pay for stuff. Ok, here's my thing... I'm not a professional web designer or anything. I only do websites for myself and friends if they need. I'm more old school with it, meaning I type out the HTML codes myself mostly. I learned about webdesigning back in like 1997 when I first got on the internet. So now i either make very basic websites in photoshop or I use templates. I see soo many nice websites being created now and i really want to learn alot of the advanced stuff that people are using to design their websites now, especialy these fan made websites for these singers and actors. Examples: http://www.amerieweb.com http://www.a-peet.org http://www.brittany-charm.org Anyway, do any of you know good tutorial sites? Do I need Dreamweaver and other programs to design like these sites? Thanks in advance. Hi Friends, Can anyone guide me that How to open html tutorial.pdf file ? Please help me ASAP. Regards, Tom The tutorials on this site are geared toward the newcomer. However, the reference guide provides useful information that would be useful to anyone. http://www.halshtmlschool.com/ Hello! I would like to learn HTML for work and was wondering if anyone could recommend a DVD Tutorial Program (preferably) or a book for someone who knows nothing about HTML. Thank you! Jeff Hello, I'm following this tutorial but I'm having some trouble grasping exactly how the mouse-position scrolling script works and can't make it work for my site. The only thing I want thats different from the original tutorial, is multiple lists in a row rather than a single horizontal list. Here is the page in question. So far, I can get it to work by changing the ul.sc_menu width attribute to something very high as in the tutorial, but it pushes all the other lists off-screen. how can I have all my lists close together with the scrolling functionality? Thank you so much for any help!!! http://www.sullcrom.com/ Like the ones under News and publications on the far right... Having a difficult time figuring it out! I am using another persons code for our band's MySpace.( With some of my own) I am trying to display the shows section and the music player. When i insert the shows section the music player always displays behind the shows section. It is displaying the music player within the limits of the shows section. How do i make the music player seperate? Here is the code for the entire site with the music and show sections bolded. Code: <i class=i>!--START CODE IN BAND MEMBERS --!</i> <i class=i> !-Start Div Overlay Content Block-! <a href="http://www.msplinks.com/MDFodHRwOi8vdmlld3MtdW5kZXItY29uc3RydWN0aW9uLmJsb2dzcG90LmNvbS8="> myspace code tutorials by Eileen</a> !-Close 3 layers of cell/row/table. This puts our Div ONE table deep. </i> </td></tr></table> </td></tr></table> </td></tr></table> <i class=i>!-Create and size our div. We will never close this div. It will close when the containing table closes-! </i> <i class=i>!!! MODIFY width to the SAME width as your core image !!!</i> <div class="myCoreDiv" style="position:relative; top:0px; width:799px; height:auto; border:2px green solid;"> <i class=i> when DONE editing CHANGE the border:2px to border:0px or change the magenta to the color you want your border.----!</i> <i class=i> !----START CUSTOM CONTENT BLOCK 1----!</i> <img src=http://i42.tinypic.com/16iz2j5.jpg> <img class="grid" src="http://i11.tinypic.com/4pczehk.gif" style="position:absolute; top:0px; left:0px;"> <span class="off">!-START COMMENT FORM-!</span> <div class="myCommentFormD"> <form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"> <input name="friendID" value="445328869" type="hidden"/> <textarea name="f_comments" class="myFormBox"></textarea> <center> <input type="submit" value="Post Comment" class="myPostCommentButton"/> <input type="reset" value="Clear" class="myClearButton"/> </center> </form> </div> <span class="off">!-END COMMENT FORM-!</span> <i class=i> !----END CUSTOM CONTENT BLOCK 1----!</i> <i class=i>!-Open 3 layers of table/row/cell-!</i> <i class=i>!-IF do NOT want any content from my Right side, I can use i instead of L1-!</i> <table class="L1" ><tr><td> <i class=i>!-The below class i hides the remainder of the general table-!</i> <table class="i"><tr><td> <table class="i"><tr><td> <style>.i {display:none}</style> <i class=i>END CODE IN BAND MEMBERS</i> <i class=i>!START code in Influences !</i> <i class=i>!START Style Block For Hiding Elements on Band Page! <a href="http://www.msplinks.com/MDFodHRwOi8veGlpaS51cy9tcy9iYW5kLWhpZGUtYWxs">MySpace Band Hide Everything</a> </i> <style> .i, div.clearfix i i i {display:none} {! fix a centering problem, and clear white space caused by clear gifs !} td {width:auto;} table td img {display:none;} {! restore any images displayed inside our div. You may want to use block instead of inline for some images. !} table td div.myCoreDiv img, table td div.myCoreDiv table td img, table td div.myCoreDiv div img {display:inline;} {!OPTIONAL restore image on maroon nav bar, we could use a.navbar img!} div table td a.navbar img {display:block;} {! removes most content and the space it occupied !} table table table {display:none} {! minimize the remaining main page content that can not be removed without effecting the ad and menus !} table table td { height:0px; margin:0px; padding:0px;} {! restore my div. !} table div.myCoreDiv {display:block;} {! restore div with Comments !} table div.myCoreDiv div.myDclassFC {display:block;} table div.myCoreDiv div {display:block;} table table br {display:none;} table table table br {display:block;} {! OPTIONAL decrease space between bottom and bottom menu, and between bottom menu and cc thing !} {! does not work in Safari !} table div br {line-height:4px;} {! reverse effect on custom div !} table div.myCoreDiv br {line-height:11px;} {! remove default background coloring !} table table, tr, td {background-color:transparent !important} {! ONLY if you want to remove the blue behind the ad banner AND the maroon !} div.profileWidth table, div.profileWidth td {background-color:transparent !important} div table {border-bottom:none !important;} {! ADDITIONAL STYLE BLOCKS CAN GO HERE !} <style> {!- shows -!} table table td.text div {position:absolute; width:440px; height:130px; overflow:scroll; overflow-x:hidden; top:30px; left:415px;} {!- UnDo effect on Div in Friend and Comment spaces -!} table table td.text table div {position:static; height:auto; overflow:hidden} table table td.text div.commentlinks {display:none;} table table td.text div table {display:block} {!-fix column width of shows-!} {!-set below px width to the width of your shows space-!} table table td.text div table td, table table td.text div table {width:425px;} table table td.text div table table {width:100% !important} {!-adjust below value as needed-!} table table td.text div table table table {width:40% !important} </style> <style> {!-music player-!} table table td.text div object {position:absolute !important; top:196px !important; left:100px} table table td.text div object object {position:static !important;} </style> hi can anyone tell me how to findout the value for "classid" attribute of <object> element, if iam uploading flash vedio i can get that value in source code document after publishing it but how would i know for vedio formets like quicktime,mpeg,DV etc and what is the use of declare attribute? thanks & regards Hi there.Today,on a test page i decided to put a .swf movie using the object tag.After writing this code
Code: <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" type="application/x-shockwave-flash" data="video\index.swf" width="472" height="266" border="0" standby="Va rugam,asteptati.In proces de incarcare..."> <PARAM name="movie" value="video\index.swf"> <PARAM name="quality" value="high"> <PARAM name="bgcolor" value="#000000"> </OBJECT> i got(and i still get) a blank square filled with white color in Firefox and a black filled square in IE(this is actually the Flash Player,but for some reason it won't play the file). Please tell me,what's wrong : Me or the code? I really need some help. Hello, I've created a table that should be automatically populated by data from a text file. It works fine in IE but is displayed blank in Firefox. Can anyone tell me why that might be? Code: <object id="members" classid="clsid:333C7BC4-460F-11D0-BC04-0080C7055A83"> <param name="DataURL" value="../../secure/Membership/contacts.txt"> <param name="UseHeader" value="True"> </object> <TABLE datasrc="#members" border="0" cellspacing="5" cellpadding="8" align="center"> <THEAD> <TR> <TD><strong>Name</strong></TD> <TD><strong>Organisation</strong></TD> <TD><strong>Telephone</strong></TD> <TD><strong>E-mail</strong></TD> </TR> </THEAD> <TBODY> <TR> <TD><DIV datafld="NAME" ></DIV></font></TD> <TD><DIV datafld="ORGANISATION"></DIV></font></TD> <TD><DIV datafld="TELEPHONE" DATAFORMATAS="html"></DIV></font></TD> <TD><DIV datafld="E-MAIL" DATAFORMATAS="html"></DIV></font></TD> </TR> </TBODY> </TABLE> Thanks for any help , Russ Dear HtmlForums! I've just bumped into a problem, the following two files is used; HTML file CSS file Now, what i want to do, is to be able to write on top of, at the side and at the bottom in the mainbox, so that the text kinda "goes around" the black-er box to the right in the mainbox. Text starts at the top, and floats around the image and continues. (Dont worry about the image saying "Unable to load picture - please check browser version. Its because the image file is not correctly linked) Following image describes what i'd like to accomplish: IMAGE In front, Thank you! The following code works in Firefox AND validates as XHTML 1.0 Strict: <object codetype="application/java" classid="java:lake.class" width="423" height="567"> <param name="image" value="lovetide.jpg" /> </object> It displays the image, and the applet simulates ocean waves on the image. However, this code does NOT work in IE (no image displayed at all). Any idea how to do this in IE in a way that will still validate? I did some searches on the Web, and found an article that pointed out IE handles <object> differently from other browsers. Based on that article, I tried this: <!--[if IE]> <object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" width="423" height="567"> <param name="code" value="lake.class" /> <param name="image" value="lovetide.jpg" /> </object> <![endif]--> <!--[if !IE]> Not executed by IE--> <object type="application/x-java-applet" classid="java:lake.class" width="423" height="567"> <param name="image" value="lovetide.jpg" /> </object> <!--[endif]--> Still works with Firefox but not IE. Any help would be much appreciated. Thanks. Bill |