<?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>Lars S. Linnet &#187; site</title>
	<atom:link href="http://blog.lslinnet.dk/category/site/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.lslinnet.dk</link>
	<description>Personal blog of a webdeveloper focused on PHP and MySQL</description>
	<lastBuildDate>Tue, 14 Oct 2008 21:41:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Drupal, strength in flexability</title>
		<link>http://blog.lslinnet.dk/2008/07/16/drupal-strength-in-flexability/</link>
		<comments>http://blog.lslinnet.dk/2008/07/16/drupal-strength-in-flexability/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 10:54:39 +0000</pubDate>
		<dc:creator>Lars S. Linnet</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://lslinnet.dk/?p=25</guid>
		<description><![CDATA[What is it?
A content management system (cms) and a community management system or a blog if you would rater like that. Drupal is what you define it to be, it allows you to pick and choose what you want to do on your site! Which at first can be very confusing, but when you learn [...]]]></description>
			<content:encoded><![CDATA[<p><strong>What is it?</strong><br />
A content management system (cms) and a community management system or a blog if you would rater like that. <a href="http://drupal.org">Drupal</a> is what you define it to be, it allows you to pick and choose what you want to do on your site! Which at first can be very confusing, but when you learn how it work it is one of, if not the, strongest site building system. It is almost only your own imagination that sets the limit to what you want out of your site, when using drupal.<br />
<strong>What can I use it for?</strong><br />
Basically anything that you can imaging, want to start a community about white wooden fences or some other really weird subject. Just define what the users should be allowed to do, what kinda of content the site will be working with and you are done. Haven&#8217;t found something that it can&#8217;t really do, as the entire frame of the system is build to be flexible and extended. There is a extremely long list of features that can be done with drupal, just to mention a few:</p>
<ul>
<li>Content Management Systems</li>
<li>Blogs</li>
<li>Collaborative authoring environments</li>
<li>Forums</li>
<li>Peer-to-peer networking</li>
<li>Newsletters</li>
<li>Podcasting</li>
<li>Picture galleries</li>
<li>File uploads and downloads</li>
</ul>
<p><strong>How do I get started?</strong><br />
Before you start installing stuff and typing in content, you should consider what purpose your site will have, how should it look and what types of content should it contain? Will you deliver all the content or will the users contribute it? How will the user navigate the content?<span id="more-25"></span><br />
<strong>Pre-install</strong><br />
Be sure to consider all the questions and define every element of the site with a lot of very specific details, the more precise you are when defining what the site should be the better. It&#8217;s not hard to create the design for a site, it&#8217;s the content of the site that will take the time to do right.<br />
While you keep thinking of the above, you might as well find the right host for your Drupal installation, not all hosting companies support the specific requirements for hosting Drupal, take a look at Drupal&#8217;s <a href="http://drupal.org/requirements">System Requirements</a> and make sure it complies with your hosting solution.<br />
One of the points to really notice is &#8220;PHP memory of 16MB or higher for a default Drupal 6 installation&#8221;, when you really gets going with drupal it shouldn&#8217;t be hard to exceed this limit. I usual run around 32MB  PHP memory. You will exceed this limit rather quickly when you start working with the Devel Module, which is a module I can&#8217;t live without when creating themes or modifying them.</p>
<p>When you have all of this under control you can start by going over to <a href="http://drupal.org/project/Drupal+project">Drupal&#8217;s homepage</a> and download the Latest none Dev version of it, which is currently 6.4 (released 2008-aug-14).</p>
<p>At this point I expect you to have the following ready.</p>
<ul>
<li>A strong definition of how your site should be.</li>
<li>A copy of drupal on the Hosting solution of your choice</li>
</ul>
<p>I will not get into detail of how you should upload the files to the host nor how you install the basic steps of Drupal, you can find tons of articals about this on the net, <a href="http://drupal.org/getting-started/6/install">Drupal&#8217;s official installation guide</a> might be a good one to start with.</p>
<p>After you are done installing and pondering around inside your newly installed Drupal site, you should start setting up the installation so that it meets your needs. You are most proberly going to need a few of the most used <a href="http://drupal.org/project/Modules">Modules</a> such as <a href="http://drupal.org/project/cck">CCK</a>, <a href="http://drupal.org/project/views">Views</a>, <a href="http://drupal.org/project/backup_migrate">Backup and Migrate</a>, <a href="http://drupal.org/project/pathauto">Pathauto</a> and <a href="http://drupal.org/project/xmlsitemap">XML Sitemap</a>. All of which is modules I would use on almost any site, of course this again depends on what requirements you have for the site.</p>
<p>This is just meant as a minor teaser and introduction into Drupal and help you make the right choices when preparing to start out with it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lslinnet.dk/2008/07/16/drupal-strength-in-flexability/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>Restructuring and redesigning</title>
		<link>http://blog.lslinnet.dk/2008/07/07/restructuring-and-redesigning/</link>
		<comments>http://blog.lslinnet.dk/2008/07/07/restructuring-and-redesigning/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 08:11:13 +0000</pubDate>
		<dc:creator>Lars S. Linnet</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[MODx]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://lslinnet.dk/?p=24</guid>
		<description><![CDATA[I have decided that I this summer will make it a goal to recreate, restructure and redesign my personal little site on the web. The main focus on the new site will be a portfolio of the previous projects that I have worked on, information about Drupal and MODx content management sytem systems, both of [...]]]></description>
			<content:encoded><![CDATA[<p>I have decided that I this summer will make it a goal to recreate, restructure and redesign my personal little site on the web. The main focus on the new site will be a portfolio of the previous projects that I have worked on, information about <a href="http://drupal.org">Drupal</a> and <a href="http://modxcms.com">MODx content management sytem</a> systems, both of which is 2 really nice and very unique content management systems and last but not least I will create a few articles about <a href="http://jquery.com/">jQuery</a>.</p>
<p>The new design will match the new Wordpress back end in functionality (which is very up to date, in regards to usability and offers a greatly improved work flow with its use of JavaScript).</p>
<p>The Goal of the new design is quite simple, make the content of the site easy accessible, quick to navigate and just look good! One of the key elements of the design will be to guide the eyes of the viewer on to the content and not distract it by noise, which sounds quite easy right? And another thing, keep the colors basic and unobtrusive!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lslinnet.dk/2008/07/07/restructuring-and-redesigning/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>On the first day of Christmas!</title>
		<link>http://blog.lslinnet.dk/2007/12/01/on-the-first-day-of-christmas/</link>
		<comments>http://blog.lslinnet.dk/2007/12/01/on-the-first-day-of-christmas/#comments</comments>
		<pubDate>Sat, 01 Dec 2007 18:40:47 +0000</pubDate>
		<dc:creator>Lars S. Linnet</dc:creator>
				<category><![CDATA[site]]></category>

		<guid isPermaLink="false">http://lslinnet.dk/2007/12/01/on-the-first-day-of-christmas/</guid>
		<description><![CDATA[So it is finally that time of the year, the time to be glad about all the goodness in the world! But also the most expensive month of the year, all those long days shopping Christmas gifts for the holiday. One thing I am looking forward to is the danish Christmas calendar series for adults, [...]]]></description>
			<content:encoded><![CDATA[<p>So it is finally that time of the year, the time to be glad about all the goodness in the world! But also the most expensive month of the year, all those long days shopping Christmas gifts for the holiday. One thing I am looking forward to is the danish Christmas calendar series for adults, a parody on an old Christmas calendar for kids called &#8220;Jullerup færgeby&#8221;, instead it&#8217;s called &#8220;<a href="http://dr.dk/yallahrup/">Yallahrup færgeby</a>&#8220;.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lslinnet.dk/2007/12/01/on-the-first-day-of-christmas/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Hard to find your data on your harddrives?</title>
		<link>http://blog.lslinnet.dk/2007/06/14/hard-to-find-your-data-on-your-harddrives/</link>
		<comments>http://blog.lslinnet.dk/2007/06/14/hard-to-find-your-data-on-your-harddrives/#comments</comments>
		<pubDate>Thu, 14 Jun 2007 11:42:56 +0000</pubDate>
		<dc:creator>Lars S. Linnet</dc:creator>
				<category><![CDATA[site]]></category>

		<guid isPermaLink="false">http://lslinnet.dk/2007/06/14/hard-to-find-your-data-on-your-harddrives/</guid>
		<description><![CDATA[Are you also one of those that got 1 or 2 big 250+gb hard drives and cant seem to figure out where to place your files and what to do with them? well I just read a danish article about how to split up a single hard drive without actually changing its partitions.
Its quite simple [...]]]></description>
			<content:encoded><![CDATA[<p>Are you also one of those that got 1 or 2 big 250+gb hard drives and cant seem to figure out where to place your files and what to do with them? well I just read a danish article about how to split up a single hard drive without actually changing its partitions.</p>
<p>Its quite simple actually, lets say you got the following folder structure on your big harddrive.<br />
<code><br />
c:\documents<br />
c:\games<br />
c:\pictures<br />
c:\movies<br />
c:\programs<br />
</code></p>
<p>this looks kinda like a good structure, but we can do better by typing this command:<br />
<code><br />
Subst w: c:\documents<br />
</code><br />
in your command prompt (&#8221;start&#8221; -> &#8220;run&#8221; -> type &#8220;cmd&#8221; -> press enter).</p>
<p>now you have a &#8220;virtual&#8221; hard drive (w:\) which is mapped to c:\documents this means that every time you put some data in w:\ it actually ends up in c:\documents.<br />
<strong>notice</strong> that this is not a real partition and is not a new hard drive in your computer just a folder mapped to look like it.</p>
<p>If you regret creating the virtual hard drive you can delete it by typing this in your command prompt:<br />
<code><br />
Subst w: /d<br />
</code><br />
<strong>notice</strong> this does not delete your data it simply removes the virtual mapping to the folder, so you can still find your documents in c:\documents.</p>
<p><em>note:</em> <strike>I was unable to change the name of the virtual drive after creating the mapping, but it kept the old name of the original drive, even when i changed the name of the original drive. So changing the name before you create the virtual drive will allow you to give the drive a name in windows.</strike><br />
<em>Update:</em> When rebooting or returning from a hibernation the names of the virtual drive will reset to the current name of the original drive.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lslinnet.dk/2007/06/14/hard-to-find-your-data-on-your-harddrives/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Is it already monday?</title>
		<link>http://blog.lslinnet.dk/2007/06/11/is-it-already-monday/</link>
		<comments>http://blog.lslinnet.dk/2007/06/11/is-it-already-monday/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 06:15:23 +0000</pubDate>
		<dc:creator>Lars S. Linnet</dc:creator>
				<category><![CDATA[site]]></category>

		<guid isPermaLink="false">http://lslinnet.dk/2007/06/11/is-it-already-monday/</guid>
		<description><![CDATA[Had so much planned for this weekend, should have worked with the Cinema 4D program, should have created a new look for my new site theme, done a little work (taking every number in database A and the remove every number that was also in database B, sounds easy enough, but the catch is that [...]]]></description>
			<content:encoded><![CDATA[<p>Had so much planned for this weekend, should have worked with the Cinema 4D program, should have created a new look for my new site theme, done a little work (taking every number in database A and the remove every number that was also in database B, sounds easy enough, but the catch is that the database A contains 4.9 millions and database B contains 4.1 millions.) and alot of other less important stuff.</p>
<p>I managed to complete the work part, and started a little on the new looks and feel of this page nothing too see yet just created a few ideas, but it will come forward along the week.</p>
<p>So now i&#8217;m off for work! See you around <img src='http://blog.lslinnet.dk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lslinnet.dk/2007/06/11/is-it-already-monday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
