6,574 Topics

Member Avatar for
Member Avatar for AjithAnnadurai

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 .......

Member Avatar for vijayahurli126
1
543
Member Avatar for betatype

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 …

Member Avatar for cwarn23
0
128
Member Avatar for dougancil

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

Member Avatar for codejoust
0
91
Member Avatar for Yatendra_goel

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 …

0
44
Member Avatar for Ghodmode

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 …

0
121
Member Avatar for geryzone

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. …

Member Avatar for Troy III
0
184
Member Avatar for jeffherron

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?

Member Avatar for Troy III
0
156
Member Avatar for sixstorm1

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). …

Member Avatar for sixstorm1
1
245
Member Avatar for nandibig
Member Avatar for sknake

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 …

Member Avatar for Dani
0
403
Member Avatar for newsguy

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 …

Member Avatar for Sallygmlvl
0
251
Member Avatar for DaveSW

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 …

0
99
Member Avatar for happygeek

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 …

0
368
Member Avatar for serkan sendur

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).

Member Avatar for serkan sendur
0
147
Member Avatar for serkan sendur
Member Avatar for serkan sendur

converts the html tables which are created by string concatenation to dom table objects

0
139
Member Avatar for serkan sendur

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.

0
157
Member Avatar for serkan sendur
Member Avatar for Kelicula

[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. …

Member Avatar for Kelicula
0
166
Member Avatar for toraj58

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 …

Member Avatar for sagorcse
0
183
Member Avatar for scrypt3r
Member Avatar for ShawnCplus

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 …

Member Avatar for ShawnCplus
-1
144
Member Avatar for Shaffer

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 …

Member Avatar for sonny.scroggin
0
142
Member Avatar for vegaseat

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.

0
1K
Member Avatar for vegaseat

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.

0
193
Member Avatar for 1o0oBhP

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 …

Member Avatar for mmiikkee12
0
357
Member Avatar for leegeorg07

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"> …

Member Avatar for leegeorg07
0
110
Member Avatar for Heidegger

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 …

Member Avatar for Heidegger
0
196
Member Avatar for sam023

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

Member Avatar for somedude3488
0
96
Member Avatar for mahela007

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. …

Member Avatar for mahela007
0
124

The End.