<?xml version='1.0' encoding='utf-8'?><feed xmlns="http://www.w3.org/2005/Atom">
	  <title>All aspects of web programming by ErlyCoder</title>
      <subtitle>Blog about web tchnologies, services, websites, software. Especially about Erlang/OTP and related topics.</subtitle>
      <link href="http://erlycoder.com/feeds/blog-atom.xml" rel="self" type="application/atom+xml"/>
      <link href="http://erlycoder.com/" />
      <id>http://erlycoder.com/</id>
      <updated>2013-04-07T22:00:06-04:00</updated>
	  <author>
		<name>Sergiy Dzysyak</name>
		<email>dzysyak@gmail.com</email>
		<uri>http://erlycoder.com</uri>
	  </author>
	  <generator>ErlyCoder Blog Engine</generator>
	  <category term="programming"/>
	  <category term="erlang"/>
	  <category term="web"/>
	  
	  
  <entry>
	<title>Javascript hash functions to convert string into integer hash.</title>
    <summary>Javascript functions that implement different hashing algorithms. </summary>
    <link href="http://erlycoder.com/49/javascript-hash-functions-to-convert-string-into-integer-hash-"/>
    <content src="http://erlycoder.com/49/javascript-hash-functions-to-convert-string-into-integer-hash-" type="text/html"/>
    <id>http://erlycoder.com/49/javascript-hash-functions-to-convert-string-into-integer-hash-</id>
    <updated>2013-04-07T21:02:15-04:00</updated>
    
    <author>
		<name>Sergiy Dzysyak</name>
		<email>dzysyak@gmail.com</email>
		<uri>http://erlycoder.com</uri>
	</author>
<category term="sdbm" label="sdbm"/><category term="djb2" label="djb2"/><category term="hashcode" label="hashcode"/><category term="integer" label="integer"/><category term="string" label="string"/><category term="hash" label="hash"/><category term="javascript" label="javascript"/><category term="lose lose" label="lose lose"/>
</entry>


  <entry>
	<title>Javascript crc32 that matches PHP crc32 and works well with unicode</title>
    <summary>CRC32 implementation in php that returns hashes identical to PHP crc32 function and works well with unicode strings.</summary>
    <link href="http://erlycoder.com/121/javascript-crc32-that-mathes-php-crc32-and-works-well-with-unicode"/>
    <content src="http://erlycoder.com/121/javascript-crc32-that-mathes-php-crc32-and-works-well-with-unicode" type="text/html"/>
    <id>http://erlycoder.com/121/javascript-crc32-that-mathes-php-crc32-and-works-well-with-unicode</id>
    <updated>2012-11-19T11:07:10-05:00</updated>
    
    <author>
		<name>Sergiy Dzysyak</name>
		<email>dzysyak@gmail.com</email>
		<uri>http://erlycoder.com</uri>
	</author>
<category term="function" label="function"/><category term="utf8" label="utf8"/><category term="unicode" label="unicode"/><category term="hashes" label="hashes"/><category term="hash" label="hash"/><category term="php" label="php"/><category term="javascrip" label="javascrip"/><category term="crc32" label="crc32"/>
</entry>


  <entry>
	<title>SSL how to: Get a server certificate from StartSSL.com</title>
    <summary>Article explains how to get free SSL certificate from StartSSL. Same instructions work for higher level certificates from StartSSL too, </summary>
    <link href="http://erlycoder.com/85/ssl-how-to-get-a-server-certificate-from-startssl-com"/>
    <content src="http://erlycoder.com/85/ssl-how-to-get-a-server-certificate-from-startssl-com" type="text/html"/>
    <id>http://erlycoder.com/85/ssl-how-to-get-a-server-certificate-from-startssl-com</id>
    <updated>2012-11-02T20:39:42-04:00</updated>
    
    <author>
		<name>Sergiy Dzysyak</name>
		<email>dzysyak@gmail.com</email>
		<uri>http://erlycoder.com</uri>
	</author>
