<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.7.1" -->
<rss version="0.92">
<channel>
	<title>RotSystems</title>
	<link>http://www.rotsystems.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 02 Aug 2008 02:30:30 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>C# String Formating</title>
		<description>String formating is pretty easy task in C# or ASP.NET

To format date you use:
{0:d}

To format numers to contains semicolon as thousand separator you use:
{0:n}

The easiet way to format a string is to use String.Format method.

 </description>
		<link>http://www.rotsystems.com/uncategorized/c-string-formating</link>
			</item>
	<item>
		<title>How to strip html tags from text in PHP</title>
		<description>Recently I faced small problem when working for one of my clients. He stores html tags in database:  &#60;font color=&#34;00ff00&#34;&#62;Some text&#60;/font&#62;  &#160;  I need quick and dirty solution, so I decided to use php function strip_tags()  This function removes all html text leaving only text, this ...</description>
		<link>http://www.rotsystems.com/uncategorized/how-to-strip-html-tags-from-text-in-php</link>
			</item>
	<item>
		<title>Printing in JavaScript</title>
		<description>Have you ever been asked by customer to create Print button, or "Print Article" feature. I am sure it happened to you, and if not learning something new is always a good thing.
JavaScript does not offer to many way to print, actually there is only one method available to you, ...</description>
		<link>http://www.rotsystems.com/articles/printing-in-javascript</link>
			</item>
	<item>
		<title>Modal Popup in Ajax Control Toolkit display onload</title>
		<description>There is a small bug in AjaxControlToolkit when you will add Modal Popup Control Extender,

it is being shown for one second when page is being load. It is not a big issue, but it can be very annoying.

Below file shows the proeblem and the resolution. Resolution is very simple, you ...</description>
		<link>http://www.rotsystems.com/uncategorized/modal-popup-in-ajax-control-toolkit-display-onload</link>
			</item>
	<item>
		<title>How to get Query String in PHP?</title>
		<description>Recently I was implementing a very basic paging system in PHP. The system also supported search functionality, where search parameter was passed in query string, URL was looking like this:

contactlist.php?searchText=some_search_text&#38;pageno=2

contactlist.php or

contactlist.php?pageno=3

The requirement was quite easy I need to append page number to current query string. For those who do not ...</description>
		<link>http://www.rotsystems.com/articles/php/how-to-get-query-string-in-php</link>
			</item>
</channel>
</rss>
