<?xml version="1.0" encoding="UTF-8"?>
<rss version="0.92">
<channel>
	<title>Praj&#039;s Site</title>
	<link>http://www.praj.com.au</link>
	<description></description>
	<lastBuildDate>Fri, 13 Aug 2010 08:12:26 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>IE8 Slowness with HTTPS</title>
		<description><![CDATA[Recently, I had a secure (https) site which was particularly slow with IE8 on Windows 2008 Server. The same site worked fine with IE8 on Windows XP and Windows 7. It was also fine with Firefox.
My solution involved turning of the Check for Server certificate revocation options in the Advanced HTTPS Security in IE under:
Tools [...]]]></description>
		<link>http://www.praj.com.au/ie8-slowness-with-https/</link>
			</item>
	<item>
		<title>Regex to insert text before and after a line</title>
		<description><![CDATA[A common thing I need to do is insert text before and after a number of lines in a text editor. For example, I might have the following text:
test1
test2
test3
test4
test5

Which I want to change to something like this:
before_test1_after
before_test2_after
before_test3_after
before_test4_after
before_test5_after

So I&#8217;ve added the text before_ at the start of each line and the text _after at the end [...]]]></description>
		<link>http://www.praj.com.au/regex-to-insert-text-before-and-after-a-line/</link>
			</item>
	<item>
		<title>A Better Joomla Administration Template</title>
		<description><![CDATA[The Joomla Administration pages, have, well, always been a bit poor. Not any more! You can make them look at lot better with the free AdminPraise Lite template available from JoomlaPraise. This doesn&#8217;t just make your administration pages look better, it actually makes them easier to work with by organising things better. Definitely worth trying [...]]]></description>
		<link>http://www.praj.com.au/a-better-joomla-administration-template/</link>
			</item>
	<item>
		<title>Allow PHP code to execute in a HTML file</title>
		<description><![CDATA[By default on Apache web servers, PHP code will not execute in a file that does not have a .php (or similar) extension. So even though you can embed PHP into a HTML file, it won&#8217;t execute when the file extension is .html, .htm etc.
To change this, you can add a .htaccess file. Here&#8217;s some [...]]]></description>
		<link>http://www.praj.com.au/allow-php-code-to-execute-in-a-html-file/</link>
			</item>
	<item>
		<title>Cloning a Wordpress Site</title>
		<description><![CDATA[These are the basic steps for cloning a WordPress site. In this example, I assume your source web server is your live site on your web hosting and your target web server is your local development web server. Try to keep the same directory name and database name to keep things simple.

Backup all of the [...]]]></description>
		<link>http://www.praj.com.au/cloning-a-wordpress-site/</link>
			</item>
	<item>
		<title>Pages not printing in Firefox</title>
		<description><![CDATA[While redesigning this site, I incorporated a new print style sheet. During the process I discovered a feature in Firefox when printing a web site. Basically, if you have the overflow: hidden CSS attribute set, then it could prevent Firefox from printing all pages from the web site.
So, if you notice that you are only [...]]]></description>
		<link>http://www.praj.com.au/pages-not-printing-in-firefox/</link>
			</item>
	<item>
		<title>&#8220;Stuck&#8221; Windows Key in Remote Desktop</title>
		<description><![CDATA[Every now and then, the Windows key (one between CTRL + ALT on left side of the keyboard or ALT and CTRL on right side of keyboard) can get stuck in remote desktop sessions.
You&#8217;ll know it is happening when typing certain letters that lead to a windows shortcut key combination effect, e.g:

Typing B -&#62; Winkey [...]]]></description>
		<link>http://www.praj.com.au/stuck-windows-key-in-remote-desktop/</link>
			</item>
	<item>
		<title>Equally aligning images in CSS</title>
		<description><![CDATA[Equally aligning a row of images so they are equal distances apart with the first image being flush left and the last image being flush right, is actually a lot harder than you would think! Eventually, I turned to Google and came across the solution at CSS tricks.
I&#8217;d actually tried the first two approaches described [...]]]></description>
		<link>http://www.praj.com.au/equally-aligning-images-in-css/</link>
			</item>
	<item>
		<title>Web Site Redesign</title>
		<description><![CDATA[Welcome to the redesigned site!
I created this new layout from scratch, starting with a photoshop mock up and turning it into a Wordpress theme. Hope you like it.
In addition to the layout changes, there have also been some minor changes made to the site including:

Change of base URL from blog.praj.com.au to www.praj.com.au
All permalinks are now [...]]]></description>
		<link>http://www.praj.com.au/web-site-redesign/</link>
			</item>
	<item>
		<title>a:focus anchor pseudo class</title>
		<description><![CDATA[You probably know about the a:hover pseudo class in CSS which is used for changing a anchor tag style when a user hovers over a link.
Today, I discovered the a:focus pseudo class which does a similar job, but for when a user highlights a link using keyboard navigation (i.e., tabbing to the link). In most [...]]]></description>
		<link>http://www.praj.com.au/afocus-anchor-pseudo-class/</link>
			</item>
</channel>
</rss>
