<?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>JD Site Care &#187; Learning Trunk</title>
	<atom:link href="http://jdsitecare.com/category/trunk/feed/" rel="self" type="application/rss+xml" />
	<link>http://jdsitecare.com</link>
	<description>Installing Scripts for You</description>
	<lastBuildDate>Sat, 04 Sep 2010 22:59:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Basic Function</title>
		<link>http://jdsitecare.com/basic-function/</link>
		<comments>http://jdsitecare.com/basic-function/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 22:59:47 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Simple PHP]]></category>
		<category><![CDATA[echo]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[wamp]]></category>

		<guid isPermaLink="false">http://jdsitecare.com/?p=413</guid>
		<description><![CDATA[Before i get started here i will assume you have a local server installed on your computer. If you don&#8217;t have this already than i suggest you go to wampserver.com to download. Wampserver comes with php and apache (the server). Once installed navigate to where you installed it (eg. c:\wamp\) Inside this folder is a [...]]]></description>
			<content:encoded><![CDATA[<p>Before i get started here i will assume you have a local server installed on your computer.<br />
If you don&#8217;t have this already than i suggest you go to <a href="http://www.wampserver.com/en/" target="_blank">wampserver.com</a> to download.<br />
Wampserver comes with php and apache (the server).<br />
Once installed navigate to where you installed it (eg. c:\wamp\)<br />
Inside this folder is a www folder, this is where you need to create all your projects.<br />
Inside this folder create a folder named whatever you want, i will call mine phptutorials, this is what the structure will look like:</p>
<ul>
<li>c:\
<ul>
<li>wamp
<ul>
<li>www
<ul>
<li>phptutorials</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<p>Make sure you have wampserver started. <em>you can navigate to http://localhost/ to make sure your server is running.</em><br />
Ok so now with this said, we will start with a basic function.</p>
<ul>
<li>Open any text editor, I use notepad ++ but you can use Windows Notepad for this.</li>
<li>Start your open and closing php tags</li>
</ul>
<p><code><br />
&lt;?php<br />
//php code should be between these tags.<br />
?&gt;<br />
</code></p>
<ul>
<li>In between the php tags type in the following function</li>
</ul>
<p><code><br />
function Message(){<br />
echo 'Hello World';<br />
}</code></p>
<p>The way i look at a function is like a box that can store all sorts of information and data.<br />
Inside functions you can store variables which are also like small containers that can store information.<br />
If you were to save and view this file in a browser you will get a blank screen, this is because we only created the box (function)<br />
To call everything inside this function type in the following outside the function, after the curly brace }<br />
<code><br />
Message();</code></p>
<p><strong>Message</strong> is the name of the function and can be named whatever you want.<br />
You may ask <strong>&#8220;how does it echo Hello World without having to echo the function&#8221;<br />
</strong>When we call the function, the code inside the function executes, and because we have echo &#8216;Hello World&#8217; that executes.<br />
<strong><span style="color: #333399;">Full code</span></strong></p>
<p><strong><span style="color: #333399;"><br />
</span></strong><br />
<code>function Message(){<br />
echo 'Hello World';<br />
}<br />
Message();</code></p>
<fb:like href=http://jdsitecare.com/basic-function/ font=></fb:like>


Share and Enjoy:


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fjdsitecare.com%2Fbasic-function%2F&amp;title=Basic%20Function&amp;bodytext=Before%20i%20get%20started%20here%20i%20will%20assume%20you%20have%20a%20local%20server%20installed%20on%20your%20computer.%0D%0AIf%20you%20don%27t%20have%20this%20already%20than%20i%20suggest%20you%20go%20to%20wampserver.com%20to%20download.%0D%0AWampserver%20comes%20with%20php%20and%20apache%20%28the%20server%29.%0D%0AOnce%20installed%20navig" title="Digg"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fjdsitecare.com%2Fbasic-function%2F" title="Sphinn"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fjdsitecare.com%2Fbasic-function%2F&amp;title=Basic%20Function&amp;notes=Before%20i%20get%20started%20here%20i%20will%20assume%20you%20have%20a%20local%20server%20installed%20on%20your%20computer.%0D%0AIf%20you%20don%27t%20have%20this%20already%20than%20i%20suggest%20you%20go%20to%20wampserver.com%20to%20download.%0D%0AWampserver%20comes%20with%20php%20and%20apache%20%28the%20server%29.%0D%0AOnce%20installed%20navig" title="del.icio.us"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fjdsitecare.com%2Fbasic-function%2F&amp;t=Basic%20Function" title="Facebook"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fjdsitecare.com%2Fbasic-function%2F&amp;title=Basic%20Function" title="Mixx"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fjdsitecare.com%2Fbasic-function%2F&amp;title=Basic%20Function&amp;annotation=Before%20i%20get%20started%20here%20i%20will%20assume%20you%20have%20a%20local%20server%20installed%20on%20your%20computer.%0D%0AIf%20you%20don%27t%20have%20this%20already%20than%20i%20suggest%20you%20go%20to%20wampserver.com%20to%20download.%0D%0AWampserver%20comes%20with%20php%20and%20apache%20%28the%20server%29.%0D%0AOnce%20installed%20navig" title="Google Bookmarks"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fjdsitecare.com%2Fbasic-function%2F&amp;title=Basic%20Function" title="StumbleUpon"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://jdsitecare.com/basic-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Forms programmatic</title>
		<link>http://jdsitecare.com/new-forms-programmatic/</link>
		<comments>http://jdsitecare.com/new-forms-programmatic/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 04:25:19 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[new form]]></category>
		<category><![CDATA[programatic controls]]></category>
		<category><![CDATA[visual  basic]]></category>

		<guid isPermaLink="false">http://jdsitecare.com/?p=399</guid>
		<description><![CDATA[In some cases it would be nice to have our own type of message box to display results. For example, if you are creating a contact management system and a record has been saved successfully you would want to display the success message. Now our project may not have any use in having another form [...]]]></description>
			<content:encoded><![CDATA[<p>In some cases it would be nice to have our own type of message box to display results.<br />
For example, if you are creating a contact management system and a record has been saved successfully you would want to display the success message.<br />
Now our project may not have any use in having another form created and displayed within our project so one approach we can take is to create and show the form only when needed.</p>
<h3>Creating Our Module Structure</h3>
<ul>
<li>From your solution explorer right click on your project name</li>
<li>Click Add =&gt; New Folder</li>
<li>Name it anything you want, i named mine Modules</li>
<li>Right Click on the Modules folder or whatever you named it and choose Add =&gt; Module&#8230;</li>
<li>Name it whatever you want, i just named mine&#8221;Added&#8221; without the double quotes</li>
</ul>
<div id="attachment_400" class="wp-caption alignnone" style="width: 310px"><a href="http://jdsitecare.com/wp-content/uploads/2010/07/Modules.png"><img class="size-medium wp-image-400 " title="Modules" src="http://jdsitecare.com/wp-content/uploads/2010/07/Modules-300x206.png" alt="" width="300" height="206" /></a><p class="wp-caption-text">New Module</p></div>
<p>Once you click Add, your new Module should be created and should look like this</p>
<div id="attachment_401" class="wp-caption alignnone" style="width: 310px"><a href="http://jdsitecare.com/wp-content/uploads/2010/07/Module_Added.png"><img class="size-medium wp-image-401 " title="Module_Added" src="http://jdsitecare.com/wp-content/uploads/2010/07/Module_Added-300x48.png" alt="" width="300" height="48" /></a><p class="wp-caption-text">New Module File</p></div>
<p>Now that we have our Empty Module created the first thing we need to do is add a new Method.<br />
Within our Method will contain the code we want to execute when we call that method, so to create the method insert this line of code between the Module End Module block</p>
<p><code>Public Sub MsgAdded()</code></p>
<p>End Sub</p>
<p>MsgAdded is the method we will call on our submission from whatever form we want.<br />
The next thing we need to do is create a new form instance, this will be the form that will be displayed when we call it.<br />
Remember, this form will not be added to our project.<br />
<code><br />
Dim AddedMessage As New Form</code></p>
<p>Now that we have added a declaration as a new form we now need to set some properties for that form, so lets do that.<br />
<code><br />
AddedMessage.Name = "FormMessage"<br />
AddedMessage.Text = "Contact Added"<br />
AddedMessage.Size = New Size(313, 123)<br />
AddedMessage.FormBorderStyle = FormBorderStyle.FixedDialog<br />
AddedMessage.StartPosition = FormStartPosition.CenterScreen<br />
AddedMessage.MinimizeBox = False<br />
AddedMessage.MaximizeBox = False<br />
AddedMessage.BackColor = Color.White<br />
AddedMessage.ShowIcon = False<br />
AddedMessage.Show()<br />
AddedMessage.TopMost = True</code></p>
<p>Let me explain what these properties are and why they are set.</p>
<table class="style1" cellpadding="5" width="100%">
<tbody>
<tr>
<td class="style2" align="center" valign="top"><img src="http://jdsitecare.com/wp-content/uploads/2010/07/properties.gif" alt="" /></td>
<td align="center" valign="top"><strong>VALUES</strong></td>
</tr>
<tr>
<td class="style3" align="left"><code>AddedMessage.Name</code></td>
<td align="left">Identifies the control by the Name property</td>
</tr>
<tr>
<td class="style3" align="left"><code>AddedMessage.Text</code></td>
<td align="left">The text that is displayed in the title bar</td>
</tr>
<tr>
<td class="style3" align="left"><code>AddedMessage.Size</code></td>
<td align="left">Over rides the default form size, if not set, default size will be initiated</td>
</tr>
<tr>
<td class="style3" align="left"><code>AddedMessage.FormBorderStyle</code></td>
<td align="left">Sets the Border style of the fom</td>
</tr>
<tr>
<td class="style3" align="left"><code>AddedMessage.StartPosition</code></td>
<td align="left">Sets the positioning of the form when called</td>
</tr>
<tr>
<td class="style3" align="left"><code>AddedMessage.MinimizeBox</code></td>
<td align="left">Determines if the Minimize button is visible or not, Values are Boolean (True or<br />
False)</td>
</tr>
<tr>
<td class="style3" align="left"><code>AddedMessage.MaximizeBox</code></td>
<td align="left">Determines if the Maximize button is visible or not, Values are Boolean (True or<br />
False)</td>
</tr>
<tr>
<td class="style3" align="left"><code>AddedMessage.BackColor</code></td>
<td align="left">Sets the background color of the form</td>
</tr>
<tr>
<td class="style3" align="left"><code>AddedMessage.ShowIcon</code></td>
<td align="left">Determines weather to show the icon in the title bar or not, Values are<br />
Boolean(True or False)</td>
</tr>
<tr>
<td class="style3" align="left"><code>AddedMessage.TopMost</code></td>
<td align="left">Determines if the form should always remain over top of other windows</td>
</tr>
</tbody>
</table>
<p>Our new form is now set and can now be called by calling <code>MsgAdded()</code></p>
<p>Now lets go a head and create our message to be displayed.<br />
We are just going to use a Label control, and we are going to create this essentially the same way we did the form.<br />
The first thing we need to do is create our Label to hold our message.<br />
Insert this below <code>AddedMessage.TopMost = True</code></p>
<p><code>Dim MessageLabel As New Label</code><br />
Now we need to set some properties of our label.</p>
<p><code><br />
MessageLabel.Name = "LabelMessage"<br />
MessageLabel.Text = "Contact Has Been Saved Successfully"<br />
MessageLabel.Width = AddedMessage.Width<br />
MessageLabel.Location = New Point(55, 41)</code></p>
<p>Now that our label message has been created we have to tell the form to add the label to the form.<br />
Under <code>MessageLabel.Location = New Point(55, 41</code> insert this</p>
<p><code>AddedMessage.Controls.Add(MessageLabel)</code></p>
<p>Now when we call the new form, the form will add the Label control.<br />
Remember, <code>MessageLabel</code> is the name of the label we created.<br />
Anytime you add controls to a form this way you need to specify the <strong>Name</strong> of the control you want to be added inside the <code>Controls.Add(ControlName)</code> method.</p>
<p>So far we have accomplished the following tasks</p>
<ol>
<li>Created a new Form</li>
<li>Set properties to our new form</li>
<li>Created a message that will be stored in a label control</li>
<li>Set the properties of the Label control</li>
<li>Told our new form to add the Label control</li>
</ol>
<p>The final task we need to is trigger a event to call our new form, this part is pretty easy and it can be used on any form you have in your project.</p>
<ul>
<li>Open your Form1</li>
<li>Drag a button on to your form</li>
<li>Double click on the button to create a Button1_Click event</li>
<li>Type in the following code</li>
<li><code>MsgAdded()</code></li>
</ul>
<p>Run the application (F5) or click the little Green Play Button at the top<br />
When you click the button you will see your new form appear.</p>
<p>This concludes another Visual Basic tutorial.<br />
I hope that you find use of this tutorial and can use this within your own project(s)</p>
<fb:like href=http://jdsitecare.com/new-forms-programmatic/ font=></fb:like>


Share and Enjoy:


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fjdsitecare.com%2Fnew-forms-programmatic%2F&amp;title=New%20Forms%20programmatic&amp;bodytext=In%20some%20cases%20it%20would%20be%20nice%20to%20have%20our%20own%20type%20of%20message%20box%20to%20display%20results.%0D%0AFor%20example%2C%20if%20you%20are%20creating%20a%20contact%20management%20system%20and%20a%20record%20has%20been%20saved%20successfully%20you%20would%20want%20to%20display%20the%20success%20message.%0D%0ANow%20our%20proj" title="Digg"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fjdsitecare.com%2Fnew-forms-programmatic%2F" title="Sphinn"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fjdsitecare.com%2Fnew-forms-programmatic%2F&amp;title=New%20Forms%20programmatic&amp;notes=In%20some%20cases%20it%20would%20be%20nice%20to%20have%20our%20own%20type%20of%20message%20box%20to%20display%20results.%0D%0AFor%20example%2C%20if%20you%20are%20creating%20a%20contact%20management%20system%20and%20a%20record%20has%20been%20saved%20successfully%20you%20would%20want%20to%20display%20the%20success%20message.%0D%0ANow%20our%20proj" title="del.icio.us"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fjdsitecare.com%2Fnew-forms-programmatic%2F&amp;t=New%20Forms%20programmatic" title="Facebook"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fjdsitecare.com%2Fnew-forms-programmatic%2F&amp;title=New%20Forms%20programmatic" title="Mixx"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fjdsitecare.com%2Fnew-forms-programmatic%2F&amp;title=New%20Forms%20programmatic&amp;annotation=In%20some%20cases%20it%20would%20be%20nice%20to%20have%20our%20own%20type%20of%20message%20box%20to%20display%20results.%0D%0AFor%20example%2C%20if%20you%20are%20creating%20a%20contact%20management%20system%20and%20a%20record%20has%20been%20saved%20successfully%20you%20would%20want%20to%20display%20the%20success%20message.%0D%0ANow%20our%20proj" title="Google Bookmarks"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fjdsitecare.com%2Fnew-forms-programmatic%2F&amp;title=New%20Forms%20programmatic" title="StumbleUpon"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://jdsitecare.com/new-forms-programmatic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VB Web Browser Control</title>
		<link>http://jdsitecare.com/331/</link>
		<comments>http://jdsitecare.com/331/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 04:16:14 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[VB Browser]]></category>

		<guid isPermaLink="false">http://jdsitecare.com/?p=331</guid>
		<description><![CDATA[Get a glimpse of just some of the functions and properties that are available to make a web browser fully functional.
Code with a brief description of what that function/property does.]]></description>
			<content:encoded><![CDATA[<p>The Web Browser control allows you to build a web browser.<br />
There are several functions and properties you can access which gives you access to creating a beginners basic to a more advanced web browser.<br />
Below are a list of functions and properties with short descriptions to what each function/property does.</p>
<table class="style1">
<tr>
<td align="left" colspan="2" style="font-weight: 700">
                Web Browser Functions</td>
</tr>
<tr>
<td align="left" style="color: #AA2B81">
                Navigate Go</td>
<td align="left">
                <code>WebBrowser1.Navigate(&quot;http://www.google.ca&quot;)</code><br />
                <em>Browser will navigate to specified URL at runtime</em></td>
</tr>
<tr>
<td align="left" style="color: #AA2B81">
                Navigate Back</td>
<td align="left">
                <code>WebBrowser1.GoBack()</code><br />
                <em>Sends Web Browser to previous visited page.<br />
                This is used to navigate to previous web pages.</em></td>
</tr>
<tr>
<td align="left" style="color: #AA2B81">
                Navigate Forward</td>
<td align="left">
                <code>WebBrowser1.GoForward()</code><br />
                <em>Works the same as Back but sends web browser to the<br />
                Next page if the Previous page is displayed</em></td>
</tr>
<tr>
<td align="left" style="color: #AA2B81">
                Navigate Home</td>
<td align="left">
                <code>WebBrowser1.GoHome()</code><br />
                <em>Sends the web page to the default URL (specified under Navigate Go)</em></td>
</tr>
<tr>
<td align="left" style="color: #AA2B81">
                Browser Refresh</td>
<td align="left">
                <code>WebBrowser1.Refresh()</code><br />
                <em>Refreshes the web browser</em></td>
</tr>
<tr>
<td align="left" style="color: #AA2B81">
                Browser Stop</td>
<td align="left">
                <code>WebBrowser1.Stop()</code><br />
                <em>Stops the progress of the web browser while loading</em></td>
</tr>
<tr>
<td align="left" colspan="2" style="font-weight: 700">
                Web Browser Properties</td>
</tr>
<tr>
<td align="left" style="color: #FF9933">
                Browser Status</td>
<td align="left">
                <code>WebBrowser1.StatusText</code><br />
                <em>Displays the current status of the web page loading</em></td>
</tr>
<tr>
<td align="left" style="color: #FF9933">
                Default URL</td>
<td align="left">
                <code>WebBrowser1.url</code><br />
                <em>Sets the default web browser URL which is displayed at runtime.</em></td>
</tr>
<tr>
<td align="left" style="color: #FF9933">
                Status Check</td>
<td align="left">
                <code>WebBrowser1.IsBusy</code><br />
                <em>This is a Boolean (True Or False)<br />
                Checks to see if the web browser is busy loading content from the web page.</em></td>
</tr>
<tr>
<td align="left" style="color: #FF9933">
                Ready State</td>
<td align="left">
                <code>WebBrowser1.ReadyState</code><br />
                Gets the current state of the web browser (Should be used on a timer for<br />
                accurate results)<br />
                Results are fetched as a Numerical value (There are 4 values/steps a browser<br />
                goes through)</p>
<table class="style1">
<tr>
<td>
                            <b>4 = Complete</b></td>
<td>
                            <b>3 = Interactive</b></td>
<td>
                            <b>2 = Loaded</b></td>
<td>
                            <b>1 = Loading</b></td>
</tr>
<tr>
<td>
                            Browser has loaded everything</td>
<td>
                            Browser is still working</td>
<td>
                            Browser has loaded but<br />
                            not all data</td>
<td>
                            Browser loading new doc.</td>
</tr>
</table>
</td>
</tr>
</table>
<p>
        Ready State example of use:<br />
        Declare 4 variables, 1 for each state.</p>
<p>
        <code>Dim Complete As String = WebBrowser1.ReadyState = WebBrowserReadyState.Complete</code><br />
        <br />
        <code>Dim Interactive As String = WebBrowser1.ReadyState =<br />
        WebBrowserReadyState.Interactive</code><br />
        <br />
        <code>Dim Loaded As String = WebBrowser1.ReadyState =<br />
        WebBrowserReadyState.Loaded</code><br />
        <br />
        <code>Dim Loading As String = WebBrowser1.ReadyState =<br />
        WebBrowserReadyState.Loading</code></p>
<p>
        Use your declarations in If&nbsp; statements</p>
<p><code><br />
        If Interactive Then Me.Text = &quot;Not yet loaded&quot;<br />
        </code><br />
        <code>ElseIf Complete Then Me.Text = &quot;Ready&quot;<br />
        <br />
        End If</code></p>
<fb:like href=http://jdsitecare.com/331/ font=></fb:like>


Share and Enjoy:


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fjdsitecare.com%2F331%2F&amp;title=VB%20Web%20Browser%20Control&amp;bodytext=Get%20a%20glimpse%20of%20just%20some%20of%20the%20functions%20and%20properties%20that%20are%20available%20to%20make%20a%20web%20browser%20fully%20functional.%0D%0ACode%20with%20a%20brief%20description%20of%20what%20that%20function%2Fproperty%20does." title="Digg"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fjdsitecare.com%2F331%2F" title="Sphinn"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fjdsitecare.com%2F331%2F&amp;title=VB%20Web%20Browser%20Control&amp;notes=Get%20a%20glimpse%20of%20just%20some%20of%20the%20functions%20and%20properties%20that%20are%20available%20to%20make%20a%20web%20browser%20fully%20functional.%0D%0ACode%20with%20a%20brief%20description%20of%20what%20that%20function%2Fproperty%20does." title="del.icio.us"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fjdsitecare.com%2F331%2F&amp;t=VB%20Web%20Browser%20Control" title="Facebook"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fjdsitecare.com%2F331%2F&amp;title=VB%20Web%20Browser%20Control" title="Mixx"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fjdsitecare.com%2F331%2F&amp;title=VB%20Web%20Browser%20Control&amp;annotation=Get%20a%20glimpse%20of%20just%20some%20of%20the%20functions%20and%20properties%20that%20are%20available%20to%20make%20a%20web%20browser%20fully%20functional.%0D%0ACode%20with%20a%20brief%20description%20of%20what%20that%20function%2Fproperty%20does." title="Google Bookmarks"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fjdsitecare.com%2F331%2F&amp;title=VB%20Web%20Browser%20Control" title="StumbleUpon"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://jdsitecare.com/331/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET Content Data Driven</title>
		<link>http://jdsitecare.com/asp-net-content-data-driven/</link>
		<comments>http://jdsitecare.com/asp-net-content-data-driven/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 03:50:11 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[sql database]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[visual web developer 2010]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://jdsitecare.com/?p=329</guid>
		<description><![CDATA[In this tutorial i will show you how you can control a home page content based website. What we will be doing is instead of having our content programaticly filled in, it will be filled using a database. Creating The Database Fire up Visual Studio 2010 or Visual Web Developer 2010 Create a ASP.NET Website [...]]]></description>
			<content:encoded><![CDATA[<p><!-- .style1 { color: #FF0000; } .style2 { width: 100%; } .style3 { color: #006600; } .style4 { color: #009933; } --></p>
<p>In this tutorial i will show you how you can control a home page content based<br />
website.</p>
<p>What we will be doing is instead of having our content programaticly filled in,<br />
it will be filled using a database.</p>
<h1>Creating The Database</h1>
<ul>
<li>Fire up Visual Studio 2010 or Visual Web Developer 2010</li>
<li>Create a ASP.NET Website <span class="style1">NOT</span> a ASP.NET Blank Website</li>
<li>Once your project has been created right click on App_Data folder -&gt; Add New<br />
Item</li>
<li>Select SQL Server Database</li>
<li>Give it a name than click Add</li>
<li>Right click on Tables and choose Add New Table (Figure 1.0)</li>
<li> <img src="http://jdsitecare.com/wp-content/uploads/2010/06/DatabaseExplorer.png" alt="" />
<p>Figure 1.0</li>
<li>You should see 3 Columns now (Column Name, Data Types and Allow Nulls)</li>
<li>Fill out the columns as they are shown in the table below</li>
<li>1) IS 2)PK
<ul>
<li>Identity Specification = Yes</li>
<li>Primary Key</li>
</ul>
</li>
</ul>
<table class="style2">
<tbody>
<tr>
<td style="font-weight: bold; background-color: #ebebeb;" align="center"></td>
<td style="font-weight: bold; background-color: #ebebeb;" align="center"></td>
<td style="font-weight: bold; background-color: #ebebeb;" align="center">Column Name</td>
<td style="font-weight: bold; background-color: #ebebeb;" align="center">Data Type</td>
<td style="font-weight: bold; background-color: #ebebeb;" align="center">Allow Nulls</td>
</tr>
<tr>
<td align="center">IS</td>
<td align="center">PK</td>
<td align="center">ContentID</td>
<td align="center">int</td>
<td align="center">
<input id="Checkbox1" type="checkbox" /></td>
</tr>
<tr>
<td align="center"></td>
<td align="center"></td>
<td align="center">Caption</td>
<td align="center">varchar(50)</td>
<td align="center">
<input id="Checkbox2" type="checkbox" /></td>
</tr>
<tr>
<td align="center"></td>
<td align="center"></td>
<td align="center">Content</td>
<td align="center">varchar(4000)</td>
<td align="center">
<input id="Checkbox3" type="checkbox" /></td>
</tr>
</tbody>
</table>
<ul>
<li>Once you have this complete click the Purple save disk at the top</li>
<li>Give your table a name, i named mine aspx_Content</li>
<li>Close the window than click on the Tables folder to expand (Figure 1.1)</li>
<li> <img src="http://jdsitecare.com/wp-content/uploads/2010/06/DatabaseTable.png" alt="" /></li>
<li>Right click on your new table and choose <strong>Show Table Data</strong></li>
<li>Insert a sample record in to the Caption and Content field than close it out</li>
</ul>
<p>Now that we have completed the Database set up it&#8217;s time to create the content<br />
section on the home page of our website.</p>
<h1>Creating Content Section</h1>
<ul>
<li class="style3">From your Default.aspx page drag a DataList control from the Toolbox in the Data<br />
section on to your form</li>
<li class="style3">Click the little arrow that appears on the DataList control to get the Smart<br />
Task</li>
<li class="style3">From the Data Source drop down list choose <strong>&lt;New data source&#8230;&gt;</strong></li>
<li class="style3">Click on Database (Figure 1.2)</li>
<li> <img style="height: 456px; width: 632px;" src="http://jdsitecare.com/wp-content/uploads/2010/06/DataSourceType.png" alt="" /></li>
<li class="style4"> Click Ok</li>
<li class="style4"> In the next dialog from the Drop down list box choose your database from the<br />
list and click Next</li>
<li class="style4"> In the next window (Select Statements) leave the * radio box checked as this is<br />
the Wild card and will select all fields</li>
<li> Click the Order button (Optional) and you can choose which field you want to<br />
Order By.</li>
<li> Click Next than click Finish</li>
</ul>
<p>You should now see your DataList on your form populated (Figure 1.3)</p>
<p><img src="http://jdsitecare.com/wp-content/uploads/2010/06/DataList.png" alt="" /></p>
<p>If you press F5 on your keyboard or click the little Green Play Button to run<br />
your site you should now see 1 record (The record you inserted manualy)</p>
<div style="padding: 5px; color: #3399ff; background-color: #d7ebff; border-style: solid; border-width: 1px; font-style: italic;">Tip:</p>
<p>You can edit how you want your content to be displayed.</p>
<p>This means you can format the style of the text, place them in to Tables etc.</p>
<p>Click the DataList on your form and click the Arrow than choose Edit Templates.</p>
<p>You can also click on Property Builder and add some exptra properties such as<br />
how you want your content layed out.</p></div>
<p>Now that we have our home page completed by displaying our content lets create<br />
the Admin section of our website where we can add Edit our content.</p>
<p>Note that we are only going to work on the Edit functionality because if we want<br />
to modify our content we can just modify it.</p>
<p>Adding new entries would be useful for blog posts, news posts, site update posts<br />
etc.</p>
<h1>Creating The Admin Section</h1>
<ul>
<li>In your Solution Explorer, right click and choose <strong>New Folder</strong></li>
<li>Name it something like Admin</li>
<li>Right click on the Folder and click <strong>Add New Item</strong></li>
<li>Choose Web Form</li>
<li>Name it Edit_Content.aspx and click Add</li>
</ul>
<h1>Adding Content Functionality</h1>
<ul>
<li>From your Toolbox drag and drop a FormView control on to your form</li>
<li>Repeat the steps above highlighted in the Green</li>
<li>After you followed those steps you want to click the Advanced button</li>
<li>Select both check boxes
<p>This allows you to add, modify and delete records</li>
<li>Click Next than Finish</li>
<li>With the FormView selected go in to your properties window (Figure 1.4)</li>
<li>Choose Default Mode from Read Only to Edit</li>
<li> <img src="http://jdsitecare.com/wp-content/uploads/2010/06/FromViewProperties.png" alt="" /></li>
<li>Now that you have set this when you run this page this will always display in<br />
Edit Mode.</li>
<li>With the FormView still selected click the little Arrow to pull up the FormView<br />
Tasks option</li>
<li>Click Edit Templates</li>
<li>From the Display: combo box change it from ItemDisplay to InsertItemDisplay</li>
<li>You should now see 2 text boxes.</li>
</ul>
<p>You can format these fields in which ever way you want.</p>
<p>How you format these fields is how they will be displayed at runtime</p>
<div style="padding: 5px; color: #3399ff; background-color: #d7ebff; border-style: solid; border-width: 1px; font-style: italic;">Tip</p>
<p>Click on the Main Content text box and in the Properties window change the<br />
TextMode from Single Line to MultiLine.</p>
<p>This allows multi line text to be inserted in to that text field.</p></div>
<p>This is a short tutorial on how you can make your site content run off your<br />
database.</p>
<p>The advantage to something like this is the ability to change your content as<br />
often as you want without having to programaticly change it.</p>
<p>Here&#8217;s a comparison of Programaticly Inserting Content to Data Inserting Content</p>
<table style="width: 100%;">
<tbody>
<tr>
<td style="font-weight: 700;" align="center">Data Inserting Content</td>
<td style="font-weight: 700;" align="center">Programaticly Inserting Content</td>
</tr>
<tr>
<td align="center">Log In to your Admin area</td>
<td align="center">Open Developer Program</td>
</tr>
<tr>
<td align="center">Navigate to Edit Content Section</td>
<td align="center">Change the Content</td>
</tr>
<tr>
<td align="center">Change Content</td>
<td align="center">Save your page</td>
</tr>
<tr>
<td align="center">Click Update</td>
<td align="center">Upload page via FTP</td>
</tr>
<tr>
<td align="center">Go to Home page</td>
<td align="center">Navigate to home page</td>
</tr>
</tbody>
</table>
<p>As you see there are the same number of tasks to do however if we take a look at<br />
how many seconds to minutes each task takes will make up, inserting content<br />
programaticly will take longer by far.</p>
<p>Well, this concludes this tutorial.</p>
<p>I hope it has helped you in some way.</p>
<p>This tutorial was created to display how you can create your home page content<br />
using a database and how you could change your home page content at any time<br />
from your Admin Panel.</p>
<p>Thank You for viewing this tutorial.</p>
<fb:like href=http://jdsitecare.com/asp-net-content-data-driven/ font=></fb:like>


Share and Enjoy:


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fjdsitecare.com%2Fasp-net-content-data-driven%2F&amp;title=ASP.NET%20Content%20Data%20Driven&amp;bodytext=%0D%0A%0D%0AIn%20this%20tutorial%20i%20will%20show%20you%20how%20you%20can%20control%20a%20home%20page%20content%20based%0D%0Awebsite.%0D%0A%0D%0AWhat%20we%20will%20be%20doing%20is%20instead%20of%20having%20our%20content%20programaticly%20filled%20in%2C%0D%0Ait%20will%20be%20filled%20using%20a%20database.%0D%0ACreating%20The%20Database%0D%0A%0D%0A%09Fire%20up%20Vi" title="Digg"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fjdsitecare.com%2Fasp-net-content-data-driven%2F" title="Sphinn"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fjdsitecare.com%2Fasp-net-content-data-driven%2F&amp;title=ASP.NET%20Content%20Data%20Driven&amp;notes=%0D%0A%0D%0AIn%20this%20tutorial%20i%20will%20show%20you%20how%20you%20can%20control%20a%20home%20page%20content%20based%0D%0Awebsite.%0D%0A%0D%0AWhat%20we%20will%20be%20doing%20is%20instead%20of%20having%20our%20content%20programaticly%20filled%20in%2C%0D%0Ait%20will%20be%20filled%20using%20a%20database.%0D%0ACreating%20The%20Database%0D%0A%0D%0A%09Fire%20up%20Vi" title="del.icio.us"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fjdsitecare.com%2Fasp-net-content-data-driven%2F&amp;t=ASP.NET%20Content%20Data%20Driven" title="Facebook"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fjdsitecare.com%2Fasp-net-content-data-driven%2F&amp;title=ASP.NET%20Content%20Data%20Driven" title="Mixx"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fjdsitecare.com%2Fasp-net-content-data-driven%2F&amp;title=ASP.NET%20Content%20Data%20Driven&amp;annotation=%0D%0A%0D%0AIn%20this%20tutorial%20i%20will%20show%20you%20how%20you%20can%20control%20a%20home%20page%20content%20based%0D%0Awebsite.%0D%0A%0D%0AWhat%20we%20will%20be%20doing%20is%20instead%20of%20having%20our%20content%20programaticly%20filled%20in%2C%0D%0Ait%20will%20be%20filled%20using%20a%20database.%0D%0ACreating%20The%20Database%0D%0A%0D%0A%09Fire%20up%20Vi" title="Google Bookmarks"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fjdsitecare.com%2Fasp-net-content-data-driven%2F&amp;title=ASP.NET%20Content%20Data%20Driven" title="StumbleUpon"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://jdsitecare.com/asp-net-content-data-driven/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resource Links</title>
		<link>http://jdsitecare.com/resource-links/</link>
		<comments>http://jdsitecare.com/resource-links/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 21:05:03 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://jdsitecare.com/?p=301</guid>
		<description><![CDATA[Links that you see within this post are my personal favorites and sites i have used to help learn whatever it is i am working on. If you have good resource links that you would like to share, please leave them in the comment box below this post. If i find them to be good [...]]]></description>
			<content:encoded><![CDATA[<p>Links that you see within this post are my personal favorites and sites i have used to help learn whatever it is i am working on.<br />
If you have good resource links that you would like to share, please leave them in the comment box below this post.<br />
If i find them to be good i will be more than happy to include them in this post with your name as credibility for the submission.</p>
<ul>
<li><a href="http://www.asp.net" target="_blank">ASP.NET</a></li>
</ul>
<p><span style="color: #003366;">asp.net provides a wide source of information regarding asp.net and the .NET framework.<br />
You will find downloadable controls for your asp.net applications, video tutorials, written tutorial, AJAX tutorials and a whole lot more.<br />
This is a great site no matter the level of experience you have.</span></p>
<p><span style="color: #003366;">Platform: <strong>Visual Studio/Visual Web Developer, AJAX</strong><br />
</span></p>
<hr />
<ul>
<li><span style="color: #003366;"><a href="http://www.youtube.com/results?search_query=asp.net&amp;aq=f" target="_blank">YOUTUBE.COM</a></span></li>
</ul>
<p><span style="color: #003366;"><span style="color: #800000;">You can find many many videos on a site i&#8217;m sure we&#8217;re all familiar with.<br />
Just about anything you&#8217;re looking for can be found here.</span></span></p>
<p><span style="color: #003366;"><span style="color: #800000;">Platform: <strong>Any</strong><br />
</span></span></p>
<hr />
<ul>
<li><span style="color: #003366;"><span style="color: #800000;"><a href="http://msdn.microsoft.com/en-us/vbasic/bb466226.aspx" target="_blank">MSDN.COM</a></span></span></li>
</ul>
<p><span style="color: #003366;"><span style="color: #800000;"><span style="color: #471e85;">This is the site where you can find great tutorials.<br />
The link here takes you to the How Do I Video Series section</span></span></span></p>
<p><span style="color: #003366;"><span style="color: #800000;"><span style="color: #471e85;">Platform: <strong>Visual Basic</strong></span></span></span></p>
<hr />
<ul>
<li><span style="color: #003366;"><span style="color: #800000;"><span style="color: #471e85;"><a href="http://windowsclient.net/">WINDOWSCLIENT.NET</a></span></span></span></li>
</ul>
<p><span style="color: #003366;"><span style="color: #800000;"><span style="color: #471e85;"><span style="color: #3366ff;">This site is similar to asp.net but focuses on Visual Basic, also known as Winforms.<br />
Here you will find controls you can download and use throughout your visual basic projects.<br />
You will also find videos that focus on WPF (Windows Presentation Foundation)</span></span></span></span></p>
<p><span style="color: #003366;"><span style="color: #800000;"><span style="color: #471e85;"><span style="color: #3366ff;">Platform:</span><strong><span style="color: #3366ff;"> Visual Basic</span></strong></span></span></span></p>
<hr />
<ul>
<li><span style="color: #003366;"><span style="color: #800000;"><span style="color: #471e85;"><span style="color: #3366ff;"><a href="http://www.learnvisualstudio.net" target="_blank">LEARNVISUALSTUDIO.NET</a></span></span></span></span></li>
</ul>
<p><span style="color: #003366;"><span style="color: #800000;"><span style="color: #471e85;"><span style="color: #3366ff;"><span style="color: #75830a;">Now this website would have to be one of my ultimate favorites.<br />
This website is what got me more into asp.net and visual basic at the same time.<br />
Bob Tabour is the creator of these videos and he provides high quality, descriptive and step by step tutorials.<br />
Most if not all of his tutorials include project files to help you get your hands dirty and get right involved.<br />
These videos are not streaming from the site but is downloaded to your computer to ensure you can still learn while offline.</span></span></span></span></span></p>
<p><span style="color: #003366;"><span style="color: #800000;"><span style="color: #471e85;"><span style="color: #3366ff;"><span style="color: #75830a;">Platform: <strong>Visual Basic, Visual Web Developer, Visual Studio, SQL Server, WPF, </strong></span></span></span></span></span></p>
<hr /><span style="color: #003366;"><span style="color: #800000;"><span style="color: #471e85;"><span style="color: #3366ff;"><span style="color: #75830a;"><span style="color: #000000;">Well, this concludes today&#8217;s resource links.<br />
I will post more as i find them to ensure you&#8217;re getting your hands on the best way to learn.</span></span></span></span></span></span></p>
<p><span style="color: #003366;"><span style="color: #800000;"><span style="color: #471e85;"><span style="color: #3366ff;"><span style="color: #75830a;"><span style="color: #000000;"><br />
Below is a poll i would like you guys to take.<br />
This will better help me provide the type of tutorials that help you guys.</span></span></span></span></span></span></p>
<p><span style="color: #003366;"><span style="color: #800000;"><span style="color: #471e85;"><span style="color: #3366ff;"><span style="color: #75830a;"><span style="color: #000000;">Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.<br />
</span></span></span></span></span></span></p>
<fb:like href=http://jdsitecare.com/resource-links/ font=></fb:like>


Share and Enjoy:


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fjdsitecare.com%2Fresource-links%2F&amp;title=Resource%20Links&amp;bodytext=Links%20that%20you%20see%20within%20this%20post%20are%20my%20personal%20favorites%20and%20sites%20i%20have%20used%20to%20help%20learn%20whatever%20it%20is%20i%20am%20working%20on.%0D%0AIf%20you%20have%20good%20resource%20links%20that%20you%20would%20like%20to%20share%2C%20please%20leave%20them%20in%20the%20comment%20box%20below%20this%20post.%0D%0AIf" title="Digg"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fjdsitecare.com%2Fresource-links%2F" title="Sphinn"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fjdsitecare.com%2Fresource-links%2F&amp;title=Resource%20Links&amp;notes=Links%20that%20you%20see%20within%20this%20post%20are%20my%20personal%20favorites%20and%20sites%20i%20have%20used%20to%20help%20learn%20whatever%20it%20is%20i%20am%20working%20on.%0D%0AIf%20you%20have%20good%20resource%20links%20that%20you%20would%20like%20to%20share%2C%20please%20leave%20them%20in%20the%20comment%20box%20below%20this%20post.%0D%0AIf" title="del.icio.us"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fjdsitecare.com%2Fresource-links%2F&amp;t=Resource%20Links" title="Facebook"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fjdsitecare.com%2Fresource-links%2F&amp;title=Resource%20Links" title="Mixx"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fjdsitecare.com%2Fresource-links%2F&amp;title=Resource%20Links&amp;annotation=Links%20that%20you%20see%20within%20this%20post%20are%20my%20personal%20favorites%20and%20sites%20i%20have%20used%20to%20help%20learn%20whatever%20it%20is%20i%20am%20working%20on.%0D%0AIf%20you%20have%20good%20resource%20links%20that%20you%20would%20like%20to%20share%2C%20please%20leave%20them%20in%20the%20comment%20box%20below%20this%20post.%0D%0AIf" title="Google Bookmarks"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fjdsitecare.com%2Fresource-links%2F&amp;title=Resource%20Links" title="StumbleUpon"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://jdsitecare.com/resource-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET Template Modifying</title>
		<link>http://jdsitecare.com/asp-net-template-modifying/</link>
		<comments>http://jdsitecare.com/asp-net-template-modifying/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 19:46:35 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[asp.net 4]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[styles]]></category>
		<category><![CDATA[visual studio 2010]]></category>
		<category><![CDATA[visual web developer 2010]]></category>

		<guid isPermaLink="false">http://jdsitecare.com/?p=295</guid>
		<description><![CDATA[This tutorial is rather simple but for those who want to learn how to do it should continue reading. In this tutorial we are going to spice up the default template provided by Visual Studio/Web Developer 2010. Here is what the tutorial is going to focus on: There are 2 styles we are going to [...]]]></description>
			<content:encoded><![CDATA[<p>This tutorial is rather simple but for those who want to learn how to do it should continue reading.<br />
In this tutorial we are going to spice up the default template provided by Visual Studio/Web Developer 2010.<br />
Here is what the tutorial is going to focus on:</p>
<div id="attachment_296" class="wp-caption aligncenter" style="width: 310px"><a href="http://jdsitecare.com/wp-content/uploads/2010/06/aspnet.png"><img class="size-medium wp-image-296" title="aspnet" src="http://jdsitecare.com/wp-content/uploads/2010/06/aspnet-300x166.png" alt="" width="300" height="166" /></a><p class="wp-caption-text">View Full Size</p></div>
<p>There are 2 styles we are going to look at</p>
<ol>
<li>Drop Shadow</li>
<li>Rounded Corners</li>
</ol>
<p>This will not be done using any images, it&#8217;s going to be CSS3.</p>
<p><em><span style="color: #ff0000;">Note! These styles will not be picked up in the current or previous versions of Internet Explorer 8.0<br />
When applying any CSS3 styles to your web apps, make sure those items can be displayed correctly in internet explorer as well.<br />
The image you see above will be displayed in IE without the drop shadow and rounded corners.</span></em></p>
<p><span style="color: #ff0000;"><span style="color: #000000;">With all that out of the way, lets get started.</span></span></p>
<ul>
<li><span style="color: #ff0000;"><span style="color: #000000;">Fire up Visual Web Developer 2010 or Visual Studio 2010</span></span></li>
<li><span style="color: #ff0000;"><span style="color: #000000;">Create a new project or a new Website (Shown in Screen 1.1</span></span></li>
</ul>
<p style="text-align: center;"><a href="http://jdsitecare.com/wp-content/uploads/2010/06/aspnet_newwebsite.png"><img class="aligncenter size-full wp-image-297" title="aspnet_newwebsite" src="http://jdsitecare.com/wp-content/uploads/2010/06/aspnet_newwebsite.png" alt="" width="494" height="305" /></a></p>
<ul>
<li>Once your website has been created navigate to
<ul>
<li>Styles -&gt; Site.css and double click it to open it.</li>
</ul>
</li>
<li>There are 2 css classes we need to modify
<ol>
<li>page</li>
<li>header</li>
</ol>
</li>
<li>Scroll down to the <span style="color: #993300;">page</span> class (it should look like this:</li>
</ul>
<p><code><br />
.page<br />
{<br />
width: 960px;<br />
background-color: #fff;<br />
margin: 20px auto 0px auto;<br />
border: 1px solid #496077;<br />
}<br />
</code></p>
<ul>
<li>Under the <span style="color: #ff0000;">border:  <span style="color: #0000ff;">1px solid #496077; <span style="color: #000000;">add these 4 lines</span></span></span></li>
</ul>
<p><code>-moz-border-radius: 12px;<br />
-webkit-border-radius: 12px;<br />
-moz-box-shadow: 15px -15px 9px #333;<br />
-webkit-box-shadow: 15px 15px 9 #333;</code><br />
-moz is mozilla based web browser and -webkit is safari, chrome based  browsers</p>
<ul>
<li>Scroll down to the <span style="color: #993300;">header <span style="color: #000000;">class (it should look like this:)</span></span></li>
</ul>
<p><code><br />
.header<br />
{<br />
position: relative;<br />
margin: 0px;<br />
padding: 0px;<br />
background: #4b6c9e;<br />
width: 100%;<br />
}</code></p>
<ul>
<li>Under the <span style="color: #ff0000;">background:</span> <span style="color: #0000ff;">#4b6c9e;</span> add these 2 lines</li>
</ul>
<p><code>-moz-border-radius: 10px;<br />
-webkit-border-radius: 10px;</code><br />
You may need to adjust the 10px to a lower or higher number to look the way you want it to.<br />
Now if you save your Site.css file and view your default page or some other page in a browser outside of IE you should now see the changes take effect.</p>
<p>The page class is the page itself where everything is located (menu, content area, footer etc.)<br />
That&#8217;s where we want the drop shadow to appear as well as the rounded corners.<br />
Here&#8217;s the comparison in browsers between Firefox and IE</p>
<div id="attachment_298" class="wp-caption aligncenter" style="width: 310px"><a href="http://jdsitecare.com/wp-content/uploads/2010/06/aspnetcompare_ff.png"><img class="size-medium wp-image-298" title="aspnetcompare_ff" src="http://jdsitecare.com/wp-content/uploads/2010/06/aspnetcompare_ff-300x168.png" alt="" width="300" height="168" /></a><p class="wp-caption-text">Firefox 3.6.3</p></div>
<div id="attachment_299" class="wp-caption aligncenter" style="width: 310px"><a href="http://jdsitecare.com/wp-content/uploads/2010/06/aspnetcompare_ie.png"><img class="size-medium wp-image-299" title="aspnetcompare_ie" src="http://jdsitecare.com/wp-content/uploads/2010/06/aspnetcompare_ie-300x167.png" alt="" width="300" height="167" /></a><p class="wp-caption-text">Internet Explorer 8.0</p></div>
<p>To get more information and more goodies using css3 visit the <a href="http://www.css3.info" target="_blank">css3.info</a> website.<br />
You can apply more styles to your website to make it look much nicer.<br />
Hopefully this tutorial has helped in spicing up your website.</p>
<fb:like href=http://jdsitecare.com/asp-net-template-modifying/ font=></fb:like>


Share and Enjoy:


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fjdsitecare.com%2Fasp-net-template-modifying%2F&amp;title=ASP.NET%20Template%20Modifying&amp;bodytext=This%20tutorial%20is%20rather%20simple%20but%20for%20those%20who%20want%20to%20learn%20how%20to%20do%20it%20should%20continue%20reading.%0D%0AIn%20this%20tutorial%20we%20are%20going%20to%20spice%20up%20the%20default%20template%20provided%20by%20Visual%20Studio%2FWeb%20Developer%202010.%0D%0AHere%20is%20what%20the%20tutorial%20is%20going%20to%20" title="Digg"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fjdsitecare.com%2Fasp-net-template-modifying%2F" title="Sphinn"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fjdsitecare.com%2Fasp-net-template-modifying%2F&amp;title=ASP.NET%20Template%20Modifying&amp;notes=This%20tutorial%20is%20rather%20simple%20but%20for%20those%20who%20want%20to%20learn%20how%20to%20do%20it%20should%20continue%20reading.%0D%0AIn%20this%20tutorial%20we%20are%20going%20to%20spice%20up%20the%20default%20template%20provided%20by%20Visual%20Studio%2FWeb%20Developer%202010.%0D%0AHere%20is%20what%20the%20tutorial%20is%20going%20to%20" title="del.icio.us"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fjdsitecare.com%2Fasp-net-template-modifying%2F&amp;t=ASP.NET%20Template%20Modifying" title="Facebook"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fjdsitecare.com%2Fasp-net-template-modifying%2F&amp;title=ASP.NET%20Template%20Modifying" title="Mixx"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fjdsitecare.com%2Fasp-net-template-modifying%2F&amp;title=ASP.NET%20Template%20Modifying&amp;annotation=This%20tutorial%20is%20rather%20simple%20but%20for%20those%20who%20want%20to%20learn%20how%20to%20do%20it%20should%20continue%20reading.%0D%0AIn%20this%20tutorial%20we%20are%20going%20to%20spice%20up%20the%20default%20template%20provided%20by%20Visual%20Studio%2FWeb%20Developer%202010.%0D%0AHere%20is%20what%20the%20tutorial%20is%20going%20to%20" title="Google Bookmarks"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fjdsitecare.com%2Fasp-net-template-modifying%2F&amp;title=ASP.NET%20Template%20Modifying" title="StumbleUpon"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://jdsitecare.com/asp-net-template-modifying/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET Loginview Roles</title>
		<link>http://jdsitecare.com/asp-net-loginview-roles/</link>
		<comments>http://jdsitecare.com/asp-net-loginview-roles/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 04:01:43 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[loginview]]></category>
		<category><![CDATA[membership]]></category>
		<category><![CDATA[roles]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://jdsitecare.com/?p=293</guid>
		<description><![CDATA[In this video tutorial i will show you how you can create a role template using the loginview control. By default the loginview control has 2 templates Anonymous and Logged In. We are going to create another template based on the Administrator role i will create using the asp.net configuration tool. Than i will show [...]]]></description>
			<content:encoded><![CDATA[<p>In this video tutorial i will show you how you can create a role template using the loginview control. By default the loginview control has 2 templates Anonymous and Logged In. We are going to create another template based on the Administrator role i will create using the asp.net configuration tool. Than i will show you how it works and how you could use this in your asp.net web applications.</p>
<div style="border: 5px double #021939; background-color: #597791; padding: 8px; width: 480px; height: 385px;">
<object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/Yj1Iu2RaEdE&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x2b405b&#038;color2=0x6b8ab6"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Yj1Iu2RaEdE&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x2b405b&#038;color2=0x6b8ab6" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object>
</div>
<fb:like href=http://jdsitecare.com/asp-net-loginview-roles/ font=></fb:like>


Share and Enjoy:


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fjdsitecare.com%2Fasp-net-loginview-roles%2F&amp;title=ASP.NET%20Loginview%20Roles&amp;bodytext=In%20this%20video%20tutorial%20i%20will%20show%20you%20how%20you%20can%20create%20a%20role%20template%20using%20the%20loginview%20control.%20By%20default%20the%20loginview%20control%20has%202%20templates%20Anonymous%20and%20Logged%20In.%20We%20are%20going%20to%20create%20another%20template%20based%20on%20the%20Administrator%20role%20i" title="Digg"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fjdsitecare.com%2Fasp-net-loginview-roles%2F" title="Sphinn"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fjdsitecare.com%2Fasp-net-loginview-roles%2F&amp;title=ASP.NET%20Loginview%20Roles&amp;notes=In%20this%20video%20tutorial%20i%20will%20show%20you%20how%20you%20can%20create%20a%20role%20template%20using%20the%20loginview%20control.%20By%20default%20the%20loginview%20control%20has%202%20templates%20Anonymous%20and%20Logged%20In.%20We%20are%20going%20to%20create%20another%20template%20based%20on%20the%20Administrator%20role%20i" title="del.icio.us"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fjdsitecare.com%2Fasp-net-loginview-roles%2F&amp;t=ASP.NET%20Loginview%20Roles" title="Facebook"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fjdsitecare.com%2Fasp-net-loginview-roles%2F&amp;title=ASP.NET%20Loginview%20Roles" title="Mixx"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fjdsitecare.com%2Fasp-net-loginview-roles%2F&amp;title=ASP.NET%20Loginview%20Roles&amp;annotation=In%20this%20video%20tutorial%20i%20will%20show%20you%20how%20you%20can%20create%20a%20role%20template%20using%20the%20loginview%20control.%20By%20default%20the%20loginview%20control%20has%202%20templates%20Anonymous%20and%20Logged%20In.%20We%20are%20going%20to%20create%20another%20template%20based%20on%20the%20Administrator%20role%20i" title="Google Bookmarks"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fjdsitecare.com%2Fasp-net-loginview-roles%2F&amp;title=ASP.NET%20Loginview%20Roles" title="StumbleUpon"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://jdsitecare.com/asp-net-loginview-roles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET Membership Sytem In VS2010</title>
		<link>http://jdsitecare.com/asp-net-membership-sytem-in-vs2010/</link>
		<comments>http://jdsitecare.com/asp-net-membership-sytem-in-vs2010/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 03:27:59 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[asp.net 4]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[login controls]]></category>
		<category><![CDATA[membership system]]></category>
		<category><![CDATA[visual]]></category>

		<guid isPermaLink="false">http://jdsitecare.com/?p=281</guid>
		<description><![CDATA[When i first fired up VS2010 i created a new asp.net website. I couldn&#8217;t help bug get all bug eyed with the results when my project was created successfully. Not only did it come with a premade default template but it also has the membership system included without having to do anything at all. If [...]]]></description>
			<content:encoded><![CDATA[<p>When i first fired up VS2010 i created a new asp.net website.<br />
I couldn&#8217;t help bug get all bug eyed with the results when my project was created successfully.<br />
Not only did it come with a premade default template but it also has the membership system included without having to do anything at all.<br />
If you&#8217;re new to Visual Studio 2010 or just new to Visual Web Developer, i wanna go over the Membership Controls that have been provided to us.<br />
I am using VS2010 but the same applies for previous versions as well.</p>
<h1>Visual Controls</h1>
<p>If you take a look in your Toolbox, you will notice a Login section.<br />
This is where all your login controls are stored.</p>
<div id="attachment_282" class="wp-caption aligncenter" style="width: 203px"><a href="http://jdsitecare.com/wp-content/uploads/2010/06/logincontrols.png"><img class="size-full wp-image-282" title="logincontrols" src="http://jdsitecare.com/wp-content/uploads/2010/06/logincontrols.png" alt="" width="193" height="186" /></a><p class="wp-caption-text">Login Controls</p></div>
<p style="text-align: center;">
<p>These are the controls that allow you to run a standard membership based website.<br />
Don&#8217;t be fooled by this by thinking this is all that&#8217;s offered for our membership system cause it&#8217;s not.<br />
There&#8217;s a ASP.NET Configuration Tool that&#8217;s available for us that lets us do a lot more, we will get into that later on.<br />
Lets take a look at these controls and see what they do</p>
<p><span style="color: #333399;"><strong>Change Password</strong></span></p>
<p><span style="color: #333399;"><span style="color: #000000;">When you drag a instance of the ChangePassword control onto your form it will create a template with the appropriate fields that will change your password on request</span></span></p>
<p><span style="color: #333399;"><span style="color: #000000;"> </span></span></p>
<div id="attachment_283" class="wp-caption aligncenter" style="width: 424px"><a href="http://jdsitecare.com/wp-content/uploads/2010/06/change-password.png"><img class="size-full wp-image-283" title="change password" src="http://jdsitecare.com/wp-content/uploads/2010/06/change-password.png" alt="" width="414" height="160" /></a><p class="wp-caption-text">Change Password</p></div>
<p><strong><span style="color: #333399;">Create User Wizard</span></strong></p>
<p><span style="color: #333399;"><span style="color: #000000;">When you drag a instance of the CreateUserWizard on to your form it will create a template with the appropriate registration fields.<br />
There are several customizable options that are available for this control.<br />
If you click on the little Arrow at the top right corner of the control you will see a list of customizations you can make.</span></span></p>
<p><span style="color: #333399;"><span style="color: #000000;"> </span></span></p>
<div id="attachment_284" class="wp-caption aligncenter" style="width: 293px"><a href="http://jdsitecare.com/wp-content/uploads/2010/06/create-user.png"><img class="size-full wp-image-284" title="create user" src="http://jdsitecare.com/wp-content/uploads/2010/06/create-user.png" alt="" width="283" height="319" /></a><p class="wp-caption-text">Create User Wizard</p></div>
<p><span style="color: #333399;"><strong>Login</strong></span></p>
<p><span style="color: #333399;"><span style="color: #000000;">This control is the user Login section.<br />
This control provides the standard User Name and Password fields.<br />
</span></span></p>
<p><span style="color: #333399;"><span style="color: #000000;"> </span></span></p>
<div id="attachment_285" class="wp-caption aligncenter" style="width: 249px"><a href="http://jdsitecare.com/wp-content/uploads/2010/06/login.png"><img class="size-full wp-image-285" title="login" src="http://jdsitecare.com/wp-content/uploads/2010/06/login.png" alt="" width="239" height="135" /></a><p class="wp-caption-text">Login</p></div>
<p><span style="color: #333399;"><strong>Login Name</strong></span></p>
<p><span style="color: #333399;"><span style="color: #000000;">When you drag a instance of the LoginName on to your form it will display the current logged in User Name.<br />
This kind of control can be used several times on any given page.<br />
When you drag it on to your form you will see something that looks like this</span></span></p>
<p><span style="color: #333399;"><span style="color: #000000;">[LoginName]</span></span></p>
<p><span style="color: #333399;"><span style="color: #000000;"><strong><span style="color: #333399;">Login Status</span></strong></span></span></p>
<p><span style="color: #333399;"><span style="color: #000000;"><span style="color: #333399;"><span style="color: #000000;">When you drag a instance of the LoginStatus on to your form it will display your status.<br />
You can click on the control on the form and click the Arrow, you will notice you have 2 views</span></span></span></span></p>
<ol>
<li>Logged Out</li>
<li>Logged In</li>
</ol>
<p>What you see is what the user will see when they visit your website.<br />
If you click on the links and check out the properties window, you can set properties for that control.</p>
<div id="attachment_286" class="wp-caption aligncenter" style="width: 246px"><a href="http://jdsitecare.com/wp-content/uploads/2010/06/login-status-properties.png"><img class="size-full wp-image-286" title="login status properties" src="http://jdsitecare.com/wp-content/uploads/2010/06/login-status-properties.png" alt="" width="236" height="563" /></a><p class="wp-caption-text">Login Status Properties</p></div>
<p><span style="color: #333399;"><strong>Login View</strong></span></p>
<p><span style="color: #333399;"><span style="color: #000000;">This is a important control when enabling your site with the membership system.<br />
The LoginView control comes with 2 templates</span></span></p>
<ol>
<li><span style="color: #333399;"><span style="color: #000000;">Anonymous Template</span></span></li>
<li><span style="color: #333399;"><span style="color: #000000;">Logged In Template</span></span></li>
</ol>
<p>By default, when you drag this on to your form it&#8217;s set to the Anonymous Template.<br />
Anything you put in here will be viewable to users NOT logged in<br />
If you switch to the Logged In Template, anything you put in here will be viewable to Logged in users only.<br />
You can use many of  these controls on any given web page.<br />
This allows you to protect your content and control who can and can&#8217;t see certain content within your website.</p>
<div id="attachment_287" class="wp-caption aligncenter" style="width: 247px"><a href="http://jdsitecare.com/wp-content/uploads/2010/06/loginview-anonymous.png"><img class="size-full wp-image-287 " title="loginview anonymous" src="http://jdsitecare.com/wp-content/uploads/2010/06/loginview-anonymous.png" alt="" width="237" height="62" /></a>Not Logged In</dt>
</dl>
</div>
<div class="mceTemp mceIEcenter">
<dl id="attachment_287" class="wp-caption aligncenter" style="width: 247px;">
<dt class="wp-caption-dt"><a href="http://jdsitecare.com/wp-content/uploads/2010/06/loginview-anonymous.png"><img class="size-full wp-image-287" title="loginview anonymous" src="http://jdsitecare.com/wp-content/uploads/2010/06/loginview-anonymous.png" alt="" width="237" height="62" /></a><p class="wp-caption-text">Not Logged In</p></div>
<p><span style="color: #333399;"><strong>Password Recovery</strong></span></p>
<p><span style="color: #333399;"><span style="color: #000000;">Like the other controls i talked about, this one works the same way.<br />
When you drag a PasswordRecovery control on to your page it will create a wizard like control.<br />
This allows you to recover your password providing the security question is answered correctly.</span></span></p>
<p><span style="color: #333399;"><span style="color: #000000;"></p>
<div id="attachment_290" class="wp-caption aligncenter" style="width: 332px"><a href="http://jdsitecare.com/wp-content/uploads/2010/06/password-recovery.png"><img class="size-full wp-image-290" title="password recovery" src="http://jdsitecare.com/wp-content/uploads/2010/06/password-recovery.png" alt="" width="322" height="115" /></a><p class="wp-caption-text">Password Recovery</p></div>
<p></span></span><span style="color: #333399;"><span style="color: #000000;"> </span></span></p>
<h1>Visual Controls In Source Code</h1>
<p>If you prefer to code as much as you can in Source View mode than adding these controls are easy.<br />
I will show you the code that makes up each of these controls.<br />
If you have dragged any of the above controls on to your form and you switched to Source or Code view than some of these will look familiar.</p>
<p><span style="color: #003366;"><strong>Change Password</strong></span></p>
<blockquote><p>&lt;asp:ChangePassword ID=&#8221;ChangePassword1&#8243; runat=&#8221;server&#8221;&gt;<br />
&lt;/asp:ChangePassword&gt;</p></blockquote>
<p><span style="color: #003366;"><strong>Create User Wizard</strong></span></p>
<blockquote><p>&lt;asp:CreateUserWizard ID=&#8221;CreateUserWizard1&#8243; runat=&#8221;server&#8221;&gt;<br />
&lt;WizardSteps&gt;<br />
&lt;asp:CreateUserWizardStep runat=&#8221;server&#8221; /&gt;<br />
&lt;asp:CompleteWizardStep runat=&#8221;server&#8221; /&gt;<br />
&lt;/WizardSteps&gt;<br />
&lt;/asp:CreateUserWizard&gt;</p></blockquote>
<p><span style="color: #003366;"><strong><span style="color: #003366;">Login</span></strong></span></p>
<blockquote><p>&lt;asp:Login ID=&#8221;Login1&#8243; runat=&#8221;server&#8221;&gt;<br />
&lt;/asp:Login&gt;</p></blockquote>
<p><span style="color: #003366;"><strong>Login Name</strong></span></p>
<blockquote><p><span style="color: #003366;"> </span>&lt;asp:LoginName ID=&#8221;Loginname1&#8243; runat=&#8221;server&#8221; /&gt;</p></blockquote>
<p><span style="color: #003366;"><strong><span style="color: #003366;"><span style="color: #003366;">Login Status</span></span></strong></span></p>
<blockquote><p>&lt;asp:LoginStatus ID=&#8221;LoginStatus1&#8243; runat=&#8221;server&#8221; /&gt;</p></blockquote>
<p><span style="color: #003366;"><strong><span style="color: #003366;"><span style="color: #003366;"> </span></span>Login View</strong></span></p>
<blockquote><p>&lt;asp:LoginView ID=&#8221;LoginView1&#8243; runat=&#8221;server&#8221;&gt;<br />
&lt;AnonymousTemplate&gt;</p>
<p>&lt;/AnonymousTemplate&gt;<br />
&lt;LoggedInTemplate&gt;</p>
<p>&lt;/LoggedInTemplate&gt;<br />
&lt;/asp:LoginView&gt;</p></blockquote>
<p><span style="color: #003366;"><strong><span style="color: #003366;">Password Recovery</span></strong></span></p>
<blockquote><p>&lt;asp:PasswordRecovery ID=&#8221;PasswordRecovery2&#8243; runat=&#8221;server&#8221;&gt;<br />
&lt;/asp:PasswordRecovery&gt;</p></blockquote>
<p><span style="color: #003366;"><span style="color: #003366;"><span style="color: #000000;">So you can see how easy it is to add these controls to your webform easily.<br />
After adding in your code and going back to Design Mode, you will see the control sitting on your form.<br />
You can click on it to access the properties for that control.</span></span></span></p>
<p><span style="color: #003366;"><span style="color: #003366;"><span style="color: #000000;">If you used VS2010 and created a asp.net blank website you will need to add these controls to the pages than configure the site to use the memebrship system.<br />
You can access the asp.net configuration tool by going to your Solution Explorer.<br />
Located to the top are some icons, click the globe and hammer icon.<br />
This will open your asp.net configuration tool via web browser.</span></span></span></p>
<p><span style="color: #003366;"><span style="color: #003366;"><span style="color: #000000;">If you create a asp.net website a default site will be created with all the login controls added, pages created that hold some of these controls and the asp.net configuration tool is already configured.<br />
All you have to do now is press F5 or right click and choose View In Browser.<br />
You will now be able to register, login etc.</span></span></span></p>
<p><span style="color: #003366;"><span style="color: #003366;"><span style="color: #000000;"><em>This tutorial was focused on the login control inside Visual Studio 2010.<br />
The controls are also available in 2005 and 2008 as well as Visual Web Developer.<br />
This tutorial does not focus on the asp.net configuration tool.</em><br />
</span></span></span></p>
<fb:like href=http://jdsitecare.com/asp-net-membership-sytem-in-vs2010/ font=></fb:like>


Share and Enjoy:


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fjdsitecare.com%2Fasp-net-membership-sytem-in-vs2010%2F&amp;title=ASP.NET%20Membership%20Sytem%20In%20VS2010&amp;bodytext=When%20i%20first%20fired%20up%20VS2010%20i%20created%20a%20new%20asp.net%20website.%0D%0AI%20couldn%27t%20help%20bug%20get%20all%20bug%20eyed%20with%20the%20results%20when%20my%20project%20was%20created%20successfully.%0D%0ANot%20only%20did%20it%20come%20with%20a%20premade%20default%20template%20but%20it%20also%20has%20the%20membership%20system" title="Digg"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fjdsitecare.com%2Fasp-net-membership-sytem-in-vs2010%2F" title="Sphinn"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fjdsitecare.com%2Fasp-net-membership-sytem-in-vs2010%2F&amp;title=ASP.NET%20Membership%20Sytem%20In%20VS2010&amp;notes=When%20i%20first%20fired%20up%20VS2010%20i%20created%20a%20new%20asp.net%20website.%0D%0AI%20couldn%27t%20help%20bug%20get%20all%20bug%20eyed%20with%20the%20results%20when%20my%20project%20was%20created%20successfully.%0D%0ANot%20only%20did%20it%20come%20with%20a%20premade%20default%20template%20but%20it%20also%20has%20the%20membership%20system" title="del.icio.us"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fjdsitecare.com%2Fasp-net-membership-sytem-in-vs2010%2F&amp;t=ASP.NET%20Membership%20Sytem%20In%20VS2010" title="Facebook"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fjdsitecare.com%2Fasp-net-membership-sytem-in-vs2010%2F&amp;title=ASP.NET%20Membership%20Sytem%20In%20VS2010" title="Mixx"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fjdsitecare.com%2Fasp-net-membership-sytem-in-vs2010%2F&amp;title=ASP.NET%20Membership%20Sytem%20In%20VS2010&amp;annotation=When%20i%20first%20fired%20up%20VS2010%20i%20created%20a%20new%20asp.net%20website.%0D%0AI%20couldn%27t%20help%20bug%20get%20all%20bug%20eyed%20with%20the%20results%20when%20my%20project%20was%20created%20successfully.%0D%0ANot%20only%20did%20it%20come%20with%20a%20premade%20default%20template%20but%20it%20also%20has%20the%20membership%20system" title="Google Bookmarks"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fjdsitecare.com%2Fasp-net-membership-sytem-in-vs2010%2F&amp;title=ASP.NET%20Membership%20Sytem%20In%20VS2010" title="StumbleUpon"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://jdsitecare.com/asp-net-membership-sytem-in-vs2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connecting VB To Web Host</title>
		<link>http://jdsitecare.com/connecting-vb-to-web-host/</link>
		<comments>http://jdsitecare.com/connecting-vb-to-web-host/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 18:28:41 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[connection string]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[hosting server]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[sql server management studio]]></category>
		<category><![CDATA[visual  basic]]></category>
		<category><![CDATA[visual studio]]></category>
		<category><![CDATA[winhost]]></category>

		<guid isPermaLink="false">http://jdsitecare.com/?p=271</guid>
		<description><![CDATA[In this tutorial i will be showing you how to connect a data application to a web server. This will allow your end users to work with your application data in whatever way you desire. Before i get started i should point out that some hosts may work differently when attaching your databases. Some may [...]]]></description>
			<content:encoded><![CDATA[<p>In this tutorial i will be showing you how to connect a data application to a web server.<br />
This will allow your end users to work with your application data in whatever way you desire.<br />
Before i get started i should point out that some hosts may work differently when attaching your databases.<br />
Some may require you to upload the database itself to the server and some may allow connection via SQL Server Management Studio.<br />
In this tutorial i will be using <span style="color: #008000;"><strong>Winhost</strong></span> as the hosting server.<br />
Visit www.winhost.com to get more information and to purchase your hosting package.<br />
I&#8217;m using the Winhost Max package ($9.95/Mo).</p>
<p><span style="color: #800000;"><em><strong>Note!<br />
</strong></em><em>This tutorial was created to show users how to connect their desktop  application to a server hosted at winhost.com<br />
This tutorial does not cover the uploading proccess of your application.<br />
The uploading proccess can be done using the Click Once feature built in  to Visual Studio</em></span></p>
<h2>Something Useful</h2>
<p>This tutorial uses the following requirements and they should be used by you to ensure it will work correctly.</p>
<ul>
<li>Visual Studio 2010</li>
<li>.NET Framework 4.0</li>
<li>SQL Server Management Studio 2008</li>
</ul>
<p>With that out of the way now, lets get started on the tutorial.</p>
<h1>Step 1 &#8211; Setting up the server to work with this</h1>
<p>Once you have your host created at Winhost navigate to the control panel and login<br />
After logging in click on Sites tab.<br />
You should now see a list of domains you have assigned to your account</p>
<p><a href="http://jdsitecare.com/wp-content/uploads/2010/06/Sites.png"><img class="aligncenter size-full wp-image-272" title="Sites" src="http://jdsitecare.com/wp-content/uploads/2010/06/Sites.png" alt="" width="489" height="113" /></a></p>
<p>Click on the Manage link and that will take you to the management section of that domain.<br />
This section allows you to configure your site.</p>
<p><a href="http://jdsitecare.com/wp-content/uploads/2010/06/site-info-and-tools.png"><img class="aligncenter size-full wp-image-275" title="site info and tools" src="http://jdsitecare.com/wp-content/uploads/2010/06/site-info-and-tools.png" alt="" width="515" height="344" /></a><a href="http://jdsitecare.com/wp-content/uploads/2010/06/site-info.png"><br />
</a>The first thing we are interested in is configuring the .NET framework we want the server to use.<br />
Click on the ASP.NET Version icon<br />
From the ASP.NET Framework Version dropdown list choose 4.0 than click Update.<br />
Now our server is ready to use applications created using the .NET Framework 4.0</p>
<p>There&#8217;s one more thing we need to set up&#8230;A database.<br />
Click on the MS SQL 2008 icon.<br />
Click the Add button.<br />
In the Database Name field type in the name of the database you want to create.<br />
You can type in any name you want.<br />
Now click Create.</p>
<p>Now you have your database set up, we can now minimize our web browser for now and load up Visual Studio.<br />
We will need to go back into our control panel once we&#8217;re done with our application to grab the details of our database.</p>
<h1>Step 2 &#8211; Creating your data application</h1>
<p>Once you have VS open you can go a head and create your application.<br />
Once your application is complete we will need to modify the Connection String in the app.config file.</p>
<h1>Step 3 &#8211; Modifying the App.config file</h1>
<p>Now that you have your application created we need to use the connection string that we were given when we created our database on Winhost.<br />
So go back to your control panel and go back to your MS SQL 2008.<br />
Click on the Manage link to manage the database.<br />
You should now see your database details, such as</p>
<ul>
<li>Server name</li>
<li>Database name</li>
<li>Database user etc.</li>
</ul>
<p><a href="http://jdsitecare.com/wp-content/uploads/2010/06/database-manage.png"><img class="aligncenter size-full wp-image-277" title="database manage" src="http://jdsitecare.com/wp-content/uploads/2010/06/database-manage.png" alt="" width="491" height="326" /></a></p>
<p>You need to grab the complete connection string</p>
<blockquote><p>&#8220;Data Source=???:???.winhost.com;Initial  Catalog=DB_8754_databasename;User  ID=DB_8754_databasename_user;Password=******;Integrated Security=False;&#8221;</p></blockquote>
<p>Jump back to your project and open the App.config file.<br />
You should see a connection string within the &lt;connectionStrings&gt; attribute.<br />
Replace everything after connectionString= with the connection string you coppied from your control panel.<br />
The complete connection string should look something like this</p>
<blockquote><p>connectionString=&#8221;Data Source=???.winhost.com;Initial Catalog=DB_8754_databasename;User ID=DB_8754_databasename_user;Password=password&#8221;<br />
providerName=&#8221;System.Data.SqlClient&#8221; /&gt;</p></blockquote>
<p>Now go a head and save your project.<br />
We are now ready to attach our database to the server.</p>
<h1>Step 4 &#8211; Attaching our database to the server</h1>
<p>In your Visual Studio click on the Server Explorer tab.<br />
You should see your database listed here.<br />
Right click on it and choose <strong>Publish To Provider</strong><br />
Your database should be selected by default, if it isn&#8217;t go a head and select it.<br />
Now you can click Next to choose a path where you want the script file to be generated to.<br />
You can now click Finish and it will start gether all the Objects.<br />
Once this is complete successfully you will see a .MDF.sql file wherever you told it to download to.<br />
The next thing we need to do is tell the server our database is being hosted on to use this database, so lets do that now.</p>
<ul>
<li>Open SQL Server Management Studio</li>
<li>In the Connect to Server dialog just click Cancel for now.</li>
<li>At the top click on File =&gt; Open =&gt; File</li>
<li>Browse for the .MDF.sql file you downloaded earlier.</li>
<li>You will now be asked to connect to a server.</li>
<li>Go back to your Winhost control panel =&gt; Site Manager =&gt; MSSQL 2008</li>
<li>Click on the Manage link beside your database</li>
<li>Copy the Database Server name and go back to SQL Server Management Studio and paste it in the Server Name field (See screenshot 1.1)</li>
<li>Go back to your control panel and grab the Database Username and paste that in to the Login field</li>
<li>Now put in your password (This is the same as your login password to the control panel)</li>
<li>Also make sure Authentication is set to SQL Server Authentication and click Connect</li>
<li>You will now see a list of queries. (See screenshot 1.2)</li>
<li>At the very very top of that window type in the following</li>
</ul>
<p>USE databaseName<br />
GO</p>
<ul>
<li>Now at the top, click on Execute</li>
<li>The command should be executed successfully</li>
</ul>
<div id="attachment_278" class="wp-caption aligncenter" style="width: 428px"><a href="http://jdsitecare.com/wp-content/uploads/2010/06/sql-connect.png"><img class="size-full wp-image-278" title="sql connect" src="http://jdsitecare.com/wp-content/uploads/2010/06/sql-connect.png" alt="" width="418" height="309" /></a><p class="wp-caption-text">Screen 1.1</p></div>
<div id="attachment_279" class="wp-caption aligncenter" style="width: 565px"><a href="http://jdsitecare.com/wp-content/uploads/2010/06/sql-query.png"><img class="size-full wp-image-279" title="sql query" src="http://jdsitecare.com/wp-content/uploads/2010/06/sql-query.png" alt="" width="555" height="254" /></a><p class="wp-caption-text">Screen 1.2</p></div>
<p>Your database is functional on your server and is now ready for use.<br />
Now if you go back to your VS =&gt; Server Explorer and you create a new database connection, you will now be able to interact with the database that&#8217;s on the server.<br />
When you make changes to the database they will be applied automatically on the server end.<br />
You can also do your Database Management from SQL Server Management Studio by connecting to it the same way we did previously.<br />
All that is left now is for you to upload your project to your server.<br />
I hope you enjoyed this tutorial and i hope it has helped you out in some way.</p>
<fb:like href=http://jdsitecare.com/connecting-vb-to-web-host/ font=></fb:like>


Share and Enjoy:


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fjdsitecare.com%2Fconnecting-vb-to-web-host%2F&amp;title=Connecting%20VB%20To%20Web%20Host&amp;bodytext=In%20this%20tutorial%20i%20will%20be%20showing%20you%20how%20to%20connect%20a%20data%20application%20to%20a%20web%20server.%0D%0AThis%20will%20allow%20your%20end%20users%20to%20work%20with%20your%20application%20data%20in%20whatever%20way%20you%20desire.%0D%0ABefore%20i%20get%20started%20i%20should%20point%20out%20that%20some%20hosts%20may%20work" title="Digg"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fjdsitecare.com%2Fconnecting-vb-to-web-host%2F" title="Sphinn"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fjdsitecare.com%2Fconnecting-vb-to-web-host%2F&amp;title=Connecting%20VB%20To%20Web%20Host&amp;notes=In%20this%20tutorial%20i%20will%20be%20showing%20you%20how%20to%20connect%20a%20data%20application%20to%20a%20web%20server.%0D%0AThis%20will%20allow%20your%20end%20users%20to%20work%20with%20your%20application%20data%20in%20whatever%20way%20you%20desire.%0D%0ABefore%20i%20get%20started%20i%20should%20point%20out%20that%20some%20hosts%20may%20work" title="del.icio.us"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fjdsitecare.com%2Fconnecting-vb-to-web-host%2F&amp;t=Connecting%20VB%20To%20Web%20Host" title="Facebook"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fjdsitecare.com%2Fconnecting-vb-to-web-host%2F&amp;title=Connecting%20VB%20To%20Web%20Host" title="Mixx"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fjdsitecare.com%2Fconnecting-vb-to-web-host%2F&amp;title=Connecting%20VB%20To%20Web%20Host&amp;annotation=In%20this%20tutorial%20i%20will%20be%20showing%20you%20how%20to%20connect%20a%20data%20application%20to%20a%20web%20server.%0D%0AThis%20will%20allow%20your%20end%20users%20to%20work%20with%20your%20application%20data%20in%20whatever%20way%20you%20desire.%0D%0ABefore%20i%20get%20started%20i%20should%20point%20out%20that%20some%20hosts%20may%20work" title="Google Bookmarks"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fjdsitecare.com%2Fconnecting-vb-to-web-host%2F&amp;title=Connecting%20VB%20To%20Web%20Host" title="StumbleUpon"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://jdsitecare.com/connecting-vb-to-web-host/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ASP.NET Membership Registration</title>
		<link>http://jdsitecare.com/asp-net-membership-registration/</link>
		<comments>http://jdsitecare.com/asp-net-membership-registration/#comments</comments>
		<pubDate>Sun, 23 May 2010 19:13:32 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[membership]]></category>
		<category><![CDATA[register]]></category>
		<category><![CDATA[registration]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://jdsitecare.com/?p=245</guid>
		<description><![CDATA[This is a video i have redone on the asp.net membership register. No mic = no sound in the previous video but this video has sound. I will briefly go over how to get your website configured to work with the membership system, we will create a couple of users, 1 in the asp.net configuration [...]]]></description>
			<content:encoded><![CDATA[<p>This is a video i have redone on the asp.net membership register. No mic = no sound in the previous video but this video has sound. I will briefly go over how to get your website configured to work with the membership system, we will create a couple of users, 1 in the asp.net configuration tool and one from our website. Once registered we will log in and have our username displayed with a logout link.</p>
<div style="border: 5px double #021939; background-color: #597791; padding: 8px; width: 480px; height: 385px;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/ulEKns6f-0c&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x2b405b&amp;color2=0x6b8ab6" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/ulEKns6f-0c&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x2b405b&amp;color2=0x6b8ab6" allowscriptaccess="always" allowfullscreen="true"></embed></object></div>
<fb:like href=http://jdsitecare.com/asp-net-membership-registration/ font=></fb:like>


Share and Enjoy:


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fjdsitecare.com%2Fasp-net-membership-registration%2F&amp;title=ASP.NET%20Membership%20Registration&amp;bodytext=This%20is%20a%20video%20i%20have%20redone%20on%20the%20asp.net%20membership%20register.%20No%20mic%20%3D%20no%20sound%20in%20the%20previous%20video%20but%20this%20video%20has%20sound.%20I%20will%20briefly%20go%20over%20how%20to%20get%20your%20website%20configured%20to%20work%20with%20the%20membership%20system%2C%20we%20will%20create%20a%20couple%20" title="Digg"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fjdsitecare.com%2Fasp-net-membership-registration%2F" title="Sphinn"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fjdsitecare.com%2Fasp-net-membership-registration%2F&amp;title=ASP.NET%20Membership%20Registration&amp;notes=This%20is%20a%20video%20i%20have%20redone%20on%20the%20asp.net%20membership%20register.%20No%20mic%20%3D%20no%20sound%20in%20the%20previous%20video%20but%20this%20video%20has%20sound.%20I%20will%20briefly%20go%20over%20how%20to%20get%20your%20website%20configured%20to%20work%20with%20the%20membership%20system%2C%20we%20will%20create%20a%20couple%20" title="del.icio.us"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fjdsitecare.com%2Fasp-net-membership-registration%2F&amp;t=ASP.NET%20Membership%20Registration" title="Facebook"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fjdsitecare.com%2Fasp-net-membership-registration%2F&amp;title=ASP.NET%20Membership%20Registration" title="Mixx"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fjdsitecare.com%2Fasp-net-membership-registration%2F&amp;title=ASP.NET%20Membership%20Registration&amp;annotation=This%20is%20a%20video%20i%20have%20redone%20on%20the%20asp.net%20membership%20register.%20No%20mic%20%3D%20no%20sound%20in%20the%20previous%20video%20but%20this%20video%20has%20sound.%20I%20will%20briefly%20go%20over%20how%20to%20get%20your%20website%20configured%20to%20work%20with%20the%20membership%20system%2C%20we%20will%20create%20a%20couple%20" title="Google Bookmarks"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fjdsitecare.com%2Fasp-net-membership-registration%2F&amp;title=ASP.NET%20Membership%20Registration" title="StumbleUpon"><img src="http://jdsitecare.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://jdsitecare.com/asp-net-membership-registration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
