<?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>www.shashionline.in</title>
	<atom:link href="http://www.shashionline.in/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shashionline.in</link>
	<description>One stop destination for all your information need!</description>
	<lastBuildDate>Wed, 21 Jul 2010 05:36:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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 want [...]]]></description>
		<wfw:commentRss>http://www.shashionline.in/get-full-url/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Install Google Chrome In Ubuntu</title>
		<link>http://www.shashionline.in/install-google-chrome-in-ubuntu/</link>
		<comments>http://www.shashionline.in/install-google-chrome-in-ubuntu/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 07:31:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Unix OS]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[chromium]]></category>
		<category><![CDATA[google chrome]]></category>

		<guid isPermaLink="false">http://www.shashionline.in/?p=257</guid>
		<description><![CDATA[How to install google chrome using wine .Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web. The Chromium codebase is the basis for Google’s Chrome browser.
First you can use this tutorial to install chromium in Ubuntu using PPAs and [...]]]></description>
		<wfw:commentRss>http://www.shashionline.in/install-google-chrome-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Recursive Permission Changes</title>
		<link>http://www.shashionline.in/recursive-permission-changes/</link>
		<comments>http://www.shashionline.in/recursive-permission-changes/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 06:17:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Unix OS]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[sudo]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.shashionline.in/?p=254</guid>
		<description><![CDATA[To change the permissions of multiple files and directories with one command. Please note the warning in the chmod with sudo section and the Warning with Recursive chmod section.
Recursive chmod with -R and sudo
To change all the permissions of each file and folder under a specified directory at once, use sudo chmod with -R
user@host:/home/user$ sudo [...]]]></description>
		<wfw:commentRss>http://www.shashionline.in/recursive-permission-changes/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>PHPMyAdmin: Wrong permission on config file (Ubuntu)</title>
		<link>http://www.shashionline.in/phpmyadmin-wrong-permission-on-config-file-ubuntu/</link>
		<comments>http://www.shashionline.in/phpmyadmin-wrong-permission-on-config-file-ubuntu/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 05:30:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Unix OS]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[sudo]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.shashionline.in/?p=251</guid>
		<description><![CDATA[When I was trying to access my phpmyadmin in Ubuntu OS,I have encountered a problem:
Wrong permissions on configuration file, should not be world writable!
I was  thinking of some access control error.  I have searched the web and found article containing this error. There are lot of link available there but after get lot of R&#38;D [...]]]></description>
		<wfw:commentRss>http://www.shashionline.in/phpmyadmin-wrong-permission-on-config-file-ubuntu/feed/</wfw:commentRss>
		<slash:comments>5</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 [...]]]></description>
		<wfw:commentRss>http://www.shashionline.in/substr-php-function/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Fake University in India</title>
		<link>http://www.shashionline.in/fake-university-in-india/</link>
		<comments>http://www.shashionline.in/fake-university-in-india/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 08:03:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Institutions]]></category>
		<category><![CDATA[Bihar]]></category>
		<category><![CDATA[Delhi]]></category>
		<category><![CDATA[Karnataka]]></category>
		<category><![CDATA[Kerala]]></category>
		<category><![CDATA[Madhya Pradesh]]></category>
		<category><![CDATA[Maharashtra]]></category>
		<category><![CDATA[Tamil Nadu]]></category>
		<category><![CDATA[Uttar-Pradesh]]></category>
		<category><![CDATA[West-Bengal]]></category>

		<guid isPermaLink="false">http://www.shashionline.in/?p=148</guid>
		<description><![CDATA[



Fake Universities




State-wise List of fake Universities as on 18thJanuary, 2009
 Bihar
Maithili University/Vishwavidyalaya, Darbhanga, Bihar.
Delhi
Varanaseya Sanskrit Vishwavidyalaya, Varanasi (UP) Jagatpuri, Delhi.
Commercial University Ltd., Daryaganj, Delhi.
United Nations University, Delhi.
Vocational University, Delhi.
ADR-Centric Juridical University, ADR House, 8J, Gopala Tower, 25 Rajendra Place, New Delhi &#8211; 110 008.
Indian Institute of Science and Engineering, New Delhi.
Karnataka
Badaganvi Sarkar World Open University [...]]]></description>
		<wfw:commentRss>http://www.shashionline.in/fake-university-in-india/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>
		<item>
		<title>50+ PHP tips and tricks</title>
		<link>http://www.shashionline.in/50-php-tips-and-tricks/</link>
		<comments>http://www.shashionline.in/50-php-tips-and-tricks/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 08:41:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[50 PHP tips]]></category>
		<category><![CDATA[50 PHP tips and tricks]]></category>
		<category><![CDATA[50 PHP tricks]]></category>
		<category><![CDATA[Advanced PHP]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.shashionline.in/?p=141</guid>
		<description><![CDATA[
echo is faster than print.
Wrap your string in single quotes (’) instead of double quotes (”) is faster because PHP searches for variables inside “…” and not in ‘…’, use this when you’re not using variables you need evaluating in your string.
Use sprintf instead of variables contained in double quotes, it’s about 10x faster.
Use echo’s [...]]]></description>
		<wfw:commentRss>http://www.shashionline.in/50-php-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Companies Using PHP</title>
		<link>http://www.shashionline.in/companies-using-php/</link>
		<comments>http://www.shashionline.in/companies-using-php/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 08:24:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Borland]]></category>
		<category><![CDATA[China Mobile]]></category>
		<category><![CDATA[Digg]]></category>
		<category><![CDATA[eBay]]></category>
		<category><![CDATA[FacebookWikimedia]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[fotolog.com]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Yahoo]]></category>
		<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">http://www.shashionline.in/?p=137</guid>
		<description><![CDATA[Often the question is asked by those who wish to convince a CEO or or some company heavy weight when the question is asked &#8220;What large sites are using PHP&#8221;. Well here is a list of large comapnies and sites known to using PHP.
Like many enterprises, PHP is not always the sole language in use, [...]]]></description>
		<wfw:commentRss>http://www.shashionline.in/companies-using-php/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
