Skip to main content

Home/ CSS Evangelist/ Group items tagged how to

Rss Feed Group items tagged

Frederik Van Zande

2008 Email Design Guidelines - Campaign Monitor Blog - 0 views

  •  
    As web designers, we've grown pretty good at understanding how to create a modern, semantic, accessible website using XHTML and CSS. We understand what makes a good website, and how to make it happen. When it comes time to design emails though, do all the same rules apply? Are there things we should be doing specifically for email that don't make sense on a website? In this article we'll discuss the technical, design and information elements that make up a successful HTML email.
tech vedic

How to export song lists from iTunes? - 0 views

  •  
    Sometimes you just want to send a playlist to a friend through mail. But, you don't know how to do it? Then you are at the right place. You can break your library data out of iTunes as a tab-separated list, PDF file, or Web database. With this tutorial, you can find the way of doing this.
Kaitlyn Em

Vital Points to Follow Before Creating Your Business Logo - 0 views

  •  
    "We all know that first impression is the last impression. A company's logo design gives the whole picture of their respective business, thus it should be taken very seriously. One should avoid taking the risk and get their company's logo designed from a professional web designing company known for its exclusive work. A lot of businesses waste their money on their logo design just because they aren't aware of how to get if designed. Always get your logo designed professionally to avoid the disappointment. Owning a quality logo not only represents professionalism but also shows the expert and specialized image of that certain company."
  •  
    "We all know that first impression is the last impression. A company's logo design gives the whole picture of their respective business, thus it should be taken very seriously. One should avoid taking the risk and get their company's logo designed from a professional web designing company known for its exclusive work. A lot of businesses waste their money on their logo design just because they aren't aware of how to get if designed. Always get your logo designed professionally to avoid the disappointment. Owning a quality logo not only represents professionalism but also shows the expert and specialized image of that certain company."
samantha armstrong

FixComputerpProblemsSite Surely Knows How to Fix Computer Problems! - 1 views

I was having problems with my laptop before. Good thing FixComputerpProblemsSite helped me fix it. And they are really the experts when it comes to solving any computer related issues. They can eas...

fix computer problems tools design css webdesign online

started by samantha armstrong on 07 Jun 11 no follow-up yet
tech vedic

How to create a Restore Point in Windows? - 0 views

  •  
    Microsoft has added a wonderful Windows repair tool to find a quick way out of Windows problems. This is actually a reverse gear, which you can use to alter any changes that might have incurred to the operating system due to faulty software or driver update, virus or malware attack, incompatible driver, or more. So don't forget to create Restore Point within a reasonable timeframe-say, the last couple of months to stay safe.
tech vedic

How to disable a Pop-Up Blocker in Internet Explorer and Google Chrome? - 0 views

  •  
    Technical innovations are advancing day by day. But, along with this irritating and sometimes destructive pop-up ads are also there. To avoid this hindrance, you need to turn-off your pop-up so as to experience ultimate web-surfing. Here is this tutorial to let you know the way of blocking these pop-ups.
tech vedic

How to fix Web pages that print too small? - 0 views

  •  
    Most of the times you need to take the print out of the web pages. But, when the printed web pages come out too small then it is really irritating. This is generally due to "Shrink to Fit" option. According to this option, Internet Explorer squeezes all the elements of a web page by default onto a sheet of paper. Thus, go through this tutorial and fix it.
Frederik Van Zande

Emblematiq :: Niceforms :: Overview - 0 views

  •  
    Web forms. Everybody knows web forms. Each day we have to fill in some information in a web form, be it a simple login to your webmail application, an online purchase, or signing up for a website. They are the basic, and pretty much the only way of gathering information on the web. You basically know a web form when you see one as they always look the same and they've kept this look over the years. Try as hard as you might but web forms can only change their appearance so much. Some may argue that this is a good usability feature, and I tend to agree, but there comes a time when you just need to style web forms so that they look different. How do you do that? Niceforms comes to the rescue! Niceforms is a script that will replace the most commonly used form elements with custom designed ones. You can either use the default theme that is provided or you can even develop your own look with minimal effort.
