|^|

all digital. all tech. all good.

22. March 2012 20:54
by Administrator
0 Comments

Content first approach to Mobile first approach to...

22. March 2012 20:54 by Administrator | 0 Comments

 

I recently read an article that covers the emerging paradigm of responsive web and the mobile first approach. What I really took from this was the content strategy used in designing digital experiences often neglects determining the importance of individual pieces of content. Prioritizing this content goes a long way to defining your entire web experience.

The mobile first approach considers that your smallest medium of information consumption in today’s world is through mobile devices, iPhone + Android, etc. Taking this approach means your screen real-estate needs to be better utilized by providing only the most important content for the user within the smallest viewport.

The reason this really translates well into web design as a whole, is that traditionally designers have faced a desktop screen approach to fitting in all relevant information, instead of narrowing down each content elements’ importance. Not only does this focus help drive the web design, but really helps organizations understand their own internal content hierarchy and how it affects their customers.

Using content as your driving user relevance benchmark, it's becomes  apparent as to where the focus should be and as you scale up your content you can see the priority of content unfolding to fit the canvas, with your central focal point always being around the most relevant user content.

Checkout this great article and critique of the Starbucks new responsive web website by Sara Wachter-Boettcher

 

 

 

11. June 2011 10:00
by Administrator
3 Comments

Welcome to BlogEngine.NET 2.5

11. June 2011 10:00 by Administrator | 3 Comments

If you see this post it means that BlogEngine.NET 2.5 is running and the hard part of creating your own blog is done. There is only a few things left to do.

Write Permissions

To be able to log in to the blog and writing posts, you need to enable write permissions on the App_Data folder. If your blog is hosted at a hosting provider, you can either log into your account’s admin page or call the support. You need write permissions on the App_Data folder because all posts, comments, and blog attachments are saved as XML files and placed in the App_Data folder. 

If you wish to use a database to to store your blog data, we still encourage you to enable this write access for an images you may wish to store for your blog posts.  If you are interested in using Microsoft SQL Server, MySQL, SQL CE, or other databases, please see the BlogEngine wiki to get started.

Security

When you've got write permissions to the App_Data folder, you need to change the username and password. Find the sign-in link located either at the bottom or top of the page depending on your current theme and click it. Now enter "admin" in both the username and password fields and click the button. You will now see an admin menu appear. It has a link to the "Users" admin page. From there you can change the username and password.  Passwords are hashed by default so if you lose your password, please see the BlogEngine wiki for information on recovery.

Configuration and Profile

Now that you have your blog secured, take a look through the settings and give your new blog a title.  BlogEngine.NET 2.5 is set up to take full advantage of of many semantic formats and technologies such as FOAF, SIOC and APML. It means that the content stored in your BlogEngine.NET installation will be fully portable and auto-discoverable.  Be sure to fill in your author profile to take better advantage of this.

Themes, Widgets & Extensions

One last thing to consider is customizing the look of your blog.  We have a few themes available right out of the box including two fully setup to use our new widget framework.  The widget framework allows drop and drag placement on your side bar as well as editing and configuration right in the widget while you are logged in.  Extensions allow you to extend and customize the behaivor of your blog.  Be sure to check the BlogEngine.NET Gallery at dnbegallery.org as the go-to location for downloading widgets, themes and extensions.

On the web

You can find BlogEngine.NET on the official website. Here you'll find tutorials, documentation, tips and tricks and much more. The ongoing development of BlogEngine.NET can be followed at CodePlex where the daily builds will be published for anyone to download.  Again, new themes, widgets and extensions can be downloaded at the BlogEngine.NET gallery.

Good luck and happy writing.

The BlogEngine.NET team