Recently Popular Web-development Tagged Tutorials
Nov 13
jQuery 1.3 with PHP:- Using the Datatables plugin
From time to time, you will want to show data in your website and allow the data to be sorted and searched. In this chapter, we will look at: • How to install and use the DataTables plugin • How to load data pages on request from the server • Searching and ordering the data
Oct 6
HTML 5 Tutorial – A Simple Web Page Layout
Are you ready to create an aesthetically eye-pleasing web page layout using HTML 5? This easy HTML 5 tutorial was written to demonstrate how to create a simple and elegant web page layout using HTML 5 elements and structure.
Oct 6
CSS Shorthand – Borders, Margins And Padding
CSS shorthand makes coding a cascading style sheet a whole lot easier. In this tutorial, we look at the power of pairs - that is pairing your pixel values when setting them on various rules such as CSS margins and padding.
Oct 6
First HTML Example Page – HTML 5 Code
HTML 5 will soon be the standard for designing and building web pages, web sites, and blogs. Join Spicy Web Design for a "test drive" of the latest revision of HTML with a simple web page example coded in HTML 5.
Oct 6
Style Your Hyperlinks With Cascading Style Sheets (CSS)
Hyperlinks are an extremely important element in web design. They can make or break a web site. This tutorial will show you how to style your hyperlinks to make your web site a smash hit!
Oct 6
What Are Cascading Style Sheets?
Ever wondered what CSS means? The letters stand for "cascading style sheets" but there is a lot more to CSS than just decoding the acronym. This tutorial shows you how to use CSS on your web site.
Oct 6
Use HTML Hyperlinks To Build A Web Site
Ever wonder how a collection of web pages come together to build a web site? Hyperlinks make web site creation possible. Learn how to use hyperlinks to build your web site!
Oct 6
How To Add Images To A Web Page
A web page without pictures or graphics is just plain boring! Learn how to spice up a web page by adding photos and graphic images to it.
Oct 6
How To REALLY Build A Web Page!
This HTML tutorial will show you how to create a technologically correct web page.
Oct 6
Your First HTML Tutorial
Ever wanted to get started with HTML but don't know where to start? This tutorial will show how easy it is to learn HTML by creating a web page. Great for absolute beginners!
Feb 19
Primitive Data Types, Arrays, Loops, and Conditions in...
The tutorial walks you through the primitive data types in JavaScript, such as strings and numbers. Moreover, it takes you through the common operators, and explains the flow control statements, such as loops and if-else conditions.
Oct 28
Learn Basic Search Engine Optimization (SEO) Techniques
How to be in the search engine first results page ahead of millions of sites? Learn some SEO basics.
Jul 27
Teach Your Bratty Little Sister RSS in 7 Simple Steps.
Show your less technically inclined friends exactly how to use RSS (those crazy little orange buttons) and why they’d want to use it.
Apr 15
Getting Input in PHP Scripts
By far the most common way is through data passed by web forms using either the GET or POST methods (the GET method can also be used by simply adding a query string onto the end of the script's URL).
Jul 17
Customizing K2: Part 5
The last in the series of K2 modification tutorials by Paul Stamatiou. This one is all about optimization.