Skip to main content

Home/ Tools for web developers/ Group items tagged sharing

Rss Feed Group items tagged

de Villamil Frédéric

Designing Typography for the Modern Web | Tips - 1 views

  •  
    As web designers, it is our job to grow with the trends of the Internet. As new technology emerges, it's our position to jump on board and see where it can take us. This includes trends all over the web, typography being a major player. Many designers don't consider type as a field of interest or focus. Ironically, typography is possibly one of the most important parts of our dynamic web. It helps deliver a website's content to users from all over the world and it truly is an art to study. I'll be getting into a few concepts about typography for the modern web. Things haven't changed too much since the previous years of web design, however many new techniques are being utilized and shared amongst the design community.
de Villamil Frédéric

» 22 Questions to Ask Before Developing a Website :: CSS, JavaScript and XHTM... - 0 views

  •  
    I developed this "Website Development Questionnaire" in 2002. It is old, but it still serves me well, so I thought I would share. I don't actually add the bold or italic sections below. Those were added here to help you understand the rationale for the questions:
Vernon Fowler

Twitter Cards | Twitter Developers - 0 views

  • Twitter cards make it possible for you to attach media experiences to Tweets that link to your content. Simply add a few lines of HTML to your webpages, and users who Tweet links to your content will have a "card" added to the Tweet that’s visible to all of their followers.
Sarah HL

Is Your Product's Documentation Good Enough? - 0 views

  • Tutorials
    • Sarah HL
       
      And I can link more tutoriels from share to the doc
Vernon Fowler

How to enable keep-alive for faster page speed - 0 views

  • Enable keep-alive using .htaccess If you do not have access to your webserver config file you can enable keep-alive yourself using an .htaccess file. <ifModule mod_headers.c> Header set Connection keep-alive </ifModule> Adding this to your .htaccess file will add keep alive headers to your requests, which will override most webserver or host limitations.
  • Some people mistakenly believe that they do not have to worry about this because HTTP connections nowadays are by default persistent (keep-alive enabled). While this is true, many people use shared hosting environments or web servers that may close connections unbeknownst to the user. This is done for performance reasons
1 - 7 of 7
Showing 20 items per page