Forum: Website Reviews Oct 26th, 2008 |
| Replies: 4 Views: 586 That's too bad. True, it may be confusing for American population. hmmmm
Thanks for pointing this out
:) |
Forum: Website Reviews Oct 26th, 2008 |
| Replies: 4 Views: 586 Hello hughv,
I really appreciate your feedback on my site. I am working towards its improvement. The only thing is what do you mean when you say that "some of the birds (Goldfinch and others ) are... |
Forum: Website Reviews Oct 23rd, 2008 |
| Replies: 4 Views: 586 Hello,
I completely changed design for www.naturefan.net, and I really hope that it looks better.
Could anyone please leave some comments for me?
Thanks!
www.naturefan.net |
Forum: Website Reviews Oct 17th, 2008 |
| Replies: 5 Views: 949 Thank you very much for all your responses!!! I keep modifying this site... actually I've been working on it for nearly 3 months now!
Thanks for your encouragement. |
Forum: Website Reviews Oct 11th, 2008 |
| Replies: 5 Views: 949 Could you please review this site, especially the design. I am still entering the information. Merci.
www.naturefan.net |
Forum: PHP Oct 6th, 2008 |
| Replies: 1 Views: 395 Thanks, i just resolved it myself. I missed the single inverted commas...
echo "document.getElementById('Layer1').innerHTML = document.getElementById(\"Layer1\").innerHTML + '<font... |
Forum: PHP Oct 6th, 2008 |
| Replies: 1 Views: 395 Hello,
This is just an extraction from the code.
The code below works really well in Mozilla Firefox, but does not work with the <a> and <font> tags in any other browsers. When I remove <a> and... |
Forum: PHP Oct 4th, 2008 |
| Replies: 1 Views: 942 Hi,
I have a web site in which I pass many javascript variables to php and the other way round. This is my last passing variable challenge, and I cannot figure it out.
There's an alphabet... |
Forum: Website Reviews Sep 24th, 2008 |
| Replies: 1 Views: 778 Hello everyone,
I am studying Web Design, and I am creating a web site for practice. This is my first proper site. I don't even have my own domain name yet...
... |
Forum: JavaScript / DHTML / AJAX Sep 13th, 2008 |
| Replies: 0 Views: 1,550 Hello,
When I pass variables 'contentA','contentB','contentC', etc... into the tabs() function, it does not work in Internet Explorer.
When I pass variables contentA,contentB,contentC, etc...... |
Forum: JavaScript / DHTML / AJAX Sep 5th, 2008 |
| Replies: 2 Views: 655 Thanks!!!!!!!!!!!!!!!!!!! |
Forum: HTML and CSS Sep 5th, 2008 |
| Replies: 3 Views: 660 Delete that page, and create a new one from template. |
Forum: HTML and CSS Sep 5th, 2008 |
| Replies: 3 Views: 3,883 Hi,
I'm not sure if I understood you correctly, but have you tried playing with z-index? |
Forum: JavaScript / DHTML / AJAX Sep 5th, 2008 |
| Replies: 2 Views: 655 Hi,
In the code below, when I click on the link Colour, it needs to connect to javascript function and display "Hello" or alert message. For some reason, it does not do it.
If anyone spots a... |
Forum: HTML and CSS Sep 4th, 2008 |
| Replies: 5 Views: 2,028 I tried to validate, but it would not do it because my main file is in a php format. It's index.php. It says: Sorry, I am unable to validate this document because its content type is... |
Forum: HTML and CSS Sep 3rd, 2008 |
| Replies: 5 Views: 2,028 Hi everyone,
I built a site in Internet Explorer, and it looks very different in firefox and mozilla. For example, the header is displaced, and the layers look displaced, and the </br> does not... |
Forum: Website Reviews Aug 31st, 2008 |
| Replies: 2 Views: 1,153 Hello everyone!
I just finished my first ever official web site. This site is only for me and my genuine interest in Wed Development. Hopefully soon I'll be able to take on projects for clients. ... |
Forum: JavaScript / DHTML / AJAX Aug 27th, 2008 |
| Replies: 1 Views: 3,923 Hello everyone,
I need to create several xmlHttp objects, but I only want to have one GetXmlHttpObject() function, so that I don't have to repeat for each object. Below code is definitely wrong... |
Forum: PHP Aug 19th, 2008 |
| Replies: 4 Views: 1,102 OOps, i solved it now, the closing brackets were wrongly aranged... how silly! |
Forum: PHP Aug 19th, 2008 |
| Replies: 4 Views: 1,102 thanks for your reply,
yes, i put alert() function and it did not display. When i put alert() just before the no-working function, the alert displays. it's strange,... |
Forum: PHP Aug 19th, 2008 |
| Replies: 4 Views: 1,102 Hello everyone,
The ajax+php part worked well independently. When I created a switch (because I want different information from database to be displayed in different tabs), it does not go into the... |
Forum: PHP Aug 11th, 2008 |
| Replies: 6 Views: 1,625 sorry i'm very new to java and php, so i didn't understand what you mean by fetch data i query, and where should i insert that javascript line?
thanks |
Forum: PHP Aug 11th, 2008 |
| Replies: 6 Views: 1,625 no, sorry, actually it's populated after the page is loaded - it comes from a mouse click |
Forum: PHP Aug 11th, 2008 |
| Replies: 6 Views: 1,625 |
Forum: PHP Aug 11th, 2008 |
| Replies: 6 Views: 1,625 Hello,
Please, if anyone knows how to pass a Javascript integer variable as a parameter into php mysql_query. Below gg1 is successfully converted to an integer (i checked it using some maths... |
Forum: PHP Aug 10th, 2008 |
| Replies: 2 Views: 458 Hi,
I think normally you save this template and just add content to it. And you use php inside this template - not the other way round.
I hope I understood you well |
Forum: PHP Aug 10th, 2008 |
| Replies: 2 Views: 1,046 Hi guys,
I need to have a list of alphabet letters ABCDEFG...etc, and when I click on each letter, it opens a list of items. How do i do this opening list? I'm working with html/php/sql/etc
... |
Forum: C++ Jul 19th, 2007 |
| Replies: 0 Views: 917 Hello,
Could anybody please advise me where I can find examples of high precision floating operators, where I can clearly see the binary schifts. I've learned binary basics, but I have no idea how... |
Forum: C++ Jul 18th, 2007 |
| Replies: 2 Views: 2,666 oh, thanks, i didn't know there's a bmp library... i'll do someresearch then! |
Forum: C++ Jul 18th, 2007 |
| Replies: 2 Views: 2,666 Hello!
I need to invert a 24-bit bmp image from right to left, and from top to bottom. I know how to invert colours, but not the position. I only know fstream to open and close files. This is what I... |