Forum: Search Engine Optimization Jul 23rd, 2008 |
| Replies: 3 Views: 601 Yes, say people type in "baseball glove" , and click on my site.
Would this affect my ranking for "baseball" ? or "glove" for example ? |
Forum: Search Engine Optimization Jul 22nd, 2008 |
| Replies: 3 Views: 601 |
Forum: Search Engine Optimization Jul 21st, 2008 |
| Replies: 3 Views: 601 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... |
Forum: PHP Jun 21st, 2008 |
| Replies: 3 Views: 475 There's tons of them, am looking for some personal experience..
anybody ? |
Forum: PHP Jun 21st, 2008 |
| Replies: 3 Views: 475 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... |
Forum: PHP Jun 17th, 2008 |
| Replies: 2 Views: 1,106 |
Forum: JavaScript / DHTML / AJAX Jun 17th, 2008 |
| Replies: 7 Views: 1,824 |
Forum: JavaScript / DHTML / AJAX Jun 17th, 2008 |
| Replies: 7 Views: 1,824 tried that, nothing happens in firefox, and internet explorer gives an object expected error ;/ |
Forum: PHP Jun 17th, 2008 |
| Replies: 2 Views: 1,106 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... |
Forum: JavaScript / DHTML / AJAX Jun 17th, 2008 |
| Replies: 7 Views: 1,824 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: 1,824 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: 4,197 Got it working!
mysql_query("set names 'utf8'");
Thanks everyone for your replies.. |
Forum: PHP Oct 18th, 2007 |
| Replies: 6 Views: 4,197 thanks faith but that didnt help with my problem.
:/ |
Forum: PHP Oct 17th, 2007 |
| Replies: 6 Views: 4,197 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... |
Forum: PHP Oct 11th, 2007 |
| Replies: 7 Views: 2,401 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... |
Forum: PHP Oct 10th, 2007 |
| Replies: 7 Views: 2,401 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: 578 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... |
Forum: JavaScript / DHTML / AJAX Sep 20th, 2007 |
| Replies: 1 Views: 4,413 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... |
Forum: JavaScript / DHTML / AJAX Sep 15th, 2007 |
| Replies: 15 Views: 8,559 Thanks alot man, will try and make this work now.. |
Forum: JavaScript / DHTML / AJAX Sep 14th, 2007 |
| Replies: 15 Views: 8,559 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: 8,559 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... |
Forum: JavaScript / DHTML / AJAX Sep 13th, 2007 |
| Replies: 15 Views: 8,559 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: 8,559 Hello HazardTW, thank you for your reply. I would very much like to know more about your approach. |
Forum: JavaScript / DHTML / AJAX Sep 12th, 2007 |
| Replies: 15 Views: 8,559 |
Forum: JavaScript / DHTML / AJAX Sep 11th, 2007 |
| Replies: 15 Views: 8,559 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... |