<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="0.92">
<channel>
	<title>New Circle Blog</title>
	<link>http://blog.newcircleconsulting.com</link>
	<description>Web Tactics Share and Learn</description>
	<lastBuildDate>Thu, 17 Jul 2008 03:24:50 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>robots.txt validator (checker)</title>
		<description><![CDATA[I created a robots.txt but was not sure whether the syntax was correct or not. I searched and found this nice online tool that checks the validity of robots.txt file:
http://tool.motoricerca.info/robots-checker.phtml
Very easy to use.
]]></description>
		<link>http://blog.newcircleconsulting.com/2008/07/16/robotstxt-validator-checker/</link>
			</item>
	<item>
		<title>phpBB3 login problem (and solution)</title>
		<description><![CDATA[I recently encountered a problem with a phpBB3 site. After the site was moved around (from one domain to another), all the sudden nobody can log in to the site any more. To be accurate, log in itself actually worked, and I could see my user name displayed on the top right after I logged [...]]]></description>
		<link>http://blog.newcircleconsulting.com/2008/07/10/phpbb3-login-problem-and-solution/</link>
			</item>
	<item>
		<title>In-site Search Options and Comparison (Part II)</title>
		<description><![CDATA[This is a continuation of  In-site Search Options and Comparison (Part I)
Option C: Build Your Own Custom Search Solution
You can write code to index all content to your database and build your own search feature.
Pros: You have complete control of not only the look and feel of the search results page, but also how [...]]]></description>
		<link>http://blog.newcircleconsulting.com/2008/06/27/in-site-search-options-and-comparison-part-ii/</link>
			</item>
	<item>
		<title>In-site Search Options and Comparison (Part I)</title>
		<description><![CDATA[Everyone talks about Search Engine Optimization to drive traffic to your site via search results. But have you thought of adding an in-site search feature to help people find what they need once they are on your site? If you have a website that contains over 20 pages and you don&#8217;t have in-site search yet, [...]]]></description>
		<link>http://blog.newcircleconsulting.com/2008/06/27/in-site-search-options-and-comparison-part-i/</link>
			</item>
	<item>
		<title>Un-recognized Pages in Google Web Analytics Report</title>
		<description><![CDATA[Last time checked on the Google Web Analytics report for a domain name, saw a number of pages that didn’t belong to the site:
/hacks/deliciouspoetry_web_biennial.php
Consulted help from Google Groups … this is because someone has copied the Google Analytics code (javascript code) onto their site. Why? Don’t know. Have not thought of any good reasons for [...]]]></description>
		<link>http://blog.newcircleconsulting.com/2008/06/20/un-recognized-pages-in-google-web-analytics-report/</link>
			</item>
	<item>
		<title>(3rd-party) Cookie Issues With Frameset and IE6</title>
		<description><![CDATA[I had an application that requires login and sessions. When the app was loaded to a frame on a website with a different domain name, I found that cookies could not be set in IE6.
The problem is that these cookies were 3rd party cookies, meaning that they were written with a domain name  different [...]]]></description>
		<link>http://blog.newcircleconsulting.com/2008/06/18/3rd-party-cookie-issues-with-frameset-and-ie6/</link>
			</item>
	<item>
		<title>Compose HTML emails in Gmail</title>
		<description><![CDATA[When you compose a new email in Gmail, you have two options: plain text and rich text. But you can&#8217;t really write native HTML code there.
If you want to send out a HTML email, you can do as follows:

Build the html page in Dreamweaver, Frontpage or any of your favorite editor
Upload to a web server [...]]]></description>
		<link>http://blog.newcircleconsulting.com/2008/06/16/compose-a-html-email-in-gmail/</link>
			</item>
	<item>
		<title>Add a New Field to Products in Joomla! VirtueMart</title>
		<description><![CDATA[Out of box, VirtueMart products have many &#8220;fields&#8221;, product name, sku, price, etc. If you need an additional field or two for your own business needs, you can do that by changing data model as well as some php code. It&#8217;s a bit of work &#8230; hope this post can help save you some time [...]]]></description>
		<link>http://blog.newcircleconsulting.com/2008/06/10/add-a-field-to-products-in-joomla-virtuemart/</link>
			</item>
	<item>
		<title>Get mosimage show up on Joomla Page</title>
		<description><![CDATA[I was custom developing a new feature for a Joomla! site and encountered a problem. I had piggy-backed the new feature on Joomla! content so I don&#8217;t have to code all administration aspect from scratch. But the display page I was custom coding to fit my client&#8217;s need.
The problem I had was that {mosimage} was [...]]]></description>
		<link>http://blog.newcircleconsulting.com/2008/06/04/get-mosimage-show-up-on-joomla-page/</link>
			</item>
	<item>
		<title>CSS for a Calendar-Like Date Stamp</title>
		<description><![CDATA[The date stamp you see here on the page can be made with following code:
.post-date {
 background: url(images/date_icon_blue.jpg) no-repeat;
 float: left;
 height: 40px;
 line-height: 18px;
 margin: 0px 5px 0px 0px;
 text-align: center;
 width: 37px;
}
.post-day {
 color: #434B4D;
 font-size: 20px;
 margin: 0px 0px 1px 0px;
 padding: 0px;
 text-align: center;
 width: 37px;
}
.post-month {
 color: #FFFFFF;
 font-size: 10px;
 margin: 0px 0px 1px 0px;
 padding: 0px;
 text-align: center;
 width: 37px;
}
Background image used in the code:

]]></description>
		<link>http://blog.newcircleconsulting.com/2008/05/23/css-for-a-calendar-like-date-stamp/</link>
			</item>
</channel>
</rss>
