<?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"
	>

<channel>
	<title>Web Site Hosting Blog</title>
	<atom:link href="http://windowshostingindia.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://windowshostingindia.com</link>
	<description>cPanel Hosting, Linux Hosting, Website Hosting, Dedicated Server, Hosting Tutorial, Hosting Tools, Hosting Resources</description>
	<pubDate>Sat, 15 Nov 2008 11:12:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>test</title>
		<link>http://windowshostingindia.com/uncategorized/test/</link>
		<comments>http://windowshostingindia.com/uncategorized/test/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 11:12:17 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://windowshostingindia.com/?p=24</guid>
		<description><![CDATA[test
]]></description>
			<content:encoded><![CDATA[<p>test</p>
]]></content:encoded>
			<wfw:commentRss>http://windowshostingindia.com/uncategorized/test/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Checklist Before Shifting from Window to Ubuntu</title>
		<link>http://windowshostingindia.com/linux-hosting/checklist-before-shifting-from-window-to-ubuntu/</link>
		<comments>http://windowshostingindia.com/linux-hosting/checklist-before-shifting-from-window-to-ubuntu/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 13:31:20 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Linux Hosting]]></category>

		<guid isPermaLink="false">http://windowshostingindia.com/?p=22</guid>
		<description><![CDATA[If you are planned to shift from window to Ubuntu, you could find this checklist helpful to make switch over, Ubuntu 7.04 can import your files, Windows bookmarks, favorites, documents, and pictures including the software to read and write files from your Windows drive.
Check list before shifting to Ubuntu from window;
* Download and run Ubuntu [...]]]></description>
			<content:encoded><![CDATA[<p>If you are planned to shift from window to Ubuntu, you could find this checklist helpful to make switch over, Ubuntu 7.04 can import your files, Windows bookmarks, favorites, documents, and pictures including the software to read and write files from your Windows drive.</p>
<p>Check list before shifting to Ubuntu from window;</p>
<p>* Download and run Ubuntu Live CD</p>
<p>* Check if there are any good astronomy programs available</p>
<p>* Make a list of alternative programs you can install and use</p>
<p>* Check the hardware support for my printer, scanner, broadband modem and webcam</p>
<p>* Check if your word processed document formats are supported</p>
<p>* Save all of your web bookmarks and e-mails</p>
<p>* Get together all of the files you want to keep in one folder</p>
<p>* Export all of your accounting files into a spreadsheet</p>
<p>* Copy all of your data (bookmarks, files, etc) onto a DVD</p>
<p>* Test the DVD to make sure everything was copied across</p>
<p>* Make a list and print out of all your mail and Internet connection settings, user accounts, and saved passwords</p>
<p>* Install Ubuntu from the Install CD</p>
<p>* Use System -> Preferences to set everything up how you like it based on your list of settings and account details</p>
<p>* Install everything you need from your list of available programs</p>
<p>* Copy all of your data across into Home directory</p>
<p>* Import e-mail into a mail client</p>
]]></content:encoded>
			<wfw:commentRss>http://windowshostingindia.com/linux-hosting/checklist-before-shifting-from-window-to-ubuntu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SQL Query Analyzer-Keyword Shortcut Part I</title>
		<link>http://windowshostingindia.com/mysql/sql-query-analyzer-keyword-shortcut-part-i/</link>
		<comments>http://windowshostingindia.com/mysql/sql-query-analyzer-keyword-shortcut-part-i/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 12:35:41 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[MYSQL]]></category>

		<guid isPermaLink="false">http://windowshostingindia.com/?p=18</guid>
		<description><![CDATA[The following lists of keyword shortcuts for SQL Query Analyzer should be helpful to you, the list contains (CTRL+) combination shortcut for SQL Query Analyzer, you would find these shortcut very handy and will surely save your time. 
CTRL+O                &#8212; [...]]]></description>
			<content:encoded><![CDATA[<p>The following lists of keyword shortcuts for SQL Query Analyzer should be helpful to you, the list contains (CTRL+) combination shortcut for SQL Query Analyzer, you would find these shortcut very handy and will surely save your time. </p>
<p>CTRL+O                &#8212; Connect.<br />
CTRL+F4               &#8212; Disconnect.<br />
CTRL+F4               &#8212; Disconnect and close child window.<br />
ALT+F1                &#8212; Database object information.<br />
CTRL+SHIFT+DEL        &#8212; Clear the active Editor pane.<br />
CTRL+SHIFT+C          &#8212; Comment out code.<br />
CTRL+C or Ctrl+Insert &#8212; Copy<br />
CTRL+X or Shift+Del   &#8212; Cut<br />
CTRL-SHIFT-F2         &#8212; Clear all bookmarks.<br />
CTRL+F2               &#8212; Insert or remove a bookmark (toggle).<br />
F2                    &#8212; Move to next bookmark.<br />
SHIFT+F2              &#8212; Move to previous bookmark.<br />
ALT+BREAK             &#8212; Cancel a query.<br />
SHIFT+TAB             &#8212; Decrease indent.<br />
CTRL+DEL              &#8212; Delete through the end of a line in the Editor pane.<br />
CTRL+F                &#8212; Find.<br />
CTRL+G                &#8212; Go to a line number.<br />
TAB                   &#8212; Increase indent.<br />
CTRL+SHIFT+L          &#8212; Make selection lowercase.<br />
CTRL+SHIFT+U          &#8212; Make selection uppercase.<br />
CTRL+V or Shift+Insert &#8212; Paste.<br />
CTRL+SHIFT+R          &#8212; Remove comments.<br />
F3                    &#8212; Repeat last search or find next.<br />
CTRL+H                &#8212; Replace.<br />
CTRL+A                &#8212; Select all.<br />
CTRL+Z                &#8212; Undo.<br />
F5 or Ctrl + E        &#8212; Execute a query.<br />
F1                    &#8212; Help for Query Analyzer.<br />
SHIFT+F1              &#8212; Help for the selected Transact-SQL statement.<br />
F6                    &#8212; Switch between query and result panes.<br />
CTRL+P                &#8212; Print<br />
CTRL+D                &#8212; Display results in grid format.<br />
CTRL+T                &#8212; Display results in text format.<br />
CTRL+B                &#8212; Move the splitter.<br />
CTRL+SHIFT+F          &#8212; Save results to file.<br />
CTRL+R                &#8212; Show Results pane (toggle).<br />
Shift+F6              &#8212; Switch panes.<br />
CTRL+W                &#8212; Window Selector.<br />
CTRL+N                &#8212; New Query window.<br />
F8                    &#8212; Object Browser (show/hide).<br />
F4                    &#8212; Object Search.<br />
CTRL+F5               &#8212; Parse the query and check syntax.<br />
CTRL+S                &#8212; Save<br />
CTRL+SHIFT+INSERT     &#8212; Insert a template.<br />
CTRL+SHIFT+M          &#8212; Replace template parameters.<br />
CTRL+L                &#8212; Display estimated execution plan.<br />
CTRL+K                &#8212; Display execution plan (toggle ON/OFF).<br />
CTRL+I                &#8212; Index Tuning Wizard.<br />
CTRL+SHIFT+S          &#8212; Show client statistics<br />
CTRL+SHIFT+T          &#8212; Show server trace.<br />
CTRL+U                &#8212; Use database</p>
]]></content:encoded>
			<wfw:commentRss>http://windowshostingindia.com/mysql/sql-query-analyzer-keyword-shortcut-part-i/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Post via E-mail- Wordpress Feature</title>
		<link>http://windowshostingindia.com/blog/post-via-e-mail-wordpress/</link>
		<comments>http://windowshostingindia.com/blog/post-via-e-mail-wordpress/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 14:23:02 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[blog]]></category>

		<category><![CDATA[wordpress tutorials]]></category>

		<guid isPermaLink="false">http://windowshostingindia.com/?p=13</guid>
		<description><![CDATA[Wordpress offer a pretty nice feature which let you post in your blog via email, you can set up your blog to publish e-mails as blog posts. To get this implemented, you need to send an e-mail to a specific address you&#8217;ve established for the purpose. 
Also morelikely you will need the help of your [...]]]></description>
			<content:encoded><![CDATA[<p>Wordpress offer a pretty nice feature which let you post in your blog via email, you can set up your blog to publish e-mails as blog posts. To get this implemented, you need to send an e-mail to a specific address you&#8217;ve established for the purpose. </p>
<p>Also morelikely you will need the help of your host provider and/or your e-mail provider. This is an optional service so you can still publish posts from the Write Post SubPanel if you don&#8217;t want to post via e-mail. </p>
<p>You need to Complete the following fields to post by e-mail:</p>
<p>Mail Server</p>
<p>    The mail server store your email for retrieval on your behalf and thus Your mail server will have a URI address, such as mail.example.com, which you should enter here. </p>
<p>Port<br />
   You should enter the port number here, the Servers usually use port 110 to receive requests related to emails. If your mail server uses a different port, enter that port number here. </p>
<p>Login Name<br />
    If, for example, the e-mail address that you will be using for the writing by e-mail feature is yoursite@example.com, then &#8216;yoursite&#8217; is the Login name. </p>
<p>Password</p>
<p>    Enter the password for the above e-mail address here. </p>
<p>Default Mail Category</p>
<p> All post published via the post by email feature, WordPress will  assign this Category. Note: You can also create new Categories in via Administration > Manage > Categories. </p>
<p>More help for the set-up, check with codex at http://codex.wordpress.org/Blog_by_Email.  </p>
]]></content:encoded>
			<wfw:commentRss>http://windowshostingindia.com/blog/post-via-e-mail-wordpress/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
