background preloader

Web Design Tutorials

Facebook Twitter

Dynamic Drive- FavIcon Generator. Use this online tool to easily create a favicon (favorites icon) for your site. A favicon is a small, 16x16 image that is shown inside the browser's location bar and bookmark menu when your site is called up. It is a good way to brand your site and increase it's prominence in your visitor's bookmark menu. More information on favicon After you've created a neat favicon, it's time to add it to your site. To do so, follow the below simple procedure: Upload the generated file ("favicon.ico") to your site. Verify it's there by typing in the browser's location, where "mysite.com" is your site's address. Also see- Favicon Editor Also check out our Favicon Editor to create the 16x16 icon image from scratch!

Favicon - How To Create A Favicon.ico. Try before you buy. Download any Adobe product for a free 30 day trial. Try Adobe Stock Free for One Month - Ends Soon! Here's a great deal from Adobe that will last until only the end of November — Get 10 Free Adobe Stock Images. Offer ends November 30th. Your first month will be refunded when you sign up for one year of Adobe Stock (10 images a month plan) at US$29.99/mo. Mysteries Of The Favicon.ico — How To Create A Favicon In Photoshop A Favicon is a little custom icon that appears next to a website's URL in the address bar of a web browser.

All you need to add a Favicon to your site is a Windows Icon (.ico) file usually called favicon.ico that you upload to the main directory of your website. Download The Plugin You'll need the Windows Icon (ICO) file format Photoshop Plugin to export to the .ico file format. Let's Begin Because 16 x 16 is such a small canvas area, it can be very difficult to be creative. Saving The Custom Icon Troubleshooting 1. You can fix this. That's it. PacktLib. Finally we are going to change the appearance of the site to make it look more like a veterinary site.

Before we start we have some housekeeping to do from our previous chapter. From the administrative interface do the following: Wait a minute. Something doesn't look right here. You will note that you are still logged in as the administrator in the previous screenshot. Internationalization—Using a Custom Language File The beauty of the Internet is that it gives you an opportunity to reach customers who speak other languages. It is very easy to make e107 multilingual for your users. 1.

Note Make sure to set your FTP client so that it only overwrites files that are newer than the ones on the web server when uploading e107 files. Now we are going to create a small PHP file. Open up Notepad or a similar text editor. Enter the following text: Save this with the file name Spanish_custom.php. Congratulations! Open a new Notepad and enter the following text: 1. 1. 3. Design Studio Website. March 17th, 2008 by ART-D Posted in Adobe Photoshop, Web Layout We shall draw the scrolling bar on the right side, choosing the Rectangle Tool (U) and the color #3E3E3E Use the same instrument for representing the moving element of the scrolling: The layer’s parameters: Blending Options>Inner Shadow Blending Options>Gradient Overlay Gradient’s parameters: On the last stage we shall introduce the site’s copyright: Finished!

View full size here. Post Pages: 1 2 3 4 5 6. Sans-serif Fonts. Slice your layout using Photoshop. Part 3 on How to Create a Web site with Photoshop and Dreamweaver This tutorial is part of a 4 page tutorial on how to create a simple web site using Photoshop. Tutorial 1 : Creating a unique website header Tutorial 2 : Designing your website layout in Photoshop Tutorial 3 : Slicing your layout in Photoshop Tutorial 4 : Creating your web site in Dreamweaver Let us begin with the slicing tutorial. We need to slice the layout to save the necessay images in web format and use them in html. Click here to view the layout we are using on our 4 part tutorial on creating a website. Follow these steps to slice your layout. Open the file you want to slice clicking on File>Open. Now click on Save. This tutorial is part of a 4 page tutorial on how to create a simple website using Photoshop.

Please Like, Tweet, Share or Comment on this page if you found this tutorial/resource useful! No portion of these materials may be reproduced in any manner whatsoever, without the express written consent of Entheos. The Perfect Fluid Width Layout. I've been thinking a lot about screen resolution lately and how the use of fluid width websites is the best way to accommodate all visitors screen resolutions. The alternative, static width websites, have to make a choice. You can optimize for 800px width, the lowest common denominator, and give up the use of several hundred pixels of width for users with larger screens. Or, you can optimize for 1024px and just make your 800px visitors horizontal scroll. Anything wider than 1024px is too much for static width sites, in my opinion. I think the best possible scenario is to make a fluid width site that accomodates everyone.

Works in all major browsersShrinks to 780pxThis accomodates users with 800x600 resolution, with no horizontal scroll! I set to work and wouldn't ya know it, I think I got it =) I'm fairly nervous calling it "Perfect", because I'm sure some geniuses out there are going to poke some holes in it and call me out on a few things. Share On. Dynamic Drive- FavIcon Generator. Photoshop - New File For The Web Tutorials. [Contents] [Next] When you create a navigation bar, a page layout, or any Web graphic from scratch, there are some important technical issues to consider up front-including image dimensions, resolution, color mode, and color profile. You confront most of these issues right off the bat in Photoshop when you set up a new document. We help you unravel these technical mysteries here.

Image Dimensions Files are measured in pixels when you design for the Web, but Photoshop's default for dialog boxes and rulers is set to inches. Choose File>New, and enter the Width and Height of a new Web file in pixels. To be more accurate, do some research to determine the platform, display resolution, and browser that your particular audience is likely to use. Resolution Pixels are small rectangles of color information that are the building blocks of bitmapped images. Note that your Photoshop settings do not control the absolute size of an image on a viewer's screen. Color Mode & Bit Depth Background Contents. The Design Lab: PSD Conversion. Liquid CSS Layouts - Design Alternative to Table Based Websites - Accessible Web Design. Liquid CSS Layouts - Design Alternative to Table Based Websites How to transform fixed table layouts to liquid CSS based layouts This article is a step by step case study showing you how to transform your table based web site to liquid CSS based layout.

Although the site we're applying the css layout to is a very specific case, throughout the tutorial we will provide various solutions to be applied to your particular case. Before reading please be aware that in order to fully understand this article you need to: Have understanding of CSS (Cascading Style Sheets) Have understanding of HTML Be familiar to the liquid design concept Understand the necessity of cross-browser testing Have some basic knowledge of accessibility guidelines Have the patience to go through the code and tweak it until the result is satisfactory Advantages of CSS liquid design over other types of layouts Drawbacks of the process Key principles to CSS layouts Let's begin Liquid CSS layouts tutorial structure.

Open-Source Tools

Optimal width for 1024px resolution? Let’s face it: The jump from developing for 800×600 to 1024×n is inevitable; not only inevitable, but just around the corner, too. Many of you are considering the jump. Some of you have already leaped. I suspect that some time in 2007 most of us will knock out comps optimized for 1024px resolution rather than 800px if we’re not doing so already.

But perhaps just as important as when it will happen is how: What’s the proper width for a layout optimized for 1024? With 800x600 it’s easy: Account for browser chrome and scrollbars (usually 40-50px) and then use as much of the remaining space as possible. This usually means a layout width of 750-760px. If we use the same logic for 1024, browser chrome is still the same, so that leaves us with 974-984px as the “ideal” width. I’ve been using 960 for some time now, as it’s slightly smaller than full width, and it’s divisible by 3, 4, 5, 6, 8, 10, 12, 15, and 16 (imagine the grid possibilities). Shameless Workshop Promotion. Testimonials | PSD to HTML / XHTML, CSS, Skin / Theme, Shopping Cart & CMS - W3 Markup | Call +1 877 721 8040.