RSS Feed

Blog

Chris

Design linked to growth

Posted by | Chris - 10:48pm, 08.08.2008

Growing companies are using design to drive their businesses forward. The link between success and design has never been clearer, and the performance gap between design-aware businesses and the rest has never been wider.

"Design Council research suggests strongly that, compared to the broad mass of businesses, successful companies are more likely to value design as a strategic business tool, use it in important areas of their operation and recognise its impact on their performance.

Nine out of ten businesses which had experienced rapid growth in the preceding 12 months regarded design as being integral to the firm’s operation or said it had a significant role to play. Only 40% of moderately growing businesses and 26% of static or shrinking ones said the same."


This should ring alarm bells for under-performing businesses, anybody, in fact, who has an interest in fostering increased competitiveness and prosperity. Those who fully exploit design and innovation are reaping clear rewards, too many organisations are failing to harness that power to help achieve their full potential.

Whatever size your business may be and whatever sector it may operate in, growth and the use of design go hand in hand.

 

(Average rating | 4.00 / 5)

Comments

No comments for this blog post. Want to be the first?

Make a comment




Jay

Javascript animation and motion equations

Posted by | Jay - 4:08pm, 08.08.2008

Recently, I've been looking at the way I can improve and optimise my javascript animations.

A good example would be the 'Apply for job' scroll down on http://www.dnarecruit.com/jobdetails/2955 - clicking the apply for job scrolls a hidden form into view - the scroll is a continuous motion with no acceleration, no deceleration, not even a time parameter. I simply increment the height of the element until it reaches its DOM scrollHeight property.

I've always wanted to script a smooth accelerate/decelerate toggle function, so in a little bit of free time I got to work. I started by reading the research of one Scott Schiller, who's javascript animation tutorial raises some very interesting points on CPU-usage and the most efficient methods for animation looping.

I decided to use the setInterval method with a 25 millisecond time parameter, essentially creating a framerate of 40 frames per second for the animation.

For the motion, I used the trigonometric function Math.sin(x) between -90 and 90 degrees, which gives a smooth trough to peak curve - I extracted the y value, and manipulated it to be within a set range, instead of -1 and 1. (I set the range from 0 to 200 in my example). I then applied this value to an objects style.top attribute.

Perhaps best to view the example, the red box is following the sine curve, the blue box is following the cosine curve, and out of curiousity - I've set the green box to follow the tan curve.

I see quite a lot of potential in this - smooth colour fades, toggle scripts, bounce effects - I even decided to have a play with gravity effects using Math.exp(-x) (example) - bit this needs a bit more attention I feel.

Sure wish I could remember more of my A level maths...

(Average rating | none)

Comments

No comments for this blog post. Want to be the first?

Make a comment




Chris

A franchise in web design, what is the web coming to?

Posted by | Chris - 12:35pm, 22.07.2008

A recent trend of companies offering franchises in web design are becoming all too familiar. Our concern as a company that has been around since 1985, is that they will only bring the standards of  web design down and further dilute this specialist industry. As an agency striving to meet the latest web standards and designing real business tools for our clients, we use our passion, experience and training to deliver quality projects.

One thing is key, any business looking to invest in its next web project must make sure they are talking to industry professionals, with a real passion for what they do.

 

(Average rating | 3.50 / 5)

Comments

No comments for this blog post. Want to be the first?

Make a comment




Jay

Troubles with Microsoft opacity filter

Posted by | Jay - 2:51pm, 18.07.2008

Ergh! I just spent about a few hours creating a javascript fade-in slideshow for jpg images, and what seemed to be random white pixels kept appearing in the photographs.

After changing the containing element's background colour, I noticed that these random pixels were transparent - a very interesting occurrence for a jpg image - a format 'seemingly' incapable of transparency.

I did a little searching online and found that this isn't a very well documented bug, but a few other developers had experienced the same problem.

Turns out that when the MS-only opacity filter is used (either through CSS or javascript), areas of true black colour (#000000) incorrectly become fully transparent, no matter what the opacity value for the image. This problem occurs in both IE6 and IE7 - IE8 is expected to deprecate this non-standard approach and comply to W3C standards of opacity by implementing the 'opacity' style property - which netscape engines use without problem.

The only solution I can find is to edit the image in photoshop to slightly brighten any true black pixels, however, due to jpg compression, it can sometimes take a few attempts to rid the image of any #000000 occurrences.

(Average rating | 5.00 / 5)

Comments

No comments for this blog post. Want to be the first?

Make a comment




Jay

SEO Tools

Posted by | Jay - 2:23pm, 01.07.2008

Ever wondered what keywords appeared on your site most, or where abouts in google you rank?

SEO Tools is a free collection of exceptionally handy and useful checkers you can analyse your sites performance with.

Give it a click at http://www.seochat.com/seo-tools/

(Average rating | 1.60 / 5)

Comments

No comments for this blog post. Want to be the first?

Make a comment




Jay

A hello from the new guy!

Posted by | Jay - 9:00am, 24.06.2008

I'm finding it difficult to hide my enthusiasm and excitement about joining Artlines Media, for you see, I've joined at rather exciting times.

Established in 1985 (pre-web), Artlines Media was a small partnership focusing on print and branding design for SME local businesses. 2002 saw it become a limited company under the direction of Chris and venture into the virtual world of the internet and web design.

2002 sure was an interesting time for the internet - about the time a buzzword 'web 2.0' started being mentioned. A typical website was running on ugly invalid code and inconsistencies between web browser engines caused headaches for web designers and developers all over the world. HTML tables for entire page layouts and non-semantic code meant viewing a webpage on anything but an all-functions-enabled browser was out of the question, and accessibility was on no-ones mind.

The W3C (World Wide Web Consortium) set about creating web standards in code structure, accessibility, the DOM (Document Object Model) and general compliance. These standards ensure everybody can enjoy the wonders of the web, whether they have difficulty reading small text, require screen-readers or are viewing a webpage from a handheld device. To me, the term 'web 2.0' is a blanket term which describes design and development which adheres to modern web standards and best practises.

The possibilities web 2.0 technologies can bring to a website are limited only by imagination (and timescales!) Take our new website for example! Its the simple things we're most proud of - this custom-made blog, the AJAX newsletter sign up and our new, clean and crisp logo - just to name a few.

This new look reflects a new objective and focus in Artlines Media, to improve and expand, so that we can be at the forefront of not only the local web agency scene, but the London and national scene too. What exciting times...

(Average rating | 4.50 / 5)

Comments

No comments for this blog post. Want to be the first?

Make a comment




Chris

Beauty and the brief

Posted by | Chris - 11:28am, 20.06.2008

Beauty is that creative masterpiece that every designer strives for, the thing that makes them smile with artistic glee. But that as a designer is not our job, the job we undertake should - yes - be creative but our objective should always be the client's desired end product, hence the brief.

Designing isn't a secret activity we carry out behind closed doors, magically emerging with a sparkling new creative masterpiece. It starts when decisions about 'why', 'how' and 'when to go ahead with a project' are being taken.

Design work begins with a brief setting out the aims and objectives of a project and outlining certain targets and parameters for its completion. But, ideally, designers need to be involved before the brief is even written for two reasons - first, its members will understand the brief better if they've had a hand in composing it and, secondly, the customer-focused, creative skills that designers possess can help decide the direction the project should take.

(Average rating | 4.29 / 5)

Comments

No comments for this blog post. Want to be the first?

Make a comment




What we do