<?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>Coding Archives - BinaryTides</title>
	<atom:link href="https://www.binarytides.com/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.binarytides.com/category/programming/</link>
	<description>News, Technology, Entertainment and more</description>
	<lastBuildDate>Fri, 15 Sep 2023 12:40:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>How to Get true pixel height and width of window in javascript</title>
		<link>https://www.binarytides.com/get-true-pixel-height-width-of-window-in-javascript/</link>
					<comments>https://www.binarytides.com/get-true-pixel-height-width-of-window-in-javascript/#respond</comments>
		
		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Fri, 26 May 2023 10:01:14 +0000</pubDate>
				<category><![CDATA[Javascript]]></category>
		<guid isPermaLink="false">https://www.binarytides.com/?p=14266</guid>

					<description><![CDATA[<p>If you check the window outerwidth on a maximised browser window, you should get the resolution width of your screen or display in general. For example when I run the following code (in console) in Firefox I get 1920px which is my resolution width: window.outerWidth 1920 On Google Chrome however, the reported dimension is different... <span class="read-more"><a href="https://www.binarytides.com/get-true-pixel-height-width-of-window-in-javascript/">Read More &#187;</a></span></p>
<p>The post <a href="https://www.binarytides.com/get-true-pixel-height-width-of-window-in-javascript/">How to Get true pixel height and width of window in javascript</a> appeared first on <a href="https://www.binarytides.com">BinaryTides</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.binarytides.com/get-true-pixel-height-width-of-window-in-javascript/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Setup MySQL Replication on Ubuntu/Debian &#8211; A Step-by-Step Guide for Beginners</title>
		<link>https://www.binarytides.com/setup-mysql-replication-on-ubuntu-complete-guide/</link>
					<comments>https://www.binarytides.com/setup-mysql-replication-on-ubuntu-complete-guide/#respond</comments>
		
		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Mon, 15 May 2023 05:48:57 +0000</pubDate>
				<category><![CDATA[Database]]></category>
		<guid isPermaLink="false">https://www.binarytides.com/?p=15112</guid>

					<description><![CDATA[<p>In production database setups, mysql replication is commonly used to duplicate a single database over many database servers. The primary database is referred to as the master database, while the other replicated databases are referred to as slave databases. To put it another way, we can use it to duplicate a database. Replication is used... <span class="read-more"><a href="https://www.binarytides.com/setup-mysql-replication-on-ubuntu-complete-guide/">Read More &#187;</a></span></p>
<p>The post <a href="https://www.binarytides.com/setup-mysql-replication-on-ubuntu-complete-guide/">How to Setup MySQL Replication on Ubuntu/Debian &#8211; A Step-by-Step Guide for Beginners</a> appeared first on <a href="https://www.binarytides.com">BinaryTides</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.binarytides.com/setup-mysql-replication-on-ubuntu-complete-guide/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Install PyOpenGL on Windows 10</title>
		<link>https://www.binarytides.com/install-pyopengl-on-windows-10/</link>
					<comments>https://www.binarytides.com/install-pyopengl-on-windows-10/#respond</comments>
		
		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Sat, 11 Feb 2023 09:21:34 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://www.binarytides.com/?p=14016</guid>

					<description><![CDATA[<p>PyOpenGL is an python module that implements OpenGL functions in python allowing you to write OpenGL applications using Python. With OpenGL you are able to write applications that use "GPU acceleration". So if you have an Nvidia RTX 3060 gpu on your system, the opengl functions will use it to render the 3D graphics on... <span class="read-more"><a href="https://www.binarytides.com/install-pyopengl-on-windows-10/">Read More &#187;</a></span></p>
<p>The post <a href="https://www.binarytides.com/install-pyopengl-on-windows-10/">How to Install PyOpenGL on Windows 10</a> appeared first on <a href="https://www.binarytides.com">BinaryTides</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.binarytides.com/install-pyopengl-on-windows-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to configure xdebug error messages to open file in Kate editor on Ubuntu</title>
		<link>https://www.binarytides.com/configure-xdebug-to-open-kate-on-ubuntu/</link>
					<comments>https://www.binarytides.com/configure-xdebug-to-open-kate-on-ubuntu/#respond</comments>
		
		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Tue, 25 May 2021 14:18:23 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<guid isPermaLink="false">https://www.binarytides.com/?p=12227</guid>

					<description><![CDATA[<p>Xdebug is a powerful debugging and profiling tool for php that allows you to find and fix errors faster by showing the entire stack trace and source code file and line number. If you want your php development to be error free you should use something like xdebug right from the beginning. A very useful... <span class="read-more"><a href="https://www.binarytides.com/configure-xdebug-to-open-kate-on-ubuntu/">Read More &#187;</a></span></p>
<p>The post <a href="https://www.binarytides.com/configure-xdebug-to-open-kate-on-ubuntu/">How to configure xdebug error messages to open file in Kate editor on Ubuntu</a> appeared first on <a href="https://www.binarytides.com">BinaryTides</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.binarytides.com/configure-xdebug-to-open-kate-on-ubuntu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Compile and Install wxWidgets on Ubuntu/Debian/Linux Mint</title>
		<link>https://www.binarytides.com/install-wxwidgets-ubuntu/</link>
					<comments>https://www.binarytides.com/install-wxwidgets-ubuntu/#comments</comments>
		
		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Fri, 17 Apr 2015 04:21:56 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[wxwidgets]]></category>
		<guid isPermaLink="false">http://www.binarytides.com/?p=7682</guid>

					<description><![CDATA[<p>wxWidgets is a cross platform gui library for developing native desktop apps. This quick tutorial shows you how to compile and install it on Ubuntu, Debian and Linux Mint</p>
<p>The post <a href="https://www.binarytides.com/install-wxwidgets-ubuntu/">How to Compile and Install wxWidgets on Ubuntu/Debian/Linux Mint</a> appeared first on <a href="https://www.binarytides.com">BinaryTides</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.binarytides.com/install-wxwidgets-ubuntu/feed/</wfw:commentRss>
			<slash:comments>13</slash:comments>
		
		
			</item>
		<item>
		<title>How to Code a simple Socket Server in Python</title>
		<link>https://www.binarytides.com/python-socket-server-code-example/</link>
					<comments>https://www.binarytides.com/python-socket-server-code-example/#comments</comments>
		
		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Thu, 04 Jul 2013 15:57:50 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Socket Programming]]></category>
		<category><![CDATA[network programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[socket programming]]></category>
		<guid isPermaLink="false">http://www.binarytides.com/?p=5578</guid>

					<description><![CDATA[<p>This tutorial shows how to code a simple tcp/ip socket server in python using low level socket api.</p>
<p>The post <a href="https://www.binarytides.com/python-socket-server-code-example/">How to Code a simple Socket Server in Python</a> appeared first on <a href="https://www.binarytides.com">BinaryTides</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.binarytides.com/python-socket-server-code-example/feed/</wfw:commentRss>
			<slash:comments>27</slash:comments>
		
		
			</item>
		<item>
		<title>Output buffering in php and apache</title>
		<link>https://www.binarytides.com/output-buffering-php-apache/</link>
					<comments>https://www.binarytides.com/output-buffering-php-apache/#respond</comments>
		
		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Mon, 10 Jun 2013 04:51:59 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[php]]></category>
		<guid isPermaLink="false">http://www.binarytides.com/?p=5346</guid>

					<description><![CDATA[<p>Output Buffering Output buffering is processing mechanism where the output being generated by a program is held in a place till its size reaches a limit or the generation is complete. Only after, will the output be send to its destination. In php for example, doing and echo generates some output. Now this output might... <span class="read-more"><a href="https://www.binarytides.com/output-buffering-php-apache/">Read More &#187;</a></span></p>
<p>The post <a href="https://www.binarytides.com/output-buffering-php-apache/">Output buffering in php and apache</a> appeared first on <a href="https://www.binarytides.com">BinaryTides</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.binarytides.com/output-buffering-php-apache/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Php &#8211; Do not rely on set_time_limit too much</title>
		<link>https://www.binarytides.com/php-set-time-limit/</link>
					<comments>https://www.binarytides.com/php-set-time-limit/#comments</comments>
		
		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Wed, 05 Jun 2013 03:10:45 +0000</pubDate>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[php]]></category>
		<guid isPermaLink="false">http://www.binarytides.com/?p=5269</guid>

					<description><![CDATA[<p>Php set_time_limit Php has a function called set_time_limit which can be used to dynamically adjust the maximum execution time permitted to a script. It allows specifying the time in seconds and limits the script execution time to that many seconds. The set_time_limit function whenever called, effectively extends the script execution time by that many seconds.... <span class="read-more"><a href="https://www.binarytides.com/php-set-time-limit/">Read More &#187;</a></span></p>
<p>The post <a href="https://www.binarytides.com/php-set-time-limit/">Php &#8211; Do not rely on set_time_limit too much</a> appeared first on <a href="https://www.binarytides.com">BinaryTides</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.binarytides.com/php-set-time-limit/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Optimise your database design for speed and efficiency &#8211; Part 1</title>
		<link>https://www.binarytides.com/optimise-database-design-speed-efficiency-part-1/</link>
					<comments>https://www.binarytides.com/optimise-database-design-speed-efficiency-part-1/#comments</comments>
		
		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Wed, 10 Apr 2013 06:12:33 +0000</pubDate>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[database optimisation]]></category>
		<guid isPermaLink="false">http://www.codekites.com/?p=4380</guid>

					<description><![CDATA[<p>Database schemas Databases are present in almost all kinds of application that need to store information in some form or the other. Web applications like blogs, cms, social networking sites or business applications etc all have a database along with the code. The database design or schema determines how the tables and their relationships are... <span class="read-more"><a href="https://www.binarytides.com/optimise-database-design-speed-efficiency-part-1/">Read More &#187;</a></span></p>
<p>The post <a href="https://www.binarytides.com/optimise-database-design-speed-efficiency-part-1/">Optimise your database design for speed and efficiency &#8211; Part 1</a> appeared first on <a href="https://www.binarytides.com">BinaryTides</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.binarytides.com/optimise-database-design-speed-efficiency-part-1/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Python socket &#8211; chat server and client with code example</title>
		<link>https://www.binarytides.com/code-chat-application-server-client-sockets-python/</link>
					<comments>https://www.binarytides.com/code-chat-application-server-client-sockets-python/#comments</comments>
		
		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Sun, 31 Mar 2013 06:28:49 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Socket Programming]]></category>
		<guid isPermaLink="false">http://www.binarytides.com/?p=4631</guid>

					<description><![CDATA[<p>Socket based chat application In our previous article on we learned about the basics of creating a socket server and client in python. In this post we are going to write a very simple chat application in python that is powered by sockets. The chat application we are going to make will be more like... <span class="read-more"><a href="https://www.binarytides.com/code-chat-application-server-client-sockets-python/">Read More &#187;</a></span></p>
<p>The post <a href="https://www.binarytides.com/code-chat-application-server-client-sockets-python/">Python socket &#8211; chat server and client with code example</a> appeared first on <a href="https://www.binarytides.com">BinaryTides</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.binarytides.com/code-chat-application-server-client-sockets-python/feed/</wfw:commentRss>
			<slash:comments>55</slash:comments>
		
		
			</item>
		<item>
		<title>How to Code a simple Telnet Client with Sockets in Python</title>
		<link>https://www.binarytides.com/code-telnet-client-sockets-python/</link>
					<comments>https://www.binarytides.com/code-telnet-client-sockets-python/#comments</comments>
		
		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Sun, 31 Mar 2013 03:51:00 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[python sockets]]></category>
		<guid isPermaLink="false">http://www.binarytides.com/?p=4628</guid>

					<description><![CDATA[<p>The telnet client is a simple commandline utility that is used to connect to socket servers and exchange text messages. Here is an example of how to use telnet to connect to google.com and fetch the homepage. $ telnet google.com 80 The above command will connect to google.com on port 80. $ telnet google.com 80... <span class="read-more"><a href="https://www.binarytides.com/code-telnet-client-sockets-python/">Read More &#187;</a></span></p>
<p>The post <a href="https://www.binarytides.com/code-telnet-client-sockets-python/">How to Code a simple Telnet Client with Sockets in Python</a> appeared first on <a href="https://www.binarytides.com">BinaryTides</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.binarytides.com/code-telnet-client-sockets-python/feed/</wfw:commentRss>
			<slash:comments>12</slash:comments>
		
		
			</item>
		<item>
		<title>How to Code ICMP Ping Flood Program in C with Sockets &#8211; Winsock</title>
		<link>https://www.binarytides.com/winsock-icmp-ping-flood-code-c-sockets/</link>
					<comments>https://www.binarytides.com/winsock-icmp-ping-flood-code-c-sockets/#comments</comments>
		
		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Thu, 28 Mar 2013 07:16:59 +0000</pubDate>
				<category><![CDATA[Winsock]]></category>
		<category><![CDATA[dos attack]]></category>
		<category><![CDATA[winsock]]></category>
		<guid isPermaLink="false">http://www.binarytides.com/?p=4612</guid>

					<description><![CDATA[<p>ICMP Ping Flood A ping flood program sends a large of icmp packets to a remote host to flood the network and system resources on the target system. The target system keeps replying to the icmp packets and its system resources are consumed un-necessarily. In a previous article on we saw how to construct raw... <span class="read-more"><a href="https://www.binarytides.com/winsock-icmp-ping-flood-code-c-sockets/">Read More &#187;</a></span></p>
<p>The post <a href="https://www.binarytides.com/winsock-icmp-ping-flood-code-c-sockets/">How to Code ICMP Ping Flood Program in C with Sockets &#8211; Winsock</a> appeared first on <a href="https://www.binarytides.com">BinaryTides</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.binarytides.com/winsock-icmp-ping-flood-code-c-sockets/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>ICMP ping flood code using sockets in C on Linux</title>
		<link>https://www.binarytides.com/icmp-ping-flood-code-sockets-c-linux/</link>
					<comments>https://www.binarytides.com/icmp-ping-flood-code-sockets-c-linux/#comments</comments>
		
		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Thu, 28 Mar 2013 07:07:59 +0000</pubDate>
				<category><![CDATA[C]]></category>
		<category><![CDATA[c sockets]]></category>
		<category><![CDATA[dos attack]]></category>
		<guid isPermaLink="false">http://www.binarytides.com/?p=4607</guid>

					<description><![CDATA[<p>ICMP Ping Flood Icmp ping flood is a kind of DOS attack that can be performed on remote machines connected via a network. It involves sending a large number of ping echo requests (packets) to the target system such that it is not able to tackle so fast. So the result is that the host... <span class="read-more"><a href="https://www.binarytides.com/icmp-ping-flood-code-sockets-c-linux/">Read More &#187;</a></span></p>
<p>The post <a href="https://www.binarytides.com/icmp-ping-flood-code-sockets-c-linux/">ICMP ping flood code using sockets in C on Linux</a> appeared first on <a href="https://www.binarytides.com">BinaryTides</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.binarytides.com/icmp-ping-flood-code-sockets-c-linux/feed/</wfw:commentRss>
			<slash:comments>10</slash:comments>
		
		
			</item>
		<item>
		<title>How to Code a simple Tcp Socket Server in Winsock</title>
		<link>https://www.binarytides.com/code-tcp-socket-server-winsock/</link>
					<comments>https://www.binarytides.com/code-tcp-socket-server-winsock/#comments</comments>
		
		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Wed, 27 Mar 2013 12:39:45 +0000</pubDate>
				<category><![CDATA[Winsock]]></category>
		<category><![CDATA[winsock]]></category>
		<guid isPermaLink="false">http://www.binarytides.com/?p=4598</guid>

					<description><![CDATA[<p>Communication over sockets involves 2 programs running on the same machine or on separate machines across a network. First is a socket server and the other is a socket client. Tcp stands for Transmission control protocol and it is the most common protocol being used for most of the network communication that takes place over... <span class="read-more"><a href="https://www.binarytides.com/code-tcp-socket-server-winsock/">Read More &#187;</a></span></p>
<p>The post <a href="https://www.binarytides.com/code-tcp-socket-server-winsock/">How to Code a simple Tcp Socket Server in Winsock</a> appeared first on <a href="https://www.binarytides.com">BinaryTides</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.binarytides.com/code-tcp-socket-server-winsock/feed/</wfw:commentRss>
			<slash:comments>17</slash:comments>
		
		
			</item>
		<item>
		<title>How to modify a SoapClient request in PHP</title>
		<link>https://www.binarytides.com/modify-soapclient-request-php/</link>
					<comments>https://www.binarytides.com/modify-soapclient-request-php/#comments</comments>
		
		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Tue, 26 Mar 2013 08:24:51 +0000</pubDate>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[php]]></category>
		<guid isPermaLink="false">http://www.codekites.com/?p=4357</guid>

					<description><![CDATA[<p>SOAP and PHP SOAP is a protocol to exchange objects over http. It is used to implement apis and the data being exchanged is in xml format. Sometimes it might be required to modify the soap request to add custom http headers for example. Since SoapClient is a class, it can be extended and the... <span class="read-more"><a href="https://www.binarytides.com/modify-soapclient-request-php/">Read More &#187;</a></span></p>
<p>The post <a href="https://www.binarytides.com/modify-soapclient-request-php/">How to modify a SoapClient request in PHP</a> appeared first on <a href="https://www.binarytides.com">BinaryTides</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.binarytides.com/modify-soapclient-request-php/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Php &#8211; Fix &#8220;Input is not proper UTF-8, indicate encoding&#8221; error when loading xml</title>
		<link>https://www.binarytides.com/php-fix-input-is-not-proper-utf-8-indicate-encoding-error-when-loading-xml/</link>
					<comments>https://www.binarytides.com/php-fix-input-is-not-proper-utf-8-indicate-encoding-error-when-loading-xml/#comments</comments>
		
		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Tue, 26 Mar 2013 05:25:22 +0000</pubDate>
				<category><![CDATA[Php Snippets]]></category>
		<category><![CDATA[php]]></category>
		<guid isPermaLink="false">http://www.codekites.com/?p=4352</guid>

					<description><![CDATA[<p>When loading xml files in php through simplexml_load_string or domDocument class, sometimes an error like this might popup Warning: DOMDocument::loadXML(): Input is not proper UTF-8, indicate encoding ! OR Warning: simplexml_load_string(): Entity: line 93: parser error : Input is not proper UTF-8, indicate encoding ! The error occurs when the xml has some invalid characters... <span class="read-more"><a href="https://www.binarytides.com/php-fix-input-is-not-proper-utf-8-indicate-encoding-error-when-loading-xml/">Read More &#187;</a></span></p>
<p>The post <a href="https://www.binarytides.com/php-fix-input-is-not-proper-utf-8-indicate-encoding-error-when-loading-xml/">Php &#8211; Fix &#8220;Input is not proper UTF-8, indicate encoding&#8221; error when loading xml</a> appeared first on <a href="https://www.binarytides.com">BinaryTides</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.binarytides.com/php-fix-input-is-not-proper-utf-8-indicate-encoding-error-when-loading-xml/feed/</wfw:commentRss>
			<slash:comments>8</slash:comments>
		
		
			</item>
		<item>
		<title>Php &#8211; How to fetch gzipped content over HTTP with file_get_contents</title>
		<link>https://www.binarytides.com/php-fetch-gzipped-content-over-http-with-file_get_contents/</link>
					<comments>https://www.binarytides.com/php-fetch-gzipped-content-over-http-with-file_get_contents/#comments</comments>
		
		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Sun, 24 Mar 2013 11:28:57 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Php Snippets]]></category>
		<category><![CDATA[php]]></category>
		<guid isPermaLink="false">http://www.codekites.com/?p=4312</guid>

					<description><![CDATA[<p>The file_get_contents function is often used to quickly fetch a http url or resource. Usage is very simple and appears like this $content = file_get_contents(&#039;http://www.google.com/&#039;); However the file_get_contents does not get the contents compressed. It requests the server to send everything in plain text format. Most websites are capable of serving compressed content, if they... <span class="read-more"><a href="https://www.binarytides.com/php-fetch-gzipped-content-over-http-with-file_get_contents/">Read More &#187;</a></span></p>
<p>The post <a href="https://www.binarytides.com/php-fetch-gzipped-content-over-http-with-file_get_contents/">Php &#8211; How to fetch gzipped content over HTTP with file_get_contents</a> appeared first on <a href="https://www.binarytides.com">BinaryTides</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.binarytides.com/php-fetch-gzipped-content-over-http-with-file_get_contents/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Socket Programming with Streams in Php &#8211; How to Code Client and Server</title>
		<link>https://www.binarytides.com/socket-programming-streams-php/</link>
					<comments>https://www.binarytides.com/socket-programming-streams-php/#comments</comments>
		
		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Sat, 23 Mar 2013 13:56:54 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[php]]></category>
		<guid isPermaLink="false">http://www.codekites.com/?p=4289</guid>

					<description><![CDATA[<p>Socket Programming Socket programming involves connecting to remote machines on LAN or over the internet using ip addresses and port number. For example google.com has an ip "173.194.36.3" and runs http server on port 80. So a socket application can connect to that ip address on that particular port number and start data communication. Socket... <span class="read-more"><a href="https://www.binarytides.com/socket-programming-streams-php/">Read More &#187;</a></span></p>
<p>The post <a href="https://www.binarytides.com/socket-programming-streams-php/">Socket Programming with Streams in Php &#8211; How to Code Client and Server</a> appeared first on <a href="https://www.binarytides.com">BinaryTides</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.binarytides.com/socket-programming-streams-php/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
		<item>
		<title>Parse the user agent with ua-parser in php &#8211; detect browser, os and device</title>
		<link>https://www.binarytides.com/parse-the-user-agent-with-ua-parser-in-php-detect-browser-os-and-device/</link>
					<comments>https://www.binarytides.com/parse-the-user-agent-with-ua-parser-in-php-detect-browser-os-and-device/#comments</comments>
		
		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Fri, 22 Mar 2013 15:55:48 +0000</pubDate>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[php]]></category>
		<guid isPermaLink="false">http://www.codekites.com/?p=4283</guid>

					<description><![CDATA[<p>In your web application you might need to parse the user's user-agent string to find out the browser/OS/device being used. This is necessary specially when your webapp tries to adapt to the user's platform in a better way. For example a different layout for mobile device or restricted features/graceful degradation on a non supporting browser.... <span class="read-more"><a href="https://www.binarytides.com/parse-the-user-agent-with-ua-parser-in-php-detect-browser-os-and-device/">Read More &#187;</a></span></p>
<p>The post <a href="https://www.binarytides.com/parse-the-user-agent-with-ua-parser-in-php-detect-browser-os-and-device/">Parse the user agent with ua-parser in php &#8211; detect browser, os and device</a> appeared first on <a href="https://www.binarytides.com">BinaryTides</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.binarytides.com/parse-the-user-agent-with-ua-parser-in-php-detect-browser-os-and-device/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Validate domain name using filter_var function in php</title>
		<link>https://www.binarytides.com/validate-domain-name-filter_var-function-php/</link>
					<comments>https://www.binarytides.com/validate-domain-name-filter_var-function-php/#comments</comments>
		
		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Thu, 21 Mar 2013 12:24:11 +0000</pubDate>
				<category><![CDATA[Php Snippets]]></category>
		<category><![CDATA[php snippets]]></category>
		<guid isPermaLink="false">http://www.codekites.com/?p=4280</guid>

					<description><![CDATA[<p>The filter_var function of php is capable of validating many things like emails, urls, ip addresses etc. It does not have a direct option to validate a domain name however. So I coded up this little snippet that the filter_var function with a little tweak so that it can validate domain names as well. function... <span class="read-more"><a href="https://www.binarytides.com/validate-domain-name-filter_var-function-php/">Read More &#187;</a></span></p>
<p>The post <a href="https://www.binarytides.com/validate-domain-name-filter_var-function-php/">Validate domain name using filter_var function in php</a> appeared first on <a href="https://www.binarytides.com">BinaryTides</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.binarytides.com/validate-domain-name-filter_var-function-php/feed/</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
			</item>
	</channel>
</rss>
