<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="0.92">
<channel>
	<title>TechTrouts.com</title>
	<link>http://techtrouts.com</link>
	<description>Doin' the dev dance o/</description>
	<lastBuildDate>Fri, 24 Oct 2008 12:27:10 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Webkit: Entity &#8216;nbsp&#8217; not defined - Convert HTML entities to XML</title>
		<description>This is a very common XHTML mistake, now growing in visibility much due to the Google Chrome boom.
Google Chrome is based on Webkit, an open source browser engine also used in Apple's Safari; Webkit is very restrict on XHTML rules;This particular error is caused due to common HTML entities usage ...</description>
		<link>http://techtrouts.com/webkit-entity-nbsp-not-defined-convert-html-entities-to-xml/</link>
			</item>
	<item>
		<title>ut99 mac &#8220;unable to find DrawSprocket context:&#8221; error</title>
		<description>This errors reports to the incorrect setting of Unreal Tournament's default resolution for your mac (it will probably happen when you copy the game from one machine to another with different resolution). The resolution setted up at at your UnrealTournament.ini is higher then the current machine resolution...

There are two ways ...</description>
		<link>http://techtrouts.com/ut99-mac-unable-to-find-drawsprocket-context-error/</link>
			</item>
	<item>
		<title>Personalized Google Maps Location for your website</title>
		<description>Hi again,

don't your clients always ask for some specific details on their Location markers on google maps? Ours do.
So, in order to shorten our workload, we've developed a small handy tool to create a quick customized map using some of the upcoming FallForward game tech.

This small tool is posted at ...</description>
		<link>http://techtrouts.com/personalized-google-maps-location-for-your-website/</link>
			</item>
	<item>
		<title>JS_Growl: Mootools based Javascript Growl-like notifications</title>
		<description>Hello,

For our current project we required some neat instant user notifications, therefore we created a simple Growl-inspired notification system using Mootools.

Now updated for IE6 compatibility!

Download it here!

The package contains a sample.html very self-explanatory for most users;

Just include the js_growl.js and the js_growl.css files in your page's header and send a ...</description>
		<link>http://techtrouts.com/js_growl-mootools-based-javascript-growl-like-notifications/</link>
			</item>
	<item>
		<title>Adium set away plugin for QuickSilver</title>
		<description>Ahhh,

i tryed using some Adium away applescripts for QuickSilver posted at  blacktree but couldn't get them to work, either no one ever tested it or they were designed for a really old Adium version.
So i wrote a couple of simple QuickSilver plugins to support setting away and back on all ...</description>
		<link>http://techtrouts.com/adium-set-away-plugin-for-quicksilver/</link>
			</item>
	<item>
		<title>mootools: how to drag through icon (two items simultaneously)</title>
		<description>If you have a box (div) and a dragging icon (a anchor) on it, and you want to drag the box by clicking on the icon you just have to make the box draggable and set the handle of the drag to the icon.

Here it is, for:


	Drag


Just use:

$('example').makeDraggable({handle:$('drag_button')});
Notes on IE:
The ...</description>
		<link>http://techtrouts.com/mootools-how-to-drag-through-icon-two-items-simultaneously/</link>
			</item>
	<item>
		<title>Rot13 Email Protection for Wordpress</title>
		<description>Rot13 Email Protection for Wordpress, protects all email addresses and mailto: links on your blog from email harvesters using rot13 encryption and/or text mode.
Inspired by ROT13 encryption on Textmate;

I've developed this plugin a while ago, i've now updated it to a releasable version, already working up to wordpress 2.5.1

ROT13 Email ...</description>
		<link>http://techtrouts.com/rot13-email-protection-for-wordpress/</link>
			</item>
	<item>
		<title>Mootools: nice portfolio by 9tree using kwicks (Fx.Elements) and slides</title>
		<description>Hello,

I'm just finishing our new website and i've been posting here the effects i've created for it.
This one is a little more "show off";
It's the way we've set up our portfolio using Fx.Elements for the togglers and Slides for the presentation images.
You can check how it works here.

Using this html:

	
	
		
		 ...</description>
		<link>http://techtrouts.com/mootools-nice-portfolio-by-9tree-using-kwicks-fxelements-and-slides/</link>
			</item>
	<item>
		<title>Mootools: smooth font resize onmouseover (mouseenter) &#8220;bump&#8221;</title>
		<description>Hello,

this is the smooth font resize for css class ".bump" effect.
Just put class="bump" on the items you want and use the following javascript somewhere on your page.

window.addEvent('domready',function() { 

	//scaling values
	var scale_px=6;
	var scale_em=0.3;

	var bumps=$$('.bump');
	bumps.each(function(bump, i){
		var init_size=bump.getStyle('font-size');

		var units=init_size.match(/em/)!=null ? 'em' : init_size.match(/px/)!=null ? 'px' : false;
		if(units===false) return false;

		var size_up=(init_size.toFloat()+(units=='em' ? scale_em : ...</description>
		<link>http://techtrouts.com/mootools-smooth-font-resize-onmouseover-mouseenter-bump/</link>
			</item>
	<item>
		<title>MooTools: smoothscroll highlight element id and highlight anchor onload</title>
		<description>Hi,

i've created a little script for highlighting an element onComplete of the Mootools' SmoothScroll.
I've also added a line to highlight the selected anchor onload, in case the url already contains the anchor hash on page load.

Here it is:

Mootools 1.1 Version:

window.addEvent('domready',function() { 

	//default colors - if 'background-color' or 'color' aren't defined ...</description>
		<link>http://techtrouts.com/mootools-on-complete-smoothscroll-highlight-element-id/</link>
			</item>
</channel>
</rss>
