6,574 Topics
![]() | |
Hi friends i want to know about how to create Big flash banner in html . and also i dont know to create flash video in swf format. please send the code here ....... | |
I know this is a somewhat strange request and is probably not feasable, but I thought I would ask anyway :) I have a form, and on the final page of the form it displays all of the results of the user's entries. The problem is some of these results … | |
I'm fairly new at writing perl scripts and was wondering if you can write a perl script on an html page for the submission of a form to a database. Any assistance would be greatly appreciated. Thank you Doug | |
I want to know how the integrated chat service on orkut pops up automatically. Is Orkut using javascript to call that service. The html source of the chat service and the page on which it appears is different. Then how is it possible to have two pages with diff. source … | |
Does anyone know where I can find a complete list of DOM/DHTML event types documented? I'm trying to learn more about advanced event handling in JavaScript and I'd like to find lists of event types that I can attach/add event listeners to. I've been searching around and I've found a … | |
Hello! I'm having trouble with the CSS of this liquid (flixible ) layout. The problem occurs only in IE7. Whenever I decrease the size of the browser the #eventsListing (6 images) drops under #content (text/copy). I tried all kinds of hacks and freestyle solutions but nothing have worked so far. … | |
Check out this page in Firefox or Chrome: [url]http://minorityrecruitonline-com.si-vs1222.com/college/Default1.aspx[/url] Now check out the same page in IE8. I have tried everything to get them to appear the same in both browsers, but no can do. Any ideas from any HTML gurus out there? | |
Hi everyone, I have a modal dialog box which is called by the main thread. This dialog has no parent (appears at center screen, overlapped, and shown in taskbar). When the user clicks "Save" in the dialog, the dialog procedure receives the command and displays a save file dialog (GetSaveFileName). … | |
related topic in html help file not displayed | |
I was trying to run down an old post where I remembered posting code to answer a question that was asked so I searched for the site on google: [url]http://www.google.com/search?hl=en&q=site%3Adaniweb.com+knake+excel&aq=f&oq=&aqi=[/url] I think the third thread was this: [url]http://www.daniweb.com/forums/thread196171.html[/url] Notice my post with code. Click toggle plain view and you will … | |
The [URL="http://www.w3.org"]W3C HTML Working Group[/URL] has published the first [URL="http://www.w3.org/html/wg/html5/"]public draft[/URL] of HTML 5, itself being the first real upgrade to the language of the web for more than 10 years. Don't get too excited though, as the final specification for the language is not expected to get approval until … | |
I've spent days tearing my hair out and searching the web! Why? Simply because google checkout has little regard for UK VAT... After much searching I reached the stage where I could display the line '(VAT included £0.00)' on the sandbox checkout page, but I couldn't change the amount! The … | |
Tim Berners-Lee has a [URL="http://dig.csail.mit.edu/breadcrumbs/blog/4"]blog [/URL]that is, more often than not, worth reading. Certainly that has been the case over the weekend as the inventor of the World Wide Web has been talking about reinventing HTML. Referring to the W3C HTML group Berners-Lee admits that it is important to have … | |
in the previous snippet i compared two tables having columns as name and value pairs. this new one compares two tables of any number of columns(as long as it is the same number on both tables). | |
compares to tables and highligthts the changes | |
converts the html tables which are created by string concatenation to dom table objects | |
I saw that in some xml files, child numbers are not the same for the elements which will correspond to our table rows. So i created a more smart version which is error tolerant. | |
| |
[B]Situation:[/B] Ever wanted to get the size of an image? Possibly to determine new height and width dimensions that DO NOT distort the proportion. Well I have, and I overcame the math like so. [B]Solution:[/B] First you must decide on an image width. The subroutine returns the proportional height equivalent. … | |
Although most people speak of HTML code, the fact is that if you write good HTML code, you’re actually writing XHTML. XHTML is a set of rules that, if you follow them when you write HTML code, result in code that is more standards-compliant, and hence more likely to render … | |
| |
This is a recursive function I made to draw purely CSS bar graphs. You pass it an array of data and the total amount, example: [code=php]$someData = array('Oranges'=>4, 'Apples'=>10); $total = 14; echo drawCSSGraph($someData, $total);[/code] Also, you can pass it options in the form of an array or as space … | |
This function distributes mail to a mailing list, out of an array. Wether the array is plundered from a database, a file, or from the code, the function only takes a prepared one. Also, this function is only good for HTML messages. The array's syntax is to be: [code] array("recipent's … | |
This small snippet shows how to load and display HTML (Hyper Text Markup Language) with wxPython's HtmlWindow(). This could be particularly useful with instruction and help text. HTML allows you to include pictures, fancy fonts and links. | |
New to me, but MS InternetExplorer does have COM support you can access from basic code. I had to test this out and make it work. We are using BCX basic, one of the successors to Qbasic. | |
Without using cascading style sheets or more complicated methods it is easy to introduce coloured text into your HTML sites/documents. This is done by using the <font> tag and its options. In addition to this the <font> tag is more backwards-compatible than most other style commands. The way to do … | |
![]() | hi, i have been working on a log with my friend and we want it to look like the attachment, i currently have a basic css part and html: [code=css] #index_blog{ float:left; } [/code] and html: [code=html] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> … ![]() |
I'm a beginner at web design, so my webpage is not that great. I use notepad to edit my HTML and IE7 to display my webpage. I tried to put in CSS in my webpage to make purple letters and a yellow background, but it never works. I had to … | |
i was wondering how to how seprate php from html while fetching rows from database.. . . [code] <?while($row=mysql_fetch_array($result)) {?> <td><?$row['firstname']?></td> <td><?$row['lastname']?></td> <?}?> [/code] can i separate php and html in above case.>? . . thank u | |
I'm trying to learn the very basics of HTML parsing in python. Through these forums I learned what a parser is. [I] " Parsing often means "perform syntax analysis" on a program or a text. It means check if a text obeys given grammar rules and extract the corresponding information. … |
The End.