<?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; Programming</title>
	<atom:link href="http://www.shashionline.in/category/article/programming-article/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>Wordwrap your text</title>
		<link>http://www.shashionline.in/wordwrap-your-text/</link>
		<comments>http://www.shashionline.in/wordwrap-your-text/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 13:20:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[wordwrap]]></category>

		<guid isPermaLink="false">http://www.shashionline.in/?p=270</guid>
		<description><![CDATA[Here the function that comes under php i.e wordwrap(). You can use it for wrapping you long string text into multiple lines and easy to read. Following are the code that help you. Copy and paste the code into your editor save the code as php file and run into you browser. &#60;?php // string [...]]]></description>
		<wfw:commentRss>http://www.shashionline.in/wordwrap-your-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Current URL</title>
		<link>http://www.shashionline.in/get-full-url/</link>
		<comments>http://www.shashionline.in/get-full-url/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 05:16:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[CURRENT URL]]></category>
		<category><![CDATA[PHP Script]]></category>
		<category><![CDATA[SERVER BROWSER]]></category>
		<category><![CDATA[URL]]></category>

		<guid isPermaLink="false">http://www.shashionline.in/?p=259</guid>
		<description><![CDATA[The PHP super global $_SERVER contains all the information you need to access various information about the URL and can even carry variables. Often you need to get the full URL of the page you are on and this requires piecing together several of the $_SERVER variables to get the whole URL. Sometimes, you might [...]]]></description>
		<wfw:commentRss>http://www.shashionline.in/get-full-url/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add HTML Control with JavaScript</title>
		<link>http://www.shashionline.in/166/</link>
		<comments>http://www.shashionline.in/166/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 13:00:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[addHTMLControl]]></category>
		<category><![CDATA[Control]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.shashionline.in/?p=166</guid>
		<description><![CDATA[This chapter explains how to display add HTML control dynamically through JavaScript. Click for Demo : Add HTML Control Download the script : Add HTML Control]]></description>
		<wfw:commentRss>http://www.shashionline.in/166/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Substr () PHP Function</title>
		<link>http://www.shashionline.in/substr-php-function/</link>
		<comments>http://www.shashionline.in/substr-php-function/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 09:50:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[Substr]]></category>

		<guid isPermaLink="false">http://www.shashionline.in/?p=151</guid>
		<description><![CDATA[The Substr () PHP Function is used to return part of a string. It is written as substr (string, start, optional length);.The string is whatever string you want to return a portion of. The start is how many characters in to skip before starting. Setting this to 3 would skip the first three and start [...]]]></description>
		<wfw:commentRss>http://www.shashionline.in/substr-php-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML &amp; JavaScript Loader</title>
		<link>http://www.shashionline.in/html-javascript-loader/</link>
		<comments>http://www.shashionline.in/html-javascript-loader/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 07:18:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[JavaScript Loading]]></category>

		<guid isPermaLink="false">http://www.shashionline.in/?p=143</guid>
		<description><![CDATA[In this program just change the source of  iframe and your loading.gif will show upto that time when page will not upload finally. For Demo Click Here Download Script Click Here]]></description>
		<wfw:commentRss>http://www.shashionline.in/html-javascript-loader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

