<?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>Application &#8211; LarryLai</title>
	<atom:link href="https://larrylai.com/category/it/software/application/feed/" rel="self" type="application/rss+xml" />
	<link>https://larrylai.com</link>
	<description>兼聽則明 偏聽則暗</description>
	<lastBuildDate>Sat, 13 Jun 2026 16:58:00 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://larrylai.com/wp-content/uploads/2017/03/larrylai_com-favicon.png</url>
	<title>Application &#8211; LarryLai</title>
	<link>https://larrylai.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Piwigo Fotorama Conflict w/ Embedded Video</title>
		<link>https://larrylai.com/piwigo-fotorama-conflict-w-embedded-video-2/</link>
					<comments>https://larrylai.com/piwigo-fotorama-conflict-w-embedded-video-2/#respond</comments>
		
		<dc:creator><![CDATA[larry]]></dc:creator>
		<pubDate>Sat, 13 Jun 2026 16:58:00 +0000</pubDate>
				<category><![CDATA[Application]]></category>
		<guid isPermaLink="false">https://larrylai.com/piwigo-fotorama-conflict-w-embedded-video-2/</guid>

					<description><![CDATA[<p>Issue: After installing Fotorama plugin in Piwigo provided that there is Embedded Video installed, the following error message will be shown while clicking the slideshow button on top of the video pages: Notice: Undefined index: selected_derivative in /&#8230;/plugins/Fotorama/main.inc.php on line 54 Fatal error: Call to a member function get_type() on a non-object in /&#8230;/plugins/Fotorama/main.inc.php on [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://larrylai.com/piwigo-fotorama-conflict-w-embedded-video-2/">Piwigo Fotorama Conflict w/ Embedded Video</a> appeared first on <a rel="nofollow" href="https://larrylai.com">LarryLai</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>Issue:</strong></p>
<p>After installing Fotorama plugin in Piwigo provided that there is Embedded Video installed, the following error message will be shown while clicking the slideshow button on top of the video pages: Notice: Undefined index: selected_derivative in /&#8230;/plugins/Fotorama/main.inc.php on line 54 Fatal error: Call to a member function get_type() on a non-object in /&#8230;/plugins/Fotorama/main.inc.php on line 54 </p>
<p><strong>Solution:</strong></p>
<p>Maybe it is just a workaround for the issue. However, it works so far. Comment out the statements causing the error in main.inc.php of Fotorama plugin as below:</p>
<pre>$type = $current['selected_derivative']-&gt;get_type();
    $defined = ImageStdParams::get_defined_type_map();
    if (!isset($defined[$type]))
    {
      $type = pwg_get_session_var('picture_deriv', $conf['derivative_default_size']);
    }</pre>
<p>and rewrite the following line:</p>
<pre>$type = pwg_get_session_var('picture_deriv', $conf['derivative_default_size']);</pre>
<p><strong>Config:</strong></p>
<ul>
<li>Piwigo          2.6.2</li>
<li>Embedded plugin: 2.6.2</li>
<li>Fotorama plugin:   2.6.h</li>
</ul>
<p>The post <a rel="nofollow" href="https://larrylai.com/piwigo-fotorama-conflict-w-embedded-video-2/">Piwigo Fotorama Conflict w/ Embedded Video</a> appeared first on <a rel="nofollow" href="https://larrylai.com">LarryLai</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://larrylai.com/piwigo-fotorama-conflict-w-embedded-video-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Piwigo Fotorama Conflict w/ Embedded Video</title>
		<link>https://larrylai.com/piwigo-fotorama-conflict-w-embedded-video/</link>
					<comments>https://larrylai.com/piwigo-fotorama-conflict-w-embedded-video/#respond</comments>
		
		<dc:creator><![CDATA[larry]]></dc:creator>
		<pubDate>Sat, 13 Jun 2026 13:55:35 +0000</pubDate>
				<category><![CDATA[Application]]></category>
		<guid isPermaLink="false">https://larrylai.com/piwigo-fotorama-conflict-w-embedded-video/</guid>

					<description><![CDATA[<p>Issue: After installing Fotorama plugin in Piwigo provided that there is Embedded Video installed, the following error message will be shown while clicking the slideshow button on top of the video pages: Notice: Undefined index: selected_derivative in /&#8230;/plugins/Fotorama/main.inc.php on line 54 Fatal error: Call to a member function get_type() on a non-object in /&#8230;/plugins/Fotorama/main.inc.php on [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://larrylai.com/piwigo-fotorama-conflict-w-embedded-video/">Piwigo Fotorama Conflict w/ Embedded Video</a> appeared first on <a rel="nofollow" href="https://larrylai.com">LarryLai</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>Issue:</strong></p>
<p>After installing Fotorama plugin in Piwigo provided that there is Embedded Video installed, the following error message will be shown while clicking the slideshow button on top of the video pages: Notice: Undefined index: selected_derivative in /&#8230;/plugins/Fotorama/main.inc.php on line 54 Fatal error: Call to a member function get_type() on a non-object in /&#8230;/plugins/Fotorama/main.inc.php on line 54 </p>
<p><strong>Solution:</strong></p>
<p>Maybe it is just a workaround for the issue. However, it works so far. Comment out the statements causing the error in main.inc.php of Fotorama plugin as below:</p>
<pre>$type = $current['selected_derivative']-&gt;get_type();
    $defined = ImageStdParams::get_defined_type_map();
    if (!isset($defined[$type]))
    {
      $type = pwg_get_session_var('picture_deriv', $conf['derivative_default_size']);
    }</pre>
<p>and rewrite the following line:</p>
<pre>$type = pwg_get_session_var('picture_deriv', $conf['derivative_default_size']);</pre>
<p><strong>Config:</strong></p>
<ul>
<li>Piwigo          2.6.2</li>
<li>Embedded plugin: 2.6.2</li>
<li>Fotorama plugin:   2.6.h</li>
</ul>
<p>The post <a rel="nofollow" href="https://larrylai.com/piwigo-fotorama-conflict-w-embedded-video/">Piwigo Fotorama Conflict w/ Embedded Video</a> appeared first on <a rel="nofollow" href="https://larrylai.com">LarryLai</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://larrylai.com/piwigo-fotorama-conflict-w-embedded-video/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WordPress Duplicator Plugin Server Error 500</title>
		<link>https://larrylai.com/wordpress-duplicator-plugin-server-error-500/</link>
					<comments>https://larrylai.com/wordpress-duplicator-plugin-server-error-500/#respond</comments>
		
		<dc:creator><![CDATA[larry]]></dc:creator>
		<pubDate>Fri, 21 Apr 2017 15:44:49 +0000</pubDate>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Software]]></category>
		<guid isPermaLink="false">http://larrylai.com/?p=2900</guid>

					<description><![CDATA[<p>Issue: During scanning stage of running the Duplicator plugin on a WordPress site, there was an error: Server Error 500. Solution: Modify /etc/php.ini file to increase memory: memory_limit = 256M from 128M Tricks: Even there is error during the scanning stage, Duplicator still allowed building step to proceed and showing no error. Error 500 actually [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://larrylai.com/wordpress-duplicator-plugin-server-error-500/">WordPress Duplicator Plugin Server Error 500</a> appeared first on <a rel="nofollow" href="https://larrylai.com">LarryLai</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>Issue:</strong></p>
<p>During scanning stage of running the Duplicator plugin on a WordPress site, there was an error: Server Error 500.</p>
<p><strong>Solution:</strong></p>
<p>Modify /etc/php.ini file to increase memory:</p>
<p style="padding-left: 30px;"><code>memory_limit = 256M</code></p>
<p><code></code>from 128M</p>
<p><strong>Tricks:</strong></p>
<p>Even there is error during the scanning stage, Duplicator still allowed building step to proceed and showing no error.</p>
<p>Error 500 actually does not tell anything informative</p>
<p>No special message was logged in Apache web server</p>
<p><strong>Config:</strong></p>
<ul>
<li>PHP               5.6.30</li>
<li>WordPress     4.7.4</li>
<li>Duplicator     1.2.4</li>
</ul>
<p>The post <a rel="nofollow" href="https://larrylai.com/wordpress-duplicator-plugin-server-error-500/">WordPress Duplicator Plugin Server Error 500</a> appeared first on <a rel="nofollow" href="https://larrylai.com">LarryLai</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://larrylai.com/wordpress-duplicator-plugin-server-error-500/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WP Fastest Cache Plugins Update Issue</title>
		<link>https://larrylai.com/wp-fastest-cache-plugins-update-issue/</link>
					<comments>https://larrylai.com/wp-fastest-cache-plugins-update-issue/#respond</comments>
		
		<dc:creator><![CDATA[larry]]></dc:creator>
		<pubDate>Mon, 03 Apr 2017 16:32:20 +0000</pubDate>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Software]]></category>
		<guid isPermaLink="false">http://larrylai.com/?p=2803</guid>

					<description><![CDATA[<p>Issue: After installing WP Fastest Cache plugin, whenever update any plugin, there is error &#8211; Update failed. Could not remove old plugin. Solution: Go to WPFC at the top bar Delete Cache and Minified CSS/JS Update the plugin that needs to be updated Tricks: In case after installing WP Fastest Cache for quite a while, [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://larrylai.com/wp-fastest-cache-plugins-update-issue/">WP Fastest Cache Plugins Update Issue</a> appeared first on <a rel="nofollow" href="https://larrylai.com">LarryLai</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>Issue:</strong></p>
<p>After installing WP Fastest Cache plugin, whenever update any plugin, there is error &#8211; Update failed. Could not remove old plugin.</p>
<p><strong>Solution:</strong></p>
<ol>
<li>Go to WPFC at the top bar</li>
<li>Delete Cache and Minified CSS/JS</li>
<li>Update the plugin that needs to be updated</li>
</ol>
<p><strong>Tricks:</strong></p>
<p>In case after installing WP Fastest Cache for quite a while, then there is need to update any other plugin and you found error. It is difficult for us to remember it should be the WPFC goes wrong.</p>
<p>The performance of this plugin for page access speed for my case is even better than other caching plugin like WP 3C Total Cache</p>
<p><strong>Config:</strong></p>
<ul>
<li>WordPress    4.7.3</li>
<li>WP Fastest Cache     0.8.6.7</li>
</ul>
<p>The post <a rel="nofollow" href="https://larrylai.com/wp-fastest-cache-plugins-update-issue/">WP Fastest Cache Plugins Update Issue</a> appeared first on <a rel="nofollow" href="https://larrylai.com">LarryLai</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://larrylai.com/wp-fastest-cache-plugins-update-issue/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Scrolling to Section ID Missing</title>
		<link>https://larrylai.com/scrolling-section-id-missing/</link>
		
		<dc:creator><![CDATA[larry]]></dc:creator>
		<pubDate>Wed, 01 Mar 2017 14:25:24 +0000</pubDate>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Software]]></category>
		<guid isPermaLink="false">http://larrylai.com/?p=2389</guid>

					<description><![CDATA[<p>Issue: When moving some of the content to a single page design, the menu link will be addressing the div id instead of another page. But after all set up perfectly, the menu item link to the correct anchor, but missed to locate the correct position of the section, i.e. the anchor, div id. Solution: [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://larrylai.com/scrolling-section-id-missing/">Scrolling to Section ID Missing</a> appeared first on <a rel="nofollow" href="https://larrylai.com">LarryLai</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>Issue:</strong></p>
<p>When moving some of the content to a single page design, the menu link will be addressing the div id instead of another page. But after all set up perfectly, the menu item link to the correct anchor, but missed to locate the correct position of the section, i.e. the anchor, div id.</p>
<p><strong>Solution:</strong></p>
<p>Using a WordPress plugin: <a href="https://wordpress.org/plugins/page-scroll-to-id/" target="_blank" rel="noopener">Page Scroll to id</a> and tuned the delay for scrolling setting</p>
<p><strong>Tricks:</strong></p>
<p>Better starts with a larger no. of delay and fine tune it to a smaller but large enough time delay for the page to run other scripts. In my case, heavy rendering for the Math symbol by MathJax may cause the missing position issue.</p>
<p><strong>Config:</strong></p>
<ul>
<li>WordPress     4.7.2</li>
<li>Themify Theme Shoppe  1.0.2</li>
<li>Page Scroll to id:  1.6.2</li>
</ul>
<p>The post <a rel="nofollow" href="https://larrylai.com/scrolling-section-id-missing/">Scrolling to Section ID Missing</a> appeared first on <a rel="nofollow" href="https://larrylai.com">LarryLai</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>WooCommerce Showing Unmatched Variations</title>
		<link>https://larrylai.com/woocommerce-showing-unmatched-variations/</link>
		
		<dc:creator><![CDATA[larry]]></dc:creator>
		<pubDate>Fri, 20 Jan 2017 00:12:27 +0000</pubDate>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[WooCommerce]]></category>
		<guid isPermaLink="false">http://larrylai.com/?p=2349</guid>

					<description><![CDATA[<p>Issue: error: &#8220;Sorry, no products matched your selection. Please choose a different combination.&#8221; WooCommerce in WordPress shows all variations of variable product including unmatched variations thus the above error message may occur. But it used to be working fine. Perhaps, the error occurred after a WooCommerce update. Solution: Update php version from 5.4 to 5.6. Since [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://larrylai.com/woocommerce-showing-unmatched-variations/">WooCommerce Showing Unmatched Variations</a> appeared first on <a rel="nofollow" href="https://larrylai.com">LarryLai</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>Issue:</strong></p>
<p>error: &#8220;Sorry, no products matched your selection. Please choose a different combination.&#8221;<br />
WooCommerce in WordPress shows all variations of variable product including unmatched variations thus the above error message may occur. But it used to be working fine. Perhaps, the error occurred after a WooCommerce update.</p>
<p><strong>Solution:</strong></p>
<p>Update php version from 5.4 to 5.6. Since php version 5.6 is not in the official repository of CentOS 7 as of Jan 2016, follow this <a href="https://www.centos.org/forums/viewtopic.php?f=48&amp;t=52586&amp;start=20#p236954" target="_blank" rel="noopener">thread on CentOS to install php56u</a> works fine.</p>
<p><strong>Tricks:</strong></p>
<ol>
<li>Click on System Status under WooCommerce plugin. There is a warning on php version under Server Environment stating that php 5.6 or above is required, &#8230; php5.4 is running.</li>
<li>As of Jan 2016, latest php version in the official repository of CentOS 7 is still the very old php5.4. Thus, 3rd party repository must be considered in order to install php5.6 on CentOS 7.</li>
<li>Some advise updating php with Webtatic&#8217;s php56w, but CentOS forum states that it is not recommended to use Webtatic repository.</li>
<li>After installing/ replacing php5.4 with php56u, some php extensions may not be compatible with the new version. And these extensions have to be updated too. E.g. Imagick has to be updated. If PECL is in place, the following command works fine:</li>
</ol>
<p style="padding-left: 30px;">#yum install php56u-pecl-imagick</p>
<p><strong>Config:</strong></p>
<ul>
<li>CentOS 7.3</li>
<li>WordPress 4.7.1</li>
<li>WooCommerce plugin   2.6.13</li>
</ul>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://larrylai.com/woocommerce-showing-unmatched-variations/">WooCommerce Showing Unmatched Variations</a> appeared first on <a rel="nofollow" href="https://larrylai.com">LarryLai</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>WordPress Custom CSS Disappear</title>
		<link>https://larrylai.com/wordpress-custom-css-disappear/</link>
		
		<dc:creator><![CDATA[larry]]></dc:creator>
		<pubDate>Mon, 02 Jan 2017 06:06:58 +0000</pubDate>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Custom CSS]]></category>
		<category><![CDATA[Theme Update]]></category>
		<category><![CDATA[WordPress 4.7]]></category>
		<guid isPermaLink="false">http://larrylai.com/?p=2339</guid>

					<description><![CDATA[<p>Background: It is quite terrifying if suddenly all the custom CSS disappear and you do not have a backup of the text of the custom CSS that is not just one or two lines, but it is filled with many lines. Issue: After updating theme Accelerate to the latest version as suggested by WordPress, all the custom [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://larrylai.com/wordpress-custom-css-disappear/">WordPress Custom CSS Disappear</a> appeared first on <a rel="nofollow" href="https://larrylai.com">LarryLai</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>Background:</strong></p>
<p>It is quite terrifying if suddenly all the custom CSS disappear and you do not have a backup of the text of the custom CSS that is not just one or two lines, but it is filled with many lines.</p>
<p><strong>Issue:</strong></p>
<p>After updating theme Accelerate to the latest version as suggested by WordPress, all the custom CSS under Appearance admin menu of the child theme was gone.</p>
<p><strong>Solution:</strong></p>
<p>Restore to the original Virtual Machine hosting WordPress to the version just before updating the theme by Mac&#8217;s TimeMachine.</p>
<p><strong>Tricks:</strong></p>
<ul>
<li>It is supposed that the child theme would not be altered after updating the parent theme. However, I guess (as I&#8217;m not a WP framework expertise) that WordPress 4.7 removed the custom CSS option and instead deployed &#8220;Additional CSS&#8221; option, and put it in another area in the database rather than under the configuration of the theme.</li>
<li>Before updating the theme version, there was no issue on the prior update of WordPress 4.6.1 to 4.7. But still the issue may not be caused by merely the latest theme version.</li>
<li>Though TimeMachine can restore previous backup of Virtual Machine, it is more convenient to restore the snapshot of a Virtual Machine if there is a snapshot taking just before starting the theme update. In this case, how do people expect a child theme could be altered by updating the parent theme version?</li>
</ul>
<p><strong>Config:</strong></p>
<ul>
<li>WordPress     4.7</li>
<li>Theme            Accelerate 1.2.9</li>
<li>Mac OS X      10.12.2</li>
</ul>
<p>The post <a rel="nofollow" href="https://larrylai.com/wordpress-custom-css-disappear/">WordPress Custom CSS Disappear</a> appeared first on <a rel="nofollow" href="https://larrylai.com">LarryLai</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>MathJax Incompatibility to LaTex</title>
		<link>https://larrylai.com/mathjax-incompatibility-latex/</link>
		
		<dc:creator><![CDATA[larry]]></dc:creator>
		<pubDate>Wed, 07 Dec 2016 07:34:30 +0000</pubDate>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[CMS]]></category>
		<guid isPermaLink="false">http://larrylai.com/?p=2240</guid>

					<description><![CDATA[<p>Issue: &#8220;Error: Missing argument to \begin&#8221; when using \color command and together with \boxed command in WordPress with MathJax plugin as if they are under LaTex syntax. Solution: Adding {} to embrace the content under the \color command. Actually, in LaTex syntax, \color command does not need to use {} as all content after the [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://larrylai.com/mathjax-incompatibility-latex/">MathJax Incompatibility to LaTex</a> appeared first on <a rel="nofollow" href="https://larrylai.com">LarryLai</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>Issue:</strong></p>
<p>&#8220;Error: Missing argument to \begin&#8221; when using \color command and together with \boxed command in WordPress with MathJax plugin as if they are under LaTex syntax.</p>
<p><strong>Solution:</strong></p>
<p>Adding {} to embrace the content under the \color command. Actually, in LaTex syntax, \color command does not need to use {} as all content after the \color is coloured according to the defined color, e.g. \color{red}. However, for MathJax, you cannot add another LaTex command immediately after \color command, and you need to add {} to embrace the content to be coloured. For example, \color{red}{\boxed{f(x)}}</p>
<p><strong>Config:</strong></p>
<ul>
<li>WordPress:         2.6.1</li>
<li>MathJax plugin:  1.3.4</li>
</ul>
<p>The post <a rel="nofollow" href="https://larrylai.com/mathjax-incompatibility-latex/">MathJax Incompatibility to LaTex</a> appeared first on <a rel="nofollow" href="https://larrylai.com">LarryLai</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>iMac View Camera Capability</title>
		<link>https://larrylai.com/imac-view-camera/</link>
		
		<dc:creator><![CDATA[larry]]></dc:creator>
		<pubDate>Sat, 19 Nov 2016 02:20:48 +0000</pubDate>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Software]]></category>
		<guid isPermaLink="false">http://larrylai.com/?p=2190</guid>

					<description><![CDATA[<p>Issue: While conducting Online Live Class using Join.Me, and I need to select real-time video as profile. However, it seems that the built-in view camera in iMac cannot make any adjustment. So how can I make my profile more professional without adding an external camera? Solution: By using an application &#8211; iGlasses, it is easy to make [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://larrylai.com/imac-view-camera/">iMac View Camera Capability</a> appeared first on <a rel="nofollow" href="https://larrylai.com">LarryLai</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>Issue:</strong></p>
<p>While conducting Online Live Class using <a href="https://www.join.me" target="_blank" rel="noopener">Join.Me</a>, and I need to select real-time video as profile. However, it seems that the built-in view camera in iMac cannot make any adjustment. So how can I make my profile more professional without adding an external camera?</p>
<p><strong>Solution:</strong></p>
<p>By using an application &#8211; <a href="https://www.ecamm.com/mac/iglasses/" target="_blank" rel="noopener">iGlasses</a>, it is easy to make adjustments to the setting of the built-in view camera</p>
<p><strong>Tricks:</strong></p>
<ul>
<li>iGlasses is compatible and integrating into all applications for the iMac is not a problem. It is as easy as selecting another view camera</li>
<li>There is no free alternative for iGlasses on iMac, don&#8217;t waste time to find one!</li>
<li>It is definitely worth the one-time charge. Moreover, A free trial period can give more confidence before buying it.</li>
<li>In brief, this app leverages the capabilities of the built-in camera</li>
</ul>
<p><strong>Config:</strong></p>
<ul>
<li>iMac          2014</li>
<li>OS X         10.12.1</li>
<li>iGlasses    v3.4.8</li>
</ul>
<p>The post <a rel="nofollow" href="https://larrylai.com/imac-view-camera/">iMac View Camera Capability</a> appeared first on <a rel="nofollow" href="https://larrylai.com">LarryLai</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Convert MS OneNote Content to Word Format</title>
		<link>https://larrylai.com/convert-ms-onenote-content-word-format/</link>
		
		<dc:creator><![CDATA[larry]]></dc:creator>
		<pubDate>Fri, 18 Nov 2016 04:53:13 +0000</pubDate>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tools]]></category>
		<guid isPermaLink="false">http://larrylai.com/?p=2182</guid>

					<description><![CDATA[<p>Issue: Convert Microsoft OneNote content to MS Word file is not an easy task in Mac as there is no export feature of any OneNote content, be it a page, section or the whole notebook in both Mac app or web-based environment. Solution: In Mac app OneNote, go to: FILE -&#62; Save as PDF Go to [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://larrylai.com/convert-ms-onenote-content-word-format/">Convert MS OneNote Content to Word Format</a> appeared first on <a rel="nofollow" href="https://larrylai.com">LarryLai</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>Issue:</strong></p>
<p>Convert Microsoft OneNote content to MS Word file is not an easy task in Mac as there is no export feature of any OneNote content, be it a page, section or the whole notebook in both Mac app or web-based environment.</p>
<p><strong>Solution:</strong></p>
<ol>
<li>In Mac app OneNote, go to: FILE -&gt; Save as PDF</li>
<li>Go to <a href="https://www.pdftoword.com" target="_blank" rel="noopener">Nitro Software</a>&#8216;s website, and upload the pdf file, a .docx Word file will be sent to your email box in minutes.</li>
<li>It is amazing that all fonts including Chinese in OneNote are preserved after conversion to final Word format.</li>
</ol>
<p><strong>Tricks:</strong></p>
<ul>
<li>As a Mac user, it is tempted to search for an alternative to MS OneNote on Mac, but most of the popular ones are not free, and some of them cannot use free hand writing, i.e. the DRAW feature of OneNote.</li>
<li>Besides free of charge, OneNote&#8217;s beauty is that it is a cross-platform Cloud-based app supporting Windows, Mac, iOS, Android and browsers.</li>
<li>Most suggestion on the web suggested to click FILE-&gt; Export to choose export file format including MS Word, however, these information are referring to Windows based OneNote app, not the one in Mac.</li>
<li>Don&#8217;t worry about buying Nitro software although it is faster to convert the pdf files by acquiring the app, however if there is not too many files to convert, it is free to use Nitro&#8217;s cloud-based PDF to Word solution.</li>
<li>The conversion of the content to PDF format is limited to page by page, and not a multipage feature as of today.</li>
</ul>
<p><strong>Config:</strong></p>
<ul>
<li>OS X        10.12.1</li>
<li>OneNote  15.28</li>
</ul>
<p>The post <a rel="nofollow" href="https://larrylai.com/convert-ms-onenote-content-word-format/">Convert MS OneNote Content to Word Format</a> appeared first on <a rel="nofollow" href="https://larrylai.com">LarryLai</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
