Adding a logo to your WordPress RSS Feed

The default RSS feed template in Word Press does not provide the ability to set an image for the feed. Not all feed readers support it but some, such as bloglines, do so it can be useful to maintain a personal brand. Modifying the feed template file itself was not an ideal option for me (upgrades could overwrite that file). So here is one way you can still do it. Continue reading

Fixed, Fluid, or Elastic Width Layouts?

Although this topic has been discussed many times before, and many people now use modern web standards and techniques, fixed width layouts are still prevalent. While sometimes necessary, it can often be less flexible for different users. This post briefly looks at various layout options such as fixed, fluid and elastic, describing the pros and cons of each. Continue reading

Should Web Developers Avoid WYSIWYG Editors?

For professional web developers, WYSIWYG editors are usually inappropriate, because they may encourage bad practice; may not give the developer full control of the output they need to create; is the wrong paradigm when seemingly competing requirements for web sites are considered; and many WYSIWYG editors rely on Internet Explorer which produces poor quality markup. Fortunately, being able to hand edit your markup output is not only easier than it may initially appear, but gives you flexibility to get what you need. Continue reading