Category: php
Dreamweaver - WISIWIG
Dreamweaver is a tool that arguably could be called the industry standard for web design
. Dreamweaver, is an Adobe product that originally belonged to Macromedia. They sold out to Adobe a few years ago. I have been using Adobe/Macromedia Dreamweaver for about ten years. I am today using the Dreamweaver version that came packaged with Adobe CS 4. I started out with Dreamweaver 4. Since then Adobe has given this software a slightly different face and updated it to accommodate all latest dynamic coding options, but fundamentally Dreamweaver has not changed. It is a WISWIG - short for What You See Is What You Get. I have used severalWISIWIGS over the years, including the ones that are Linux ports, but even though I am a Linux lover, I must admit that there is not another WISIWIG on the market that compares to Adobe Dreamweaver. I know that you hear this about products all the time because some web author is just trying to sell you a piece of software. In the case of Adobe Dreamweaver, and Macromedia Dreamweaver, or really any version of Dreamweaver, the software REALLY has no equal out there among the Free, Open Source projects. I have used a few Open Source, and free WISIWIGS that were OK, but none that give you a true drag and drop, dummy proof environment for building websites.
Dreamweaver Features
First of all, like I said before, Dreamweaver is above all a TRUE drag and drop environment. You can pretty much drag and drop all the objects that are going to be on your page anywhere that you want them. If you want to insert and image, you just choose" insert/image" and choose the image that you want to put on the page, Dreamweaver, will insert the image on the page. In design view, the user sees the image appear on the page, and whats really cool is that Dreamweaver writes the HTML code in the background. So, after you insert that image, you can add some text, and other Page Layout objects, and then when you get ready to look at the code -- you just choose "code view," and there it is. The HTML or whatever version of HTML/XHTML etc, that you have configured Dreamweaver to validate against is there for you edit and add any finesse that you choose to the code. Now I will list few more features that you will find in Dreamweaver.
Dreamweaver supports the following web building/scripting technologies
HTML, XHTML, CSS, XML, Java Script, Ajax, PHP, Adobe ColdFusion® software, and ASPIntelligent coding assistance
Dreamweaver makes building websites much easier and your code writing much cleaner with this feature. It is an auto hint feature that pops up hints to help you choose how to construct your code. This feature works with the various versions of HTML, PHP functions, methods, as well as objects.
Css Linking
Dreamweaver works with CSS and links them to your working design view so that you can see what your cuss script is doing while you are designing.
Dreamweaver FTP Client
One my favorite features of Dreamweaver is the ability to connect to your web server with and FTP connection and edit the files on your remote server in real time. Dreamweaver will arrange your website files into a tree view both local and remote, it has the ability to lock the file if it is being edited by someone. This allows you to set up an environment where a team of people can work work a web site at the same time, but not overwrite the files that belong to a certain group. Adobe DW also comes built in with Javascript rollover buttons and flash buttons that you can create and customize quickly - allowing you to deploy a website very fast.
Learning HTML and Web Design
Above all else, the one thing that I like the most about Adobe Dreamweaver is the fact that if you want to learn HTML - this software will teach you. For those of us who actually like to be able write website with nothing but a text editor, Dreamweaver allows us to see exactly what the code that is being written does. Of course you can just learn the drag and drop stuff and produce a decent looking site, but if you want to get into some serious dynamic coding, the you will definitely want to learn about all the different attributes that are in HTML, as well as vbscript and Javascript.
Covering all the features of Dreamweaver is far beyond the scope of this article. I suggest that you skip over to Adobe and get your own copy of Dreamweaver and the whole CS5 suite. Check Out MrArrowHead's Dreamweaver Tutorials(coming soon).
DownLoad DreamWeaver
using php cookies variables
Using Cookie Variables in PHP
Setting cookies in php is pretty straight forward. There is a php function:
setcookie();
This function mu
how to use dreamweaver Dreamweaver - WISIWIG
Dreamweaver is a tool that arguably could be called the industry standard for web design
. Dreamweaver, is an Adobe product that originally b
Filezilla Filezilla Ftp Client, FTP SERVER vs Wsftp
By: D.Shaun Morgan
While I was writing this article, about halfway through, I realized that it would be unfair to tell my readers about
retreive images mysql php php How to get images out of mysql database with php and use them on my webpages
Author: D.Shaun Morgan
PHP Version - PHP 5x
how to write html form PHP php
When learning PHP to build a website, one of the very first things that any newcomer, or beginner needs to learn is how to use HTML or XHTML (both will mean the same for this tutorial.) fo


Leave a Comment
how-to-use-dreamweaver