celebrate the power and diversity of design

Feel Fabulous Mobile Spa

Logo & Branding / Cards / Stationary
Labels & Stickers / Web Design

Visit Website

Diacarbon Energy Inc.

Logo & Branding / Cards / Envelopes
Web Design / Web Animation

Visit Website

RhondaSherwood.com

Logo & Branding (NOT the ScotiaMcLeod Logo)
Web Design / Wordpress Blog Integration

Visit Website

Alta Pacific Mortages & Investments

Logo & Branding / Business Cards
Booklets & Brochures / Email Newsletter

Website Coming Soon!

Western Global Capital Corp.

Logo & Branding
Business Cards & Stationary

Visit Website

The name of the game: communicating with design. What does this mean to you?

It's about making an impact. It's about getting the message across. It's about following trends & setting new standards at the same time. It's about flow, gusto & charm, with a hint of genius.

Designing businesses since 2005, we have achieved some amazing milestones and we aim to achieve more in the coming years.


Warning: Cannot modify header information - headers already sent by (output started at /home/sonikas/public_html/header.php:4) in /home/sonikas/public_html/blog/wp-includes/feed-rss2.php on line 8
Sonika Studios Inc. » css http://www.sonikastudios.com/blog Vancouver Web Design, Branding, Print Design Tue, 20 Sep 2011 18:06:22 +0000 en hourly 1 http://wordpress.org/?v=3.2.1 A Clean & Organized Website for Stonepay Construction http://www.sonikastudios.com/blog/client-projects/a-clean-organized-website-for-stonepay-construction/ http://www.sonikastudios.com/blog/client-projects/a-clean-organized-website-for-stonepay-construction/#comments Mon, 20 Jun 2011 18:24:37 +0000 Joao Pagnoncelli http://www.sonikastudios.com/blog/?p=442 read more]]]> This week we are featuring the release of the Stonepay Construction website.

Since 1970, Stonepay has offered construction & management services. Their work has been done in 13 countries, and covers Residential homes, Commercial buildings and Expatriate housing.

A glimpse of the Stonepay's home page

As always, we strive to provide our clients with a high-end, state of the art website with the latest technologies on the market.

We created a fully customized website for Stonepay, aiming for a well-structured site, with easy-to-find and organized content. We have replaced their old flash website with a new modern website that meets the industrial standards.

(note.: Sonika Studios did not do the branding and logo design for this company)

]]>
http://www.sonikastudios.com/blog/client-projects/a-clean-organized-website-for-stonepay-construction/feed/ 0
Web Design with iPhone in Mind http://www.sonikastudios.com/blog/web-development/web-design-with-iphone-in-mind/ http://www.sonikastudios.com/blog/web-development/web-design-with-iphone-in-mind/#comments Fri, 25 Sep 2009 21:14:44 +0000 Jeff Kee http://www.sonikastudios.com/?p=243 read more]]]> iphoneIn the last few years the popularity of smartphones (mainly the iPhone and the Blackberry) exploded to a new high, and is now regarded as a media outlet almost as important as our computers. Especially the iPhone re-shaped the concept of mobile browsing – by putting in their Safari browser, the browsing environment on the iPhone is 90% of what you would see on your computer. It supports full Gecko HTML/CSS interpretation, PNG images, javascripts, scrolling, clicking and the whole nine yards. The only limitation is Flash, and perhaps drag-and drop is still not an option. That being said, this also brought some changes to the way web designers think about websites.

  1. We used to try to get people to stay on longer, and click on more pages until they decide to call us. It was a marketing hook. Nowdays, many people use their iPhones instead of dialing 411 or using Yellowpages. This means that it’s a good idea to have your phone number (in a standardized format so that iPhone users can click and dial) clearly visible on the very front page. Sometimes I go as far as putting the key contact info on the top of the website, close to the logo! Look at the top-right corner of the site you are on right now.
  2. Putting interactive flash on the top of the front page used to be hip. It was a cool thing to have without compromising search engine placement. This could be a rotating banner, or a featured product intro – anything. Now keep in mind that an iPhone user will see a big blank with a tiny blue question mark box (that’s what the iPhone shows where Flash animation should be). Now we’ve moved on to more intelligent ways of handling it – using nifty Javascript frameworks such as jQuery and Mootools, we can create rotating banners and numbered headlines without using Flash!
  3. To protect against spam, we often skipped displaying the email addresses, and used a contact form instead. But the contact forms often look tiny on the iPhone screen, and people would much rather use the regular email app on the iPhone rather than the formmail. So, now we use both. How do we prevent email addresses from being harvested for spam? We use the email address munger Javascript code which is very effective in keeping the spambots at bay.

To take things even further, you can use CSS styles that apply to specific media only. By defining “handheld” as the media type, you can choose to hide or show certain areas of the site, as well as change the colors and dimensions. For more information on using media-specific CSS stylesheets, check out the following links:

]]>
http://www.sonikastudios.com/blog/web-development/web-design-with-iphone-in-mind/feed/ 0
jQuery, and jQueryUI, and Mootools http://www.sonikastudios.com/blog/web-development/jquery-and-jqueryui-and-mootools/ http://www.sonikastudios.com/blog/web-development/jquery-and-jqueryui-and-mootools/#comments Thu, 25 Jun 2009 00:52:46 +0000 Jeff Kee http://www.sonikastudios.com/?p=27 read more]]]> Among many javascript frameworks out there that speed up development of UI (user interface) and other aspects of a website, my two favorites are mootools and jQuery. Which is better? Hard to say – I like to experiment with both. The Sonika Studios Inc. website is built on the jQuery system, and this is actually my first major website that I’m building with jQuery.

A brief look at jQuery – it’s a javascript framework that allows you to quickly manipulate your document, while providing stylish animation effects without the need for flash. jQuery also has a daughter product called jQueryUI – a user-interface skin module that resides on top of jQuery. It also contains AJAX modules, nifty tab plugins, popup layer scripts, and more. jQuery, coupled with the jQueryUI platform, makes UI development and skinning quick and easy.

Now let’s look at Mootools – Mootools is more powerful in terms of string manipulation, array objects handling, and other deeper javascript applications. It’s AJAX functions support full XML, JSON, HTML, as well as regular text objects being returned, which makes it a more robust framework for programming upon. For more complicated and full-featured javascript applications, I would still stick with Mootools.

Which is better? I do not have an answer to that. Each framework has its own purpose, with different depths of application. When you want quick UI development with fast visual effects application, choose jQuery. If you need a more robust AJAX/JSON application, or a complicated Javascript application, go for Mootools for the heavier functions. I do find that Mootools is slightly more time consuming when it comes to visual effects applications.

Both javascript frameworks have plenty of 3rd party plugins developed (such as photo galleries and more!). Look up the plugins before you start developing, in order to choose the right framework from the beginning. Both frameworks are also compatible with all major browsers (IE6+, FF, Safari, and Opera).

]]>
http://www.sonikastudios.com/blog/web-development/jquery-and-jqueryui-and-mootools/feed/ 2

©2011 Sonika Studios Inc., All Rights Reserved.
Website Design by... well, us. It's part of what we do.

“We are what we repeatedly do. Excellence, therefore,
is not an act but a habit.”
- Aristotle