TutorialsRoom.com, Where knowledge lands
RSS Feed

Subscribe: RSS or e-mail

Web Design & Development Tutorials

Css 3 Multiple Columns

Css 3 Multiple Columns Tutorial
Use CSS 3 to create a set of columns on your website without having to assign individual layers and / or paragraphs for each column.
Rating: 3.0/5 (8 votes)

Displaying Form Errors As a List in Cakephp

Displaying Form Errors As a List in Cakephp Tutorial
When a form is submitted in CakePHP, any errors that fail the model validation are displayed after each respective input field. But if you're like me and really dislike that structure and output, and would rather have your errors displayed in a list above the form (an example would be my contact form), then this is how you would achieve it.
www.milesj.me | Web Development Tutorials » PHP | January 17th, 2009
Rating: 2.9/5 (8 votes)

How to Center a Div Block Horizontally the Simple And Easy Way

How to Center a Div Block Horizontally the Simple And Easy Way Tutorial
Let's say you want to design a Website with the content floating in the middle. Some coders like to use liquid layouts, which means that the horizontal width of the content div box changes according to the size of the browser window. Other designers use fixed-width layouts, which means that the width of the content div box will remain the same independent from the size of the browser window.
Rating: 2.3/5 (7 votes)

Advanced Use of Arrays in Php

Advanced Use of Arrays in Php Tutorial
This post is a part two of the first post on the basics of arrays. Today we’ll look at some useful functions built for using with arrays that come as standard with PHP and some more advanced techniques.
thephpblog.com | Web Development Tutorials » PHP | January 15th, 2009
Rating: 2.7/5 (9 votes)

How to Send Email From a Contact Form With Php

How to Send Email From a Contact Form With Php Tutorial
Want to know how to send email from a PHP script? Need visitors to send feedback to your email? You can use a PHP contact form. In this tutorial you'll learn how to create contact form with a php script that will send a simple text-only email.
Rating: 1.6/5 (8 votes)

Basic Php/mysql Pagination

Basic Php/mysql Pagination Tutorial
Do you have a MySQL query with several rows to display? This tutorial will show you in 7 simple steps how to display MySQL results over a number of pages. It will create the following navigation links: FIRST, LAST, NEXT and PREVIOUS. It is probably easier than you thought.
Rating: 1.4/5 (8 votes)

How to Map Addresses From a Database Using Google Maps Api

How to Map Addresses From a Database Using Google Maps Api Tutorial
The first time I wanted to pull addresses from MySQL and map then using Google Maps API, I went through the Google Maps API Documentation, followed several online tutorials and used code other developers provided online but I couldn’t achieve what I wanted. After several days of hair pulling and heavy coffee drinking, I put together what I had learned from all that and voila!
Rating: 2.0/5 (8 votes)

Sql Injection Attack Prevention: Protect Your Script From Hackers

Sql Injection Attack Prevention: Protect Your Script From Hackers Tutorial
Anybody that codes a script that accepts user input and inserts data into a sql database must make sure the database's integrity is protected. Is your database safe from SQL injection attacks?
Rating: 1.8/5 (4 votes)

Code Teaching How to Maxmise Social Media Traffic

Code Teaching How to Maxmise Social Media Traffic Tutorial
The code shows how you can find out where your visitors are coming from and using this information maximizes the social media interaction.
thenexus.tk | Web Development Tutorials » PHP | January 5th, 2009
Rating: 2.8/5 (6 votes)

Create a Php Script That Logins in to a Password Protected Area

Create a Php Script That Logins in to a Password Protected Area Tutorial
The aim of this tutorial is to help you create a web fetching script that can extract content from a password protected area using the necessary login credentials. I will use the well know cURL command line tool to connect to the protected web area.
Rating: 3.4/5 (5 votes)
Go to Page: « Prev 13 14 15 16 1718 19 20 21 22 23... 28 Next »
Copyright © 2007-2012 Hazem Osman. All rights reserved. Terms & Conditions