<category term="vsftpd" label="vsftpd"/><category term="startssl" label="startssl"/><category term="ssl" label="ssl"/><category term="postfix" label="postfix"/><category term="linux" label="linux"/><category term="lighttpd" label="lighttpd"/><category term="ejabberd" label="ejabberd"/><category term="dovecot" label="dovecot"/>
</entry>


  <entry>
	<title>HTML5: Selected image preview jQuery plugin</title>
    <summary>Simple and customizable jQuery plugin for image files visualization including multiple files visualization.</summary>
    <link href="http://erlycoder.com/119/html5-selected-image-preview-jquery-plugin"/>
    <content src="http://erlycoder.com/119/html5-selected-image-preview-jquery-plugin" type="text/html"/>
    <id>http://erlycoder.com/119/html5-selected-image-preview-jquery-plugin</id>
    <updated>2012-10-09T07:13:14-04:00</updated>
    
    <author>
		<name>Sergiy Dzysyak</name>
		<email>dzysyak@gmail.com</email>
		<uri>http://erlycoder.com</uri>
	</author>
<category term="upload" label="upload"/><category term="file" label="file"/><category term="preview" label="preview"/><category term="image" label="image"/><category term="html5" label="html5"/><category term="jquery" label="jquery"/>
</entry>


  <entry>
	<title>SSL how to: self-signed SSL certifiate creation with open ssl</title>
    <summary>Step by step instructions for self signed ssl certificate creation using open ssl.</summary>
    <link href="http://erlycoder.com/87/ssl-how-to-self-signed-ssl-certifiate-creation-with-open-ssl"/>
    <content src="http://erlycoder.com/87/ssl-how-to-self-signed-ssl-certifiate-creation-with-open-ssl" type="text/html"/>
    <id>http://erlycoder.com/87/ssl-how-to-self-signed-ssl-certifiate-creation-with-open-ssl</id>
    <updated>2012-09-24T14:51:06-04:00</updated>
    
    <author>
		<name>Sergiy Dzysyak</name>
		<email>dzysyak@gmail.com</email>
		<uri>http://erlycoder.com</uri>
	</author>
<category term="openssl" label="openssl"/><category term="ssl sertificate" label="ssl sertificate"/><category term="certificate" label="certificate"/><category term="self signed ssl" label="self signed ssl"/><category term="ssl" label="ssl"/>
</entry>


  <entry>
	<title>Google Chrome session cookie expiration issue/feature - your personal data is insecure now!</title>
    <summary>Session cookes that do not expire ever - one more Google Chrome bug/feature that users and programmers should be aware of.</summary>
    <link href="http://erlycoder.com/111/google-chrome-session-cookie-expiration-issue-feature-your-personal-data-is-insecure-now-"/>
    <content src="http://erlycoder.com/111/google-chrome-session-cookie-expiration-issue-feature-your-personal-data-is-insecure-now-" type="text/html"/>
    <id>http://erlycoder.com/111/google-chrome-session-cookie-expiration-issue-feature-your-personal-data-is-insecure-now-</id>
    <updated>2012-07-26T15:06:59-04:00</updated>
    
    <author>
		<name>Sergiy Dzysyak</name>
		<email>dzysyak@gmail.com</email>
		<uri>http://erlycoder.com</uri>
	</author>
<category term="php" label="php"/><category term="web browser" label="web browser"/><category term="browser" label="browser"/><category term="session cookie" label="session cookie"/><category term="cookie" label="cookie"/><category term="bug" label="bug"/><category term="feature" label="feature"/><category term="session" label="session"/><category term="google chrome" label="google chrome"/>
</entry>


  <entry>
	<title>Google Crome bug: related positioning &amp; rounded corners. Simple solution.</title>
    <summary>How to fix/handle Google Chrome rounded corners bug that appears with relative or any other non-default positioning. Simple examples and more complex ones with scrolling.</summary>
    <link href="http://erlycoder.com/117/google-crome-bug-related-positioning-rounded-corners-simple-solution-"/>
    <content src="http://erlycoder.com/117/google-crome-bug-related-positioning-rounded-corners-simple-solution-" type="text/html"/>
    <id>http://erlycoder.com/117/google-crome-bug-related-positioning-rounded-corners-simple-solution-</id>
    <updated>2012-07-23T17:05:44-04:00</updated>
    
    <author>
		<name>Sergiy Dzysyak</name>
		<email>dzysyak@gmail.com</email>
		<uri>http://erlycoder.com</uri>
	</author>
<category term="relative." label="relative."/><category term="positioning" label="positioning"/><category term="google chrome" label="google chrome"/><category term="positioning relative" label="positioning relative"/><category term="bug" label="bug"/><category term="rounded corners" label="rounded corners"/><category term="css" label="css"/><category term="javascript" label="javascript"/>
</entry>


  <entry>
	<title>Javascript: How to check dependencies and load missed libraries. JQuery example.</title>
    <summary>Simple way to check dependencies and load required javascript libraries. jQuery and jQuery plugin as an example, but any other library or set of libraries can be used.</summary>
    <link href="http://erlycoder.com/115/javascript-how-to-check-dependencies-and-load-missed-libraries-jquery-example-"/>
    <content src="http://erlycoder.com/115/javascript-how-to-check-dependencies-and-load-missed-libraries-jquery-example-" type="text/html"/>
    <id>http://erlycoder.com/115/javascript-how-to-check-dependencies-and-load-missed-libraries-jquery-example-</id>
    <updated>2012-07-20T07:57:22-04:00</updated>
    
    <author>
		<name>Sergiy Dzysyak</name>
		<email>dzysyak@gmail.com</email>
		<uri>http://erlycoder.com</uri>
	</author>
<category term="load required" label="load required"/><category term="check dependencies" label="check dependencies"/><category term="plugin" label="plugin"/><category term="jquery" label="jquery"/><category term="library" label="library"/><category term="dependencies" label="dependencies"/><category term="javascript" label="javascript"/><category term="requirements" label="requirements"/>
</entry>


  <entry>
	<title>PHP MySQL incremental backup/restore implementation (download the script)</title>
    <summary>How to backup and restore the data by date from the mysql database. How to backup data for the certain date. How to restore data for the certain period of time.</summary>
    <link href="http://erlycoder.com/109/php-mysql-incremental-backup-restore-implementation-download-the-script-"/>
    <content src="http://erlycoder.com/109/php-mysql-incremental-backup-restore-implementation-download-the-script-" type="text/html"/>
    <id>http://erlycoder.com/109/php-mysql-incremental-backup-restore-implementation-download-the-script-</id>
    <updated>2012-07-19T16:48:14-04:00</updated>
    
    <author>
		<name>Sergiy Dzysyak</name>
		<email>dzysyak@gmail.com</email>
		<uri>http://erlycoder.com</uri>
	</author>
<category term="backup database.backup by date" label="backup database.backup by date"/><category term="backup table" label="backup table"/><category term="mysql backup" label="mysql backup"/><category term="backup &amp; restore" label="backup &amp; restore"/><category term="restore" label="restore"/><category term="incremental backup" label="incremental backup"/><category term="backup" label="backup"/><category term="mysql" label="mysql"/><category term="php" label="php"/>
</entry>


  <entry>
	<title>Javascript: weighted random value from array</title>
    <summary>Weighted random values generation in javascript. Full javascript code is available. Algorithm selects values from array randomly taking into consideration weights.</summary>
    <link href="http://erlycoder.com/105/javascript-weighted-random-value-from-array"/>
    <content src="http://erlycoder.com/105/javascript-weighted-random-value-from-array" type="text/html"/>
    <id>http://erlycoder.com/105/javascript-weighted-random-value-from-array</id>
    <updated>2012-06-10T19:17:17-04:00</updated>
    
    <author>
		<name>Sergiy Dzysyak</name>
		<email>dzysyak@gmail.com</email>
		<uri>http://erlycoder.com</uri>
	</author>
<category term="random selection" label="random selection"/><category term="weighted random" label="weighted random"/><category term="random generator" label="random generator"/><category term="random value" label="random value"/><category term="javascript" label="javascript"/>
</entry>


  <entry>
	<title>Using MySQL PHP: select random row based on weight</title>
    <summary>Algorithm of random row selection based on the weight values contained in one of the table column. Algorithm works fast on tables with great number of rows.</summary>
    <link href="http://erlycoder.com/75/using-mysql-php-select-random-row-based-on-weight"/>
    <content src="http://erlycoder.com/75/using-mysql-php-select-random-row-based-on-weight" type="text/html"/>
    <id>http://erlycoder.com/75/using-mysql-php-select-random-row-based-on-weight</id>
    <updated>2012-06-10T19:17:11-04:00</updated>
    
    <author>
		<name>Sergiy Dzysyak</name>
		<email>dzysyak@gmail.com</email>
		<uri>http://erlycoder.com</uri>
	</author>
