<?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>iaps</title>
	<atom:link href="https://stage.iaps.ca/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>website and software development services</description>
	<lastBuildDate>Mon, 18 Jul 2022 14:43:42 +0000</lastBuildDate>
	<language>en-CA</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://stage.iaps.ca/wp-content/uploads/2021/03/cropped-iaps-owly-32x32.png</url>
	<title>iaps</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Gmail Connection Settings for Email Applications</title>
		<link>https://stage.iaps.ca/gmail-connection-settings-for-email-applications/</link>
					<comments>https://stage.iaps.ca/gmail-connection-settings-for-email-applications/#respond</comments>
		
		<dc:creator><![CDATA[iaps]]></dc:creator>
		<pubDate>Mon, 18 Jul 2022 14:42:22 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">https://stage.iaps.ca/?p=3436</guid>

					<description><![CDATA[<p>IncomingHost: imap.gmail.comPort: 993Security: SSL/TLSAuthentication Method: OAuth2 OutgoingHost: smtp.gmail.comPort: 465Security: SSL/TLSAuthentication Method: OAuth2</p>
<p>The post <a href="https://stage.iaps.ca/gmail-connection-settings-for-email-applications/">Gmail Connection Settings for Email Applications</a> appeared first on <a href="https://stage.iaps.ca">iaps</a>.</p>
]]></description>
		
					<wfw:commentRss>https://stage.iaps.ca/gmail-connection-settings-for-email-applications/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Stock Screening (NASDAQ) &#8211; Custom Reports with Tableau Public</title>
		<link>https://stage.iaps.ca/stock-screening-nasdaq-custom-reports-with-tableau-public/</link>
					<comments>https://stage.iaps.ca/stock-screening-nasdaq-custom-reports-with-tableau-public/#respond</comments>
		
		<dc:creator><![CDATA[iaps]]></dc:creator>
		<pubDate>Thu, 18 Feb 2021 02:21:39 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">https://stage.iaps.ca/?p=2154</guid>

					<description><![CDATA[<p>Late last year we became increasingly interested in the Stock Market, specifically the NASDAQ exchange. The following are some great resources if you wish to create your own reports based on market data. https://www.nasdaq.com/market-activity/stocks/screener &#8211; Provides a downloadable CSV file of current market data for the NASDAQ, including current stocks prices. ftp.nasdaqtrader.com (Logon Type: Anonymous). [&#8230;]</p>
<p>The post <a href="https://stage.iaps.ca/stock-screening-nasdaq-custom-reports-with-tableau-public/">Stock Screening (NASDAQ) &#8211; Custom Reports with Tableau Public</a> appeared first on <a href="https://stage.iaps.ca">iaps</a>.</p>
]]></description>
		
					<wfw:commentRss>https://stage.iaps.ca/stock-screening-nasdaq-custom-reports-with-tableau-public/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Xamarin SignaturePad Image conversion to and from Base64</title>
		<link>https://stage.iaps.ca/xamarin-signaturepad-image-conversion-to-and-from-base64/</link>
					<comments>https://stage.iaps.ca/xamarin-signaturepad-image-conversion-to-and-from-base64/#respond</comments>
		
		<dc:creator><![CDATA[iaps]]></dc:creator>
		<pubDate>Tue, 03 Nov 2020 17:26:26 +0000</pubDate>
				<category><![CDATA[Xamarin]]></category>
		<guid isPermaLink="false">https://stage.iaps.ca/?p=2140</guid>

					<description><![CDATA[<p>The following code shows how to convert a PNG image (Stream) to a Base64 string, and back from a Base64 string to a Stream and into an ImageSource. The example uses SignaturePad (https://github.com/xamarin/SignaturePad), since we needed to convert the resulting signature and store it in a database, and also display it on a website. The [&#8230;]</p>
<p>The post <a href="https://stage.iaps.ca/xamarin-signaturepad-image-conversion-to-and-from-base64/">Xamarin SignaturePad Image conversion to and from Base64</a> appeared first on <a href="https://stage.iaps.ca">iaps</a>.</p>
]]></description>
		
					<wfw:commentRss>https://stage.iaps.ca/xamarin-signaturepad-image-conversion-to-and-from-base64/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Secure and Fix a Hacked WordPress Website</title>
		<link>https://stage.iaps.ca/how-to-secure-and-fix-a-hacked-wordpress-website/</link>
					<comments>https://stage.iaps.ca/how-to-secure-and-fix-a-hacked-wordpress-website/#respond</comments>
		
		<dc:creator><![CDATA[iaps]]></dc:creator>
		<pubDate>Tue, 03 Nov 2020 16:42:07 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://stage.iaps.ca/?p=2133</guid>

					<description><![CDATA[<p>Security For any new or existing WordPress website, you should ensure that you have some sort of software firewall installed. A plugin that will report on suspicious activity and files within your WordPress file system. We recommend WordFence. Even having the basic version of WordFence will help tremendously. In regards to file and folder permissions, [&#8230;]</p>
<p>The post <a href="https://stage.iaps.ca/how-to-secure-and-fix-a-hacked-wordpress-website/">How to Secure and Fix a Hacked WordPress Website</a> appeared first on <a href="https://stage.iaps.ca">iaps</a>.</p>
]]></description>
		
					<wfw:commentRss>https://stage.iaps.ca/how-to-secure-and-fix-a-hacked-wordpress-website/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WordPress Site/Home URL Update</title>
		<link>https://stage.iaps.ca/wordpress-site-home-url-update/</link>
					<comments>https://stage.iaps.ca/wordpress-site-home-url-update/#respond</comments>
		
		<dc:creator><![CDATA[iaps]]></dc:creator>
		<pubDate>Fri, 24 Jul 2020 17:57:29 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://stage.iaps.ca/?p=2110</guid>

					<description><![CDATA[<p>Run the following SQL scripts from phpMyAdmin, or other SQL program. Be sure to change &#8216;http://www.oldurl&#8216; and &#8216;http://www.newurl&#8216; values. UPDATE wp_options SET option_value = replace(option_value, 'http://www.oldurl', 'http://www.newurl') WHERE option_name = 'home' OR option_name = 'siteurl'; UPDATE wp_posts SET guid = replace(guid, 'http://www.oldurl','http://www.newurl'); UPDATE wp_posts SET post_content = replace(post_content, 'http://www.oldurl', 'http://www.newurl'); UPDATE wp_postmeta SET meta_value = [&#8230;]</p>
<p>The post <a href="https://stage.iaps.ca/wordpress-site-home-url-update/">WordPress Site/Home URL Update</a> appeared first on <a href="https://stage.iaps.ca">iaps</a>.</p>
]]></description>
		
					<wfw:commentRss>https://stage.iaps.ca/wordpress-site-home-url-update/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>COVID-19 and 2020 Updates</title>
		<link>https://stage.iaps.ca/covid-19-and-2020-updates/</link>
					<comments>https://stage.iaps.ca/covid-19-and-2020-updates/#respond</comments>
		
		<dc:creator><![CDATA[iaps]]></dc:creator>
		<pubDate>Sun, 29 Mar 2020 13:21:24 +0000</pubDate>
				<category><![CDATA[News & Updates]]></category>
		<guid isPermaLink="false">https://stage.iaps.ca/?p=2096</guid>

					<description><![CDATA[<p>Due to the COVID-19 outbreak, the flu, colds, car accidents, radiation from sun exposure, bumps, scrapes, bruises, and all forms of cancer, we at IAPS have your, and our, safety in mind. For those reasons, we work remotely from home and encourage everyone to avoid illness by eating healthy, getting some exercise, and thinking positively. [&#8230;]</p>
<p>The post <a href="https://stage.iaps.ca/covid-19-and-2020-updates/">COVID-19 and 2020 Updates</a> appeared first on <a href="https://stage.iaps.ca">iaps</a>.</p>
]]></description>
		
					<wfw:commentRss>https://stage.iaps.ca/covid-19-and-2020-updates/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Backup Windows Files with Rsync via Cygwin</title>
		<link>https://stage.iaps.ca/backup-windows-files-with-rsync-via-cygwin/</link>
					<comments>https://stage.iaps.ca/backup-windows-files-with-rsync-via-cygwin/#comments</comments>
		
		<dc:creator><![CDATA[iaps]]></dc:creator>
		<pubDate>Thu, 28 Mar 2019 12:24:31 +0000</pubDate>
				<category><![CDATA[Operating Systems]]></category>
		<guid isPermaLink="false">https://stage.iaps.ca/?p=2042</guid>

					<description><![CDATA[<p>Edit [2021-02-17]: we have reversed the changes back to the original, as it seems to work better as it was. The suggested change was from using -auvhPW instead of -rutvahz (see below shell script commands). Also, we highly recommend the AOMEI for full system backups and hard drive cloning. We now use a combination of [&#8230;]</p>
<p>The post <a href="https://stage.iaps.ca/backup-windows-files-with-rsync-via-cygwin/">Backup Windows Files with Rsync via Cygwin</a> appeared first on <a href="https://stage.iaps.ca">iaps</a>.</p>
]]></description>
		
					<wfw:commentRss>https://stage.iaps.ca/backup-windows-files-with-rsync-via-cygwin/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>PHP Function Return New Object</title>
		<link>https://stage.iaps.ca/php-function-return-new-object/</link>
					<comments>https://stage.iaps.ca/php-function-return-new-object/#comments</comments>
		
		<dc:creator><![CDATA[iaps]]></dc:creator>
		<pubDate>Fri, 10 Mar 2017 21:23:50 +0000</pubDate>
				<category><![CDATA[PHP Development]]></category>
		<category><![CDATA[call_user_func_array]]></category>
		<category><![CDATA[func_get_args]]></category>
		<category><![CDATA[new static]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">https://stage.iaps.ca/?p=1926</guid>

					<description><![CDATA[<p>Through our years of programming, we have optimized and re-optimized our code in attempt to make things easier for us, and to reduce redundant code. During our endeavours, we implemented an abstract class containing a function that returns a new object instance: abstract class i_object { &#160;&#160;&#160;&#160;final public static function i() { &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;return count(func_get_args()) ? [&#8230;]</p>
<p>The post <a href="https://stage.iaps.ca/php-function-return-new-object/">PHP Function Return New Object</a> appeared first on <a href="https://stage.iaps.ca">iaps</a>.</p>
]]></description>
		
					<wfw:commentRss>https://stage.iaps.ca/php-function-return-new-object/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Connecting to cPanel via SSH/SFTP</title>
		<link>https://stage.iaps.ca/connecting-to-cpanel-via-ssh-sftp/</link>
					<comments>https://stage.iaps.ca/connecting-to-cpanel-via-ssh-sftp/#respond</comments>
		
		<dc:creator><![CDATA[iaps]]></dc:creator>
		<pubDate>Mon, 06 Mar 2017 06:51:38 +0000</pubDate>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[News & Updates]]></category>
		<category><![CDATA[filezilla]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[ppk]]></category>
		<category><![CDATA[sftp]]></category>
		<category><![CDATA[ssh]]></category>
		<guid isPermaLink="false">https://stage.iaps.ca/?p=1883</guid>

					<description><![CDATA[<p>Please note that access via FTP is no longer permitted, as at March 7th, 2017 @ 12:01am EST. The following describes how to configure SFTP access for a cPanel user. Aside from logging into cPanel and using the File Manager tool to manage your website files, you can also connect via SFTP, not to be [&#8230;]</p>
<p>The post <a href="https://stage.iaps.ca/connecting-to-cpanel-via-ssh-sftp/">Connecting to cPanel via SSH/SFTP</a> appeared first on <a href="https://stage.iaps.ca">iaps</a>.</p>
]]></description>
		
					<wfw:commentRss>https://stage.iaps.ca/connecting-to-cpanel-via-ssh-sftp/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Upcoming Projects in 2017</title>
		<link>https://stage.iaps.ca/upcoming-projects-in-2017/</link>
					<comments>https://stage.iaps.ca/upcoming-projects-in-2017/#respond</comments>
		
		<dc:creator><![CDATA[iaps]]></dc:creator>
		<pubDate>Fri, 03 Mar 2017 20:41:11 +0000</pubDate>
				<category><![CDATA[formdo.com]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[PHP Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://stage.iaps.ca/?p=1875</guid>

					<description><![CDATA[<p>Hosting This year we will be upgrading our hosting services by more than doubling speed, ram and space, which is expected to occur early March. formDO We will be releasing our flagship project, formDO, late April! flokah (ubudget) We have some really awesome updates prepared for this project, which will be released shortly after the [&#8230;]</p>
<p>The post <a href="https://stage.iaps.ca/upcoming-projects-in-2017/">Upcoming Projects in 2017</a> appeared first on <a href="https://stage.iaps.ca">iaps</a>.</p>
]]></description>
		
					<wfw:commentRss>https://stage.iaps.ca/upcoming-projects-in-2017/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
