ghacks Technology News

How to style your page using CSS

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 [...]

Tags: ,
Categories: Web Development

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 [...]

Tags: , , ,
Categories: Web Development

  • Author: Jeremiah
  • Published: Feb 16th, 2009
  • Comments: 4

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 [...]

Tags: , , , , , , ,
Categories: Tutorials Basic, Web Development

  • Author: Jeremiah
  • Published: Feb 1st, 2009
  • Comments: 1

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. [...]

Tags: , , , , , ,
Categories: Web Development

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 [...]

Tags: ,
Categories: Web Development

  • Author: Joe
  • Published: Nov 7th, 2008
  • Comments: 3

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, [...]

Tags: , ,
Categories: Browsing, The Web

  • Author: joshua
  • Published: Sep 11th, 2008
  • Comments: 6

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 [...]

Tags: , , ,
Categories: software

© 2005-2009 Ghacks.net. All Rights Reserved. Privacy Policy - About Us