<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Copyright (C) 2001-2009 - Developer Shed, LLC. -->
<rss version="2.0">
<channel>
<title>Tutorialized.com - Latest Tutorial Listings For Miscellaneous</title>
<link>http://www.tutorialized.com/</link>
<description>Photoshop Tutorials and Flash Tutorials</description>
<language>en-us</language>
<lastBuildDate>Sat, 21 Nov 2009 06:40:34 -0500</lastBuildDate>
<pubDate>Sat, 21 Nov 2009 06:40:34 -0500</pubDate>
<item>
<title>SQL Encryption Functions</title>
<pubDate>Wed, 21 Oct 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/SQL-Encryption-Functions/52557</link>
<description>
<![CDATA[There are two ways of securing data in a database: hashing and encryption. Hashing usually prevents you from obtaining the original string. Encryption allows you to obtain the original string (through...
<br><a href="http://rsslinks.industrybrains.com/click?sid=360&amp;scid=10113&amp;rqctid=4194&amp;lid=586021&amp;cid=143838&amp;pr=2&amp;tstamp=20091121000000&amp;iip=66.230.239.187&amp;url=http://s0b.bluestreak.com/ix.e%3fhy%26s%3d7950657%26a%3d7386948%26k%3d11808126%26u%3dhttp%253a%252f%252fusa%252Eautodesk%252Ecom%252fadsk%252fservlet%252foc%252foffer%252fform%252fproc%253fsiteID%253d123112%2526id%253d11252374">Autodesk - Civil 3D - Transportation</a> Accelerate Projects with Integrated Data Sources &amp; Automatic Documentation.]]>
</description><guid>http://www.tutorialized.com/tutorial/SQL-Encryption-Functions/52557</guid>
</item>
<item>
<title>SQL Functions - Math Functions</title>
<pubDate>Wed, 21 Oct 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/SQL-Functions---Math-Functions/52556</link>
<description>
<![CDATA[Just like how programming languages have functions built-in to allow you to do common tasks easily. So does SQL. A lot of these functions are mathematical. Some of them are more useful than others.
<br><a href="http://rsslinks.industrybrains.com/click?sid=360&amp;scid=10113&amp;rqctid=4194&amp;lid=612077&amp;cid=145605&amp;pr=2&amp;tstamp=20091121000000&amp;iip=66.230.239.187&amp;url=http://clk.atdmt.com/MRT/go/181752485/direct/01/">Official Site: Microsoft</a> Discover Business Productivity Online Suite. Watch the demo now.]]>
</description><guid>http://www.tutorialized.com/tutorial/SQL-Functions---Math-Functions/52556</guid>
</item>
<item>
<title>SQL Date Functions - Converting and Using</title>
<pubDate>Wed, 21 Oct 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/SQL-Date-Functions---Converting-and-Using/52555</link>
<description>
<![CDATA[SQL provides a lot of functions for manipulating dates in a database. You can store values in a date field or a datetime field. If you store the dates as unix_timestamps you can get a lot more flexibi...
<br><a href="http://rsslinks.industrybrains.com/click?sid=360&amp;scid=10113&amp;rqctid=4194&amp;lid=583308&amp;cid=143724&amp;pr=2&amp;tstamp=20091121000000&amp;iip=66.230.239.187&amp;url=http://www.gogrid.com/how-it-works/cloud-connect.php%3futm_source%3ddevelopershed.com%26utm_medium%3dbanner%26utm_term%3ddevelopershed%26utm_content%3dgogridcloudcenter%26utm_campaign%3dAdHere">GoGrid Cloud Center</a> Connect Cloud and Dedicated Servers on Your Private Data Center]]>
</description><guid>http://www.tutorialized.com/tutorial/SQL-Date-Functions---Converting-and-Using/52555</guid>
</item>
<item>
<title>Writing SELECT queries for SQL databases</title>
<pubDate>Wed, 21 Oct 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Writing-SELECT-queries-for-SQL-databases/52554</link>
<description>
<![CDATA[When you want to get results from a database you issue a select query. With this query you can limit the results based on certain criteria, sort it, and subsort it. You can do a lot with this includin...
<br><a href="http://rsslinks.industrybrains.com/click?sid=360&amp;scid=10113&amp;rqctid=4194&amp;lid=578463&amp;cid=143454&amp;pr=2&amp;tstamp=20091121000000&amp;iip=66.230.239.187&amp;url=http://clk.atdmt.com/MRT/go/162983143/direct/01/">Windows Marketplace for Mobile</a> Create Windows Mobile Applications And Turn Your Ideas Into Cash.]]>
</description><guid>http://www.tutorialized.com/tutorial/Writing-SELECT-queries-for-SQL-databases/52554</guid>
</item>
<item>
<title>10 Essential SQL Tips for Developers</title>
<pubDate>Sat, 01 Aug 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/10-Essential-SQL-Tips-for-Developers/45300</link>
<description>
<![CDATA[10 Essential SQL Tips for Developers on net.tutsplus.com
<br><a href="http://rsslinks.industrybrains.com/click?sid=360&amp;scid=10113&amp;rqctid=4194&amp;lid=617834&amp;cid=146173&amp;pr=2&amp;tstamp=20091121000000&amp;iip=66.230.239.187&amp;url=http://www.werysoft.com/downloads.aspx">Free Trial Download! Query Your Database</a> Retrieve and Update data without writing a line of SQL. Try QweryBuilder Today!]]>
</description><guid>http://www.tutorialized.com/tutorial/10-Essential-SQL-Tips-for-Developers/45300</guid>
</item>
<item>
<title>How to Update and Delete Records</title>
<pubDate>Fri, 03 Apr 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/How-to-Update-and-Delete-Records/42015</link>
<description>
<![CDATA[This article covers ways of inserting, manipulating and removing data from your SQL database using the INSERT INTO, SELECT INTO, UPDATE and DELETE commands.]]>
</description><guid>http://www.tutorialized.com/tutorial/How-to-Update-and-Delete-Records/42015</guid>
</item>
<item>
<title>Table Manipulation in SQL</title>
<pubDate>Fri, 03 Apr 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Table-Manipulation-in-SQL/42014</link>
<description>
<![CDATA[This tutorial looks at the various ways of table manipulation within SQL. The CREATE, UPDATE and DROP TABLE commands are covered.]]>
</description><guid>http://www.tutorialized.com/tutorial/Table-Manipulation-in-SQL/42014</guid>
</item>
<item>
<title>Application Privacy Monitoring for JDBC</title>
<pubDate>Fri, 02 Jan 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Application-Privacy-Monitoring-for-JDBC/39887</link>
<description>
<![CDATA[Privacy policies allow organizations to control the use of personally identifiable information according to individual choices. The Application Privacy Monitoring for JDBC is a technology preview prov...]]>
</description><guid>http://www.tutorialized.com/tutorial/Application-Privacy-Monitoring-for-JDBC/39887</guid>
</item>
<item>
<title>Theseos Query Engine for Traceability Networks</title>
<pubDate>Tue, 30 Dec 2008 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Theseos-Query-Engine-for-Traceability-Networks/39824</link>
<description>
<![CDATA[Enabling traceability over the entire life cycle of an RFID-enabled product in a supply chain requires that the data be shared across free enterprises. However, enterprises are reluctant to share data...]]>
</description><guid>http://www.tutorialized.com/tutorial/Theseos-Query-Engine-for-Traceability-Networks/39824</guid>
</item>
<item>
<title>SQL Database for Suggestions as You Type in C#</title>
<pubDate>Sun, 30 Nov 2008 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/SQL-Database-for-Suggestions-as-You-Type-in-C%23/39201</link>
<description>
<![CDATA[This tutorial will show you how to use an AJAX Extender to provide suggestions as you type in a textbox, similar to the Google feature. C# version.]]>
</description><guid>http://www.tutorialized.com/tutorial/SQL-Database-for-Suggestions-as-You-Type-in-C%23/39201</guid>
</item>
<item>
<title>Calendar Control and SQL to Create an Organizer in C#</title>
<pubDate>Sun, 30 Nov 2008 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Calendar-Control-and-SQL-to-Create-an-Organizer-in-C%23/39200</link>
<description>
<![CDATA[This tutorial will show you how to use a SQL database, a SQL database, and the Calendar and FormView Controls to create an organizer to keep track of events of different days. C# version.]]>
</description><guid>http://www.tutorialized.com/tutorial/Calendar-Control-and-SQL-to-Create-an-Organizer-in-C%23/39200</guid>
</item>
<item>
<title>Preventing SQL Injection</title>
<pubDate>Thu, 08 May 2008 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Preventing-SQL-Injection/34515</link>
<description>
<![CDATA[SQL injection is a problem that happens often to anyone who handles databases, and this tutorial will help you to understand the problem better in order to prevent it]]>
</description><guid>http://www.tutorialized.com/tutorial/Preventing-SQL-Injection/34515</guid>
</item>
<item>
<title>How to Filter Query Results in SQL</title>
<pubDate>Fri, 11 Apr 2008 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/How-to-Filter-Query-Results-in-SQL/33777</link>
<description>
<![CDATA[Many times you will want to filter results for very specific terms. You can accomplish this by using 'having' and 'group by' operators.]]>
</description><guid>http://www.tutorialized.com/tutorial/How-to-Filter-Query-Results-in-SQL/33777</guid>
</item>
<item>
<title>How to Use Between in SQL</title>
<pubDate>Fri, 11 Apr 2008 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/How-to-Use-Between-in-SQL/33776</link>
<description>
<![CDATA[If you need to find the range in some data, then you need to use between as your operator.]]>
</description><guid>http://www.tutorialized.com/tutorial/How-to-Use-Between-in-SQL/33776</guid>
</item>
<item>
<title> How to Use the Trim Function</title>
<pubDate>Fri, 11 Apr 2008 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/-How-to-Use-the-Trim-Function/33775</link>
<description>
<![CDATA[Sometimes with outputted data, comes unwanted white space. The trim function is used for this in SQL.]]>
</description><guid>http://www.tutorialized.com/tutorial/-How-to-Use-the-Trim-Function/33775</guid>
</item>
</channel>
</rss>