As promised last week, this week we are looking at fetching RSS feeds with Magpie RSS.
Magpie is an PHP based RSS feed parser; I.E. It fetches RSS feeds to display in other places, which gives it many uses.
Unknown to many, wordpress has the magpie RSS parser built in, this article will teach you how to use it, and also how to fetch and show someones del.icio.us bookmarks!
Continue reading “Wordpress development techniques #2 - Fetching RSS feeds with wordpress” »
In this first edition of “Wordpress development techniques” I will be talking about one of the most useful classes available for use in wordpress: wpdb.
The wpdb class (WordPress DataBase class) is based on the ezSQL class, and handles database connections and queries.
Why use it? You can make all sorts of custom queries, and pull information from the wordpress database, including posts! Read on for more information on this useful class…
Continue reading “Wordpress development techniques #1 - Running custom queries using the ‘wpdb’ class” »
Widgets are a cool new feature built into wordpress version 2.2, and allow you to drag mini plugins into your widget-enabled theme’s sidebars.
They have all kinds of uses, searches, polls, you name it.
This article will show you how to create a customisable Recent post widget for yourself.
Continue reading “Create a Wordpress Recent-Posts Widget” »
When designing web sites, and adding content, it is often hard to spot your own mistakes and bad design habits.
This article identifies common pitfalls and annoyances with web sites, and advice and tips about what you can do to ensure you do not do the same!
If this article helps you, please feel free to leave a comment.
Continue reading “Bad design - my tips on what NOT to do” »
This list describes some common pitfalls that most sites could vanquish really easily to achieve better SEO. I have personally made some of these mistakes; luckily I found my own solutions which I’ll share with you. This is my growing list of SEO Mistakes;
Written by Anthony Brewittt
Continue reading “Dont do what Anthony Dont Does” »