<?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>alexyz &#187; Windows</title>
	<atom:link href="http://alexyz.com/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexyz.com</link>
	<description>developer notes</description>
	<lastBuildDate>Thu, 15 Mar 2012 22:48:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>PHP script to download .ics Outlook Event Schedule Calendar Alarm add</title>
		<link>http://alexyz.com/php-script-to-download-ics-outlook-event-schedule-calendar-alarm-add/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=php-script-to-download-ics-outlook-event-schedule-calendar-alarm-add</link>
		<comments>http://alexyz.com/php-script-to-download-ics-outlook-event-schedule-calendar-alarm-add/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 21:32:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://alexyz.com/?p=1374</guid>
		<description><![CDATA[My boss wanted the ability to put a button on an event on our site that would book it in the user&#8217;s Outlook calendar.  Short story is the link downloads an .ics file to their computer, opened with Outlook it schedules the Event, Reminder, Priority, Schedule, and so on.  Thank you http://www.myhow2guru.com &#60;?php //This is [...]]]></description>
			<content:encoded><![CDATA[<p>My boss wanted the ability to put a button on an event on our site that would book it in the user&#8217;s Outlook calendar.  Short story is the link downloads an .ics file to their computer, opened with Outlook it schedules the Event, Reminder, Priority, Schedule, and so on.  Thank you <a href="http://www.myhow2guru.com">http://www.myhow2guru.com</a></p>
<p>&lt;?php<br />
//This is the most important coding.<br />
header(&#8220;Content-Type: text/Calendar&#8221;);<br />
header(&#8220;Content-Disposition: inline; filename=filename.ics&#8221;);<br />
echo &#8220;BEGIN:VCALENDAR\n&#8221;;<br />
echo &#8220;PRODID:-//Microsoft Corporation//Outlook 12.0 MIMEDIR//EN\n&#8221;;<br />
echo &#8220;VERSION:2.0\n&#8221;;<br />
echo &#8220;METHOD:PUBLISH\n&#8221;;<br />
echo &#8220;X-MS-OLK-FORCEINSPECTOROPEN:TRUE\n&#8221;;<br />
echo &#8220;BEGIN:VEVENT\n&#8221;;<br />
echo &#8220;CLASS:PUBLIC\n&#8221;;<br />
echo &#8220;CREATED:20091109T101015Z\n&#8221;;<br />
echo &#8220;DESCRIPTION:How 2 Guru Event\\n\\n\\nEvent Page\\n\\nhttp://www.myhow2guru.com\n&#8221;;<br />
echo &#8220;DTEND:20091208T040000Z\n&#8221;;<br />
echo &#8220;DTSTAMP:20091109T093305Z\n&#8221;;<br />
echo &#8220;DTSTART:20091208T003000Z\n&#8221;;<br />
echo &#8220;LAST-MODIFIED:20091109T101015Z\n&#8221;;<br />
echo &#8220;LOCATION:Anywhere have internet\n&#8221;;<br />
echo &#8220;PRIORITY:5\n&#8221;;<br />
echo &#8220;SEQUENCE:0\n&#8221;;<br />
echo &#8220;SUMMARY;LANGUAGE=en-us:How2Guru Event\n&#8221;;<br />
echo &#8220;TRANSP:OPAQUE\n&#8221;;<br />
echo &#8220;UID:040000008200E00074C5B7101A82E008000000008062306C6261CA01000000000000000\n&#8221;;<br />
echo &#8220;X-MICROSOFT-CDO-BUSYSTATUS:BUSY\n&#8221;;<br />
echo &#8220;X-MICROSOFT-CDO-IMPORTANCE:1\n&#8221;;<br />
echo &#8220;X-MICROSOFT-DISALLOW-COUNTER:FALSE\n&#8221;;<br />
echo &#8220;X-MS-OLK-ALLOWEXTERNCHECK:TRUE\n&#8221;;<br />
echo &#8220;X-MS-OLK-AUTOFILLLOCATION:FALSE\n&#8221;;<br />
echo &#8220;X-MS-OLK-CONFTYPE:0\n&#8221;;<br />
//Here is to set the reminder for the event.<br />
echo &#8220;BEGIN:VALARM\n&#8221;;<br />
echo &#8220;TRIGGER:-PT1440M\n&#8221;;<br />
echo &#8220;ACTION:DISPLAY\n&#8221;;<br />
echo &#8220;DESCRIPTION:Reminder\n&#8221;;<br />
echo &#8220;END:VALARM\n&#8221;;<br />
echo &#8220;END:VEVENT\n&#8221;;<br />
echo &#8220;END:VCALENDAR\n&#8221;;<br />
? &gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://alexyz.com/php-script-to-download-ics-outlook-event-schedule-calendar-alarm-add/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Runas administrator</title>
		<link>http://alexyz.com/runas-administrator/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=runas-administrator</link>
		<comments>http://alexyz.com/runas-administrator/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 01:53:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://alexyz.com/?p=147</guid>
		<description><![CDATA[If runas isn&#8217;t in the menu when you right click on a file, add the runas option to that file type in the registry, here&#8217;s how: http://www.howtogeek.com/howto/windows-vista/add-run-as-administrator-to-any-file-type-in-windows-vista/ otherwise: can you run any other program that can edit that file with runas? example, I wanted to edit C:\xampp\phpMyAdmin\config.inc.php as admin, first run dreamweaver as admin and [...]]]></description>
			<content:encoded><![CDATA[<p>If runas isn&#8217;t in the menu when you right click on a file, add the runas option to that file type in the registry, here&#8217;s how:</p>
<p><span style="color: #0000ff;"><a href="http://www.howtogeek.com/howto/windows-vista/add-run-as-administrator-to-any-file-type-in-windows-vista/">http://www.howtogeek.com/howto/windows-vista/add-run-as-administrator-to-any-file-type-in-windows-vista/</a></span></p>
<p>otherwise:</p>
<p>can you run any other program that can edit that file with runas?</p>
<p>example, I wanted to edit C:\xampp\phpMyAdmin\config.inc.php as admin,</p>
<p>first run dreamweaver as admin and it will also be able to save as admin!</p>
]]></content:encoded>
			<wfw:commentRss>http://alexyz.com/runas-administrator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Boot Startup Applications MSCONFIG</title>
		<link>http://alexyz.com/boot-startup-applications-msconfig/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=boot-startup-applications-msconfig</link>
		<comments>http://alexyz.com/boot-startup-applications-msconfig/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 14:36:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://alexyz.com/?p=137</guid>
		<description><![CDATA[Run MSCONFIG]]></description>
			<content:encoded><![CDATA[<p>Run</p>
<p>MSCONFIG</p>
]]></content:encoded>
			<wfw:commentRss>http://alexyz.com/boot-startup-applications-msconfig/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Location of Windows Hosts Host file</title>
		<link>http://alexyz.com/location-of-windows-hosts-host-file/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=location-of-windows-hosts-host-file</link>
		<comments>http://alexyz.com/location-of-windows-hosts-host-file/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 08:19:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://alexyz.com/?p=43</guid>
		<description><![CDATA[C:\WINDOWS\system32\drivers\etc\hosts forward browser requests for www.google.com instead to IP 192.162.1.1 example: 192.162.1.1 www.google.com]]></description>
			<content:encoded><![CDATA[<p>C:\WINDOWS\system32\drivers\etc\hosts</p>
<p>forward browser requests for www.google.com<br />
instead to IP 192.162.1.1<br />
example:</p>
<p><span style="color: #0000ff;">192.162.1.1     www.google.com</span></p>
]]></content:encoded>
			<wfw:commentRss>http://alexyz.com/location-of-windows-hosts-host-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