<category term="selection based on weight." label="selection based on weight."/><category term="algorithm" label="algorithm"/><category term="value" label="value"/><category term="weight" label="weight"/><category term="random" label="random"/><category term="selection" label="selection"/><category term="database" label="database"/><category term="mysql" label="mysql"/><category term="php" label="php"/>
</entry>


  <entry>
	<title>Erlang SSL sockets example (ssl echo server &amp; ssl client)</title>
    <summary>Code of Erlang SSL echo server and SSL client example. Code is complete and working. Pattern can be useful in real world projects.</summary>
    <link href="http://erlycoder.com/89/erlang-ssl-sockets-example-ssl-echo-server-ssl-client-"/>
    <content src="http://erlycoder.com/89/erlang-ssl-sockets-example-ssl-echo-server-ssl-client-" type="text/html"/>
    <id>http://erlycoder.com/89/erlang-ssl-sockets-example-ssl-echo-server-ssl-client-</id>
    <updated>2012-06-04T08:56:37-04:00</updated>
    
    <author>
		<name>Sergiy Dzysyak</name>
		<email>dzysyak@gmail.com</email>
		<uri>http://erlycoder.com</uri>
	</author>
<category term="ssl server" label="ssl server"/><category term="ssl" label="ssl"/><category term="sockets" label="sockets"/><category term="server" label="server"/><category term="gen_tcp" label="gen_tcp"/><category term="certificate" label="certificate"/><category term="ssl cerificate" label="ssl cerificate"/><category term="erlang ssl" label="erlang ssl"/><category term="erlang" label="erlang"/>
</entry>


  <entry>
	<title>SSL how to: install ssl on Postfix smtp server</title>
    <summary>Postfix SSL configuration. Article briefly explains how to configure Postfix smtp server to use SSL certificate. Instructions are oriented on Linux / UNIX operating system.</summary>
    <link href="http://erlycoder.com/91/ssl-how-to-install-ssl-on-postfix-smtp-server"/>
    <content src="http://erlycoder.com/91/ssl-how-to-install-ssl-on-postfix-smtp-server" type="text/html"/>
    <id>http://erlycoder.com/91/ssl-how-to-install-ssl-on-postfix-smtp-server</id>
    <updated>2012-06-01T19:08:58-04:00</updated>
    
    <author>
		<name>Sergiy Dzysyak</name>
		<email>dzysyak@gmail.com</email>
		<uri>http://erlycoder.com</uri>
	</author>
<category term="smtp server" label="smtp server"/><category term="server" label="server"/><category term="smtp" label="smtp"/><category term="postfix" label="postfix"/><category term="ssl certificate" label="ssl certificate"/><category term="certificate" label="certificate"/><category term="ssl" label="ssl"/><category term="postfix mail server" label="postfix mail server"/>
</entry>


  <entry>
	<title>SSL how to: install ssl on eJabberd</title>
    <summary>eJabberd SSL configuration. Simple set of configuration instructions that just work. Instructions are oriented on Linux / UNIX operating system.</summary>
    <link href="http://erlycoder.com/93/ssl-how-to-install-ssl-on-ejabberd"/>
    <content src="http://erlycoder.com/93/ssl-how-to-install-ssl-on-ejabberd" type="text/html"/>
    <id>http://erlycoder.com/93/ssl-how-to-install-ssl-on-ejabberd</id>
    <updated>2012-06-01T19:07:45-04:00</updated>
    
    <author>
		<name>Sergiy Dzysyak</name>
		<email>dzysyak@gmail.com</email>
		<uri>http://erlycoder.com</uri>
	</author>
<category term="certificate" label="certificate"/><category term="ssl" label="ssl"/><category term="ssl certificate" label="ssl certificate"/><category term="ejabberd" label="ejabberd"/><category term="xmpp" label="xmpp"/><category term="jabber" label="jabber"/>
</entry>


  <entry>
	<title>SSL how to: install ssl on vsftpd</title>
    <summary>Vsftpd SSL configuration. Simple instructions on vsftpd server configuration to use SSL certificate under Linux / UNIX operating system.</summary>
    <link href="http://erlycoder.com/95/ssl-how-to-install-ssl-on-vsftpd"/>
    <content src="http://erlycoder.com/95/ssl-how-to-install-ssl-on-vsftpd" type="text/html"/>
    <id>http://erlycoder.com/95/ssl-how-to-install-ssl-on-vsftpd</id>
    <updated>2012-06-01T19:07:00-04:00</updated>
    
    <author>
		<name>Sergiy Dzysyak</name>
		<email>dzysyak@gmail.com</email>
		<uri>http://erlycoder.com</uri>
	</author>
