Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 57
Search took 0.14 seconds.
Search: Posts Made By: BatCountry
Forum: Computer/PC discussions 07-27-2011, 04:10 PM
Replies: 7
Views: 2,022
Posted By BatCountry
It's already removed. You can now use php / html...

It's already removed. You can now use php / html or any other server side script to do what you need. Or use basic html to interact with open graph.
Forum: JavaScript programming 07-27-2011, 04:43 AM
Replies: 3
Views: 393
Posted By BatCountry
Thanks Old Pedant! And especially thanks...

Thanks Old Pedant!

And especially thanks jmrker - that was exactly what I needed to get started +1rep!
Forum: JavaScript programming 07-27-2011, 02:11 AM
Replies: 3
Views: 393
Posted By BatCountry
Unhappy Extracting links with class

Hiya!
Trying to figure out how to use javascript to extract all links on a page that have a certain class:

e.g. - extract only links with a class of 'tools', ignore all other links:
<a...
Forum: Apache configuration 07-24-2009, 01:26 AM
Replies: 4
Views: 1,746
Posted By BatCountry
well it's the same content that's being shown,...

well it's the same content that's being shown, only I'm controlling the urls.

I was previously using my hosts tmp subdomain so:
http://subdomain.webhost.org

and I want to now use my domain for...
Forum: Apache configuration 07-13-2009, 07:30 PM
Replies: 4
Views: 1,746
Posted By BatCountry
Internet Explorer htaccess - Can it identify Search Engine Spiders?

Just wondering whether htaccess can identify or sniff out search engine spiders like msn/bing, yahoo and google?

I long ago switched domains on a site I have and still have people accessing the...
Forum: Apache configuration 06-10-2009, 02:26 AM
Replies: 1
Views: 6,265
Posted By BatCountry
Thumbs up Redirecting old domain to new domain with htaccess

I'm moving my old site to a new domain, problem is that I have a lot of people linking to articles on my old site. So I want those urls to be automatically redirected using the new domain url.

I...
Forum: JavaScript programming 04-06-2009, 04:20 AM
Replies: 4
Views: 671
Posted By BatCountry
that didn't work for me unfortunately. the...

that didn't work for me unfortunately.

the string I'm reading looks exactly like this (this is just a demo)
<a class=\"myHeadline\" target=\"_top\"...
Forum: JavaScript programming 04-05-2009, 11:00 PM
Replies: 4
Views: 671
Posted By BatCountry
Thumbs up Basic RegExp Help

Ok, I can't get my head around regexpressions so I need a bit of help.

I'm trying to extract the text between two constants, but I'm encountering trouble.

Here's what the string looks like:...
Forum: Apache configuration 03-19-2009, 04:30 AM
Replies: 3
Views: 1,690
Posted By BatCountry
it brings up the 404 message that the post...

it brings up the 404 message that the post doesn't exist - obviously.

how do I do the filesmatch?

I was thinking maybe I could put an htaccess file in the directory to stop urls from being...
Forum: Apache configuration 03-18-2009, 11:05 PM
Replies: 3
Views: 1,690
Posted By BatCountry
HTAccess and Accessing File directories

Hi,
I have a wordpress blog and I have folder called data that needs to be accessible, the problem is my url rewrite is not allowing access.

Because of url rewriting it things that the url to the...
Forum: PHP 08-20-2008, 07:17 PM
Replies: 10
Views: 10,830
Posted By BatCountry
I tried putting the code into a file and...

I tried putting the code into a file and including it within the loop

