Logo Design with Photoshop

Copyright © 2011 Yorgo Nestoridis. Visit the original article at http://yorgonestoridis.com/web-design/logo-design-with-photoshop/.

How to design a simple Logo with Photoshop

After a rich Seminar, let’s relax with a simple Logo design at tonight’s call. The exercise will consist in using custom shapes, fonts and styles from Photoshop according to the below samples:

Semiomantics Logo

A colored version:

Semiomantics Logo

Semiomantics Logo in Helvetica

A neutral version in Helvetica:

Semiomantics Logo Helvetica

Semiomantics Logo Impact Arial

Version using free fonts:

Semiomantics Logo Impact Arial

To prepare the session, please download the image and Photoshop file; we will use them as a base and then move on to profit from your creativity:-).

Download Ycademy learning file

I am looking forward to seeing you tonight at the call.

Related posts:

  1. Logo Design Study for Zo Nicholas
  2. 3D Text with Photoshop
  3. Create Buttons with Photoshop
  4. How to use Displacement Masks in Photoshop
  5. 3D Photoshop Exercise

Simple Sprites Menu

Copyright © 2011 Yorgo Nestoridis. Visit the original article at http://yorgonestoridis.com/web-design/simple-sprites-menu/.

How to build a fading Navigation with Sprites

To build a navigation bar using sprites we need an image (menu design), some CSS code to style the menu area and some HTML code to link the menu to target. Finally we drive the feature with a jQuery.

Menu design

1. Design the Menu

For best design use Photoshop.

  • Create a new transparent image with the width of your navigation bar and double the height of the visible menu. In my case, the bar is 1024 pixels wide and 68 pixles high, my new image is thus 1024×137 (I add 1 pixel to the hight which I leave unused).
  • Design your Tabs and ad text on the normal view.
  • Do the same on the Hover view.
  • Save your file.

2.  Create your CSS Style Sheet

I start by resetting CSS (import reset style sheet) and then add some general page styles before styling the fading navigation:

@charset "utf-8";
/*
	Imports
*/
@import url("resets.css");
/*
	General Page Style
*/
body { background: #ffffff; }
#page-wrap { margin: 0 auto; width:1024px; }
h2 { color: #fff; font: 30px Arial, Helvetica, sans-serif; margin: 20px 0 40px 0; }
/*
	Basic Elements
*/
#content { width: 1024px; position: absolute; top: 224px; }
/*
	Nav / Menu Fade
*/
ul#nav li, ul#nav li a 				{ background: url(../images/nav8.png) no-repeat left top;  height: 67px; width: 192px; }
ul#nav li							{ float: left;  border: 1px solid #666666; border-left: none;}
ul#nav li a							{ display: block; text-indent: -9999px; }

ul#nav li.home						{ background-position: -1px -1px; border-left: 1px solid #243e3b; }
ul#nav li.about						{ background-position: -194px -1px; }
ul#nav li.contact					{ background-position: -387px -1px; }
ul#nav li.portfolio		 			{ background-position: -580px -1px; }
ul#nav li.development		 			{ background-position: -772px -1px; width: 250px;}

ul#nav li.home a					{ background-position: -1px -69px; }
ul#nav li.about a					{ background-position: -194px -69px; }
ul#nav li.contact a					{ background-position: -387px -69px; }
ul#nav li.portfolio a				{ background-position: -580px -69px; }
ul#nav li.development a				{ background-position: -772px -69px; width: 250px; }

The important part is to position your background properly for each menu tab or field. Use the ruler in Photoshop to measure the distances and translate them to x and y values.Please note that the normal view maintains the y value at -1 pixel while the hover view is constant at -69 pixels. The x values increase in function of the width of each tab.

3. Embed your menu with HTML

To display the menu, we need to embed it in our HTML page using some code snippet similar to the following:

<body>
	<div id="page-wrap">
		<div id="content">
            <h2>Sprites Menu</h2>
            <ul id="nav">
              <li class="home"><a href="#">Blog</a></li>
              <li class="about"><a href="#">About</a></li>
              <li class="contact"><a href="#">Contact</a></li>
              <li class="portfolio"><a href="#">Portfolio</a></li>
               <li class="development"><a href="#">Development</a></li>
            </ul>
		</div>
</div>
</body>

To make the whole thing work with the fade effect we call for a jQuery in the header of the document:

<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js?ver=1.4.2'></script>
<script type="text/javascript">
$(document).ready(function(){

	$("ul#nav li a").css({"opacity" : 0}).hover(function(){
		$(this).stop().animate({"opacity" : 1}, 600); //Change fade-in speed

		}, function(){
		$(this).stop().animate({"opacity" : 0}, 1200);//Change fade-out speed

	});

});
</script>


Note: Change fade-in and fade-out speed from the java script as indicated; the values are in milliseconds.

Done!

To make your life easier, you may download my sample files which include the CSS reset and the PSD file of the featured menu.

Download Sample

Related posts:

  1. Simple Shopping Cart for your Blog
  2. Web Design Backgrounds
  3. Web Design Workshop 16 – Scroll over Background
  4. Transparent WordPress Semiomantics XO
  5. Transparent WordPress Theme Design

Ycademy Seminar Materials

Copyright © 2011 Yorgo Nestoridis. Visit the original article at http://yorgonestoridis.com/yorgo-nestoridis-development/ycademy/ycademy-seminar-materials/.

Ycademy WordPress Development Seminar

Please download the Seminar Materials from the password protected library. You will receive the password by mail from Bianca.

Ycademy Seminar Materials

Related posts:

  1. Photoshop Workshops
  2. Ycademy October Seminar
  3. Ycademy November Seminar
  4. Ycademy Flash Seminar May 29-30, 2010
  5. Ycademy Online Seminar March 2009

Banners Go Magnetic

Copyright © 2011 Bianca Gubalke. Visit the original article at http://biancagubalke.com/web-graphics-design/banners-go-magnetic/.

Banners Go Magnetic

Banners are always part of the promotional section of our Website Development – and following last night’s Ycademy Workshop, here are some “Banners Go Magnetic” – size 468 x 60 although created bigger. The colors are reflecting the Philippine flag :) . . . and they are REALLY reflecting :)

