Web Developers Corner

    A site for developers and designers

    • FacebookFacebook
    • TwitterTwitter
    • Google+Google+
    • Home
    • Articles
      • Most Popular

        All time

      • Make WordPress validate for HTML5 by getting rid of rel=”category tag”

        1 Comment

      • Latest Stories

        What is new?

      • Over 785.000 websites were down due to an system wide network issue with CloudFlare

        March 3, 2013

      • Make WordPress validate for HTML5 by getting rid of rel=”category tag”

        January 23, 2013

      • Comments

        Most Recent

      • Aryadne on:

        Make WordPress validate for HTML5 by getting rid of rel=”category tag”

    • cloudflare-clouded

      Articles · Featured

      0

      Over 785.000 websites were down due to an system wide network issue with CloudFlare

      • March 3, 2013

      Today (March 3rd 2013) I noticed my webpage was suddenly down, of course I thought the problem was on my server, especially since I just updated some things on it.[...]

    Most Recent

    worpress-rel-cat

    Articles · WordPress

    1

    Make WordPress validate for HTML5 by getting rid of rel=”category tag”

    • January 23, 2013

    Have you tried validating your WordPress site using the W3C validator thinking your site was up to par with today’s standards? Only to see a long list of errors on your site? Don’t worry, we all have been there, well most of us at least. And there is only one thing to do about the problems, fix them. If your site is using html5, then you probably have a lot of errors complaining about a bad value for your rel attributes (rel=”category tag”)

    This illustrates how mod_pagespeed works using filters for input and output from the apache kernel

    Articles · Featured

    0

    Need for speed: mod_pagespeed an Apache module for faster websites

    • November 11, 2012

    mod_pagespeed is an open-source Apache module that make Apache rewrite and resize your assets (CSS, JavaScript, images) without requiring that you modify your existing content or workflow. mod_pagespeed is built[...]

    More

    php

    Articles · PHP

    0

    Shorthand if/else for PHP

    • October 12, 2012

    There is a special if/else functionality available that not many programmers know how to utilize that I now want to share with you. This function is called a Ternary operation. The ternary operation takes 3 arguments, The first which is the conditional expression, the second is what get returned if the conditional expression is true, the third if it returns false.

    php-mail

    Articles · PHP

    0

    How to send mail with PHP

    • September 11, 2012

    Sometimes you want to send mail from your php code, maybe you want to send a mail to yourself on an event or send a message to your users or subscribers, don’t[...]

    rss-heart

    Articles · WordPress

    0

    WordPress RSS – Display data from external sources

    • August 17, 2012

    WordPress has built-in functionality for parsing RSS files from other sources, this means that you can fetch the latest blog posts or articles from another site and display them on your own site. We will use this to fetch a feed from an external site and display it on our site.

    android-flash

    Articles · Flash

    0

    Flash support for Android is history

    • August 15, 2012

    Today Google Play stopped providing their users with the ability to download and install Flash on their Android devices. This means Android now longer will support Flash, the number one advantage they had over iOS. This will also give HTML5 a boost in popularity.

    5908

    Articles · SEO

    0

    Optimizing your page speed for visitors and SEO

    • August 8, 2012

    Ancient history Nowadays many web developers around the world underestimate the impact page size has on their sites performance. Back in the days before broadband was considered a standard, people[...]

    Today twitter went down, poor birdie

    Off Topic

    0

    Twitter is down: Are we under attack?!

    • July 26, 2012

    The first major thing an invading country should do is to take down twitter to disrupt communication and spread panic amongst the population. This is common knowledge. Today I tried[...]

    wordpress-shortcodes

    Articles · WordPress

    0

    WordPress Shortcodes

    • July 26, 2012

    WordPress has a functionality called shortcodes which gives you the ability to insert generated elements into your posts just by typing in a shortcode in the text. All you need to do to make this work is to define a function in your theme’s functions.php file, and hook this funcion to a shortcode using WordPress API for shorcodes.

    do not use images for text

    Articles · TIPS

    0

    Bad design: Using images for text

    • July 23, 2012

    A recent visit to a poorly designed web paged inspired me to write this article about why replacing the content text with images is a bad practice. I will also discuss some of the other pitfalls they had fallen into. This is an article about how not to do webdesign.

    • Next →
    • Categories

      • Articles
      • CSS
      • CSS
      • Design
      • Featured
      • Flash
      • JavaScript
      • Off Topic
      • PHP
      • SEO
      • TIPS
      • WordPress
    • Recent Posts

      • Over 785.000 websites were down due to an system wide network issue with CloudFlare
      • Make WordPress validate for HTML5 by getting rid of rel=”category tag”
      • Need for speed: mod_pagespeed an Apache module for faster websites
      • Shorthand if/else for PHP
      • How to send mail with PHP
    • Home
    • Web Developers Corner
          • FacebookFacebook
          • TwitterTwitter
          • Google+Google+

          © Copyright 2012 Web Developers Corner