<?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/" version="2.0"><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-2010 www.WebCheatSheet.com</copyright>
<language>en-us</language>
<pubDate>Fri, 25 May 2012 06:10:50 -0400</pubDate>
<ttl>60</ttl>
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/WebcheatsheetcomRssFeed" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="webcheatsheetcomrssfeed" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
<title>How to create a dump of MySQL database in one click</title>
<link>http://webcheatsheet.com/php/how_to_create_a_dump_of_mysql_database_in_one_click.php</link>
<description>Your users probably asked you to add an option to export the whole database to SQL file. This can be done in phpMyAdmin or Navicat of course but your users want something simpler than that.&lt;br /&gt;&lt;br /&gt;&lt;a href=http://webcheatsheet.com/php/how_to_create_a_dump_of_mysql_database_in_one_click.php&gt;read more&lt;/a&gt; | &lt;a href=http://digg.com/submit?phase=3&amp;url=http://webcheatsheet.com/php/how_to_create_a_dump_of_mysql_database_in_one_click.php&amp;title=How to create a dump of MySQL database in one click&gt;digg this&lt;/a&gt; | &lt;a href=http://del.icio.us/post?v=4;url=http://webcheatsheet.com/php/how_to_create_a_dump_of_mysql_database_in_one_click.php;title=How to create a dump of MySQL database in one click&gt;add to del.icio.us&lt;/a&gt;</description>
<pubDate>Sun, 15 Apr 2012 21:48:45 -0400</pubDate>
<guid isPermaLink="true">http://webcheatsheet.com/php/how_to_create_a_dump_of_mysql_database_in_one_click.php</guid>
</item>
<item>
<title>jQuery File Upload</title>
<link>http://webcheatsheet.com/php/jquery_file_upload.php</link>
<description>&lt;p&gt;

Wow, Yet another upload plugin! What makes it different?

&lt;/p&gt;



&lt;img src="/php/images/jquery_file_upload.png"&gt;



&lt;p&gt;

&lt;ul&gt;

&lt;li&gt;It's new. Supports all modern technologies.  

&lt;li&gt;It's good looking and works out of the box. Based on Bootstrap and Glyphicons icons.

&lt;li&gt;Cross domain upload, client size images resing.

&lt;li&gt;Supports multiple platforms (PHP, Python, Ruby on Rails, Java, Node.js, etc) 

&lt;/ul&gt;

