Ubuntu Nokia 6300 Bluetooth

December 9th, 2009

Using your Nokia 6300 as remote for your Ubuntu.

Danish, howTo

Waste some time : Failblog.org

December 8th, 2009

More time waste .. when you think you fail, try Failblog.org

Ubuntu Radeon Drivers

December 8th, 2009

Ubunto Open Source How To Index.

Radeon Drivers

This guide will show you how to use the Free, Open Source driver for many ATI graphics cards called “radeon” or “ati”. It will provide 2D and 3D acceleration in your video hardware. This driver is not as fast as the closed-source, proprietary “fglrx” driver from AMD/ATI Inc. for some cards, but has better dual-head support, and supports some older chipsets that fglrx does not…..

Waste some time : thisisphotobomb.com

August 19th, 2009

Need to spend some time ?

Try This is photobomb

Lifecycle of a Page

May 11th, 2009

Always wondered how a page works and loads.

CodeProject : Creating Dynamic controls.

Using XML as configuration by userpermissions

March 17th, 2009

Here’s a little idea i just thought out. Using a XML-file as configuration for your application, is not a new thing. But i figured out a nice little idea. What if you want a specific configuration for different user, determined by the users permissions or group membership. A example scenario :

Your application has a lot of users, divided into groups of permissions, lets say administrators, editors and guests. Now you want a specific and a dynamically configuration file. For instance administrators have 2 more pages than the editors.

..

<pageconfiguration >

<page name=”users.aspx” >

<page name=”myaccount.aspx”>

<page name=”comments.aspx”>

</pageconfiguration>

This is a sample configuration file. Lets say you have a pageconfiguration loader, that reads every page-xmlnode. A simple solution too determine if an editor can see users.aspx or not. A not so smart developer wouldt write a bunch of if-else-statements. But what if a customer wants to add a new page to their configuration. The developer has to add another if-else-statement for that page, rebuild application and need to make a new release of the application for that single customer request.

Heres my trick

Loads your pages, via XPath and XML query. Heres my modifed configuration file.

..

<pageconfiguration >

<page name=”users.aspx” usergroups=”adm”>

<page name=”myaccount.aspx” usergroups=”*”>

<page name=”review_comments.aspx” usergroups=”adm,edi”>

</pageconfiguration>

Lets say we call the administrator groups are called adm and the editors are called edi. Administrators pages  can be loaded like this :

XmlDoc.SelectNodes(“/pageconfiguration/page[@ contains(usergroups,"adm") or contains(usergroups,"*")]“);

this will get you all the pages where usergroup contains “adm” and “*”.

Simple, easy and (do i dare) smart.

New layout – New stuff

March 14th, 2009

Ok. Im fead up with this. From today blogsmarter.dk isn’t a MMO blog anymore…

I haven’t had any succes with adds on the site. Haven’t made any money. Haven’t had any readers. Only some casual click-thrus from Entrecard. So now what.. ?

Well … As a web developer of profession i intent to write articles on web development instead. Mainly Asp.Net. But also any other subject under web development.

Enjoy, and thanks for the time in the MMO business.

OIO Publisher give away

January 6th, 2009

It’s been a while since i found any good contests to write about. And here yesterday John Chow came a new contest.

Win a copy of OIOPublisher Direct from @JohnChowDotCom. It automates ad sales for your blog. Enter here!

WordPress 2.6.5 Available for download

November 26th, 2008

WordPress has released version 2.6.5 of their blogging software. This is a security release so everyone must upgrade.

The security issue is an XSS exploit discovered by Jeremias Reith that fortunately only affects IP-based virtual servers running on Apache 2.x. If you are interested only in the security fix, copy wp-includes/feed.php and wp-includes/version.php from the 2.6.5 release package.

2.6.5 contains three other small fixes in addition to the XSS fix. The first prevents accidentally saving post meta information to a revision. The second prevents XML-RPC from fetching incorrect post types. The third adds some user ID sanitization during bulk delete requests. For a list of changed files, consult the full changeset between 2.6.3 and 2.6.5.

WordPress is skipping version 2.6.4 and jumping from 2.6.3 to 2.6.5 to avoid confusion with a fake 2.6.4 release that made the rounds. There is not and never will be a version 2.6.4.

Download Wordpress 2.6.5

Get ahead of the competition – use Google Blog Search

November 20th, 2008

Hey blind boy

Call me blind, but i just discovered Google’ Blog Search for the first time. And right away the possibilities of getting an audience, caught my eyes.

My guess is that MMO blogs like JohnChow.com, theSportDollar.com etc are already using this excellent tool to get ahead of their competition. You can too.

Google’ Blog Search is designed to make a reader search more effecient on different subjects. One the biggest things with the Google’ Blog Search is their “Top Stories” section. Here you can see the biggest stories in the blogging universe at the moment. The stories are divided into categories like Politics, US, World, Business, Tecnology, Video Games, Science, Entertaiment, Movies, Television and Sports.

You can use this, to get audience for your blog, by writting about these stories and back-linking to the stories featured on Google Blog Search.

How you couldt use Google Blog Search

One of the biggest sport stories at the moment, is the England Vs Argentina international friendlies soccermatch. Especially because Argentina’s new manager, Diego Maradona has been a very public figure in the last few weeks.

You write an article with you oppinion on Maradona or the match it self, and make some backlinks to one of the big stories. And …swhoosh … traffic coming at ya.

Another cool thing is the ability, to subscribe to search criterias on Google Blog Search. If you for instance want to know what happends in the MMO niche of the blog universe. You can search for MMO releated blog stories and subscribe to them. This way you will be informed by email You can subscribe to the search with RSS or Atom feeds, then you know what your collegues and the competition writes.

And the all counting bonus for you ? Google Blog Search is FREE.