Skip to main content

Posts

Showing posts from August 5, 2008

eBook : Fropesional web Design & Html Tutorial

by Joe Barta This eBook explain about html and web design, contents this book for example : So, you want to make web page !, content intoduction, Lessons: getting started, saving as html, background colors, background images, bold, italic, underlining, nesting tags, monospaced font, font size, font face, font color, more about nesting tags, section headings, link colors, line breaks, paragraph tag & paragraph aligning, centering, the " space code", special characters ,inserting images, relative paths ,ALT attribute, image dimensions, colored lines , simple links , email links, image links, more on linking ,about image filesizes, the GIF Optimizer, making & using thumbnails , more on images, image filesizes, thumbnails, anchors , screen resolution, blockquote , ordered & unordered lists ( and more ..) Table tutor about a few simple lessons on how to make tables for your web documents from lesson 1- 16 lesson in this eBook, also Why are there spaces in my tables? Mo

PHP/MySQL Tutorial

by Graeme Merrall Lesson 1 , Open source has brought a lot more than Linux to the computing world. It has also given us PHP and MySQL. According to Graeme, PHP and MySQL are the world's best combination for creating data-driven sites. In the first installment of this three-lesson tutorial, our Kiwi guide covers everything you need to know to begin developing database hubs. He gives instructions for installation on both Unix and Windows, and then goes on to show some simple scripts that will insert information into a database and display that data on a Web page. Table of content : Installing MySQL Installing PHP Your First Script Load Up a Database Pull It Back Out Lesson 2 covers more PHP/MySQL goodies than you could probably imagine. Graeme starts by showing while loops, then talks about the ever-useful if-else statement. But this information alone means little if you don't continue and see howPHP can be used with HTML forms. By the time you've polished off this lesson,