Forum: HTML and CSS Aug 22nd, 2009 |
| Replies: 5 Views: 619 Troy III,
I really appreciate all the help! I decided to go ahead with plan b anyways - but the advice did help some. |
Forum: HTML and CSS Aug 22nd, 2009 |
| Replies: 5 Views: 619 All 3 minor html goofs are fixed, but your reply really had nothing to do with my question. Regardless, I am just gonna go with plan b and make the background for the div in question part of the... |
Forum: HTML and CSS Aug 21st, 2009 |
| Replies: 6 Views: 986 I always use curvycorners.js to get the rounded corners effect - it works in FF and Safari/Opera. Just google "curvycorners" and it should come right up. There are also a lot of great tutorials on... |
Forum: HTML and CSS Aug 21st, 2009 |
| Replies: 5 Views: 619 I am working on a website (http://www.jasonacrider.com/meisseTest/cypress/index.html) and it looks right in Firefox (of course) but IE doesn't want to let the DIV's overlap the way I want them to -... |
Forum: JavaScript / DHTML / AJAX Jul 12th, 2009 |
| Replies: 3 Views: 427 Oh yea, I did fix the typo in the id field of the image. Still no luck. |
Forum: JavaScript / DHTML / AJAX Jul 12th, 2009 |
| Replies: 3 Views: 427 I am pretty new with javascript, and I am making a page that has divs that change an image when rolled over. It works in Live View in Dreamweaver, and in Safari (couldn't test in IE because I'm on a... |
Forum: PHP Jul 6th, 2009 |
| Replies: 3 Views: 325 I decided to go with Sphider due to some time constraints on this project. Its open source and seems pretty easy to install and use. Thanks for all the help though! |
Forum: PHP Jul 5th, 2009 |
| Replies: 3 Views: 325 I am wanting to make a search for a website, and I have a plan on how to do it but I am not sure on how to go about indexing the site. My idea is to run a script through the pages that parses... |
Forum: Graphics and Multimedia Dec 14th, 2008 |
| Replies: 2 Views: 1,051 I am trying to make an external .swf file load into a movieclip when a button is clicked. I have this code on my button:
on(release){
mc_holder.loadMovie("home.swf");
trace ("...");
}
... |
Forum: HTML and CSS Dec 2nd, 2008 |
| Replies: 2 Views: 574 Did you make sure to upload the "scripts" and "spry assets" folder? DW usually makes that folder to keep all of your .css and .js files in and without them the page would show similar behaviors. |
Forum: PHP Dec 2nd, 2008 |
| Replies: 1 Views: 466 This appears to be an article that links to another couple articles explaining the process. Looks like a tedious process.
... |
Forum: PHP Dec 2nd, 2008 |
| Replies: 3 Views: 516 When you are submitting the form are you deliberately not filling out a form to check if the error comes through, or are you filling the form out all the way and have an echo message in your mail... |
Forum: Graphics and Multimedia Nov 24th, 2008 |
| Replies: 4 Views: 3,278 That worked! Thanks so much for your help! |
Forum: Graphics and Multimedia Nov 19th, 2008 |
| Replies: 4 Views: 3,278 ok, after reading some more I found that LoadVars is a bit better for what I am trying to do (I hope). It still isn't working, but under "debug" -> "list variables" I can see var1:"movie.swf" which... |
Forum: Graphics and Multimedia Nov 19th, 2008 |
| Replies: 4 Views: 3,278 I am trying to write a script in flash that takes variables ( a list of movies that I wish to be played ) and loads them into the movie.
I don't have much code written for this but here is what I... |
Forum: PHP Jul 24th, 2008 |
| Replies: 6 Views: 591 Im sorry for wasting your time guys. I figured out the problem. I was trying to run the html off of a dreamweaver site file that had no PHP testing server specified, lol. Thanks for your help though... |
Forum: PHP Jul 24th, 2008 |
| Replies: 6 Views: 591 Can anyone else take a look at this for me? |
Forum: PHP Jul 23rd, 2008 |
| Replies: 6 Views: 591 This script works fine on its own just not in the iframe...
<?
$dbhost = 'localhost';
$dbusername = 'xylude';
$dbpassword = '';
$database_name = 'allprodata'; |
Forum: PHP Jul 23rd, 2008 |
| Replies: 6 Views: 591 Is there something special i need to do to get this to work? I made a script that builds a neat little table with pictures from the sql database, and want it to go into an iframe. When i run the code... |
Forum: PHP May 5th, 2008 |
| Replies: 13 Views: 1,217 Haha, that did it! Thanks very much for the help! |
Forum: PHP May 5th, 2008 |
| Replies: 13 Views: 1,217 Here is the entire source for the page in question.
<?php
$dbhost = 'localhost';
$dbusername = 'xylude'; |
Forum: PHP May 4th, 2008 |
| Replies: 13 Views: 1,217 Initially that was what I did the first time around, the only problem is that the echo statment echos under my tables and I cannot see it. I just put the echo statement in the else function and... |
Forum: PHP May 4th, 2008 |
| Replies: 13 Views: 1,217 After creating yet another test page, this time with 3 simple html tables, it also does not work. I am now convinced that it is the tables that is botching my code. |
Forum: PHP May 4th, 2008 |
| Replies: 13 Views: 1,217 The PHP is on the page, not on a separate file. It also returns no errors, but that may be because it returns them underneath the CSS tables if it does. |
Forum: PHP May 4th, 2008 |
| Replies: 13 Views: 1,217 It is running at the top of the document. I withheld all of the sql connection code because its a pain to hand copy it all ( i'm running the code on a separate machine than the one connected to the... |
Forum: PHP May 4th, 2008 |
| Replies: 13 Views: 1,217 There is nothing like that before the header function. As I said, the same exact code works on one page, but not on the one with the CSS layout. I am also using Dreamweaver CS3 if that helps. |
Forum: PHP May 4th, 2008 |
| Replies: 13 Views: 1,217 I wrote a script in PHP that works fine on its own, but when inserted into a document containing CSS does not work properly. I am a newb with the PHP programming, and what I am trying to do is create... |