<?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>LampWebDevelopers.com - PHP programming with MySQL running on Apache</title>
	<atom:link href="http://www.lampwebdevelopers.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lampwebdevelopers.com</link>
	<description>Sharing experience</description>
	<lastBuildDate>Wed, 01 Jun 2011 15:08:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>nodejs, cluster, memcached under high load put to production</title>
		<link>http://www.lampwebdevelopers.com/251/web-developement/nodejs-cluster-memcached-under-high-load-put-to-production/</link>
		<comments>http://www.lampwebdevelopers.com/251/web-developement/nodejs-cluster-memcached-under-high-load-put-to-production/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 15:07:07 +0000</pubDate>
		<dc:creator>Stan Kuhn</dc:creator>
				<category><![CDATA[>Web developement]]></category>

		<guid isPermaLink="false">http://www.lampwebdevelopers.com/?p=251</guid>
		<description><![CDATA[With new requirement from our client to implement instant messaging to high traffic dating website we had to consider technology  which would let us to get push notifications or something close to it. Doing real push could be somewhat tricky across different web browsers, sockets are not fully implemented and IE would possibly be ok just with long polling. In any case [...]]]></description>
		<wfw:commentRss>http://www.lampwebdevelopers.com/251/web-developement/nodejs-cluster-memcached-under-high-load-put-to-production/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google maps freezes the browser on HTCs with Froyo</title>
		<link>http://www.lampwebdevelopers.com/269/web-developement/google-maps-freezes-the-browser-on-htcs-with-froyo/</link>
		<comments>http://www.lampwebdevelopers.com/269/web-developement/google-maps-freezes-the-browser-on-htcs-with-froyo/#comments</comments>
		<pubDate>Tue, 01 Feb 2011 18:03:06 +0000</pubDate>
		<dc:creator>Lukas1</dc:creator>
				<category><![CDATA[>Web developement]]></category>
		<category><![CDATA[Bugs & issues]]></category>
		<category><![CDATA[Mobile Web Apps]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[developement]]></category>
		<category><![CDATA[froyo]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[webApps]]></category>

		<guid isPermaLink="false">http://www.lampwebdevelopers.com/?p=269</guid>
		<description><![CDATA[Recently I ran into very unpleasant bug, while developing webaplication optimized for Android that uses Google Maps API. This issue seems to be related to HTC Android 2.2(Froyo) based smartphones, only. It&#8217;s not a problem caused by incorrect implementing of Google Maps API into the project, I&#8217;ve been working on, since the same issue occurs [...]]]></description>
		<wfw:commentRss>http://www.lampwebdevelopers.com/269/web-developement/google-maps-freezes-the-browser-on-htcs-with-froyo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web applications for touch mobile phones &#8211; first look</title>
		<link>http://www.lampwebdevelopers.com/256/web-developement/mobile-web-apps/web-applications-for-touchmobile-phones-first-look/</link>
		<comments>http://www.lampwebdevelopers.com/256/web-developement/mobile-web-apps/web-applications-for-touchmobile-phones-first-look/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 12:37:15 +0000</pubDate>
		<dc:creator>Stan Kuhn</dc:creator>
				<category><![CDATA[Mobile Web Apps]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[webApps]]></category>

		<guid isPermaLink="false">http://www.lampwebdevelopers.com/?p=256</guid>
		<description><![CDATA[Web sites for mobile phones. Said this way it&#8217;s probably nothing new, however saying web applications for forward-thinking devices e.g iPhone or Android perhaps makes a difference.  They are not future as many say, they are already here and are already dominating mobile phones market. In our most busy website in US when we lunched [...]]]></description>
		<wfw:commentRss>http://www.lampwebdevelopers.com/256/web-developement/mobile-web-apps/web-applications-for-touchmobile-phones-first-look/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why you should not use @ sign in PHP</title>
		<link>http://www.lampwebdevelopers.com/254/web-developement/tips-tricks/why-you-should-not-use-sign-in-php/</link>
		<comments>http://www.lampwebdevelopers.com/254/web-developement/tips-tricks/why-you-should-not-use-sign-in-php/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 08:05:45 +0000</pubDate>
		<dc:creator>Stan Kuhn</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.lampwebdevelopers.com/?p=254</guid>
		<description><![CDATA[For those who don&#8217;t know @ is error control operator. Taken from PHP documentation &#8220;When prepended to an expression in PHP, any error messages that might be generated by that expression will be ignored&#8221;. In other words error message won&#8217;t be printed out. There are some situations when  @ sign might be helpful e.g. include() [...]]]></description>
		<wfw:commentRss>http://www.lampwebdevelopers.com/254/web-developement/tips-tricks/why-you-should-not-use-sign-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning LAMP web developement – 7. User session management and cookies</title>
		<link>http://www.lampwebdevelopers.com/243/web-developement/php-tutorial/learning-lamp-web-developement-%e2%80%93-7-user-session-management-and-cookies/</link>
		<comments>http://www.lampwebdevelopers.com/243/web-developement/php-tutorial/learning-lamp-web-developement-%e2%80%93-7-user-session-management-and-cookies/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 14:33:39 +0000</pubDate>
		<dc:creator>Stan Kuhn</dc:creator>
				<category><![CDATA[PHP tutorial]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[session]]></category>

		<guid isPermaLink="false">http://www.lampwebdevelopers.com/?p=243</guid>
		<description><![CDATA[What the session is for&#8230; Session data is suppose to hold some information about one particular visitor during his browsing session or even longer. Session data is right place where to store identification information or user after log in, information about his preferences how or what to show on the website, to store some information [...]]]></description>
		<wfw:commentRss>http://www.lampwebdevelopers.com/243/web-developement/php-tutorial/learning-lamp-web-developement-%e2%80%93-7-user-session-management-and-cookies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resolving conflicts in Subversion (SVN)</title>
		<link>http://www.lampwebdevelopers.com/119/web-developement/tips-tricks/resolving-conflicts-in-subversion-svn/</link>
		<comments>http://www.lampwebdevelopers.com/119/web-developement/tips-tricks/resolving-conflicts-in-subversion-svn/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 19:09:50 +0000</pubDate>
		<dc:creator>Stan Kuhn</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[developement]]></category>
		<category><![CDATA[subversion]]></category>

		<guid isPermaLink="false">http://www.lampwebdevelopers.com/?p=119</guid>
		<description><![CDATA[As I have seen many people not being able to sort out conflict state of their local copy of the project I decided to write a little about it. First of all why do these conflicts happen. Subversion unlike for example SourceSafe from Microsoft by default does not require locking of files in repository when [...]]]></description>
		<wfw:commentRss>http://www.lampwebdevelopers.com/119/web-developement/tips-tricks/resolving-conflicts-in-subversion-svn/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Eclipse Helios PDT, PHPEclipse, Smarty and some feelings about it</title>
		<link>http://www.lampwebdevelopers.com/231/off-topic/eclipse-helios-pdt-phpeclipse-smarty-and-some-feelings-about-it/</link>
		<comments>http://www.lampwebdevelopers.com/231/off-topic/eclipse-helios-pdt-phpeclipse-smarty-and-some-feelings-about-it/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 07:15:30 +0000</pubDate>
		<dc:creator>Stan Kuhn</dc:creator>
				<category><![CDATA[Off Topic]]></category>
		<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://www.lampwebdevelopers.com/?p=231</guid>
		<description><![CDATA[New eclipse version named Helios has been recently released. Let me share my very early feelings about it as from PHP developer view. First I downloaded and tried Eclipse Helios PDT version as this Eclipse installation is meant for PHP development. I&#8217;m on Linux so downloading, unpacking zip to new folder. Before first run lets [...]]]></description>
		<wfw:commentRss>http://www.lampwebdevelopers.com/231/off-topic/eclipse-helios-pdt-phpeclipse-smarty-and-some-feelings-about-it/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Learning LAMP web developement – 6. PHP project organization, framework, libraries and third party code</title>
		<link>http://www.lampwebdevelopers.com/223/web-developement/php-tutorial/learning-lamp-web-developement-%e2%80%93-6-php-project-organization-framework-libraries-and-third-party-code/</link>
		<comments>http://www.lampwebdevelopers.com/223/web-developement/php-tutorial/learning-lamp-web-developement-%e2%80%93-6-php-project-organization-framework-libraries-and-third-party-code/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 15:52:28 +0000</pubDate>
		<dc:creator>Stan Kuhn</dc:creator>
				<category><![CDATA[PHP tutorial]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Smarty]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.lampwebdevelopers.com/?p=223</guid>
		<description><![CDATA[Source code re-usability is one of the most important things if you plan to keep developing applications for longer. All Internet applications have set of functionalities that are common. These are for example, User management, permissions management, CMS functionality, forums, categories, menus, profiles etc. Therefore you don&#8217;t have to write a lot of code from [...]]]></description>
		<wfw:commentRss>http://www.lampwebdevelopers.com/223/web-developement/php-tutorial/learning-lamp-web-developement-%e2%80%93-6-php-project-organization-framework-libraries-and-third-party-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing Smarty 3 beta and RC performance, comparing with Smarty 2</title>
		<link>http://www.lampwebdevelopers.com/211/web-developement/smarty-html-javascript/testing-smarty-3-beta-and-rc-performance-comparing-with-smarty-2/</link>
		<comments>http://www.lampwebdevelopers.com/211/web-developement/smarty-html-javascript/testing-smarty-3-beta-and-rc-performance-comparing-with-smarty-2/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 20:17:25 +0000</pubDate>
		<dc:creator>Gaspo</dc:creator>
				<category><![CDATA[Smarty, HTML, JavaScript]]></category>
		<category><![CDATA[Smarty]]></category>

		<guid isPermaLink="false">http://www.lampwebdevelopers.com/?p=211</guid>
		<description><![CDATA[Smarty is template engine used for separation front-end HTML for designers and back-end PHP for programmers. We&#8217;ve been using Smarty 2 for years. Now when Smarty 3 is in Release candidate stage, its time to think about an upgrade. Smarty 3 is  rewritten from scratch in PHP 5 and its not suppose to work under [...]]]></description>
		<wfw:commentRss>http://www.lampwebdevelopers.com/211/web-developement/smarty-html-javascript/testing-smarty-3-beta-and-rc-performance-comparing-with-smarty-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website hack through tinyMCE filemanager plugin</title>
		<link>http://www.lampwebdevelopers.com/199/web-developement/security-and-anti-spam/website-hack-through-tinymce-filemanager-plugin/</link>
		<comments>http://www.lampwebdevelopers.com/199/web-developement/security-and-anti-spam/website-hack-through-tinymce-filemanager-plugin/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 05:45:16 +0000</pubDate>
		<dc:creator>Stan Kuhn</dc:creator>
				<category><![CDATA[Security and anti-spam]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.lampwebdevelopers.com/?p=199</guid>
		<description><![CDATA[Few days ago we realized that one of our client website is not working at all.  After short while we found that the site was probably hacked. This is a server of our client which purpose is mainly to run older non maintained projects. There was also one old Mambo CMS website installation which apart [...]]]></description>
		<wfw:commentRss>http://www.lampwebdevelopers.com/199/web-developement/security-and-anti-spam/website-hack-through-tinymce-filemanager-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

