<?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>Cyber Information</title>
	<link>http://jlawrence.blogsome.com</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Wed, 18 Nov 2009 01:28:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.1-alpha</generator>
	<language>en</language>

		<item>
		<title>I swear - Download</title>
		<link>http://jlawrence.blogsome.com/2009/11/18/download/</link>
		<comments>http://jlawrence.blogsome.com/2009/11/18/download/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 01:08:16 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Song Lyrics/Download</category>
		<guid>http://jlawrence.blogsome.com/2009/11/18/download/</guid>
		<description><![CDATA[	I swear by the moon and the stars in the sky   and I swear like the shadow that&#8217;s by your side
	   I see the questions in your eyes   I know what&#8217;s weighing on your mind   You can be sure I know my part   Cause I [...]]]></description>
			<content:encoded><![CDATA[	<p>I swear by the moon and the stars in the sky<br />   and I swear like the shadow that&#8217;s by your side</p>
	<p>   I see the questions in your eyes<br />   I know what&#8217;s weighing on your mind<br />   You can be sure I know my part<br />   Cause I stand beside you through the years<br />   You&#8217;ll only cry those happy tears<br />   And though I make mistakes<br />   I&#8217;ll never break your heart</p>
	<p>   Chorus<br />   And I swear by the moon<br />   And the stars in the sky I&#8217;ll be there<br />   I swear like the shadow that&#8217;s by your side I&#8217;ll be there<br />   For better or worse<br />   Till death do us part<br />   I&#8217;ll love you with every beat of my heart<br />   And I swear</p>
	<p>   I&#8217;ll give you every thing I can<br />   I&#8217;ll build your dreams with these two hands<br />   We&#8217;ll hang some memories on the wall<br />   And when (and when) just the two of us are there<br />   You won&#8217;t have to ask if I still care<br />   Cause as the time turns the page<br />   My love won&#8217;t age at all</p>
	<p>   And I swear (I swear) by the moon<br />   And the stars in the sky I&#8217;ll be there (I&#8217;ll be there)<br />   I swear (and I swear) like the shadow that&#8217;s by your side<br />   I&#8217;ll be there (I&#8217;ll be there)</p>
	<p>   For better or worse <br />   Till death do us part<br />   I&#8217;ll love you with every beat of my heart<br />   And I swear</p>
	<p>   And I swear (I swear) by the moon<br />   And the stars in the sky I&#8217;ll be there (I&#8217;ll be there)<br />   I swear (and I swear) like the shadow that&#8217;s by your side<br />   I&#8217;ll be there (I&#8217;ll be there)</p>
	<p>   For better or worse (better or worse)<br />   Till death do us part I&#8217;ll love you<br />   With every single beat of my heart<br />   I swear I swear I swear</p>
	<p>Lyrics Source: <a href="http://www.lyrics007.com/All-4-One%20Lyrics/I%20Swear%20Lyrics.html" target="_self">www.lyrics007.com </a></p>
	<p>&raquo; Download Song &laquo;  </p>
	<p><a target="_self" href="http://www.opendrive.com/files/5772295_MeBRO/i%20swear.mp3"><img height="35" border="0" width="100" src="http://jlawrence.blogsome.com/wp-admin/images/thumb-download.png" alt="" title="" /></a>   </p>
]]></content:encoded>
			<wfw:commentRss>http://jlawrence.blogsome.com/2009/11/18/download/feed/</wfw:commentRss>
<enclosure url='http://www.opendrive.com/files/5772295_MeBRO/i%20swear.mp3' length='3121833' type='audio/mpeg'/>
	</item>
		<item>
		<title>How to select table from database using CFM</title>
		<link>http://jlawrence.blogsome.com/2009/11/17/how-to-select-table-from-database-using-cfm/</link>
		<comments>http://jlawrence.blogsome.com/2009/11/17/how-to-select-table-from-database-using-cfm/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 02:14:31 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Coldfusion Programming</category>
		<guid>http://jlawrence.blogsome.com/2009/11/17/how-to-select-table-from-database-using-cfm/</guid>
		<description><![CDATA[	After our lesson I learn something on how to connect your CFM statement to the databse. This is a simple statement that being use in Coldfusion language. This statement help the user to connect or to select a data from the database.
	&nbsp;
	&lt;cfquery name=&quot;student_profile&quot; datasource=&quot;ds_studprof&quot; &gt;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; SELECT first_name, last_name FROM student_prof WHERE last_name [...]]]></description>
			<content:encoded><![CDATA[	<p align="justify">After our lesson I learn something on how to connect your CFM statement to the databse. This is a simple statement that being use in Coldfusion language. This statement help the user to connect or to select a data from the database.</p>
	<p>&nbsp;</p>
	<p align="center">&lt;cfquery name=&quot;student_profile&quot; datasource=&quot;ds_studprof&quot; &gt;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; SELECT first_name, last_name FROM student_prof WHERE last_name LIKE &#8216;#search#%&#8217; <br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/cfquery&gt; </p>
	<p>&nbsp;</p>
	<p align="justify">In order to make a CFM statement you should have first to put the opening and the closing tag of this language which is the <em><strong><u>cfquery</u></strong></em>. <em><strong><u>cfquery</u></strong></em> helps us to create a request on the database. Then the name followed by our datasource in which we were going to get our data. Then the keyword <strong><em><u>SELECT</u></em></strong> and the name of the table, <strong><em><u>THEN</u></em></strong> is another keyword and then the name of your table in which the data is located. <strong><em><u>WHERE</u></em></strong> is a keyword in which it will going to filter all the data going our from the database. I hope that this idea can help you. </p>
]]></content:encoded>
			<wfw:commentRss>http://jlawrence.blogsome.com/2009/11/17/how-to-select-table-from-database-using-cfm/feed/</wfw:commentRss>
	</item>
		<item>
		<title>Five Star Payment</title>
		<link>http://jlawrence.blogsome.com/2009/11/16/five-star-payment/</link>
		<comments>http://jlawrence.blogsome.com/2009/11/16/five-star-payment/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 00:14:25 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Website Offering Services</category>
		<guid>http://jlawrence.blogsome.com/2009/11/16/five-star-payment/</guid>
		<description><![CDATA[	Many of the business people now a days looking for most appropriate way on how to earn and sale some of their goods and services, right? And also thinking on an easiest way on to be paid off. Well as we all know that there are so many websites that offer different kinds of services [...]]]></description>
			<content:encoded><![CDATA[	<div align="justify">Many of the business people now a days looking for most appropriate way on how to earn and sale some of their goods and services, right? And also thinking on an easiest way on to be paid off. Well as we all know that there are so many websites that offer different kinds of services now days.  There are also so many online banking but this site in which I know will be a big help for you.  </div>
	<div align="justify">&nbsp;</div>
	<div align="justify">The company name <a href="http://www.fivestarpayments.com/" target="_self">Five Star Payment</a>. This company offers different kind and various type of services. If you are a business people then I can highly require you this company. Because they offer such as, <a href="http://www.fivestarpayments.com/" target="_self">Online Credit</a>, <a href="http://www.fivestarpayments.com/" target="_self">Payment Processing</a>. They can also help you, in your business when you do have, some difficulty in finding a credit card processor. So what are you waiting for try it now, by just visiting their website, How? Then try to click the links given in this article and I can assure you that you will really enjoy and be satisfied with their services.   </div>
]]></content:encoded>
			<wfw:commentRss>http://jlawrence.blogsome.com/2009/11/16/five-star-payment/feed/</wfw:commentRss>
	</item>
		<item>
		<title>Political Science minor but for me a major</title>
		<link>http://jlawrence.blogsome.com/2009/11/14/political-science-minor-but-for-me-a-major/</link>
		<comments>http://jlawrence.blogsome.com/2009/11/14/political-science-minor-but-for-me-a-major/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 00:49:01 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Politics</category>
		<guid>http://jlawrence.blogsome.com/2009/11/14/political-science-minor-but-for-me-a-major/</guid>
		<description><![CDATA[	Yes for me political science subject is like a major subject. For me it is not only an ordinary subject in which you can learn something then after you will just only going to forgot it, but this political science I realized that it could really help me and not only me but also many [...]]]></description>
			<content:encoded><![CDATA[	<div align="justify">Yes for me political science subject is like a major subject. For me it is not only an ordinary subject in which you can learn something then after you will just only going to forgot it, but this political science I realized that it could really help me and not only me but also many students would know a lot how does government working. At first I thought that it is only a nonsense but when the class start then I was really shock it also talk about what are the policies and also the forms of government and many more. So that&#8217;s why I am so eager to learn more about political science so that I would know what going on now to our country and also to our government. </div>
]]></content:encoded>
			<wfw:commentRss>http://jlawrence.blogsome.com/2009/11/14/political-science-minor-but-for-me-a-major/feed/</wfw:commentRss>
	</item>
		<item>
		<title>What is HTML?</title>
		<link>http://jlawrence.blogsome.com/2009/11/12/what-is-html/</link>
		<comments>http://jlawrence.blogsome.com/2009/11/12/what-is-html/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 04:06:58 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>HTML Tutorials</category>
		<guid>http://jlawrence.blogsome.com/2009/11/12/what-is-html/</guid>
		<description><![CDATA[	HTML or the Hypertext Markup Language is a special formatting language that some programmers uses to make or format a documents on what to display on a Web. You view a webpage written with HTML in a Web Browser, such as the Internet Explorer, Mozilla Firefox and etc.
	Actually HTML is not a programming language itself [...]]]></description>
			<content:encoded><![CDATA[	<div align="justify">HTML or the Hypertext Markup Language is a special formatting language that some programmers uses to make or format a documents on what to display on a Web. You view a webpage written with HTML in a Web Browser, such as the Internet Explorer, Mozilla Firefox and etc.</p>
	<p>Actually HTML is not a programming language itself but it refers on how to format a text, graphics, video and audio on a Web Page. HTML uses tags, which are codes that specify links to other documents and indicate how a web page is displayed when viewed on the Web.</p>
	<p>You can write HTML not only by just using Dream weaver and other text editor but also you can use Notepad in making your web page or either the notepad++ software. but many programmers want to use dream weaver rather than notepad it is because in Dream weaver there are codes that are automatically generated by several programming languages and program development tools.</div>
]]></content:encoded>
			<wfw:commentRss>http://jlawrence.blogsome.com/2009/11/12/what-is-html/feed/</wfw:commentRss>
	</item>
		<item>
		<title>Search Engine Optimization and Website Promotion</title>
		<link>http://jlawrence.blogsome.com/2009/08/17/search-engine-optimization-and-website-promotion/</link>
		<comments>http://jlawrence.blogsome.com/2009/08/17/search-engine-optimization-and-website-promotion/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 23:44:37 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Website Offering Services</category>
		<guid>http://jlawrence.blogsome.com/2009/08/17/search-engine-optimization-and-website-promotion/</guid>
		<description><![CDATA[	Good day again my dearest readers I have another information about promotion your website if you have or either an Internet Marketing Services. I know that this information would be so very helpful for you especially now a days.
	  
	&nbsp;
	  
	Actually they offer different kind of services such as Internet Marketing Service, Website [...]]]></description>
			<content:encoded><![CDATA[	<p align="justify" class="MsoNormal">Good day again my dearest readers I have another information about promotion your website if you have or either an Internet Marketing Services. I know that this information would be so very helpful for you especially now a days.</p>
	<div align="justify">  </div>
	<p align="justify" class="MsoNormal">&nbsp;</p>
	<div align="justify">  </div>
	<p align="justify" class="MsoNormal">Actually they offer different kind of services such as <a href="http://www.discountclick.com/" target="_self">Internet Marketing Service</a>, <a href="http://www.discountclick.com/" target="_self">Website Promotion</a>, <a href="http://www.discountclick.com/" target="_self">Banner Ad Service</a> and also <a href="http://www.discountclick.com/" target="_self">Search Engine Optimization</a>. <a href="http://www.discountclick.com/" target="_self">Banner Ad Service</a> is now so popular especially when it comes in selling some items over the internet. I can assure you that you will really enjoy their offered services.</p>
	<div align="justify">  </div>
	<p align="justify" class="MsoNormal">&nbsp;</p>
	<div align="justify">  </div>
	<p align="justify" class="MsoNormal">So what are you waiting for try now their services and for more information on how to avail their services and just try to visit their website by just clicking the following link given in this article. So good luck and have a nice day ahead.</p>
	<div align="justify">  </div>
	<p align="justify" class="MsoNormal">&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://jlawrence.blogsome.com/2009/08/17/search-engine-optimization-and-website-promotion/feed/</wfw:commentRss>
	</item>
		<item>
		<title>Five Star Home Mortgage</title>
		<link>http://jlawrence.blogsome.com/2009/08/17/five-star-home-mortgage/</link>
		<comments>http://jlawrence.blogsome.com/2009/08/17/five-star-home-mortgage/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 00:07:10 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Website Offering Services</category>
		<guid>http://jlawrence.blogsome.com/2009/08/17/five-star-home-mortgage/</guid>
		<description><![CDATA[	 
Hi readers do anybody here who is looking for a dream house? Or you want to build your own dream home so that you can do what ever you wanted to do just like having the personal design and etc. But the problem is that if you now have your dream home you need [...]]]></description>
			<content:encoded><![CDATA[	<p><!--[if gte mso 9]><xml>  <w :WordDocument>   </w><w :View>Normal</w>   <w :Zoom>0</w>   <w :PunctuationKerning/>   <w :ValidateAgainstSchemas/>   <w :SaveIfXMLInvalid>false</w>   <w :IgnoreMixedContent>false</w>   <w :AlwaysShowPlaceholderText>false</w>   <w :Compatibility>    <w :BreakWrappedTables/>    <w :SnapToGridInCell/>    <w :WrapTextWithPunct/>    <w :UseAsianBreakRules/>    <w :DontGrowAutofit/>   </w>   <w :BrowserLevel>MicrosoftInternetExplorer4</w>   </xml>< ![endif]--><!--[if gte mso 9]><xml>  <w :LatentStyles DefLockedState="false" LatentStyleCount="156">  </w> </xml>< ![endif]--> <!--[if gte mso 10]> <style>  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:&#8221;Table Normal&#8221;; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:&#8221;"; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} </style> < ![endif]--><br />
<p class="MsoNormal">Hi readers do anybody here who is looking for a dream house? Or you want to build your own dream home so that you can do what ever you wanted to do just like having the personal design and etc. But the problem is that if you now have your dream home you need to determine how pay them?</p>
	<p class="MsoNormal">&nbsp;</p>
	<p class="MsoNormal">So try to visit this site in which they offer a lot of services. And also they have their own specialties such as, <a href="http://www.fivestarhomemortgages.com" target="_self">Refinance/Equity</a>, <a href="http://www.fivestarhomemortgages.com" target="_self">Bailout/Foreclosures</a>, <a href="http://www.fivestarhomemortgages.com" target="_self">Construction Loan</a>, <a href="http://www.fivestarhomemortgages.com" target="_self">Rehab Lendings</a>, and etc. I know and I can assure you that they can really help you in your problem in paying your dream home.</p>
	<p class="MsoNormal">&nbsp;</p>
	<p class="MsoNormal">So my dear readers try now to visit their website for more information on how to avail their services. Just try to click the given link in this article. Good Luck my dear readers and have a nice day.</p>
]]></content:encoded>
			<wfw:commentRss>http://jlawrence.blogsome.com/2009/08/17/five-star-home-mortgage/feed/</wfw:commentRss>
	</item>
		<item>
		<title>WEB Development 2</title>
		<link>http://jlawrence.blogsome.com/2009/04/22/web-development-2/</link>
		<comments>http://jlawrence.blogsome.com/2009/04/22/web-development-2/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 05:16:07 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Personal</category>
		<guid>http://jlawrence.blogsome.com/2009/04/22/web-development-2/</guid>
		<description><![CDATA[	Well, all I can say is that I am so excited for this coming 1st semester it is because I am going to get the requisite of WEB 1 which is the WEB 2. I am so excited why? because in WEB 2 you can learn on how to manipulate a database and also how [...]]]></description>
			<content:encoded><![CDATA[	<div align="justify">Well, all I can say is that I am so excited for this coming 1st semester it is because I am going to get the requisite of WEB 1 which is the WEB 2. I am so excited why? because in WEB 2 you can learn on how to manipulate a database and also how to apply javascript in your HTML. This is the moment that I am really waiting for, to know more about javascript and not only javascript but on how to use PHP and SQL as our database in WEB 2. So challenging and amazing right? I really aim to make the most beautiful and most powerful website in the whole world.jejejejejejeje. and I will not stop until it will not became true.</div>
]]></content:encoded>
			<wfw:commentRss>http://jlawrence.blogsome.com/2009/04/22/web-development-2/feed/</wfw:commentRss>
	</item>
		<item>
		<title>Graduation Party</title>
		<link>http://jlawrence.blogsome.com/2009/04/17/graduation-party/</link>
		<comments>http://jlawrence.blogsome.com/2009/04/17/graduation-party/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 10:37:16 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Personal</category>
		<guid>http://jlawrence.blogsome.com/2009/04/17/graduation-party/</guid>
		<description><![CDATA[	I am so disappointed that I cannot made to attend the graduation party of my cousin this night. She graduated this morning I think. I can&#8217;t attend her party it is because, their house is too far from our house. Even though I can take a ride going to their house, but still I don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[	<div align="justify">I am so disappointed that I cannot made to attend the graduation party of my cousin this night. She graduated this morning I think. I can&#8217;t attend her party it is because, their house is too far from our house. Even though I can take a ride going to their house, but still I don&#8217;t want to spent my money for this kind of things. I want to have a bond with them because, this is the time that we can see each other again. I just want to have bond with them and getting closer to all my cousins, but sad to say that it would be very impossible it is because, I am still here in the school, busy making some assigments and setworks given by our instructor but I know that this is not the last time that we can see each other I know that.</div>
]]></content:encoded>
			<wfw:commentRss>http://jlawrence.blogsome.com/2009/04/17/graduation-party/feed/</wfw:commentRss>
	</item>
		<item>
		<title>P.E is now going to be fun</title>
		<link>http://jlawrence.blogsome.com/2008/11/10/pe-is-now-going-to-be-fun/</link>
		<comments>http://jlawrence.blogsome.com/2008/11/10/pe-is-now-going-to-be-fun/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 07:27:13 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Personal</category>
		<guid>http://jlawrence.blogsome.com/2008/11/10/pe-is-now-going-to-be-fun/</guid>
		<description><![CDATA[	Well I can say that our P.E is more fun than our previous P.E, because now we are now starting to learn on how to dance and to learn what are the basic steps the cha cha and even the latin dance, tango and many more. I am so excited for this coming Friday but [...]]]></description>
			<content:encoded><![CDATA[	<p>Well I can say that our P.E is more fun than our previous P.E, because now we are now starting to learn on how to dance and to learn what are the basic steps the cha cha and even the latin dance, tango and many more. I am so excited for this coming Friday but still i can&#8217;t made to attend this session because I am going to have my monthly check up with my doctor in charge of me and I can&#8217;t make to absent in this day because we are talking about my health here right? so even though I am absent but still I am going to do my best to learn all the step that they are going to discuss this coming Friday November 14, 2008. So that I won&#8217;t be mark as absent and then I am going to tell my doctor to have my medical certificate in order for me to be excuse in our class. 
</p>
]]></content:encoded>
			<wfw:commentRss>http://jlawrence.blogsome.com/2008/11/10/pe-is-now-going-to-be-fun/feed/</wfw:commentRss>
	</item>
	</channel>
</rss>
