stefanfrede + webdev   41

StyleDocco
StyleDocco generates documentation and style guide documents from your stylesheets.
css  documentation  webdev 
10 weeks ago by stefanfrede
20 Useful jQuery Plugins for Responsive Web Design - DesignModo
Responsive layouts in web design – this is probably one of the most popular topics of discussion at this present time. The contemporary phase of website designing offers some truly amazing elements that help the web designers in creating exclusive websites. The main motto of building or creating a website is to attract the mind and eyes of the viewers. With these responsive layouts this job can be easily done. These responsive layouts allow the website designers to offer specific and optimized screen size based on a wide range of devices, starting from PC, mobile phone to tablet and iPhone.
jquery  responsive  webdev 
11 weeks ago by stefanfrede
ImageAlpha — lossy compression for 24-bit PNG images
ImageAlpha converts 24-bit PNG to paletted 8-bit with full alpha channel. This greately reduces file sizes with only minor loss of quality. Such images are compatible with all browsers, and even degrade well in IE6.
webdev  image  optimisation 
february 2012 by stefanfrede
A few of my Git tricks, tips and workflows
This post is based on a talk I gave at the 18th Cocoaheads Meetup Vienna (CHW018) on Feb 17th, 2011. It is an annotated tour of my Git config, Git related scripts and commands, and various other tips and tricks I picked up over the years. You can find most of these things in my dotfiles repo, as well with a lot of other stuff, like parts of my Zsh config. Patches welcome.
git  workflows  webdev 
february 2012 by stefanfrede
Caring.com Style Guide: John Deere Edition
Welcome to the Caring.com living style guide. Here you browse the styles and see them in action.
documentation  webdev  styleguide 
february 2012 by stefanfrede
Stripe Generator - ajax diagonal stripes background designer
Tired of pixel-by-pixel painting, trying to create seamless stripes textures?
webdev  stripes 
january 2012 by stefanfrede
HTML5 Please - Use the new and shiny responsibly
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.
html5  webdev 
january 2012 by stefanfrede
Learnable - online learning for web designers and developers
Learn PHP, Ruby, HTML5, CSS3, jQuery, Design, iOS and more...
webdev  html5  css3 
december 2011 by stefanfrede
A List Apart: Articles: Modern Debugging Tips and Tricks
With the rise of mobile devices, web development and debugging is more complex than ever. We have more browsers and platforms to support. We have more screen sizes and resolutions. And we’re building in-browser applications instead of the flat, brochure-ware sites of yore.

Luckily, we also have better tools. The JavaScript console is a standard feature of most major browsers. Both JavaScript and the HTML DOM offer native error handling. We also have services and applications that help us remotely debug our sites.
javascript  webdev  debugging 
december 2011 by stefanfrede
Knyle Style Sheets
So I’ve been writing CSS for somewhere around 13 years now. Some might think I’ve learned the right way to write CSS in that time — but if you ask me all I’ve learned is the most efficient way to drive someone insane.

CSS is complicated. It’s not object oriented. It’s not hierarchical. It’s a specificity based cascade applied to a dynamic hierarchical data structure that few people truly comprehend. Trying to impart this knowledge on someone is a very difficult task with extremely minimal rewards. I used to think that imparting this knowledge was the path toward writing maintainable CSS within a team.
css  documentation  webdev  styleguide 
december 2011 by stefanfrede
24 ways: Have a Field Day with HTML5 Forms
Forms are usually seen as that obnoxious thing we have to markup and style. I respectfully disagree: forms (on a par with tables) are the most exciting thing we have to work with.

Here we’re going to take a look at how to style a beautiful HTML5 form using some advanced CSS and latest CSS3 techniques. I promise you will want to style your own forms after you’ve read this article.
css3  forms  html5  webdev 
november 2011 by stefanfrede
CodeKit — THE Mac App For Web Developers
CodeKit automatically compiles Less, Sass, Stylus & CoffeeScript files. It effortlessly combines, minifies and error-checks Javascript. It even optimizes images, auto-reloads your browser and lets you use the same files across many projects. And that's just the first paragraph.
webdev  coffeescript  sass 
november 2011 by stefanfrede
CSS Reset | CSS Reset – All the most common CSS Resets in one place with one-click copy/paste, documentation and tutorials
All the most common CSS Reset scripts in one place, with complete documentation, guides and tutorials.
css  webdev 
october 2011 by stefanfrede
Encode your email address with javascript to prevent spam | MailTo Encoder
Prevent spambots from getting your email, encode all the addresses you publish on your site!
webdev  spam  protection 
october 2011 by stefanfrede
Enkoder
Posting your email address on a website is a sure-fire way to get an inbox full of Spam. The Enkoder helps protect email addresses by converting them into encrypted JavaScript code so only real people using real browsers will see them.
webdev  spam  protection  forms 
october 2011 by stefanfrede
How to Make a Slick Ajax Contact Form with jQuery and PHP
This tutorial shows you how to build a nice-looking, smooth contact form that visitors can use without having to leave the page they're reading.
webdev  php  jquery 
october 2011 by stefanfrede
jQuery Backstretch by Scott Robbin
Backstretch is a simple jQuery plugin that allows you to add a dynamically-resized background image to any page. The image will stretch to fit the page, and will automatically resize as the window size changes.
jquery  javascript  webdev 
october 2011 by stefanfrede
Live.js - One script closer to Designing in the Browser
Say goodbye to Alt-Tab. Live.js makes sure you're always looking at the latest version of the page you're working on, whether you're writing HTML, CSS or Javascript.
webdev 
october 2011 by stefanfrede
HTML5 Reset :: A simple set of templates for any project
Like a lot of developers, we start every HTML project with the same set of HTML and CSS files. We've been using these files for a long time and have progressively added bits and pieces to them as our own personal best practices have evolved.

