You are here

Web Development

Designing websites, web programming, CMS and CSS.

Where I can submit my RSS feeds xml

Where I can submit my RSS feeds xml

RSS Feeds

RSS Network - submit RSS feeds & select category

Syndic8 - submit RSS feeds

DayPop - post your RSS feed or blog

Using a Dreamweaver generated Slideshow in Wordpress

If you want to have cool flash slideshow with your Wordpress blog or website and you do not have the skills to implement jquery animations or simple you are not a big fan with the coding part, this tutorial will show you how to generate a slideshow in Dreamweaver and make it work in a typical Wordpress installation. From now on, you can amaze your friends and clients with cool flash slideshows inside Wordpress. More tutorials will follow, on how to customize your wordpress website with creative products.

10 most common problems and mistakes done by PHP coders.

1. Not escaping entities

It's basic knowledge; ALL untrusted input (especially user input from forms) has to be sanitized before it is being output.

echo $_GET['username'];

PHP Data Types Tutorial

Most PHP scripts deal with data in one form or another, usually stored in variables. PHP can work with different types of data. For example, a whole number is said to have an integer data type, while a string of text has a string data type.

In this article you explore PHP's data types; look at loose typing; learn how to discover the type of a given value; and see how to change data types.

Top 11 Money-Wasting AdWords Mistakes

In my daily interaction with search engine marketing clients, I come across bad habits that businesses and individuals continually repeat.

I see a very high percentage of website owners with little to no understanding of how to build a search engine-friendly site. That's typically my first encounter. The cash drain isn't as apparent then as during my second encounter: pay per click, specifically Google AdWords.

Web Design What is Bounce Rate? Tutorial

What is bounce rate, and why is it important? This article explains how bounce rates work, and looks at typical bounce rates for different types of site.

Bouncing ballWeb analytics tools such as Google Analytics can give you a lot of insight into how your website is performing.

Web Design Create a Site Map to Aid Navigation Tutorial

Learn about HTML site maps, why they're useful, and how to make one. Plenty of real-world examples included.

Web Design Choosing Dimensions for Your Web Page Layout Tutorial

How to optimize your page layout to look great on a wide range of screen sizes. Discusses fixed and fluid widths, and "above the fold" content.

An ASP.NET Tutorial Showing How to Use Buttons on a Web Page

 

ASP.NET is an powerful technology produced by Microsoft. It was originally designed for Windows but it can be used both by the Windows programmer and the Linux programmer. It is useful for a number of reasons such as:

  • The code can be run on the server, hiding from the user;
  • The code is now cross platform (with the correct server software);
  • Web page elements (such as buttons) can be incorporated very easily.

And that's the aim of this ASP.NET tutorial - to show just how easy it is to write ASP.NET for a button.

Dreamweaver CS4 Template Based Web Pages

Now that our Dreamweaver template is ready in we can create the pages of our website easily.

Let us begin with the Home Page. The home page file is usually named index.html. Your remote hosting server will recognize this file as the home page and display it when your domain name is called up.

To create a page from the template:

Pages

Subscribe to RSS - Web Development