You are viewing [info]sparkling_tux's journal

thinklinux


Weblog of brief impressive posts

Recent Entries · Archive · Friends · User Info

* * *
Верстаю несколько вебсайтов, и везде есть блок с верхним и нижним бордюрами (внутри, например,  навигация "предыдущий - следующий").

В IE6 почему-то пропадает вехрний бордюр.

Лечится весьма забавно: _display: inline-block;. Не знаю почему, но это работает.

Tags: , , ,

* * *
Смотрел в эти выходные мультфильм "Коралина" в 3D.
Мультфильм понравился, а вот 3D не то чтобы очень - такое ощущение что на экран спустились сумерки.
Current Mood:
working working
Current Music:
Amnesiac
* * *
Интересно, что второй год подряд на Евровидении побеждает номер со скрипкой (помните, у Билана на подтанцовке тоже был скрипач).
* * *
Питьвредно
* * *

Вебсайт, на мой взгляд, это прежде всего (маркетинговый) инструмент, призванный решать какие-либо задачи заказчика, например, информировать потенциальных клиентов о его продукции.

В этой связи важны все компоненты и аспекты такого вебсайта без исключения, и в первую очередь представленная информация, причем не только на главной, но и на всех внутренних страницах.

Поэтому я рассматриваю дизайн не только (и не столько) как рисование красивой картинки в верхней части главной страницы, а как правильное построение информационной структуры сайта, правильное построение информационных блоков на всех его страницах и поддерживающее эту структуру визуальное решение, с тем, чтобы вебсайт эффективно решал поставленные задачи (для чего он собственно и создавался).

Таким образом, подход, при котором внимание уделяется лишь главной странице, а все прочие отдаются на откуп заказчику, плохо справляющемуся даже с программой MS Word, представляется мне, исходя из вышесказанного, неправильным и ущербным, заранее занижающим качество готового вебсайта и результаты его функционирования.

В этой ситуации, заказчик не в полной мере получит отдачу на вложенные в создание вебсайта деньги, студия-разработчик не сможет говорить о качестве создаваемых ей вебсайтов, а, что важно, посетителю такого вебсайта будет либо просто неудобно им пользоваться либо он вообще не найдет того что искал и сформирует о компании-владельце вебсайта в той или иной степени негативное мнение.

Tags:
* * *
Another masterpiece of typography - http://fontpark.morisawa.co.jp/
* * *
I don't know if it's some kind of a new web design trend but a while ago I started to stumble upon web sites that are made, as I call it, "All in one".

The whole content of such websites lives on one page and loads to the user at once. Website navigation then scrolls the page to the particular place (to the start of a website section).


So far I have five eight *count by yourselves* of them in the list:



  1. http://www.volll.com/ - a small European atelier for design and development

  2. http://youlove.us/ - an exciting new web design company based in Chichester, West Sussex.

  3. http://www.pivonka.eu/ - Webdesigner Jan Pivonka

  4. http://www.hotmeteor.com/ - Canadian web and print design agency

  5. Oh, and surely this one - www.omnia.ae - a creative consultancy

  6. http://www.underattacker.com/portfolio/

  7. http://www.nofrks.com/ - Nofrks, a small group of web enthusiasts. It's worth mentioning that sections of the website are organized as square. Also there're two themes - day and night.

  8. http://carrotcreative.com/ - A cutting-edge new-media firm that set trends rather than follow them, as they describe themselves.

  9. http://suiepaparude.ro/ - One more example. The sanity of the designer(s) is under the big question for me.

  10. http://webleeddesign.com - The portfolio site of Bryan Katzel. Especially pay attention to the vertical colour stripes that travels up and down the page as you moves between the sections of the website.
  11. http://www.blackestate.co.nz/

  12. http://www.arcinspirations.com/kobe/

  13. http://www.morphix.si - "Creative side of the web", as this web studio from Slovenia says about itself



If you know more websites made this way feel free to post the urls in the comments.
* * *
I've laughed!

Job & Roel Wouters are doing calligraphy. Nothing so outstanding for the moment, until you're told that one of them are a kid. He tries to imitate his father's work and some character came out quite interesting and even more. His letter 'e' are gorgeous in my opinion.

(Also notice the kid is painting the bold straight vertical line every time he begins a new letter.)

Watch it by yourselves:

Tags:
* * *

Several days ago while coidng the pages of a client’s website I encountered another “nice feature” of IE6. It handles overflow:hidden of div.a improperly when it’s child div.b is positioned relatively and div.a is not. In IE6 the content of div.b that extends the visible area of div.a is displayed on the page (while it definitely should not).

HTML markup:

<div class="a">
	<div class="b">
		Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
	 	Mauris sed nunc nec metus vulputate sagittis.
		Praesent sed nisi. Maecenas consectetuer nisl at eros.
		Integer mauris nunc, feugiat a, laoreet ut, euismod sit
		amet, lectus. Donec sed augue non sapien gravida interdum. 
	</div>
</div>

CSS:

div.a {
	width:120px;
	height:1em;
	overflow:hidden;
}

div.b {
	position:relative;
	width:120px;
}

The solution is to make div.a positioned relatively as well.

div.a {
	position:relative;
	width:120px;
	height:1em;
	overflow:hidden;
}

Tags: , , ,
* * *
Again as in the past year A List Apart holds The Survey for People Who Make Websites which I'd just took. So why shouldn't you?

Take a Survey

* * *

Previous