<?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>Shashionline.in &#187; Open-Source</title>
	<atom:link href="http://www.shashionline.in/category/tutorial/open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shashionline.in</link>
	<description>Article from PHP,.Net,ASP,C#,HTML,Interview Question,JavaScript,MySQL,JAVA</description>
	<lastBuildDate>Wed, 04 Jan 2012 08:04:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to change the XAMPP server port number</title>
		<link>http://www.shashionline.in/how-to-change-the-xampp-server-port-number/</link>
		<comments>http://www.shashionline.in/how-to-change-the-xampp-server-port-number/#comments</comments>
		<pubDate>Mon, 07 Mar 2011 05:49:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Open-Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[gtalk]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://www.shashionline.in/?p=378</guid>
		<description><![CDATA[How to change the XAMPP server port number Why do we need to change the port number? It is very common that a web developer needs to have multiple web servers running, all at the same time. For example, an XAMPP server can be used to run the local wordpress, while a SKYPE or Gtalk [...]]]></description>
		<wfw:commentRss>http://www.shashionline.in/how-to-change-the-xampp-server-port-number/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create new user in PhpMyAdmin at localhost</title>
		<link>http://www.shashionline.in/how-to-create-new-user-in-phpmyadmin-at-localhost/</link>
		<comments>http://www.shashionline.in/how-to-create-new-user-in-phpmyadmin-at-localhost/#comments</comments>
		<pubDate>Wed, 02 Mar 2011 06:03:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Open-Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[PhpMyAdmin]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.shashionline.in/?p=374</guid>
		<description><![CDATA[Go to phpmyadmin at your localhost if you are using xampp server than go with http://localhost/phpmyadmin or if you are using easyphp than go with http://127.0.0.1/phpmyadmin Now you can see different links related to phpmyadmin like database, sql, status, variables etc. Click on Privileges and now you will see different user is availble in your [...]]]></description>
		<wfw:commentRss>http://www.shashionline.in/how-to-create-new-user-in-phpmyadmin-at-localhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get the First Monday of the current Month or Get Last Day of Month or Get First Day of Month</title>
		<link>http://www.shashionline.in/get-the-first-monday-of-the-current-month-or-get-last-day-of-month-or-get-first-day-of-month/</link>
		<comments>http://www.shashionline.in/get-the-first-monday-of-the-current-month-or-get-last-day-of-month-or-get-first-day-of-month/#comments</comments>
		<pubDate>Fri, 18 Feb 2011 10:02:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Open-Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Advance PHP]]></category>
		<category><![CDATA[Basic PHP]]></category>
		<category><![CDATA[First Day]]></category>
		<category><![CDATA[First Monday]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[Get First Friday of Month]]></category>
		<category><![CDATA[Get First Monday of Month]]></category>
		<category><![CDATA[Get Last Day of Month]]></category>
		<category><![CDATA[Get Last Friday of Month]]></category>
		<category><![CDATA[Get Last Monday of Month]]></category>
		<category><![CDATA[getFirstDay]]></category>
		<category><![CDATA[getFirstMonday]]></category>
		<category><![CDATA[Last Day]]></category>
		<category><![CDATA[mktime]]></category>
		<category><![CDATA[strftime]]></category>
		<category><![CDATA[strtotime]]></category>

		<guid isPermaLink="false">http://www.shashionline.in/?p=368</guid>
		<description><![CDATA[Get the First Monday of the current Month or Get Last Day of Month or Get First Day of Month Get the First Monday of the current Month &#60;?php function getFirstMonday($month,$year) { $num = date(&#8220;w&#8221;,mktime(0,0,0,$month,1,$year)); if($num==1) return date(&#8220;Y-M-ds&#8221;,mktime(0,0,0,$month,1,$year)); elseif($num&#62;1) return date(&#8220;Y-M-d&#8221;,mktime(0,0,0,$month,1,$year)+(86400*(8-$num))); else return date(&#8220;Y-M-d&#8221;,mktime(0,0,0,$month,1,$year)+(86400*(1-$num))); } $month = date(&#8220;m&#8221;); $year = date(&#8220;Y&#8221;); // this will output [...]]]></description>
		<wfw:commentRss>http://www.shashionline.in/get-the-first-monday-of-the-current-month-or-get-last-day-of-month-or-get-first-day-of-month/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get file name and remove file extension using php</title>
		<link>http://www.shashionline.in/get-file-name-and-remove-file-extension-using-php/</link>
		<comments>http://www.shashionline.in/get-file-name-and-remove-file-extension-using-php/#comments</comments>
		<pubDate>Wed, 16 Feb 2011 09:37:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Open-Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[basename]]></category>
		<category><![CDATA[get file name]]></category>
		<category><![CDATA[php function]]></category>
		<category><![CDATA[remove file extension]]></category>
		<category><![CDATA[strrpos]]></category>
		<category><![CDATA[Substr]]></category>

		<guid isPermaLink="false">http://www.shashionline.in/?p=360</guid>
		<description><![CDATA[Get a File name from url Using PHP Get the &#8220;filename&#8221;, or the last part of the string, with the basename function. &#60;?php $url = &#8216;http://www.example.com/feeds/xyz/index.php?filename=abc&#8217;; echo basename($url); // print “index.php”; ?&#62; Remove a File Extention Using PHP To strip the file extension from a file name you can use the combination of strrpos() and [...]]]></description>
		<wfw:commentRss>http://www.shashionline.in/get-file-name-and-remove-file-extension-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirect HTTP to HTTPS Apache secure connection</title>
		<link>http://www.shashionline.in/redirect-http-to-https-apache-secure-connection/</link>
		<comments>http://www.shashionline.in/redirect-http-to-https-apache-secure-connection/#comments</comments>
		<pubDate>Fri, 03 Dec 2010 09:26:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Article]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[HTACCESS]]></category>
		<category><![CDATA[Open-Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[secure layer]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://www.shashionline.in/?p=292</guid>
		<description><![CDATA[Most of the e-commerce website uses payment gateway for online payment. And, those sites uses SSL (secure socket layer) connection to transfer data to and from the payment gateway. Most of the sites uses “http” protocol and you can see “http” in the browser’s address bar. But in the Ssl connection, we need to redirect [...]]]></description>
		<wfw:commentRss>http://www.shashionline.in/redirect-http-to-https-apache-secure-connection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Apache Web Server on Ubuntu 9.10</title>
		<link>http://www.shashionline.in/install-apache-web-server-on-ubuntu-9-10/</link>
		<comments>http://www.shashionline.in/install-apache-web-server-on-ubuntu-9-10/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 08:05:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Open-Source]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Unix OS]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Apache Web Server]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[Ubuntu 9.10]]></category>
		<category><![CDATA[Web Server]]></category>

		<guid isPermaLink="false">http://www.shashionline.in/?p=268</guid>
		<description><![CDATA[This step-by-step howto shows a basic setup for Apache 2 web server. Apache is installed on Ubuntu 6.06 LTS Dapper, but instructions will probably work on any Ubuntu. This document is a work in progress, initially only required commands are listed without troughout explanations. Install Apache $ sudo apt-get install apache2 Test it Surf to [...]]]></description>
		<wfw:commentRss>http://www.shashionline.in/install-apache-web-server-on-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Blogging?</title>
		<link>http://www.shashionline.in/how-to-blogging/</link>
		<comments>http://www.shashionline.in/how-to-blogging/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 05:37:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Open-Source]]></category>
		<category><![CDATA[Blogspot]]></category>
		<category><![CDATA[Open Source Technology]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.shashionline.in/?p=63</guid>
		<description><![CDATA[Exactly what is a &#8220;Blog&#8221;? A Blog, shortened from &#8220;weblog&#8221;, is basically an online journal where you can digitally put down your ideas, thoughts, opinions and practically anything that you want people to read. Blogging is very popular all over the world and basically there are no rules when it comes to blogging. Bloggers have [...]]]></description>
		<wfw:commentRss>http://www.shashionline.in/how-to-blogging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

