links.seigler.net
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 1 / 2
24 results tagged html  ✕
Autofill: What web devs should know, but don't - Cloud Four Blog http://blog.cloudfour.com/autofill-what-web-devs-should-know-but-dont/
Fri May 20 11:28:13 2016
QRCode
web WebDev browsers html
Decoupling Your HTML, CSS, and JavaScript http://philipwalton.com/articles/decoupling-html-css-and-javascript/
Wed Oct 28 10:24:20 2015
QRCode
html css js javascript decoupling bestpractices
Front-end Handbook https://www.gitbook.com/book/frontendmasters/front-end-handbook/details
Tue Oct 27 10:24:15 2015
QRCode

The resources and tools for learning about the practice of front-end development. Written by Cody Lindley, sponsored by Frontend Masters

books reference frontend webdev css html js javascript
Neocities: Create your own free website! https://neocities.org/
Wed Sep 9 11:20:38 2015
QRCode
neocities websites webdesign creative openweb hosting html
Visual Studio Emmet 2013 extension https://visualstudiogallery.msdn.microsoft.com/427e078e-4885-424b-8667-6485b7937145
Tue Jun 30 17:25:40 2015
QRCode

Visual Studio Emmet is a visual studio plugin for Emmet, a web-developer’s toolkit that can greatly improve your HTML & CSS workflow.

visualstudio html helpers utilities efficiency css
Introducing AM - Attribute Modules for CSS: Moving beyond class-based styling http://glenmaddern.com/articles/introducing-am-css
Sat Sep 6 12:00:56 2014
QRCode

Attribute Modules, or AM, at its core is about defining namespaces for your styles to live in.
<div am-Row>
<div am-Column="12">Full</div>
</div>
<div am-Row>
<div am-Column="4">Thirds</div>
<div am-Column="4">Thirds</div>
<div am-Column="4">Thirds</div>
</div>

[am-Row] { / max-width, clearfixes / }
[am-Column~="1"] { / 1/12th width, floated / }
[am-Column~="2"] { / 1/6th width, floated / }
[am-Column~="3"] { / 1/4th width, floated / }
[am-Column~="4"] { / 1/3rd width, floated / }
[am-Column~="5"] { / 5/12th width, floated / }
/ etc /
[am-Column~="12"] { / 100% width, floated / }

design html css styles
Pure CSS parallax scrolling websites | Keith Clark http://blog.keithclark.co.uk/pure-css-parallax-websites/
Fri Aug 8 07:13:16 2014
QRCode

Holy grail

html webdev webdevelopment css parallax
WTF, HTML and CSS? http://wtfhtmlcss.com/
Mon Mar 24 10:38:33 2014
QRCode
css html guides list reference tips via:popular
COLORGLARE | To close or not to close http://www.colorglare.com/2014/02/03/to-close-or-not-to-close.html
Fri Feb 28 11:07:05 2014
QRCode

Should you close or not close tags

web webdesign html HTML5 xml sgml syntax via:rking
can i use http://caniuse.com/
Fri Feb 7 12:01:26 2014
QRCode

web browser compatibility site, use this all the time

css html5 reference browser compatibility html via:papoirier
Z63 | Vertical align anything with just 3 lines of CSS http://zerosixthree.se/vertical-align-anything-with-just-3-lines-of-css/
Tue Jan 14 10:57:02 2014
QRCode
css css3 vertical html align via:popular
The HTML Stack Order explained http://tmp.devcharm.com/pages/the-html-stack-order-explained
Tue Nov 19 12:29:00 2013
QRCode
CSS webdevelopment html programming
Ink: A Responsive Email Framework from ZURB http://zurb.com/ink/
Fri Nov 8 10:34:59 2013
QRCode
email responsive html frameworks templates via:popular
Dash https://dash.generalassemb.ly/
Thu Oct 24 13:26:42 2013
QRCode
html css coding education development tutorials teaching
HTML 5 bookmarks http://www.html5bookmarks.com/
Tue Sep 24 12:21:39 2013
QRCode
html css webdev resources lists
The real HTML5 boilerplate — CSS Wizardry—CSS, Web Standards, Typography, and Grids by Harry Roberts http://csswizardry.com/2011/01/the-real-html5-boilerplate/
Fri Feb 3 11:09:17 2012
QRCode
css code framework html HTML5
HTML Codes - Special Characters for Pronunciation Codes - IPA HTML Codes - Pronunciation Characters HTML Codes http://webdesign.about.com/od/localization/l/blhtmlcodes-pro.htm
Thu Oct 7 13:33:15 2010
QRCode
html character encoding pronounciation languages
Relatively Absolute @ The Autistic Cuckoo http://www.autisticcuckoo.net/archive.php?id=2004/12/07/relatively-absolute
Tue Jun 12 11:30:02 2007
QRCode

absolute position is relative to the parent positioned element. Nice.

html programming css design useful
Upload files using flash and javascript - SWFUpload http://swfupload.mammon.se/
Tue Mar 20 10:30:11 2007
QRCode
html flash javascript scripts upload useful programming library
Code Highlighter 0.4 http://www.danwebb.net/workspace/CodeHighlighter/
Tue Feb 21 13:32:05 2006
QRCode

"a lightweight, unobstrusive and fully configurable script for displaying code examples highlighted in a way similar to the way many text editors highlight code"

software tools css html javascript programming
page 1 / 2
3048 links, including 336 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn