<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.7.1" -->
<rss version="0.92">
<channel>
	<title>Programming Resources</title>
	<link>http://ik.my/coding</link>
	<description>Solutions, Functions and Search-&#38;-Found Formulas That I Use in My Web Applications</description>
	<lastBuildDate>Wed, 06 May 2009 07:06:05 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>It&#8217;s my new home</title>
		<description>Welcome to my new home.

If you realize, it's not imamkhalid.blogspot.com anymore. It's shorter now -- ik.my/coding.

What do you think about my new home?  </description>
		<link>http://ik.my/coding/2009/05/06/its-my-new-home/</link>
			</item>
	<item>
		<title>Basic AJAX code</title>
		<description>If you want to have an AJAX application, this simple code is what you must have first.
var xml = make_xml();
function make_xml () {
 if (typeof XMLHttpRequest == 'undefined') {
   objects = Array(
     'Microsoft.XMLHTTP',
     'MSXML2.XMLHTTP',
     'MSXML2.XMLHTTP.3.0',
  ...</description>
		<link>http://ik.my/coding/2009/03/15/basic-ajax-code/</link>
			</item>
	<item>
		<title>Happy New Year!</title>
		<description>I'm writing this post to wish my Chinese friends a Gong Xi Fa Chai!I also wanted to say sorry for not writing new codes to you. This is because I'm currently too busy doing my "Mega Project" for my big client.I'm hoping to write more tips and tricks in programming ...</description>
		<link>http://ik.my/coding/2009/01/22/happy-new-year/</link>
			</item>
	<item>
		<title>I am still alive</title>
		<description>It has been a while I didn't update this blog, since I was too busy managing a sports event at my place.Today I'm not going to post anything about PHP functions. Instead, I would like to give a big thank my loyal readers on being such a concern asking me ...</description>
		<link>http://ik.my/coding/2008/11/30/i-am-still-alive/</link>
			</item>
	<item>
		<title>Fortunate vs Unfortunate</title>
		<description>My hard disk crashed, totally damaged. This is real sick.Fortunately it is still under warranty. Unfortunately it takes too much time to be replaced.Fortunately not more than a month to wait. Unfortunately I lost all my data.Fortunately I got backup. Unfortunately the last one was about three months ago.Fortunately I ...</description>
		<link>http://ik.my/coding/2008/10/18/fortunate-vs-unfortunate/</link>
			</item>
	<item>
		<title>Prevent accidental window closing: alert onbeforeUnLoad</title>
		<description>Today, I'm going to show you how to stop your visitor to close window of your site, using JavaScript.It's useful when they have unfinished processes, or unsaved data, in which they whether accidentally or deliberately clicked on the close button of your page.It's also useful for your marketing strategy, like ...</description>
		<link>http://ik.my/coding/2008/09/27/prevent-accidental-window-closing-alert-onbeforeunload/</link>
			</item>
	<item>
		<title>More elaboration on &#8217;signed-by&#8217; and &#8216;mailed-by&#8217;</title>
		<description>A friend of mine, Tim recently asked me about the mail function in PHP programming which I wrote on how to edit or remove the default 'signed-by' or 'mailed-by' label during the sending activity.His question is, where to put the code? As far as I'm concerned, I was not talking ...</description>
		<link>http://ik.my/coding/2008/09/22/more-elaboration-on-signed-by-and-mailed-by/</link>
			</item>
	<item>
		<title>Edit or remove &#8217;signed-by&#8217; or &#8216;mailed-by&#8217;</title>
		<description>Recently I was trying to remove the labels 'signed-by' or 'mailed-by' which displayed the server name of my web hosting company when I do mailing activities from PHP script.I was actually wanted to have my domain or perhaps my 'fake' domain address to be there. I don't want to display ...</description>
		<link>http://ik.my/coding/2008/09/20/edit-or-remove-signed-by-or-mailed-by/</link>
			</item>
	<item>
		<title>I&#8217;ll be continuing from now on&#8230;</title>
		<description>I've paused my blogging activity for such a long period. I think I have to go back to work, from now on.Recently, I signed up for EntreCard. I wanted to see how exactly this program works. If I find this social networking tool helping me much i building my personal ...</description>
		<link>http://ik.my/coding/2008/09/17/ill-be-continuing-from-now-on/</link>
			</item>
	<item>
		<title>Save Time on Submitting Forms</title>
		<description>I always involved in making applications that submit forms to databases. In order to save time, I just copy this function to all my applications - because they're a great time saving function that suits all my applications. Here I'll show you step by step on how I made the ...</description>
		<link>http://ik.my/coding/2007/10/18/save-time-on-submitting-forms/</link>
			</item>
</channel>
</rss>
