<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/1.5.1-alpha" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
	<title>JoHnATTERz.gon</title>
	<link>http://johnegon.blogsome.com</link>
	<description>it's all unexplainable fact</description>
	<pubDate>Thu, 14 Aug 2008 12:54:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.1-alpha</generator>
	<language>en</language>

		<item>
		<title>HUMAN</title>
		<link>http://johnegon.blogsome.com/2008/07/30/human/</link>
		<comments>http://johnegon.blogsome.com/2008/07/30/human/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 11:02:42 +0000</pubDate>
		<dc:creator>johnegon</dc:creator>
		
	<category>RANDOM THING</category>
	<category>C#</category>
		<guid>http://johnegon.blogsome.com/2008/07/30/human/</guid>
		<description><![CDATA[	
using System;

using System.Collections.Generic;

using System.ComponentModel;

using System.Data;

using System.Drawing;

using System.Text;

using System.Windows.Forms;
namespace Human
{
	public partial class Form1 : Form

{
public Form1()
{
	InitializeComponent();
	} 
private void button1_Click(object sender, EventArgs e)
{
Human x = new Human();
x.Name = textBox1.Text;
	x.Gender = comboBox1.Text;
MessageBox.Show(x.Talk());
}
	}
	}
	&nbsp;
	HUMAN.cs

using System;

using System.Collections.Generic;

using System.Text;
namespace Human
{
	class Human

{
	public enum HumanType

{
	Male,
	Female
	}
private string name;
private string gender;
public static int humanCount = 0;public Human()
{
	humanCount++;
	}
public string Name
{
get 
{
return name;
}
	set

{
this.name = value;
}
	}
public string Gender
{
get 
{
return [...]]]></description>
			<content:encoded><![CDATA[	<p><font color="#0000ff">
<p>using<font> System;</font></p>
</font><font color="#0000ff">
<p>using<font> System.Collections.Generic;</font></p>
</font><font color="#0000ff">
<p>using<font> System.ComponentModel;</font></p>
</font><font color="#0000ff">
<p>using<font> System.Data;</font></p>
</font><font color="#0000ff">
<p>using<font> System.Drawing;</font></p>
</font><font color="#0000ff">
<p>using<font> System.Text;</font></p>
</font><font color="#0000ff">
<p>using<font> System.Windows.Forms;</font></p>
</font><font color="#0000ff">namespace</font><font> Human</font><font>
<p>{</p>
	<p><font color="#0000ff">public</font><font> </font><font color="#0000ff">partial</font><font> </font><font color="#0000ff">class</font><font> </font><font color="#008080">Form1</font><font> : </font><font color="#008080">Form</font></p>
</font><font>
<p>{</p>
</font><font color="#0000ff">public</font><font> Form1()</font><font>
<p>{</p>
	<p>InitializeComponent();</p>
	<p>} </p>
</font><font color="#0000ff">private</font><font> </font><font color="#0000ff">void</font><font> button1_Click(</font><font color="#0000ff">object</font><font> sender, </font><font color="#008080">EventArgs</font><font> e)</font><font>
<p>{</p>
</font><font color="#008080">Human</font><font> x = </font><font color="#0000ff">new</font><font> </font><font color="#008080">Human</font><font>();</font><font>
<p>x.Name = textBox1.Text;</p>
	<p>x.Gender = comboBox1.Text;</p>
</font><font color="#008080">MessageBox</font><font>.Show(x.Talk());</font><font>
<p>}</p>
	<p>}</p>
	<p>}</p>
	<p>&nbsp;</p>
	<p>HUMAN.cs</p>
</font><font color="#0000ff">
<p>using<font> System;</font></p>
</font><font color="#0000ff">
<p>using<font> System.Collections.Generic;</font></p>
</font><font color="#0000ff">
<p>using<font> System.Text;</font></p>
</font><font color="#0000ff">namespace</font><font> Human</font><font>
<p>{</p>
	<p><font color="#0000ff">class</font><font> </font><font color="#008080">Human</font></p>
</font><font>
<p>{</p>
	<p><font color="#0000ff">public</font><font> </font><font color="#0000ff">enum</font><font> </font><font color="#008080">HumanType</font></p>
</font><font>
<p>{</p>
	<p>Male,</p>
	<p>Female</p>
	<p>}</p>
</font><font color="#0000ff">private</font><font> </font><font color="#0000ff">string</font><font> name;</font><font>
<p><font color="#0000ff">private</font><font> </font><font color="#0000ff">string</font><font> gender;</font></p>
</font><font color="#0000ff">public</font><font> </font><font color="#0000ff">static</font><font> </font><font color="#0000ff">int</font><font> humanCount = 0;</font><font /><font color="#0000ff">public</font><font> Human()</font><font>
<p>{</p>
	<p>humanCount++;</p>
	<p>}</p>
</font><font color="#0000ff">public</font><font> </font><font color="#0000ff">string</font><font> Name</font><font>
<p>{</p>
</font><font color="#0000ff">get</font><font> </font><font>
<p>{</p>
</font><font color="#0000ff">return</font><font> name;</font><font>
<p>}</p>
	<p><font color="#0000ff">set</font></p>
</font><font>
<p>{</p>
</font><font color="#0000ff">this</font><font>.name = </font><font color="#0000ff">value</font><font>;</font><font>
<p>}</p>
	<p>}</p>
</font><font color="#0000ff">public</font><font> </font><font color="#0000ff">string</font><font> Gender</font><font>
<p>{</p>
</font><font color="#0000ff">get</font><font> </font><font>
<p>{</p>
</font><font color="#0000ff">return</font><font> gender;</font><font>
<p>}</p>
	<p><font color="#0000ff">set</font></p>
</font><font>
<p>{</p>
</font><font color="#0000ff">this</font><font>.gender = </font><font color="#0000ff">value</font><font>;</font><font>
<p>}</p>
	<p>}</p>
</font><font color="#0000ff">public</font><font> </font><font color="#0000ff">string</font><font> Talk()</font><font>
<p>{</p>
</font><font color="#0000ff">return</font><font> </font><font color="#800000">&quot;Hello! my name is &quot;</font><font> + name + </font><font color="#800000">&quot; and i am a &quot;</font><font> + gender+ </font><font color="#800000">&quot;.\nCurrent number of instance of human &quot;</font><font>+ humanCount;</font><font>
<p>}</p>
	<p>}</p>
	<p>}</p>
</font>
</p>
]]></content:encoded>
			<wfw:commentRss>http://johnegon.blogsome.com/2008/07/30/human/feed/</wfw:commentRss>
	</item>
		<item>
		<title>ovveride and virtual sample</title>
		<link>http://johnegon.blogsome.com/2008/07/29/ovveride-and-virtual-sample/</link>
		<comments>http://johnegon.blogsome.com/2008/07/29/ovveride-and-virtual-sample/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 10:22:45 +0000</pubDate>
		<dc:creator>johnegon</dc:creator>
		
	<category>C#</category>
		<guid>http://johnegon.blogsome.com/2008/07/29/ovveride-and-virtual-sample/</guid>
		<description><![CDATA[	using System;using System.Collections.Generic;using System.Text;
	namespace CA{&nbsp;&nbsp;&nbsp; class Program&nbsp;&nbsp;&nbsp; {&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; class A&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; public virtual void WhoAreYou()&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Console.WriteLine(&quot;I am an A&quot;);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; class B: A&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; public override void WhoAreYou()&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Console.WriteLine(&quot;I am a B&quot;);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; class C : B&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; public new virtual void WhoAreYou()&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Console.WriteLine(&quot;I am a C&quot;);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; class [...]]]></description>
			<content:encoded><![CDATA[	<p>using System;<br />using System.Collections.Generic;<br />using System.Text;</p>
	<p>namespace CA<br />{<br />&nbsp;&nbsp;&nbsp; class Program<br />&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; class A<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; public virtual void WhoAreYou()<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Console.WriteLine(&quot;I am an A&quot;);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; class B: A<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; public override void WhoAreYou()<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Console.WriteLine(&quot;I am a B&quot;);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; class C : B<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; public new virtual void WhoAreYou()<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Console.WriteLine(&quot;I am a C&quot;);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; class D : C<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; public override void WhoAreYou()<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Console.WriteLine(&quot;I am a D&quot;);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; static void Main(string[] args)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; C c = new D();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; c.WhoAreYou();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; A a = new D();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; a.WhoAreYou();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Console.ReadLine();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;<br />&nbsp;&nbsp;&nbsp; }</p>
	<p>}</p>
]]></content:encoded>
			<wfw:commentRss>http://johnegon.blogsome.com/2008/07/29/ovveride-and-virtual-sample/feed/</wfw:commentRss>
	</item>
		<item>
		<title>students.cs</title>
		<link>http://johnegon.blogsome.com/2008/07/23/studentscs/</link>
		<comments>http://johnegon.blogsome.com/2008/07/23/studentscs/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 11:08:07 +0000</pubDate>
		<dc:creator>johnegon</dc:creator>
		
	<category>C#</category>
		<guid>http://johnegon.blogsome.com/2008/07/23/studentscs/</guid>
		<description><![CDATA[	
using System; using System.Collections.Generic; using System.Text;
	namespace ConsoleApplication1 {     class Student     {
	        public int x = 0;         public enum Course             { [...]]]></description>
			<content:encoded><![CDATA[	<div class="storycontent">
<p>using System;<br /> using System.Collections.Generic;<br /> using System.Text;</p>
	<p>namespace ConsoleApplication1<br /> {<br />     class Student<br />     {</p>
	<p>        public int x = 0;<br />         public enum Course<br />             {<br />             IT,<br />             IM,<br />             CS,<br />             IS,<br />             Undefined<br />             }<br />         public enum Subject<br />             {<br />             Undefined,<br />             System_Prog,<br />             Software_Engr,<br />             Discrete_Math,<br />             IT_Fundamentals,<br />             C_Prog<br />             }</p>
	<p>        private string name;<br />         private Course course;<br />         private Subject[] s1 = new Subject[3];</p>
	<p>        public Student()<br />         {<br />         }</p>
	<p>        public Student(string name, Course course)<br />         {<br />             this.name = name;<br />             this.course = course;<br />         }</p>
	<p>        public string Name<br />         {<br />             get<br />             {<br />                 return name;<br />             }<br />             set<br />             {<br />                 name = value;<br />             }<br />         }</p>
	<p>        public Course _Course<br />         {<br />             get<br />             {<br />                 return course;<br />             }<br />             set<br />             {<br />                 course = value;<br />             }<br />         }</p>
	<p>        public void Enroll(Subject load)<br />         {<br />             if (s1[0] == Subject.Undefined)<br />             {<br />                 s1[0] = load;<br />                 //    Console.WriteLine(&rdquo;Student can only enroll 3 subjects for this semester.&rdquo;);<br />             }<br />             else if (s1[0] != Subject.Undefined &amp;&amp; s1[1] == Subject.Undefined)<br />             {<br />                 s1[1] = load;<br />                 //    Console.WriteLine(&rdquo;Student can only enroll 3 subjects for this semester.&rdquo;);<br />             }<br />             else if (s1[0] != Subject.Undefined &amp;&amp; s1[2] == Subject.Undefined)<br />             {<br />                 s1[2] = load;<br />                 //    Console.WriteLine(&rdquo;Student can only enroll 3 subjects for this semester.&rdquo;);<br />             }<br />             else<br />             {<br />                 Console.WriteLine(&rdquo;Student can only enroll 3 subjects for this semester.&rdquo;);</p>
	<p>            }<br />         }</p>
	<p>        public void Modify(Subject a, Subject b)<br />         {<br />             for (int x = 0; x &lt; 3; x++)<br />             {<br />                 if (b == s1[x])<br />                 {<br />                     Console.WriteLine(&rdquo;Student can only enroll 3 subjects for this semester.&rdquo;);<br />                 }<br />             }</p>
	<p>       }</p>
	<p>        public void ShowOutput()<br />         {</p>
	<p>            Console.WriteLine(&rdquo;Name: &rdquo; + name + &ldquo;Course: &rdquo; + course + &rdquo; Subject: &ldquo;);<br />             if (s1[0] == Subject.Undefined)<br />             {<br />                 Console.Write(&rdquo; &ldquo;);<br />             }<br />             else<br />             {<br />                 Console.Write(s1[0]);<br />             }</p>
	<p>            if (s1[1] == Subject.Undefined)<br />             {<br />                 Console.Write(&rdquo; &ldquo;);<br />             }<br />             else<br />             {<br />                 Console.Write(s1[1]);<br />             }</p>
	<p>            if (s1[2] == Subject.Undefined)<br />             {<br />                 Console.Write(&rdquo; &ldquo;);<br />             }<br />             else<br />             {<br />                 Console.Write(s1[2]);<br />             }</p>
	<p>            Console.WriteLine();</p>
	<p>            //else if (s1[1] == Subject.Undefined)<br />             //{<br />             //    Console.Write(&rdquo; &ldquo;);<br />             //}<br />             //    Console.WriteLine(&rdquo;Name: &rdquo; + name + &ldquo;Course: &rdquo; + course + &rdquo; Subject: &rdquo; +s1[0]+s1[1]+s1[2]);</p>
	<p>            //    //else<br />             //    //{<br />             //    //    Console.Write(s1[c]);<br />             //    //}<br />             ////for (int c = 0; c &lt; 3; c++)<br />             ////    {<br />             ////        if (s1[c] != Subject.Undefined)<br />             ////        {<br />             ////            Console.Write(s1[c]);<br />             ////        }<br />             ////        else<br />             ////        {<br />             ////            Console.Write(&rdquo; &ldquo;);<br />             ////        }<br />             ////    }<br />             //}</p>
	<p>        }<br />     }<br /> } </p>
  </div>
]]></content:encoded>
			<wfw:commentRss>http://johnegon.blogsome.com/2008/07/23/studentscs/feed/</wfw:commentRss>
	</item>
		<item>
		<title>REGEX</title>
		<link>http://johnegon.blogsome.com/2008/07/09/regex/</link>
		<comments>http://johnegon.blogsome.com/2008/07/09/regex/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 11:17:54 +0000</pubDate>
		<dc:creator>johnegon</dc:creator>
		
	<category>C#</category>
		<guid>http://johnegon.blogsome.com/2008/07/09/regex/</guid>
		<description><![CDATA[	
	&nbsp;
	using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Text.RegularExpressions;
	namespace WindowsApplication1{&nbsp;&nbsp;&nbsp; public partial class Form1 : Form&nbsp;&nbsp;&nbsp; {&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; public Form1()&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; InitializeComponent();&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; private void Form1_Load(object sender, EventArgs e)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; private void label1_Click(object sender, EventArgs e)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; private void button1_Click(object sender, EventArgs e)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; string str = textBox2.Text;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; string find = textBox1.Text;
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MatchCollection Matches [...]]]></description>
			<content:encoded><![CDATA[	<div align="center"><a href="http://johnegon.blogsome.com/wp-admin/images/regex.JPG"><img width="434" height="161" border="0" align="middle" style="width: 434px; height: 161px;" title="" alt="" src="http://johnegon.blogsome.com/wp-admin/images/thumb-regex.JPG" /></a></div>
	<div align="center">&nbsp;</div>
	<div align="left">using System;<br />using System.Collections.Generic;<br />using System.ComponentModel;<br />using System.Data;<br />using System.Drawing;<br />using System.Text;<br />using System.Windows.Forms;<br />using System.Text.RegularExpressions;</p>
	<p>namespace WindowsApplication1<br />{<br />&nbsp;&nbsp;&nbsp; public partial class Form1 : Form<br />&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; public Form1()<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; InitializeComponent();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }</p>
	<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; private void Form1_Load(object sender, EventArgs e)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {</p>
	<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }</p>
	<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; private void label1_Click(object sender, EventArgs e)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {</p>
	<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }</p>
	<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; private void button1_Click(object sender, EventArgs e)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; string str = textBox2.Text;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; string find = textBox1.Text;</p>
	<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MatchCollection Matches = Regex.Matches(str, find, RegexOptions.IgnoreCase);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; listBox1.Items.Clear();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; this.listBox1.Items.Add(textBox1.Text.ToString());</p>
	<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }</p>
	<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; private void listBox1_SelectedIndexChanged(object sender, EventArgs e)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {</p>
	<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }</p>
	<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; private void button2_Click(object sender, EventArgs e)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; string str = textBox2.Text;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; string find = textBox1.Text;</p>
	<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MatchCollection Matches = Regex.Matches(str, find, RegexOptions.IgnoreCase);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; listBox1.Items.Clear();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; foreach (Match NextMatch in Matches)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; this.listBox1.Items.Add(NextMatch.ToString());<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }</p>
	<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }</p>
	<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; private void button3_Click(object sender, EventArgs e)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; string str = textBox2.Text;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; string find = textBox1.Text;</p>
	<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MatchCollection Matches = Regex.Matches(str, find, RegexOptions.IgnoreCase);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; listBox1.Items.Clear();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (Matches.Count == 0)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; listBox1.Items.Add(&quot;There are no matches&quot;);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; else<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; listBox1.Items.Add(&quot;Matches found&quot;);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }</p>
	<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; private void textBox1_TextChanged(object sender, EventArgs e)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {</p>
	<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp; }<br />} </div>
]]></content:encoded>
			<wfw:commentRss>http://johnegon.blogsome.com/2008/07/09/regex/feed/</wfw:commentRss>
	</item>
		<item>
		<title>time span</title>
		<link>http://johnegon.blogsome.com/2008/07/07/time-span/</link>
		<comments>http://johnegon.blogsome.com/2008/07/07/time-span/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 09:54:33 +0000</pubDate>
		<dc:creator>johnegon</dc:creator>
		
	<category>C#</category>
		<guid>http://johnegon.blogsome.com/2008/07/07/time-span/</guid>
		<description><![CDATA[	using System; 
	using System.Collections.Generic; 
	using System.Text;  
	namespace ConsoleApplication1 
	{
	     class Program     
	{         
	public enum AgeGroup         
	{             
	Baby,  [...]]]></description>
			<content:encoded><![CDATA[	<p>using System; </p>
	<p>using System.Collections.Generic; </p>
	<p>using System.Text;  </p>
	<p>namespace ConsoleApplication1 </p>
	<p>{</p>
	<p>     class Program     </p>
	<p>{         </p>
	<p>public enum AgeGroup         </p>
	<p>{             </p>
	<p>Baby,             Child,             Teen,             Adult         </p>
	<p>}</p>
	<p>         static void Main(string[] args)         </p>
	<p>{             </p>
	<p>string Name;               </p>
	<p>Console.Write(&quot;Name:&quot;);             </p>
	<p>Name = Console.ReadLine();              </p>
	<p>Console.Write(&quot;BirthDate : &quot;);             </p>
	<p>//int age = 2008 - date.Year;             </p>
	<p>DateTime date = DateTime.Parse(Console.ReadLine());             </p>
	<p>int age = 2008 - date.Year;             </p>
	<p>TimeSpan t = DateTime.Now.Subtract(date);             </p>
	<p>age = t.Days / 365;              if (age &lt; 0)             </p>
	<p>{                 </p>
	<p>Console.WriteLine(&quot;Hello &quot; + Name + &quot; Invalid input&quot;);             </p>
	<p>}                         </p>
	<p>// Console.WriteLine(&quot;Hello.&quot; + Name);                 </p>
	<p>Console.WriteLine(&quot;Hello&quot; + Name + &quot; You are &quot; + age + &quot; years old&quot; + &quot; You are a&quot;);                     </p>
	<p>if (age &lt;= 1 &amp;&amp; age &gt;= 0)             </p>
	<p>{</p>
	<p>                 Console.Write(AgeGroup.Baby + &quot;.&quot;);             </p>
	<p>}</p>
	<p>             if (age &lt;= 12 &amp;&amp; age &gt;= 2)             </p>
	<p>{</p>
	<p>                 Console.Write(AgeGroup.Child + &quot;.&quot;);             </p>
	<p>}             </p>
	<p>if (age &lt;= 19 &amp;&amp; age &gt;= 13)             </p>
	<p>{                 </p>
	<p>Console.Write(AgeGroup.Teen + &quot;.&quot;);             </p>
	<p>}             </p>
	<p>else if (age &lt;= 20 &amp;&amp; age &gt;= 135)             </p>
	<p>{                 </p>
	<p>Console.Write(AgeGroup.Adult + &quot;.&quot;);             </p>
	<p>}              </p>
	<p>if (age &gt; 135)             </p>
	<p>{</p>
	<p>                 Console.WriteLine(&quot;Hello &quot; + Name + &quot;.. Invalid input&quot;);             </p>
	<p>}            </p>
	<p> Console.ReadLine();                          </p>
	<p>}</p>
	<p>     }</p>
	<p> }</p>
]]></content:encoded>
			<wfw:commentRss>http://johnegon.blogsome.com/2008/07/07/time-span/feed/</wfw:commentRss>
	</item>
		<item>
		<title>DESKTOP</title>
		<link>http://johnegon.blogsome.com/2008/07/03/desktop/</link>
		<comments>http://johnegon.blogsome.com/2008/07/03/desktop/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 14:08:35 +0000</pubDate>
		<dc:creator>johnegon</dc:creator>
		
	<category>RANDOM THING</category>
	<category>COMPUTER</category>
		<guid>http://johnegon.blogsome.com/2008/07/03/desktop/</guid>
		<description><![CDATA[	Motherboard&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- 
	Asrock ALive NF7G-HD720p R5.0
	CPU&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; 
	AMD Athlon&trade; X2 Dual-Core 
	Printer&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; 
	 HP D2460 
	  OR  
	HP D1460  
	And &hellip;&hellip;&hellip;&hellip;. 
	160GB HDD 
	1GB RAM 
	LCD 17&rdquo; inch (SAMSUNG)  
	DVD COMBO 
	&nbsp;
	Package Accessories 
	-AVR 
	-mouse 
	-keyboard 
	-speaker 
	-CD Ink pen 
	-Headset with Microphone    
  

]]></description>
			<content:encoded><![CDATA[	<p><strong>Motherboard&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</strong> </p>
	<p><a href="http://pricebomb.co.uk/c-61/p-1070474/Asrock-ALive-NF7G-HD720p-R5.0/specs%20">Asrock ALive NF7G-HD720p R5.0</a></p>
	<p><strong>CPU&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</strong> </p>
	<p><a href="http://products.amd.com/en-us/DesktopCPUDetail.aspx?id=51">AMD Athlon&trade; X2 Dual-Core</a> </p>
	<p><strong>Printer&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</strong> </p>
	<p><a href="http://www.universitycomputers.com/webitemimages/210/560R-58-D2460.jpg"> HP D2460 </a></p>
	<p>  OR  </p>
	<p><a href="http://www.computerservicestt.com/images/hp_d1460.jpg">HP D1460 </a> </p>
	<p align="center"><strong>And &hellip;&hellip;&hellip;&hellip;. </strong></p>
	<p align="center">160GB HDD </p>
	<p align="center">1GB RAM </p>
	<p align="center">LCD 17&rdquo; inch (SAMSUNG)  </p>
	<p align="center">DVD COMBO </p>
	<p align="left">&nbsp;</p>
	<p align="left"><u><strong>Package Accessories </strong></u></p>
	<p align="left">-AVR </p>
	<p align="left">-mouse </p>
	<p align="left">-keyboard </p>
	<p align="left">-speaker </p>
	<p align="left">-CD Ink pen </p>
	<p align="left">-Headset with Microphone<strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong>    </strong></p>
<strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong><strong /></strong><strong> </strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong><strong> </strong>
</p>
]]></content:encoded>
			<wfw:commentRss>http://johnegon.blogsome.com/2008/07/03/desktop/feed/</wfw:commentRss>
	</item>
		<item>
		<title>OUT GOING (&#8221;HOME&#8221;)</title>
		<link>http://johnegon.blogsome.com/2008/05/12/out-going-home/</link>
		<comments>http://johnegon.blogsome.com/2008/05/12/out-going-home/#comments</comments>
		<pubDate>Mon, 12 May 2008 02:24:36 +0000</pubDate>
		<dc:creator>johnegon</dc:creator>
		
	<category>RANDOM THING</category>
		<guid>http://johnegon.blogsome.com/2008/05/12/out-going-home/</guid>
		<description><![CDATA[	To all my classmate in high school,
	Planner:&nbsp;DARRYL JAY LEDDA
	Hi guys, nice to see yah on this page. Fisrt of all i just want to say: just leave your comment or maybe a reaction about this trip.
	He is the one who told me folks that we&nbsp;have a small &quot;TRIP&quot; on the last week of May&#8230;&nbsp;Darryl said: [...]]]></description>
			<content:encoded><![CDATA[	<p>To all my classmate in high school,</p>
	<p>Planner:&nbsp;DARRYL JAY LEDDA</p>
	<p>Hi guys, nice to see yah on this page. Fisrt of all i just want to say: just leave your comment or maybe a reaction about this trip.</p>
	<p>He is the one who told me folks that we&nbsp;have a small &quot;TRIP&quot; on the last week of May&#8230;&nbsp;Darryl said: &quot;so that are bond each other will not fade&quot;, but I guess that many of us can&#8217;t come on this party because some of us thinking for their enrollment(like I). As what i have said that post something a little comment for have a good &quot;PARTY&quot;.</p>
	<p>OK GOD BLESS YOU(&quot;,)</p>
	<p>WHAT IS THE BEST DAY FOR THIS?</p>
	<p>i hope that we could come up&nbsp;nice result about this.</p>
]]></content:encoded>
			<wfw:commentRss>http://johnegon.blogsome.com/2008/05/12/out-going-home/feed/</wfw:commentRss>
	</item>
		<item>
		<title>Mother&#8217;s Day</title>
		<link>http://johnegon.blogsome.com/2008/05/06/mothers-day/</link>
		<comments>http://johnegon.blogsome.com/2008/05/06/mothers-day/#comments</comments>
		<pubDate>Tue, 06 May 2008 11:03:54 +0000</pubDate>
		<dc:creator>johnegon</dc:creator>
		
	<category>RANDOM THING</category>
	<category>POEMS</category>
		<guid>http://johnegon.blogsome.com/2008/05/06/mothers-day/</guid>
		<description><![CDATA[	&nbsp; 

To your MOM: &quot;HAPPY MOTHER&rsquo;S DAY&quot; in advence by: joHnATTERz
	We know that mother&rsquo;s day is always at the second sunday of may. Eventhough there is a lot of days to come, just cling to your mom, and don&rsquo;t even make a lament thing guys. Give your day to her and don&rsquo;t forgot to say [...]]]></description>
			<content:encoded><![CDATA[	<p><font color="#000000">&nbsp; </font><br />
<div class="storycontent">
<p><font color="#000000">To your MOM: &quot;HAPPY MOTHER&rsquo;S DAY&quot; in advence by: joHnATTERz</font></p>
	<p><font color="#000000">We know that mother&rsquo;s day is always at the second sunday of may. Eventhough there is a lot of days to come, just cling to your mom, and don&rsquo;t even make a lament thing guys. Give your day to her and don&rsquo;t forgot to say &quot;I LOVE YOU&quot;. Give the best you can because your mom need the days of her youth sometimes to rejuvenate her..</font></p>
	<p><font color="#000000">so good luck guys&hellip;.. feel the sweet sunny days of MAY&hellip;.</font></p>
	<p><font color="#000000">GOD BLESS YOU AND YOUR FAMILY(&quot;,)<br />&quot;I LOVE YOU&quot; friends(dont forget it!)</font></p>
</div>
	<p align="center"><font color="#000000">POEM:</font></p>
	<p align="center"><font color="#000000" /></p>
	<p align="center"><font></font><font color="#000000">A Mother loves right from the start.<br />She holds her baby close to her heart.<br />The bond that grows will never falter.<br />Her love is so strong it will never alter.</font></p>
	<p align="center"><font></font><font><br /></font><font color="#000000">A Mother gives never ending Love.<br />She never feels that she has given enough.<br />For you she will always do her best.<br />Constantly working, there&#8217;s no time to rest.</font></p>
	<p align="center"><font></font><font><br /></font><font color="#000000">A Mother is there when things go wrong.<br />A hug and a kiss to help us along.<br />Always there when we need her near.<br />Gently wipes our eyes when we shed a tear.</font></p>
	<p align="center"><font></font><font><br /></font><font color="#000000">So on this day shower your Mother with Love.<br />Gifts and presents are nice but that is not enough.<br />Give your Mother a day to have some peace of mind.<br />Be gentle, be good, be helpful, be kind.</font></p>
	<p align="center"><font></font><font><br /></font><font color="#000000">Happy Mothers Day.</font></p>
]]></content:encoded>
			<wfw:commentRss>http://johnegon.blogsome.com/2008/05/06/mothers-day/feed/</wfw:commentRss>
	</item>
		<item>
		<title>Pinoy Big Brother Teen Edition Plus</title>
		<link>http://johnegon.blogsome.com/2008/03/30/pinoy-big-brother-teen-edition-plus/</link>
		<comments>http://johnegon.blogsome.com/2008/03/30/pinoy-big-brother-teen-edition-plus/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 15:44:47 +0000</pubDate>
		<dc:creator>johnegon</dc:creator>
		
	<category>PINOY BIG BROTHER</category>
		<guid>http://johnegon.blogsome.com/2008/03/30/pinoy-big-brother-teen-edition-plus/</guid>
		<description><![CDATA[	&nbsp;
	&nbsp; 
	  &nbsp;
  &nbsp;
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Auditions for the second Teen Edition, later to be called Pinoy Big Brother: Teen Edition Plus were held as early as September 2007 and during the run of the second Celebrity Edition (alongside those of the seasons of PDA and the third regular season of Pinoy Big [...]]]></description>
			<content:encoded><![CDATA[	<div align="center">&nbsp;</div>
	<div align="center">&nbsp; <img width="444" height="114" border="0" alt="Photobucket" src="http://i26.photobucket.com/albums/c115/Slient_air/pinoybigbrotherteeneditionpluslogo.jpg" /></div>
	<div align="center">  &nbsp;</div>
  &nbsp;
<p>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Auditions for the second Teen Edition, later to be called <em>Pinoy Big Brother: Teen Edition Plus</em> were held as early as September 2007 and during the run of the second Celebrity Edition (alongside those of the seasons of PDA and the third regular season of <em>Pinoy Big Brother</em>). It was announced during the finale of the said Celebrity Edition on January 5, 2008 that this new Teen Edition will start sometime in March of the same year.</p>
	<p>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Already it was announced in advertisements that thirty of the teens, who did their auditions in several cities in the Philippines, as well as in Dubai, Milan, and Madrid, were each given Dream Keys, but those who would receive them were told not to divulge them to others. The Dream Keys were used as a mark to show proof to the crew that they had passed their auditions and had answered their casting call. From the thirty Dream Key holders, fourteen were chosen to be official housemates.</p>
	<p>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; The season started on March 23, 2008 with a summer vacation theme. The reason for addition of the word <em>Plus</em> to the title were revealed: Luis Manzano&#8217;s return as host, an additional two housemates to the announced twelve, and a secret second &quot;House.&quot;</p>
	<p>&nbsp;</p>
	<p><strong>Host: </strong></p>
	<p>Toni Gonazaga | Mariel Rodriguez | Bianca Gonzales | Luis Manzano&nbsp;</p>
	<p>&nbsp;</p>
	<p><strong>TEEN HOUSEMATE:</strong>  </p>
	<p>  &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Ejay<br />   &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Kevin<br />   &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Nicole<br />   &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Linda<br />   &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Nan<br />   &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Alex<br />   &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Rona<br />   &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Jieriel<br />   &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Jolas<br />   &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Beauty<br />   &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Valerie<br />   &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Priscilla<br />   &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Robi<br />   &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Josef</p>
	<p>&nbsp;&nbsp;&nbsp; &nbsp; </p>
	<p>&nbsp;&nbsp;&nbsp; Of the fourteen Guardians, twelve are parents, one is a close relative and another is a good acquaintance. They are listed below:  </p>
	<ul>
<li><strong>Boy</strong> (Robi&#8217;s father)</li>
	<li><strong>Anna</strong> (Josef&#8217;s aunt)</li>
	<li><strong>Ningning</strong> (Linda&#8217;s mother)</li>
	<li><strong>Gerry</strong> (Jieriel&#8217;s stepfather)</li>
	<li><strong>Carina</strong> (Beauty&#8217;s mother)</li>
	<li><strong>Rose</strong> (Rona&#8217;s mother)</li>
	<li><strong>Sandy</strong> (Nicole&#8217;s mother)</li>
	<li><strong>Ike</strong> (Jolas&#8217;s father)</li>
	<li><strong>My Love</strong> (Nan&#8217;s mother)</li>
	<li><strong>Erning</strong> (Ejay&#8217;s father)</li>
	<li><strong>Violy</strong> (Her &quot;second mother&quot;)</li>
	<li><strong>Jinky</strong> (Priscilla&#8217;s mother)</li>
	<li><strong>Minda</strong> (Alex&#8217;s mother)</li>
	<li><strong>John</strong> (Kevin&#8217;s father)</li>
 </ul>
	<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://johnegon.blogsome.com/2008/03/30/pinoy-big-brother-teen-edition-plus/feed/</wfw:commentRss>
	</item>
		<item>
		<title>Valerie Weignmann—PBB TEEN EDITION PLUS</title>
		<link>http://johnegon.blogsome.com/2008/03/30/p30/</link>
		<comments>http://johnegon.blogsome.com/2008/03/30/p30/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 14:17:55 +0000</pubDate>
		<dc:creator>johnegon</dc:creator>
		
	<category>PINOY BIG BROTHER</category>
	<category>PBB TEEN PLUS (GIRLS)</category>
		<guid>http://johnegon.blogsome.com/2008/03/30/p30/</guid>
		<description><![CDATA[	&nbsp;
	&nbsp;
	
	&nbsp;
	DOZZLING DOLL of Europe
	&nbsp;
	&nbsp;
	&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Valerie Weignmann is 18 from Germany. She is profiled as a &ldquo;Daddy&rsquo;s Girl&rdquo; currently trying to reestablish her ties with her Filipina mother since the death of her German father. Although she has lived most of her life in Germany, she has a great Filipina sensibility, visiting her mother&rsquo;s [...]]]></description>
			<content:encoded><![CDATA[	<div align="center">&nbsp;</div>
	<div align="center">&nbsp;</div>
	<div align="center"><img border="0" alt="Photobucket" src="http://i26.photobucket.com/albums/c115/Slient_air/valerie.jpg" /></div>
	<div align="center">&nbsp;</div>
	<div align="center">DOZZLING DOLL of Europe</div>
	<div align="center">&nbsp;</div>
	<div align="center">&nbsp;</div>
	<div align="justify">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Valerie Weignmann is 18 from Germany. She is profiled as a &ldquo;Daddy&rsquo;s Girl&rdquo; currently trying to reestablish her ties with her Filipina mother since the death of her German father. Although she has lived most of her life in Germany, she has a great Filipina sensibility, visiting her mother&rsquo;s country very often. She also has a good command of the Tagalog language and has plans to enter Philippine showbiz. </div>
]]></content:encoded>
			<wfw:commentRss>http://johnegon.blogsome.com/2008/03/30/p30/feed/</wfw:commentRss>
	</item>
	</channel>
</rss>
