Monthly Archives: November 2008

jQuery Plugin for using default value as label

Wrote a little plugin for using the default value in text elements as label, you know. Look at the right hand side in the newsletter form for an example. $.fn.label = function(options){ var default_settings = { clearLabels : true }; var settings = $.extend(default_settings, options); return this.each(function(){ var elm = $(this); if($(this).val().length > 0) { $.data(elm, 'default', $(this).val()); elm.focus(function(){ if($(this).val() == $.data(elm, 'default')) { $(this).val(''); } }).blur(function(){ if($(this).val() == '') [...]
Posted in JavaScript | Tagged , , , , | 3 Comments

Adding a header image to the Mumrik theme

A lot of people have asked us how to add a custom header image to a page using the Mumrik Theme so the page you are using will look something like this. In order to achieve that page layout you will have to create a page (not a blog post), add and edit some custom fields [...]
Posted in FAQ, Featured, Tutorial | Tagged , , , , | 13 Comments

Web Standards vs. Reality

Some people in the web development/web design/front-end development industry would rather be caught on tape stealing food from small children than admit they pollute the web with websites that do not meet standards when it comes to markup, stylesheet and javascript. I break these standards on a regular basis, and apparently a lot of other people [...]
Posted in Featured, Web Development | Tagged , , , , | 4 Comments

Mumrik Theme

Today we have released a new theme for you to download free of charge. Mumrik is a theme in blue and white with a lot of focus on content management, static pages and easy setup of tools such as Google Analytics and FeedBurner.  Go take Mumrik for a test drive now.
Posted in Featured, themes | Tagged , , | 1 Comment

Must read for all front-end people

Peter Svensson at Script Uncle has written a very good article on what to expect and how to define a front-end developer.  I have myself worked as interface developer, front-end developer, gui developer, front-end architect, web developer etc etc and I am willing to agree with Peters view on the topic. Today working as a [...]
Posted in Web Development | Tagged , , , , | 2 Comments

NeeWee Theme Upcoming Features / Backlog

AJAX Comments Drop-down menus on top navigation Configurable navigation (show/hide pages) Add helper navigation for generic pages such as FAQ, Advertise, Sitemap etc Better layout support for top-30 plugins and widgets Create better gallery user experience with fewer clicks and integration of ligthbox or similar Integrate signup and password reminder into theme Make sure bbpress looks good running on NeeWee Set up different [...]
Posted in Featured, themes | Tagged , , | Leave a comment