|
More site info...
Widgets, Coding, AJAX, PHP - Technology & Affiliate Marketing | Forum profile
|
|
Forum profile page for Widgets, Coding, AJAX, PHP - Technology & Affiliate Marketing on http://www.a4uforum.co.uk.
This report page is the aggregated overview from a single forum: Widgets, Coding, AJAX, PHP - Technology & Affiliate Marketing, located on the Message Board at http://www.a4uforum.co.uk.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "Widgets, Coding, AJAX, PHP - Technology & Affiliate Marketing" on the Message Board at http://www.a4uforum.co.uk is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on Widgets, Coding, AJAX, PHP - Technology & Affiliate Marketing:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
20
|
42
|
113
|
|
Post:
|
44
|
86
|
265
|
|
|
Widgets, Coding, AJAX, PHP - Technology & Affiliate Marketing Posting activity graph:
|
Top authors during last week:
user's latest post:
.htaccess help - just moved...
Published (2009-11-26 16:16:00)
Hi Paul, If you wanted to use the main domain for something else then creating a subdomain for the forum for example may be a good idea? I agree that moving from the main root domain to a subdomain wont necessarily do anything to improve the ranking of a listing, as other SEO techniques would probably give better results. However the search engines can group together sites due to the algorithms that they use, which is why you say it passes...
user's latest post:
Limiting CURL
Published (2009-11-24 09:41:00)
Ah, and they ask whether people should be asking questions I never knew about CURLOPT_RANGE, so thanks for that. I'm still a little concerned that the whole file would need to be retrieved before the range is then looked at.
user's latest post:
Limiting CURL
Published (2009-11-26 02:17:00)
Hi, thanks for the help. RezaBadel... yeah there's a large proportion of merchants where the products appear in the feed regardless of whether they're out of or in stock. Where they're not making use of the 'stock' column. I got a complaint from a surfer about this. Kevin-ProperPrice... Thanks and yeah, I tried the line in curl and it still grabbed the whole page so my server mustn't be the required configuration....
user's latest post:
Looking for developer/programmer...
Published (2009-11-27 16:15:00)
Hi JmtVentures, We have enough experience to do this project can you please send me details abt this project to my mail id karthikgs.jack@gmail.com . We do have office in UK ,Middlesex. pls contact me ASAP.
user's latest post:
javascript - drop down menu help
Published (2009-11-26 09:16:00)
Thanks Jon. I think I shall just tell him it can't be done <G> hmm, I've just looked at the site that he saw it on with firebug to see if I could make out how they had done it. They had done it all in images with a swap image code. Thanks again Jon Jill
user's latest post:
xml parsing - no fun
Published (2009-11-22 00:25:00)
You may want to investigate vtd-xml for your XML processing needs, it seems pretty easy to use, among many other benefits it claims http://vtd-xml.sf.net
user's latest post:
.htaccess help - just moved...
Published (2009-11-26 02:16:00)
Quote: Originally Posted by Barry I have been running my forum on a subdomain ie:- forum.yourwebsiteurl.co.uk but have changed it over towww.yourwebsiteurl.co.uk/forum/ Hi Baz, just out of interest why did you decide to make this change? I'm curious as I was thinking of going the opposite way on a forum I run (example.com/forum -> forum.example.com)
user's latest post:
.htaccess help - just moved...
Published (2009-11-26 12:16:00)
Its not working very well on the sub domain seo wise so I am hoping putting it on the main domain it will work better. Ta Baz
user's latest post:
javascript - drop down menu help
Published (2009-11-26 10:16:00)
Quote: Originally Posted by babrees Thanks Jon. I think I shall just tell him it can't be done <G> hmm, I've just looked at the site that he saw it on with firebug to see if I could make out how they had done it. They had done it all in images with a swap image code. Thanks again Jon Jill Didn't mean to imply it can't be done. Here's a quick and dirty example http://mymobiledeal.com/submenu/ I've...
|
|
|
|
Latest active threads on Widgets, Coding, AJAX, PHP - Technology & Affiliate Marketing::
Started 1 week ago (2009-11-25 02:16:00)
by jack261185
Hi,
Just now I came across your posting. we are an IT company located in India we are dealing with various development projects. Our company is a public ltd company pls visit our website Welcome to Techno Infotech Ltd and </title> <meta name="description" content=""> <meta name="keywords" content=""> <meta name="author" content="Profiler"> <link rel=stylesheet type="text/css" href="...
Started 1 week, 1 day ago (2009-11-24 09:42:00)
by RezaBadel
Hi Baz,
Just looking at some tips on this site htaccess 301 redirect tutorial
Here is the example it gives: redirect 301 /old/old.htm http://www.you.com/new.htm
Hope that helps
Cheers,
Reza
Solutions Engineer
buy.at
reza.badel@corp.aol.com
Started 1 year, 1 month ago (2008-10-12 17:28:52)
by pinman
Not tried it myself, but this might help - How To Make An Affiliate Shop Using Data Feeds In Wordpress or at least point you in the right direction
Started 6 days, 15 hours ago (2009-11-26 08:16:00)
by babrees
Started 6 days, 19 hours ago (2009-11-26 04:16:00)
by Frostie
Fixed it - should have been using AND not OR
Code:
SELECT * FROM table WHERE id!=1 AND id!=5 AND id!=12 ORDER BY id DESC
Started 1 week, 2 days ago (2009-11-23 09:24:00)
by scriptmonkey
Tom, you can't limit cURL in the manner that you'd like to, however, you can use fopen with fread to end remote retrieval at a particular place.
PHP Code:
$remotefile = fopen ( "http://www.example.com/thefileyouwanttoread.html" , "r" ); $data = fread ( $remotefile , 100000 ); // change size as appropriate
Not sure if ...
Started 1 week, 2 days ago (2009-11-23 00:25:00)
by scriptmonkey
It's fairly easy, take a look at this (which is javascript, not flash like awins one) Shopping UK, Online Comparison and Best price finder. Low prices, find and save UK
It's under Featured merchants.
If thats the kind of thing you want, then I'll drop you the code for it.
Oh, and whilst you're at it, take a look at this Carousel & API Test you can find the code for that here A ...
Started 8 months, 3 weeks ago (2009-03-10 03:31:00)
by Brendon
LOL, sub in goatse to hotlinkers - you'll find you're rarely bothered after
that
|
|
Hot threads for last week on Widgets, Coding, AJAX, PHP - Technology & Affiliate Marketing::
Started 1 week, 1 day ago (2009-11-24 09:42:00)
by RezaBadel
Hi Baz,
Just looking at some tips on this site htaccess 301 redirect tutorial
Here is the example it gives: redirect 301 /old/old.htm http://www.you.com/new.htm
Hope that helps
Cheers,
Reza
Solutions Engineer
buy.at
reza.badel@corp.aol.com
Started 1 week, 2 days ago (2009-11-23 09:24:00)
by scriptmonkey
Tom, you can't limit cURL in the manner that you'd like to, however, you can use fopen with fread to end remote retrieval at a particular place.
PHP Code:
$remotefile = fopen ( "http://www.example.com/thefileyouwanttoread.html" , "r" ); $data = fread ( $remotefile , 100000 ); // change size as appropriate
Not sure if ...
Started 1 week ago (2009-11-25 02:16:00)
by jack261185
Hi,
Just now I came across your posting. we are an IT company located in India we are dealing with various development projects. Our company is a public ltd company pls visit our website Welcome to Techno Infotech Ltd and </title> <meta name="description" content=""> <meta name="keywords" content=""> <meta name="author" content="Profiler"> <link rel=stylesheet type="text/css" href="...
Started 6 days, 15 hours ago (2009-11-26 08:16:00)
by babrees
Started 6 days, 19 hours ago (2009-11-26 04:16:00)
by Frostie
Fixed it - should have been using AND not OR
Code:
SELECT * FROM table WHERE id!=1 AND id!=5 AND id!=12 ORDER BY id DESC
Started 8 months, 3 weeks ago (2009-03-10 03:31:00)
by Brendon
LOL, sub in goatse to hotlinkers - you'll find you're rarely bothered after
that
Started 1 year, 1 month ago (2008-10-12 17:28:52)
by pinman
Not tried it myself, but this might help - How To Make An Affiliate Shop Using Data Feeds In Wordpress or at least point you in the right direction
Started 1 week, 2 days ago (2009-11-23 00:25:00)
by scriptmonkey
It's fairly easy, take a look at this (which is javascript, not flash like awins one) Shopping UK, Online Comparison and Best price finder. Low prices, find and save UK
It's under Featured merchants.
If thats the kind of thing you want, then I'll drop you the code for it.
Oh, and whilst you're at it, take a look at this Carousel & API Test you can find the code for that here A ...
|
|