<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>WebScanNotes</title>
	
	<link>http://webscannotes.com</link>
	<description>Web. Tech. Programming. News.</description>
	<lastBuildDate>Wed, 03 Apr 2013 15:30:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Webscannotes" /><feedburner:info uri="webscannotes" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Why Is a Derived Class Also Known As “Sub-class” When It Has More Properties Than Its Base Class (Aka Super-class)?</title>
		<link>http://feedproxy.google.com/~r/Webscannotes/~3/aMQ7A_ldaCM/</link>
		<comments>http://webscannotes.com/2013/04/03/why-is-a-derived-class-also-known-as-sub-class-when-it-has-more-properties-than-its-base-class-aka-super-class/#comments</comments>
		<pubDate>Wed, 03 Apr 2013 15:30:40 +0000</pubDate>
		<dc:creator>Lem</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[computer science]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[set theory]]></category>
		<category><![CDATA[venn diagram]]></category>

		<guid isPermaLink="false">http://webscannotes.com/?p=2788</guid>
		<description>A common query of programmers new to object-oriented programming (OOP) is why is a derived class known as a &amp;#8220;sub-class&amp;#8221; when, by definition, it contains more member properties/functions than the base class (aka super-class) than it inherited from? The trick to understanding this concept is to remember that Computer Science has Mathematics as its roots, [...]&lt;img src="http://feeds.feedburner.com/~r/Webscannotes/~4/aMQ7A_ldaCM" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://webscannotes.com/2013/04/03/why-is-a-derived-class-also-known-as-sub-class-when-it-has-more-properties-than-its-base-class-aka-super-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://webscannotes.com/2013/04/03/why-is-a-derived-class-also-known-as-sub-class-when-it-has-more-properties-than-its-base-class-aka-super-class/</feedburner:origLink></item>
		<item>
		<title>Opera to Change Engine – Switching to Webkit</title>
		<link>http://feedproxy.google.com/~r/Webscannotes/~3/OkFyXRoAwgQ/</link>
		<comments>http://webscannotes.com/2013/02/17/opera-to-change-engine-switching-to-webkit/#comments</comments>
		<pubDate>Sun, 17 Feb 2013 03:46:56 +0000</pubDate>
		<dc:creator>Lem</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Presto]]></category>
		<category><![CDATA[Webkit]]></category>

		<guid isPermaLink="false">http://webscannotes.com/?p=2784</guid>
		<description>Opera has announced its plans to ditch its Presto rendering engine in favor of Webkit in order to allow it to focus its engineering resources to developing new features and user-friendly solutions. Webkit, according to Wikipedia, is the most popular web browser rendering engine; prominent users include Google Chrome as well as Apple&amp;#8217;s Safari browsers. [...]&lt;img src="http://feeds.feedburner.com/~r/Webscannotes/~4/OkFyXRoAwgQ" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://webscannotes.com/2013/02/17/opera-to-change-engine-switching-to-webkit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://webscannotes.com/2013/02/17/opera-to-change-engine-switching-to-webkit/</feedburner:origLink></item>
		<item>
		<title>WebRTC new Milestone Reached – Firefox &amp; Chrome’s WebRTC RTCPeerConnection Now Interoperable</title>
		<link>http://feedproxy.google.com/~r/Webscannotes/~3/SSHtg8ji9xI/</link>
		<comments>http://webscannotes.com/2013/02/09/webrtc-new-milestone-reached-firefox-chromes-webrtc-rtcpeerconnection-now-interoperable/#comments</comments>
		<pubDate>Sat, 09 Feb 2013 15:41:13 +0000</pubDate>
		<dc:creator>Lem</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[WebRTC]]></category>

		<guid isPermaLink="false">http://webscannotes.com/?p=2776</guid>
		<description>Chrome and Firefox have jointly announced that their WebRTC RTCPeerConnection implementations are now interoperable, implying that it is possible to create direct peer-to-peer video calls. WebRTC stands for Web Real Time Communications, and is an open project supported by Google, Mozilla and Opera to enable web browsers with Real-Time Communications capabilities via Javascript APIs, without [...]&lt;img src="http://feeds.feedburner.com/~r/Webscannotes/~4/SSHtg8ji9xI" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://webscannotes.com/2013/02/09/webrtc-new-milestone-reached-firefox-chromes-webrtc-rtcpeerconnection-now-interoperable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://webscannotes.com/2013/02/09/webrtc-new-milestone-reached-firefox-chromes-webrtc-rtcpeerconnection-now-interoperable/</feedburner:origLink></item>
		<item>
		<title>Commonly Used Python Modules/Functions Cheatsheet</title>
		<link>http://feedproxy.google.com/~r/Webscannotes/~3/Jo3A8HSH2Og/</link>
		<comments>http://webscannotes.com/2013/01/19/commonly-used-python-modulesfunctions-cheatsheet/#comments</comments>
		<pubDate>Sat, 19 Jan 2013 13:05:35 +0000</pubDate>
		<dc:creator>Lem</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Cheatsheet]]></category>
		<category><![CDATA[common functions]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://webscannotes.com/?p=2728</guid>
		<description>See also Python Syntax Cheatsheet sys/os module String functions &amp;#038;amps Regexp File I/O functions HTTP &amp;#38; SMTP Misc math &amp;#38; random modules Date/time Compression sys/os module import sys sys.argv # list of args. note that the first item is the name of this script import os os.getcwd() os.chdir(path) os.mkdir(path) os.listdir(path=&amp;#8217;.&amp;#8217;) # note: does not return [...]&lt;img src="http://feeds.feedburner.com/~r/Webscannotes/~4/Jo3A8HSH2Og" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://webscannotes.com/2013/01/19/commonly-used-python-modulesfunctions-cheatsheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://webscannotes.com/2013/01/19/commonly-used-python-modulesfunctions-cheatsheet/</feedburner:origLink></item>
		<item>
		<title>Rumour: NTT Docomo to Build Phone on Tizen OS</title>
		<link>http://feedproxy.google.com/~r/Webscannotes/~3/YJBm6VCSiFY/</link>
		<comments>http://webscannotes.com/2013/01/01/rumour-ntt-docomo-to-build-phone-on-tizen-os/#comments</comments>
		<pubDate>Tue, 01 Jan 2013 03:29:53 +0000</pubDate>
		<dc:creator>Lem</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[Firefox OS]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Mobile OSes]]></category>
		<category><![CDATA[NTT DoCoMo]]></category>
		<category><![CDATA[Tizen OS]]></category>

		<guid isPermaLink="false">http://webscannotes.com/?p=2718</guid>
		<description>According to non-official sources, it seemed that NTT Docomo, the largest mobile telco in Japan, has joined Samsung and Intel to build a phone based on Tizen OS, and will supposedly bring the first Tizen OS phone to market in 2013. Tizen is a Linux-based OS that is being touted as a more open alternative [...]&lt;img src="http://feeds.feedburner.com/~r/Webscannotes/~4/YJBm6VCSiFY" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://webscannotes.com/2013/01/01/rumour-ntt-docomo-to-build-phone-on-tizen-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://webscannotes.com/2013/01/01/rumour-ntt-docomo-to-build-phone-on-tizen-os/</feedburner:origLink></item>
		<item>
		<title>Python Syntax Cheatsheet</title>
		<link>http://feedproxy.google.com/~r/Webscannotes/~3/nc_rAerpENI/</link>
		<comments>http://webscannotes.com/2012/12/25/python-syntax-cheatsheet/#comments</comments>
		<pubDate>Tue, 25 Dec 2012 07:20:49 +0000</pubDate>
		<dc:creator>Lem</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Cheatsheet]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Programming Languages]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[scripting]]></category>

		<guid isPermaLink="false">http://webscannotes.com/?p=2641</guid>
		<description>See also: Commonly Used Python Modules/Functions Cheatsheet Created a cheat sheet for my Python scripting work : Basic Syntax # this is a comment Variables: myVar = 100 myVar = 0&amp;#215;64 myVar = 0o144 #octal myVar = 0b01100100 intDiv = 11 // 2 #equals 5 powerVal = 2 ** 2 #equals 4 myString = &amp;#8216;hello&amp;#8217; [...]&lt;img src="http://feeds.feedburner.com/~r/Webscannotes/~4/nc_rAerpENI" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://webscannotes.com/2012/12/25/python-syntax-cheatsheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://webscannotes.com/2012/12/25/python-syntax-cheatsheet/</feedburner:origLink></item>
		<item>
		<title>Using Facebook Messenger Without a Facebook Account – Facebook Gets Serious About Mobile Messaging</title>
		<link>http://feedproxy.google.com/~r/Webscannotes/~3/wSBExhehAT4/</link>
		<comments>http://webscannotes.com/2012/12/05/using-facebook-messenger-without-a-facebook-account-facebook-gets-serious-about-mobile-messaging/#comments</comments>
		<pubDate>Wed, 05 Dec 2012 13:44:15 +0000</pubDate>
		<dc:creator>Lem</dc:creator>
				<category><![CDATA[mobile]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Facebook Messenger]]></category>
		<category><![CDATA[Mobile Messaging]]></category>

		<guid isPermaLink="false">http://webscannotes.com/?p=2635</guid>
		<description>Oops, currently only available on Android in India, Indonesia, Australia, Venezuela, and South Africa. But would most prob be coming to other OSes and regions in due time. Facebook has revealed that it has released an update that will allow Android users in the said regions connect to Facebook Messenger using just their phone number. [...]&lt;img src="http://feeds.feedburner.com/~r/Webscannotes/~4/wSBExhehAT4" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://webscannotes.com/2012/12/05/using-facebook-messenger-without-a-facebook-account-facebook-gets-serious-about-mobile-messaging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://webscannotes.com/2012/12/05/using-facebook-messenger-without-a-facebook-account-facebook-gets-serious-about-mobile-messaging/</feedburner:origLink></item>
		<item>
		<title>HTTPS Strict Transport Security Officially a Standard</title>
		<link>http://feedproxy.google.com/~r/Webscannotes/~3/lJZA7TDu8nI/</link>
		<comments>http://webscannotes.com/2012/11/24/https-strict-transport-security-officially-a-standard/#comments</comments>
		<pubDate>Sat, 24 Nov 2012 04:04:49 +0000</pubDate>
		<dc:creator>Lem</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[HSTS]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[HTTPS Strict Transport Security]]></category>

		<guid isPermaLink="false">http://webscannotes.com/?p=2632</guid>
		<description>HTTPS Strict Transport Security or HSTS, has graduated from &amp;#8220;draft&amp;#8221; status, and is now an official standard &amp;#8211; RFC6797. HTTPS Strict Transport Security (HSTS) is a proposed mechansim for websites to communicate to the browser that all embedded content, such as images and Ajax requests, on a https-encrypted webpage should be accessed via https as [...]&lt;img src="http://feeds.feedburner.com/~r/Webscannotes/~4/lJZA7TDu8nI" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://webscannotes.com/2012/11/24/https-strict-transport-security-officially-a-standard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://webscannotes.com/2012/11/24/https-strict-transport-security-officially-a-standard/</feedburner:origLink></item>
		<item>
		<title>What is HTML5?</title>
		<link>http://feedproxy.google.com/~r/Webscannotes/~3/7qAaYeTU-lA/</link>
		<comments>http://webscannotes.com/2012/11/01/what-is-html5/#comments</comments>
		<pubDate>Thu, 01 Nov 2012 15:00:50 +0000</pubDate>
		<dc:creator>Lem</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[evolution]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://webscannotes.com/?p=2607</guid>
		<description>HTML5 had undergone a natural evolution process My take &amp;#8211; the term &amp;#8220;HTML5&amp;#8243; had undergone a natural evolution process and now refers to any new proposed browser capabilities that had not existed in HTML4. HTML5 refers to any new browser capabilities that had not existed in HTML4 Strictly speaking, HTML5 should only refer to the [...]&lt;img src="http://feeds.feedburner.com/~r/Webscannotes/~4/7qAaYeTU-lA" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://webscannotes.com/2012/11/01/what-is-html5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://webscannotes.com/2012/11/01/what-is-html5/</feedburner:origLink></item>
		<item>
		<title>Enough of Cloud Computing! Time for Paper Computing!</title>
		<link>http://feedproxy.google.com/~r/Webscannotes/~3/hRw_VPhfKLE/</link>
		<comments>http://webscannotes.com/2012/10/31/enough-of-cloud-computing-time-for-paper-computing/#comments</comments>
		<pubDate>Tue, 30 Oct 2012 16:24:07 +0000</pubDate>
		<dc:creator>Lem</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[erasable ink]]></category>
		<category><![CDATA[Paper Computing]]></category>

		<guid isPermaLink="false">http://webscannotes.com/?p=2601</guid>
		<description>Interesting article on DigInfo regarding research that will make it possible for computers to draw and erase on paper, effectively allowing paper to dual-function as both a computer screen as well as a &amp;#8220;printed&amp;#8221; hardcopy. &amp;#8220;The idea is to do computing on paper. But in the future, we&amp;#8217;d like to enable several people to create [...]&lt;img src="http://feeds.feedburner.com/~r/Webscannotes/~4/hRw_VPhfKLE" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://webscannotes.com/2012/10/31/enough-of-cloud-computing-time-for-paper-computing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://webscannotes.com/2012/10/31/enough-of-cloud-computing-time-for-paper-computing/</feedburner:origLink></item>
	</channel>
</rss>
