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.
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.
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.
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:
A Good Sitemap
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.
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!
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:
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:
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.