Beginner article coming up, it’s time to get to know the wonderful world of CSS! Cascading Style Sheets, or css, is the standard method of styling a webpage. In fact, you should have no styling in HTML whatsoever. HTML was not designed to be a presentation language, it’s more of a structural-semantic language. In other [...]
- 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 [...]
PHP – what it does and what it doesn’t
PHP is a Server side scripting language. Its primary competitors are ASP (Microsoft), JSP (Sun), CFM (Adobe), and Perl (often called cgi by hosting companies, although it is not the only cgi language).
PHP was originally created in 1995, so as a technology it is fairly mature. Version 5.x is the latest stable version and 6 [...]
Web Development: PHP – what role does it fill
Before we try to work with PHP we need understand the role it fills – what problem does it address. The World Wide Web is built on a client-server model. A client computer requests a page which is supplied by a Web Server. The browser then renders the page for the user to view. [...]
- Author: Daniel Pataki
- Published: Jan 15th, 2009
- Comments: 22
Using javascript to hide and unhide elements dynamically
My favorite aspect of javascript is that it enables you to add great features to your site like showing/hiding parts of it when a user clicks a link without reloading, get some data from a database and displaying it in a new div, again without reloading. In fact, it would be possible (although not very [...]
Remove adverts on Wikipedia
Wikipedia are currently having their annual fundraising drive and consequently a large ‘encouragement’ to donate appears on every single encyclopedia article, which is an annoyance.
Whilst it is possible to ‘collapse’ the advertisement to a much smaller one, having to do so is about as big an annoyance as the original advertisement.
A popular Wikimedia-themed newsletter, Wikizine, [...]
Create WordPress Themes
WordPress is fantastic for the extend to which is can be customised, however if mucking around with CSS isn’t something you really want to get into personally then here are a few tools to help you out:
Artisteer
Artisteer is a new application fresh out of beta which helps you design either normal websites or a [...]

