Forum: Search Engine Optimization Jul 23rd, 2008 |
| Replies: 3 Views: 374 |
Forum: Search Engine Optimization Jul 22nd, 2008 |
| Replies: 3 Views: 374 |
Forum: Search Engine Optimization Jul 21st, 2008 |
| Replies: 3 Views: 374 Always wanted to ask this question Hello,
In Google,
Say I have people searching and clicking on my website link using the search term:
"KEYWORD1 KEYWORD2".
Would this increase my ranking for "KEYWORD1" by itself and "KEYWORD2" ? |
Forum: PHP Jun 21st, 2008 |
| Replies: 3 Views: 294 |
Forum: PHP Jun 21st, 2008 |
| Replies: 3 Views: 294 Whats a good PHP Mailing list ? Hello,
I am currently using phplist, which is ok but started acting weird lately, kinda buggy i must say.
Please recommend a free php/mysql based mailing list software. and also please recommend a... |
Forum: PHP Jun 17th, 2008 |
| Replies: 2 Views: 530 |
Forum: JavaScript / DHTML / AJAX Jun 17th, 2008 |
| Replies: 7 Views: 965 |
Forum: JavaScript / DHTML / AJAX Jun 17th, 2008 |
| Replies: 7 Views: 965 Re: Hiding empty <div>'s tried that, nothing happens in firefox, and internet explorer gives an object expected error ;/ |
Forum: PHP Jun 17th, 2008 |
| Replies: 2 Views: 530 string variable split ? Hello,
I've got a variable string ($policies) of CDATA, that is dynamically generated,
what I am trying to do is to find a way to separate the various divs into separate variables.
For example the... |
Forum: JavaScript / DHTML / AJAX Jun 17th, 2008 |
| Replies: 7 Views: 965 Re: Hiding empty <div>'s Thanks, trying to use the function:
toggledivs('policies', '');
keep getting errors though, am not sure i understand how to use the function |
Forum: JavaScript / DHTML / AJAX Jun 17th, 2008 |
| Replies: 7 Views: 965 Hiding empty <div>'s Hello,
I've got a few <div>'s that are dynamically generated,
what I want to do is construct a conditional javascript statement that will set display:none to all empty <div... |
Forum: PHP Oct 21st, 2007 |
| Replies: 6 Views: 1,893 |
Forum: PHP Oct 18th, 2007 |
| Replies: 6 Views: 1,893 |
Forum: PHP Oct 17th, 2007 |
| Replies: 6 Views: 1,893 inserting arabic characters into mysql Hello,
I have looked everywhere on the web for a solution to this problem.
I am trying to store arabic characters into mysql via an html form.
i have set the meta charset to utf-8 and have tried... |
Forum: PHP Oct 11th, 2007 |
| Replies: 7 Views: 1,294 Re: Sending html emails Thanks shawn,
I managed to get PEAR working on my box. and am sending emails. but I still have the same problem of emails sent without html encoding.
i think its something to do with the settings... |
Forum: PHP Oct 10th, 2007 |
| Replies: 7 Views: 1,294 Sending html emails Hello, I've been trying to send html emails via the mail() function. I tried different combinations of headers configurations. and spent hours and hours on this with no luck. All I get is plain text,... |
Forum: PHP Oct 8th, 2007 |
| Replies: 1 Views: 378 Getting mysql "UNaffected" rows Hi,
My php script would do a few updates/inserts to a table. after that I would like the rows that have not been affected by the script to be deleted from the database.
cant figure out how to do... |
Forum: JavaScript / DHTML / AJAX Sep 20th, 2007 |
| Replies: 1 Views: 2,661 Basic Drop-down date picker Dear all,
I would like to implement a simple date picker for my hotel booking website. (No calender required)
Minimum date would be tomorrow's. and maximum would be after 360 days.
The user would... |
Forum: JavaScript / DHTML / AJAX Sep 15th, 2007 |
| Replies: 15 Views: 6,070 |
Forum: JavaScript / DHTML / AJAX Sep 14th, 2007 |
| Replies: 15 Views: 6,070 Re: AJAX generated <select> and FIREFOX Spot on mate!
I really appreciate your time.
Although, in your example you assumed that I have the countries and cities in one table..
where as a matter of fact i have them in two seperate... |
Forum: JavaScript / DHTML / AJAX Sep 13th, 2007 |
| Replies: 15 Views: 6,070 Re: AJAX generated <select> and FIREFOX point taken regarding strict doc type. spot on.
In my first post I managed to populate the second select box just fine. the whole problem was in the Ajax call.
I couldnt manage to write a... |
Forum: JavaScript / DHTML / AJAX Sep 13th, 2007 |
| Replies: 15 Views: 6,070 Re: AJAX generated <select> and FIREFOX Interesting approach you've got here.. appreciate your time.
I am no programmer myself, just trying to work things out :/
I tried your example and it worked fine.
My requirements are a bit... |
Forum: JavaScript / DHTML / AJAX Sep 12th, 2007 |
| Replies: 15 Views: 6,070 |
Forum: JavaScript / DHTML / AJAX Sep 12th, 2007 |
| Replies: 15 Views: 6,070 |
Forum: JavaScript / DHTML / AJAX Sep 11th, 2007 |
| Replies: 15 Views: 6,070 AJAX generated <select> and FIREFOX Hello,
I am trying to implement two cascading <select> boxes. the second box's options would be fetched from a mysql db via a PHP script.
it works fine on IE.
Problems rise when it comes to... |