TutorialsRoom.com, Where knowledge lands
RSS Feed

Subscribe: RSS or e-mail

Web Design & Development Tutorials

Everything About Hashing - the Truths And Myths

Everything About Hashing - the Truths And Myths Tutorial
If you are a web programmer you most likely have come across with hashing. Hashing is a general term used for functions that hash. A hash function is a very good tool that you should learn to use properly.
Rating: 1.7/5 (10 votes)

CSS3 Opacity Techniques

CSS3 Opacity Techniques Tutorial
CSS3 Opacity.. Transparency.. Lucidity.. A wee bit see-through... whatever you want to call it! Herein is a guide to using the Opacity declaration in CSS 3 along with some tutorial examples.
Rating: 2.7/5 (15 votes)

Jquery Fade in Fade Out

Jquery Fade in Fade Out Tutorial
create a fade in, fade out effect on images,divs and text using simple jquery.
Rating: 3.5/5 (12 votes)

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.7/5 (7 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)
Go to Page: « Prev 6 7 8 9 1011 12 13 14 15 16... 21 Next »
Copyright © 2007-2009 Hazem Osman. All rights reserved. Terms & Conditions