<?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>Seven Version &#187; Web Services</title>
	<atom:link href="http://blog.svnlabs.com/category/web-services/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.svnlabs.com</link>
	<description>Concentrate &#8250; Observe &#8250; Imagine &#8250; Launch</description>
	<lastBuildDate>Sun, 05 Sep 2010 09:15:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>RESTClient &#8211; Web Service Consumer</title>
		<link>http://blog.svnlabs.com/2010/06/restclient-web-service-consumer/</link>
		<comments>http://blog.svnlabs.com/2010/06/restclient-web-service-consumer/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 15:05:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CURL]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Web Application]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[avoid programing in curl]]></category>
		<category><![CDATA[call webservice methods with firefox]]></category>
		<category><![CDATA[firefox restful client]]></category>
		<category><![CDATA[RESTClient]]></category>
		<category><![CDATA[Web Service Client]]></category>
		<category><![CDATA[Web Service Consumer]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=618</guid>
		<description><![CDATA[RESTClient is an application use to visit and test RESTful services.
REST (Representational State Transfer) is the model of the Web to consume web resources. The browser makes a request to a URL and receives a response.  The request may be a GET or POST (or a PUT, DELETE, or HEAD) and the response may be [...]]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/2010/06/restclient-web-service-consumer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>a2zVideo API</title>
		<link>http://blog.svnlabs.com/2010/04/a2zvideo-api/</link>
		<comments>http://blog.svnlabs.com/2010/04/a2zvideo-api/#comments</comments>
		<pubDate>Sat, 01 May 2010 01:32:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CURL]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PEAR]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[a2zVideo API]]></category>
		<category><![CDATA[get video information]]></category>
		<category><![CDATA[get video thumbnail]]></category>
		<category><![CDATA[link2embed]]></category>
		<category><![CDATA[url2video]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=573</guid>
		<description><![CDATA[
Welcome to the a2zVideoAPI wiki!
This API supports video links to get video information like Embed Code, Video Thumb, Video Title, Video Description etc.
Some supported video sites:
http://www.youtube.com/watch?v=mXMf9GOzzOA
http://www.dailymotion.com/video/x5z91e_lets-play-holi_music
http://video.google.com/videoplay?docid=-7577046582869136330&#38;hl=en
http://www.vimeo.com/9573920
http://www.metacafe.com/watch/4230785/ghetto_star_weekly_randy_radermacher/
http://blip.tv/file/3272712?utm_source=featured_ep&#38;utm_medium=featured_ep
http://www.hulu.com/watch/131066/saturday-night-live-we-are-the-world-cold-open
http://www.viddler.com/explore/coop/videos/54/
http://www.5min.com/Video/How-to-Organize-Your-Life-219728873
http://vids.myspace.com/index.cfm?fuseaction=vids.individual&#38;videoid=51722257
http://vodpod.com/watch/2492783-reactos-install-screencast-tutorial
http://www.ehow.com/video_4983481_change-ip-address-windows-vista.html
http://www.break.com/usercontent/2009/4/How-to-Run-Linux-on-Windows-Ubuntu-699185.html
http://www.atom.com/funny_videos/sw_gangsta_rap_chronicles/
http://www.funnyordie.com/videos/4d47a07835/danny-mendlow-the-solution-to-racism-and-the-biggest-issue-in-the-world
http://www.flickr.com/photos/traceytilson/3033319841/
How to use a2zVideoAPI:
1. Download “api.php” from http://github.com/svnlabs/a2zVideoAPI
2. API require PHP with CURL extension.. Setup / Upload “api.php” to your web server
3. Modify “api.php” for API Video server
curl_setopt($ch, CURLOPT_URL, ‘http://www.svnlabs.com/a2zvideoapi/server.php’);
4. [...]]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/2010/04/a2zvideo-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stream MP3 using PHP &#8211; m3u</title>
		<link>http://blog.svnlabs.com/2010/04/stream-mp3-using-php-m3u/</link>
		<comments>http://blog.svnlabs.com/2010/04/stream-mp3-using-php-m3u/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 15:02:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[audio streaming]]></category>
		<category><![CDATA[m3u]]></category>
		<category><![CDATA[mp3 playlist]]></category>
		<category><![CDATA[songs playlist]]></category>
		<category><![CDATA[Stream MP3 using PHP]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=522</guid>
		<description><![CDATA[M3U is a computer file format that stores multimedia playlists.
&#60;?php
function m3u_stream($dir) {
$mp3=&#8221;";
$siteurl=&#8221;http://www.domain.com/mp3/&#8221;;
$h1 = opendir($dir);
while ($file = readdir($h1))
{
if ($file == &#8216;.&#8217; &#124;&#124; $file == &#8216;..&#8217;) continue;
$mp3.=$siteurl.basename($dir).&#8221;/&#8221;.$file.&#8221;\r\n&#8221;;
}
closedir($h1);
return $mp3;
}
$folder = &#8220;svnlabs&#8221;;
file_put_contents($folder.&#8221;.m3u&#8221;, m3u_stream($_SERVER["DOCUMENT_ROOT"].&#8221;/mp3/&#8221;.$folder.&#8221;/&#8221;));
?&#62;
Here &#8220;svnlabs&#8221; is a folder where all mp3 files exists&#8230; this program will create svnlabs.m3u playlist file using php script.
svnlabs.m3u file contents all mp3 links with domain [...]]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/2010/04/stream-mp3-using-php-m3u/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Class Loading in J2SE Environment</title>
		<link>http://blog.svnlabs.com/2010/04/class-loading-in-j2se-environment/</link>
		<comments>http://blog.svnlabs.com/2010/04/class-loading-in-j2se-environment/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 12:03:58 +0000</pubDate>
		<dc:creator>yes</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[bootstrap]]></category>
		<category><![CDATA[class loader]]></category>
		<category><![CDATA[Class Loading in J2SE Environment]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=514</guid>
		<description><![CDATA[Java Class Loading mechanism is one of the darkest corners inside java virtual machine. The class loading concept describes the behavior of converting a named class into the bits responsible for implementing that class.

Wait a minute! “I never have to deal with it. Why do I need to know this bulky philosophy”, this might flash [...]]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/2010/04/class-loading-in-j2se-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install libpurple with PHP</title>
		<link>http://blog.svnlabs.com/2010/04/install-libpurple-with-php/</link>
		<comments>http://blog.svnlabs.com/2010/04/install-libpurple-with-php/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 15:18:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Oscommerce]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Web Application]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[IM program]]></category>
		<category><![CDATA[libpurple]]></category>
		<category><![CDATA[phurple]]></category>
		<category><![CDATA[phurple.so]]></category>
		<category><![CDATA[PhurpleClient]]></category>
		<category><![CDATA[pidgin php]]></category>
		<category><![CDATA[reinstall the phurple]]></category>
		<category><![CDATA[xmpp]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=497</guid>
		<description><![CDATA[libpurple is intended to be the core of an IM program.
This libpurple PHP binding, which defines a set of internal classes, gives a possibility to use aol and icq (oscar), yahoo, msn, jabber, irc and much more protocols directly from PHP. Write your own IM chat client in PHP, as simply as PHP enables it.
Download [...]]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/2010/04/install-libpurple-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VideoAPI</title>
		<link>http://blog.svnlabs.com/2010/03/videoapi/</link>
		<comments>http://blog.svnlabs.com/2010/03/videoapi/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 18:09:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[a2zvideoapi]]></category>
		<category><![CDATA[get video thumb]]></category>
		<category><![CDATA[share video api]]></category>
		<category><![CDATA[video thumb api]]></category>
		<category><![CDATA[videolinkapi]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=481</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/2010/03/videoapi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>7 Simple Steps to create Twitter Application</title>
		<link>http://blog.svnlabs.com/2010/03/7-simple-steps-to-create-twitter-application/</link>
		<comments>http://blog.svnlabs.com/2010/03/7-simple-steps-to-create-twitter-application/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 17:42:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Web Application]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[7 simple steps]]></category>
		<category><![CDATA[create twitter application]]></category>
		<category><![CDATA[twitter consumer]]></category>
		<category><![CDATA[web twitter]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=422</guid>
		<description><![CDATA[First you have to download oAuth from github
&#8220;An open protocol to allow secure API authorization  in a simple and standard method from desktop and web applications.&#8221;
7 Simple Steps to create Twitter Application using Twitter&#8217;s OAuth&#8230;.
1. Build TwitterOAuth object
Login to twitter and register a new application here https://twitter.com/oauth_clients &#8230; after registering application save consumer key [...]]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/2010/03/7-simple-steps-to-create-twitter-application/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Magic of PEAR &#8211; Date TimeZone</title>
		<link>http://blog.svnlabs.com/2010/03/magic-of-pear-date-timezone/</link>
		<comments>http://blog.svnlabs.com/2010/03/magic-of-pear-date-timezone/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 17:27:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Oscommerce]]></category>
		<category><![CDATA[PEAR]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[calculate PHP date]]></category>
		<category><![CDATA[converting between time zones in PHP]]></category>
		<category><![CDATA[Daylight saving time around the world]]></category>
		<category><![CDATA[Daylight Shifting Time]]></category>
		<category><![CDATA[Daylight Time Shifting]]></category>
		<category><![CDATA[DST]]></category>
		<category><![CDATA[PEAR - PHP Extension and Application Repository]]></category>
		<category><![CDATA[pear day light saving]]></category>
		<category><![CDATA[php daylight saving]]></category>
		<category><![CDATA[php-dst]]></category>
		<category><![CDATA[Using PEAR Date]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=404</guid>
		<description><![CDATA[PEAR is a framework and distribution system for reusable PHP components.
How we get PEAR packages with php files?
Add block of code to the php file&#8230;.
&#60;?php
// include PEAR class
include (&#8221;Date.php&#8221;);
// initialize Date object
$d = new Date(&#8221;1981-08-07 01:30:11&#8243;);
// retrieve date to display
echo $d-&#62;getDate();
// retrieve date as formatted string
echo $d-&#62;format(&#8221;%A, %d %B %Y %T&#8221;);
?&#62;
Output:
1981-08-07 01:30:11
Friday, 07 August 1981 [...]]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/2010/03/magic-of-pear-date-timezone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No route to host</title>
		<link>http://blog.svnlabs.com/2010/02/no-route-to-host/</link>
		<comments>http://blog.svnlabs.com/2010/02/no-route-to-host/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 06:17:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Amazon Cloud EC2 S3]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Web Application]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[113 no route to host]]></category>
		<category><![CDATA[No route to host]]></category>
		<category><![CDATA[No Route to Host error and solution]]></category>
		<category><![CDATA[PHP SoapClient Could Not Connect to Host]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[telnet 8080]]></category>
		<category><![CDATA[traceroute]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=381</guid>
		<description><![CDATA[Often, when we get error &#8220;No route to host&#8221; to connect remote server via linux command line e.g. wget, curl etc. or web services (webserviceserver).
The first solution we want to try to troubleshot firewalls and proxies?
But before that try hostname entry in linux box&#8230;
# vi /etc/hosts
add &#038; save
192.168.0.100   webserviceserver
If still experienced the issue [...]]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/2010/02/no-route-to-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video metadata &amp; codec</title>
		<link>http://blog.svnlabs.com/2010/02/video-metadata-codec/</link>
		<comments>http://blog.svnlabs.com/2010/02/video-metadata-codec/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 16:50:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Amazon Cloud EC2 S3]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Web Application]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[3gp]]></category>
		<category><![CDATA[aac]]></category>
		<category><![CDATA[audiocodecid]]></category>
		<category><![CDATA[flv]]></category>
		<category><![CDATA[h263]]></category>
		<category><![CDATA[h264]]></category>
		<category><![CDATA[hasMetaData]]></category>
		<category><![CDATA[hasVideo]]></category>
		<category><![CDATA[huffyuv]]></category>
		<category><![CDATA[keyframes]]></category>
		<category><![CDATA[mjpeg]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[mpeg1video]]></category>
		<category><![CDATA[mpeg2video]]></category>
		<category><![CDATA[mpeg4]]></category>
		<category><![CDATA[qtrle]]></category>
		<category><![CDATA[rv20]]></category>
		<category><![CDATA[svq3]]></category>
		<category><![CDATA[video conversion]]></category>
		<category><![CDATA[Video metadata & codec]]></category>
		<category><![CDATA[vorbis]]></category>
		<category><![CDATA[wmv1]]></category>
		<category><![CDATA[wmv2]]></category>
		<category><![CDATA[xvid]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=360</guid>
		<description><![CDATA[Here are the injected metadata:
    * creator
    * metadatacreator
    * hasKeyframes
    * hasVideo
    * hasAudio
    * hasMetaData
    * canSeekToEnd
    * duration
    * datasize
    * videosize
 [...]]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/2010/02/video-metadata-codec/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup mysql database to amazon S3</title>
		<link>http://blog.svnlabs.com/2010/02/backup-mysql-database-to-amazon-s3/</link>
		<comments>http://blog.svnlabs.com/2010/02/backup-mysql-database-to-amazon-s3/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 18:16:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Amazon Cloud EC2 S3]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Web Application]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[access buckets commandline]]></category>
		<category><![CDATA[Amazon-EC2]]></category>
		<category><![CDATA[ebs free backup s3]]></category>
		<category><![CDATA[ec2 s3 backup]]></category>
		<category><![CDATA[mysql backup to amazon s3]]></category>
		<category><![CDATA[mysqldump]]></category>
		<category><![CDATA[mysqldumps3]]></category>
		<category><![CDATA[protect amazon ec2 mysql database]]></category>
		<category><![CDATA[s3]]></category>
		<category><![CDATA[s3 protocol]]></category>
		<category><![CDATA[s3cmd]]></category>
		<category><![CDATA[s3cmdput]]></category>
		<category><![CDATA[s3tools]]></category>
		<category><![CDATA[simple ec2 database backup]]></category>
		<category><![CDATA[synch mysql to s3]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=351</guid>
		<description><![CDATA[Below is the simple code to create sql script of database on Amazon EC2 server using &#8220;mysqldump&#8221;&#8230;
then upload this sql script to Amazon S3 bucket using command line S3 tool &#8220;s3cmd&#8221;&#8230;
&#60;?php
$sqlbackup=&#8221;/usr/bin/mysqldump -v -u root -h localhost -r /var/www/html/backup/&#8221;.date(&#8221;Y-m-d-H-i-s&#8221;).&#8221;_db.sql -pdbusername  databasename 2&#62;&#38;1&#8243;;
exec($sqlbackup, $o);
echo implode(&#8221;&#60;br /&#62; &#8220;, $o);
$file = &#8220;/var/www/html/backup/&#8221;.date(&#8221;Y-m-d-H-i-s&#8221;).&#8221;_db.sql&#8221;;
$bucket = &#8220;s3bucketname&#8221;;
exec(&#8221;/usr/bin/s3cmd  put &#8211;acl-public &#8211;guess-mime-type  &#8211;config=/var/www/html/.s3cfg   &#8220;.$file.&#8221;  [...]]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/2010/02/backup-mysql-database-to-amazon-s3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install RED5 with java tomcat on linux</title>
		<link>http://blog.svnlabs.com/2010/01/install-red5-with-java-tomcat-on-linux/</link>
		<comments>http://blog.svnlabs.com/2010/01/install-red5-with-java-tomcat-on-linux/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 12:40:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Amazon Cloud EC2 S3]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Web Application]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[apache tomcat]]></category>
		<category><![CDATA[catalina]]></category>
		<category><![CDATA[etc-profile]]></category>
		<category><![CDATA[Install RED5]]></category>
		<category><![CDATA[install tomcat apache]]></category>
		<category><![CDATA[java ant]]></category>
		<category><![CDATA[javahome]]></category>
		<category><![CDATA[red5 with java tomcat]]></category>
		<category><![CDATA[tomcat]]></category>
		<category><![CDATA[webapps]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=333</guid>
		<description><![CDATA[Red5 is an Open Source Flash Server written in Java that supports:


Streaming Audio/Video (FLV, h264, AAC, and MP3) 


Recording Client Streams (FLV only) 


Shared Objects


Live Stream Publishing


Remoting (AMF)


export variables in /etc/bashrc to become available for every user login or for any terminal opens.
echo &#8220;export ANT_HOME=/usr/local/ant&#8221; &#62;&#62; /etc/bashrc
echo &#8220;export JAVA_HOME=/usr/lib/jvm/java&#8221; &#62;&#62; /etc/bashrc
set CLASS PATH for java
# [...]]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/2010/01/install-red5-with-java-tomcat-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazon EBS</title>
		<link>http://blog.svnlabs.com/2010/01/amazon-ebs/</link>
		<comments>http://blog.svnlabs.com/2010/01/amazon-ebs/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 18:05:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Amazon Cloud EC2 S3]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[amazon backups]]></category>
		<category><![CDATA[Amazon EBS]]></category>
		<category><![CDATA[Amazon-EC2]]></category>
		<category><![CDATA[Attaching the Volume]]></category>
		<category><![CDATA[AWS Elastic Block Storage]]></category>
		<category><![CDATA[aws-ebs]]></category>
		<category><![CDATA[compute in cloud]]></category>
		<category><![CDATA[Connect to instance]]></category>
		<category><![CDATA[Create the Volume]]></category>
		<category><![CDATA[Detach the Volume]]></category>
		<category><![CDATA[ec2 backup]]></category>
		<category><![CDATA[Elastic Block Storage]]></category>
		<category><![CDATA[Formatting the Volume]]></category>
		<category><![CDATA[Mounting the Volume]]></category>
		<category><![CDATA[server backup]]></category>
		<category><![CDATA[snapshot of volume]]></category>
		<category><![CDATA[Starting an Instance]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=322</guid>
		<description><![CDATA[Amazon Elastic Block Storage (EBS)
We can use Amazon EBS just like as the CD/DVD/Pen Drives on our PC/Laptops Servers for backup or data transfer&#8230;
EBS can attach to an EC2 instance, we can use EBS to save work files in it.. for it we have to mount it in the instance after backup we can unmount [...]]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/2010/01/amazon-ebs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crontab Command Line</title>
		<link>http://blog.svnlabs.com/2010/01/crontab-command-line/</link>
		<comments>http://blog.svnlabs.com/2010/01/crontab-command-line/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 17:37:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Amazon Cloud EC2 S3]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Wap Application]]></category>
		<category><![CDATA[Web Application]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[cronjobs]]></category>
		<category><![CDATA[Crontab Command Line]]></category>
		<category><![CDATA[crontab-e]]></category>
		<category><![CDATA[linux jobs]]></category>
		<category><![CDATA[scheduled tasks]]></category>
		<category><![CDATA[server events]]></category>
		<category><![CDATA[server jobs]]></category>
		<category><![CDATA[set cronjob from other server]]></category>
		<category><![CDATA[task reminders]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=318</guid>
		<description><![CDATA[ Crontab Command Line
1. dump the content of the existing crontab to a file
# crontab &#62; /tmp/dump
2. echo &#8220;your lines&#8221; &#62;&#62; to the corntab file
# echo &#8221; 00 1 * * * /monitor_file_system  2&#62;/dev/null&#8221; &#62;&#62; /tmp/dump
3. import the new crontab
# crontab /tmp/dump
other option&#8230;.
# crontab -e
It will open a editor, add job here like
00 1 [...]]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/2010/01/crontab-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Mobile Information Header</title>
		<link>http://blog.svnlabs.com/2009/12/get-mobile-information-header/</link>
		<comments>http://blog.svnlabs.com/2009/12/get-mobile-information-header/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 09:31:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mobiles]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Wap Application]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[$_SERVER['HTTP_X_WAP_PROFILE']]]></category>
		<category><![CDATA[apache-mobile-filter]]></category>
		<category><![CDATA[detect mobile device]]></category>
		<category><![CDATA[Get Mobile Information Header]]></category>
		<category><![CDATA[header for mobiles]]></category>
		<category><![CDATA[HTTP_USER_AGENT]]></category>
		<category><![CDATA[HTTP_X_WAP_PROFILE]]></category>
		<category><![CDATA[mobi wap sites]]></category>
		<category><![CDATA[mobile - HTTP_USER_AGENT]]></category>
		<category><![CDATA[mobiledevicedetector]]></category>
		<category><![CDATA[text/vnd.wap.wml]]></category>
		<category><![CDATA[UAProf]]></category>
		<category><![CDATA[useful-x-headers]]></category>
		<category><![CDATA[xheader]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=273</guid>
		<description><![CDATA[The User Agent Profile (UAProf) is used for capturing capability and preference information for wireless devices. This information can be used to detect various types of HTTP headers and other properties for visitor&#8217;s mobile device.
Apache provide some useful HTTP X Header information for WAP&#8230; which detect user-agent and other hardware/software information.
Source:
http://en.wikipedia.org/wiki/UAProf
http://code.google.com/p/mobiledevicedetector/
http://mobiforge.com/developing/blog/useful-x-headers
http://wapreview.com/?id=149
http://mobiforge.com/developing/story/device-detection-cloud-deviceatlas-personal
http://mobiforge.mobi/developing/story/mobile-sites-with-joomla-cms?dm_switcher=true
http://www.idelfuschini.it/it/apache-mobile-filter-v2x.html
http://www.dpinyc.com/literature/resources/code-bank/php-lightweight-device-detection/
http://logme.mobi/query/index.php
]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/2009/12/get-mobile-information-header/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wsdl in php</title>
		<link>http://blog.svnlabs.com/2009/11/wsdl-in-php/</link>
		<comments>http://blog.svnlabs.com/2009/11/wsdl-in-php/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 15:07:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Web Application]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[invoke wsdl methods]]></category>
		<category><![CDATA[lamp web service]]></category>
		<category><![CDATA[phpwebservice]]></category>
		<category><![CDATA[validate wsdl]]></category>
		<category><![CDATA[web service in php]]></category>
		<category><![CDATA[wsdl fetch]]></category>
		<category><![CDATA[wsdl generator]]></category>
		<category><![CDATA[wsdl in php]]></category>
		<category><![CDATA[wsdl nusoap]]></category>
		<category><![CDATA[wsdl to php]]></category>
		<category><![CDATA[wsdl xml xsd]]></category>
		<category><![CDATA[wsdl2php]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=217</guid>
		<description><![CDATA[We can use nusoap and pear library to invoke web service &#8230; there are some command line tools to consume services and generate/validate wsdl &#8230;..
1. wsdl (call method at CLI)
# wsdl WSDL_URL METHOD
2. soapUI
create wsdl project and use web services
3. wsdl2php
wsdl2php convert service methods as the class like structure
http://www.urdalen.no/wsdl2php/manual.php
4. SoapClient &#8211; PHP
$path_wsdl = &#8220;wsdl/svnlabs7.wsdl&#8221;;
$client = [...]]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/2009/11/wsdl-in-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Install DimDim on CentOS 5.3 (Final)</title>
		<link>http://blog.svnlabs.com/2009/11/install-dimdim-on-centos-5-3-final/</link>
		<comments>http://blog.svnlabs.com/2009/11/install-dimdim-on-centos-5-3-final/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 05:41:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[centos 5.2]]></category>
		<category><![CDATA[CherryPy]]></category>
		<category><![CDATA[CobrowsingManager]]></category>
		<category><![CDATA[ConferenceServer]]></category>
		<category><![CDATA[Config-ipaddress.pl]]></category>
		<category><![CDATA[demjson]]></category>
		<category><![CDATA[dimdim]]></category>
		<category><![CDATA[DimDim on CentOS 5.3]]></category>
		<category><![CDATA[dimdim webinar]]></category>
		<category><![CDATA[dimdim.properties]]></category>
		<category><![CDATA[DTP3]]></category>
		<category><![CDATA[flup]]></category>
		<category><![CDATA[java web application]]></category>
		<category><![CDATA[jsp]]></category>
		<category><![CDATA[MediaServer]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[Port 80 1935 40000 40001 40002 40005]]></category>
		<category><![CDATA[pycurl]]></category>
		<category><![CDATA[python2.5]]></category>
		<category><![CDATA[red5]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=206</guid>
		<description><![CDATA[Dimdim is a software company that provides a web-based platform (Webinar) for real-time, rich-media collaboration and meetings. Dimdim provides free web conferencing service where users can share desktops, show slides, collaborate, chat, talk and broadcast via webcam.

Dimdim Web Meeting Server Version:4.5 ReadMe ( 32 bit Operation System Only ) 

Created	     : [...]]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/2009/11/install-dimdim-on-centos-5-3-final/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>send xml over post</title>
		<link>http://blog.svnlabs.com/2009/10/send-xml-over-post/</link>
		<comments>http://blog.svnlabs.com/2009/10/send-xml-over-post/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 04:11:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[communicate via curl]]></category>
		<category><![CDATA[curl web service]]></category>
		<category><![CDATA[post xml]]></category>
		<category><![CDATA[restful post]]></category>
		<category><![CDATA[xml post to server]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=203</guid>
		<description><![CDATA[&#60;?php
/*
$url = Web Service Url or Server Url where xml have to post
$xml = XML  schema to post on server
*/
function sendXmlOverPost($url, $xml)
{
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
// For xml, change the content-type.
curl_setopt ($ch, CURLOPT_HTTPHEADER, Array(&#8221;Content-Type: text/xml&#8221;));
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $xml);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); // ask for results to be returned
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
// Send to remote [...]]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/2009/10/send-xml-over-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pdftohtml</title>
		<link>http://blog.svnlabs.com/2009/10/pdftohtml-2/</link>
		<comments>http://blog.svnlabs.com/2009/10/pdftohtml-2/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 18:00:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[Convert PDF into HTML web publishing]]></category>
		<category><![CDATA[pdf2html]]></category>
		<category><![CDATA[pdftohtml]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=196</guid>
		<description><![CDATA[&#60;?php
echo exec(&#8221;/usr/bin/pdftohtml -c -noframes &#8216;/var/www/html/htmldoc/pdf/svnlabs.pdf&#8217; &#62; ‘/var/www/html/htmldoc/pdf/svnlabs.html’ 2&#62;&#38;1″);
?&#62;
]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/2009/10/pdftohtml-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Soap Client for MMS</title>
		<link>http://blog.svnlabs.com/2009/10/soap-client-for-mms/</link>
		<comments>http://blog.svnlabs.com/2009/10/soap-client-for-mms/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 02:17:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Mobiles]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[MM7 - MMS]]></category>
		<category><![CDATA[mm7 nusoap]]></category>
		<category><![CDATA[mms nusoapmime]]></category>
		<category><![CDATA[send mms by mm7]]></category>
		<category><![CDATA[sendmms php]]></category>
		<category><![CDATA[Soap Client for MMS]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=188</guid>
		<description><![CDATA[Web services are widely supported  the major technologies..
There are some ways to make web services: XML-RPC, SOAP and REST
here is the demo in nuSOAP for sending MMS to mobiles using MM7 protocol&#8230;.
&#60;?
// Pull in the NuSOAP code
require_once(&#8217;nusoap.php&#8217;);
require_once(&#8217;nusoapmime.php&#8217;);
$wsurl = WEBSERVICEURL;
$operation = &#8220;SubmitReq&#8221;;
$username = USERNAME;
$password = PASSWORD;
$vaspid = VASPID;
$vasid = VASID;
$shortcode = ShortCode;
$mobileno = NUMBER;  // [...]]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/2009/10/soap-client-for-mms/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WebConference</title>
		<link>http://blog.svnlabs.com/2009/10/webconference/</link>
		<comments>http://blog.svnlabs.com/2009/10/webconference/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 17:00:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[dimdim]]></category>
		<category><![CDATA[net meeting]]></category>
		<category><![CDATA[online conference]]></category>
		<category><![CDATA[showdocument]]></category>
		<category><![CDATA[webconference]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=169</guid>
		<description><![CDATA[Web Conferencing include some features:

Document Presentation and application sharing
Chat — text, voice and video
Whiteboard and Two-way screen sharing
Session recording
Meetings are scheduled  and attended here
All browser-based solution (IE, FireFox, Safari etc.)

Some tools are here&#8230;&#8230;&#8230;&#8230;
1.    Adobe Acrobat Connect
2.    Central Desktop
3.    DimDim
4.    Glance
5.    GoToMeeting
6.    Microsoft Live Meeting
7.    ReadyTalk
8.    WebEx MeetMeNow
9.    Yugma
10.  Netviewer
11.  Raindance is now InterCall
12.  Livelook
13.  [...]]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/2009/10/webconference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>create sub buckets on amazon s3</title>
		<link>http://blog.svnlabs.com/2009/10/create-sub-buckets-on-amazon-s3/</link>
		<comments>http://blog.svnlabs.com/2009/10/create-sub-buckets-on-amazon-s3/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 17:01:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Amazon Cloud EC2 S3]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[amazon s3 sub buckets]]></category>
		<category><![CDATA[amazon-s3-phpclass]]></category>
		<category><![CDATA[create sub buckets on amazon s3]]></category>
		<category><![CDATA[s3 made easy]]></category>
		<category><![CDATA[sub folders on s3]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=143</guid>
		<description><![CDATA[Sub buckets is very tricky task to create on Amazon S3 service&#8230;
&#60;?php
include(&#8221;S3.php&#8221;); // class for REST based S3 manager
$s3 = new S3(&#8217;accessKey&#8217;, &#8217;secretKey&#8217;);
$s3-&#62;putBucket(&#8217;bucketname&#8217;, S3::ACL_PUBLIC_READ);
/* function to upload svnlabs.txt file to subfolders s/v/n/l/a/b/s on S3 bucketname */
$s3-&#62;putObjectFile(&#8217;svnlabs.txt&#8217;, &#8216;bucketname&#8217;, &#8217;s/v/n/l/a/b/s/svnlabs.txt&#8217;, S3::ACL_PUBLIC_READ);
/* function to delete svnlabs.txt file to subfolders s/v/n/l/a/b/s on S3 bucketname */
//$s3-&#62;deleteObject(&#8217;bucketname&#8217;, &#8217;s/v/n/l/a/b/s/svnlabs.txt&#8217;);
?&#62;
Public URL for this [...]]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/2009/10/create-sub-buckets-on-amazon-s3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Backup Amazon S3 with PHP</title>
		<link>http://blog.svnlabs.com/2009/08/backup-amazon-s3-with-php/</link>
		<comments>http://blog.svnlabs.com/2009/08/backup-amazon-s3-with-php/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 15:27:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Amazon Cloud EC2 S3]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[Backup Amazon S3 with PHP]]></category>
		<category><![CDATA[download Amazon S3 buckets files]]></category>
		<category><![CDATA[How to backup S3]]></category>
		<category><![CDATA[S3 PHP backup]]></category>
		<category><![CDATA[S3Backup]]></category>
		<category><![CDATA[save S3 files]]></category>
		<category><![CDATA[transfer S3 files]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=96</guid>
		<description><![CDATA[This is the source code to backup/download Amazon S3 Bucket&#8217;s multimedia files to other server by PHP&#8230;
here $bucketurl is XML url of Amazon S3 bucket with full ACL.
$folder is path of the server where S3 files to store.
This script will download all files in Amazon bucket to other server
&#60;?php
/* url for Amazon Bucket */
$bucketurl = [...]]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/2009/08/backup-amazon-s3-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>amcharts &#8211; dynamic data generated with PHP</title>
		<link>http://blog.svnlabs.com/2009/08/amcharts/</link>
		<comments>http://blog.svnlabs.com/2009/08/amcharts/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 17:33:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[ambar]]></category>
		<category><![CDATA[amcharts]]></category>
		<category><![CDATA[amcolumn]]></category>
		<category><![CDATA[ampie]]></category>
		<category><![CDATA[area]]></category>
		<category><![CDATA[bar]]></category>
		<category><![CDATA[bubble]]></category>
		<category><![CDATA[candlestick]]></category>
		<category><![CDATA[charts]]></category>
		<category><![CDATA[column]]></category>
		<category><![CDATA[configurable]]></category>
		<category><![CDATA[customizable]]></category>
		<category><![CDATA[donut]]></category>
		<category><![CDATA[dough-nut]]></category>
		<category><![CDATA[doughnut]]></category>
		<category><![CDATA[financial]]></category>
		<category><![CDATA[flash charts]]></category>
		<category><![CDATA[free flash charts]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[line chart]]></category>
		<category><![CDATA[logarithmic]]></category>
		<category><![CDATA[ohlc]]></category>
		<category><![CDATA[PHP Charts]]></category>
		<category><![CDATA[PHP Flash charts]]></category>
		<category><![CDATA[pie]]></category>
		<category><![CDATA[polar]]></category>
		<category><![CDATA[radar]]></category>
		<category><![CDATA[reverse]]></category>
		<category><![CDATA[scatter]]></category>
		<category><![CDATA[spider]]></category>
		<category><![CDATA[stepline]]></category>
		<category><![CDATA[stock chart]]></category>
		<category><![CDATA[time plot]]></category>
		<category><![CDATA[timeplot]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=92</guid>
		<description><![CDATA[AmCharts is a set of Flash charts for your websites and Web-based products. AmCharts can extract data from simple CSV or XML files, or they can read dynamic data generated with PHP, .NET, Java, Ruby on Rails, Perl, ColdFusion, and many other programming languages.
Source:
http://www.amcharts.com/
http://www.amcharts.com/download
Help:
http://www.appfire.com/appfire-flashcharts-plugin/FusionChartsFree/Contents/ChartSS/XML_Col2DLineDY.html
]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/2009/08/amcharts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Online Desktop Sharing</title>
		<link>http://blog.svnlabs.com/2009/08/online-desktop-sharing/</link>
		<comments>http://blog.svnlabs.com/2009/08/online-desktop-sharing/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 03:02:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[Online Desktop Sharing]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=74</guid>
		<description><![CDATA[http://yuuguu.com/
http://www.crossloop.com/
https://secure.logmein.com/home.asp?lang=en
http://showmypc.com/
http://skyfex.com/
http://www.teamviewer.com/index.aspx
]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/2009/08/online-desktop-sharing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pdftohtml</title>
		<link>http://blog.svnlabs.com/2009/07/pdftohtml/</link>
		<comments>http://blog.svnlabs.com/2009/07/pdftohtml/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 02:19:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[Convert PDF into HTML web publishing]]></category>
		<category><![CDATA[pdf2html]]></category>
		<category><![CDATA[pdftohtml]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=50</guid>
		<description><![CDATA[pdftohtml converters  PDF documents into HTML format, which is more suitable for Internet publishing. The converter produces HTML documents with texts, pictures, graphics and bookmarks.
pdftohtml software does not require Adobe Acrobat, or even Acrobat Reader.
Install pdftohtml on Fedora/Linux:
# yum install pdftohtml
# which pdftohtml
Usage: pdftohtml [Option] &#60;PDF File&#62; [&#60;HTM File&#62;]
Source: http://www.verypdf.com/pdf2htm/help/help.html
]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/2009/07/pdftohtml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pdftk &#8211; fedora &#8211; merge pdf files</title>
		<link>http://blog.svnlabs.com/2009/07/pdftk-fedora-merge-pdf-files/</link>
		<comments>http://blog.svnlabs.com/2009/07/pdftk-fedora-merge-pdf-files/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 02:10:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[manipulate PDF]]></category>
		<category><![CDATA[merge pdf files]]></category>
		<category><![CDATA[multitoone pdf]]></category>
		<category><![CDATA[pdf2pdf]]></category>
		<category><![CDATA[pdftk - mergePDF]]></category>
		<category><![CDATA[pdftopdf]]></category>
		<category><![CDATA[protect pdf]]></category>
		<category><![CDATA[rotate pdf in linux]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=46</guid>
		<description><![CDATA[Pdftk allows to manipulate PDF easily and freely. It does not require Acrobat, and it runs on Windows, Linux, Mac OS X, FreeBSD and Solaris etc.
Features:

Merge PDF Documents
Split PDF Pages into a New Document
Rotate PDF Pages or Documents
Decrypt Input as Necessary (Password Required)
Encrypt Output as Desired
Fill PDF Forms with FDF Data or XFDF Data and/or Flatten [...]]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/2009/07/pdftk-fedora-merge-pdf-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resume Builder pdf2txt, word2txt</title>
		<link>http://blog.svnlabs.com/2009/07/resume-builder-pdf2txt-word2txt/</link>
		<comments>http://blog.svnlabs.com/2009/07/resume-builder-pdf2txt-word2txt/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 02:25:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[get keywords from resume]]></category>
		<category><![CDATA[make CV txt]]></category>
		<category><![CDATA[pdf2txt]]></category>
		<category><![CDATA[read pdf doc files]]></category>
		<category><![CDATA[Resume Builder]]></category>
		<category><![CDATA[targeted resume]]></category>
		<category><![CDATA[word2txt]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=42</guid>
		<description><![CDATA[Reading PDF Files
XPDF package includes “pdftotext.” You have to install XPDF/pdftotext then run the following PHP statement to get the PDF text:
$txtcontent = exec('/usr/local/bin/pdftotext svnlabs.pdf -');
Reading DOC Files
This package is called Antiword.  Here’s the PHP code to grab the Word DOC content:
$txtcontent = exec('/usr/local/bin/antiword svnlabs.doc');
]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/2009/07/resume-builder-pdf2txt-word2txt/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Publish HTML2PDF</title>
		<link>http://blog.svnlabs.com/2009/07/publish-html2pdf/</link>
		<comments>http://blog.svnlabs.com/2009/07/publish-html2pdf/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 02:17:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[convert html to pdf]]></category>
		<category><![CDATA[html2pdf]]></category>
		<category><![CDATA[htmldoc]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=39</guid>
		<description><![CDATA[HTMLDOC converts HTML files and web pages into HTML, PostScript and PDF files suitable for on-line viewing and printing. HTMLDOC is used for anything that needs to be viewed or printed including on-line billing, books, financial statements, automated network configuration guides, mailing lists and labels, marketing flyers, quarterly reports, technical manuals, and users manuals. We [...]]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/2009/07/publish-html2pdf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure Amazon EC2</title>
		<link>http://blog.svnlabs.com/2009/07/configure-amazon-ec2/</link>
		<comments>http://blog.svnlabs.com/2009/07/configure-amazon-ec2/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 02:38:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Amazon Cloud EC2 S3]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Web Application]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[Amazon-EC2]]></category>
		<category><![CDATA[bind9]]></category>
		<category><![CDATA[Configure Amazon EC2]]></category>
		<category><![CDATA[EC2 Solutions]]></category>
		<category><![CDATA[static IP]]></category>
		<category><![CDATA[use cloud for web application]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=37</guid>
		<description><![CDATA[1.Boot 2 linux servers on EC2
2.Assign elastic IP to each of them
3.Register a domain (eg svnlabs.com)
4.On the domain settings &#8211; create 2 host records &#8211; ns1.svnlabs.com and ns2.svnlabs.com and point each record to each of the elastic IPs.
5.On your 2 nameserver instances &#8211; create dns zone for ns1. and ns2 respectively
6.Make ns2 a slave of [...]]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/2009/07/configure-amazon-ec2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Lab Tips</title>
		<link>http://blog.svnlabs.com/2009/06/lab-tips/</link>
		<comments>http://blog.svnlabs.com/2009/06/lab-tips/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 10:56:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[LAMP tricks]]></category>
		<category><![CDATA[svnlabs tricks]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=3</guid>
		<description><![CDATA[

Database:
1. Delete all information from databse related to, if deleting user or any content from CMS.
2. Use PDO, ADO, Pear, Zend etc. library to connect to database.
3. Take regular backup for database.
4. Use better naming convension.
Folders:
1. Use better naming convension.
2. Take regular backup for folders.
3. Protect project’s folder to unauthorized access, just put index.html or [...]]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/2009/06/lab-tips/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