<category term="ssl certificate" label="ssl certificate"/><category term="certificate" label="certificate"/><category term="ssl" label="ssl"/><category term="ftp server" label="ftp server"/><category term="ftpd" label="ftpd"/>
</entry>


  <entry>
	<title>SSL how to: install ssl on Dovecot IMAP serer</title>
    <summary>Dovecot SSL configuration. Simple instruction on SSL installation and configuration for Dovecot IMAP server under Linux / UNIX operating system.</summary>
    <link href="http://erlycoder.com/97/ssl-how-to-install-ssl-on-dovecot-imap-serer"/>
    <content src="http://erlycoder.com/97/ssl-how-to-install-ssl-on-dovecot-imap-serer" type="text/html"/>
    <id>http://erlycoder.com/97/ssl-how-to-install-ssl-on-dovecot-imap-serer</id>
    <updated>2012-06-01T19:06:31-04:00</updated>
    
    <author>
		<name>Sergiy Dzysyak</name>
		<email>dzysyak@gmail.com</email>
		<uri>http://erlycoder.com</uri>
	</author>
<category term="dovecot" label="dovecot"/><category term="ssl" label="ssl"/><category term="certificate" label="certificate"/><category term="ssl certificate" label="ssl certificate"/><category term="configuration" label="configuration"/><category term="imap ssl configuration" label="imap ssl configuration"/>
</entry>


  <entry>
	<title>SSL how to: install ssl on Lighttpd</title>
    <summary>Lighttpd SSL configuration. Explains how to install an SSL certificate for Lighttpd web server under Linux / UNIX operating system.</summary>
    <link href="http://erlycoder.com/99/ssl-how-to-install-ssl-on-lighttpd"/>
    <content src="http://erlycoder.com/99/ssl-how-to-install-ssl-on-lighttpd" type="text/html"/>
    <id>http://erlycoder.com/99/ssl-how-to-install-ssl-on-lighttpd</id>
    <updated>2012-05-28T19:11:42-04:00</updated>
    
    <author>
		<name>Sergiy Dzysyak</name>
		<email>dzysyak@gmail.com</email>
		<uri>http://erlycoder.com</uri>
	</author>
<category term="lighttpd" label="lighttpd"/><category term="ssl" label="ssl"/><category term="certificate" label="certificate"/><category term="ssl certificate" label="ssl certificate"/><category term="web server" label="web server"/><category term="linux" label="linux"/><category term="unix" label="unix"/>
</entry>


  <entry>
	<title>Erlang : UDP socket usage example with gen_udp</title>
    <summary>Erlang impementation of UDP echo server implemented using gen_udp module. UDP client code with usage examples are available also.</summary>
    <link href="http://erlycoder.com/83/erlang-udp-socket-usage-example-with-gen_udp"/>
    <content src="http://erlycoder.com/83/erlang-udp-socket-usage-example-with-gen_udp" type="text/html"/>
    <id>http://erlycoder.com/83/erlang-udp-socket-usage-example-with-gen_udp</id>
    <updated>2012-05-19T21:14:28-04:00</updated>
    
    <author>
		<name>Sergiy Dzysyak</name>
		<email>dzysyak@gmail.com</email>
		<uri>http://erlycoder.com</uri>
	</author>
<category term="udp server" label="udp server"/><category term="client" label="client"/><category term="server" label="server"/><category term="echo server" label="echo server"/><category term="socket" label="socket"/><category term="udp" label="udp"/><category term="gen_udp" label="gen_udp"/><category term="udp client" label="udp client"/>
</entry>


  <entry>
	<title>Erlang TCP server &amp; TCP client sockets with gen_tcp</title>
    <summary>Erlang implementation of samle echo server and Erlang TCP clients in examples.</summary>
    <link href="http://erlycoder.com/25/erlang-tcp-server-tcp-client-sockets-with-gen_tcp"/>
    <content src="http://erlycoder.com/25/erlang-tcp-server-tcp-client-sockets-with-gen_tcp" type="text/html"/>
    <id>http://erlycoder.com/25/erlang-tcp-server-tcp-client-sockets-with-gen_tcp</id>
    <updated>2012-05-19T21:14:14-04:00</updated>
    
    <author>
		<name>Sergiy Dzysyak</name>
		<email>dzysyak@gmail.com</email>
		<uri>http://erlycoder.com</uri>
	</author>
