Antony Carthy

742
reputation
117 views

Registered User

name Antony Carthy
member for 7 months
seen 15 hours ago
website
location ZA
age 24
Dec
11
comment Decent RSS feed generator for PHP
Hi cballou, your link isn't working...
Dec
11
asked Decent RSS feed generator for PHP
Dec
11
answered Is there a possibility of there ever being a PHP.NET?
Dec
10
comment Get full query string in C# ASP.NET
Nice one Mauro, that may have been it...
Dec
10
comment Get full query string in C# ASP.NET
It always fails...
Dec
10
comment Get full query string in C# ASP.NET
That worked perfectly, thanks..
Dec
10
comment Get full query string in C# ASP.NET
Update: I see you updated your answer - am trying those out.
Dec
10
comment Get full query string in C# ASP.NET
With that I get: "'System.Web.HttpRequest' does not contain a definition for 'Querystring' and no extension method 'Querystring' accepting a first argument of type 'System.Web.HttpRequest'" and when I try adding System.Web before it, I get "The type or namespace name 'Request' does not exist in the namespace 'System.Web' (are you missing an assembly?) "
Dec
10
asked Get full query string in C# ASP.NET
Dec
9
comment Goal: to create a decent Online IM Chat
I completely agree that facebook chat is buggy. I use GTalk, not Gmail Chat, so I dont know how buggy Gmail Chat is. But I believe it's quite stable.
Dec
9
revised Goal: to create a decent Online IM Chat
added 229 characters in body
Dec
9
comment Goal: to create a decent Online IM Chat
Good answer, thanks. I have updated the question to answer your scoping questions.
Dec
8
answered Goal: to create a decent Online IM Chat
Dec
4
comment Can I change items in jquery dynamically?
1) He may have this in an external JS file, 2) you forgot the quotes and 3) He will need to consider escaping quotes in the injected code.
Dec
4
answered Php Mail Problem
Dec
4
asked Goal: to create a decent Online IM Chat
Dec
3
comment php string operation
Why are you doing it like this? Why dont you write the for loop in php and simply echo the HTML?
Dec
3
comment English to Time
OK am giving this a try, thanks.
Dec
2
comment English to Time
After 20 minutes looking at the examples, I have no clue how to use it even if it does what I want... It looks as if the user is expected to add all the possible queries and map them to a time? "$obj->addTimer(time()-60*60*60, time(), '1 hour ago');"
Dec
1
comment What’s the value of i++ + i++?
Paul you aren't making sense either.
Dec
1
comment English to Time
Yes, exactly things like that. This is what I need.
Dec
1
answered Regex with exception of particular words
Dec
1
comment English to Time
Thank you for posting this. I appreciate this suggestion, but there is quite a large barrier to entry there, and I don't know how well it works and I am thus reluctant to invest time. I will look at it if I am unable to find another solution.
Dec
1
comment English to Time
It looks like this class just uses strtotime() which is not quite adequate or powerful enough...
Dec
1
comment Regex with exception of particular words
You are mistaken
Dec
1
asked English to Time
Nov
27
comment Mod Rewrite complete befuzzlement
I can't use just QUERY_STRING for complicated reasons, but your answer does make sense. The following Still gives me 404: RewriteCond %{THE_REQUEST} subpage\?sid$ RewriteRule ^.*$ /index.php [R=301,L,NC]
Nov
27
asked Mod Rewrite complete befuzzlement
Nov
23
answered PHP login authenication
Nov
23
comment rewrite code in php
I'm not 100% with you... the english needs to be improved a bit.
Nov
19
comment Mod Rewrite ignoring -d
In fact, this should work, but doesn't: RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d [OR] RewriteCond %{REQUEST_FILENAME} ^admin(?:\/)?$ RewriteRule ^(.?)$ $1 [L]
Nov
19
comment Mod Rewrite ignoring -d
That would suggest that this would work: RewriteCond %{REQUEST_FILENAME} -f RewriteCond %{REQUEST_FILENAME} -d RewriteCond %{REQUEST_FILENAME} ^admin(?:\/)?$ RewriteRule ^(.?)$ $1 [L] But it doesnt?
Nov
19
comment Mod Rewrite ignoring -d
To Sum up my question, I cant access a directory that exists on the server, because the mod rewrite is redirecting me. This should not happen because I set RewriteCond %{REQUEST_FILENAME} !-d
Nov
19
asked Mod Rewrite ignoring -d
Nov
18
comment Mod Rewrite path issues
You and Welbog both had nice answers. Gave the accepted one to you as the underdog points wise. Thanks.
Nov
18
comment Mod Rewrite path issues
@pekka I unfortunately need to use this URL structure due to project requirements, but I do agree a different delimiter would be more appropriate.
Nov
18
comment What’s the difference between ++$i and $i++ in PHP?
-1 because it doesn't explain the way it works.
Nov
18
comment What’s the difference between ++$i and $i++ in PHP?
Thats technically an oversimplification - think of a for loop etc.
Nov
18
comment Mod Rewrite path issues
thanks for your input... I kind of hope there is a way around it. Please let me know if you have reading that positively identifies this as the case and I will accept this answer.
Nov
18
comment Mod Rewrite path issues
thats kind of the reverse of what I want - it needs to be using the root.
Nov
18
comment disable all click events on page (javascript)
Your way should work. I just executed it on this page with firebug console and it worked.
Nov
18
asked Mod Rewrite path issues
Nov
18
accepted IE errors with jQuery & timeout
Nov
14
answered IE errors with jQuery & timeout
Nov
14
comment IE errors with jQuery & timeout
Ok I still have trouble: setTimeout(function(theid){window.console.log(theid)}, 200, 'test'); This is outputting to the console "undefined". What am I doing wrong?
Nov
14
asked IE errors with jQuery & timeout
Oct
16
answered Can somebody explain jQuery queue to me?
Oct
15
revised Textarea contenteditable
added 349 characters in body
Oct
14
asked Textarea contenteditable
Sep
28
answered How to make an image center (vertically & horizontally) inside a bigger div