&lt;/p&gt;
&lt;br /&gt;&lt;br /&gt;&lt;a href=http://webcheatsheet.com/php/jquery_file_upload.php&gt;read more&lt;/a&gt; | &lt;a href=http://digg.com/submit?phase=3&amp;url=http://webcheatsheet.com/php/jquery_file_upload.php&amp;title=jQuery File Upload&gt;digg this&lt;/a&gt; | &lt;a href=http://del.icio.us/post?v=4;url=http://webcheatsheet.com/php/jquery_file_upload.php;title=jQuery File Upload&gt;add to del.icio.us&lt;/a&gt;</description>
<pubDate>Wed, 21 Mar 2012 18:17:17 -0400</pubDate>
<guid isPermaLink="true">http://webcheatsheet.com/php/jquery_file_upload.php</guid>
</item>
<item>
<title>SQL Server: Insufficient access rights error when doing backup</title>
<link>http://www.webcheatsheet.com/sql/SQL_Server_insufficient_access_rights_error_when_doing_backup.php</link>
<description>All of sudden SQL Server Management studio gives me the following error message when I'm trying to browse for the backup file location: "Property BackupDirectory is not available for Settings 'Microsoft.SqlServer.Management.Smo.Settings'. 
This property may not exist for this object, or may not be retrievable due to insufficient access 
rights.  (Microsoft.SqlServer.Smo)"&lt;br /&gt;&lt;br /&gt;&lt;a href=http://www.webcheatsheet.com/sql/SQL_Server_insufficient_access_rights_error_when_doing_backup.php&gt;read more&lt;/a&gt; | &lt;a href=http://digg.com/submit?phase=3&amp;url=http://www.webcheatsheet.com/sql/SQL_Server_insufficient_access_rights_error_when_doing_backup.php&amp;title=SQL Server: Insufficient access rights error when doing backup&gt;digg this&lt;/a&gt; | &lt;a href=http://del.icio.us/post?v=4;url=http://www.webcheatsheet.com/sql/SQL_Server_insufficient_access_rights_error_when_doing_backup.php;title=SQL Server: Insufficient access rights error when doing backup&gt;add to del.icio.us&lt;/a&gt;</description>
<pubDate>Wed, 4 Jan 2012 12:33:57 -0500</pubDate>
<guid isPermaLink="true">http://www.webcheatsheet.com/sql/SQL_Server_insufficient_access_rights_error_when_doing_backup.php</guid>
</item>
<item>
<title>Fix: Cannot load from mysql.proc. The table is probably corrupted</title>
<link>http://www.webcheatsheet.com/sql/Fix_Cannot_load_from_mysql.proc._The_table_is_probably_corrupted.php</link>
<description>After upgrading MySQL from version 5.0 to 5.5 I started getting the following message trying to edit table structure in Navicat: "Cannot load from mysql.proc. The table is probably corrupted". Luckily there is an easy fix.&lt;br /&gt;&lt;br /&gt;&lt;a href=http://www.webcheatsheet.com/sql/Fix_Cannot_load_from_mysql.proc._The_table_is_probably_corrupted.php&gt;read more&lt;/a&gt; | &lt;a href=http://digg.com/submit?phase=3&amp;url=http://www.webcheatsheet.com/sql/Fix_Cannot_load_from_mysql.proc._The_table_is_probably_corrupted.php&amp;title=Fix: Cannot load from mysql.proc. The table is probably corrupted&gt;digg this&lt;/a&gt; | &lt;a href=http://del.icio.us/post?v=4;url=http://www.webcheatsheet.com/sql/Fix_Cannot_load_from_mysql.proc._The_table_is_probably_corrupted.php;title=Fix: Cannot load from mysql.proc. The table is probably corrupted&gt;add to del.icio.us&lt;/a&gt;</description>
<pubDate>Wed, 4 Jan 2012 12:03:43 -0500</pubDate>
<guid isPermaLink="true">http://www.webcheatsheet.com/sql/Fix_Cannot_load_from_mysql.proc._The_table_is_probably_corrupted.php</guid>
</item>
<item>
<title>How to transfer logins and passwords between instances of SQL Server</title>
<link>http://www.webcheatsheet.com/sql/How_to_transfer_logins_and_passwords_between_instances_of_SQL_Server.php</link>
<description>Learn how to transfer logins and passwords between instances and between different versions of SQL Server. &lt;br /&gt;&lt;br /&gt;&lt;a href=http://www.webcheatsheet.com/sql/How_to_transfer_logins_and_passwords_between_instances_of_SQL_Server.php&gt;read more&lt;/a&gt; | &lt;a href=http://digg.com/submit?phase=3&amp;url=http://www.webcheatsheet.com/sql/How_to_transfer_logins_and_passwords_between_instances_of_SQL_Server.php&amp;title=How to transfer logins and passwords between instances of SQL Server&gt;digg this&lt;/a&gt; | &lt;a href=http://del.icio.us/post?v=4;url=http://www.webcheatsheet.com/sql/How_to_transfer_logins_and_passwords_between_instances_of_SQL_Server.php;title=How to transfer logins and passwords between instances of SQL Server&gt;add to del.icio.us&lt;/a&gt;</description>
<pubDate>Tue, 3 Jan 2012 00:01:38 -0500</pubDate>
<guid isPermaLink="true">http://www.webcheatsheet.com/sql/How_to_transfer_logins_and_passwords_between_instances_of_SQL_Server.php</guid>
</item>
<item>
<title>Determine MySQL Version From the Command Line</title>
<link>http://www.webcheatsheet.com/sql/Determine_MYSQL_Version_From_the_Command_Line.php</link>
<description>How to determine MySQL version from the command line or from MySQL  prompt. Quick and useful trick.&lt;br /&gt;&lt;br /&gt;&lt;a href=http://www.webcheatsheet.com/sql/Determine_MYSQL_Version_From_the_Command_Line.php&gt;read more&lt;/a&gt; | &lt;a href=http://digg.com/submit?phase=3&amp;url=http://www.webcheatsheet.com/sql/Determine_MYSQL_Version_From_the_Command_Line.php&amp;title=Determine MySQL Version From the Command Line&gt;digg this&lt;/a&gt; | &lt;a href=http://del.icio.us/post?v=4;url=http://www.webcheatsheet.com/sql/Determine_MYSQL_Version_From_the_Command_Line.php;title=Determine MySQL Version From the Command Line&gt;add to del.icio.us&lt;/a&gt;</description>
<pubDate>Fri, 25 Nov 2011 17:38:11 -0500</pubDate>
<guid isPermaLink="true">http://www.webcheatsheet.com/sql/Determine_MYSQL_Version_From_the_Command_Line.php</guid>
</item>
<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://www.webcheatsheet.com/php/record_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://www.webcheatsheet.com/php/record_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 -0500</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://webcheatsheet.com/javascript/bbcode_editor.php&amp;title=BBCode editor&gt;digg this&lt;/a&gt; | &lt;a href=http://del.icio.us/post?v=4;url=http://webcheatsheet.com/javascript/bbcode_editor.php;title=BBCode editor&gt;add to del.icio.us&lt;/a&gt;</description>
<pubDate>Wed, 25 Nov 2009 06:14:18 -0500</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://webcheatsheet.com/javascript/show_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://webcheatsheet.com/javascript/show_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 -0500</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://webcheatsheet.com/php/create_word_excel_csv_files_with_php.php&amp;title=Creating Word, Excel and CSV files with PHP&gt;digg this&lt;/a&gt; | &lt;a href=http://del.icio.us/post?v=4;url=http://webcheatsheet.com/php/create_word_excel_csv_files_with_php.php;title=Creating Word, Excel and CSV files with PHP&gt;add to del.icio.us&lt;/a&gt;</description>
<pubDate>Sat, 7 Nov 2009 04:31:13 -0500</pubDate>
<guid isPermaLink="true">http://webcheatsheet.com/php/create_word_excel_csv_files_with_php.php</guid>
</item>
</channel>
</rss>