Clap Creative

How to use pop-ups on your site/blog to gain likes & followers? - 1 views

  •  
    Let's talk about how to gain likes and followers on your website/blog. Your site/blog gets more traffic than all of your social media profiles combined. Your visitors have made a decision to visit your site/blog - in contrast to randomly clicking on a social profile of yours.
Frederik Van Zande

5 Principles And Ideas Of Setting Type On The Web | How-To | Smashing Magazine - 0 views

  •  
    here are many ways to approach Web typography in order to create effective and expressive results. Let's take a closer look at some principles, rules and ideas for approaching Web typography decisions - you can use them as a starting point for learning how to achieve effective type setting on the Web.
Alexis Sgavel

How to Create CSS3 Paper Curls Without Images » SitePoint - 0 views

  •  
    I n my previous posts, we discovered how to create speech bubbles and ribbons without additional HTML elements or images. They were achieved using CSS3 effects applied to the :before and :after pseudo-elements. In this post, we'll use a similar technique to create a paper curl effect.
tech vedic

how-to-edit-adobe-acrobat-pdf-files-for-free - 0 views

  •  
    how-to-edit-adobe-acrobat-pdf-files-for-free
Frederik Van Zande

Agile Ajax: Hacking transparent PNG support into IE6 with IE PNG Fix, CSS and jQuery (p... - 0 views

  •  
    esterday's post showed how to hack the :first-child pseudo-class into IE6 with jQuery and CSS. Continuing with that theme, today and tomorrow we'll show how to enable transparent PNG support in IE6
Charles Gnilka

10 Image Free Sexy CSS Menu and How to Create One | Desizn Tech - 0 views

  •  
    It has been while since we did any CSS menu post here. Who said you can't make sexy, cool looking menu with CSS ? Today we bring you 10 Free sexy CSS menu and tutorial on how to create one. As usual they are free for personal use. Most the of menus are created using using  CSS and CSS3 propety-webkit-border-radius and -moz-border-radius.
Scott Hendrickson

A List Apart: Articles: Frameworks for Designers - 0 views

  • How should a CSS framework be built? There are several possible ways to go about building a framework, but the most common and arguably the most useful is to abstract your common CSS into individual stylesheets that each cover a particular part of the whole. For example, you may have a stylesheet that sets up the typography and another that handles the mass reset. The beauty of the approach is the ability to selectively include only the styles that you need. You may end up with six or seven different stylesheets in your framework, but if a particular project doesn’t need one or two of them, they don’t have to be included. The framework we created in our office has five stylesheets: reset.css—handles the mass reset. type.css—handles the typography. grid.css—handles the layout grid. widgets.css—handles widgets like tabs, drop-down menus, and “read more” buttons. base.css—includes all the other stylesheets, so that we only need to call base.css from our (X)HTML documents to use the entire framework.
  • A word of caution This method works quite well, but there is a valid concern to be raised: it adds to the number of HTTP connections needed to render each page. On large, high-traffic sites, adding five more HTTP connections to every page view may result in angry system administrators. Two possible solutions to this are: Include everything in a single file, rather than breaking it into modules. The problem here is that you lose the ability to include only certain parts of the framework, and you also make maintenance more difficult. Have a server-side process that dynamically flattens the individual files into a single response. I’ve not seen this done, but it could be very efficient if done well. Using my example framework above, this dynamic process could occur when base.css is requested, but not when type.css, grids.css, etc. are. This way, the individual components are still available, but the entire framework is available in a flattened version, as well.
tech vedic

How to move an iTunes library to an external drive? - 0 views

  •  
    Now, it's time to offload your iTunes library to an external drive or a separate internal drive. This tutorial contains step-by-step instructions to move iTunes library.
‹ Previous 21 - 40 of 230 Next › Last »
Showing 20 items per page