<?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>The Discussion Delegate</title>
	<atom:link href="http://vxtindia.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://vxtindia.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 23 Jul 2010 08:53:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Custom URLs for WordPress plugins</title>
		<link>http://vxtindia.com/blog/custom-urls-for-wordpress-plugins/</link>
		<comments>http://vxtindia.com/blog/custom-urls-for-wordpress-plugins/#comments</comments>
		<pubDate>Tue, 25 May 2010 15:13:31 +0000</pubDate>
		<dc:creator>Adhip</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://vxtindia.com/blog/?p=126</guid>
		<description><![CDATA[WordPress is great at handling URLs and making them &#8216;pretty&#8217; with custom permalinks. You can use almost any kind of URL structure for your website using the &#8216;Custom Permalinks&#8217; tags. However, this fails in case you want to have permalinks that a plug-in should recognize and redirects you to the WordPress 404 page.
For example, if [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress is great at handling URLs and making them &#8216;pretty&#8217; with custom permalinks. You can use almost any kind of URL structure for your website using the &#8216;Custom Permalinks&#8217; tags. However, this fails in case you want to have permalinks that a plug-in should recognize and redirects you to the WordPress 404 page.</p>
<p>For example, if you have a page called calendar accessible via http://my-website.com/calendar which is essentially a page that is generated via a custom template or a shortcode, a URL like http://my-website.com/calendar/2010/march will lead to to a 404 page. The easiest solution to avoid this is to have a URL like http://my-website.com/calendar/?year=2010&amp;month=march which given the rest of your website will look plain ugly.</p>
<p>We can however use the WP_Rewrite class and extend the set of rules that WordPress processes to ensure that our rule is processed like we want it.</p>
<p>We recently used this for one of our websites which you can view here <a href='http://doggiepuppies.com/dog-breed/Australian-Shepherd/'>Australian Shephard Dog Breed</a> or <a href='http://doggiepuppies.com/dog-breed/Beagle/'>Beagle Dog Breed</a></p>
<img src="http://vxtindia.com/blog/?ak_action=api_record_view&id=126&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://vxtindia.com/blog/custom-urls-for-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tracking online status</title>
		<link>http://vxtindia.com/blog/tracking-online-status/</link>
		<comments>http://vxtindia.com/blog/tracking-online-status/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 14:22:46 +0000</pubDate>
		<dc:creator>Sudhanshu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://vxtindia.com/blog/?p=157</guid>
		<description><![CDATA[This is not about tracking your status on the plethora of social networking sites, rather about checking up if our internet connection is still active!

We have been using a data connection from Reliance for quite some time, but the connection keeps failing quite frequently during summers. We wrote a script on our local servers to [...]]]></description>
			<content:encoded><![CDATA[<p>This is not about tracking your status on the plethora of social networking sites, rather about checking up if our internet connection is still active!</p>
<p><a href="http://vxtindia.com/blog/wp-content/uploads/2010/04/loggedin.png" style='float: left; padding: 0px 10px 10px 0px; '><img src="http://vxtindia.com/blog/wp-content/uploads/2010/04/loggedin.png" alt="" title="loggedin" width="323" height="610" class="alignleft size-full wp-image-158" /></a></p>
<p>We have been using a data connection from Reliance for quite some time, but the connection keeps failing quite frequently during summers. We wrote a script on our local servers to keep connecting us to the ISP&#8217;s servers whenever they log us out, so we thought of using that information to create a Online Status Tracker for our office. Here is what it looks like:</p>
<p>Not only does this provide a status, it also gives us an update on what is the latest status if the connection is being initiated, or if their login page isn&#8217;t loading (which happens quite frequently).</p>
<p>Having an undying internet connection would be really cool, but till Reliance decides to get that in place, all we can do is enjoy our little tools.</p>
<p><br clear='all' /></p>
<img src="http://vxtindia.com/blog/?ak_action=api_record_view&id=157&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://vxtindia.com/blog/tracking-online-status/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Browser Compatibility Check for Internet Explorer Versions from 5.5 to 8</title>
		<link>http://vxtindia.com/blog/browser-compatibility-check-for-internet-explorer-versions-from-5-5-to-8/</link>
		<comments>http://vxtindia.com/blog/browser-compatibility-check-for-internet-explorer-versions-from-5-5-to-8/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 04:36:16 +0000</pubDate>
		<dc:creator>sribanta</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://vxtindia.com/blog/?p=148</guid>
		<description><![CDATA[IETester is a free WebBrowser that allows you to have the rendering and javascript engines of IE8, IE7 IE 6 and IE5.5 on Windows 7, Vista and XP, as well as the installed IE in the same process. It&#8217;s now possible to have multiple versions of Internet Explorer installed in parallel and running concomitantly on [...]]]></description>
			<content:encoded><![CDATA[<p>IETester is a free WebBrowser that allows you to have the rendering and javascript engines of IE8, IE7 IE 6 and IE5.5 on Windows 7, Vista and XP, as well as the installed IE in the same process. It&#8217;s now possible to have multiple versions of Internet Explorer installed in parallel and running concomitantly on the same Windows operating system.</p>
<p><a href="http://vxtindia.com/blog/wp-content/uploads/2010/03/ietester1.png"><img class="alignnone size-full wp-image-155" src="http://vxtindia.com/blog/wp-content/uploads/2010/03/ietester1.png" alt="" width="639" height="367" /></a></p>
<p>With IETester, the testing process is streamlined to a maximum, as the solution offers tabbed capabilities, permitting developers to open a website into various versions of Internet Explorer 8 across multiple tabs.</p>
<p>This is still in alpha stage. Some of the download links are</p>
<p>1.  <a href="http://www.my-debugbar.com/wiki/IETester/HomePage">http://www.my-debugbar.com/wiki/IETester/HomePage</a></p>
<p><a href="http://www.my-debugbar.com/wiki/IETester/HomePage"></a>2. <a href="http://www.softpedia.com/get/Internet/Browsers/IETester.shtml">http://www.softpedia.com/get/Internet/Browsers/IETester.shtml</a></p>
<p>Requirement : Windows 7, Windows Vista or Windows XP with IE7</p>
<p>So download it and enjoy IETester.</p>
<img src="http://vxtindia.com/blog/?ak_action=api_record_view&id=148&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://vxtindia.com/blog/browser-compatibility-check-for-internet-explorer-versions-from-5-5-to-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When you get some time off make some wallpapers!</title>
		<link>http://vxtindia.com/blog/when-you-get-some-time-off-make-some-wallpapers/</link>
		<comments>http://vxtindia.com/blog/when-you-get-some-time-off-make-some-wallpapers/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 15:14:44 +0000</pubDate>
		<dc:creator>abhinit</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[image editor]]></category>
		<category><![CDATA[pixelmator]]></category>
		<category><![CDATA[vxtindia]]></category>
		<category><![CDATA[wallpapers]]></category>

		<guid isPermaLink="false">http://vxtindia.com/blog/?p=137</guid>
		<description><![CDATA[Between frantic coding sessions, making sense of emails, staring at the screen and chasing tyrannosauruses around the Office I get sometime off. When that happens, I launch Pixelmator, make sure no one around is paying any attention, and make wallpapers.
Here are some of them. Most of them took a few minutes to make. No, really!!
PS: [...]]]></description>
			<content:encoded><![CDATA[<p>Between frantic coding sessions, making sense of emails, staring at the screen and chasing tyrannosauruses around the Office I get sometime off. When that happens, I launch Pixelmator, make sure no one around is paying any attention, and make wallpapers.</p>
<p>Here are some of them. Most of them took a few minutes to make. No, really!!</p>

<a href='http://vxtindia.com/blog/when-you-get-some-time-off-make-some-wallpapers/index/' title='index'><img width="150" height="150" src="http://vxtindia.com/blog/wp-content/uploads/2010/03/index-150x150.png" class="attachment-thumbnail" alt="" title="index" /></a>
<a href='http://vxtindia.com/blog/when-you-get-some-time-off-make-some-wallpapers/something/' title='something'><img width="150" height="150" src="http://vxtindia.com/blog/wp-content/uploads/2010/03/something-150x150.png" class="attachment-thumbnail" alt="" title="something" /></a>
<a href='http://vxtindia.com/blog/when-you-get-some-time-off-make-some-wallpapers/something2/' title='something2'><img width="150" height="150" src="http://vxtindia.com/blog/wp-content/uploads/2010/03/something2-150x150.png" class="attachment-thumbnail" alt="" title="something2" /></a>
<a href='http://vxtindia.com/blog/when-you-get-some-time-off-make-some-wallpapers/vixie/' title='vixie'><img width="150" height="150" src="http://vxtindia.com/blog/wp-content/uploads/2010/03/vixie-150x150.png" class="attachment-thumbnail" alt="" title="vixie" /></a>
<a href='http://vxtindia.com/blog/when-you-get-some-time-off-make-some-wallpapers/vxtnew/' title='vxtNew'><img width="150" height="150" src="http://vxtindia.com/blog/wp-content/uploads/2010/03/vxtNew-150x150.png" class="attachment-thumbnail" alt="" title="vxtNew" /></a>
<a href='http://vxtindia.com/blog/when-you-get-some-time-off-make-some-wallpapers/untitledlevel4/' title='Untitledlevel4'><img width="150" height="150" src="http://vxtindia.com/blog/wp-content/uploads/2010/03/Untitledlevel4-150x150.png" class="attachment-thumbnail" alt="" title="Untitledlevel4" /></a>
<a href='http://vxtindia.com/blog/when-you-get-some-time-off-make-some-wallpapers/logo2/' title='E'><img width="150" height="150" src="http://vxtindia.com/blog/wp-content/uploads/2010/03/LOGO2-150x150.png" class="attachment-thumbnail" alt="" title="E" /></a>
<a href='http://vxtindia.com/blog/when-you-get-some-time-off-make-some-wallpapers/logo3/' title='VERCINGETORIX'><img width="150" height="150" src="http://vxtindia.com/blog/wp-content/uploads/2010/03/LOGO3-150x150.png" class="attachment-thumbnail" alt="" title="VERCINGETORIX" /></a>

<p>PS: Pixelmator is an awesome image editor.</p>
<img src="http://vxtindia.com/blog/?ak_action=api_record_view&id=137&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://vxtindia.com/blog/when-you-get-some-time-off-make-some-wallpapers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add a login form on your WP Theme</title>
		<link>http://vxtindia.com/blog/add-a-login-form-on-your-wordpress-theme/</link>
		<comments>http://vxtindia.com/blog/add-a-login-form-on-your-wordpress-theme/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 10:44:44 +0000</pubDate>
		<dc:creator>sribanta</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://vxtindia.com/blog/?p=128</guid>
		<description><![CDATA[When working with custom Wordpress sites, it is sometimes required to add a login form to one of the pages. Being wordpress, it is quite simple to do so.
For example, on your blog sidebar or on a page template just copy  below code and enjoy!!

]]></description>
			<content:encoded><![CDATA[<p>When working with custom Wordpress sites, it is sometimes required to add a login form to one of the pages. Being wordpress, it is quite simple to do so.</p>
<p>For example, on your blog sidebar or on a page template just copy  below code and enjoy!!</p>
<p><script src="http://gist.github.com/390626.js?file=AddALoginFormOnYourWPTheme.php"></script></p>
<img src="http://vxtindia.com/blog/?ak_action=api_record_view&id=128&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://vxtindia.com/blog/add-a-login-form-on-your-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open up your Mac Mini!</title>
		<link>http://vxtindia.com/blog/open-up-your-mac-mini/</link>
		<comments>http://vxtindia.com/blog/open-up-your-mac-mini/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 19:59:01 +0000</pubDate>
		<dc:creator>Sudhanshu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[mac-mini]]></category>

		<guid isPermaLink="false">http://vxtindia.com/blog/?p=121</guid>
		<description><![CDATA[Among the many joys of running your own company, a certainly interesting one is the ability to open up stuff once the hardware stops working.
A weird accident yesterday left our Mac Mini a little zonked out and it just refused to power up. When there was no hope left that we would see it working [...]]]></description>
			<content:encoded><![CDATA[<p>Among the many joys of running your own company, a certainly interesting one is the ability to open up stuff once the hardware stops working.</p>
<p>A weird accident yesterday left our Mac Mini a little zonked out and it just refused to power up. When there was no hope left that we would see it working anytime soon (The Apple Store takes 4 days to update an OS, this would have certainly taken up a month to fix), we decided to open this thing up. I realize that a hundred thousand people have done this before, but this was certainly the first time we opened up the little monster.</p>
<p>Here is what it look like, once you open it up. <img src="http://vxtindia.com/blog/wp-content/uploads/2010/02/IMG099.jpg" alt="" title="IMG099" width="640" height="480" class="alignleft size-full wp-image-122" /> <img src="http://vxtindia.com/blog/wp-content/uploads/2010/02/IMG100.jpg" alt="" title="IMG100" width="640" height="480" class="alignleft size-full wp-image-123" /></p>
<p>Not that any good came of it though (we&#8217;re looking for somebody who can fix it now!), but we were able to appreciate the inner beauty of tiny piece of hardware evolved by Apple. Maybe it will provide the inspiration for us to do something that has never been done before.</p>
<img src="http://vxtindia.com/blog/?ak_action=api_record_view&id=121&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://vxtindia.com/blog/open-up-your-mac-mini/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Push Notifications in your iPhone App using PHP and Ubuntu</title>
		<link>http://vxtindia.com/blog/push-notifications-for-your-iphone-app-with-php-and-ubuntu/</link>
		<comments>http://vxtindia.com/blog/push-notifications-for-your-iphone-app-with-php-and-ubuntu/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 13:43:26 +0000</pubDate>
		<dc:creator>Sudhanshu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apns]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[push notifications]]></category>

		<guid isPermaLink="false">http://vxtindia.com/blog/?p=99</guid>
		<description><![CDATA[Push Notifications have been around for quite some time now, but when we started on it, we found out that we were unable to find all the information about creating a demo in one place. After a few hours, we were able to get it to work. Here is what we did.
Basically, the code on [...]]]></description>
			<content:encoded><![CDATA[<p>Push Notifications have been around for quite some time now, but when we started on it, we found out that we were unable to find all the information about creating a demo in one place. After a few hours, we were able to get it to work. Here is what we did.</p>
<p>Basically, the code on your server needs to talk to the <u>Apple Push Notification Service (APNS)</u> to send the messages, and the APNS then delivers them to your phone. <u>We will only provide the code level details</u> here to help you carry out the same on your server.</p>
<h2>Basic Idea</h2>
<p>You need to do the following to get your application to send push notifications</p>
<blockquote><p>1. Make your application accept Push Notifications<br />
2. Create a SSL certificate for your server which will allow it to talk to the APNS<br />
3. Create the payload for each message to be send to the APNS<br />
4. Send all the payloads one by one to the APNS
</p></blockquote>
<p>Even if you have already been into iPhone development for sometime, you might not be aware of the <strong>&#8216;DevToken&#8217;</strong>. This is a <em>uniquely generated token</em> for your iPhone application on a particular phone. It can keep changing over time for a particular phone as well, but it is the unique id that will help you send a message to a particular application on a particular phone.</p>
<p>This is what it looks like on our phone</p>
<blockquote><p>4d3d32e4 c1beebd2 f3a6bc85 3f7d12b9 abc156b4 26818ecf 9673a712 85e01adc</p></blockquote>
<p>This is what you need to do to get your device token.</p>
<p><script src="http://gist.github.com/390635.js"></script></p>
<h2>Getting the certificates in place</h2>
<p>Reach for your mac and start doing the following</p>
<p>1. Login to the <a href="http://developer.apple.com/iphone/manage/overview/index.action">iPhone Developer Connection Portal</a> and click on <em>App Ids</em>.</p>
<p>2. Create an AppId for your application witouth a wildcard. It should be something like this : </p>
<blockquote><p>com.vxtindia.PushSample</p></blockquote>
<p>3. Click configure and then go ahead and create a <em>certificate for Push Notifications</em>.<sup>[<a href='#reference1'>1</a>]</sup>. Download it once it has been created.</p>
<p>4. Import the newly created certificate into your keychain by double clicking it.</p>
<p>5. Launch <em><strong>&#8216;Keychain Assistant&#8217;</strong></em> and filter it by the Certificate&#8217;s category. There you should see a <strong><em>&#8216;Apple Development Push Services&#8217;</em></strong> option. Expand it, right click on it and click on &#8216;Export &#8230;&#8217; and save this as apns-dev-cert.p12 . Also download the private key as <em>apns-dev-key.p12</em></p>
<p>6. Copy the file <em>apns-dev-cert.p12</em> to your server in the folder where you will put the rest of your PHP code.</p>
<p>7. Now run the following code on the server<br />
<code>openssl pkcs12 -clcerts -nokeys -out apns-dev-cert.pem -in apns-dev-cert.p12<br />
openssl pkcs12 -nocerts -out apns-dev-key.pem -in apns-dev-key.p12<br />
</code></p>
<p>We are running everything from a server running <em>Ubuntu-9.04</em>. Here we had to remove the passphrase, which can be done as follows<br />
<code>openssl rsa -in apns-dev-key.pem -out apns-dev-key-noenc.pem</code></p>
<p>Finally, combine the two to get your apns-dev.pem file<br />
<code>cat apns-dev-cert.pem apns-dev-key-noenc.pem > apns-dev.pem</code></p>
<p>8. You need to create a payload and send it to the APNS server. You can use the following code to do so<br />
<script src="http://gist.github.com/390637.js"></script></p>
<p>9. Great work! You have just pushed a message to the APNS which will now be delivered to a phone running your application.</p>
<p>10. <strong>(Optional)</strong> Apple also provides a Feedback service (which doesn&#8217;t do anything that you would expect). This service tells you when was the last time that APNS failed to find your application on a specific phone. When this happens, you need to stop sending updates to that Device Token.</p>
<p>To assist you in your endeavors, here is the code to help you read this data<br />
<script src="http://gist.github.com/390641.js"></script></p>
<p>That&#8217;s it. You are now officially a pro at push notifications!</p>
<p>References :<br />
1. <a name='reference1' href="http://developer.apple.com/iphone/prerelease/library/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/ProvisioningDevelopment/ProvisioningDevelopment.html#//apple_ref/doc/uid/TP40008194-CH104-SW4">Apple&#8217;s Documentation</a><br />
2. <a rel="nofollow" href="http://blog.boxedice.com/2009/07/10/how-to-build-an-apple-push-notification-provider-server-tutorial/">BoxedIce</a></p>
<img src="http://vxtindia.com/blog/?ak_action=api_record_view&id=99&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://vxtindia.com/blog/push-notifications-for-your-iphone-app-with-php-and-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ConnectingIndia has a new address</title>
		<link>http://vxtindia.com/blog/connectingindia-has-a-new-address/</link>
		<comments>http://vxtindia.com/blog/connectingindia-has-a-new-address/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 06:57:45 +0000</pubDate>
		<dc:creator>Sudhanshu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[connecting-india]]></category>
		<category><![CDATA[initiatives]]></category>
		<category><![CDATA[ngo]]></category>
		<category><![CDATA[portfolio]]></category>
		<category><![CDATA[pune]]></category>
		<category><![CDATA[suicide prevention]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.vxtindia.com/?p=94</guid>
		<description><![CDATA[
Connecting India is a Pune based NGO dedicated to suicide prevention in youth. Its team of dedicated volunteers and concerned citizens are dedicated to serve the community through its various programs, seminars and especially through its Suicide Prevention Helpline to support individuals dealing with emotional stress.
Connecting India was starting a number of new initiatives and [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="nofollow" href="http://connectingindia.org" target="_blank"><img class="size-full wp-image-95" title="connectingindia" src="http://vxtindia.com/blog/wp-content/uploads/2009/06/connectingindia1.jpg" alt="Connecting India" width="570" height="400" /></a></p>
<blockquote><p><a rel="nofollow" href="http://connectingindia.org" target="_blank">Connecting India</a> is a <em>Pune based NGO</em> dedicated to <strong>suicide prevention</strong> in youth. Its team of dedicated volunteers and concerned citizens are dedicated to serve the community through its various programs, seminars and especially through its <strong>Suicide Prevention Helpline</strong> to support individuals dealing with emotional stress.</p></blockquote>
<p>Connecting India was starting a number of new initiatives and <em>wanted a new website which would reflect the dynamism in the organization</em>. We working in collaboration with <a rel="nofollow" href="http://stradicate.com" target="_blank">Stradicate</a> to help create the new design and interface. Stradicate worked on the design and we developed and hosted the website.</p>
<p>If you would like to <em>make a difference</em>, and you are above 21 years of age, please get in touch with Connecting India on +91-20-26333044. Their helpline operates from 2pm to 8pm and they also provide training to volunteers who qualify for the program.</p>
<p>If you are an NGO and are <em>looking for a similar solution</em>, do get in touch with us.</p>
<img src="http://vxtindia.com/blog/?ak_action=api_record_view&id=94&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://vxtindia.com/blog/connectingindia-has-a-new-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another iPhone application reaches the App Store</title>
		<link>http://vxtindia.com/blog/another-iphone-application-reaches-the-app-store/</link>
		<comments>http://vxtindia.com/blog/another-iphone-application-reaches-the-app-store/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 12:22:40 +0000</pubDate>
		<dc:creator>Sudhanshu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[appstore]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[portfolio]]></category>

		<guid isPermaLink="false">http://blog.vxtindia.com/?p=88</guid>
		<description><![CDATA[
Our second iPhone application is now live at the App Store. We worked with Iterating on this one, and after a few months of hard work, it has finally reached the AppStore.
More details are available on the Iterating Blog and it can also be seen on the App Store.
Even though the app is free, the [...]]]></description>
			<content:encoded><![CDATA[<p><a rel='nofollow' href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=312332699&#038;mt=8"><img src="http://vxtindia.com/blog/wp-content/uploads/2009/06/fruition-on-app-store1.gif" alt="fruition-on-app-store" title="fruition-on-app-store" width="261" height="190" class="alignleft size-full wp-image-90" /></a></p>
<p>Our <em>second </em>iPhone application is now live at the App Store. We worked with <a href='http://iterating.net/' rel='nofollow'><strong>Iterating</strong></a> on this one, and after a few months of hard work, it has finally reached the AppStore.</p>
<p>More details are available on the <a href='http://user-experience.iterating.net/2009/06/itunes-now-hosts-fruition-iphone-application/'>Iterating <em>Blog</em></a> and it can also be seen on the <a rel='nofollow' href='http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=312332699&#038;mt=8' rel='nofollow'>App Store</a>.</p>
<p>Even though the app is free, the only catch is that you need to <em>own a few vineyards</em> to actually use this application!</p>
<img src="http://vxtindia.com/blog/?ak_action=api_record_view&id=88&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://vxtindia.com/blog/another-iphone-application-reaches-the-app-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get emails from SVN on commit</title>
		<link>http://vxtindia.com/blog/get-emails-from-svn-on-commit/</link>
		<comments>http://vxtindia.com/blog/get-emails-from-svn-on-commit/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 09:44:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[post-commit]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://blog.vxtindia.com/?p=71</guid>
		<description><![CDATA[We have been using SVN for a couple of years for all of our projects. Initially we were hosting them at Springloops.com for almost a year, when we decided to start hosting them on our own server.
It all sounded really good, till we realized that code reviews became a real problem. Springloops had a stunning [...]]]></description>
			<content:encoded><![CDATA[<p>We have been using <strong>SVN</strong> for a couple of years for all of our projects. Initially we were hosting them at <a rel="nofollow" href="http://springloops.com">Springloops.com</a> for almost a year, when we decided to start hosting them on our own server.</p>
<p>It all sounded really good, till we realized that code reviews became a real problem. Springloops had a <em>stunning</em> interface to compare the <em>diffs</em> and get all the related information, which we really missed.</p>
<p>So we decided to use the <strong>post-commit hooks</strong> in SVN to email us as soon as a commit was made.</p>
<p>If you would like to implement the same for your server, here is a quick and dirty guide on how to do that.</p>
<p>First, the details about our server</p>
<p><code># svn --version<br />
svn, version 1.5.1 (r32289)<br />
compiled Jul 31 2008, 09:45:20<br />
</code></p>
<p><code># lsb_release -a<br />
No LSB modules are available.<br />
Distributor ID: Ubuntu<br />
Description:    Ubuntu 8.10<br />
Release:        8.10<br />
Codename:       intrepid<br />
</code></p>
<p><em>Okay</em>, so let us get started. The first thing that you should know is that inside your repository, SVN creates a folder called <em>hooks</em>. This folder initially contains template files for all the hooks that can be called via SVN. The hook that we are after today, is called <strong>post-commit.tmpl</strong></p>
<p>Since our language of preference is <em>PHP</em>, we decided to call a php script as soon as a commit was done on that repository. Here is how we did it</p>
<p><code># cd /path/to/repo/hooks<br />
# mv post-commit.tmpl post-commit<br />
# chmod 755 post-commit<br />
# vi post-commit<br />
</code></p>
<p>The post-commit file contains the following</p>
<p><code>#!/bin/sh<br />
<br />
REPOS="$1"<br />
REV="$2"<br />
<br />
php /svn/scripts/postCommitHook.php $REPOS $REV<br />
</code></p>
<p>The above steps can also be <strong>automated</strong> by writing another php script which would copy all our hooks from a base directory into the respective directories in the repositories. <em>Here is what our script looks like</em></p>
<p><script src="http://gist.github.com/390643.js"></script></p>
<p>Finally, we need to create the file <strong>postCommitHook.php</strong> which will find out all the relevant information and mail you the details. We have used <em>svnlook </em>and <em>phpmailer </em>to get all the information. Here is what our postCommitHook.php looks like</p>
<p><script src="http://gist.github.com/390645.js"></script></p>
<p><em>And that is it!</em></p>
<p>Once the scripts are in place, just run copyHooks.php once and then whenever anybody commits on any of your repositories, you will get an elaborate email with the diff.</p>
<img src="http://vxtindia.com/blog/?ak_action=api_record_view&id=71&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://vxtindia.com/blog/get-emails-from-svn-on-commit/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/


Served from: vxtindia @ 2010-09-03 01:42:38 -->