Forum: PHP 25 Days Ago |
| Replies: 1 Views: 206 I've been echoing variables by simply typing "echo" then the variable. For instance:
<?php
$name = "Me";
echo $name;
?>
This has been working just fine. I was watchign a tutorial and when... |
Forum: Graphics and Multimedia 29 Days Ago |
| Replies: 5 Views: 566 Are you using a WYSIWYG or are you hard coding? |
Forum: HTML and CSS 29 Days Ago |
| Replies: 0 Views: 239 I was trying to think of practical examples for needing to pass a value with a hyperlink. I've been doign HTML for a few year btu never needed to do that. I was thinking of when I visit a retail... |
Forum: PHP 30 Days Ago |
| Replies: 2 Views: 171 I guess perhaps the semantics of everything was messing me up (eg.."passing in", "arguments"). It wasn't that specific example I had problems with; it was the general principal of "passign in... |
Forum: PHP 31 Days Ago |
| Replies: 2 Views: 171 Good afternoon all,
I'm at the beginning stages of learning PHP. I'm trying to understand passing in functions. I have a video lesson so I can see what is being explained but for some reason i... |
Forum: HTML and CSS Sep 21st, 2009 |
| Replies: 1 Views: 238 I ended up solving my own problem. |
Forum: HTML and CSS Sep 21st, 2009 |
| Replies: 1 Views: 238 This could really go into several language categories. I use Dreamweaver to primarily generate the HTMLand CSS I need. (of course I tweak it manually. Sometimes I even forget Dreamweaver's... |
Forum: PHP Sep 9th, 2009 |
| Replies: 3 Views: 158 No error message. I'm not getting any data returned. When I load and even refresh my page its just blank. |
Forum: PHP Sep 9th, 2009 |
| Replies: 3 Views: 158 I'm learning PHP & MySQL. While trying to folllow a tutorial I am not getting the erxpected result which is simply to retrieve a little data out of a table with a query.
Here is my PHP code:
... |
Forum: Windows NT / 2000 / XP Aug 31st, 2009 |
| Replies: 6 Views: 389 actually it's not necessary as I saw with the post from beerlover. If you go to his post he posts a link to a site you can submit your site to and they will posts screenshots of how it looks on the... |
Forum: Windows NT / 2000 / XP Aug 31st, 2009 |
| Replies: 6 Views: 389 Thanks!!! I bookmarked the page for later use. |
Forum: Windows NT / 2000 / XP Aug 31st, 2009 |
| Replies: 6 Views: 389 I saw that same search result, but at the bottom of teh page it said that program was no longer supported. |
Forum: Windows NT / 2000 / XP Aug 30th, 2009 |
| Replies: 6 Views: 389 Is there a way to install multiple versions of IE on an XP PC? As a webdesigner/developer I would like to run 6.0, 7.0, and 8.0 for testing. |
Forum: HTML and CSS Aug 8th, 2009 |
| Replies: 2 Views: 353 I actually solved my problem. I forgot that floating divs need to have a set width for another div to be by its side. |
Forum: HTML and CSS Aug 7th, 2009 |
| Replies: 3 Views: 685 Hey Everyone,
I want to replace the following code with it's DIV equivalent.
<body>
<div id="container">
<div id="header">
<table width="901" border="0" cellpadding="0" cellspacing="0">
... |
Forum: HTML and CSS Aug 6th, 2009 |
| Replies: 2 Views: 353 My div background color did not show up when I placed it in the external CSS sheet. I went ahead and made it an inline style and got my desired result except for thebig space between the right side... |
Forum: PHP Aug 3rd, 2009 |
| Replies: 4 Views: 271 Hey everyone,
Just seeking opinions as to whether or not you think it's wise to tackle learning more than one programming language simultaneously (eg..PHP and Action script 3.0). Ive noticed that... |
Forum: Search Engine Optimization Jul 29th, 2009 |
| Replies: 23 Views: 962 It's no longer a rumor. Here's (http://tech.yahoo.com/news/ap/20090729/ap_on_hi_te/us_microsoft_yahoo) the article. |
Forum: Window and Desktop Managers Jul 29th, 2009 |
| Replies: 3 Views: 798 Hey All,
I want to try Linux so I was wondering what was the best way to go about it (the way that would cause the least casualties). I guess I can either go the dual boot route or I can install... |
Forum: JavaScript / DHTML / AJAX Jul 18th, 2009 |
| Replies: 1 Views: 319 I solved my own problem by remembering Google after I posted. for everyone's reference, you can't use ampersands. you have to spell it out. |
Forum: JavaScript / DHTML / AJAX Jul 18th, 2009 |
| Replies: 1 Views: 319 In other words, can I do this..
<cd>
<artist>Angella Christie</artist>
<album>Hymn & I</album>
<song>Blessed Assurance</song>
<genre>Gospel Jazz</genre>
<image>... |
Forum: Graphics and Multimedia Jul 14th, 2009 |
| Replies: 3 Views: 485 lol..cool...thanks for your input |
Forum: Graphics and Multimedia Jul 13th, 2009 |
| Replies: 3 Views: 470 Excellent!!! Thank you
Anyone with anything to add? |
Forum: Graphics and Multimedia Jul 10th, 2009 |
| Replies: 3 Views: 470 Is there an "easy" way to learn the different AS3 classes, their properties (if applicable) , and their methods and syntax? |
Forum: Graphics and Multimedia Jul 8th, 2009 |
| Replies: 3 Views: 485 Hey Everyone,
I know that AS3 uses what is called "camel coding", but it seems to that sometimes the names given to variables and especially functions could be shortened even more. Is "camel... |
Forum: JavaScript / DHTML / AJAX Jun 23rd, 2009 |
| Replies: 2 Views: 317 Hello any and everyone,
I have a form inside of an HTML page. The result I want is that when the user hits the submit button that only the section of the page containing the form refreshes. Wen... |
Forum: Graphics and Multimedia Jun 21st, 2009 |
| Replies: 3 Views: 671 I actually found the answer to my own question this time. You need multiple SWFs when making a Flash website and Action script helps make it happen. Thanks for trying to help, but it really has... |
Forum: Graphics and Multimedia Jun 17th, 2009 |
| Replies: 8 Views: 937 When it comes to multimedia presentation Flash is the often the best choice. If you converted your movie to .flv, and either embedded that in a flash movie or streamed it into your flash player and... |
Forum: Graphics and Multimedia Jun 17th, 2009 |
| Replies: 1 Views: 547 What do any of you charge or what is a competitive rate for Flash animation? |
Forum: Graphics and Multimedia Jun 17th, 2009 |
| Replies: 3 Views: 671 I have come across Flash websites (the complicated and beautiful ones) that use multiple .swf movies. Why and how is that done? |
Forum: Graphics and Multimedia Jun 17th, 2009 |
| Replies: 8 Views: 937 If you can I would convert the videos to .flv format. If you are stick with .mov, .wmv, or .avi formats then use the embed code for Quicktime or WMP (Windows Media Player). |
Forum: Troubleshooting Dead Machines Jun 16th, 2009 |
| Replies: 3 Views: 740 You're exactly right. It DID take too much time to resolve and I ended up swapping out the hard drive in the end anyway. |
Forum: Troubleshooting Dead Machines Jun 9th, 2009 |
| Replies: 3 Views: 740 A customer brought a Dell Latitude C840 to me saying he could not get into it. I booted it up only to come across a screen that said that hard drive had a password on it. When I told him about it... |
Forum: Graphics and Multimedia Jan 22nd, 2009 |
| Replies: 3 Views: 969 Hello Any and Everyone,
I made a pop up which is a Flash movie embedded in an HTML page. I used Flash's export feature to put it in the proper Dreamweaver file and then used Dreamweaver's media... |
Forum: JavaScript / DHTML / AJAX Jan 10th, 2009 |
| Replies: 4 Views: 2,843 I tried the code given for the OK button on the alert message to open a window, but browsers still detect a pop up and block the window. I would like to circumvent pop up detection so the pop up... |
Forum: JavaScript / DHTML / AJAX Jan 4th, 2009 |
| Replies: 4 Views: 2,843 |
Forum: JavaScript / DHTML / AJAX Jan 3rd, 2009 |
| Replies: 4 Views: 2,843 I have the code to detect and alert the user of my pop up being blocked. Is it also possible to have the user click ok to open the pop up? If so, can someone post that code for me, please? Thanks. |
Forum: JavaScript / DHTML / AJAX Dec 31st, 2008 |
| Replies: 1 Views: 635 Hey everyone,
I've just created a pop up window, but as opposed to launching it in response to a link I want it to launch with the home page. I believe I've seen it done, but don't know how it is... |
Forum: Graphics and Multimedia Dec 7th, 2008 |
| Replies: 3 Views: 708 |
Forum: Graphics and Multimedia Dec 1st, 2008 |
| Replies: 3 Views: 708 I have a theory that I'd like someone to affirm or refute. With sites like Flickr now on the scene wouldn't another method of optimizing the speed with which a site can be downloaded be to upload... |