<?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>http://funwithtechnology</title>
	<atom:link href="http://funwithtechnology.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://funwithtechnology.wordpress.com</link>
	<description>Snippets of Technology(and other things)</description>
	<lastBuildDate>Thu, 09 Oct 2008 17:35:06 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='funwithtechnology.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/c37c1adc690e1e80883d519af00408a3?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>http://funwithtechnology</title>
		<link>http://funwithtechnology.wordpress.com</link>
	</image>
			<item>
		<title>SIMILE</title>
		<link>http://funwithtechnology.wordpress.com/2008/10/09/simile/</link>
		<comments>http://funwithtechnology.wordpress.com/2008/10/09/simile/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 17:34:08 +0000</pubDate>
		<dc:creator>funwithtechnology</dc:creator>
				<category><![CDATA[Good to know about]]></category>
		<category><![CDATA[simile]]></category>

		<guid isPermaLink="false">http://funwithtechnology.wordpress.com/?p=48</guid>
		<description><![CDATA[SIMILI is a project of MIT where they have been developing various API’s.
Exhibit is one of the API which we use to display complex data and is maintained by Google labs now. Exhibit is a three-tier web application framework written in Javascript, Few hundred records of data we have is shown by just creating a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=funwithtechnology.wordpress.com&blog=3743756&post=48&subd=funwithtechnology&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>SIMILI is a project of MIT where they have been developing various API’s.<br />
Exhibit is one of the API which we use to display complex data and is maintained by Google labs now. Exhibit is a three-tier web application framework written in Javascript, Few hundred records of data we have is shown by just creating a data file and a simple html file which describes how the data should be displayed..Data file is in JSON format and we have converted all the data in access database to JSON format by making some modifications with the existing database.</p>
<p>Basic idea of Exhibit can be found <a href="http://simile.mit.edu/wiki/Exhibit/Getting_Started_Tutorial">here</a></p>
<p>They provide a tool to convert the data from excel to JSON and it can be done by using <a href="http://simile.mit.edu/babel/">babel</a></p>
<p>If you have a huge data and not sure how to organize them, Exhibit would do wonders with those data.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/funwithtechnology.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/funwithtechnology.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/funwithtechnology.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/funwithtechnology.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/funwithtechnology.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/funwithtechnology.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/funwithtechnology.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/funwithtechnology.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/funwithtechnology.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/funwithtechnology.wordpress.com/48/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=funwithtechnology.wordpress.com&blog=3743756&post=48&subd=funwithtechnology&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://funwithtechnology.wordpress.com/2008/10/09/simile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/73d1466a1bba860806bdd82f3da5cf01?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">funwithtechnology</media:title>
		</media:content>
	</item>
		<item>
		<title>Using Ajax Auto-complete extender control</title>
		<link>http://funwithtechnology.wordpress.com/2008/07/21/using-ajax-auto-complete-extender-control/</link>
		<comments>http://funwithtechnology.wordpress.com/2008/07/21/using-ajax-auto-complete-extender-control/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 16:24:53 +0000</pubDate>
		<dc:creator>funwithtechnology</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[ajax autocomplete extender]]></category>
		<category><![CDATA[ajax autosuggest]]></category>
		<category><![CDATA[autocomplete textbox]]></category>

		<guid isPermaLink="false">http://funwithtechnology.wordpress.com/?p=33</guid>
		<description><![CDATA[Now its easy to use auto-complete or auto-suggest text box in your asp.net project or website. It&#8217;s quite simple. Follow the steps carefully.
Step 1: Open visual studio
Step 2: Select a ajax enabled webapplication or ajax enabled website
Step 3: In the design view of default.aspx page, make sure script manager is in the page and if [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=funwithtechnology.wordpress.com&blog=3743756&post=33&subd=funwithtechnology&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Now its easy to use auto-complete or auto-suggest text box in your asp.net project or website. It&#8217;s quite simple. Follow the steps carefully.</p>
<p>Step 1: Open visual studio</p>
<p>Step 2: Select a ajax enabled webapplication or ajax enabled website</p>
<p>Step 3: In the design view of default.aspx page, make sure script manager is in the page and if not add a script manager from the ajax tool controls</p>
<p>Step 4: Drag and drop the textbox and autocomplete extender control and rename textbox  as mytextbox.</p>
<p><a href="http://funwithtechnology.files.wordpress.com/2008/07/autocomplete.jpg"><img class="aligncenter size-medium wp-image-36" src="http://funwithtechnology.files.wordpress.com/2008/07/autocomplete.jpg?w=300&#038;h=213" alt="" width="300" height="213" /></a></p>
<p>Step 5: Copy the access database you want to use to app_data folder of the website</p>
<p>Step 6: Right click on the app_data folder and then add existing item and add the mdb file and you can see the database appear in the application folder.Right click on the project-&gt;Add new item -&gt;add a webservice and rename it as autocomplete.asmx.<br />
( In case this is the first time you are creating a webservice you may get a prompt asking if you need to put the code in a separate class file. Select Yes )</p>
<p>Step 7: Now paste the code in autocomplete.cs file under the app_code folder. Change the query string and other credentials as applicable to your project</p>
<p><code>using System;<br />
using System.Collections.Generic;<br />
using System.Web.Services;<br />
using System.Data;<br />
using System.Data.OleDb;<br />
[WebService(Namespace = "http://tempuri.org/")]<br />
[WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]<br />
[System.Web.Script.Services.ScriptService]<br />
public class AutoComplete : WebService<br />
{<br />
[WebMethod]<br />
public string[] GetCompletionList(string prefixText,int count, string contextKey)<br />
{<br />
count = 10;<br />
string querystring;<br />
OleDbConnection aConnection = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:/Documents and Settings/user/My Documents/Visual Studio 2008/Projects/WebApplication1/WebApplication1/App_Data/data.mdb");<br />
querystring = "select distinct student_name from student_query where course_name like @prefixText";<br />
OleDbDataAdapter da = new OleDbDataAdapter(querystring, aConnection);<br />
da.SelectCommand.Parameters.Add("@prefixtext", OleDbType.VarChar, 50).Value = prefixText + "%";<br />
DataTable dt = new DataTable();<br />
da.Fill(dt);<br />
string[] items = new string[dt.Rows.Count];<br />
int i = 0;<br />
foreach (DataRow dr in dt.Rows)<br />
{<br />
items.SetValue(dr[0].ToString(), i);<br />
i++;<br />
}<br />
return items;<br />
}<br />
}<br />
</code></p>
<p>Step 8: In the default.aspx page make the following changes<br />
For the autocomplete extender include the following properties</p>
<p><code>TargetControlID="myTextBox" ServicePath="AutoComplete.asmx" ServiceMethod="getCompletionlist" MinimumPrefixLength="1" UseContextKey="true" ContextKey="course"&gt;</code></p>
<p>Step 9 : Now if you run the project you should be able to see the suggestions for a particular letter depending on the words in your database.</p>
<p><em>Tips: If you have done all the above steps are still you are not able to find what is wrong with your project , there should be something wrong with your config file.<br />
You don’t have to give up. Follow these steps now,<br />
Go to this <a href="http://www.asp.net/learn/ajax-videos/video-122.aspx">page </a><br />
Watch the video if you are new and then download the c# code from there. Make necessary modification according to your project as you already have the webservice code to connect to access database. With little modification of the query strings you can use SQL datasource too.</em></p>
<p>Comments are welcome. Please let me know if this works for you.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/funwithtechnology.wordpress.com/33/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/funwithtechnology.wordpress.com/33/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/funwithtechnology.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/funwithtechnology.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/funwithtechnology.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/funwithtechnology.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/funwithtechnology.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/funwithtechnology.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/funwithtechnology.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/funwithtechnology.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/funwithtechnology.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/funwithtechnology.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=funwithtechnology.wordpress.com&blog=3743756&post=33&subd=funwithtechnology&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://funwithtechnology.wordpress.com/2008/07/21/using-ajax-auto-complete-extender-control/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/73d1466a1bba860806bdd82f3da5cf01?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">funwithtechnology</media:title>
		</media:content>

		<media:content url="http://funwithtechnology.files.wordpress.com/2008/07/autocomplete.jpg?w=300" medium="image" />
	</item>
		<item>
		<title>Add Ajax to your ASP.Net Project</title>
		<link>http://funwithtechnology.wordpress.com/2008/07/15/add-ajax-to-your-aspnet-project/</link>
		<comments>http://funwithtechnology.wordpress.com/2008/07/15/add-ajax-to-your-aspnet-project/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 16:13:09 +0000</pubDate>
		<dc:creator>funwithtechnology</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[install ajax controls in asp.net]]></category>
		<category><![CDATA[Using Ajax in Visual Studio]]></category>
		<category><![CDATA[using ajax with asp.net]]></category>

		<guid isPermaLink="false">http://funwithtechnology.wordpress.com/?p=15</guid>
		<description><![CDATA[There are lots of ajax libraries which can be used to implement ajax in any website or any web project. Anthem.net is a famous opensource Ajax library which can be used to implement ajax functionalities to an ajax enabled website.
Visual Studio 2008 provides in build libraries for Ajax support.  Ajax control toolkit has to be [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=funwithtechnology.wordpress.com&blog=3743756&post=15&subd=funwithtechnology&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p class="MsoNormal">There are lots of ajax libraries which can be used to implement ajax in any website or any web project. <a href="http://anthemdotnet.com/">Anthem.net</a> is a famous opensource Ajax library which can be used to implement ajax functionalities to an ajax enabled website.</p>
<p class="MsoNormal">Visual Studio 2008 provides in build libraries for Ajax support.  Ajax control toolkit has to be downloaded and installed in the case of VS2005 and VS2008 bypass this step.</p>
<p class="MsoNormal">Various sample functions of Ajax can be found <a href="http://www.asp.net/ajax/ajaxcontroltoolkit/samples/">here</a> to take a look before starting with the actual coding.</p>
<p><a href="http://www.codeplex.com/AjaxControlToolkit/Release/ProjectReleases.aspx?ReleaseId=11121">Download</a> Ajax control toolkit. (AjaxControlToolkit-NoSource.zip would be fine if you are just going to use and Ajax controls)</p>
<p>Once it has been installed properly you would be able to see ASP.Net Ajax-Enabled Web Application in the New project menu.</p>
<p><a href="http://funwithtechnology.files.wordpress.com/2008/07/ajax1.jpg"><img class="aligncenter size-medium wp-image-21" src="http://funwithtechnology.files.wordpress.com/2008/07/ajax1.jpg?w=300&#038;h=217" alt="" width="300" height="217" /></a><br />
<a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=ca9d90fa-e8c9-42e3-aa19-08e2c027f5d6&amp;displaylang=en">Download</a> ASP.Net Ajax Extensions for using the Ajax controls to your project.</p>
<p>Ajax Extensions can be installed with the help of this <a href="http://www.asp.net/learn/ajax-videos/video-75.aspx">video </a>and after installing you should be able to see the tools in your IDE.</p>
<p><a href="http://funwithtechnology.files.wordpress.com/2008/07/ajaxcontrols.jpg"><img class="aligncenter size-medium wp-image-21" src="http://funwithtechnology.files.wordpress.com/2008/07/ajaxcontrols.jpg?w=157&#038;h=113" alt="" width="157" height="113" /></a></p>
<p>Let me explain the steps to connect an Ajax Autocomplete extender control with an access database in the later post. This can be done by writing a webservice to connect to the database.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/funwithtechnology.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/funwithtechnology.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/funwithtechnology.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/funwithtechnology.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/funwithtechnology.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/funwithtechnology.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/funwithtechnology.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/funwithtechnology.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/funwithtechnology.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/funwithtechnology.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/funwithtechnology.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/funwithtechnology.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=funwithtechnology.wordpress.com&blog=3743756&post=15&subd=funwithtechnology&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://funwithtechnology.wordpress.com/2008/07/15/add-ajax-to-your-aspnet-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/73d1466a1bba860806bdd82f3da5cf01?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">funwithtechnology</media:title>
		</media:content>

		<media:content url="http://funwithtechnology.files.wordpress.com/2008/07/ajax1.jpg?w=300" medium="image" />

		<media:content url="http://funwithtechnology.files.wordpress.com/2008/07/ajaxcontrols.jpg?w=300" medium="image" />
	</item>
		<item>
		<title>WebTop &#8211; A useful Tool for Internet users</title>
		<link>http://funwithtechnology.wordpress.com/2008/07/05/webtop-a-useful-tool-for-internet-users/</link>
		<comments>http://funwithtechnology.wordpress.com/2008/07/05/webtop-a-useful-tool-for-internet-users/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 17:46:55 +0000</pubDate>
		<dc:creator>funwithtechnology</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://funwithtechnology.wordpress.com/?p=13</guid>
		<description><![CDATA[I have always imagined how it would be taking my own desktop computer wherever I go in the world, whosoever computer I use, with the features of sharing files, pictures, videos and data with my buddies without sending them an E-mail or a link to view my pictures and videos.
Sounds Weired right ?
Yah, it is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=funwithtechnology.wordpress.com&blog=3743756&post=13&subd=funwithtechnology&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I have always imagined how it would be taking my own desktop computer wherever I go in the world, whosoever computer I use, with the features of sharing files, pictures, videos and data with my buddies without sending them an E-mail or a link to view my pictures and videos.</p>
<p>Sounds Weired right ?</p>
<p>Yah, it is possible now with <a href="http://www.jooce.com">Jooce</a>. Its a flash based webOS/Webtop.</p>
<p><a href="http://www.jooce.com"><img class="aligncenter size-medium wp-image-14" src="http://funwithtechnology.files.wordpress.com/2008/07/jooce.jpg?w=300&#038;h=132" alt="" width="300" height="132" /></a></p>
<p>Jooce says that it targets people who are using different computers from time to time providing them features like</p>
<ul>
<li>Sharing files, photos, videos and documents.</li>
<li>Playing videos right there.</li>
<li>Chat with friends with Yahoo, Aim, MSN and icq</li>
</ul>
<p>Sounds interesting right?</p>
<p>There are couple of similar services provided by <a href="http://www.startforce.com/OS/">Startforce</a> which aims at different customer market towards enterprises with data security and remote connectivity.</p>
<p><a href="http://g.ho.st/">G.ho.st</a> is one more free webbased virtual computer which you can take a look at.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/funwithtechnology.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/funwithtechnology.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/funwithtechnology.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/funwithtechnology.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/funwithtechnology.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/funwithtechnology.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/funwithtechnology.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/funwithtechnology.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/funwithtechnology.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/funwithtechnology.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/funwithtechnology.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/funwithtechnology.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=funwithtechnology.wordpress.com&blog=3743756&post=13&subd=funwithtechnology&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://funwithtechnology.wordpress.com/2008/07/05/webtop-a-useful-tool-for-internet-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/73d1466a1bba860806bdd82f3da5cf01?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">funwithtechnology</media:title>
		</media:content>

		<media:content url="http://funwithtechnology.files.wordpress.com/2008/07/jooce.jpg?w=300" medium="image" />
	</item>
		<item>
		<title>Get your custom Flash Menu</title>
		<link>http://funwithtechnology.wordpress.com/2008/06/19/flash-menu/</link>
		<comments>http://funwithtechnology.wordpress.com/2008/06/19/flash-menu/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 17:48:08 +0000</pubDate>
		<dc:creator>funwithtechnology</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://funwithtechnology.wordpress.com/?p=12</guid>
		<description><![CDATA[It&#8217;s quite simple to create a flash menu even if you don&#8217;t know xml and actionscript. There are lots of tutorials available in internet.
Ok !  you need it still simple to get it done?
Download sample flash menu from here.  Make changes in the xml file to get you own flash menu for you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=funwithtechnology.wordpress.com&blog=3743756&post=12&subd=funwithtechnology&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>It&#8217;s quite simple to create a flash menu even if you don&#8217;t know xml and actionscript. There are lots of tutorials available in internet.</p>
<p>Ok !  you need it still simple to get it done?</p>
<p>Download sample flash menu from<a href="http://www.annesoft.com/Chameleon_menu-s-47680.html" target="_self"> here</a>.  Make changes in the xml file to get you own flash menu for you website.</p>
<p>Choose just your colors and labels . You are all set.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/funwithtechnology.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/funwithtechnology.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/funwithtechnology.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/funwithtechnology.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/funwithtechnology.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/funwithtechnology.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/funwithtechnology.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/funwithtechnology.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/funwithtechnology.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/funwithtechnology.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/funwithtechnology.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/funwithtechnology.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=funwithtechnology.wordpress.com&blog=3743756&post=12&subd=funwithtechnology&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://funwithtechnology.wordpress.com/2008/06/19/flash-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/73d1466a1bba860806bdd82f3da5cf01?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">funwithtechnology</media:title>
		</media:content>
	</item>
		<item>
		<title>Firefox Add-Ons for Web Developers</title>
		<link>http://funwithtechnology.wordpress.com/2008/05/31/firefox-add-ons-for-web-developers/</link>
		<comments>http://funwithtechnology.wordpress.com/2008/05/31/firefox-add-ons-for-web-developers/#comments</comments>
		<pubDate>Sat, 31 May 2008 19:43:47 +0000</pubDate>
		<dc:creator>funwithtechnology</dc:creator>
				<category><![CDATA[Useful tools]]></category>
		<category><![CDATA[add-ons]]></category>

		<guid isPermaLink="false">http://funwithtechnology.wordpress.com/?p=11</guid>
		<description><![CDATA[Working with web became quite simple with some of the add-ons which can be used in Firefox. I personally prefer to use firefox than other web browsers.
These are some of the Firefox Add-Ons which I found to be very interesting and believe me it saves time.

Font-Finder
Firebug
Link Checker
View Formatted Source

       [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=funwithtechnology.wordpress.com&blog=3743756&post=11&subd=funwithtechnology&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Working with web became quite simple with some of the add-ons which can be used in Firefox. I personally prefer to use firefox than other web browsers.</p>
<p>These are some of the Firefox Add-Ons which I found to be very interesting and believe me it saves time.</p>
<ul>
<li><a href="https://addons.mozilla.org/en-US/firefox/search?q=font+finder&amp;cat=all">Font-Finder</a></li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/1843">Firebug</a></li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/532">Link Checker</a></li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/697">View Formatted Source</a></li>
</ul>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/funwithtechnology.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/funwithtechnology.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/funwithtechnology.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/funwithtechnology.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/funwithtechnology.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/funwithtechnology.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/funwithtechnology.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/funwithtechnology.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/funwithtechnology.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/funwithtechnology.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/funwithtechnology.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/funwithtechnology.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=funwithtechnology.wordpress.com&blog=3743756&post=11&subd=funwithtechnology&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://funwithtechnology.wordpress.com/2008/05/31/firefox-add-ons-for-web-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/73d1466a1bba860806bdd82f3da5cf01?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">funwithtechnology</media:title>
		</media:content>
	</item>
		<item>
		<title>CSS Menu</title>
		<link>http://funwithtechnology.wordpress.com/2008/05/31/css-menu/</link>
		<comments>http://funwithtechnology.wordpress.com/2008/05/31/css-menu/#comments</comments>
		<pubDate>Sat, 31 May 2008 19:25:36 +0000</pubDate>
		<dc:creator>funwithtechnology</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://funwithtechnology.wordpress.com/?p=10</guid>
		<description><![CDATA[Are you too not an expert in CSS and still want to create a good looking menu for you webpage?
There are lots of CSS codes available. I tried couple of CSS menu generators to create a menu for a website I was working with, but was not impressed with sample codes. At last I was [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=funwithtechnology.wordpress.com&blog=3743756&post=10&subd=funwithtechnology&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Are you too not an expert in CSS and still want to create a good looking menu for you webpage?</p>
<p>There are lots of CSS codes available. I tried couple of CSS menu generators to create a menu for a website I was working with, but was not impressed with sample codes. At last I was lucky to get a  <a href="http://downloads.zdnet.co.uk/0,1000000376,39375449s,00.htm?dl=1">CSS Menu generator</a> which helped me to create horizontal, vertical, combo-box and pull-down menu&#8217;s.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/funwithtechnology.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/funwithtechnology.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/funwithtechnology.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/funwithtechnology.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/funwithtechnology.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/funwithtechnology.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/funwithtechnology.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/funwithtechnology.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/funwithtechnology.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/funwithtechnology.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/funwithtechnology.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/funwithtechnology.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=funwithtechnology.wordpress.com&blog=3743756&post=10&subd=funwithtechnology&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://funwithtechnology.wordpress.com/2008/05/31/css-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/73d1466a1bba860806bdd82f3da5cf01?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">funwithtechnology</media:title>
		</media:content>
	</item>
		<item>
		<title>Mash-up</title>
		<link>http://funwithtechnology.wordpress.com/2008/05/31/mash-up/</link>
		<comments>http://funwithtechnology.wordpress.com/2008/05/31/mash-up/#comments</comments>
		<pubDate>Sat, 31 May 2008 19:03:22 +0000</pubDate>
		<dc:creator>funwithtechnology</dc:creator>
				<category><![CDATA[Feeds]]></category>
		<category><![CDATA[combine feeds]]></category>
		<category><![CDATA[pipes]]></category>

		<guid isPermaLink="false">http://funwithtechnology.wordpress.com/?p=9</guid>
		<description><![CDATA[Now its time to mash-up.
Yah , Yahoo pipes is quite interesting to people who like to play with mash-up contents from the web.
I was really amazed to look at the power of this tool. Yahoo provides a cool interface where you can create your own pipe ( that what yahoo name it) that would be [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=funwithtechnology.wordpress.com&blog=3743756&post=9&subd=funwithtechnology&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Now its time to mash-up.</p>
<p>Yah , <a href="http://pipes.yahoo.com/pipes/">Yahoo pipes</a> is quite interesting to people who like to play with mash-up contents from the web.</p>
<p class="MsoNormal">I was really amazed to look at the power of this tool. Yahoo provides a cool interface where you can create your own pipe ( that what yahoo name it) that would be able to create your own feed from the combination of feeds you are interested in.</p>
<p class="MsoNormal">In case if you frequently visit couple of news feeds, you can create your own<span> </span>pipe which combines the updates of all the feeds and then even you would be able to provide functionality to list only the news you need ( Lets say you like to see only cricket news, you will be able to get only the updates about cricket from all the feeds by filter options. Or if you are looking for a best deal of a particular product, create a feed and keep track of it)</p>
<p class="MsoNormal">There are lot more you can play with pipes.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/funwithtechnology.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/funwithtechnology.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/funwithtechnology.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/funwithtechnology.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/funwithtechnology.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/funwithtechnology.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/funwithtechnology.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/funwithtechnology.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/funwithtechnology.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/funwithtechnology.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/funwithtechnology.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/funwithtechnology.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=funwithtechnology.wordpress.com&blog=3743756&post=9&subd=funwithtechnology&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://funwithtechnology.wordpress.com/2008/05/31/mash-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/73d1466a1bba860806bdd82f3da5cf01?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">funwithtechnology</media:title>
		</media:content>
	</item>
		<item>
		<title>RSS Feeds</title>
		<link>http://funwithtechnology.wordpress.com/2008/05/31/rss-feeds/</link>
		<comments>http://funwithtechnology.wordpress.com/2008/05/31/rss-feeds/#comments</comments>
		<pubDate>Sat, 31 May 2008 18:42:12 +0000</pubDate>
		<dc:creator>funwithtechnology</dc:creator>
				<category><![CDATA[Feeds]]></category>

		<guid isPermaLink="false">http://funwithtechnology.wordpress.com/?p=8</guid>
		<description><![CDATA[Have you even wondered how to organize your feeds. Or do you need to create a RSS feed for a webpage of your particular interest. Feedity would be useful to create rss feed even if the website doesn&#8217;t provide feeds.
Now its quite simple to create your own feeds.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=funwithtechnology.wordpress.com&blog=3743756&post=8&subd=funwithtechnology&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Have you even wondered how to organize your feeds. Or do you need to create a RSS feed for a webpage of your particular interest. <a href="http://feedity.com/">Feedity</a> would be useful to create rss feed even if the website doesn&#8217;t provide feeds.</p>
<p>Now its quite simple to create your own feeds.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/funwithtechnology.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/funwithtechnology.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/funwithtechnology.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/funwithtechnology.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/funwithtechnology.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/funwithtechnology.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/funwithtechnology.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/funwithtechnology.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/funwithtechnology.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/funwithtechnology.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/funwithtechnology.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/funwithtechnology.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=funwithtechnology.wordpress.com&blog=3743756&post=8&subd=funwithtechnology&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://funwithtechnology.wordpress.com/2008/05/31/rss-feeds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/73d1466a1bba860806bdd82f3da5cf01?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">funwithtechnology</media:title>
		</media:content>
	</item>
		<item>
		<title>Laptop doesn&#8217;t boot?</title>
		<link>http://funwithtechnology.wordpress.com/2008/05/18/what-to-do-if-laptop-doesnt-boot/</link>
		<comments>http://funwithtechnology.wordpress.com/2008/05/18/what-to-do-if-laptop-doesnt-boot/#comments</comments>
		<pubDate>Sun, 18 May 2008 00:01:53 +0000</pubDate>
		<dc:creator>funwithtechnology</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[laptop crash]]></category>
		<category><![CDATA[Troubleshoot]]></category>
		<category><![CDATA[windows crashed]]></category>

		<guid isPermaLink="false">http://funwithtechnology.wordpress.com/?p=7</guid>
		<description><![CDATA[Everyone knows that its very important to take backup of valuable data, coz we never know when our computer in going to hate us. 
May be one day we switch ON our laptop and see that it doesn&#8217;t boot [ Oh my God ! you should have not did this to me atleast today. Today is the last day to submit my semester project ]  
Ya, may happen to any one [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=funwithtechnology.wordpress.com&blog=3743756&post=7&subd=funwithtechnology&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Everyone knows that its very important to take backup of valuable data, coz we never know when our computer in going to hate us. </p>
<p>May be one day we switch ON our laptop and see that it doesn&#8217;t boot [ Oh my God ! you should have not did this to me atleast today. Today is the last day to submit my semester project ]  </p>
<p>Ya, may happen to any one of us only at wrong times. Ok. Don&#8217;t Panic.</p>
<p>Just try to do the below steps. I tried to do this when one of my friend&#8217;s Windows crashed just on the final day of submissions. And I was able to get his files from it safely transferred to a USB device.</p>
<p>I came across KNOPPIX from one of the <a href="http://www.shockfamily.net/cedric/knoppix/">site</a> where there were detailed step by step instructions :  KNOPPIX is a bootable Live system on CD or DVD.</p>
<p><img style="vertical-align:middle;" src="http://www.myspacerev.com/uploads3/1QybpkqACR.gif" alt="" width="324" height="191" /></p>
<p>Step 1 : <a href="http://www.knopper.net/knoppix-mirrors/index-en.html">Download</a> Knoppix from any of the mirrors</p>
<p>Step 2: Write it in a CD/DVD</p>
<p>Step 3: Make sure CD drive is selected as first boot device. This can be done by entering into setup by pressing F1,F8 or some function button</p>
<p>Step 4: Sit back and relax untill the CD loads LINUX on your system.</p>
<p>Step 5: Hurray ! I got my files back.</p>
<p> Picture source : <a href="http://www.knopper.net/knoppix/index-en.html">Knopper</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/funwithtechnology.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/funwithtechnology.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/funwithtechnology.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/funwithtechnology.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/funwithtechnology.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/funwithtechnology.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/funwithtechnology.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/funwithtechnology.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/funwithtechnology.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/funwithtechnology.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/funwithtechnology.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/funwithtechnology.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=funwithtechnology.wordpress.com&blog=3743756&post=7&subd=funwithtechnology&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://funwithtechnology.wordpress.com/2008/05/18/what-to-do-if-laptop-doesnt-boot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/73d1466a1bba860806bdd82f3da5cf01?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">funwithtechnology</media:title>
		</media:content>

		<media:content url="http://www.myspacerev.com/uploads3/1QybpkqACR.gif" medium="image" />
	</item>
	</channel>
</rss>