<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6" -->
<rss version="0.92">
<channel>
	<title>Just answer the F*#king question</title>
	<link>http://www.jatfq.com</link>
	<description>Saving the world from dicks with forum logins ...</description>
	<lastBuildDate>Mon, 03 Nov 2008 17:18:18 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Serve JAD files OTA with PHP</title>
		<description>Some handy code to dynamtically serve JAD files for OTA installation. The below script sets the appropriate headers types, also tidies up the JAD file removing stray characters which can cause issues and setting the correct file paths internally.

Place the PH script in a root directory as serveJAD.php. Place your ...</description>
		<link>http://www.jatfq.com/archives/62</link>
			</item>
	<item>
		<title>TinyURL alternative</title>
		<description>http://www.time-safe.com provides URL shortening, but also allows you to specify passwords and time ranges for the URL forwarding. </description>
		<link>http://www.jatfq.com/archives/60</link>
			</item>
	<item>
		<title>Delete a tag in Javascript</title>
		<description>I use with with AJAX library to completely remove a DIV tag ( or whatever )


function removeTag(tag){
	field = document.getElementById(tag);
	field.parentNode.removeChild(field);
}

function removeAllChildren(field){
	 if ( field.hasChildNodes() )
	 {	
    	while ( field.childNodes.length >= 1 )
	    {
			removeAllChildren(field.firstChild);
	   	    field.removeChild(field.firstChild);      ...</description>
		<link>http://www.jatfq.com/archives/58</link>
			</item>
	<item>
		<title>Black screen when playing all video in Windows</title>
		<description>So, the other night I decided to clean up my PC and install XP Service pack 3, update my ATI drivers etc etc.

After the reboot, went to play some of my videos, only to find the video display to be black. Audio was fine, everything looked dandy. VLC, Media Player, ...</description>
		<link>http://www.jatfq.com/archives/55</link>
			</item>
	<item>
		<title>Blocking the searchme.com bot</title>
		<description>Nice idea for a search engine, however, their bot is a disrespectfull bastard, doesn't obey robots.txt, plus as it's a visual search engine, processes Javascript tracking which throws your stats off.

Block it using iptables thus

iptables -I INPUT -m iprange --src-range 165.193.254.1-165.193.254.254  -j DROP
iptables -I INPUT -m iprange --src-range 208.111.154.1-208.111.154.254 ...</description>
		<link>http://www.jatfq.com/archives/54</link>
			</item>
</channel>
</rss>
