Skip to main content

Home/ CSS Evangelist/ Group items tagged source

Rss Feed Group items tagged

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.
tech vedic

This is the One for stock Android lovers. - 0 views

  •  
    "Handset makers and wireless carriers love to load up Google's Android platform with custom overlays, user interface tweaks, and third-party programs that don't ship natively with the open source operating system. That's great for them, but most power users would prefer a clean version of Android to work with, which is why the third-party ROM community is popular. Well, following in the footsteps of Samsung and it's custom S4 that was announced at Google I/O, HTC is reportedly kicking around the idea of offering a Google Edition of its One smartphone. News of the custom HTC One comes from Russell Holly over at Geek.com. Citing un-named sources, Holly says the Google Edition device would be offered in the U.S. first, though it's unclear if it would be carried in the Play Store like the Galaxy S4 will be. Other details are equally light and vague, though Holly claims an official announcement could come within the next two weeks, with a release likely planned for sometime this summer." By-The Xpert Crew @ http://techvedic.com https://www.facebook.com/techvedicinc https://twitter.com/techvedicinc http://pinterest.com/techvedic1 http://techvedicinc.tumblr.com/ https://plus.google.com/u/0/110467075169904075419/
my mashable

Concrete5 - Easier than Drupal, More Powerful Than WordPress - 0 views

  •  
    Concrete CMS, developer of next- generation open source solutions for web sites, today announced general availability of concrete5, the latest version of its popular open source Content Management System (CMS). concrete5 combines the ease-of-use of a blogging platform with the flexibility and power of a web development platform. To date, thousands of advertising and creative agencies and web developers around the world have downloaded early versions of concrete5 and used the technology to quickly and inexpensively build sophisticated web sites that can be updated by end users
Hussain M Elius

CSS Decorative Gallery - 0 views

  •  
    Did you like my previous CSS tutorial on how to create gradient text effects? I'm using the same trick to show you how to decorate your images and photo galleries without editing the source images. The trick is very simple. All you need is an extra tag and apply a background image to create the overlaying effect. It is very easy and flexible - see my demos with over 20 styles, from a simple image icon to a rounded corner to a masked layer (both decorative and complex).
  •  
    Trick to show how to decorate your images and photo galleries without editing the source images.
tech vedic

Wireless headphones for Apple Products - 0 views

  •  
    "Looking for a pair of wireless headphones to complement your super tight jeans? JayBird's SB2 Sportsband headphones should serve as the perfect tech-cessory for your 80′s inspired hipster wardrobe thanks to their wide headband and small collection of colors ranging from subtle to almost neon. But what's that you say? You embrace the 80′s except when it comes to technology? Well you'll be happy to know that in addition to Bluetooth A2DP support, the headphones also support the newer apt-X Bluetooth audio codec, which is apparently included in Apple's new Mac Mini. However, if you wanted to take advantage of its CD-quality wireless sound with other gear like the iPhone. The iSport (pictured above) which is compatible with the iPhone and other iDevices, or the uSport which connects to the headphone jack of pretty much any other audio source. like with most Bluetooth headphones they include buttons on the side for controlling your music, as well as an integrated mic for making calls." By-The Xpert Crew @ http://techvedic.com https://www.facebook.com/techvedicinc https://twitter.com/techvedicinc http://pinterest.com/techvedic1 http://techvedicinc.tumblr.com/ https://plus.google.com/u/0/110467075169904075419/
tech vedic

How to remove 'Yontoo' adware Trojan from OS X system? - 0 views

  •  
    Yontoo Trojan, detected by noted security company Dr. Web is blamed for tracking the browsing behaviors across a range of popular browsers like Safari, Chrome, and Firefox. It may pretend as a media player, download manager, or other plug-in, thereby directing you to some maliciously crafted Web sites disguised as sources for file sharing and movie trailers.
Jamil Silva

<!DOCTYPE html P - 3 views

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">   <!-- Thi...

theme tumblr isadora blanch cultura visual bigtheme

started by Jamil Silva on 01 Sep 12 no follow-up yet
Vernon Fowler

