Skip to main content

Home/ Coders/ Group items tagged css web

Rss Feed Group items tagged

Fabien Cadet

Front Page - css-discuss - 2 views

  •  
    « This Wiki is dedicated to real-world (and ideally, browser-neutral) application of CSS. (Cascading Style Sheets) Topics include: techniques for page-layout and special display-effects, testing and validation, workarounds for limitations and bugs, CSS code-editors, beginner and advanced tutorials, and to a lesser extent pure CSS theory, and pure CSS power-demonstrations. Discourse on (X)HTML, DOM, and other webpage-technology areas is not forbidden, but keeping it associated with CSS is encouraged. »
Lasandani Wijesinghe

How to use CSS with HTML? (CSS with Practical Examples- part 1 ) - 0 views

http://ourgeekzone.blogspot.com/2013/09/how-to-use-css-with-html-css-with.html What is CSS? CSS Stands for Cascading Style Sheet. CSS usually use to decorate HTML or XHTML codes in generally.Simply...

Development Web design tools CSS html

started by Lasandani Wijesinghe on 20 Sep 13 no follow-up yet
Lasandani Wijesinghe

How to use CSS with HTML? (CSS with Practical Examples- part 1 ) - 0 views

  •  
    What is CSS? CSS Stands for Cascading Style Sheet. CSS usually use to decorate HTML or XHTML codes in generally.Simply we can say CSS define how HTML codes should display. Clear beginner tutorial with great practice examples
htmlslicemate.com

All You Need To Know About CSS3 Selectors, #1: Structural Pseudo-Classes - 0 views

  •  
    Today's front-end developers don't just need to understand how to write CSS, we need to know how to write it efficiently. And what "efficiently" means can depend on your project and environment. Perhaps you have a team with several members working in the CSS and you need an efficient way to work together. Or maybe you have a huge enterprise site and you need your CSS optimized for speed. You could even be working with a legacy system that restricts access to HTML, which means you need efficient selectors to effectively style elements without ids or classes. You might even face all these situations and more.
htmlslicemate.com

Web Design: How To Convert CSS To Sass & SCSS - 0 views

  •  
    CSS is a really simple and straightforward language, but when it is getting too long - let's say for a thousand of lines, it turns into a maintenance 'nightmare'. Everything will be too complicated to maintain, and we will get lost with which style rules to keep up with or overwrite. For that reason, a CSS Pre-processor is created to make writing CSS programmable and more maintainable............
Arunkumar Gudelli

Arunkumar 's Blog: Simple Slide Panel Using Jquery and CSS - 0 views

  •  
    Slide panel using Jquery and Css
yc c

gotAPI.com - Documentation search engine - 2 views

  •  
    gotAPI helps you find functions, classes, methods, properties, styles, tags, constants and more \n Search In\nActionScript 2.0, ActionScript 3.0, Adobe Flex 2, Adobe Flex 3.3, Apache Ant, Apache Commons, Apache RegExp, Apache Struts 1.1, Berkley DB XML, Bluetooth and OBEX, C++, CakePHP 1.2, Castor, CDC, CLDC, ColdFusion MX-7, ColdFusion MX-8, CSS, CSS, DbUnit 2.4.5, Dinkumware C/C++, DITA 1.1, DocBook, Dojo Toolkit 1.3, Drupal, Eclipse Platform 2.1, Erlang, Flickr API, FP, Google GWT, Google GWT+Gears, Groovy, Haskell, Hibernate, HTML, HTML, HttpUnit, J2EE 5.0, Java 1.5, Java 1.6, JavaScript, JavaScript, jQuery, JSON LIB, JSTL, JUnit, Log4J, MIDP, Mobile Media, MochiKit, MooTools, MySQL 4.1, OpenGL 2.1, Oracle 10g, Oracle 9i, Orb API 2.0, OSGi Platform 4.1, PBP, Perl 5.10, PHP, PostgreSQL 8.3, Prototype.js, Python 2.6.1, RMagick 1.15, RogueWave, Ruby Std Libraries, Ruby/Rails, Scala 2.7.3, Schema (XSD), Script.aculo.us 1.8, Selenium 0.8.2, Sicstus Prolog, Simple DirectMedia Layer, Spring Framework 2.0, Symphony 1.2, Twitter API, Web Services, XML DOM, XPath 2.0, XSL 2.0, Yahoo! UI\n
htmlslicemate.com

Get Started With CSS3 Transitions Today - 0 views

  •  
    Transitions (basic animations) are one of the most popular additions in CSS3, and one of the easiest to implement for big gains on your site. A transition is simply an animation from one set of CSS properties to another. So for example; whilst before you may have had links with blue text, which suddenly turned orange when you hovered on them, you would now replace that sudden jump with a more graceful animation.
