Skip to main content

Home/ CSS Evangelist/ Group items tagged is

Rss Feed Group items tagged

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

Blog | Graphicpeel - iOS Icons Made in Pure CSS - 5 views

  •  
    The following demo was made using a variety of CSS techniques. Rounded corners, shadows, gradients, rgba, pseudo-elements, and transforms are just some of them. A lot of these were generated by helpful tools, such as westciv's tools and Border Radius. By combining these techniques, you can create rich graphics with just a few lines of code. Here are a few examples. In the contacts icon, I used 5 different shapes for the silhouette icon. The head is a rectangle with rounded corners, followed by another rectangle for the neck and a distorted semi-circle for the body. In order to get the curve of the shoulders to the neck, I placed two circles on top of the shapes. The weather icon has several rays of light shooting from behind the sun. Each one of these rays is actually a long rectangle with a gradient that fades to transparent on either end. I used -webkit-transform:rotate to rotate each rectangle to a different angle. The same effect was used for the iTunes icon. To get the cloud icon on the iDisk icon, I used two circles layered on top of each other, above a rounded rectangle. The larger circle has a gradient that cuts off just before the rectangle.
my mashable

20+ Great Twitter Tools for Firefox - 0 views

  •  
    People love Twitter, and they love Firefox, so it only seems natural that there would be quite a few tools to merge these two items.Whether you want to have a full Twitter client inside of your browser, or just the ability to share parts of a site, a whole Web page or just the URL of the site you are reading, there is a tool for you. Take a look through these 20+ tools and there is sure to be something that appeals to you.
my mashable

Social Music: Top 5 Music Recommendation Services - 0 views

  •  
    Finding great new music can be the most rewarding experience, but sometimes the effort that goes into music discovery often thwarts even the most determined of us. Pandora is great for listening to music online, but without having any foresight or direct say over upcoming tracks, it's certainly not the best there is if you're looking to achieve playlist perfection.
Frederik Van Zande

CSS Transitions via jQuery Animations | Weston Ruter - 1 views

  •  
    The WebKit team has been developing some cutting-edge proposals to extend CSS with the ability to do declarative animations and other effects. This ability is key to maintaining the three-fold separation of HTML content, CSS presentation, and JavaScript behavior. Animation effects on the Web today are accomplished with JavaScript code which repeatedly changes an element's style at a certain interval in order to create an animated effect. This practice, however, violates the separation between presentation and behavior because the animation behaviors are directly changing the document's presentation (i.e. modifying the style property). Ideally, all of the animation triggers and presentation states would be declared in CSS. And this is exactly what the WebKit team has proposed in its CSS Transitions specification.
Frederik Van Zande

8 Definitive Web Font Stacks [Design Tips & Tricks] - 0 views

  •  
    Over the last few months, I've spent more time than I intended on exploring the whole idea of fonts and typography for the Web. (My friend, typography expert Simon Pascal Klein, writes, "The former is a stylized set of glyphs of characters," while "the other [is] the whole art of creating type and setting it into the written word." For more clarification and illumination, consult Jon Tan and Mark Simonson.) In the process, I've been considering the idea of font stacks-using the well-known font-family CSS property-to list as many different fonts as possible in order to optimize the web site experience for a maximum number of users.
my mashable

When You Love WordPress Very Much, You Tattoo It On Your Arm - 0 views

  •  
    This is nice, in a slightly creepy, and yet delightfully geeky kind of way: a fellow named Ed Morita decided to tattoo a WordPress logo on his forearm. It's not just a plain, boring logo type of tattoo, there's all sorts of things happening here: skin is peeled off, wires and circuits are shown, and there's a nice big "W" as the centerpiece.
Frederik Van Zande

CSS Compatibility and Internet Explorer - 0 views

  •  
    A chart displaying IE compatibility to CSS from version 5 to 8
  •  
    With each new release of Windows Internet Explorer, support for the Cascading Style Sheets (CSS) standard has steadily improved. Internet Explorer 6 was the first fully CSS Level 1-compliant version of Internet Explorer. Windows Internet Explorer 8 is planned to be a fully CSS Level 2.1-compliant browser, and will support some features of CSS 3. If the browsers your Web site is targeting include earlier versions of Internet Explorer, however, you want to know the level of CSS compliance for those as well. This article provides an at-a-glance look at CSS compliance across recent versions of Internet Explorer, including support in Internet Explorer 8 Beta 1 for Developers and planned support in the final version of Internet Explorer 8.
Frederik Van Zande

» 8 fonts you probably don't use in css, but should - Web Design Marketing Po... - 0 views

  •  
    CSS has brought us many capabilities in terms of typography and the web, but we always seem to be limited to the same 4-5 typefaces over and over again. There is an inherant problem, if the font you specify isn't on the viewers computer it won't render in that font. So as designers and developers we end up selecting the ones that we can safely assume is available on most computers today. So most pages use Arial, Helvetica, or Georgia as their typefaces… and the world of the web remains slightly more bland.