if(a=1){
for($q=0;$q<5;$q++){
include('somefunctions.php');
}
}else{
for($q=5;$q>0;$q--){
...
Forum: PHP 08-20-2008, 01:36 AM
Replies: 10
Views: 10,830
Posted By BatCountry
putting it into a function doesn't quite work...

putting it into a function doesn't quite work because there's a lot of variables that have to be passed to the function -- too many of which would have to be declared global or passed to it back and...
Forum: PHP 08-20-2008, 12:26 AM
Replies: 10
Views: 10,830
Posted By BatCountry
because then I'd have to two seperate for loops,...

because then I'd have to two seperate for loops, and as I mentioned above - the code inside the for loops is very very very very long, so it would be redundant to have to insert what's basically the...
Forum: PHP 08-20-2008, 12:05 AM
Replies: 10
Views: 10,830
Posted By BatCountry
Thumbs down The Cheese Stands Alone - Or Why My Previous Plea for Help Failed.

ok maybe I need to explain it better, basically I'm retrieving a command from the user.

If they give me command 1 - I want to have a for loop that iterates 4 times forward, so it counts from 1-4...
Forum: PHP 08-19-2008, 10:13 PM
Replies: 10
Views: 10,830
Posted By BatCountry
Exclamation Can a for loop be put inside an If Statement?

Hi, the title is a little misleading but basically what I'd like to know is whether it's possible to execute loop conditional on an if statement:

<?php
$num=$_GET['id'];
if($num>5){
...
Forum: JavaScript programming 08-01-2008, 11:54 PM
Replies: 1
Views: 581
Posted By BatCountry
Thumbs up Search and Replace Help?

Hi, I have a string:
article=editorial1&displayheight=" 512="" &shuffle="true

There's a small problem while processing, and I want to fix it with javascript by replacing:

into:


and
Forum: JavaScript programming 06-13-2008, 04:51 PM
Replies: 3
Views: 2,197
Posted By BatCountry
I was trying to replicate the problem but the...

I was trying to replicate the problem but the example I posted works fine for me. Perhaps I should try bogging it down to see whether it's my own problem or whether it was a JC flickering problem.
...
Forum: JavaScript programming 06-13-2008, 09:23 AM
Replies: 3
Views: 2,197
Posted By BatCountry
Javascript causes screen to flicker

I don't really have an example I can show, but for some reason whenever I try to update a div with a countdown from a set number, it appears to cause a windows media player embed that I have embedded...
Forum: JavaScript programming 06-02-2008, 10:26 PM
Replies: 0
Views: 502
Posted By BatCountry
Exclamation Tooltips over Links? [resolved]

I'm using some nifty tooltips that display a message when you hover it over a link. Everything works fine but I have some stuff inside a div with overflow set to scroll. So if you hover over links...
Forum: JavaScript programming 05-26-2008, 03:05 PM
Replies: 7
Views: 854
Posted By BatCountry
thanks this can be closed, it works great!

thanks this can be closed, it works great!
Forum: JavaScript programming 05-26-2008, 02:31 PM
Replies: 7
Views: 854
Posted By BatCountry
It seems to always give back the same ID in my ...

It seems to always give back the same ID in my
Demo (http://tvforyou.prophp.org) (hover mouse over any of them)
Forum: JavaScript programming 05-26-2008, 01:14 PM
Replies: 7
Views: 854
Posted By BatCountry
Thumbs up wow :thumbsup:, great work - looks like it may...

wow :thumbsup:, great work - looks like it may work, may be just what I needed. Thanks will try it out and hopefully this works. I was trying to remove the amount of code shown - so I assume this...
Forum: JavaScript programming 05-26-2008, 12:45 PM
Replies: 7
Views: 854
Posted By BatCountry
Exclamation Is HTML in JavaScript Possible?

Is it possible to replace the onmouseover and onmouseout html commands using JavaScript?

I want to take this script, located here...
Forum: JavaScript programming 05-25-2008, 03:33 PM
Replies: 0
Views: 554
Posted By BatCountry
Help me Shrink this MouseOver code

Currently I have page that has a ton of links on it, and I'm using onmouseover and onmouseout to change an image so that it corresponds to the link that the mouse is hovering over.

The problem is...
Forum: Graphics and Multimedia discussions 04-20-2008, 05:47 AM
Replies: 1
Views: 1,540
Posted By BatCountry
Thumbs up MMS/RTMP Stream Debugging [resolved]

~never mind - figured it out~
Showing results 1 to 25 of 57

 
Forum Jump

All times are GMT +1. The time now is 08:05 AM.