<?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>Is Good Stuff &#187; Articles Submits</title>
	<atom:link href="http://www.isgoodstuff.com/tag/articles-submits/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.isgoodstuff.com</link>
	<description>For all the good things!</description>
	<lastBuildDate>Mon, 26 Jul 2010 01:38:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Useful Website : FreeSound effects for Projects</title>
		<link>http://www.isgoodstuff.com/2009/11/10/useful-website-freesound-effects-for-projects/</link>
		<comments>http://www.isgoodstuff.com/2009/11/10/useful-website-freesound-effects-for-projects/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 12:22:13 +0000</pubDate>
		<dc:creator>Mr.GoodStuff</dc:creator>
				<category><![CDATA[Articles Submits]]></category>
		<category><![CDATA[GoodStuff Reviews]]></category>
		<category><![CDATA[Useful Websites]]></category>

		<guid isPermaLink="false">http://www.isgoodstuff.com/?p=532</guid>
		<description><![CDATA[Need more sound effects for your multimedia or game project ? More and more sites are turning into commercial based sound clip previewer rather than free sound resources. Having to find the correct sound for your project but, later to find out the sound is copyrighted or for sale is indeed frustration at times. Fortunately [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="lightbox" href="http://www.isgoodstuff.com/wp-content/uploads/2010/01/snd.jpg"><img class="alignleft size-full wp-image-533" style="margin-right: 5px; margin-top: 0px; margin-bottom: 0px;" title="snd" src="http://www.isgoodstuff.com/wp-content/uploads/2010/01/snd.jpg" alt="snd" width="111" height="111" /></a></p>
<p>Need more sound effects for your multimedia or game project ? More and more sites are turning into commercial based sound clip previewer rather than free sound resources. Having to find the correct sound for your project but, later to find out the sound is copyrighted or for sale is indeed frustration at times.</p>
<p>Fortunately enough , this site &#8211; freesound.org offers royalty free and free for all sounds recordings from various content providers around the world. You can safely use some of these music, sound effect found there to use for your projects. Besides that, you can create an account and contribute too.</p>
<p>Go ahead check it out <a href="http://www.freesound.org" target="_blank">here</a>.</p>
<div style="text-align:left"><a style="text-align:left" href="javascript:toggleStartStop();PicLensLite.start({feedUrl:'http://www.isgoodstuff.com/wp-content/plugins/wp-piclens/mrss.php?id=532'});">Start Slide Show with PicLens Lite <img src="http://www.isgoodstuff.com/wp-content/plugins/wp-piclens/PicLensButton.png" alt="PicLens" width="16" height="12" border="0" align="top"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.isgoodstuff.com/2009/11/10/useful-website-freesound-effects-for-projects/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Aptana IDE Tweaks : Working with Snippets</title>
		<link>http://www.isgoodstuff.com/2009/02/21/aptana-ide-tweaks-working-with-snippets/</link>
		<comments>http://www.isgoodstuff.com/2009/02/21/aptana-ide-tweaks-working-with-snippets/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 13:06:40 +0000</pubDate>
		<dc:creator>Mr.GoodStuff</dc:creator>
				<category><![CDATA[Articles Submits]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[IDE Tweaks]]></category>

		<guid isPermaLink="false">http://www.isgoodstuff.com/2009/02/21/aptana-ide-tweaks-working-with-snippets/</guid>
		<description><![CDATA[Over the weekends, I was trying to learn the ways on how to work faster without typing much codes and minimizing errors. The solution is learning to use Aptana’s Snippet View. Firstly, before we start – I would like to suggest rearranging your IDE into more simpler view. I like to close unwanted views and [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Over the weekends, I was trying to learn the ways on how to work faster without typing much codes and minimizing errors. The solution is learning to use Aptana’s <a href="http://en.wikipedia.org/wiki/Code_snippets">Snippet</a> View. Firstly, before we start – I would like to suggest rearranging your IDE into more simpler view.</p>
<p style="text-align: justify;">I like to close unwanted views and combine three of my mostly used View into ones dock to the left side of the IDE namely, File, Project and Snippets.</p>
<p align="center"><img class="aligncenter size-full wp-image-351" title="snippetview.png" src="http://www.isgoodstuff.com/wp-content/uploads/2009/02/snippetview.png" alt="snippetview.png" width="306" height="400" />
<p style="text-align: justify;">Let’s move on, we will then need to <strong>create our own set of snippets</strong> – be it JS script, XML, HTML, CSS or whatever you are programming with this IDE.</p>
<p><span id="more-357"></span></p>
<p style="text-align: justify;">First, create a new default web project. For this tutorial – I’m going guide you all in writing your first Javascript Alerter with user input support. Name the project Aptana Snippets. Proceed by creating <strong>snippets</strong> folder inside this project.</p>
<p align="center"><a rel="lightbox" href="$addingnewproject[3].png"></a><img class="aligncenter size-full wp-image-353" title="addingnewproject.png" src="http://www.isgoodstuff.com/wp-content/uploads/2009/02/addingnewproject.png" alt="addingnewproject.png" width="303" height="146" /></p>
<p> </p>
<p style="text-align: justify;">Now, inside the snippets folder add an empty js file. Let’s called it myMsgBox.js</p>
<p style="text-align: justify;">DELETE everything including remarks statement generated by Aptana in myMsgBox.js</p>
<p style="text-align: justify;">Type in the javascript like below for example.</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #006600; font-style: italic;">/*
	category: Titoonic
	name: My Message Box
	toolbar: true
	language: text/javascript
	toolTip: My Message Box
	prompt(msg): Message
&nbsp;
*/</span>
<span style="color: #000066;">alert</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;{$msg}&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p> </p>
<p style="text-align: justify;">Notice, the remarks are very context specific – which means you have to make sure you follow Aptana IDE snippet remark syntax to bind them to snippet view. Category : means the folder that will appear in Snippets View. You should create your own Category because, there’s a lot of snippets categories in there already – best to start one your own to avoid confusion.</p>
<p style="text-align: justify;">Notice there’s also prompt(variablename): Title, by inserting this – you can assign variables to the actual snippet with {$variablename}. In our case {$msg} was our variable name. You can add more than one variable name by adding more prompt{variablename} : Title and matching it with the codes.</p>
<p align="center"><img class="aligncenter size-full wp-image-355" title="alertbox.png" src="http://www.isgoodstuff.com/wp-content/uploads/2009/02/alertbox.png" alt="alertbox.png" width="392" height="375" /></p>
<p>Once, you save – Aptana will create a reference based on your remark statement and update the Snippet view. Please make sure no space are above the remark statement – else it will not work.</p>
<div style="text-align:left"><a style="text-align:left" href="javascript:toggleStartStop();PicLensLite.start({feedUrl:'http://www.isgoodstuff.com/wp-content/plugins/wp-piclens/mrss.php?id=357'});">Start Slide Show with PicLens Lite <img src="http://www.isgoodstuff.com/wp-content/plugins/wp-piclens/PicLensButton.png" alt="PicLens" width="16" height="12" border="0" align="top"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.isgoodstuff.com/2009/02/21/aptana-ide-tweaks-working-with-snippets/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>History of Search Engine Episode I</title>
		<link>http://www.isgoodstuff.com/2008/06/21/history-of-search-engine-episode-i/</link>
		<comments>http://www.isgoodstuff.com/2008/06/21/history-of-search-engine-episode-i/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 23:56:46 +0000</pubDate>
		<dc:creator>Mr.GoodStuff</dc:creator>
				<category><![CDATA[Articles Submits]]></category>
		<category><![CDATA[Discussion]]></category>

		<guid isPermaLink="false">http://www.isgoodstuff.com/2008/06/21/history-of-search-engine-episode-i/</guid>
		<description><![CDATA[Over the weekends when I in Singapore, I ran across this old comic of Archie and friends. Suddenly, that reminds me of an article I used to read in a magazine regarding history of search engines. You are wondering what I&#8217;m talking about right ? What does Archie Comic got to do with&#160; Search Engine? [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="lightbox" href="http://www.isgoodstuff.com/wp-content/uploads/2008/06/arcfhies-illustration-reduced.jpg"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="379" alt="Arcfhies_illustration_reduced" src="http://www.isgoodstuff.com/wp-content/uploads/2008/06/arcfhies-illustration-reduced-thumb.jpg" width="504" border="0"></a> </p>
<p>Over the weekends when I in Singapore, I ran across this old comic of Archie and friends. Suddenly, that reminds me of an article I used to read in a magazine regarding history of search engines. You are wondering what I&#8217;m talking about right ? What does Archie Comic got to do with&nbsp; Search Engine?</p>
<p><span id="more-77"></span></p>
<p>Well, to tell you the truth&#8230;according to the history of Search Engine. In early 90s when the world wide web is still young at age, FTP is the only means to share files across the net. Then, came along a young programmer called Alan Emtage developed a useful software which compiled site listings of FTPs. Users can type a search term or query to retrieve the list. Guess what he called that software? &#8220;<strong>ARCHIE</strong>&#8221; yup, <strong>Archie was the first search engine</strong> ever created for web.</p>
<p><a rel="lightbox" href="http://www.isgoodstuff.com/wp-content/uploads/2008/06/archie.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="172" alt="archie" src="http://www.isgoodstuff.com/wp-content/uploads/2008/06/archie-thumb.png" width="431" border="0"></a> </p>
<p align="center">Figure 1.1 : Archie Search Engine</p>
<p>In 1993, with Archie growing in fame considerably, the students in University of Nevada developed another engine to search gopher files (an old version of html but only in plain text) &#8211; thus &#8220;<strong>VERONICA</strong>&#8221; was born! </p>
<p><a rel="lightbox" href="http://www.isgoodstuff.com/wp-content/uploads/2008/06/veronica.gif"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="260" alt="veronica" src="http://www.isgoodstuff.com/wp-content/uploads/2008/06/veronica-thumb.gif" width="340" border="0"></a> </p>
<p align="center">Figure 1.2 : Veronica Search Engine</p>
<p>Later on they even created an alternative version to VERONICA which is <strong>JUGHEAD</strong> &#8211; lmao looks like almost the whole ARCHIE and friends are in the web. Hmmm&#8230;what an interesting historical lesson <img src='http://www.isgoodstuff.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div style="text-align:left"><a style="text-align:left" href="javascript:toggleStartStop();PicLensLite.start({feedUrl:'http://www.isgoodstuff.com/wp-content/plugins/wp-piclens/mrss.php?id=77'});">Start Slide Show with PicLens Lite <img src="http://www.isgoodstuff.com/wp-content/plugins/wp-piclens/PicLensButton.png" alt="PicLens" width="16" height="12" border="0" align="top"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.isgoodstuff.com/2008/06/21/history-of-search-engine-episode-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