Working With LESS and the Chrome DevTools - 2 views

  • While holding Command (Control on Windows), click any property, value or selector to jump to the line of code in the corresponding LESS source file within the Sources panel.
  •  
    This is a complete tutorial to using LESS with Chrome's DevTools. If you've used Sass with Chrome's DevTools, you'll most likely already be familiar with the concepts introduced here. | Difficulty: Beginner; Length: Quick; Tags: Tools & Tips, Tutorials, Web Dev
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;} 
Frederik Van Zande

sIFR lite - 0 views

  •  
    once upon a time some really good web developers created sIFR. Their goal was to seamlessly convert HTML headlines into nice fonts. Well, these developers did a great job getting it to work nicely. Looking at their code, I decided I would create a "lite" version of sIFR using a more object-oriented approach. sIFR Lite is a bit easier to read, and more intuitive to use. The only drawbacks are that it is currently unproven on a large scale in the real world. This library is of course open-source, so I welcome you to submit any improvements, suggestions, or bug reports using my contact form.
Uzair Ahmed

Software Quality Assurance Testing and Test Tool Resources - 0 views

  •  
    500+ software QA testing tools, training courses, QA jobs, tester certification, testing glossary, white papers. Open source and commercial tools: unit, functional, GUI, performance, regression, compatibility testing, bug tracking, test management.
my mashable

Yahoo! Zimbra Desktop An Alternative for Outlook - 0 views

  •  
    Yahoo! Zimbra Desktop - It's an offline capable client so you can take your data with you whenever you don't have internet access powerd with Ajax technology. Working offline is major feature integrated with Zimbra soon after Google adding offline access through open source gear projects. You can access Zimbra Mail. Yahoo! Mail. Gmail. AOL in one common place. Even Outlook and other business e-mail account can be accessed using POP or IMAP.
yc c

Conditional-CSS - 3 views

  •  
    Conditional-CSS allows you to write maintainable CSS with conditional logic to target specific CSS statements at both individual browsers and groups of browsers. * Target CSS to any web-browser * Streamline maintenance of your CSS files * Optimise your CSS * Work around those annoying little CSS bugs * Automatic expansion and inclusion of @import statements * It's free and open source!
yc c

CSS Sprite Generator | Project Fondue - 1 views

  •  
    batch process many images: allows you to send a zip file containing your images. It will returns you your images combined into a sprite, and even better, the CSS code that you'll just have to paste in your main css file. The CSS sprite generator takes a number of source images and combines them into a single "sprite" image and supplies CSS to map to each image within the sprite. The technique this tool employs is often used to improve the performance of a web site by reducing the number of HTTP requests that the client's browser needs to make.
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

Open Source Ampersands - 0 views

  •  
    This is a selection of single-character fonts. A single-character font is, literally, a font file that only contains glyphs for a single character. The single character in these font files is the ampersand. Each ampersand on this page is real text, not an image. Just like any text, you can select it, copy it, paste it, and apply CSS to it. The ampersands scale as you zoom the page, and they work in virtually every browser - even ancient versions of Internet Explorer.
LinkSture Technologies

LeadGen - Multipurpose Marketing Landing Page Pack with Page Builder - 0 views

  •  
    LeadGen is a conversion ratio and speed optimized multi-purpose marketing landing page template with drag & drop page builder and tons of readymade elements and demos with greater level of customization possibilities. LeadGen is the best collection of landing pages with modern touch, very well polished, highly responsive, elegant and engaging marketing pages to attract your readers and convince them to contact you or convert to your prospect using the form and call to action buttons. LeadGen can be used as one page website also by having OnePage smooth scrolling menu linked to various sections added on the page. There are 30+ carefully crafted readymade demos are available for different type of businesses as well as 300+ unique elements to chose from and generate your own landing page quickly without any hassles. A powerful and intuitive drag and drop page builder worth $29 is integrated to use readymade blocks, customize fonts, colors, links, styling, content, images as well as deep customization using source code also.
Vernon Fowler

LESS « The Dynamic Stylesheet language - 0 views

  • It is possible to output rules in your CSS which allow tools to locate the source of the rule. Either specify the option dumpLineNumbers as above or add !dumpLineNumbers:mediaQuery to the url.
1 - 20 of 26 Next ›
Showing 20 items per page