<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6" -->
<rss version="0.92">
<channel>
	<title>Techmale</title>
	<link>http://techmale.com</link>
	<description>Byting the hand that feeds you...</description>
	<lastBuildDate>Wed, 10 Sep 2008 12:29:49 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>LHC: Large Hadron Collider: What could we discover&#8230;?</title>
		<description>I am eagerly waiting for the first results to come out of the LHC, and the next, and then the ones after that...

The possibilities for advancing theoretical physics through experimentation are remarkably rare, so an event of this magnitude should be followed with interest. Whatever the results, physics is about ...</description>
		<link>http://techmale.com/2008/09/10/lhc-large-hadron-collider-what-could-we-discover/</link>
			</item>
	<item>
		<title>Speed Testing Chrome for List Processing</title>
		<description>What are we testing?

As Rich Internet Application development progresses, more and more developers are moving towards the functional programming capabilities of JavaScript.

First Order Functions, Closures, Macros and Lists are becoming a mainstream method of development.

When you can tell the computer how to do it, rather that listing what it needs ...</description>
		<link>http://techmale.com/2008/09/08/speed-testing-chrome-for-list-processing/</link>
			</item>
	<item>
		<title>How fast are chrome plugins?</title>
		<description>It just occured to me, that, as the V8 javascript engine compiles JavaScript to native code...

...any plugin written in JavaScript should run at native speeds...

Does anyone have any more information on this? </description>
		<link>http://techmale.com/2008/09/02/how-fast-are-chrome-plugins/</link>
			</item>
	<item>
		<title>Performance Testing in JavaScript</title>
		<description>Fast pages and quick load times are key factors to keeping visitors on your site.
If you make them wait, they will leave.

So the speed of your JavaScript applications is crucial.

Fortunately, it turns out that JavaScript applications are ripe for performance optimization.

This requires a strong testing framework... enter JSTR.

String Concatenation Performance

A ...</description>
		<link>http://techmale.com/2008/08/16/performance-testing-in-javascript/</link>
			</item>
	<item>
		<title>A &#8216;foolish&#8217; new tool for Javascript</title>
		<description>I have been dying to shout about this...

instead I have been waiting very patiently...

BUT now it is time to SHOUT!

JSTR(Jester) is out of the box!

JSTR is the first 'Browser based' (ie:Cross-browser ):

	Testing
	Benchmarking
	Optimization

tool for javascript.

With both import &#38; export of Test-Sets, as well as auto-generated URLs, JSTR lets you easily share ...</description>
		<link>http://techmale.com/2008/08/14/a-foolish-new-tool-for-javascript/</link>
			</item>
	<item>
		<title>Fixing an error building my first carbide.c++ project</title>
		<description>
I installed the Carbide.C++ IDE today, followed the tutorial instructions but got an error when I went to build the project.
Error: "bldmake returned with exit value = 2"
A little digging later and I found the solution...
Open a CMD prompt to the group folder of my project and run:
"bldmake bldfiles"
It told ...</description>
		<link>http://techmale.com/2008/08/11/fixing-an-error-building-my-first-carbidec-project/</link>
			</item>
	<item>
		<title>Secure your phpinfo from the bad people</title>
		<description>I use the phpinfo() function a great deal, for basic information to advanced server administration checking, so I like to have it running on all my hosts.

Unfortunately this is a great hole in my security, as this information is a gold mine for the hackers out there.

I could simply remove ...</description>
		<link>http://techmale.com/2008/08/11/secure-your-phpinfo-from-the-bad-people/</link>
			</item>
	<item>
		<title>Timing is everything</title>
		<description>Here for your delight.

A simple way to track timing in Javascript.

[cc lang="php" tab_size="2" lines="40"]
// TIMESTAMP Function
function timestamp(){return (new Date()).valueOf();}

// TIMER Function, wraps timing arround function call
function timer(f){
  var t1 = timestamp();
  for(var i = 0; i &#60; 1000; i++){
    f();
  }
  var t2 ...</description>
		<link>http://techmale.com/2008/07/19/timestamp-and-timing-in-javascript/</link>
			</item>
	<item>
		<title>Setting an Exclusion Cookie for Google Analytics with a Bookmarklet</title>
		<description>I have been doing a lot of work on my reading software website recently. This has played havoc with my Google Analytics reports.
So I set about looking for a way to block my own hits from the results. Having done a good search for up to date techniques, it seems ...</description>
		<link>http://techmale.com/2008/07/18/setting-an-exclusion-cookie-for-google-analytics-with-a-bookmarklet/</link>
			</item>
	<item>
		<title>10 easy steps to add an exclusion filter in Google Analytics</title>
		<description>I have been doing a lot of work on my reading software website recently, this has played havoc with my Google Analytics reports.
I set about looking for a way to block my own hits from the results, having done a good search for up to date techniques, it seems that ...</description>
		<link>http://techmale.com/2008/07/18/10-easy-steps-to-add-an-exclusion-filter-in-google-analytics/</link>
			</item>
</channel>
</rss>
