Skip to main content

Home/ CSS Evangelist/ Group items tagged out

Rss Feed Group items tagged

tech vedic

How to print from your mobile phone or tablet? - 0 views

  •  
    Just clicked a picture and want to take its print-out? Well, for this you must need a PC attached with the printer or you need to mail that photograph to yourself. Don't you think there should be an easy solution for this? No need to worry anymore as Techvedic is here with the solution. Now, printing directly from your mobiles and tablets is possible.
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 avoid email overload? - 0 views

  •  
    Your email inbox bears all - high-priority meetings with boss, quick project update, strict whip to meet deadlines, corporate party or outing - and at times, you may be puzzled as what, when and whom to reply. Yes this is a common dilemma, courtesy the Information Technology. Hence, email management is a must-to-seek lesson. Don't take otherwise, here the management is for your good. See how?
anonymous

6 Important Tips for Defensive Web Design - 0 views

  •  
    This article discusses defensive web design in detail. It points out how, unless you help your users cope with functional errors, your website may lose visitors.
anonymous

Pick Out Beautiful Background Patterns to Highlight Your Website Design - 0 views

  •  
    Beautiful background patterns can distinguish and highlight your site, amongst millions of others. However, web designers should ensure that the pattern matches theme of the site and does not overwhelm the content. Additionally, avoid using patterns throughout the site.
anonymous

Flash Designs or Silverlight - What Should You Choose? - 0 views

  •  
    Both Flash and Silverlight have their respective advantages and disadvantages. While Silverlight is more SEO-friendly, Flash offers a greater variety to people with vision and hearing difficulties. Figuring out your requirements will help you to take the right decision.
Vernon Fowler

HTML5 Please - Use the new and shiny responsibly - 0 views

  •  
    Look up HTML5, CSS3, etc features, know if they are ready for use, and if so find out how you should use them - with polyfills, fallbacks or as they are.
Vernon Fowler

Prevent Long URL's From Breaking Out of Container | CSS-Tricks - 0 views

  • a width
    • Vernon Fowler
       
      I didn't need a width. Float:left was enough. Tested in IE10.
  • -ms-word-break: break-all;
    • Vernon Fowler
       
      Shouldn't need the IE prefixed version as according to http://caniuse.com/#search=word-break that browser has had support all along.
  • float:left
tech vedic

Change the Size of a Web Page - 0 views

  •  
    You often find text in web pages which is very difficult to read. To read the font clearly, you can make the page bigger. Further, some web browsers allow you to zoom in and out.
tech vedic

HARD DRIVE WIPE - 0 views

  •  
    Want to get rid of your old computer? But, remember to erase all your personal information from its hard drive before discarding it. In this tutorial, follow the steps to wipe out the hard drive of your computer for cleaning its data.
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.
yc c

Pure CSS Twitter Fail Whale - Subcide - 5 views

  •  
    Developers continue to do crazy things to show us what can be done with CSS3. The latest is a fully animated Twitter fail whale by Steve Dennis: The idea for this came to me this morning after being greeted first thing this morning by another Twitter outage. I'd been looking for something to stretch my CSS muscles on, and the Fail Whale seemed perfect. Also I think the animation only adds to his (or her?) charm. How was this made? The short answer is very painfully, by hand, using trial and error. Curves are done using various uneven border-radius properties, stranger angles (such as the strings) are masked using containers with overflow: hidden; set on them. I hope someone else gets a bit of enjoyment out of my wasted Sunday. It was a fun experiment that I don't plan on repeating any time soon. Take a look at the source to see the mass of code such as: PLAIN TEXTCSS:@-webkit-keyframes flutter1 {  0%   { -webkit-transform:rotate(0deg) }  50%  { -webkit-transform:rotate(-25deg) }  100% { -webkit-transform:rotate(0deg) }}.right .wing {  background: transparent !important;  z-index: 22 !important;  width: 15px;  height: 18px;  bottom: 4px;  left: 8px;  -webkit-animation: 'flutter1' 0.1s linear;  -webkit-animation-iteration-count: infinite;} 
