<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>IT - Information Technology</title>
	<atom:link href="http://itscience.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://itscience.wordpress.com</link>
	<description>Information Technology</description>
	<lastBuildDate>Sat, 14 Nov 2009 16:55:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='itscience.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/bfa1192d7fb7369efbe455aa341078b6?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>IT - Information Technology</title>
		<link>http://itscience.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://itscience.wordpress.com/osd.xml" title="IT - Information Technology" />
	<atom:link rel='hub' href='http://itscience.wordpress.com/?pushpress=hub'/>
		<item>
		<title>PHP WYSIWYG HTML editor</title>
		<link>http://itscience.wordpress.com/2009/11/12/php-wysiwyg-html-editor/</link>
		<comments>http://itscience.wordpress.com/2009/11/12/php-wysiwyg-html-editor/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 12:39:58 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Programming PHP]]></category>

		<guid isPermaLink="false">http://itscience.wordpress.com/?p=20</guid>
		<description><![CDATA[What&#8217;s a WYSIWYG Editor? Sometimes you want to give site visitors or administrators the chance to add, edit or delete text. Examples include web mail clients, content management systems, forums, guestbooks and similar. It&#8217;s fairly simple to allow people to add and edit plain text, by using the familiar textarea form element (NB these are images, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itscience.wordpress.com&amp;blog=10447426&amp;post=20&amp;subd=itscience&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>What&#8217;s a WYSIWYG Editor?</h2>
<p>Sometimes you want to give site visitors or administrators the chance to add, edit or delete text. Examples include web mail clients, content management systems, forums, guestbooks and similar.</p>
<p>It&#8217;s fairly simple to allow people to add and edit plain text, by using the familiar <em><strong>textarea</strong></em> form element (NB these are images, not real form elements &#8211; you can&#8217;t enter or modify data!):</p>
<p>However, there are occasions when we would like to give those users the opportunity to have a little control over how the content looks.</p>
<p>Modern browsers support something called <strong><em>contentEditable</em></strong>, which allows the content of web pages to be edited using JavaScript. We can use this to turn textarea elements into small WYSIWYG (What-You-See-Is-What-You-Get) editors. Here&#8217;s a picture of the above form with the textarea turned into a simple WYSIWYG editor using Wyzz:</p>
<p>Now when a user enters text, the look of the text can be changed as required, without any HTML coding knowledge being required of the user:</p>
<p>Download the Wyzz WYSIWYG editor here. <a href="http://www.ziddu.com/download/7355439/ITScience-PHPWYSIWYGHTMLeditor-wyzz0.65.zip.html" target="_blank">Downloading WYSIWYG editor</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/itscience.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/itscience.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/itscience.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/itscience.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/itscience.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/itscience.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/itscience.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/itscience.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/itscience.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/itscience.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/itscience.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/itscience.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/itscience.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/itscience.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itscience.wordpress.com&amp;blog=10447426&amp;post=20&amp;subd=itscience&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://itscience.wordpress.com/2009/11/12/php-wysiwyg-html-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3a0ebabee5c1c0a207d7cc01c82778a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Anthony</media:title>
		</media:content>
	</item>
		<item>
		<title>jQuery: The Basics</title>
		<link>http://itscience.wordpress.com/2009/11/12/jquery-the-basics/</link>
		<comments>http://itscience.wordpress.com/2009/11/12/jquery-the-basics/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 10:34:08 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[JQuery]]></category>

		<guid isPermaLink="false">http://itscience.wordpress.com/2009/11/12/jquery-the-basics/</guid>
		<description><![CDATA[jQuery: The Basics This is a basic tutorial, designed to help you get started using jQuery. If you don&#8217;t have a test page setup yet, start by creating a new HTML page with the following contents: &#60;html&#62; &#60;head&#62; &#60;script type="text/javascript" src="jquery.js"&#62;&#60;/script&#62; &#60;script type="text/javascript"&#62; &#60;/script&#62; &#60;/head&#62; &#60;body&#62; &#60;a href="http://jquery.com/"&#62;jQuery&#60;/a&#62; &#60;/body&#62; &#60;/html&#62; Edit the src attribute in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itscience.wordpress.com&amp;blog=10447426&amp;post=11&amp;subd=itscience&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3>jQuery: The Basics</h3>
<p>This is a basic tutorial, designed to help you get started using jQuery. If you don&#8217;t have a test page setup yet, start by creating a new HTML page with the following contents:</p>
<pre>&lt;html&gt;
  &lt;head&gt;
    &lt;script type="text/javascript" src="jquery.js"&gt;&lt;/script&gt;

    &lt;script type="text/javascript"&gt;

    &lt;/script&gt;
  &lt;/head&gt;
  &lt;body&gt;
    &lt;a href="http://jquery.com/"&gt;jQuery&lt;/a&gt;
  &lt;/body&gt;
&lt;/html&gt;</pre>
<p>Edit the <code>src</code> attribute in the script tag to point to your copy of jquery.js. For example, if jquery.js is in the same directory as your HTML file, you can use:</p>
<pre> &lt;script type="text/javascript" src="jquery.js"&gt;&lt;/script&gt;

You can download your own copy of jQuery from the <a href="http://docs.jquery.com/Downloading_jQuery" target="_blank">Downloading jQuery</a> page.</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/itscience.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/itscience.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/itscience.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/itscience.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/itscience.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/itscience.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/itscience.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/itscience.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/itscience.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/itscience.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/itscience.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/itscience.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/itscience.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/itscience.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itscience.wordpress.com&amp;blog=10447426&amp;post=11&amp;subd=itscience&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://itscience.wordpress.com/2009/11/12/jquery-the-basics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3a0ebabee5c1c0a207d7cc01c82778a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Anthony</media:title>
		</media:content>
	</item>
	</channel>
</rss>