<category term="gen_tcp" label="gen_tcp"/><category term="tcp client" label="tcp client"/><category term="tcp server" label="tcp server"/><category term="erlang" label="erlang"/>
</entry>


  <entry>
	<title>Using MySQL: select random row, but fast</title>
    <summary>Few algorithms to select random rows fast and efficient way. MySQL keys usage for random row selection.</summary>
    <link href="http://erlycoder.com/81/using-mysql-select-random-row-but-fast"/>
    <content src="http://erlycoder.com/81/using-mysql-select-random-row-but-fast" type="text/html"/>
    <id>http://erlycoder.com/81/using-mysql-select-random-row-but-fast</id>
    <updated>2012-05-13T19:19:56-04:00</updated>
    
    <author>
		<name>Sergiy Dzysyak</name>
		<email>dzysyak@gmail.com</email>
		<uri>http://erlycoder.com</uri>
	</author>
<category term="index column" label="index column"/><category term="rand" label="rand"/><category term="fast random" label="fast random"/><category term="fast" label="fast"/><category term="keys" label="keys"/><category term="random" label="random"/><category term="selection" label="selection"/><category term="mysql" label="mysql"/><category term="column" label="column"/>
</entry>


  <entry>
	<title>Using MySQL: ways to improve speed</title>
    <summary>Simple but proven ways to improve speed of MySQL database server and reduce hardware resources utilization.</summary>
    <link href="http://erlycoder.com/77/using-mysql-ways-to-improve-speed"/>
    <content src="http://erlycoder.com/77/using-mysql-ways-to-improve-speed" type="text/html"/>
    <id>http://erlycoder.com/77/using-mysql-ways-to-improve-speed</id>
    <updated>2012-05-13T15:06:48-04:00</updated>
    
    <author>
		<name>Sergiy Dzysyak</name>
		<email>dzysyak@gmail.com</email>
		<uri>http://erlycoder.com</uri>
	</author>
<category term="bulk update" label="bulk update"/><category term="bulk insert" label="bulk insert"/><category term="select" label="select"/><category term="update" label="update"/><category term="delete" label="delete"/><category term="insert" label="insert"/><category term="statement" label="statement"/><category term="sql" label="sql"/><category term="improvement" label="improvement"/><category term="speed" label="speed"/><category term="mysql" label="mysql"/>
</entry>


  <entry>
	<title>Erlang IPv6 string to Erlang IP tuple and Erlang IP tuple to IPv6 string</title>
    <summary>Artile describes how to convert IPv6 address in strig representation into Erlang IP address tuple representation. Source code of the module and usage examples are provided.</summary>
    <link href="http://erlycoder.com/63/erlang-ipv6-string-to-erlang-ip-tuple-and-erlang-ip-tuple-to-ipv6-string"/>
    <content src="http://erlycoder.com/63/erlang-ipv6-string-to-erlang-ip-tuple-and-erlang-ip-tuple-to-ipv6-string" type="text/html"/>
    <id>http://erlycoder.com/63/erlang-ipv6-string-to-erlang-ip-tuple-and-erlang-ip-tuple-to-ipv6-string</id>
    <updated>2012-04-29T17:58:10-04:00</updated>
    
    <author>
		<name>Sergiy Dzysyak</name>
		<email>dzysyak@gmail.com</email>
		<uri>http://erlycoder.com</uri>
	</author>
<category term="binary" label="binary"/><category term="string" label="string"/><category term="conversion" label="conversion"/><category term="ip tuple" label="ip tuple"/><category term="tuple" label="tuple"/><category term="erlang" label="erlang"/><category term="ip" label="ip"/><category term="ipv6" label="ipv6"/>
</entry>


  <entry>
	<title>PHP MySQL prepared SQL statement vs SQL statement</title>
    <summary>Prepared statements SQL syntax, php systax and speed tests against ordinary SQL queries.</summary>
    <link href="http://erlycoder.com/69/php-mysql-prepared-sql-statement-vs-sql-statement"/>
    <content src="http://erlycoder.com/69/php-mysql-prepared-sql-statement-vs-sql-statement" type="text/html"/>
    <id>http://erlycoder.com/69/php-mysql-prepared-sql-statement-vs-sql-statement</id>
    <updated>2012-04-29T17:42:16-04:00</updated>
    
    <author>
		<name>Sergiy Dzysyak</name>
		<email>dzysyak@gmail.com</email>
		<uri>http://erlycoder.com</uri>
	</author>
