This may sound really stupid or whatever, but just make sure your browser zoom settings are at 100%. I took mine down a little (to like 80 %) and it had the same look issue of what you were seeing. Hey, you never know.
Tim
DaniMun saidlol I laughed.
Funny indeed!![]()
Here’s mine:
Q: What do you call a monkey in a minefield?
A: A baboom!
cyberduck
Don’t know what you mean…. Do you mean hotlinking?
http://www.htaccesstools.com/hotlink-protection/Fixed the issue, I fixed it with a proxy script.
<?php
$post_data = $HTTP_RAW_POST_DATA;
$header[] = "Content-type: text/xml";
$header[] = "Content-length: ".strlen($post_data);
$ch = curl_init( $_GET['url'] );
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_TIMEOUT, 10);
curl_setopt($ch, CURLOPT_HTTPHEADER, $header);
if ( strlen($post_data)>0 ){
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $post_data);
}
$response = curl_exec($ch);
$response_headers = curl_getinfo($ch);
if (curl_errno($ch)) {
print curl_error($ch);
} else {
curl_close($ch);
header( 'Content-type: ' . $response_headers['content-type']);
print $response;
}
?>
TNL - I got your email, pretty busy though, but if you send me your info to login – I’m sure I can get to it. I’ll wait for your next email.
I’ve created an ActionScript 2 weather widget a year or two ago. I’ve been using weatherunderground.com API. As of today, I noticed its not loading in the data anymore.
So I opened up the project file and started to look at the code. I ran the project locally and the weather data is loaded in just fine. What could of happened? Why is it loading just fine locally and not on a server? I’ve tested this on multiple severs. Still nothing…
Why would it 2 years later decide to break?
Tim
I’ve been using this tool a lot lately. A color picker that doesn’t need photoshop 
Thought I would share with you all.
http://color.hailpixel.comYes!!!!!
Worked like a charm! So awesome, thanks dude. Hands down probably the best help I’ve ever gotten on a forum.
You rock!
Yup one sec! 
Ok, I just sent you an email.
Darn, I thought that was gonna work. It’s not creating the
$xml->playlist[0]->addChild("item");
$xml->playlist[0]->item[$i-1]->addAttribute("title", $video->title);
$xml->playlist[0]->item[$i-1]->addAttribute("id", $id);
It’s just outputting this.
<?xml version="1.0" encoding="ISO-8859-1"?>
<root>
<playlist title="KungFu-themes"/>
</root>
I appreciate all your help so far. You rock.
