ghacks Technology News

  • Author: Martin
  • Published: Jun 24th, 2009
  • Comments: 8

Fix Outlook 2010

Microsoft’s plans to use the Word HTML rendering engine to display HTML emails in the upcoming email software program Microsoft Outlook 2010 has created quite a few protest websites that try to convince Microsoft to change their plans. Outlook 2010 is still in the beta stage and Microsoft is encouraging users to submit feedback to [...]

Tags: , , , , , ,
Categories: Email

  • Author: Martin
  • Published: May 7th, 2009
  • Comments: None

How To Display Valid Markup Code In Websites

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

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

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

Scriptastique web development roundup

As you all know, we started a web development section here on gHacks. After asking for your opinion and talking about it with Martin, we decided to keep writing 1-2 posts a week here, but move most of the material into a new site called Scriptastique.
Right now we only have the blog, but tutorial [...]

Tags: , , , , ,
Categories: Web Development

How echo works in PHP

The most basic command, and probably the first you’ll learn when taking a look at PHP is “echo”. The first example in many books and online tutorials is the following. Create a file, give it an extension of “.php”, upload it to your server, and edit it like so:
<?php
echo ‘Hello World’;
?>
I hate Hello World examples, [...]

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: Martin
  • Published: Feb 2nd, 2009
  • Comments: 6

Ghacks Web Development PDF Article Compilation January 09

The following article contains all web development articles that have been published in January 09. The articles are provided in PDF format to make them readable on most operating systems and devices. We are providing article compilations to give you the chance to read the articles offline and keep them as reference without having to [...]

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

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