Realestate website template header stock photo in photoshop.
Published on : 16.02.2010
Category : Photoshop Viewed : 41 times.
[1] Take a new file of 700 pixels, 200 pixels, of resolution 72 dpi in the RGB mode.
[2] Using the “Pen Tool” draw a shape as shown below color is not important.
[3] For this shape add the following layer styles.
[4] Now take the “Brush Tool” and now download these brush a Google for some of your favorite brushes. Or you can go to Deviantart.com to search.
[5] Now create a new layer make sure your foreground is set to white after that play with your... |
Smoothly Shift Winter Colors, While Creating an Icy, Vector Landscape
Published on : 04.02.2010
Category : Illustrator Viewed : 16 times.
Handle color changes and variations with ease by following this intermediate level tutorial. This is a special tutorial sponsored by Astute Graphics that incorporates the use of their high-quality Phantasm CS range Illustrator Pugins. We'll work with Phantasm's color shifting tools: Hue/Saturation and and Shift to Color, while we learn to contrast shapes when composing natural, vector scenes!
Final Image Preview
Want access to the full Vector Source files and downloadable copies of... |
Use Illustrator to Create a Fun, 3D, Character Logo
Published on : 04.02.2010
Category : Illustrator Viewed : 59 times.
In this tutorial we'll use illustrators 3D tool to create text with depth. We'll give the letters personality by placing them at angles and choosing a fun font. We'll add a crazy rabbit character and unify all the colors as we add simple shading. Lastly, we'll give this fun logo a sticker effect. We cover quite a bit of ground in this tutorial, so fire up Illustrator and let's begin!
Final Image Preview
Below is the final image we will be working towards. Want access to the full... |
Create a Code-Style T-Shirt Design for Website Promotion
Published on : 04.02.2010
Category : Illustrator Viewed : 61 times.
Promotions play a vital role in marketing your product. High quality design gives a noticeable impact to your product awareness among the target audience. In this tutorial, we will design a promotional T-shirt for a website that is exclusively created for PHP enthusiasts.
This is a special tutorial sponsored by Astute Graphics that incorporates the use of their high-quality Phantasm CS (Studio or Publisher) Illustrator plugins. Our aim is to show a common programmer who is very... |
Everything You Ever Want to Know About Creating Seamless Patterns in Illustrator
Published on : 04.02.2010
Category : Illustrator Viewed : 56 times.
Adobe Illustrator patterns makes your work process easier and the result prettier. Every vector professional must know the secrets and details about using seamless patterns, as well as many approaches to creating them. In this tutorial I dive into the anatomy of patterns in Adobe Illustrator, analyzing numerous existing methods of creating a seamless pattern fill, from the easiest ones to the most complex ones.
Vector Plus
Want access to the full Vector Source files and downloadable... |
Test your website regularly
Published on : 17.12.2009
Category : CSS Tips Viewed : 27 times.
Test your website in your chosen browser after every change you make to each page, therefore making it easier for you to highlight and eliminate errors in code and visual display.
Validate your pages. Although writing valid HTML doesn't guarantee that your pages will be accessible, it is an important step in the process.
Install a text only browser (e.g. Lynx) and test the pages in that - do they make sense?
Whenever possible, ask a range of people with various abilities and disabilities... |
Adding a CSS StyleSheet to your RSS Feed
Published on : 01.04.2009
Category : CSS Tips Viewed : 182 times.
It's pretty easy to add a CSS stylesheet to your RSS feeds. I created one in about 10 minutes for my RSS feed. You can do a lot more with an XSL stylesheet (turn links into clickable links, etc), but CSS can make your feed look much less scary for the non-technical crowd. And the good news is you probably already know CSS, so setting one up is trivial... To start you need to add a xml-stylesheet tag to your RSS feed:[code] <?xml version="1.0" ?><?xml-stylesheet type="text/css"... |
Very Dynamic Web Interfaces
Published on : 30.03.2009
Category : AJAX Viewed : 110 times.
by Drew McLellan One of the classic drawbacks to building a web application interface is that once a page has been downloaded to the client, the connection to the server is severed. Any attempt at a dynamic interface involves a full roundtrip of the whole page back to the server for a rebuild--a process which tends to make your web app feel inelegant and unresponsive. In this article, I'll be exploring how this problem can be tackled with the use of JavaScript and the... |