Joel Bennett

CSS Cheat Sheet - Cheat Sheets - ILoveJackDaniels.com - 0 views

  •  
    A CSS 2.1 cheat sheet, listing all selectors and properties, plus a visual reference of the box model, as well as references for CSS units, media types, etc.
Joel Bennett

jsFiddle - Online Editor for the Web - 5 views

  •  
     Online Editor for the Web (JavaScript, MooTools, jQuery, Prototype, YUI, Glow and Dojo, HTML, CSS)
  •  
    Pastebin++ for web technologies: paste javascript, css and html and get a rendering of them all at once. Create packages and version them, publish to your blog, etc. MooTools, jQuery, Prototype, YUI, Glow and Dojo all supported.
htmlslicemate.com

Web Design: A Guide to CSS3 pseudo-classes - 0 views

  •  
    The pseudo-classes are used to target elements without having to add extra classes, attributes or ID; that is why it is called in that way, pseudo-class. Throughout our previous posts, we have covered a few new CSS3 pseudo-classes, including :not, :before and :after, :first-of-type and we also use pseudo-classes in ...
htmlslicemate.com

CSS & JS Auto-Refreshing with Live.js - 0 views

  •  
    I want to share a fantastic little tool that I've only recently come across; Live.js, written by Martin Kool. This JavaScript file automatically checks for changes to your CSS and JavaScript files, and refreshes them. That means you can have your text editor in one half of the screen, and a web browser in the other. When you save changes in the editor, the updates are reflected immediately in your browser. It really helps to speed up your development time. A lot of text editors offer HTML previews and such, but they only work for plain .html pages. The great thing about Live.js is that it works on any webpage, including a working WordPress theme...............(.read more.)
Fabien Cadet

SitePoint HTML / CSS / Javascript Reference - 0 views

  •  
    Companion site for the "Ultimate CSS/HTML Reference" books. Comprehensive documentation.
Joel Bennett

Mozilla Labs » Announcing the Jetpack SDK - 4 views

  • The Jetpack SDK includes: An extensible library of capabilities and APIs for writing Firefox add-ons, as well as stand-alone web-based applications A set of command-line tools that package and security-harden your code into distributable packages A modern IDE with built-in reference guide for instant productivity
  • An easy to use, well documented set of APIs that lets you write Firefox add-ons using standard Web technology (Javascript, HTML5, and CSS). An integrated IDE that enables rapid add-on developement and code collaboration.
  • Add-ons developed with the Jetpack SDK will feature: No need to restart Firefox to install add-ons. Add-ons are automatically compatible with all future versions of Firefox updates, so no need to wait for add-on compatability. Stronger and more easily understood security and privacy controls. Automatic add-on updates.
  •  
    An easy to use, well documented set of APIs that lets you write Firefox add-ons using standard Web technology (Javascript, HTML5, and CSS).
Mihai-Alin Radu

20+ iPad Apps that Web Designers Should Know About | Custom Webdesign Articles, Templat... - 2 views

  •  
    There are already many iPad apps which we can talk about for web design and web development on your tablet. Apps that allow us to create a color scheme, retouch images and write and work with CSS3, create your own fonts in minutes, create apps for iPhone and iPod, etc..
Fabien Cadet

WebKit Remote Debugging | Surfin' Safari - Blog Archive, 2011-05-09 - 6 views

  •  
    "As you might know, WebKit Web Inspector is implemented as an HTML + CSS + JavaScript web application. What you might not know is that Web Inspector can run outside of the browser environment and still provide complete set of its features to the end user."
Joel Bennett

Web IDE EAP - JetBrains - 1 views

  •  
    The JetBrains Web IDE is a new Integrated Development Environment for web programming: Html, CSS, Javascript, XML, PHP, and SQL ... and support for version control systems, etc
emusk12

webentwicklung digitalagentur schweiz - 0 views

  •  
    The aim of the team at Meral Designhaus is to entirely understand each client's business, and the ambiance it thrives in. We focus on analyzing how the targeted audience will respond to the digital solutions we provide.Our fully customizable CMS and web development process can be modified to match the needs of your business online, ensuring a high ROI for clients. Responsive Web Design, Hosting, and Optimisation are just the start of your custom web development. Our customized CMS System doesn't expect anyone to be HTML or CSS proficient. It is created to be profoundly easy to understand and to use. MeralDesignhaus
cojitza mike

Online YUI Compressor - 0 views

  •  
    This is a web interface to compress your JavaScript or CSS. This tool uses YUI Compressor 2.4.7.
1 - 20 of 89 Next › Last »
Showing 20 items per page