Skip to main content

Home/ CSS Evangelist/ Group items tagged without

Rss Feed Group items tagged

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.
yc c

Shell Editor | MooShell | to test your JavaScript code - 4 views

shared by yc c on 30 Jan 10 - Cached
  •  
    MooShell is a shell editor where you can write your JavaScript, HTML and CSS code and run it. It might prove to be useful in various cases where you need to test your code without reloading your browser.
Alexis Sgavel

A new micro clearfix hack - Nicolas Gallagher - 0 views

  •  
    The clearfix hack is a popular way to clear floats without resorting to using presentational markup. This article presents an update to the clearfix method that further reduces the amount of CSS required.
Ava Smith

Chief Architect Drafting and Modeling Services - 0 views

  •  
    Chief Architect software is without a doubt one of the most impressive architectural software to create 3D renderings, construction documents and material lists.
Kilron Keit

How To Advertise On Google Will Help You For Your Online Business For PPC Marketing - 0 views

First of all, visit Google homepage plus put together yourself well-known with features scheduled, after that hit it off on extras, over again hit it off on advertising at top right corner.Secondly...

how to advertise on google how to advertise on facebook how to advertise on bing Ppc Marketing Expert ppc management companies PPC marketing ppc marketing experts ppc expert ppc experts pay per click management services

started by Kilron Keit on 22 Dec 15 no follow-up yet
Kilron Keit

PPC Experts- PPC Marketing Team for People Require Experts for Online Marketing - 0 views

  •  
    When you have website and if it firstly require SEO for placing it on ppc marketing position for online promotion. That is why understand PPC Experts can be very successful and fastest technique without wasting time and money. http://www.getppcexpert.com
Felipp Crawly

Success has a New Name; Onward Process - 1 views

When I first heard about Onward Process Solutions, I had my own doubts. As we worked together towards our common goals, that was when I truly understood the significant benefits of their back offic...

started by Felipp Crawly on 26 Nov 12 no follow-up yet
Anna Taylor

10 Ways to Make a Website More Usable - 1 views

  •  
    Keeping usability for stumblers, browsers and surfers in mind when creating a website can be an exasperating task. Doing so shouldn't have to be so frustrating... What follows is a list of how to improve your site's usability without going crazy!
shinele lee

Professional seo company - 2 views

Our SEO services helps small to large scale business find more clients and customers! Use our proven internet marketing strategies without risk. Guaranteed. To know more about SEO services visit us...

started by shinele lee on 17 Oct 12 no follow-up yet
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

Get Started with Font Awesome - 0 views

  • Super-simple upgrades Since each site gets a unique embed code, you can easily upgrade to the latest version of Font Awesome, all without pushing any code. Easy peasy.
Vernon Fowler

Scout - Compass and Sass without all the hassle - 0 views

  •  
    "Since Sass and Compass are Ruby gems, they require that you have a working knowledge of Ruby and the command line. Not all designers will know how or want to use command line tools, and that's where Scout steps in. Scout runs Sass and Compass in a self-contained Ruby environment, letting you effortlessly manage all of your Sass projects with a handful of clicks. You'll never have to worry about your Ruby setup or deal with technical issues. Scout does all of the heavy lifting, giving you more time to do what you love."
Vernon Fowler

An introduction to LESS, and comparison to Sass | Smashing Coding - 0 views

  • The only difference in variables between LESS and Sass is that, while LESS uses @, Sass uses $. There are some scope differences as well, which I’ll get to shortly.
  • With Sass, you declare @mixin prior to the style to identify it as a mixin. Later, you declare @include to call it.
  • Parametric Mixins Like having functions in your CSS (*swoon*), these can be immensely useful for those seemingly redundant tasks of modern-day CSS.
  • ...8 more annotations...
  • .border-radius( @radius: 3px ) { -webkit-border-radius: @radius; -moz-border-radius: @radius; border-radius: @radius; }
  • The syntax in Sass is very similar to that of LESS. Just use the $ for variables, and call the mixins with the @mixin and @include method mentioned earlier.
  • Selector Inheritance Here’s something not provided in LESS. With this ability, you can append a selector to a previously established selector without the need to add it in a comma-separated format. .menu { border: 1px solid #ddd; } .footer { @extend .menu; } /* will render like so: */ .menu, .footer { border: 1px solid #ddd; }
  • With LESS, you can nest ids, classes and elements as you go.
  • You can also refer in element styles to their pseudo-elements by using the &, which in this case functions similar to this in JavaScript.
  • Sass is a lot more versatile with numbers than LESS. It has built into it conversion tables to combine comparable units.
  • Sass seems to have a lot more color options — not that I would need them all. Lighten and darken are the only ones that I see myself using often.
  • Conditionals and Control This is rather nifty, and another thing not provided by LESS. With Sass, you have the ability to use if { } else { } conditional statements, as well as for { } loops. It supports and, or and not, as well as the <, >, <=, >= and == operators.
‹ Previous 21 - 40 of 67 Next › Last »
Showing 20 items per page