<?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/"><channel>
<title>webcheatsheet.com: RSS Feed</title>
<link>http://www.webcheatsheet.com/</link>
<description>wide selection of web tutorials with working examples and source code</description>
<copyright>Copyright (c) 2005-2009 www.WebCheatSheet.com</copyright>
<language>en-us</language>
<pubDate>Sun, 14 Mar 2010 23:46:37 -0700</pubDate>
<ttl>60</ttl>
<item>
<title>Record locking in Web applications</title>
<link>http://www.webcheatsheet.com/php/record_locking_in_web_applications.php</link>
<description>In this article we describe how to implement record locking in web applications. Because of the stateless nature of HTTP, you cannot really know whether the user left the page or is still looking at your site. We used the lock confirmation technique combined with lock expiration to solve this problem.&lt;br /&gt;&lt;br /&gt;&lt;a href=http://www.webcheatsheet.com/php/record_locking_in_web_applications.php&gt;read more&lt;/a&gt; | &lt;a href=http://digg.com/submit?phase=3&amp;url=http%3A%2F%2Fwww.webcheatsheet.com%2Fphp%2Frecord_locking_in_web_applications.php&amp;title=Record+locking+in+Web+applications&gt;digg this&lt;/a&gt; | &lt;a href=http://del.icio.us/post?v=4;url=http%3A%2F%2Fwww.webcheatsheet.com%2Fphp%2Frecord_locking_in_web_applications.php;title=Record+locking+in+Web+applications&gt;add to del.icio.us&lt;/a&gt;</description>
<pubDate>Tue, 8 Dec 2009 04:52:52 -0800</pubDate>
<guid isPermaLink="true">http://www.webcheatsheet.com/php/record_locking_in_web_applications.php</guid>
</item>
<item>
<title>BBCode editor</title>
<link>http://webcheatsheet.com/javascript/bbcode_editor.php</link>
<description>As soon as you’ve decided to implement BBCode in your software product, we propose you to examine the jquery.BBCode plugin. This Jquery library plugin is a simple BBCode editor with preview option, which can be easily placed on any website.&lt;br /&gt;&lt;br /&gt;&lt;a href=http://webcheatsheet.com/javascript/bbcode_editor.php&gt;read more&lt;/a&gt; | &lt;a href=http://digg.com/submit?phase=3&amp;url=http%3A%2F%2Fwebcheatsheet.com%2Fjavascript%2Fbbcode_editor.php&amp;title=BBCode+editor&gt;digg this&lt;/a&gt; | &lt;a href=http://del.icio.us/post?v=4;url=http%3A%2F%2Fwebcheatsheet.com%2Fjavascript%2Fbbcode_editor.php;title=BBCode+editor&gt;add to del.icio.us&lt;/a&gt;</description>
<pubDate>Wed, 25 Nov 2009 06:14:18 -0800</pubDate>
<guid isPermaLink="true">http://webcheatsheet.com/javascript/bbcode_editor.php</guid>
</item>
<item>
<title>Show different content to search engine visitors</title>
<link>http://webcheatsheet.com/javascript/show_different_content_to_search_engine_visitors.php</link>
<description>Perhaps, you face a task to show slightly different information to different website visitors. We decided to address this issue by implementing a generic JavaScript solution.&lt;br /&gt;&lt;br /&gt;&lt;a href=http://webcheatsheet.com/javascript/show_different_content_to_search_engine_visitors.php&gt;read more&lt;/a&gt; | &lt;a href=http://digg.com/submit?phase=3&amp;url=http%3A%2F%2Fwebcheatsheet.com%2Fjavascript%2Fshow_different_content_to_search_engine_visitors.php&amp;title=Show+different+content+to+search+engine+visitors&gt;digg this&lt;/a&gt; | &lt;a href=http://del.icio.us/post?v=4;url=http%3A%2F%2Fwebcheatsheet.com%2Fjavascript%2Fshow_different_content_to_search_engine_visitors.php;title=Show+different+content+to+search+engine+visitors&gt;add to del.icio.us&lt;/a&gt;</description>
<pubDate>Fri, 13 Nov 2009 02:05:00 -0800</pubDate>
<guid isPermaLink="true">http://webcheatsheet.com/javascript/show_different_content_to_search_engine_visitors.php</guid>
</item>
<item>
<title>Creating Word, Excel and CSV files with PHP</title>
<link>http://webcheatsheet.com/php/create_word_excel_csv_files_with_php.php</link>
<description>In this article we demonstrate several ways to create Microsoft Word and Excel documents, and also CSV files using PHP. Learn how to create files using HTTP headers, COM objects, OpenOffice templates, fputcsv function.&lt;br /&gt;&lt;br /&gt;&lt;a href=http://webcheatsheet.com/php/create_word_excel_csv_files_with_php.php&gt;read more&lt;/a&gt; | &lt;a href=http://digg.com/submit?phase=3&amp;url=http%3A%2F%2Fwebcheatsheet.com%2Fphp%2Fcreate_word_excel_csv_files_with_php.php&amp;title=Creating+Word%2C+Excel+and+CSV+files+with+PHP&gt;digg this&lt;/a&gt; | &lt;a href=http://del.icio.us/post?v=4;url=http%3A%2F%2Fwebcheatsheet.com%2Fphp%2Fcreate_word_excel_csv_files_with_php.php;title=Creating+Word%2C+Excel+and+CSV+files+with+PHP&gt;add to del.icio.us&lt;/a&gt;</description>
<pubDate>Sat, 7 Nov 2009 04:31:13 -0800</pubDate>
<guid isPermaLink="true">http://webcheatsheet.com/php/create_word_excel_csv_files_with_php.php</guid>
</item>
<item>
<title>Debugging PHP with Xdebug</title>
<link>http://webcheatsheet.com/php/debug_php_with_xdebug.php</link>
<description>The Xdebug is the extension for PHP that helps debugging PHP scripts by providing a lot of valuable debug information. Using the Xdebug you can debug your scripts in the Notepad++ and other PHP IDEs.&lt;br /&gt;&lt;br /&gt;&lt;a href=http://webcheatsheet.com/php/debug_php_with_xdebug.php&gt;read more&lt;/a&gt; | &lt;a href=http://digg.com/submit?phase=3&amp;url=http%3A%2F%2Fwebcheatsheet.com%2Fphp%2Fdebug_php_with_xdebug.php&amp;title=Debugging+PHP+with+Xdebug&gt;digg this&lt;/a&gt; | &lt;a href=http://del.icio.us/post?v=4;url=http%3A%2F%2Fwebcheatsheet.com%2Fphp%2Fdebug_php_with_xdebug.php;title=Debugging+PHP+with+Xdebug&gt;add to del.icio.us&lt;/a&gt;</description>
<pubDate>Thu, 29 Oct 2009 10:17:53 -0700</pubDate>
<guid isPermaLink="true">http://webcheatsheet.com/php/debug_php_with_xdebug.php</guid>
</item>
<item>
<title>Sending email with ASP</title>
<link>http://webcheatsheet.com/asp/sending_email_asp.php</link>
<description>In this article we demonstrate how to generate and send emails with ASP using CDOSYS - Microsoft's improved interface for SMTP email. You will learn how to send text and html emails, emails with attachments, use a remote server, load recipients from a database, set the priority / importance of an email and request a read/return receipt.&lt;br /&gt;&lt;br /&gt;&lt;a href=http://webcheatsheet.com/asp/sending_email_asp.php&gt;read more&lt;/a&gt; | &lt;a href=http://digg.com/submit?phase=3&amp;url=http%3A%2F%2Fwebcheatsheet.com%2Fasp%2Fsending_email_asp.php&amp;title=Sending+email+with+ASP&gt;digg this&lt;/a&gt; | &lt;a href=http://del.icio.us/post?v=4;url=http%3A%2F%2Fwebcheatsheet.com%2Fasp%2Fsending_email_asp.php;title=Sending+email+with+ASP&gt;add to del.icio.us&lt;/a&gt;</description>
<pubDate>Thu, 22 Oct 2009 06:51:51 -0700</pubDate>
<guid isPermaLink="true">http://webcheatsheet.com/asp/sending_email_asp.php</guid>
</item>
<item>
<title>Reading the "clean" text from PDF with PHP</title>
<link>http://www.webcheatsheet.com/php/reading_clean_text_from_pdf.php</link>
<description>Portable Document Format (PDF) is a file format created for document exchange. Let's read the plain text from the PDF file.&lt;br /&gt;&lt;br /&gt;&lt;a href=http://www.webcheatsheet.com/php/reading_clean_text_from_pdf.php&gt;read more&lt;/a&gt; | &lt;a href=http://digg.com/submit?phase=3&amp;url=http%3A%2F%2Fwww.webcheatsheet.com%2Fphp%2Freading_clean_text_from_pdf.php&amp;title=Reading+the+%22clean%22+text+from+PDF+with+PHP&gt;digg this&lt;/a&gt; | &lt;a href=http://del.icio.us/post?v=4;url=http%3A%2F%2Fwww.webcheatsheet.com%2Fphp%2Freading_clean_text_from_pdf.php;title=Reading+the+%22clean%22+text+from+PDF+with+PHP&gt;add to del.icio.us&lt;/a&gt;</description>
<pubDate>Thu, 15 Oct 2009 09:13:47 -0700</pubDate>
<guid isPermaLink="true">http://www.webcheatsheet.com/php/reading_clean_text_from_pdf.php</guid>
</item>
<item>
<title>PHP: Reading the "clean" text from RTF</title>
<link>http://www.webcheatsheet.com/php/reading_the_clean_text_from_rtf.php</link>
<description>Rich Text Format (often abbreviated as RTF), to surprise of many, is quite complex text data format. During its long history RTF bought a lot of add-ons that disturb the process of getting "clean" text. Let's try to solve that...&lt;br /&gt;&lt;br /&gt;&lt;a href=http://www.webcheatsheet.com/php/reading_the_clean_text_from_rtf.php&gt;read more&lt;/a&gt; | &lt;a href=http://digg.com/submit?phase=3&amp;url=http%3A%2F%2Fwww.webcheatsheet.com%2Fphp%2Freading_the_clean_text_from_rtf.php&amp;title=PHP%3A+Reading+the+%22clean%22+text+from+RTF&gt;digg this&lt;/a&gt; | &lt;a href=http://del.icio.us/post?v=4;url=http%3A%2F%2Fwww.webcheatsheet.com%2Fphp%2Freading_the_clean_text_from_rtf.php;title=PHP%3A+Reading+the+%22clean%22+text+from+RTF&gt;add to del.icio.us&lt;/a&gt;</description>
<pubDate>Tue, 13 Oct 2009 15:00:05 -0700</pubDate>
<guid isPermaLink="true">http://www.webcheatsheet.com/php/reading_the_clean_text_from_rtf.php</guid>
</item>
<item>
<title>Reading the "clean" text from DOCX and ODT with PHP</title>
<link>http://www.webcheatsheet.com/php/reading_the_clean_text_from_docx_odt.php</link>
<description>In this article we will resolve the task of reading the “clean” text from the Office Open XML (more known as DOCX) and OpenDocument Format ODT using PHP. Note that we are not going to apply any third-party software.&lt;br /&gt;&lt;br /&gt;&lt;a href=http://www.webcheatsheet.com/php/reading_the_clean_text_from_docx_odt.php&gt;read more&lt;/a&gt; | &lt;a href=http://digg.com/submit?phase=3&amp;url=http%3A%2F%2Fwww.webcheatsheet.com%2Fphp%2Freading_the_clean_text_from_docx_odt.php&amp;title=Reading+the+%22clean%22+text+from+DOCX+and+ODT+with+PHP&gt;digg this&lt;/a&gt; | &lt;a href=http://del.icio.us/post?v=4;url=http%3A%2F%2Fwww.webcheatsheet.com%2Fphp%2Freading_the_clean_text_from_docx_odt.php;title=Reading+the+%22clean%22+text+from+DOCX+and+ODT+with+PHP&gt;add to del.icio.us&lt;/a&gt;</description>
<pubDate>Wed, 7 Oct 2009 16:12:46 -0700</pubDate>
<guid isPermaLink="true">http://www.webcheatsheet.com/php/reading_the_clean_text_from_docx_odt.php</guid>
</item>
<item>
<title>Using Regular Expressions with PHP</title>
<link>http://www.webcheatsheet.com/php/regular_expressions.php</link>
<description>Regular expressions are a powerful tool for examining and modifying text. They enable you to search for patterns within a string, extracting matches flexibly and precisely. This tutorial gives a brief overview of basic regular expression syntax and then considers the functions that PHP provides for working with regular expressions.&lt;br /&gt;&lt;br /&gt;&lt;a href=http://www.webcheatsheet.com/php/regular_expressions.php&gt;read more&lt;/a&gt; | &lt;a href=http://digg.com/submit?phase=3&amp;url=http%3A%2F%2Fwww.webcheatsheet.com%2Fphp%2Fregular_expressions.php&amp;title=Using+Regular+Expressions+with+PHP&gt;digg this&lt;/a&gt; | &lt;a href=http://del.icio.us/post?v=4;url=http%3A%2F%2Fwww.webcheatsheet.com%2Fphp%2Fregular_expressions.php;title=Using+Regular+Expressions+with+PHP&gt;add to del.icio.us&lt;/a&gt;</description>
<pubDate>Fri, 30 Mar 2007 06:57:37 -0700</pubDate>
<guid isPermaLink="true">http://www.webcheatsheet.com/php/regular_expressions.php</guid>
</item>
</channel>
</rss>
