Archive for the ‘site’ Category

Drupal, strength in flexability

Wednesday, July 16th, 2008

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 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.
What can I use it for?
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’t found something that it can’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:

  • Content Management Systems
  • Blogs
  • Collaborative authoring environments
  • Forums
  • Peer-to-peer networking
  • Newsletters
  • Podcasting
  • Picture galleries
  • File uploads and downloads

How do I get started?
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? (more…)

Restructuring and redesigning

Monday, July 7th, 2008

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 which is 2 really nice and very unique content management systems and last but not least I will create a few articles about jQuery.

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).

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!

On the first day of Christmas!

Saturday, December 1st, 2007

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 “Jullerup færgeby”, instead it’s called “Yallahrup færgeby“.

Hard to find your data on your harddrives?

Thursday, June 14th, 2007

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 actually, lets say you got the following folder structure on your big harddrive.

c:\documents
c:\games
c:\pictures
c:\movies
c:\programs

this looks kinda like a good structure, but we can do better by typing this command:

Subst w: c:\documents

in your command prompt (”start” -> “run” -> type “cmd” -> press enter).

now you have a “virtual” 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.
notice 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.

If you regret creating the virtual hard drive you can delete it by typing this in your command prompt:

Subst w: /d

notice 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.

note: 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.
Update: When rebooting or returning from a hibernation the names of the virtual drive will reset to the current name of the original drive.

Is it already monday?

Monday, June 11th, 2007

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.

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.

So now i’m off for work! See you around :)