<category term="speed" label="speed"/><category term="prepare" label="prepare"/><category term="deallocate" label="deallocate"/><category term="innobd" label="innobd"/><category term="myisam" label="myisam"/><category term="test" label="test"/><category term="sql" label="sql"/><category term="prepared statements" label="prepared statements"/><category term="php" label="php"/><category term="mysql" label="mysql"/>
</entry>


  <entry>
	<title>Twitter bookmarklet -select &amp; tweet</title>
    <summary>I have started using tublr some time ago and really love its bookmarklet features (and actually the service itself too). So, I decided to implement bookmarklet that implements at least one of the features I like - ability to twitt selected text.</summary>
    <link href="http://erlycoder.com/53/twitter-bookmarklet-select-tweet"/>
    <content src="http://erlycoder.com/53/twitter-bookmarklet-select-tweet" type="text/html"/>
    <id>http://erlycoder.com/53/twitter-bookmarklet-select-tweet</id>
    <updated>2012-04-22T19:27:59-04:00</updated>
    
    <author>
		<name>Sergiy Dzysyak</name>
		<email>dzysyak@gmail.com</email>
		<uri>http://erlycoder.com</uri>
	</author>
<category term="browser bookmarklet" label="browser bookmarklet"/><category term="javascript" label="javascript"/><category term="twitter bookmarklet" label="twitter bookmarklet"/><category term="bookmarklet" label="bookmarklet"/><category term="twitter" label="twitter"/><category term="browser extension" label="browser extension"/>
</entry>


  <entry>
	<title>Facebook bookmarklet - post selection to Facebook</title>
    <summary>Bookmarklet allows to select any text from any web page &amp; post it to Facebook with just a single click.</summary>
    <link href="http://erlycoder.com/55/facebook-bookmarklet-post-selection-to-facebook"/>
    <content src="http://erlycoder.com/55/facebook-bookmarklet-post-selection-to-facebook" type="text/html"/>
    <id>http://erlycoder.com/55/facebook-bookmarklet-post-selection-to-facebook</id>
    <updated>2012-04-22T19:27:14-04:00</updated>
    
    <author>
		<name>Sergiy Dzysyak</name>
		<email>dzysyak@gmail.com</email>
		<uri>http://erlycoder.com</uri>
	</author>
<category term="browser bookmarklet" label="browser bookmarklet"/><category term="javascript" label="javascript"/><category term="bookmarklet" label="bookmarklet"/><category term="facebook" label="facebook"/><category term="facebook bookmarklet" label="facebook bookmarklet"/><category term="browser" label="browser"/><category term="extension" label="extension"/>
</entry>


  <entry>
	<title>Example of Erlang crossdomain policy server for Adobe Flash</title>
    <summary>Lightweight Adobe Flash policy server implemented in Erlang.</summary>
    <link href="http://erlycoder.com/23/example-of-erlang-crossdomain-policy-server-for-adobe-flash"/>
    <content src="http://erlycoder.com/23/example-of-erlang-crossdomain-policy-server-for-adobe-flash" type="text/html"/>
    <id>http://erlycoder.com/23/example-of-erlang-crossdomain-policy-server-for-adobe-flash</id>
    <updated>2012-04-18T13:52:31-04:00</updated>
    
    <author>
		<name>Sergiy Dzysyak</name>
		<email>dzysyak@gmail.com</email>
		<uri>http://erlycoder.com</uri>
	</author>
<category term="policy server." label="policy server."/><category term="policy file" label="policy file"/><category term="flex" label="flex"/><category term="flash" label="flash"/><category term="erlang" label="erlang"/>
</entry>


  <entry>
	<title>Mysql partitioning &amp; subpartitioning for MySQL scalability</title>
    <summary>How to scale MySQL with table partitioning and subpartitioning. Configuration, tables creation and important notices.</summary>
    <link href="http://erlycoder.com/39/mysql-partitioning-subpartitioning-for-mysql-scalability"/>
    <content src="http://erlycoder.com/39/mysql-partitioning-subpartitioning-for-mysql-scalability" type="text/html"/>
    <id>http://erlycoder.com/39/mysql-partitioning-subpartitioning-for-mysql-scalability</id>
    <updated>2012-04-15T19:34:50-04:00</updated>
    
    <author>
		<name>Sergiy Dzysyak</name>
		<email>dzysyak@gmail.com</email>
		<uri>http://erlycoder.com</uri>
	</author>