yc c

Font Squirrel | Create Your Own @font-face Kits - 4 views

  •  
    download and/or convert fonts Upload a font and this will spit out everything you need to embed it into a website including HTML, CSS and multiple font file formats. You'll definitely want to bookmark this one! Each @font-face font kit come with: Original TrueType or OpenType Fonts for Firefox 3.5+ , Opera 10+, Safari 3.1+, Chrome 4.0.249.4+EOT fonts for Internet Explorer 4+Demo.html and stylesheet.css so you can get going fastNOTE: All fonts are subset to the Mac Roman char set.
Rajan Datta

Periodic Table of the Elements - Josh Duck - 14 views

  •  
    Remarkable. Very well thought out
  •  
    This is going to help me. Thanks!
  •  
    wow ! what a thought. u have done a wonder. Most useful to the people doing html and css. thanks a lot.
my mashable

Google Can't Do Old Media; Pulls the Plug on Radio Ads - 0 views

  •  
    Google's plans to extend its AdWords platform to traditional media appears to be going up in smoke as the economy falters. The company has announced that it's discontinuing its radio advertising program, a business it got into back in 2006 with the acquisition of dMarc Broadcasting. The news follows word that Google would be pulling out of print advertising as well, which was announced less than a month ago.
Frederik Van Zande

How to Code HTML Email Newsletters [HTML & XHTML Tutorials] - 0 views

  •  
    HTML email newsletters have come a long way in the five years since this article was first published. HTML email is still a very successful communications medium for both publishers and readers. Publishers can track rates for email opens, forwards, and clickthroughs, and thereby can measure reader interest in products and topics; readers are presented with information that's laid out like a web page, in a way that's more visually appealing, and much easier to scan and navigate, than plain text email.
  •  
    Browser idiosyncracies, spam registers, and various mail clients are just some of the pitfalls that must be faced by email marketers. Make sure your HTML email gets through with Tim's essential how-to.
Gary Edwards

Grid design basics: Grids for Web page layouts - Opera Developer Community - 2 views

  •  
    Since tables were co-opted for layout purposes, columns have become key to many Web design layouts, and this thinking continued when CSS took over from tables (at least in the minds of savvy designers) for Web-page presentation. However, other fields of layout design don't think in arbitrary columns, they work with grids, and these form the basis for the structure of page designs. This article will provide the lowdown on grid design for Web pages. Thinking modular Grids are a template, a framework within which creativity can flourish. Too many designers spend time looking at a blank canvas, trying to figure out where elements should be positioned, but, if you have a flexible underlying grid, many such problems are already solved for you. It becomes obvious where and how elements should and can be positioned, thereby leaving you, the designer, with more time to work on graphic design and other page components.
Frederik Van Zande

Fluid 960 Grid System | 16-column Grid - 0 views

  •  
    The Fluid 960 Grid System templates have been built upon the work of Nathan Smith and his 960 Grid System using effects from the Mootools JavaScript library. The idea for building these templates was inspired by Andy Clarke, author of Transcending CSS, who advocates a content-out approach to rapid interactive prototyping, crediting Jason Santa Maria with the grey box method.
Frederik Van Zande

Web Design Blog: Web Design & Innovation in web standards : Viget Labs - 0 views

  •  
    For many, designing and coding for emails can become a frustrating task. With so many different types of email clients that each seem to follow distinct standards, many hours can be spent just to figure out what works. Luckily, there are great resources available for reference.
yc c

IE NetRenderer - Browser Compatibility Check - - 0 views

  •  
    IE NetRenderer allows you to check how a website is rendered by Internet Explorer 7, 6 or 5.5, as seen from a high speed datacenter located in Germany. Just type in a URL in the field above and try it out - it's free!
‹ Previous 21 - 40 of 102 Next › Last »
Showing 20 items per page