<?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>DepositData</title>
	<atom:link href="http://Depositdata.com/index.php?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://Depositdata.com</link>
	<description>Take Control of your website</description>
	<lastBuildDate>Mon, 27 Feb 2012 20:23:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Ms-sql detect email address</title>
		<link>http://Depositdata.com/?p=1337</link>
		<comments>http://Depositdata.com/?p=1337#comments</comments>
		<pubDate>Mon, 27 Feb 2012 20:23:36 +0000</pubDate>
		<dc:creator>seven</dc:creator>
				<category><![CDATA[Asp.net Slider]]></category>

		<guid isPermaLink="false">http://Depositdata.com/?p=1337</guid>
		<description><![CDATA[Declare @EmailAddress as varchar(max) set @EmailAddress = 'anthonyp@alpha.com' IF ( CHARINDEX(' ',LTRIM(RTRIM(@EmailAddress))) = '' AND LEFT(LTRIM(@EmailAddress),1) '@' AND RIGHT(RTRIM(@EmailAddress),1) '.' AND CHARINDEX('.',@EmailAddress ,CHARINDEX('@',@EmailAddress)) - CHARINDEX('@',@EmailAddress ) > 1 AND LEN(LTRIM(RTRIM(@EmailAddress ))) - LEN(REPLACE(LTRIM(RTRIM(@EmailAddress)),'@','')) = 1 AND CHARINDEX('.',REVERSE(LTRIM(RTRIM(@EmailAddress)))) >= 3 AND &#8230; <a href="http://Depositdata.com/?p=1337"></a>]]></description>
			<content:encoded><![CDATA[<p><code>Declare @EmailAddress as varchar(max)<br />
set @EmailAddress = 'anthonyp@alpha.com'<br />
IF (<br />
     CHARINDEX(' ',LTRIM(RTRIM(@EmailAddress))) = ''<br />
AND  LEFT(LTRIM(@EmailAddress),1) <> '@'<br />
AND  RIGHT(RTRIM(@EmailAddress),1) <> '.'<br />
AND  CHARINDEX('.',@EmailAddress ,CHARINDEX('@',@EmailAddress)) - CHARINDEX('@',@EmailAddress ) > 1<br />
AND  LEN(LTRIM(RTRIM(@EmailAddress ))) - LEN(REPLACE(LTRIM(RTRIM(@EmailAddress)),'@','')) = 1<br />
AND  CHARINDEX('.',REVERSE(LTRIM(RTRIM(@EmailAddress)))) >= 3<br />
AND  (CHARINDEX('.@',@EmailAddress ) = 0 AND CHARINDEX('..',@EmailAddress ) = 0)<br />
)<br />
   print 'valid email address'<br />
ELSE<br />
   print 'not valid'</code></p>
]]></content:encoded>
			<wfw:commentRss>http://Depositdata.com/?feed=rss2&#038;p=1337</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to VB.NET String.Format</title>
		<link>http://Depositdata.com/?p=1325</link>
		<comments>http://Depositdata.com/?p=1325#comments</comments>
		<pubDate>Mon, 05 Dec 2011 20:55:31 +0000</pubDate>
		<dc:creator>seven</dc:creator>
				<category><![CDATA[Asp.net Slider]]></category>

		<guid isPermaLink="false">http://Depositdata.com/?p=1325</guid>
		<description><![CDATA[How to string format money in a sqlreader. Dim dNum1 As Double dNum1 = sqlDR(&#8220;Cost&#8221;) String.Format(&#8220;{0:c}&#8221;, dNum1)]]></description>
			<content:encoded><![CDATA[<p>How to string format money in a sqlreader.</p>
<table style="background-color:white">
<tr>
<td>
 Dim dNum1 As Double<br />
 dNum1 = sqlDR(&#8220;Cost&#8221;)<br />
 String.Format(&#8220;{0:c}&#8221;, dNum1)
</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://Depositdata.com/?feed=rss2&#038;p=1325</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET Image Slider</title>
		<link>http://Depositdata.com/?p=1302</link>
		<comments>http://Depositdata.com/?p=1302#comments</comments>
		<pubDate>Tue, 20 Sep 2011 19:32:46 +0000</pubDate>
		<dc:creator>seven</dc:creator>
				<category><![CDATA[Asp.net Slider]]></category>
		<category><![CDATA[Did you know?]]></category>

		<guid isPermaLink="false">http://Depositdata.com/?p=1302</guid>
		<description><![CDATA[I took this reference from DYNAMIC DRIVE And what i like to do is take there scripts and modify it. Make it more user friendly. jQuery image galleries and sliders are very common on portfolio sites and are also useful &#8230; <a href="http://Depositdata.com/?p=1302"></a>]]></description>
			<content:encoded><![CDATA[<p>I took this reference from <a href="http://www.dynamicdrive.com">DYNAMIC DRIVE</a> And what i like to do is take there scripts and modify it. Make it more user friendly.</p>
<p>jQuery image galleries and sliders are very common on portfolio sites and are also useful for any other type of site for displaying images and photos. Also, provide a good user experience and make viewing images more pleasant and intuitive on your website. With the advent of powerful JavaScript frameworks like jQuery, Prototype, Mootools etc., the quality of JavaScript based image galleries and slideshows have improved dramatically.</p>
<p>Now I converted this into asp.net file. you can add any image in a folder and the slider will dyanmically read all images in that folder. For this example I called the folder <strong>Fimages.</strong></p>
<p><strong><a title="View Example" href="http://example.depositdata.com/slider/default.aspx" target="_blank">View Example.</a></strong> Download &#8211; <a class="downloadlink" href="http://Depositdata.com/wp-content/plugins/download-monitor/download.php?id=1" title="Version1.1 downloaded 79 times" >ASP.net Slider (79)</a></p>
<p>Source code and C# code coming soon.<br />
For now in your page (instructions)<br />
1. ADD to the top header</p>
<div style="text-align:left; float:left; color:black; font-weight:bold; background-color:white;">
&lt;%@ Register TagPrefix=&#8221;Slider&#8221; TagName=&#8221;fadepg&#8221; Src=&#8221;~/control/homepageFade.ascx&#8221; %&gt;</div>
<p>2. reference your Jquery and dynamic scripts Fadeslideshow.js file in your header.</p>
<div style="text-align:left; float:left; color:black; font-weight:bold; background-color:white;">&lt;script type=&#8221;text/javascript&#8221; src=&#8221;jquery/1.4.2/jquery-1.4.2.min.js&#8221;&gt;&lt;/script&gt;<br />
&lt;script type=&#8221;text/javascript&#8221; src=&#8221;js/fadeslideshow.js&#8221;&gt;</div>
<p>3. In your body tag after the</p>
<form>tag call your usercontrol.</form>
<div style="text-align:left; float:left; color:black; font-weight:bold; background-color:white;">&lt;Slider:fadepg runat=&#8221;server&#8221; id=&#8221;fadeshow21&#8243; /&gt;</div>
<p>this example standard size is <strong>1021px by 368px.</strong><br />
You can download the source code and make size changes yourself. Please add a comment if any changes or you find a better way. Thanks.</p>
]]></content:encoded>
			<wfw:commentRss>http://Depositdata.com/?feed=rss2&#038;p=1302</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Override Inline Styles with Style Sheet</title>
		<link>http://Depositdata.com/?p=1264</link>
		<comments>http://Depositdata.com/?p=1264#comments</comments>
		<pubDate>Mon, 08 Aug 2011 17:17:35 +0000</pubDate>
		<dc:creator>seven</dc:creator>
				<category><![CDATA[CSS Hacks]]></category>

		<guid isPermaLink="false">http://fun.depositdata.com/?p=1264</guid>
		<description><![CDATA[For the first time I ran into an instance where I could not get to the inline style code. After research the best way but not good practice is to use my sample below. This works in all browsers except &#8230; <a href="http://Depositdata.com/?p=1264"></a>]]></description>
			<content:encoded><![CDATA[<p>For the first time I ran into an instance where I could not get to the inline style code. After research the best way but not good practice is to use my sample below.</p>
<p>This works in all browsers except IE7, but of course.</p>
<table style="background-color: #ffffff; color: black;">
<tbody>
<tr>
<td>
<div style="color: red; font-weight: bold;">&lt;div style=&#8221;height: 15px; width: 20px; font-weight: bold;&#8221;&gt;text here&lt;/div&gt;<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
overide below *.testout[style]<br />
{font-weight:normal !important;</p>
<p style="text-align: left;">}</p>
</div>
</td>
</tr>
</tbody>
</table>
<p>For IE 7 Only works using the body.<br />
for example</p>
<table style="background-color: #ffffff; color: black;">
<tbody>
<tr>
<td>
<p style="text-align: left;">body .testout<br />
/* Hack for IE 7 Only */<br />
{<br />
height: 12px !important;</p>
<p style="text-align: left;">}</p>
</td>
</tr>
</tbody>
</table>
<table>
<tr>
<td align="center">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-2109596375204934";
/* depositdata_new add */
google_ad_slot = "4444729723";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://Depositdata.com/?feed=rss2&#038;p=1264</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>HttpBrowserCapabilities Class</title>
		<link>http://Depositdata.com/?p=1254</link>
		<comments>http://Depositdata.com/?p=1254#comments</comments>
		<pubDate>Fri, 05 Aug 2011 20:21:34 +0000</pubDate>
		<dc:creator>seven</dc:creator>
				<category><![CDATA[Did you know?]]></category>
		<category><![CDATA[HttpBrowserCapabilities]]></category>

		<guid isPermaLink="false">http://fun.depositdata.com/?p=1254</guid>
		<description><![CDATA[You can use this function in your vb or C# file for many different properties. for example VB Dim browser As System.Web.HttpBrowserCapabilities = Request.Browser Dim browsername As String = browser.Browser If browsername = &#8220;Firefox&#8221; Or browsername = &#8220;IE&#8221; Then Else &#8230; <a href="http://Depositdata.com/?p=1254"></a>]]></description>
			<content:encoded><![CDATA[<p>You can use this function in your vb or C# file for many different properties. for example</p>
<p><strong>VB</strong><br />
Dim browser As System.Web.HttpBrowserCapabilities = Request.Browser<br />
Dim browsername As String = browser.Browser<br />
If browsername = &#8220;Firefox&#8221; Or browsername = &#8220;IE&#8221; Then<br />
Else<br />
End If</p>
<p><strong>C#</strong><br />
System.Web.HttpBrowserCapabilities browser = Request.Browser;<br />
string browsername = browser.Browser;<br />
if (browsername == &#8220;Firefox&#8221; | browsername == &#8220;IE&#8221;) {<br />
} else {<br />
}</p>
<p>For more information on how to use this class <a title="Click here" href="http://msdn.microsoft.com/en-us/library/system.web.httpbrowsercapabilities.aspx" target="_blank">click here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://Depositdata.com/?feed=rss2&#038;p=1254</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xhtml 2.0 abandoned</title>
		<link>http://Depositdata.com/?p=1230</link>
		<comments>http://Depositdata.com/?p=1230#comments</comments>
		<pubDate>Thu, 04 Aug 2011 19:30:33 +0000</pubDate>
		<dc:creator>seven</dc:creator>
				<category><![CDATA[Did you know?]]></category>

		<guid isPermaLink="false">http://fun.depositdata.com/?p=1230</guid>
		<description><![CDATA[During the time that HTML5 was in development, so was XHTML 2.0. that project has since been abandoned to allow focus on HTML5.]]></description>
			<content:encoded><![CDATA[<p>During the time that HTML5 was in development, so was XHTML 2.0. that project has since been abandoned to allow focus on HTML5.</p>
]]></content:encoded>
			<wfw:commentRss>http://Depositdata.com/?feed=rss2&#038;p=1230</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

