You are here

Web Development

Designing websites, web programming, CMS and CSS.

Insert Images in Dreamweaver CS4

  • Select and delete the default text that is inserted by Dreamweaver when creating a div ‘Content for id “header” Goes Here’.
  • Insert > Image > browse and select the logo image.
  • In the screen that appears, enter alternate text describing the image. e.g. BusinessSite Logo. Click OK.

Creating the Menu in Dreamweaver CS4

Let us now work on the menu area. To do this, let us create a new div called ‘menu’ with the accompanying css rule.

We first need to point the cursor immeadiatetly after the ‘header’ div. We can do this in 2 ways:

1. The first way is in the design view:

9 Most Common IE Bugs and How to Fix Them

Internet Explorer – the bane of most web developers’ existence. Up to 60% of your development can be wasted just trying to squash out IE specific bugs which isn’t really a productive use of your time. In this tutorial, you are going to learn about the most common IE bugs and rendering disparities and how to easily squash them or deal with them. Interested? Let’s get started.

 

Learn how to build websites from home 100% free

Learning how to build websites can be daunting at first. but with the amount of information on the web, it’s very easy to gradiently approach the subject and become a good website builder. I started a couple of years ago and I can now put together websites with ease. If you want to learn to build websites then this is for you.

Uploading files to your webpage

Have you ever wanted to upload your files to your hosting, or have you ever want to make a simple images gallery and let the visitors upload their pictures.

In this tutorial I will show you how simple is to write a script for uploading your files online with no need for complicated web scripts like ASP or PHP.

How to Attract Search Engines

Search Engine Optimization is a huge buzz-topic among webmasters. The premise is not really hard to grasp. To attract search engines to your site you need the following two things:

  1. A Good Sitemap
  2. A Robots.txt file

Some search engines, like Google, require that you also have any empty verification file in your file system which they will provide for uploading.

ASP.NET for PHP Developers

This tutorial, for PHP developers, will provide you with an introduction to ASP.NET using the C# language. If you’ve wondered what ASP.NET is about, this tutorial will strive to answer at least some of your questions. Even if you’re an ardent open-source fan, ASP.NET contains some techniques and features that are useful to know about. And, as some might say, it’s good to know your enemy!

 

CSS Using CSS To Center Content Tutorial

Centering things horizontally with CSS is straightforward once you learn a couple of techniques. In this article you learn how to center any type of content, such as a block of text, an image, a table, a div element, or an entire page, all using CSS.

CSS centering: The basic technique

The trick to centering an element with CSS is to give the element a left and right margin value of auto:

PHP Variables..,

This article explains PHP variables, and shows how to create, change, and use variables, as well as how to name PHP variables.

Like most programming languages, PHP lets you create variables in your scripts. A variable is a storage container that holds a value. This value can change as the script runs. You can:

PHP send email request read receipt

When users using Emails function in some web base application (like sugarcrm, joomla), they might need to request read receipt from the recipients.
Here is a simple tutorial on how to add in the “Request read receipt” in email while send out email thru PHP.

I am using the phpmailer class to develop the feature, please download it from the source forge.

Here is the simple script to send out email and request for read receipt.

Pages

Subscribe to RSS - Web Development