<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Thoughtful Thoughts</title>
	
	<link>http://talk.cmyweb.net</link>
	<description>Many things to explore</description>
	<lastBuildDate>Mon, 08 Mar 2010 20:57:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/cmyweb" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="cmyweb" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Create Next Previous Javascript  Bookmarklet for Slideshow Tutorial Ebook sites</title>
		<link>http://talk.cmyweb.net/2010/03/08/create-next-previous-javascript-bookmarklet-for-slideshow-tutorial-ebook-sites/</link>
		<comments>http://talk.cmyweb.net/2010/03/08/create-next-previous-javascript-bookmarklet-for-slideshow-tutorial-ebook-sites/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 20:41:05 +0000</pubDate>
		<dc:creator>Shiplu</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://talk.cmyweb.net/?p=27</guid>
		<description><![CDATA[
Recently I was browsing http://talks.php.net. There were bunch of slideshows about php. I work on PHP most times. So It was good for me.
The problem arise when I saw some slide shows didn&#8217;t rendered correctly in html. so there was no next, previous button. I had to change the urls to navigate next, previous pages.
Most [...]]]></description>
		<wfw:commentRss>http://talk.cmyweb.net/2010/03/08/create-next-previous-javascript-bookmarklet-for-slideshow-tutorial-ebook-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert an PHP array to object</title>
		<link>http://talk.cmyweb.net/2010/01/04/convert-an-php-array-to-object/</link>
		<comments>http://talk.cmyweb.net/2010/01/04/convert-an-php-array-to-object/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 19:21:32 +0000</pubDate>
		<dc:creator>Shiplu</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://talk.cmyweb.net/2010/01/04/convert-an-php-array-to-object/</guid>
		<description><![CDATA[How do you convert an php array stdClass object?

Many times, we have to convert array to stdClass objects for easy access. Yeah, easy access. At least for me. Cause typing [""] instead of -> requires 2 extra key press. I dont like that. 
 So how do you do it? 
 Its really simple, just [...]]]></description>
		<wfw:commentRss>http://talk.cmyweb.net/2010/01/04/convert-an-php-array-to-object/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>7 things you may no know about me.</title>
		<link>http://talk.cmyweb.net/2010/01/03/7-things-you-may-no-know-about-me/</link>
		<comments>http://talk.cmyweb.net/2010/01/03/7-things-you-may-no-know-about-me/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 00:20:55 +0000</pubDate>
		<dc:creator>Shiplu</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[7 things]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[moon]]></category>
		<category><![CDATA[seven things]]></category>
		<category><![CDATA[starts]]></category>

		<guid isPermaLink="false">http://talk.cmyweb.net/2010/01/03/7-things-about-me/</guid>
		<description><![CDATA[
I like to explore. I explore almost anything. For example I explore Karl Marx. Same way I like to learn new things. For example, I learn how to eat by chopstick, memorize values of first few inverse of primes (1/2,1/3,1/5,1/7,&#8230;.)
I always sleep late night. There was time when I used to miss sunrise scene. Now [...]]]></description>
		<wfw:commentRss>http://talk.cmyweb.net/2010/01/03/7-things-you-may-no-know-about-me/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Decoding Encoded PHP Codes (Getting Dynamic)</title>
		<link>http://talk.cmyweb.net/2009/03/06/decoding-encoded-php-codes-getting-dynamic/</link>
		<comments>http://talk.cmyweb.net/2009/03/06/decoding-encoded-php-codes-getting-dynamic/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 19:24:51 +0000</pubDate>
		<dc:creator>Shiplu</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[reverse engineering]]></category>
		<category><![CDATA[base64]]></category>
		<category><![CDATA[Decode]]></category>
		<category><![CDATA[decoder]]></category>
		<category><![CDATA[Encode]]></category>
		<category><![CDATA[encoder]]></category>

		<guid isPermaLink="false">http://talk.cmyweb.net/2009/03/06/decoding-encoded-php-codes-getting-dynamic/</guid>
		<description><![CDATA[I saw many people want to decode their files. So I made a decoder. Cheers!
All you have to paste your code here. Then press &#8216;Go&#8217;.
Remember, the format of the code must be like the following.

/**
* Here dots (...) means long base64 data
*/
$o=&#34;......................&#34;;
eval(base64_decode(&#34;...............&#34;));
return;

&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
Thu, 06 Aug 2009 00:23:20
A little update.  I just added another type of decoder. [...]]]></description>
		<wfw:commentRss>http://talk.cmyweb.net/2009/03/06/decoding-encoded-php-codes-getting-dynamic/feed/</wfw:commentRss>
		<slash:comments>72</slash:comments>
		</item>
		<item>
		<title>Writing an Amarok script/plugin by PHP to broadcast your music</title>
		<link>http://talk.cmyweb.net/2009/02/18/writing-an-amarok-scriptplugin-by-php-to-broadcast-your-music/</link>
		<comments>http://talk.cmyweb.net/2009/02/18/writing-an-amarok-scriptplugin-by-php-to-broadcast-your-music/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 21:42:09 +0000</pubDate>
		<dc:creator>Shiplu</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Song]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[amarok]]></category>
		<category><![CDATA[amarokscript]]></category>
		<category><![CDATA[broadcast]]></category>
		<category><![CDATA[dcop]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://talk.cmyweb.net/2009/02/18/writing-an-amarok-scriptplugin-by-php-to-broadcast-your-music/</guid>
		<description><![CDATA[I am a music lover. So I listen to musics a lot. I not only listen to music, but also share it. For this purpose I made a php script long time ago that is used for song broadcasting. In windows I used winmap&#8217;s “dosomething” plugin to broadcast. Nowadays I listen song in my linux [...]]]></description>
		<wfw:commentRss>http://talk.cmyweb.net/2009/02/18/writing-an-amarok-scriptplugin-by-php-to-broadcast-your-music/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
