Posts Tagged ‘css’

Part 2: How to Build Custom PHP and MySQL CMS Website Software

Sunday, August 1st, 2010

In this part we demonstrate table creation and structure methods from inside of PHPMyAdmin. PHPMyAdmin is a great tool if you are not yet comfortable writing custom database structuring scripts using PHP. We make the website system smart enough to use just one file for all display, no matter how many pages or content the site acquires.

Duration : 0:26:34

(more…)

Part 1: How to Build PHP and MySQL CMS Website Software

Tuesday, July 27th, 2010

In this part of the lesson we create our MySQL database and quickly set up a default layout in Dreamweaver CS4, and tinker with the looks through CSS.

Duration : 0:15:19

(more…)

How to build a website with html/css – 1 -Photoshop Slicing

Sunday, April 11th, 2010

How to build a website with html/css, dreamweaver/photoshop

Duration : 0:49:53

(more…)

The Best & Cheapest Website Hosting

Monday, April 5th, 2010

http://bit.ly/greathost

Wondering about the best and cheapest web hosting out there? Will Hosting. In this video, I’ll be explaining how and why Will Hosting is the best option for you.

http://bit.ly/greathost

Thanks for watching this CitronTech video!
Please subscribe, thumbs up and comment.

Duration : 0:1:21

(more…)

Dreamweaver Tutorial – Creating a Website – Div tags, CSS

Monday, April 5th, 2010

Visit www.make-a-site-guide.com for more information. Create the first page of your website in few easy steps with div tags and CSS.

Duration : 0:8:50

(more…)

How to Create a Website the Right Way For Beginners Part 4

Tuesday, March 30th, 2010

Part 4 of the series by http://www.developphp.com

Duration : 0:11:3

(more…)

How to Create a Website the Right Way For Beginners Part 3

Saturday, March 27th, 2010

Part 3 of how to create a website the smart way.

Duration : 0:11:57

(more…)

How to Create a Website the Right Way For Beginners Part 7

Tuesday, March 9th, 2010

Part 7 shows the header being created and I discuss cutting it out after it is fully completed, in order to make it an easy to manage include file. Happy Coding!

Duration : 0:11:56

(more…)

Basic HTML and CSS Tutorial. Howto make website from scratch

Wednesday, December 9th, 2009

You can put your site on the web using a free host

http://blog.jimmyr.com/List_of_Webhosting_Companies_17_2008.php

Yeah, it’s long. #1 requested tutorial on my page is how to make your own site though. I guess it beats those “learn html in 24 hours” books in any case. See the freehosts below on how to put your page online.

w3 html and css

http://www.w3schools.com/html/

http://www.w3schools.com/css/default.asp

Simple HTML/CSS Layout Examples

http://blog.html.it/layoutgala/

http://www.code-sucks.com/css%20layouts/faux-css-layouts/

http://www.mycelly.com/

http://www.thenoodleincident.com/tutorials/box_lesson/boxes.html

Simple CSS Formatter

http://csstypeset.com/

HTML testing Sandbox

http://htmlsandbox.com/

CSS cheat sheet

http://www.google.com/search?hl=en&q=css+cheat+sheet&btnG=Search

HTML Cheat sheet

http://www.google.com/search?hl=en&q=html+cheat+sheet&btnG=Search

Group that standardizes html

http://www.w3.org/

MetaTags

http://www.google.com/search?hl=en&pwst=1&sa=X&oi=spell&resnum=0&ct=result&cd=1&q=meta+tags&spell=1

doctype

http://www.google.com/search?hl=en&q=doctype&btnG=Search

Adding Images as backgrounds

http://www.w3schools.com/css/css_background.asp

RGB Color
You can indicate color by using RGB mode too. eg. #336699 is a nice blue google likes to use. It stands for 33 red, 66 green, and 99 blue in hexadecimal. Here’s a RGB color picker

http://www.siteprocentral.com/html_color_code.html

Domains cost money, like $10 a year usually or less. I’m not going to endorse any registrars.

CSS rounded corners

http://www.google.com/search?hl=en&q=css+rounded+corners&btnG=Search

Change the look when printing (media)

http://www.w3.org/TR/REC-CSS2/media.html

CSS Popular Pages

http://del.icio.us/search/?fr=del_icio_us&p=css&type=all

http://del.icio.us/search/?fr=del_icio_us&p=top+css&type=all

HTML Validator

http://validator.w3.org/

CSS Validator

http://jigsaw.w3.org/css-validator/

Some decent text editors

http://www.context.cx/

http://www.pspad.com/

http://notepad-plus.sourceforge.net/uk/site.htm

http://www.jedit.org/

http://www.scintilla.org/SciTE.html

http://www.notetab.com/

html forums

http://groups.google.com/group/alt.html/topics?lnk=gschg

CSS Forums

http://csscreator.com/?q=forum/

Info about “Lorem Ipsum” often seen on template pages

http://en.wikipedia.org/wiki/Lorem_ipsum

blah

http://www.bbc.co.uk/blogs/radiolabs/2009/01/how_we_make_websites.shtml

http://arbent.net/blog/css-tips-that-every-beginning-developer-should-know-about

CSS Transparency
IE
filter:alpha(opacity=50);
Firefox
-moz-opacity:0.5;
kde based browsers
-khtml-opacity: 0.5;
Safari
opacity: 0.5;

@@@{
“Group”: “Programming”,

“JumpPoints”: [
{ "Description": "Standardizations Rant", "time": "04:21" },
{ "Description": "List of Intervals and their note Distances", "time": "5:20" },
{ "Description": "Using TrainEar.com", "time": "5:32" }
],

“Subtitles”: [
{"locale": "EN", "long": "English", "url": "http://youtube.jimmyr.com/subs/K3kC_lYLAZw_en.srt" },
{"locale": "ES", "long": "Spanish", "url": "http://youtube.jimmyr.com/subs/K3kC_lYLAZw_es.srt" }
],

“Related”: [
{ "id": "afgyNp5HueQ", "description": PHP Tutorial" }
],
“Tags”: “HTML Tutorial, Learn HTML and CSS, CSS Tutorial, html video tutorial”
}

Duration : 0:39:19

(more…)

[CSS] Build a Simple Web Page in Dreamweaver!

Wednesday, December 2nd, 2009

Check this out in higher res here: http://www.tutvid.com/tutorials/dreamweaver/tutorials/createCompleteCSSLayout.php

In this video we will start with a folder of images and in about 30 minutes construct a very simple 2 column layout using CSS to style our page! We will learn all about using divs, creating CSS rules, targeting divs, creating a background, and so much more! Start learning to harness the raw power of Cascading Style Sheets to create, layout, and style your web pages today!

Files for this video are here: http://www.tutvid.com/tutorials/dreamweaver/projectFiles/createCompleteCSSLayoutFiles.zip

Duration : 0:30:2

(more…)