<?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 &#187; Article</title>
	<atom:link href="http://www.shashionline.in/category/article/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shashionline.in</link>
	<description>One stop destination for all your information need!</description>
	<lastBuildDate>Mon, 02 Aug 2010 08:05:06 +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>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>1</slash:comments>
		</item>
		<item>
		<title>Install MySQL Server 5 on Ubuntu 9.10</title>
		<link>http://www.shashionline.in/install-mysql-server-5-on-ubuntu-9-10/</link>
		<comments>http://www.shashionline.in/install-mysql-server-5-on-ubuntu-9-10/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 07:48:54 +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[installation]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysql server]]></category>
		<category><![CDATA[Ubuntu 9.10]]></category>

		<guid isPermaLink="false">http://www.shashionline.in/?p=266</guid>
		<description><![CDATA[Installing MySQL 5 Server on Ubuntu is a quick and easy process. It almost feels like it should be more difficult.
Open a terminal window, and use the following command:
    sudo apt-get install mysql-server
If you are running PHP you will also need to install the php module for mysql 5:
    [...]]]></description>
		<wfw:commentRss>http://www.shashionline.in/install-mysql-server-5-on-ubuntu-9-10/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 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>3</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>8</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>
	</channel>
</rss>