Banner for Magnetic Transport Surplus by Bianca Gubalke

Banners Go Magnetic with Displacement Masks

Banners Go Magnetic were all created with Displacement Masks in Photoshop – quite a tricky one without a tutorial, just having it seen and followed once – but here we go. . .  the Philippine flag not to be ignored :) … and too dominant to leave any space for reflections… almost philosophical…

Banner for Magnetic Transport Surplus by Bianca Gubalke

And it all started the American way:

Banner for Magnetic Transport Surplus by Bianca Gubalke

Needs a South African flag one of those days… no stars but many colors for the “rainbow nation”.

Fun!

Exclusive Jordans Now In-Stock

Check Global out for all the new and exclusive sneaker!!!

We have these very exclusive and limited pairs of Jordan Sneakers from the Jordan collection back in stock, as all you guys know Jordans are very hard to get a hold of, and wont be here for very long so get down to our store in Shepherds Bush and get a pair before its too late!!!!!!!!!!!!!

Nike Air Jordan Spizike “Nelly” Edition:-

Nike Air Jordan 5 Retro “Raging Bull” Edition :-

Nike Air Jordan 6 Retro “OG Infrared” Re-release:-

Nike Air Jordan 11 Retro “Cool Grey (Space Jams)” Edition:-

How to use Displacement Masks in Photoshop

Copyright © 2011 Yorgo Nestoridis. Visit the original article at http://yorgonestoridis.com/web-design/how-to-use-displacement-masks-in-photoshop/.

Text Effects with Displacement Masks

Tonight’s short call will focus on using displacement masks in Photoshop. The below image will serve as an example for our exercise.

I am looking forward to seeing you there :-).

TaxMart

Related posts:

  1. 3D Text with Photoshop
  2. Photoshop Workshops
  3. Book covers and Jewel Cases with Photoshop
  4. Create Buttons with Photoshop
  5. Watermark and Copyright with Photoshop CS4

New Website for Yorgo Nestoridis

Copyright © 2011 Yorgo Nestoridis. Visit the original article at http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/new-website-for-yorgo-nestoridis/.

WordPress Based Personal Conversation Oriented Website

Here we go again: time has come to change this website and to consolidate it in function of the use visitors make of it. Without changing the performance modules, the interface for visitors needs to change. Also the design will get lighter, the layout more flexible and a special focus is on compatibility with mobile devices.

I am sorry for any inconvenience this construction may cause today and tomorrow.

Look forward for a better surfing experience!

Related posts:

  1. Yorgo Nestoridis New Semiomantics Website
  2. 4 Web Design Tips for Mobile Websites
  3. Yorgo Nestoridis Design Brand Header
  4. Google Wave on Yorgo Nestoridis
  5. Yorgo Nestoridis published by Amazon

Monkey Valley Resort Website

Copyright © 2011 Bianca Gubalke. Visit the original article at http://biancagubalke.com/south-africa/monkey-valley-resort-website/.

Monkey Valley Resort Website

Based on the extremely successful Monkey Valley Resort Website on Semiomantics Evolution HERE, environmentalist and owner of the eco-friendly beach resort Judy Sole decided that it was time to get the main domain – MonkeyValleyResort.com – on the move and give it a brand-new makeover with Semiomantics technology. This is how the website looks before the drastic change :

Monkey Valley Resort before the new makeover

Monkey Valley Resort Website Development

The new Monkey Valley Resort Website Development will include technology that allows modern people on the move to quickly get the information they want and click on the BOOK NOW button: Social Networks and, most importantly, the Mobile market. Today, people want to get their answer fast and they make impulsive decisions. Imagine someone sitting on Noordhoek Beach and feeling like a cool beer to chill out… or having a sudden craving for some delicious fish… or just get away from the crowds… What will he do? He’s never heard of Monkey Valley… but by doing a quick search on his iPhone, Thorfynn’s Restaurant pops up… and this with the most inviting images … just what he needs right NOW… and it’s just one click to BOOK NOW or just glance at the map and go!

That’s what we’re talking about! See – click and buy!

There’s some exciting Website Development and Semiomantics Web Design for Monkey Valley Resort ahead; we’ll be back with news soon!

Urban Clothes Show & Sneaker Sale Festival – Brick Lane

Once again Global have been invited to the iconic Urban Clothes & Sneaker Sale Festival.

The event will be held on brick lane in the G-Shock Flagship Store, on the 30th Of January 2011.

Show your support and get down their to check all all the new up an coming brands and exclusive sneakers which will be provided by the one and only Global Sports!!!!

The Event Starts at 12pm – 7pm on January 30th 2011.

The Address to the event is:-

Unit 3
Dray Walk,
Old Truman Brewery,
91 Brick Lane
London
E1 6QL

« Older Entries