<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9" -->
<rss version="0.92">
<channel>
	<title>The Interweb of TJ</title>
	<link>http://tjansley.com/blog</link>
	<description></description>
	<lastBuildDate>Fri, 08 Jan 2010 14:17:21 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Price of inkjet ink compared to other liquids &#8211; graph</title>
		<description><![CDATA[
ReflectionOf.Me posted a graph that shows how much HP printer ink costs compared to human blood, vodka, crude oil and other precious liquids.
]]></description>
		<link>http://tjansley.com/blog/2009/12/price-of-inkjet-ink-compared-to-other-liquids-graph/</link>
			</item>
	<item>
		<title>Web Design on a budget. Free web editing tools</title>
		<description><![CDATA[If you want to create webpages and don't want to spend the couple hundred dollars on Adobe Dreamweaver then check out the following list of FREE Web Editing tools that can help save your budget.
Kompozer
http://www.kompozer.net/
License GPL, cost Free. Platforms Win &#124; Mac &#124; Linux
Some of you will know kompozer as Nvu, which grew out of [...]]]></description>
		<link>http://tjansley.com/blog/2009/12/web-design-on-a-budget-free-web-editing-tools/</link>
			</item>
	<item>
		<title>Prevent code injection in PHP</title>
		<description><![CDATA[Hacker code injections in PHP can destroy your website. I recently found a code that should prevent the problem from happening. To use it just call the function at the beginning of your script.

function hackerDefense(){
	// begin hacker defense - Thanks Kreuznacher &#124; wurdzwurk
	foreach ($_POST as $secvalue) {
		if ((eregi("&#60;[^&#62;]*script.*\"?[^&#62;]*&#62;", $secvalue)) &#124;&#124;
		(eregi("&#60;[^&#62;]*object.*\"?[^&#62;]*&#62;", $secvalue)) &#124;&#124;
		(eregi("&#60;[^&#62;]*iframe.*\"?[^&#62;]*&#62;", $secvalue)) &#124;&#124;
		(eregi("&#60;[^&#62;]*applet.*\"?[^&#62;]*&#62;", $secvalue)) [...]]]></description>
		<link>http://tjansley.com/blog/2009/11/prevent-code-injection-in-php/</link>
			</item>
	<item>
		<title>How to do print screen in Mac OS X</title>
		<description><![CDATA[There are few ways to do screen capture in Mac OS X.
Follow the steps below and you will be able to do a screen capture in Mac OS X.

Switch to the screen that you wan to to do screen capture
Hold down Apple key ⌘ + Shift + 3 and release all
then use your mouse to [...]]]></description>
		<link>http://tjansley.com/blog/2009/11/how-to-do-print-screen-in-mac-os-x/</link>
			</item>
	<item>
		<title>What is MySQL?</title>
		<description><![CDATA[MySQL is an open source database that is very commonly used in conjunction with PHP scripts to create powerful and dynamic server-side applications.
What is a database?
A database is a structure that comes in two varieties: a flat database and a relational  database.  A relational database is much more oriented to the human mind [...]]]></description>
		<link>http://tjansley.com/blog/2009/11/what-is-mysql/</link>
			</item>
	<item>
		<title>Awesome Free Online Tools for Web Designers</title>
		<description><![CDATA[Pixlr


Pixlr is a powerful online image editing application. Although it can’t do everything Photoshop can do, it has some very impressive features considering it is all done within the browser.
Google Analytics

Google Analytics is probably the most popular free analytics tool available. It has loads of features including custom views and reports, access sharing, and integration [...]]]></description>
		<link>http://tjansley.com/blog/2009/10/awesome-free-online-tools-for-web-designers/</link>
			</item>
	<item>
		<title>FLV MIME Type</title>
		<description><![CDATA[How to check if .flv MIME Type is enabled on a web server?
You can post a .flv file to the server and navigate to the URL of that file. If you can't see the movie or Open/Save file dialog box, or you see long strange string in your browser, your web server is not set [...]]]></description>
		<link>http://tjansley.com/blog/2009/10/flv-mime-type/</link>
			</item>
	<item>
		<title>10 WordPress plugins you need</title>
		<description><![CDATA[1. WordPress Database Backup
Perhaps the most important plugin you’ll ever come across, WordPress Database Backup offers you the invaluable opportunity to backup your database automatically and regularly – as the above pic shows, you can schedule backups to an email address of your choice – set it and forget it. Until you find you’ve lost [...]]]></description>
		<link>http://tjansley.com/blog/2009/10/10-wordpress-plugins-you-need/</link>
			</item>
	<item>
		<title>10+ Mod_Rewrite Rules You Should Know</title>
		<description><![CDATA[Mod_rewrite is an Apache-based rewrite engine for dynamically rewriting URLs. It’s built into Apache servers natively, though not enabled by default.
It’s capable of functions beyond simple rewrites, though, some of which are included below.
 

Turn Mod_Rewrite On
Mod_rewrite is used through your .htaccess file. Place the following code at the beginning of your .htaccess file to [...]]]></description>
		<link>http://tjansley.com/blog/2009/10/10-mod_rewrite-rules-you-should-know/</link>
			</item>
	<item>
		<title>Say goodbye to pingbacks in Wordpress</title>
		<description><![CDATA[What is a pingback and how do I fix it so I do not get so many when I post a link on my blog?
Pingbacks support auto-discovery where the software automatically finds out the links in a post, and automatically tries to pingback those URLs.
Here is how you can stop pingbacks. Login to your phpmyadmin [...]]]></description>
		<link>http://tjansley.com/blog/2009/10/say-goodbye-to-pingbacks-in-wordpress/</link>
			</item>
</channel>
</rss>
