There are two difficulties or problems that Internet users encounter when they want to paste code into forms to display these on the Internet. The first problem that can be encountered is that the website will interpret part or all of the code instead of displaying it. A basic example would be to display the [...]
Display Cached RSS Feed In Your Website
You might remember the announcement of our new web project Appnews which basically displays software updates in a friendly easily accessible way. What I wanted to do now is to display the five newest items of the RSS feed in the sidebar of this blog to both promote the appnews service but also provide a [...]
- Author: Daniel Pataki
- Published: Apr 9th, 2009
- Comments: 9
How to show 5 top categories in Wordpress
Wordpress is a great piece of software, and allows more than you’d think to be done with simple coding. I bet that a lot of people out there would look for a plugin to do this, but your top five categories can very easily be shown using a Wordpress template tag, just a half a [...]
- Author: Daniel Pataki
- Published: Mar 29th, 2009
- Comments: 4
Wordpress template tags you should know
If you run a Wordpress blog, you will eventually want to make some modifications to your theme. Perhaps you want to show your tags, not just categories, perhaps you want the date in a different format, you might want to add the URL of the author to each post, there are a lot of things [...]
- Author: Daniel Pataki
- Published: Mar 19th, 2009
- Comments: 2
Creating a simple multi-lingual website
If you want to create a simple webpage for yourself, listing who you are, how you can be contected and what you do, you might want to add a few languages in there. You could use Google Translate, but that does not yield the best (and professional) results, so it would be best to translate [...]
- Author: Daniel Pataki
- Published: Mar 16th, 2009
- Comments: None
Web development roundup
Last week was a bit less active in web development terms, but here’s a roundup of what you can find on Scriptastique if you haven’t been taking a look recently.
We had a look at how a mysql query basically works, which will come in handy if you’re just learning about MySQL and PHP. The [...]
- Author: Daniel Pataki
- Published: Mar 11th, 2009
- Comments: 2
Identifying each page using body tags and CSS
If you are building a large website, chances are you have a great little CSS stylesheet linked to every document which governs all the pages. But what do you do if you want just one of the pages to be completely different? You could of course go into your code and ad separate id-s and [...]