trnscndr

Duly Consider: Obama's Secret Service Detail: An Omen To Assassination? - 0 views

  •  
    The biggest question one should consider is, whether or not Obama is feared by the establishment. Do they believe he will stop their flow of blood-money? Do they believe he will open Pandora's box on previous assassinations and corruption? Do they believe he will keep his word and shut them down on all fronts?
  •  
    Why is this in the CSS group? Is there a way to delete it?
yc c

The CSS Tinderbox - Open Source Web Design Templates - 0 views

  •  
    What is the css tinderbox? It's All About Open Source Design Templates The CSS Tinderbox is an effort to support open source web design by providing very basic, yet solid, CSS/XHTML design templates that web designers and web developers can use as the foundation for their own projects.
  •  
    What is the css tinderbox? It's All About Open Source Design Templates The CSS Tinderbox is an effort to support open source web design by providing very basic, yet solid, CSS/XHTML design templates that web designers and web developers can use as the foundation for their own projects.
my mashable

Smub.it : Save and Share Tweet, Facebook and Digg from Your Mobile - 0 views

  •  
    People today read latest topics and updates via mobile phones. Reading the tweet, Facebook updates and your favorite Digg is possible in phone, but still share the information is still challenging for for phone app makers. Recently i read about Smub.it, it offers simple social sharing and bookmarking tool that proves especially useful for iPhone and other smart phone users.
Hussain M Elius

CSS Rank - Gallery For The Best Designed Web 2.0 Sites - 0 views

  •  
    CSSRank is a css gallery for the best designed web 2.0 sites, CSSRank is the most updated css gallery and showcase on the web.
my mashable

Adding HTML/Javascript to Wordpress Sidebar is Now Possible - 0 views

  •  
    Now using HTML-JavaScript Adder plugin you can add HTML and JavaScript to your wordpress sidebsr. The other important thing is you can do this without editing sidebar.php.This allows user to add embed ad codes from major advertisements sites including Google dsense, Adbrite,Bidvertiser and even you can add flash videos.
my mashable

With Google Latitude Now You Can Send a Video Message - 0 views

  •  
    Google Latitude is a location-aware mobile app developed by Google. Latitude allows a mobile phone user to allow certain other people on his or her Gmail contact list to track where he or she is. These people can track the user (or more accurately, his or her phone) on Google Maps via their own iGoogle accounts. The user can control the accuracy and details of what each of the other users can see - an exact location can be allowed, or it can be limited to identifying the city only.
my mashable

Google Android a Possible Alternative to Windows in HP Notebooks - 0 views

  •  
    Hewlett-Packard confirmed Tuesday that it is testing Google's Android operating system as a possible alternative to Windows in some of its netbook computers. "Right now Android is barely finished for phones," said Avi Greengart, an analyst at Current Analysis. While it works well enough for T-Mobile's G1 smartphone, the software was released only last year and "the UI still feels half-finished," he said.
my mashable

FileTwt Dedicated File Sharing Service on Twitter - 0 views

  •  
    Twitter been widely used micro blogging services for instant sharing with friends and followers. Since Twiter is updated instantly users can easily share information such as links, images, video and now you can share files instantly with all your friends on Twitter. FileTwt is a simple file sharing service on Twitter. Lot of us use Rapidshare for file sharing, but now FileTwt let Twitter user to share files up to 20MB maximum instantly. At present all files are hosted on Rapidshare, but FileTwt will soon start hosting the uploaded files themselves in a few days!
yc c

HTML Purifier - Filter your HTML the standards-compliant way! - 1 views

  •  
    HTML Purifier is a standards-compliant HTML filter library written in PHP. HTML Purifier will not only remove all malicious code (better known as XSS) with a thoroughly audited, secure yet permissive whitelist, it will also make sure your documents are standards compliant, something only achievable with a comprehensive knowledge of W3C's specifications. Tired of using BBCode due to the current landscape of deficient or insecure HTML filters? Have a WYSIWYG editor but never been able to use it? Looking for high-quality, standards-compliant, open-source components for that application you're building? HTML Purifier is for you!
Alexis Sgavel

Custom drop downs with CSS3 | Lea Verou - 0 views

  •  
    The pointer-events property allows authors to control whether or when an element may be the target of user pointing device (pointer, e.g. mouse) events. This property is used to specify under which circumstance (if any) a pointer event should go "through" an element and target whatever is "underneath" that element instead. This also applies to other "hit testing" behaviors such as dynamic pseudo-classes (:hover, :active, :focus), hyperlinks, and Document.elementFromPoint().
shalani mujer

Computer Help Online - 1 views

Lately, my computer often experiences computer problem. I keep on calling our local technician to see whats wrong with my PC but sometimes I could not find him, if he is not away, he is not availab...

online computer help

started by shalani mujer on 12 Sep 11 no follow-up yet
« First ‹ Previous 81 - 100 of 443 Next › Last »
Showing 20 items per page