<category term="table partitioning" label="table partitioning"/><category term="mysql table" label="mysql table"/><category term="configuration" label="configuration"/><category term="mysql database" label="mysql database"/><category term="scalability" label="scalability"/><category term="mysql subpartition" label="mysql subpartition"/><category term="subparition" label="subparition"/><category term="mysql partitioning" label="mysql partitioning"/><category term="partitioning" label="partitioning"/><category term="patition" label="patition"/><category term="mysql" label="mysql"/>
</entry>


  <entry>
	<title>MySQL master-slave and master-master replication. Step by step configuration instructions.</title>
    <summary>How to setup replication (master-slave &amp; master-master) and avoid colisions on the latest versions of MySQL server.</summary>
    <link href="http://erlycoder.com/43/mysql-master-slave-and-master-master-replication-step-by-step-configuration-instructions-"/>
    <content src="http://erlycoder.com/43/mysql-master-slave-and-master-master-replication-step-by-step-configuration-instructions-" type="text/html"/>
    <id>http://erlycoder.com/43/mysql-master-slave-and-master-master-replication-step-by-step-configuration-instructions-</id>
    <updated>2012-04-15T18:41:24-04:00</updated>
    
    <author>
		<name>Sergiy Dzysyak</name>
		<email>dzysyak@gmail.com</email>
		<uri>http://erlycoder.com</uri>
	</author>
<category term="replication" label="replication"/><category term="database" label="database"/><category term="server" label="server"/><category term="mysql" label="mysql"/>
</entry>


  <entry>
	<title>Twitter &amp; facebook bookmarklets update</title>
    <summary>Twitter and Facebook bookmarklets are updated to apply the bugfix.</summary>
    <link href="http://erlycoder.com/67/twitter-facebook-bookmarklets-update"/>
    <content src="http://erlycoder.com/67/twitter-facebook-bookmarklets-update" type="text/html"/>
    <id>http://erlycoder.com/67/twitter-facebook-bookmarklets-update</id>
    <updated>2012-04-05T21:56:41-04:00</updated>
    
    <author>
		<name>Sergiy Dzysyak</name>
		<email>dzysyak@gmail.com</email>
		<uri>http://erlycoder.com</uri>
	</author>
<category term="twitter bookmarklet" label="twitter bookmarklet"/><category term="javascript" label="javascript"/><category term="update" label="update"/><category term="bookmarklet" label="bookmarklet"/><category term="facebook" label="facebook"/><category term="twitter" label="twitter"/><category term="facebook bookmarklet" label="facebook bookmarklet"/>
</entry>


  <entry>
	<title>Erlang: How to integrate C with Erlang program example or Erlang NIFs (Native Implemented Functions) usage</title>
    <summary>Erlang NIF (Native Code Functions) example. Basically article shows how to connect the library written in C and compiled with GNU gcc to the erlang code. That is very important when speed optimisation is required for some Erlang code piece. Example is ver</summary>
    <link href="http://erlycoder.com/59/erlang-how-to-integrate-c-with-erlang-program-example-or-erlang-nifs-native-implemented-functions-us"/>
    <content src="http://erlycoder.com/59/erlang-how-to-integrate-c-with-erlang-program-example-or-erlang-nifs-native-implemented-functions-us" type="text/html"/>
    <id>http://erlycoder.com/59/erlang-how-to-integrate-c-with-erlang-program-example-or-erlang-nifs-native-implemented-functions-us</id>
    <updated>2012-03-27T16:21:23-04:00</updated>
    
    <author>
		<name>Sergiy Dzysyak</name>
		<email>dzysyak@gmail.com</email>
		<uri>http://erlycoder.com</uri>
	</author>
<category term="native code" label="native code"/><category term="nif" label="nif"/><category term="c" label="c"/><category term="erlang" label="erlang"/><category term="native implemented functions" label="native implemented functions"/>
</entry>


  </feed>
