benspaulding + web-development   34

Data Monday: E-commerce Performance — LukeW
Make your site blazing fast. it is more important than you think.
web-development  performance  usability  statistics 
5 days ago by benspaulding
Simperium
Simplenote’s syncing engine available for use elsewhere.
service  app-development  web-development  syncing 
16 days ago by benspaulding
cssarrowplease
Quickly create boxes with directional arrows.
css3  css  web-development 
18 days ago by benspaulding
Conditional CSS — Adactio Journal
> I could just generate the content on the body element:
>
> @media all and (min-width: 45em) {
> body:after {
> content: 'widescreen';
> display: none;
> }
> }
>
> It isn’t visible, but it is readable from JavaScript:
> var size = window.getComputedStyle(document.body,':after').getPropertyValue('content');
> And with that, I can choose whether or not to load some secondary content into the page depending on the value returned:
>
> if (size == 'widescreen') {
> // Load some more content.
> }
>
> Nice!
adactio  adaptive-web-design  javascript  css  web-development 
4 weeks ago by benspaulding
Structure First. Content Always. — Mark Boulton
Good observations and five steps to help with the Stucture First, Content Always approach
web-development  content  mark-boulton 
february 2012 by benspaulding
CSS playground
A cool little playground with some nifty ideas.
css  web-development  webdesign 
february 2012 by benspaulding
Pears — Common patterns of Markup & Style
> Collect, test, and experiment with interface pattern pairings of CSS & HTML. Pears is an open source WordPress theme, enabling people like you to get your own pattern library up and running quickly.
html  css  wordpress  web-development  webdesign  library  design-patterns 
february 2012 by benspaulding
Button and Form Builder
Quick way to generate styles and markup for buttons and forms.
web-development  webdesign  forms  buttons  utility 
february 2012 by benspaulding
The separation of structure, presentation and behavior is dead — Think Vitamin
> We are standing in a new age. We need to stop saying one thing, separation, and doing another, divergence. In the end we can pretend that the principle of separation is still relevant but it doesn’t support the current movement of the web. It doesn’t help standards, browser makers don’t care.

> Most importantly we need practical principles to guide us. So we know when to say yes or no to new features in CSS and HTML. So that we can keep one eye on the vendors and the other on the web’s future. We need to accept the fact that separation of structure, presentation and behavior is dead.
think-vitamin  web-development  html  css  javascript 
january 2012 by benspaulding
How to Survive a Slashdotting on a Small Apache Server
The best plan would be to have a setup where you don’t need this. But if you do, it will be a lifesaver.
server  fireballed  step-by-step  howto  web-development  from delicious
april 2011 by benspaulding

Copy this bookmark:



description:


tags: