<?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>Blog de Livi</title>
	<atom:link href="http://blog.delivi.com/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.delivi.com</link>
	<description></description>
	<lastBuildDate>Fri, 02 Aug 2013 05:55:41 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.8.27</generator>
	<item>
		<title>Programming Languages I&#8217;ve Learnt</title>
		<link>http://blog.delivi.com/general/programming-language-ive-learnt</link>
		<comments>http://blog.delivi.com/general/programming-language-ive-learnt#comments</comments>
		<pubDate>Thu, 06 May 2010 18:49:07 +0000</pubDate>
		<dc:creator><![CDATA[livingston]]></dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.delivi.com/?p=86</guid>
		<description><![CDATA[Inspired by other developers blogging about the programming languages they learnt, here is the list of Programming Languages that I&#8217;ve learnt so far; along with the reason, in italics. BASIC &#8212; in 5th, school curriculum C &#8212; in 7th, school curriculum C++ &#8212; in 8th, school curriculum HTML &#8212; after 10th, in Summer Training Institute [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Inspired by other developers blogging about the <a href='http://captsolo.net/info/blog_a.php/2008/10/02/programming_languages_i_ve_learned_in_ro' rel='external'>programming</a> <a href='http://weston.ruter.net/2010/04/02/programming-languages-ive-learned-in-order/' rel='external'>languages</a> they learnt, here is the list of Programming Languages that I&#8217;ve learnt so far; along with the reason, in italics.</p>
<ol>
<li><a href='http://en.wikipedia.org/wiki/BASIC' rel='external'><abbr title="Beginner's All-purpose Symbolic Instruction Code">BASIC</abbr></a> &mdash; <em>in 5th, school curriculum</em></li>
<li><a href='http://en.wikipedia.org/wiki/C_(programming_language)' rel='external'>C</a> &mdash; <em>in 7th, school curriculum</em></li>
<li><a href='http://en.wikipedia.org/wiki/C%2B%2B' rel='external'>C++</a> &mdash; <em>in 8th, school curriculum</em></li>
<li><a href='http://en.wikipedia.org/wiki/HTML' rel='external'><abbr title=' HyperText Markup Language'>HTML</abbr></a> &mdash; <em>after 10th, in Summer Training Institute</em></li>
<li><a href='http://en.wikipedia.org/wiki/Cascading_Style_Sheets' rel='external'><abbr title='Cascading Style Sheets'>CSS</abbr></a> &mdash; <em>in 11th, school curriculum</em></li>
<li><a href='http://en.wikipedia.org/wiki/JavaScript' rel='external'>JavaScript</a> &mdash; <em>in 11th, school curriculum</em></li>
<li><a href='http://en.wikipedia.org/wiki/Visual_Basic' rel='external'>Visual Basic 6</a> &mdash; <em>in 11th, school curriculum</em></li>
<li><a href='http://en.wikipedia.org/wiki/SQL' rel='external'><abbr title='Structured Query Language'>SQL</abbr></a> &mdash; <em>in 11th, school curriculum</em></li>
<li><a href='http://en.wikipedia.org/wiki/Java_(programming_language)' rel='external'>Java</a> &mdash; <em>in 11th, school curriculum</em></li>
<li><a href='http://en.wikipedia.org/wiki/FoxPro' rel='external'>FoxPro</a> &mdash; <em>college curriculum</em></li>
<li><a href='http://en.wikipedia.org/wiki/X86_assembly_language' rel='external'>x86 Assembly</a> &mdash; <em>college curriculum</em></li>
<li><a href='http://en.wikipedia.org/wiki/PHP' rel='external'>PHP</a> &mdash; <em>personal interest</em></li>
<li><a href='http://en.wikipedia.org/wiki/ActionScript' rel='external'>ActionScript</a> &mdash; <em>personal interest</em></li>
<li><a href='http://en.wikipedia.org/wiki/XML' rel='external'><abbr title='Extensible Markup Language'>XML</abbr></a> &mdash; <em>personal interest</em></li>
<li><a href='http://en.wikipedia.org/wiki/XSLT' rel='external'><abbr title='Extensible Stylesheet Transformations'>XSLT</abbr></a> &mdash; <em>personal interest</em></li>
<li><a href='http://en.wikipedia.org/wiki/Ruby_(programming_language)' rel='external'>Ruby</a> &mdash; <em>professionally</em></li>
<li><a href='http://en.wikipedia.org/wiki/MXML' rel='external'>MXML</a> &mdash; <em>personal interest</em></li>
</ol>
<p>Languages I&#8217;m planning to learn,</p>
<ul>
<li>Perl</li>
<li>Python</li>
<li>bash</li>
<li>Objective-J</li>
<li>Erlang</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.delivi.com/general/programming-language-ive-learnt/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Updated: Hover for non-anchor elements in IE6</title>
		<link>http://blog.delivi.com/javascript/updated-hover-for-non-anchor-elements-in-ie6</link>
		<comments>http://blog.delivi.com/javascript/updated-hover-for-non-anchor-elements-in-ie6#comments</comments>
		<pubDate>Wed, 28 Apr 2010 20:03:33 +0000</pubDate>
		<dc:creator><![CDATA[livingston]]></dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://blog.delivi.com/?p=52</guid>
		<description><![CDATA[The updated version of the previous version of Hover for non-anchor elements in IE 6. Before proceeding further, here&#8217;s a brief description of the problem, The &#8216;:hover&#8217; pseudo-class works on all visual elements in IE 7+, FF, Safari, Chrome and Opera. But for obvious reasons IE 6 fails to recognize the &#8216;:hover&#8217; pseudo-class for elements [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>The updated version of the previous version of <a href='http://blog.delivi.com/javascript/hover-for-non-anchor-elements-in-ie6/' rel='nofollow'>Hover for non-anchor elements in IE 6</a>.</p>
<p>Before proceeding further, here&#8217;s a brief description of the problem,</p>
<p><cite>The &#8216;:hover&#8217; pseudo-class works on all visual elements in <abbr title="Internet Explorer">IE</abbr> 7+, <abbr title="Firefox">FF</abbr>, Safari, Chrome and Opera. But for obvious reasons <abbr title="Internet Explorer">IE</abbr> 6 fails to recognize the &#8216;:hover&#8217; pseudo-class for elements other than the anchor(&lt;a&gt;&lt;/a&gt;).</cite></p>
<p>Here is the updated code, which is faster and is targeted only IE 6 by a combination of JavaScript conditional comments &#038; feature detection.</p>
<pre class="brush:javascript">
    (function ($) {
        $(document).ready(function () {
            $.single=function(a){return function(b){a[0]=b;return a}}($([1]));
            /*@cc_on
                if (!window.XMLHttpRequest) {
                    $('.hoverable').each(function () {
                        this.attachEvent('onmouseenter', function (evt) { $.single(evt.srcElement).addClass('hovered'); });
                        this.attachEvent('onmouseleave', function (evt) { $.single(evt.srcElement).removeClass('hovered'); });
                    });
                }
            @*/
        });
    }(jQuery));
</pre>
<p>All you&#8217;ve to do is to include this script in your html document and add the class &#8216;hoverable&#8217; to all the non-anchor elements to which you want the hover action. And in your stylesheet add an extra selector for the element along with the &#8216;:hover&#8217; style definition. Look at the code of the <a href='http://blog.delivi.com/examples/ie6-hover/updated.html' title=''>updated example</a> to get a clear idea.</p>
<p>I&#8217;ve used <a href='http://james.padolsey.com/javascript/76-bytes-for-faster-jquery/' rel='external'>James Padolsey&#8217;s single jQuery object snippet</a> in the event handlers to prevent the creation of a new jQuery object every time the event handler is executed, hence saving a few execution cycles and memory.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.delivi.com/javascript/updated-hover-for-non-anchor-elements-in-ie6/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Fresh Start</title>
		<link>http://blog.delivi.com/info/fresh-start</link>
		<comments>http://blog.delivi.com/info/fresh-start#comments</comments>
		<pubDate>Wed, 03 Feb 2010 03:50:30 +0000</pubDate>
		<dc:creator><![CDATA[livingston]]></dc:creator>
				<category><![CDATA[Info]]></category>

		<guid isPermaLink="false">http://blog.delivi.com/?p=30</guid>
		<description><![CDATA[I&#8217;m returning to the world of blogging after a gap of two years. To begin with, I&#8217;ve moved this blog to my hosting account at MediaTemple. I was withholding this for a long time as I wanted to move with a new re-design of my blog, but haven&#8217;t got much time to complete the theme, [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m returning to the world of blogging after a gap of two years.</p>
<p>To begin with, I&#8217;ve moved this blog to my hosting account at <a rel="external" href="http://mediatemple.net" target="_blank">MediaTemple</a>. I was withholding this for a long time as I wanted to move with a new re-design of my blog, but haven&#8217;t got much time to complete the theme, but now finally here is the transition from  <em>http://blog.delivi.info/</em> to <em>http://blog.delivi.com/</em> sans the new theme.</p>
<p>Keep watching; more interesting stuff coming up!</p>
<p>If you&#8217;d like to subscribe to this blog, here is the <a href="http://feeds.feedburner.com/delivi">feed</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.delivi.com/info/fresh-start/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Free eBook &#8220;Firefox 3 Revealed&#8221;</title>
		<link>http://blog.delivi.com/freebies/free-ebook-firefox-3-revealed</link>
		<comments>http://blog.delivi.com/freebies/free-ebook-firefox-3-revealed#comments</comments>
		<pubDate>Mon, 23 Jun 2008 11:06:07 +0000</pubDate>
		<dc:creator><![CDATA[livingston]]></dc:creator>
				<category><![CDATA[ebooks]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[firefox 3]]></category>
		<category><![CDATA[free ebook]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://blog.delivi.info/freebies/free-ebook-firefox-3-revealed/</guid>
		<description><![CDATA[SitePoint has released a new free book titled &#8220;Firefox 3 Revealed: Whats New, Whats Hot, &#38; Whats Cool&#8221;. The author &#8220;Fabio Cevasco&#8221; guides you through all of the new features in Firefox 3. The latest version of Firefox makes your web browsing easier, faster and more secure, letting you enjoy surfing. This book will give [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>SitePoint has released a new free book titled &#8220;Firefox 3 Revealed: Whats New, Whats Hot, &amp; Whats Cool&#8221;.</p>
<p>The author &#8220;Fabio Cevasco&#8221; guides you through all of the new features in Firefox 3. The latest version of Firefox makes your web browsing easier, faster and more secure, letting you enjoy surfing.</p>
<p>This book will give you an insight of the new features of Firefox 3 and help a lot in getting the most out of it for both secure surfing and web development.</p>
<p>Get your copy of &#8220;<a href="http://www.sitepoint.com/books/firefox3/" target="_blank">Firefox 3 Revealed: Whats New, Whats Hot, &amp; Whats Cool</a>&#8221; (1.23MB), Now!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.delivi.com/freebies/free-ebook-firefox-3-revealed/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Download &#8220;The Photoshop Anthology&#8221; for free</title>
		<link>http://blog.delivi.com/photoshop/download-the-photoshop-anthology-for-free</link>
		<comments>http://blog.delivi.com/photoshop/download-the-photoshop-anthology-for-free#comments</comments>
		<pubDate>Wed, 14 May 2008 12:12:39 +0000</pubDate>
		<dc:creator><![CDATA[livingston]]></dc:creator>
				<category><![CDATA[ebooks]]></category>
		<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://blog.delivi.info/photoshop/download-the-photoshop-anthology-for-free/</guid>
		<description><![CDATA[Corrie Haffly&#8217;s Photoshop book titled &#8220;The Photoshop Anthology: 101 Web Design Tips, Tricks &#38; Techniques&#8221; is now available for FREE Download! Only available for a Limited time! It&#8217;s true! the complete book by Corrie Haffly is available for free. The book has 12 chapters and 447 pages. Overview: Author Corrie Haffly has drawn on her [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Corrie Haffly&#8217;s Photoshop book titled &#8220;The Photoshop Anthology: 101 Web Design Tips, Tricks &amp; Techniques&#8221; is now available for FREE Download! Only available for a Limited time!</p>
<p>It&#8217;s true! the complete book by Corrie Haffly is available for free. The book has 12 chapters and 447 pages.</p>
<p><strong>Overview:</strong></p>
<blockquote><p><em>Author Corrie Haffly has drawn on her extensive Photoshop experience to show you how to create a multitude of web graphics, ranging from buttons and backgrounds to text and images. Corrie also explains techniques that can greatly improve your workflow and make working with Photoshop more efficient, including batch processing and the automation of repetitive tasks.</em></p></blockquote>
<p>Get your <del datetime="2008-05-30T15:49:10+00:00">free copy</del> of &#8220;<em><strong>&#8220;The Photoshop Anthology: 101 Web Design Tips, Tricks &amp; Techniques&#8221;</strong></em>&#8220;<em> </em>at <a href="https://sitepoint.com/bookstore/go/67">SitePoint</a>.</p>
<p><del datetime="2008-05-30T15:47:07+00:00">This offer expires on Friday June 13th, 2008. So hurry up! Get your copy of The <a href="http://photoshop.aws.sitepoint.com/">Photoshop Anthology</a>.</del></p>
<p style="color: #ff0000">The Book Sitepoint: &#8220;The Photoshop Anthology&#8221; is no longer available for free download. You can buy this book for $29.95 <a href="https://sitepoint.com/bookstore/go/67" style="color: #f00">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.delivi.com/photoshop/download-the-photoshop-anthology-for-free/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Hover for non-anchor elements in IE6</title>
		<link>http://blog.delivi.com/javascript/hover-for-non-anchor-elements-in-ie6</link>
		<comments>http://blog.delivi.com/javascript/hover-for-non-anchor-elements-in-ie6#comments</comments>
		<pubDate>Wed, 20 Feb 2008 11:15:00 +0000</pubDate>
		<dc:creator><![CDATA[livingston]]></dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[IE6 Hover]]></category>

		<guid isPermaLink="false">http://blog.delivi.info/javascript/hover-for-non-anchor-elements-in-ie6/</guid>
		<description><![CDATA[Updated article on Hover for non-anchor elements in IE6 The :hover pseudo-class adds a special style to an element when you mouse over it. The &#8216;:hover&#8217; pseudo-class works fine in IE7, FF, Safari and Opera for all the elements. But for obvious reasons IE6 fails to recognize the &#8216;:hover&#8217; pseudo-class for all elements other than [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><strong>Updated article on <a href="http://blog.delivi.com/javascript/updated-hover-for-non-anchor-elements-in-ie6/">Hover for non-anchor elements in IE6</a></strong></p>
<p>The :hover pseudo-class adds a special style to an element when you mouse over it.</p>
<p>The &#8216;:hover&#8217; pseudo-class works fine in <abbr title="Internet Explorer 7">IE7</abbr>, <abbr title="Firefox">FF</abbr>, Safari and Opera for all the elements. But for obvious reasons <abbr title="Internet Explorer 6">IE6</abbr> fails to recognize the &#8216;:hover&#8217; pseudo-class for all elements other than the anchor(&lt;a&gt;&lt;/a&gt;).</p>
<p>The &#8216;:hover&#8217; pseudo-class can be made to work in IE6 with the help of  the jQuery method &#8216;hover()&#8217;.</p>
<p>Lets see how it is done.</p>
<p><span id="more-14"></span></p>
<p>For each element that you want the &#8216;hover&#8217; to be enabled add a class &#8220;hoverable&#8221; to it.</p>
<pre class='brush:html'>
<div id="theBox" class="hoverable">
<h2>Hover Over Me!</h2>
</div></pre>
<p>In the CSS file define the style for the hovered state with a class &#8220;.hovered&#8221;.</p>
<pre class='brush:css'>   #theBox {
       width:200px;
       height:200px;
       background:#F1E592;
       margin:50px auto;
       border:5px solid #540505;
    }
   #theBox.hovered, #theBox:hover {
       width:200px;
       height:200px;
       background:#540505;
       border:margin:50px auto;
       border:5px solid #F1E592;
    }</pre>
<p>Now the jQuery part,  download the latest release of jQuery.js file from <a href="http://docs.jquery.com/Downloading_jQuery">http://docs.jquery.com/Downloading_jQuery</a> and include it in the head of the page as shown below,</p>
<pre  class='brush:html'>&lt;script src="jquery.js" type="text/javascript"&gt;&lt;/script&gt;</pre>
<p>Use the following code in between the &#8216;&lt;head&gt;&lt;/head&gt;&#8217; tags in your page to get the hover function in IE6.</p>
<pre class='brush:javascript'> &lt;script type="text/javascript"&gt;
$(document).ready(function() {
       $('.hoverable').hover(
          function() {
             $(this).addClass('hovered');     /* On hover add the class 'hovered' and apply the hovered styles */
          }, function() {
             $(this).removeClass('hovered');  /* On mouseout remove the class 'hovered' and reset the styles   */
          }
       );
    });
&lt;/script&gt;</pre>
<p>This will work in all browsers. I&#8217;ve also added the &#8216;:hover&#8217; pseudo-class to the CSS style so that the modern browsers can display the hover style even when JavaScript is disabled.</p>
<p>View the code in action at <a href="http://blog.delivi.com/examples/ie6-hover/index.html">http://blog.delivi.com/examples/ie6-hover/</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.delivi.com/javascript/hover-for-non-anchor-elements-in-ie6/feed</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>safeMail : Anti-Spam Email with Unobtrusive Javascript</title>
		<link>http://blog.delivi.com/javascript/safemail</link>
		<comments>http://blog.delivi.com/javascript/safemail#comments</comments>
		<pubDate>Sun, 02 Dec 2007 10:47:01 +0000</pubDate>
		<dc:creator><![CDATA[livingston]]></dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Unobtrusive Javascript]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blog.delivi.info/javascript/safemail/</guid>
		<description><![CDATA[Title : safeMail Version : 1.0 Language : Javascript Author : Livingston Samuel License : Download : safeMail.js If you&#8217;ve included your email address in your site then you&#8217;d definitely get junk mail that clogs your inbox. The Spam Bots and Spam Crawlers crawl through the web pages constantly and add all the email address [&#8230;]]]></description>
				<content:encoded><![CDATA[<div class="infobox">
<ul>
<li><em>Title : </em>safeMail</li>
<li><em>Version : </em>1.0</li>
<li><em>Language : </em>Javascript</li>
<li><em>Author : </em><a href="http://delivi.com/">Livingston Samuel</a></li>
<li><em>License : </em><a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/in/"><br />
<img class="no" style="width: 80px;" src="http://i.creativecommons.org/l/by-sa/2.5/in/80x15.png" alt="Creative Commons License" /><br />
</a></li>
<li><em>Download : </em><a href="http://blog.delivi.com/get/safeMail">safeMail.js</a></li>
</ul>
</div>
<p>If you&#8217;ve included your email address in your site then you&#8217;d definitely get junk mail that clogs your inbox. The Spam Bots and Spam Crawlers crawl through the web pages constantly and add all the email address they encounter to their lists.</p>
<p>I wanted a perfect solution to keep the Spam Bots away from my email address. I came across several solutions based on Javascript. But none of them was generalized, almost all of them I encountered used Javascript to insert the email address and each address needed to be coded individually. You can find a similar solution from <a href="http://www.joemaller.com/js-mailer.shtml">Joe Maller</a><br />
<span id="more-13"></span><br />
I wanted a solution that can generate the email address from an obscure form into a valid one on the fly, and thus resulted in <strong>safeMail</strong>.</p>
<p>The <strong>safeMail</strong> script uses <acronym title="Document Object Model">DOM</acronym> to scan the page and convert all the matching email entries into valid email links.</p>
<p>All you&#8217;ve to do is to download the &#8216;<a href="http://blog.delivi.com/get/safeMail"><strong>safeMail.js</strong></a>&#8216; file and include it in the header of the page where you&#8217;ve got one or more email address. The format you need to define the email address is,</p>
<pre class='brush:html'><span class="safeMail">
	 yourname [at] gmail [dot] com
</span></pre>
<p>The script will replace this as ,</p>
<pre class='brush:html'><span class="safeMail">
	 <a href="mailto:yourname@gmail.com">yourname@gmail.com</a>
</span></pre>
<p>View the <a href="http://blog.delivi.com/examples/safeMail/">safeMail in action</a></p>
<p>If the browser does not support Javascript or if the user has disabled Javascript the email address will be in accessible format.</p>
<p>You are free to modify this code and please link back to this page. If you&#8217;ve any suggestions or found any errors or facing any problem in implementing the safeMail, post it in the comments and I&#8217;ll be very glad to help you. If you find a better solution please share it with me <img src="http://blog.delivi.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.delivi.com/javascript/safemail/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Create Vectors Online from images</title>
		<link>http://blog.delivi.com/online-tools/create-vectors-online-from-images</link>
		<comments>http://blog.delivi.com/online-tools/create-vectors-online-from-images#comments</comments>
		<pubDate>Fri, 09 Nov 2007 20:43:38 +0000</pubDate>
		<dc:creator><![CDATA[livingston]]></dc:creator>
				<category><![CDATA[Online Tools]]></category>
		<category><![CDATA[Free Services]]></category>
		<category><![CDATA[Vectors]]></category>

		<guid isPermaLink="false">http://blog.delivi.info/online-tools/create-vectors-online-from-images/</guid>
		<description><![CDATA[VectorMagic is an Online Tools for creating Vectors from images. This site is a result of the Stanford University&#8217;s &#8220;Artificial Intelligence Laboratory&#8221; research project by James Diebel and Jacob Norda VectorMagic site is powered by a Flex application and produces good vectors from the images that we upload. It offers us options to configure the [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="http://vectormagic.stanford.edu/">VectorMagic</a> is an Online Tools for creating Vectors from images. This site is a result of the Stanford University&#8217;s &#8220;Artificial Intelligence Laboratory&#8221; research project by James Diebel and Jacob Norda</p>
<p><a href="http://vectormagic.stanford.edu/">VectorMagic</a> site is powered by a Flex application and produces good vectors from the images that we upload. It offers us options to configure the image for better vectors. All you need to use this service is a modern browser, like <a title="Download Internet Explorer 7" href="http://blog.delivi.com/get/ie7">Internet Explorer 7</a> or <a title="Download Firefox" href="http://blog.delivi.com/get/firefox">Firefox</a> and <a title="Download Adobe Flash Player" href="http://blog.delivi.com/get/flashplayer">Adobe Flash player</a>.</p>
<p><a href="http://vectormagic.stanford.edu/">VectorMagic</a> provides better and precise Vectors than those generated by Adobe Illustrator and CorelDraw, both being the top products in the industry for Vector-art. You can view a <a href="http://vectormagic.stanford.edu/vectorize/comparisons">comparison of VectorMagic, Adobe Illustrator CS2 and CorelDraw X3 here</a>.</p>
<p>Keep updated on the latest developments at <a href="http://vectormagic.stanford.edu/">VectorMagic</a> from the <a href="http://vectormagic.stanford.edu/blog">VectorMagic Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.delivi.com/online-tools/create-vectors-online-from-images/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pre-register for free iPod &amp; Laptop</title>
		<link>http://blog.delivi.com/freebies/pre-register-for-free-ipod-laptop</link>
		<comments>http://blog.delivi.com/freebies/pre-register-for-free-ipod-laptop#comments</comments>
		<pubDate>Thu, 08 Nov 2007 07:36:32 +0000</pubDate>
		<dc:creator><![CDATA[livingston]]></dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Social Networking]]></category>

		<guid isPermaLink="false">http://blog.delivi.info/freebies/pre-register-for-free-ipod-laptop/</guid>
		<description><![CDATA[Next2Friends combines new and exciting services with an enriched online social experience that will rival all existing social spaces. Each quarter they will give away a new Dell Laptop; and each month they will give away an iPod Touch. All you have to do is pre-register (it is free) and be the first to experience [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.next2friends.com/">Next2Friends</a> combines new and exciting services with an enriched online social experience that will rival all existing social spaces.</p>
<p>Each quarter they will give away a new Dell Laptop; and each month they will give away an iPod Touch. All you have to do is pre-register (it is free) and be the first to experience the fun and innovative web technology. Next drawing for the laptop is Dec 15th. Next drawing for the iPod Touch is November 15th.</p>
<p><a href="http://www.next2friends.com/">Next2Friends</a> is set to become one of the internets busiest and most exciting sites because it will revolutionize Social Networking. Up until now Social Networking has been primarily internet based. Next2Friends offers you a revolutionary new approach by bringing Social Networking on to your handset and into your immediate environment.</p>
<p><a href="http://www.next2friends.com/">Pre-register now </a>and get a 8GB iPod Touch each month and Dell Inspiron 1720 each quarter.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.delivi.com/freebies/pre-register-for-free-ipod-laptop/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Celebrates Halloween</title>
		<link>http://blog.delivi.com/google/google-halloween-07</link>
		<comments>http://blog.delivi.com/google/google-halloween-07#comments</comments>
		<pubDate>Wed, 31 Oct 2007 18:51:30 +0000</pubDate>
		<dc:creator><![CDATA[livingston]]></dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Doodle]]></category>

		<guid isPermaLink="false">http://blog.delivi.info/google/google-celebrates-halloween/</guid>
		<description><![CDATA[Google the mighty search engine has started its Halloween celebration by releasing a new Doodle (Customized Google Logo designed to mark the Occasion). The new Google&#8217;s 2007 Halloween Doodle is, The collection of Google&#8217;s Halloween Doodles since 1999, 2006 2005 2004 2003 2002 2001 2000 1999]]></description>
				<content:encoded><![CDATA[<p>Google the mighty search engine has started its Halloween celebration by releasing a new Doodle (Customized Google Logo designed to mark the Occasion).</p>
<p>The new Google&#8217;s 2007 Halloween Doodle is,</p>
<p align="center"><img border="0" width="305" src="http://www.google.com/logos/halloween07.gif" height="130" /></p>
<p align="left">The collection of Google&#8217;s Halloween Doodles since 1999,</p>
<div class="center"><strong>2006</strong><br />
<img border="0" width="330" src="http://www.google.com/logos/halloween06.gif" height="125" /></p>
<p><strong>2005</strong><br />
<img border="0" width="276" src="http://www.google.com/logos/halloween05.gif" height="125" /></p>
<p><strong>2004</strong><br />
<img border="0" width="337" src="http://www.google.com/logos/halloween04.gif" height="145" /></p>
<p><strong>2003</strong><br />
<img border="0" width="321" src="http://www.google.com/logos/halloween03.gif" height="141" /></p>
<p><strong>2002</strong><br />
<img border="0" width="276" src="http://www.google.com/logos/halloween02.gif" height="120" /></p>
<p><strong>2001</strong><br />
<img border="0" width="338" src="http://www.google.com/logos/halloween01.gif" height="110" /></p>
<p><strong>2000</strong><br />
<img border="0" width="305" src="http://www.google.com/logos/halloween_anim.gif" height="115" /></p>
<p><strong>1999</strong><br />
<img border="0" width="306" src="http://www.google.com/logos/googlepump.gif" height="130" /></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.delivi.com/google/google-halloween-07/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
