130 Posted Topics

Member Avatar for Me-Mo

Why is this crap not deleted? Anyone who so blatantly ignores the rules should not only have the thread deleted, but be banned for a long time. If I recall, after you register, you are sent to the "rules" thread (not 100% sure) where it specifically states that for you …

Member Avatar for Tellalca
-3
149
Member Avatar for hajiakbar

Why are people like [B]hajiakbar[/B] not banned immediately? Zero effort in even coming up with a simple algorithm for adding/subtracting/multiplying/division. To kbshibukumar: This is someone you may end up working with in the future! *shakes head* I read those popular sites like codinghorror.com and you'll be surprised how easy it …

Member Avatar for floatingDivs
-1
142
Member Avatar for manzoor

Hi thecoolman5, First off, I think you should always create your own thread rather than asking questions in a thread created by someone else. However, welcome! The way to convert from scientific notation to regular integers is done using the [I]setf[/I] member function. For instance, by setting the formatting flags, …

Member Avatar for floatingDivs
0
1K
Member Avatar for jmcdyer

You might have turned off page styles for your browser. In Firefox, click on the View toolbar menu, go to Page Style and select Basic Page Style.

Member Avatar for dartz
0
648
Member Avatar for clar_issa

[QUOTE=ardav;1412645]Plenty of people here would know HOW to build one. Why the hell SHOULD anybody here help you? You don't seem to have put any thought into this yourself. You join up and in your first post demand answers that you as a 4th year BSIT should be developing yourself. …

Member Avatar for floatingDivs
-1
177
Member Avatar for floatingDivs

Hi Daniweb, I've got a question regarding what I call "dynamic URL rewriting" -- which is probably the wrong term -- and need some help. OK, so basically, I know how to rewrite the URL for static pages (i.e. have "localhost/index.php" also work as "localhost/index". However, let's say I have …

Member Avatar for kb0000
0
189
Member Avatar for Siberian
Member Avatar for menchester03
0
208
Member Avatar for balinda_wilson

[CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> <head> </head> <body> <ul> <li> <a href="link.html">Link</a> </li> <li> <a href="link.html">Link</a> </li> <li> <a href="link.html">Link</a> </li> </ul> </body> </html> [/CODE]

Member Avatar for Cool&Awesome
0
1K
Member Avatar for andrewliu

Here's a much better example. [URL="http://www.simplemachines.org/community/index.php?P=609d2dbe770148410b821c52f9fad760&topic=259743.msg1690853#msg1690853"][SOURCE][/URL]

Member Avatar for andrewliu
0
151
Member Avatar for Rajicet

Would you care to explain what it is you're trying to do? Are you trying to use a JavaScript function to output HTML divs using an XSL stylesheet?

Member Avatar for minamo99
0
79
Member Avatar for alanlee9898
Member Avatar for alanlee9898
0
101
Member Avatar for sravi.pearl

Here's how the include file is called... <?php include("filename.php"); ?> There is no <td> before and after the include...

Member Avatar for TySkby
0
666
Member Avatar for Jordian
Member Avatar for Blastoise

Blastoise, Assuming you're in college (and courses started at the end of August, start of September), it would mean two months have passed in the semester. Are you telling me you don't have a clear understanding of how "if-else" statements work? Anyways, here's an example of the type of program …

Member Avatar for floatingDivs
0
131
Member Avatar for floatingDivs

Hi Daniweb, I have a question for you guys. I've been reading up on PHP security and want to get it down pat before embarking on some projects I wish to do. The question right now is about how to create a table with PHP that will enable SHA1 hashing …

Member Avatar for theausum
0
104
Member Avatar for timpogue

Hi timpogue, I'd recommend you use JavaScript to return the value dynamically. PHP, by itself, is not capable of doing so (that I know of). It would have to be used in conjointly with AJAX or something of that sort. Also, do you mean you enter "2 + 2" or …

Member Avatar for mschroeder
0
95
Member Avatar for hindu times
Member Avatar for teedoff
0
170
Member Avatar for floatingDivs

Hello daniweb, I'd like to know if it's possible for a newsletter to check which email client is rendering the content and based on which one it is, it would create a link for the best possible viewing solution. For instance, if someone has Outlook 2003, I want to create …

Member Avatar for P0lT10n
0
125
Member Avatar for Connavar3

The biggest problem is you are using classes and not inline styles. Being that outlook express (and many other clients) have trouble with using <style> blocks, you need to do everything inline. It's going to be a lot of hard work, but that's the way it has to be built …

Member Avatar for Connavar3
0
176
Member Avatar for lilkid

I see floats but I don't see a clear. Try to "clear" after the floating <div> LOL.

Member Avatar for floatingDivs
0
129
Member Avatar for ypdev

JavaScript. The top-level bars ("Products", "Windows", etc) pass a javascript function from their <a> tag.

Member Avatar for ypdev
0
197
Member Avatar for dwain-pipe
Member Avatar for teedoff
0
265
Member Avatar for floatingDivs

Hi Daniweb, I'm unable to edit a file in Split View using Dreamweaver. The file is based around a template, but the region is editable when changing the code in split view, but when attempting to change the info with the WYSIWYG, it shows a black circle with a diagonal …

0
71
Member Avatar for Stunt

Did you make sure to [B]clear [/B]your [B]floats[/B]? [CODE]<!-- left float div --> <div class="left" style="float:left;">...</div> <!-- right float div --> <div class="right" style="float:right;">...</div> <!-- clear floats --> <div class="clear" style="clear:both;">...</div>[/CODE]

Member Avatar for Stunt
0
129
Member Avatar for Rajicet

The variable example works, but there is a much easier way to do it (in my opinion). Let's say, in your XML, you have the element "events" repeating 31 times -- indicating 31 events -- and you want each one to have a unique ID. In your XSL sheet, you'd …

Member Avatar for hielo
0
139
Member Avatar for teedoff

Hi teedoff, I took a look at your code and I think I found the problem. After resizing to a very small browser, I saw the table "sticking out" past the white content area and going into the gray background area. Analyzing the code, I saw that you are using …

Member Avatar for teedoff
0
198
Member Avatar for chingupt
Member Avatar for chingupt
0
123
Member Avatar for drfarzad

Add a background-repeat:no-repeat in the <td> that holds the background-image. I tested it and it worked well. [CODE] <td height="32" background="images/up.png" width="0" style="background-repeat:no-repeat"> [/CODE]

Member Avatar for floatingDivs
0
82
Member Avatar for spookies

Figured out the problem. You didn't [B]clear[/B] your [B]floats[/B]. Between #headstrap and #navbar (after #headstrap <div> ends and before #navbar <div> starts), place a new div such as this: <div style="clear:both;"></div> to "clear" your floated divs. After that, it should work 100% correctly.

Member Avatar for floatingDivs
0
151
Member Avatar for Cory_Brown

That's a pretty simple thing to do. Create a variable called "evenOdd" and have it be even if the position() of the loop modulus 2 is equal to 0. If not, have it be odd. Let's say you have a calendar XML file with the following format (where the dots …

Member Avatar for floatingDivs
0
1K

The End.