<?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>QBurst - Blog &#187; Web</title>
	<atom:link href="http://www.qburst.com/blog/tag/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.qburst.com/blog</link>
	<description></description>
	<lastBuildDate>Fri, 18 May 2012 04:31:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Video and the Web &#8211; 2</title>
		<link>http://www.qburst.com/blog/2009/10/video-and-the-web-2/</link>
		<comments>http://www.qburst.com/blog/2009/10/video-and-the-web-2/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 10:00:25 +0000</pubDate>
		<dc:creator>Godfrey Wilson</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Career]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Downloading]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[Protocol]]></category>
		<category><![CDATA[Streaming]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://www.qburst.com/blog/?p=601</guid>
		<description><![CDATA[<p>In my previous article, we discussed all the video formats that are predominantly used in web. Here, we are going to see how these different formats are effectively delivered in the web. There are three methods that genuine developers have used so far to bring video into web. Let&#8217;s list them chronologically and get to know them in simple terms.</p>
<ul class="unIndentedList">
<li> <strong>Downloading</strong></li>
</ul>
<p>This traditional method is the one in which the user will have to wait for the file to download in his local machine and then play the file in a player. The user will not be able to view the video...</p>]]></description>
			<content:encoded><![CDATA[<p>In my previous article, we discussed all the video formats that are predominantly used in web. Here, we are going to see how these different formats are effectively delivered in the web. There are three methods that genuine developers have used so far to bring video into web. Let&#8217;s list them chronologically and get to know them in simple terms.</p>
<ul class="unIndentedList">
<li> <strong>Downloading</strong></li>
</ul>
<p>This traditional method is the one in which the user will have to wait for the file to download in his local machine and then play the file in a player. The user will not be able to view the video unless the file is downloaded completely. He must also choose the right player to play the file. Right player, in the sense: the one which understands the codec used by the video file.</p>
<p>Accomplishing this method in a webpage is pretty simple for a developer. He has to upload the file in the web server and provide a link to the file in the webpage. An alternate method is to embed the file in the webpage with a player using a HTML code. When the user clicks the link, the download begins. This method is commonly referred to as HTTP Streaming. This method is still used by a number of sites. And yes the point is it does not cause any trouble if the site traffic is low. One notable inability of this traditional method is that no live streaming can be done since there can never be a complete file during live transmission.</p>
<ul class="unIndentedList">
<li> <strong>Streaming</strong></li>
</ul>
<p>In the case of a streamed video, the file is sent to the end user in a continuous stream which allows him to watch the video as and when it reaches the local system. Streaming has gained so much popularity with live telecasts. When you browse through the web you will find podcasts and webcasts delivering video. Both of these use streaming method to deliver video. A webcast is mostly a single file that is played live or on demand whereas a podcast comes as a series and is delivered on demand. Another widely used streamed application in countries like US and UK is the internet television. Let&#8217;s break down streaming and get into the next level.</p>
<p>o   Progressive streaming</p>
<p>o   True streaming</p>
<p>Progressive streaming is used for on demand videos. If the video is delivered progressively, then the video file gets saved in the local system and plays from the local. Once the video is done playing, it will still be available for replay. This is not the case with true streaming which plays the file without saving it in the local. So once the player has completed playing once, it will not be further available for replay. A perfect example would be a live match that is telecasted through the internet.</p>
<p>Streaming is complex which could be understood only when tried. Protocol selection is one which could add to the complexity. Unicast protocols may be a feasible one for modest websites but more number of concurrent users could upset the system unless there is sufficient storage provided. Multicast protocols compel to forgo on demand function which might not be possible for all. UDP (datagram) may not be efficient as the others.</p>
<p>The data (video files) may be stored in-house or outsourced. Most of the companies outsource the complete process in order to avoid complexities. A few major products available to service video on web are FMS (Flash Media Server), Wowza, QTSS (Quick Time Streaming Server). This is another area which I will cover in my next article. Now we&#8217;ll move on to the next method.</p>
<ul class="unIndentedList">
<li> <strong>Progressive Downloading</strong></li>
</ul>
<p>The method of progressive download is similar to Streaming. However, this method uses a HTTP protocol. Also there is difference in how data is interpreted at the user&#8217;s end. YouTube.com uses progressive download for its video service. Gaining access to the video is also simple as the file is mostly saved in the temp folder. The file could be stolen by anyone and this has given rise to piracy and security problems. In the streaming method, a similar situation will not arise because at no time will the entire file be downloaded locally.</p>
<p>I hope to have put these video concepts in simple terms. Do contact <a href="mailto: godfrey@qburst.com">me</a> if you like to know more about video on web.</p>
<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=QBurst+-+Blog&link=http%3A%2F%2Fwww.qburst.com%2Fblog%2F2009%2F10%2Fvideo-and-the-web-2%2F&title=Video+and+the+Web+-+2&desc=In+my+previous+article%2C+we+discussed+all+the+video+formats+that+are+predominantly+used+in+web.+Here%2C+we+are+going+to+see+how+these+different+formats+are+effectively+delivered+in+the+web.+There+are+three+methods+that+genuine+developers+have+used+so+far+to+bring+video+into+web.+Let%27s+list+them&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=&twrelated1=&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=1&buzzlang=en&buzzctr=1&diggbutton=0&diggctr=0&stblbutton=1&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>]]></content:encoded>
			<wfw:commentRss>http://www.qburst.com/blog/2009/10/video-and-the-web-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video and the Web</title>
		<link>http://www.qburst.com/blog/2009/09/video-and-the-web/</link>
		<comments>http://www.qburst.com/blog/2009/09/video-and-the-web/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 04:29:21 +0000</pubDate>
		<dc:creator>Godfrey Wilson</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[ASF]]></category>
		<category><![CDATA[AT&T]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[MPEG]]></category>
		<category><![CDATA[Quick Time]]></category>
		<category><![CDATA[Real Media]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[WMV]]></category>

		<guid isPermaLink="false">http://www.qburst.com/blog/?p=530</guid>
		<description><![CDATA[<p>With the increasing number of video formats, the complexity in identifying the best format has also increased.  Compatibility, size, quality and affordability together determine the format that best suits for any requirement in the web.</p>
<p>A video format used in the web should be compatible with major browsers and Operating Systems. Major browsers include Internet Explorer, Mozilla Firefox, Opera, Google Chrome and Safari. Major Operating Systems include Windows, Macintosh, and Linux. When it comes to size, the smaller, the better. And when it comes to quality, the higher, the better. The cost factor also plays an important role. I have summarized...</p>]]></description>
			<content:encoded><![CDATA[<p>With the increasing number of video formats, the complexity in identifying the best format has also increased.  Compatibility, size, quality and affordability together determine the format that best suits for any requirement in the web.</p>
<p>A video format used in the web should be compatible with major browsers and Operating Systems. Major browsers include Internet Explorer, Mozilla Firefox, Opera, Google Chrome and Safari. Major Operating Systems include Windows, Macintosh, and Linux. When it comes to size, the smaller, the better. And when it comes to quality, the higher, the better. The cost factor also plays an important role. I have summarized below, few recognized and used formats in the web with their pros and cons. Proper analysis of our requirement with the capability of the video format will help us to identify the best format for the requirement. These formats are developed and backed up by giants who continuously update and keep them to standards.</p>
<ul class="unIndentedList">
<li> WMV:</li>
</ul>
<p>Windows Media Video (wmv) is developed and controlled by Microsoft. The video file is based on Microsoft Advanced Systems Format (ASF) container format and is compressed with Windows Media compression. The quality of the video is good and the file is also of low size. One major drawback is that the file runs only on Windows. Neither does it support Flash nor Synchronized Multimedia Integration Language (SMIL) standard.</p>
<ul class="unIndentedList">
<li> Quick Time:</li>
</ul>
<p>Quick time (.mov) is developed by Apple Inc. The latest released version is 10.0. QuickTime is particularly suited for editing. It contains one or more tracks, each of which contains abstract data references for the media data. QuickTime also supports key standards for web streaming, including HTTP, RTP, and RTSP. Also, QuickTime supports every major file format for images, including JPEG, BMP, PICT, PNG, and GIF. QuickTime also features built-in support for digital video, including MiniDV, DVCPro, and DVCam camcorder formats, as well as support for AVI, AVR, MPEG-1, and OpenDML.</p>
<ul class="unIndentedList">
<li> Real Media:</li>
</ul>
<p>Real media was the first streaming technology on the market. However, Real media still trails Flash when it comes to smooth playback of high-impact interactive multimedia. Web developers have begun to use the Real System G2 and SMIL to stream synchronized multimedia presentations over the Web. This in turn is promoting a wider usage of real media by the developers in the web.</p>
<ul class="unIndentedList">
<li> Macromedia Flash:</li>
</ul>
<p>Flash is often referred to as the best solution to web media. However, its unfriendliness with search engines has always left it behind. Flash generates high-impact web multimedia with short sound effects and loops. Formerly called as Future Splash, the Flash company was later acquired by Macromedia in 1997. With Flash, users can also draw their own animations or import other vector-based images.</p>
<ul class="unIndentedList">
<li> MPEG-4:</li>
</ul>
<p>Developed in 1998, MPEG-4 was specially designed to play streaming media file with high quality in the web. MPEG stands for Moving Picture Experts Group and is managed by ISO (International Organization for Standardization). MPEG-4 is a proprietary technology; it requires licensing in order to be used. AT&amp;T claims to have the patent rights for MPEG. But Apple and a number of other video content providers are continuously working on MPEG along with their technologies.</p>
<p>Stay tuned for my next blog in which, I plan to explain the different methods that are available to deliver these formats on the web.</p>
<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=QBurst+-+Blog&link=http%3A%2F%2Fwww.qburst.com%2Fblog%2F2009%2F09%2Fvideo-and-the-web%2F&title=Video+and+the+Web&desc=With+the+increasing+number+of+video+formats%2C+the+complexity+in+identifying+the+best+format+has+also+increased.%C2%A0+Compatibility%2C+size%2C+quality+and+affordability+together+determine+the+format+that+best+suits+for+any+requirement+in+the+web.+A+video+format+used+in+the+web+should+be+compatible+with+major&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=&twrelated1=&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=1&buzzlang=en&buzzctr=1&diggbutton=0&diggctr=0&stblbutton=1&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>]]></content:encoded>
			<wfw:commentRss>http://www.qburst.com/blog/2009/09/video-and-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Future is Web</title>
		<link>http://www.qburst.com/blog/2009/08/future-is-web/</link>
		<comments>http://www.qburst.com/blog/2009/08/future-is-web/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 06:25:45 +0000</pubDate>
		<dc:creator>Srijith Vijayamohanan</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Career]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[eyeos]]></category>
		<category><![CDATA[os]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://www.qburst.com/blog/?p=444</guid>
		<description><![CDATA[<p>“<strong>Future is Web</strong>” is a phrase we have been hearing for a few years now. And the latest talk on web is the web OS! But on second thoughts, does the web have enough power to replace the feature and flexibility that an OS provides? To mimic the operations of an operating system, we have Java, Flash, Silverlight and similar things. None of these are capable of doing some of the basic features that an OS provides. The basic functionalities that an OS requires like memory and process management, are alien to web applications. The delay in I/O is another...</p>]]></description>
			<content:encoded><![CDATA[<p>“<strong>Future is Web</strong>” is a phrase we have been hearing for a few years now. And the latest talk on web is the web OS! But on second thoughts, does the web have enough power to replace the feature and flexibility that an OS provides? To mimic the operations of an operating system, we have Java, Flash, Silverlight and similar things. None of these are capable of doing some of the basic features that an OS provides. The basic functionalities that an OS requires like memory and process management, are alien to web applications. The delay in I/O is another key factor which restricts the further development of a web OS. So a pure web OS is a distant future.</p>
<p>The giant has already made promises of a pure web based OS. Yes, I am talking about <a title="Watch out for Google Chrome OS" href="http://www.qburst.com/blog/watch-out-for-google-chrome-os"><strong>Google Chrome OS</strong></a> which is in development now. By studying the latest products from Google, it won’t be anything bigger than an Android in better shape. Android which is a purely web oriented OS for mobile phones may be tweaked to an extent where it can be used in low power portable computers, or precisely – <strong><a title="Netbooks" href="http://www.qburst.com/blog/netbook-vs-notebook">Netbooks</a></strong>. But the key point to be noted here is that, Chrome will be a web ‘based’ OS, not an OS in the web. So what will be a pure web OS? And why should one need it?</p>
<p>Mobility is the first advantage of having a pure web OS. Resource sharing and low cost end user hardware is another one. Consider having an entire OS in web, which will handle all the heavy tasks for you and all you need is a cheap, low end, web enabled notebook or netbook which is powerful enough to just run a browser. In short, you can encode an HD video even with a mobile phone! Interesting, isn’t it? Of course it is but the concept is very old and yet to become a reality. A few attempts have been made towards this end and the result was web applications like Google docs and Adobe’s online Photoshop. The interoperability of these online applications is essential for a web OS. No one will like to process a file in one application, download it and upload it to another application. It will be a fair job if these applications can send files/data to each other. It will be much better if both applications have access to a common online storage just like we have hard disks in our PC. And finally, it has to be free and open source! Before someone creates a perfect web OS, let’s take a look at something close to it. The <strong>eyeOS</strong> – an OS in a browser window, which is the Project of the Month in Sourceforge.</p>
<p>eyeOS is an attempt towards the perfect Web OS. “Open Source Cloud Desktop” is what they call it. You will have all your essential applications, a storage system and a desktop to integrate it all. eyeOS  doesn’t look like a web page even though it’s inside the browser window. eyeOS package can be installed in your own server and you can allow other users to sign up and use it. The process is straightforward and simple as installing a WordPress blog. The wizard driven installation won’t take much time and soon you will be provided with a login window as in normal OS. Once you pass this screen, you will take a couple of seconds to realize that what you are looking at is actually a web page inside a browser window. I was confused whether it was my Linux desktop; it has everything that a normal desktop should have. A task pane, notification area, desktop with changeable wallpapers and themes, games, application menu and everything that you won’t expect in a web page. It even has a browser and a task manager which lists the running processes like Windows Task Manager. The default installation comes with a handful of applications which can be further extended using a package manager like in most Linux distros. There is already a large pool of applications available for eyeOS. And all this is written in PHP and XML! Yes, eyeOS is a PHP application which runs on Apache server and doesn’t need a database.  Instead of a database it relies on XML files. This is primarily for making the installation simple for the end user as all they would need to set up an eyeOS server is to enter account information for the first user. Flat files are used to avoid bottlenecks on data fetching. Core parts of eyeOS runs as independent applications and uses Javascript to send server commands. The UI is fast even on a 512kbps connection.</p>
<p>eyeOS is being developed by a company based in Barcelona and it&#8217;s currently in the 4th year of development. They also provide a tool kit with which we can develop cloud applications easily. A reasonably good wiki page,  including a &#8220;Hello World application&#8221; is present to provide a walk-through towards eyeOS application development. Anyone fluent with PHP and Javascript can start writing applications for eyeOS without any further learning curve. You can try it out at their demo server : <a href="http://eyeos.info/?lang=en" target="_blank">eyeos.info</a> or get your copy of eyeOS package from <a href="http://eyeos.org/en/downloads">here</a>.</p>
<p>eyeOS may not be mature enough to host anything serious, but it is proof on how far a web application can go!</p>
<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=QBurst+-+Blog&link=http%3A%2F%2Fwww.qburst.com%2Fblog%2F2009%2F08%2Ffuture-is-web%2F&title=Future+is+Web&desc=%E2%80%9CFuture+is+Web%E2%80%9D+is+a+phrase+we+have+been+hearing+for+a+few+years+now.+And+the+latest+talk+on+web+is+the+web+OS%21+But+on+second+thoughts%2C+does+the+web+have+enough+power+to+replace+the+feature+and+flexibility+that+an+OS+provides%3F+To+mimic+the+operations+of+an+operating+system%2C+we+have+Java%2C+Flash%2C&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=&twrelated1=&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=1&buzzlang=en&buzzctr=1&diggbutton=0&diggctr=0&stblbutton=1&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>]]></content:encoded>
			<wfw:commentRss>http://www.qburst.com/blog/2009/08/future-is-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Watch out for Google Chrome OS</title>
		<link>http://www.qburst.com/blog/2009/07/watch-out-for-google-chrome-os/</link>
		<comments>http://www.qburst.com/blog/2009/07/watch-out-for-google-chrome-os/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 03:50:45 +0000</pubDate>
		<dc:creator>Kiran Narendran</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[os]]></category>

		<guid isPermaLink="false">http://www.qburst.com/blog/?p=362</guid>
		<description><![CDATA[<p>In its endeavor to be the leader on the software space, Google Inc has announced its foray into the manufacture of Operating System, with its maiden project named &#8216;<em>Google Chrome OS</em>&#8216;. Google has already locked its horns with Microsoft on numerous projects and the present one will intensify the competition. Being the 90% market shareholder of the OS market, it will be interesting to see how Microsoft reacts to this concern. Since Google believes on Open Source concept, if the Chrome OS project is rolled out successfully, then it will revolutionize the entire PC, Laptop and OS markets.</p>
<p>In its <a href="http://googleblog.blogspot.com/2009/07/introducing-google-chrome-os.html">official...</a></p>]]></description>
			<content:encoded><![CDATA[<p>In its endeavor to be the leader on the software space, Google Inc has announced its foray into the manufacture of Operating System, with its maiden project named &#8216;<em>Google Chrome OS</em>&#8216;. Google has already locked its horns with Microsoft on numerous projects and the present one will intensify the competition. Being the 90% market shareholder of the OS market, it will be interesting to see how Microsoft reacts to this concern. Since Google believes on Open Source concept, if the Chrome OS project is rolled out successfully, then it will revolutionize the entire PC, Laptop and OS markets.</p>
<p>In its <a href="http://googleblog.blogspot.com/2009/07/introducing-google-chrome-os.html">official blog</a>, Google explains more about Chrome OS, which aims the Netbook market initially. Google Chrome OS is expected to hit the market by the second half of 2010.</p>
<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=QBurst+-+Blog&link=http%3A%2F%2Fwww.qburst.com%2Fblog%2F2009%2F07%2Fwatch-out-for-google-chrome-os%2F&title=Watch+out+for+Google+Chrome+OS&desc=In+its+endeavor+to+be+the+leader+on+the+software+space%2C+Google+Inc+has+announced+its+foray+into+the+manufacture+of+Operating+System%2C+with+its+maiden+project+named+%27Google+Chrome+OS%27.+Google+has+already+locked+its+horns+with+Microsoft+on+numerous+projects+and+the+present+one+will+intensify+the&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=&twrelated1=&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=1&buzzlang=en&buzzctr=1&diggbutton=0&diggctr=0&stblbutton=1&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>]]></content:encoded>
			<wfw:commentRss>http://www.qburst.com/blog/2009/07/watch-out-for-google-chrome-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SPNBabble –  A Micro Blog to Ease Your Job</title>
		<link>http://www.qburst.com/blog/2009/05/spnbabble-a-micro-blog-to-ease-your-job/</link>
		<comments>http://www.qburst.com/blog/2009/05/spnbabble-a-micro-blog-to-ease-your-job/#comments</comments>
		<pubDate>Tue, 26 May 2009 10:51:18 +0000</pubDate>
		<dc:creator>Savitha Pavithran</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Career]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[SPNBabble]]></category>

		<guid isPermaLink="false">http://www.qburst.com/blog/?p=188</guid>
		<description><![CDATA[<p>Are you a busy Internet professional or website owner who&#8217;s finding it difficult to sign into several micro blogging accounts to post your business topics? It can be quite a tedious and time-consuming process to log into each of these accounts and individually post your news.</p>
<p><a href="http://spnbabble.sitepronews.com/" target="_blank">SPNBabbble</a> solves all that for you. With an SPNBabble account, all you need to do is enter a single posting and voila! It gets published simultaneously in Twitter, Facebook, Plurk, Tumbrl, and Friendfeed. You will of course need to be a member in all these communities.</p>
<p>Well, doesn&#8217;t that make social media networking a lot easier for you?...</p>]]></description>
			<content:encoded><![CDATA[<p>Are you a busy Internet professional or website owner who&#8217;s finding it difficult to sign into several micro blogging accounts to post your business topics? It can be quite a tedious and time-consuming process to log into each of these accounts and individually post your news.</p>
<p><a href="http://spnbabble.sitepronews.com/" target="_blank">SPNBabbble</a> solves all that for you. With an SPNBabble account, all you need to do is enter a single posting and voila! It gets published simultaneously in Twitter, Facebook, Plurk, Tumbrl, and Friendfeed. You will of course need to be a member in all these communities.</p>
<p>Well, doesn&#8217;t that make social media networking a lot easier for you? What&#8217;s more, many of SPNBabble&#8217;s features are similar to Twitter. So Twitter users are going to find it quite easy to operate this plugin.</p>
<p>SPNBabble also has other features, which are:</p>
<ul type="disc">
<li>SMS messaging</li>
<li>Direct messaging</li>
<li>IM message</li>
<li>Hash tag usage</li>
<li>Search</li>
<li>Groups</li>
</ul>
<p>SPNBabble is specially developed for website owners, web masters, web developers, web designers and business professionals. An offshoot of SiteProNews, this site is in the Jayde Online Network and deployed using Laconica software.</p>
<p>More features are planned in the future to give connectivity to other micro blogs. With this, SPNBabble is surely on its way to becoming a hot favorite among web publishers!</p>
<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=QBurst+-+Blog&link=http%3A%2F%2Fwww.qburst.com%2Fblog%2F2009%2F05%2Fspnbabble-a-micro-blog-to-ease-your-job%2F&title=SPNBabble+%E2%80%93+A+Micro+Blog+to+Ease+Your+Job&desc=Are+you+a+busy+Internet+professional+or+website+owner+who%27s+finding+it+difficult+to+sign+into+several+micro+blogging+accounts+to+post+your+business+topics%3F+It+can+be+quite+a%C2%A0tedious+and+time-consuming+process+to+log+into+each+of+these+accounts+and+individually+post+your+news.+SPNBabbble+solves+all&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=&twrelated1=&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=1&buzzlang=en&buzzctr=1&diggbutton=0&diggctr=0&stblbutton=1&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>]]></content:encoded>
			<wfw:commentRss>http://www.qburst.com/blog/2009/05/spnbabble-a-micro-blog-to-ease-your-job/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

