<?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-2010 www.WebCheatSheet.com</copyright>
<language>en-us</language>
<pubDate>Fri, 22 Sep 2023 19:41:24 -0400</pubDate>
<ttl>60</ttl>
<item>
<title>How to be a better PHP developer</title>
<link>http://webcheatsheet.com/php/better_php_developer.php</link>
<description>&lt;p&gt;Many web developers consider PHP as a second class language. The truth is, as DHH puts it: "You can build the best web application in the world with any language you want". 
We are here not to start a religious war but to help beginner PHP developers get better. Here is the some of the best advice from season PHP programmers. &lt;/p&gt;

&lt;img src="https://webcheatsheet.com/php/images/better_php_developer.png"&gt;

&lt;h3&gt;First steps&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;Get into the habit of commenting your code thoroughly from the outset, your future self will thank you &lt;a href=&apos;https://www.phpdoc.org/&apos;&gt;https://www.phpdoc.org/&lt;/a&gt;
&lt;li&gt;Ignore any online tutorials, stack-overflow solutions or any other PHP code snippets on the internet that are older than 3 or 4 years (use Google&apos;s advanced search date tools to filter out older content). PHP had evolved dramatically in the last few years, and much of what is out there is wrong, insecure and bad practice.
&lt;br /&gt;&lt;br /&gt;&lt;a href=http://webcheatsheet.com/php/better_php_developer.php&gt;read more&lt;/a&gt; | &lt;a href=http://digg.com/submit?phase=3&amp;url=http://webcheatsheet.com/php/better_php_developer.php&amp;title=How to be a better PHP developer&gt;digg this&lt;/a&gt; | &lt;a href=http://del.icio.us/post?v=4;url=http://webcheatsheet.com/php/better_php_developer.php;title=How to be a better PHP developer&gt;add to del.icio.us&lt;/a&gt;</description>
<pubDate>Tue, 5 Jul 2016 18:14:16 -0400</pubDate>
<guid isPermaLink="true">http://webcheatsheet.com/php/better_php_developer.php</guid>
</item>
<item>
<title>Bike - drop in phpMyAdmin replacement</title>
<link>http://webcheatsheet.com/php/bike_phpmyadmin_replacement.php</link>
<description>&lt;p&gt;
Pretty often you need to run a couple of queries against your MySQL database on the client&apos;s web server. Usually phpMyAdmin does the job well but there are 
situations when you just need to upload something to the server and open in the borwser, without any configuration steps. 
&lt;/p&gt;

&lt;p&gt;Welcome Bike, lightweight phpMyAdmin replacement. If you already have a CMS installed on the web server (WordPress, Drupal, Joomla), simply upload Bike to CMS&apos;s subfolder and open it in the browser.&lt;/p&gt; 

&lt;img width=600 src="https://webcheatsheet.com/php/images/bike_phpmyadmin_replacement.png"&gt;
&lt;br /&gt;&lt;br /&gt;&lt;a href=http://webcheatsheet.com/php/bike_phpmyadmin_replacement.php&gt;read more&lt;/a&gt; | &lt;a href=http://digg.com/submit?phase=3&amp;url=http://webcheatsheet.com/php/bike_phpmyadmin_replacement.php&amp;title=Bike - drop in phpMyAdmin replacement&gt;digg this&lt;/a&gt; | &lt;a href=http://del.icio.us/post?v=4;url=http://webcheatsheet.com/php/bike_phpmyadmin_replacement.php;title=Bike - drop in phpMyAdmin replacement&gt;add to del.icio.us&lt;/a&gt;</description>
<pubDate>Tue, 26 Jun 2012 20:59:14 -0400</pubDate>
<guid isPermaLink="true">http://webcheatsheet.com/php/bike_phpmyadmin_replacement.php</guid>
</item>
<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&apos;s new. Supports all modern technologies.  

&lt;li&gt;It&apos;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&apos;m trying to browse for the backup file location: "Property BackupDirectory is not available for Settings &apos;Microsoft.SqlServer.Management.Smo.Settings&apos;. 
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&apos;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>
</channel>
</rss>
