<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SecretSchool.Org &#187; remi</title>
	<atom:link href="http://secretschool.org/author/remi/feed/" rel="self" type="application/rss+xml" />
	<link>http://secretschool.org</link>
	<description>We Share Because We Care</description>
	<lastBuildDate>Mon, 04 May 2009 17:22:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>the big buzz about ajax</title>
		<link>http://secretschool.org/2006/10/the-big-buzz-about-ajax/</link>
		<comments>http://secretschool.org/2006/10/the-big-buzz-about-ajax/#comments</comments>
		<pubDate>Sat, 14 Oct 2006 00:14:02 +0000</pubDate>
		<dc:creator>remi</dc:creator>
				<category><![CDATA[school of information future technology]]></category>

		<guid isPermaLink="false">http://secretschool.org/2006/10/14/the-big-buzz-about-ajax/</guid>
		<description><![CDATA[hi again,
since some of our fellow residence here have asked me &#8220;what the hell is ajax all about ? &#8220;, i think i should share some of my early discoveryÂ in ajax with all of you. Btw, im not an ajax guru, therefore i would try to explain it in layman terms.
So what is ajax?
ajax in [...]]]></description>
			<content:encoded><![CDATA[<p>hi again,</p>
<p>since some of our fellow residence here have asked me &#8220;what the hell is ajax all about ? &#8220;, i think i should share some of my early discoveryÂ in ajax with all of you. Btw, im not an ajax guru, therefore i would try to explain it in layman terms.</p>
<p><strong>So what is ajax?</strong></p>
<p>ajax in plain word is a technology that enable users to submit or update their webÂ form or web pages without having to reload itÂ at all. Ajax can be a self updating javascript event or a user triggered javascript event in which a user will not experiencing page reload upon submission of request via form submit, or a javascript reload.</p>
<p><strong>Show me the application?</strong></p>
<p>ajax application can be found on most public web sites like yahoo mail and google mail. If you notice, all interactions with the database doesnt require the web page to reload at all. Only, some component will be refreshed. And this have given a lot of benefit to the end user and the application owner.</p>
<p><strong>What is the benefit ofÂ applyingÂ this ajax thingy on my web project?</strong></p>
<p>the most benefit comes from the fact that only portion of the web page is reloaded. For a big application like yahoo mail, it does save them a lot of bandwidth to begin with. just imagine, the amount of time it takes to reload the whole website and the time it takes to reload a small portion of it.</p>
<p>the next important thing is, since it usesÂ mostly javascript events, the end user will notice an enhance visual experience of the page itself. the level of interactivity is raised to the level of rich client application, same as using java swing or visual basic applications.</p>
<p><strong>last word</strong></p>
<p>ajax is not a new technology, it has beenÂ there for years but its adoption have been slowed down by the motion that programmers were getting rid of rich client thin server application architecture. everything has to be web but again, with the ever increasing of ajax, the client is getting fatter from day to day.</p>
<p>for a more precise definition of ajax, please go to:</p>
<p><a href="http://secretschool.org/url?sa=X&#038;start=4&#038;oi=define&#038;q=http://en.wikipedia.org/wiki/AJAX&#038;sig=__sb5TISHQPgfOdzCnCVR9i8y2aVs=">en.wikipedia.org/wiki/AJAX</a>Â and <a href="http://www.google.com.my/search?hl=en&#038;q=define%3Aajax&#038;meta">http://www.google.com.my/search?hl=en&#038;q=define%3Aajax&#038;meta</a>=</p>
]]></content:encoded>
			<wfw:commentRss>http://secretschool.org/2006/10/the-big-buzz-about-ajax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>the evolution of content management system</title>
		<link>http://secretschool.org/2006/09/the-evolution-of-content-management-system/</link>
		<comments>http://secretschool.org/2006/09/the-evolution-of-content-management-system/#comments</comments>
		<pubDate>Fri, 29 Sep 2006 14:46:29 +0000</pubDate>
		<dc:creator>remi</dc:creator>
				<category><![CDATA[school of information future technology]]></category>

		<guid isPermaLink="false">http://secretschool.org/2006/09/29/the-evolution-of-content-management-system/</guid>
		<description><![CDATA[hi all.
this is most probably my first entry in secret school.Â i would be very brief and try to share myÂ experience in developing andÂ maintaining a CMS system.Â CMS system is basically a system to manage a website. So now, lets browse through the evolution of Content Management System.
there are actually many types of content management system. the [...]]]></description>
			<content:encoded><![CDATA[<p>hi all.</p>
<p>this is most probably my first entry in secret school.Â i would be very brief and try to share myÂ experience in developing andÂ maintaining a CMS system.Â CMS system is basically a system to manage a website. So now, lets browse through the evolution of Content Management System.</p>
<p>there are actually many types of content management system. the simplest one would be to develop web pages by using a specific language like asp, php or ruby. In the older days, we web developer would try to distinguish static pages and dynamic pages. those static pages would be in html form. while the dynamic pages would be in one of the above mentioned scripting language. But my fav will always be PHP. UsuallyÂ the dynamic pages would be the data driven pages like news, events and even guest book. This is actually the most tiring coding experience as you have to recode for different kinds of dynamic data.</p>
<p>next, the portal like system. Â for example, my fav would be php-nuke. other variants of this portal cms system is xoops. most of us would refer these 2 beast to a portal community system. YES&#8230;its true but as we can see, many website owners are using it as you dont need to code anything. creating pages is simple, plus you can customize pages to suit different set of user. what do we need here is customize the template. some use smarty and some just a plain css file.</p>
<p>emm&#8230;whats next. In the past 2-3 years, there is an emergence of publish-to-file content management system.Â andÂ manyÂ website owners has switched to this system. Why? it is simply, the published file is in html formatÂ or basically static and it speeds up the loading ofÂ the web page. this is indeed a sought after feature for heavily traficked websites.</p>
<p>then, some developer hasÂ indeed combine the feature of this publish-to-file system with those of the portal system.Â i think mambo is one of those and perhapsÂ bilineÂ too. this isÂ an ease to the developer or SIÂ guys.</p>
<p>and the latest evolution of cms is in the form of blogs. blog is really cool. it enables a laymen to publish a website.Â for example, word press. the CMS for this website. One of the thing that i like about word press is, it has already started to adopt AJAX based transaction. if you notice, when you try to search for something, the website doesnt refresh, it simply push the result of your search in to left hand segment.</p>
<p>so folks, i think that is all about it. that is from my experience, and you may share your experience here too. maybe ive missed out something, but do post a comment.</p>
<p>remember &#8220;sharing is caring&#8221;. <img src='http://secretschool.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>remi</p>
]]></content:encoded>
			<wfw:commentRss>http://secretschool.org/2006/09/the-evolution-of-content-management-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