Now that modern browsers are starting to support some of the really useful parts of HTML5 and CSS3, it's time for our best practices to catch up, and we thought we'd put our files out there for everyone to use. By no means do we see this as the One True Way to start every project, but we think it's a good starting place that anyone can make their own.
bestpractice  css3  html5  webdev 
october 2011 by stefanfrede
HTML5 Boilerplate
HTML5 Boilerplate is the professional badass's base HTML/CSS/JS template for a fast, robust and future-proof site.

After more than three years in iterative development, you get the best of the best practices baked in: cross-browser normalization, performance optimizations, even optional features like cross-domain Ajax and Flash. A starter apache .htaccess config file hooks you the eff up with caching rules and preps your site to serve HTML5 video, use @font-face, and get your gzip zipple on.

Boilerplate is not a framework, nor does it prescribe any philosophy of development, it's just got some tricks to get your project off the ground quickly and right-footed.
bestpractice  html5  css3  webdev 
october 2011 by stefanfrede
Normalize.css: Make browsers render all elements more consistently.
Normalize.css is a customisable CSS file that makes browsers render all elements more consistently and in line with modern standards. We researched the differences between default browser styles in order to precisely target only the styles that need normalizing.
css  reset  webdesign  webdev 
october 2011 by stefanfrede
HTML5Rocks
This site, the HTML5 Playground, Studio, and Presentation slides are all open source projects. Tweak the code or contribute new guides!
html5  tutorials  webdev 
october 2011 by stefanfrede
jQuery: The Write Less, Do More, JavaScript Library
jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.
javascript  jquery  documentation  webdev 
october 2011 by stefanfrede
Ruby on Rails Documentation
Rails is a web-application framework that includes everything needed to create database-backed web applications according to the Model-View-Controller (MVC) pattern.
rails  webdev  documentation 
october 2011 by stefanfrede
LiveReload
CSS edits and image changes apply live.

CoffeeScript, SASS, LESS and others just work.
css  sass  webdev 
october 2011 by stefanfrede
Portamento - easy sliding/floating panels in jQuery
Portamento is a jQuery plugin that makes it simple to add sliding (aka "floating") panel functionality to your web page. All that's needed is some simple CSS and one line of JavaScript, and you're away!
javascript  jquery  webdev 
october 2011 by stefanfrede
Nesta
A Ruby CMS for developers and designers. With simple code that’s easy to follow, Nesta is easily extended using the Sinatra web framework.
ruby  cms  webdev 
august 2011 by stefanfrede
Serve - Delicious ERB, Haml + Sass
Build fantastic websites with your favorite template languages.
webdev  haml  sass  compass 
july 2011 by stefanfrede
The W3C Markup Validation Service
This validator checks the markup validity of Web documents in HTML, XHTML, SMIL, MathML, etc.
html  webdev  validator 
november 2009 by stefanfrede
Extensible Stylesheet Language (XSL) Version 1.1
This specification defines the features and syntax for the Extensible Stylesheet Language (XSL), a language for expressing stylesheets. It consists of two parts:

a language for transforming XML documents (XSLT), and

an XML vocabulary for specifying formatting semantics.

An XSL stylesheet specifies the presentation of a class of XML documents by describing how an instance of the class is transformed into an XML document that uses the formatting vocabulary.
xml  xsl  webdev  specification 
november 2009 by stefanfrede
HTML5 Specification
This specification defines the 5th major revision of the core language of the World Wide Web: the Hypertext Markup Language (HTML). In this version, new features are introduced to help Web application authors, new elements are introduced based on research into prevailing authoring practices, and special attention has been given to defining clear conformance criteria for user agents in an effort to improve interoperability.
html5  webdev  specification 
november 2009 by stefanfrede
HTML 4.01 Specification
This specification defines the HyperText Markup Language (HTML), the publishing language of the World Wide Web. This specification defines HTML 4.01, which is a subversion of HTML 4. In addition to the text, multimedia, and hyperlink features of the previous versions of HTML (HTML 3.2 [HTML32] and HTML 2.0 [RFC1866]), HTML 4 supports more multimedia options, scripting languages, style sheets, better printing facilities, and documents that are more accessible to users with disabilities. HTML 4 also takes great strides towards the internationalization of documents, with the goal of making the Web truly World Wide.
html  webdev  specification 
november 2009 by stefanfrede
Welcome! [Ruby-Doc.org: Documenting the Ruby Language]
The ruby-doc.org Ruby documentation project is an effort by the Ruby community to provide complete and accurate documentation for the Ruby programming language.
ruby  documentation  webdev 
november 2009 by stefanfrede
#haml
Haml takes your gross, ugly templates and replaces them with veritable Haiku. Haml is the next step in generating views in your Rails application. Haml is a refreshing take that is meant to free us from the shitty templating languages we have gotten used to. Haml is based on one primary principle. Markup should be beautiful. However, its not beauty for beauty’s sake. Unspace Interactive and several other professional Rails shops use Haml exclusively for every one of their projects. In fact, it was created for use in highly productive environments. The beauty makes you faster. Haml is a real solution to a real problem. Stop using the slow, repetitive, and annoying templates that you don’t even know how much you hate yet. Try something new — make templates fun and beautiful again!
haml  webdev  html 
november 2009 by stefanfrede
SASS
Sass makes CSS fun again. Sass is an extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more. It’s translated to well-formatted, standard CSS using the command line tool or a web-framework plugin.
sass  css  webdev 
november 2009 by stefanfrede

Copy this bookmark:



description:


tags: