﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>James Jegers</title>
    <description>Nothing in particular, a little bit of everthing.</description>
    <link>http://www.jegers.com/dnn/Blog/tabid/75/BlogId/3/Default.aspx</link>
    <language>en-US</language>
    <webMaster>James@Jegers.com</webMaster>
    <pubDate>Thu, 20 Nov 2008 21:04:29 GMT</pubDate>
    <lastBuildDate>Thu, 20 Nov 2008 21:04:29 GMT</lastBuildDate>
    <docs>http://backend.userland.com/rss</docs>
    <generator>Blog RSS Generator Version 3.5.0.35082</generator>
    <item>
      <title>Installing DotNetNuke on Brinkster</title>
      <description>&lt;p&gt;I am happy to finally have my DNN site up and running on my production web hosting provider, Brinkster.  For those of you interested in hosting there I put together a list of items that need to be completed to get it to work.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;ol type="1"&gt;
    &lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list .5in"&gt;Signup for their developer account.  The basic and premium accounts do not give you SQL server, and DNN 4.0 needs SQL server.&lt;o:p&gt;&lt;/o:p&gt;&lt;/li&gt;
    &lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list .5in"&gt;Copy all of the DNN install files to Brinkster’s server.  You can either install it to the root directory, or a sub directory.  I chose the subdirectory option so that I can have other applications, or redirects in my root directory if I ever choose.&lt;/li&gt;
    &lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list .5in"&gt;Make sure you update your web.config file with the correct SQL server information that you get from Brinkster.&lt;span style="mso-spacerun: yes"&gt;  &lt;/span&gt;(You can find your SQL server name in Brinkster’s control panel)&lt;/li&gt;
    &lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list .5in"&gt;Optionally, in the Web.Config file set the objectQualifier field to put a common tag on to each of the database items.&lt;span style="mso-spacerun: yes"&gt;  &lt;/span&gt;This way to you share your database with other applications easier.&lt;span style="mso-spacerun: yes"&gt;  &lt;/span&gt;(See the install instructions for more information about this setting)&lt;/li&gt;
    &lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list .5in"&gt;Contact Brinkster’s online chat support and ask the operator to give write access for DNN to your directory that you installed DNN.&lt;span style="mso-spacerun: yes"&gt;  &lt;/span&gt;If you don’t do this then the install will fail and you won’t be able to upload files to your account.&lt;/li&gt;
    &lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list .5in"&gt;Open a web browser and navigate to your site.&lt;span style="mso-spacerun: yes"&gt;  &lt;/span&gt;It should auto-install.&lt;o:p&gt;&lt;/o:p&gt;&lt;/li&gt;
&lt;/ol&gt;</description>
      <link>http://www.jegers.com/dnn/Blog/tabid/75/EntryId/2/Installing-DotNetNuke-on-Brinkster.aspx</link>
      <comments>http://www.jegers.com/dnn/Blog/tabid/75/EntryId/2/Installing-DotNetNuke-on-Brinkster.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.jegers.com/dnn/Blog/tabid/75/EntryId/2/Installing-DotNetNuke-on-Brinkster.aspx</guid>
      <pubDate>Tue, 24 Jul 2007 03:32:01 GMT</pubDate>
      <slash:comments>2</slash:comments>
      <trackback:ping>http://www.jegers.com/DNN/DesktopModules/Blog/Trackback.aspx?id=2</trackback:ping>
    </item>
    <item>
      <title>SPF/SIDF on brinkster</title>
      <description>&lt;P&gt;For those who have domains hosted on Brinkster and are looking to add SPF/SIDF to help stop SPAM, I recommend using the following:&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Times New Roman'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;FONT size=3&gt;   v=spf1 mx/20 ~all&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Times New Roman'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;FONT size=3&gt;Notes:  Just putting mx isn't enough, as Brinkster does not send their outgoing mail on the same servers that they accept incomming mail.  So the mx/20 gives the least maintanence way of saying anything with an IP belonging to Brinkster near their incomming MX servers.  You could also lookup the IP's of Brinksters outgoing mail servers, but then whenever Brinkster changed them your record would be invalid.  It would be real nice if Brinkster setup their own SPF records for their domain (at which point you could do a include:brinkster.com)--but they have not done that..yet.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <link>http://www.jegers.com/dnn/Products/DotNetNukeGallery/tabid/133/EntryId/3/SPF-SIDF-on-brinkster.aspx</link>
      <comments>http://www.jegers.com/dnn/Products/DotNetNukeGallery/tabid/133/EntryId/3/SPF-SIDF-on-brinkster.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.jegers.com/dnn/Products/DotNetNukeGallery/tabid/133/EntryId/3/SPF-SIDF-on-brinkster.aspx</guid>
      <pubDate>Fri, 16 Jun 2006 10:00:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.jegers.com/DNN/DesktopModules/Blog/Trackback.aspx?id=3</trackback:ping>
    </item>
  </channel>
</rss>