Dreamweaver Training Can Be Interactive
When it comes to computer learning, people tend to be more receptive to interactive training methods and ways of doing things. With this in mind, imagine trying to read an entire book on how to use Adobe Dreamweaver.
Now imagine trying to remember everything you read in the book and then having to cross-reference it multiple times while using the program. Luckily, there is there is a better way than textbook education for learning programs like Adobe Dreamweaver. Better results can be obtained through video training programs which offer interactive techniques and a hands-on teaching approach to learning Adobe Dreamweaver.
Adobe Dreamweaver video training software can be a great asset to your business or, indeed, to your personal knowledge. It doesn’t matter if you’re learning how to use Dreamweaver for your job, personal use, or for your professional career. Everybody has a more fun, more productive time by learning the program via interactive training. This is because interactive video training allows you to see firsthand what you’ll experience when you actually use the program. You can check out all of the different parts of the interface and get a walkthrough of each different aspect of the software. Most people find it much more useful than any textbook information.
Interactive videos can make learning Adobe Dreamweaver a much more pleasant experience for you, your employees, or your students. There are so many ways of using Dreamweaver that the types of users that benefit from interactive video training are seemingly endless. You may be a professional web designer looking to add to your resume, or you may just be someone who wants to build a website with a really cool program. Adobe Dreamweaver can be learned and used by anyone, for any reason, as long as they have the right training. Hands-on learning is always going to be much more effective, though, because you can see and experience the product first-hand. This means you’ll know better what you’re doing when it is time to use the program yourself.
Everybody learns a lot better by example than by simply being given information. For years, it has been a proven fact both with children and adults, that learning is simply more easy when the information is shown rather than told. It doesn’t matter if you’re learning Adobe Dreamweaver professionally or for pleasure. If you want to make the most of this great piece of software, you need to take the time to experience interactive software training instead of just reading books. The results you will obtain will be much more impressive, and you will become a more skillful user in the end.
Author’s company runs public courses in ASP.NET 3.5 in London and throughout the UK.
Dreamweaver CS4’s HTML Properties Inspector
Dreamweaver’s Properties Inspector is normally displayed at the bottom of the screen and is extremely versatile. It is context sensitive, in that it displays options which are relevant to the currently selected item. These options provide useful feedback and allow you to modify the attributes of the selected element.
The Properties inspector has two different sets of options: HTML and CSS. These may be accessed by clicking on two buttons on the left of the panel. When formatting text, the HTML section contains options which allow you to assign structural attributes to your text. From the Format drop-down menu, you can specify whether the text is a heading (h1, h2, h3, etc.) or a paragraph (p). In the ID box, you have the option of assigning a unique ID to the item which could then be used in CSS or JavaScript to reference the item.
The drop-down menu labelled “Class” displays any CSS classes which have been defined either within the current HTML page or in a linked external CSS file. These classes or styles can be applied to the selected text simply by choosing one of their names. If an entire paragraph or heading is selected, Dreamweaver will associate the class with the heading or paragraph tag. Thus, your code will read, for example, ‘ p class=”greenpara” ‘. If, on the other hand, only section of a paragraph is selected, Dreamweaver will surround the selected text inside a SPAN element and attach the class to it. Thus, your code will read ‘ span class=”greenpara” ‘.
Below the Class drop-down is the link box, which allows you to convert the selected text into a hyperlink. Dreamweaver offers a variety of methods for creating the link. Thus, for example, if the link is to an external website, you can simply enter the entire URL into the link box. If you are linking to one of your own pages, one of the fastest techniques is to use the Point to File button. Simply drag the Point to File icon onto any page listed in your Files panel and Dreamweaver will create a link to it.
The HTML section of the Properties tab also features buttons for Bold and Italic. These cause Dreamweaver to surround the selected text with the strong and em (short for emphasis) elements, respectively. The default rendering for strong is normally bold, in modern browsers, and for em, italic.
The Unordered List button converts the selected text into a bulleted list; while Order List converts the text into a numbered list. The Text Outdent and Text Indent buttons can be used to promote and demote elements within lists, thus enabling you to create nested lists. If the selected text is not a list item, clicking the Text Indent button converts it into a blockquote element.
Author conducts Adobe Dreamweaver CS4 training courses and HTML/XHTML training all over the United Kingdom.
Customizing Adobe Dreamweaver CS4’s Preview In Browser Settings
When working on your web pages in Adobe Dreamweaver, you constantly need to check them in a web browser. To make this process smoother, Dreamweaver allows you to configure several browsers for previewing your pages. You can specify which browser is your primary, or main, browser; you can then elect a secondary browser and as many further browsers as you want.
Naturally, the first step is to make sure that the browser software is installed on your computer. Next, to specify your preferred browser, go to the Edit menu and choose Preferences. (This is the Windows location of Dreamweaver Preferences: on a Macintosh, go to the Dreamweaver menu and choose Preferences.)
The various types of Preferences are displayed on the left of the window. Click on the Preview in Browser section. If you already have a browser configured as your primary browser, and possibly another as your secondary, you may wish to change these. To do so, simply click on the appropriate checkboxes to specify which is primary and which is secondary.
To add other browsers, just click on the plus sign (+), navigate to the browser software and double-click to open it. You can repeat this procedure as many times as you need to.
To preview a page using one of your configured browsers, use the Preview icon (the globe). This is located on the Document toolbar which is normally displayed at the top of the document window. From the Preview drop-down menu, choose the browser that you’d like to use. You can also make use of the keyboard shortcuts: to preview using your primary browser, Shift-F12 on Windows or option-F12 on a Macintosh; to preview using the secondary browser, Control-F12 on Windows or Command-F12 on a Macintosh. Alternatively, you can simply choose the name of any other browser.
Having looked at the preview, to return to Dreamweaver, simply close the browser window.
It is also possible that sometimes you’d like to preview pages without saving the changes you’ve made to your document. Dreamweaver makes this easy but, first, let’s have a look at what normally happens when you preview a file that has been modified.
Dreamweaver throws up a dialogue box asking us if we’d like to save the changes. If you choose “No”, it gives us a preview of the last version that you saved rather than the version that you’re currently working on, If we choose “Yes”, Dreamweaver saves your changes before previewing the file. This can often be inconvenient, since you may not be ready to save your changes.
If you’d like to be able to preview a file at any time without saving your changes, return to your Browser Preview category of Dreamweaver’s Preferences and activate the option “Preview Using Temporary File”. When this option is activated, Dreamweaver will create a temporary file containing the latest version of your document and then opens it in the browser. When the browser window opens, you will notice that the file name does not correspond to the name of your document it a temporary file name generated by Dreamweaver.
The writer of this article is a developer and trainer with Macresource Computer Solutions, an independent computer training company offering Adobe Dreamweaver training courses at their central London training centre.
Build Website Faster With Adobe Dreamweaver Templates
Adobe Dreamweaver templates are one of the most powerful development aids that the program contains. Basically, a template is a master design which can be copied repeatedly to generate an limitless number of web pages each one containing the same shared elements. Obviously, each time the template generates a new page, the page can be customised and the requisite elements added to it to make it unique. This is achieved by a technique of locked page regions and editable regions.
When the template is applied to a page, locked regions cannot be modified. (You have to return to the template to alter them.) Only the areas of the page designated as editable regions can have content added to them.
To create an editable region on the template, you simply position the cursor in the desired part of the layout and choose Insert – Template Objects – Editable Region. Enter a name for the region and click OK. One frequent problem experienced by new users of Dreamweaver is the accidental placement of and editable region inside a heading or paragraph tag. This means that when the template is applied to a page, only text can be placed in the editable region. To fix this problem, return to the template, click in the editable region and examine the Tag Selector on the left of the Status bar. Having located the offending tag (usually h1, h2, p, etc.), right-click on it and choose Remove Tag from the context menu.
To apply a template to a page that already exists, open the page and choose Modify – Templates – Apply Template to Page. Next, double-click on the name of the template you wish to apply to the page. Strangely enough, there is no Dreamweaver command that enables you to apply a template to several pages at once. However, here are two suggestions for applying a template to multiple pages reasonably quickly.
Begin by selecting multiple pages in the Files panel using the classic techniques of Shift-click or Control-click (Command-click on a Mac). Then, you can right-click one of the selected files and choose Open from the context menu to open all of them. Next, activate the Assets panel (Window – Assets) and click on the Templates button (the second icon from the bottom). Finally, drag the icon of the required template onto each of the open pages. To speed up the process, use Control-Tab to switch from page to page.
To create a brand new page based on a template, choose New from the File menu and, when the New Document window appears, select the Page From Template option, click on the site that contains the template (It should already be highlighted.), then choose the template. To get the most benefit from a template, before clicking the Create button, make sure that the option “Update Page When Template Changes” is activated.
The Author of this article is a developer and trainer with Macresource Computer Solutions, a UK IT training company offering Adobe Dreamweaver Classes in London and throughout the UK.
Creating Dynamic Web Sites Using Adobe Dreamweaver
Hardly any people would argue that Adobe Dreamweaver is one of the most widely used web development packages around. It has gained its popularity by appealing to users with a broad variety of profiles. Its user-friendly interface appeals to inexperienced users with a small amount awareness of the technologies that underpin web pages. At the same time, it allows practiced web developers to interact with code in a variety of constructive ways.
Adobe Dreamweaver enables developers to create dynamic web sites whose content is derived from a data source. Such sites feature server-side pages, written in a scripting language such as PHP, ASP or ASP.Net, which need to be executed on the server. It is therefore crucial to stipulate a testing server as part of the site setup while defining such sites within Dreamweaver.
A Microsoft invention, Active Server Pages (ASP) is one of the easiest such languages to configure. Now referred to as classic ASP to distinguish it from ASP.Net, the current incarnation of Active Server Pages, ASP was initially released in the late nineties and revolutionised the way in which web sites were developed. ASP is designed to run on Windows 2000 server and on Windows XP Professional. It is part of Internet Information Services (IIS), an optional Windows component. Once installed, IIS converts your PC into a web server running a default website located in a folder called “wwwroot” which can be accessed with the web address “localhost/”.
Once ASP is up and running, Adobe Dreamweaver is equipped to start creating dynamic web sites. The features on hand in Dreamweaver for generating the necessary server-side content are to be found in three panels: Databases, Bindings and Server Behaviors. The Databases panel is used to create connections to data sources. In the case of ASP, the most frequent solutions are Microsoft Access and the more powerful Microsoft SQL Server. As soon as a connection to the database is in place, the Bindings panel is used to retrieve data into a recordset. The dialogue box which Adobe Dreamweaver uses for creating recordsets automatically generates fragments of SQL as the user interacts with the related data objects. However, some familiarity with SQL (structured query language) is needed to be able to retrieve specifically the data necessary for a given recordset.
The Server Behaviours panel is where nearly all of the action takes place: It contains a wide variety of pre-built scripts which can be used to add dynamic content to web pages. For example, the Insert Record server behaviour can be used to create a form which adds new records to a database table via a web page or it can be used to create an enquiries sheet which adds every enquiry to an enquires table and afterward takes the visitor to a thank you page.
The Author of this article is a developer and trainer with Macresource Computer Solutions, an independent computer training company offering Adobe Dreamweaver training courses at their central London training centre.
The Best New Additions To Dreamweaver CS4’s List Of Features
Dreamweaver’s New Related Files facility
HTML is a fairly limited environment which relies on files created with other technologies to add functionality to web pages. Typical examples of related files are server-side includes, CSS, JavaScript and XML. Dreamweaver now includes a feature called “Related Files” which enables you to edit the content of such files, without having to open them separately, and to instantly see the effect of your changes on the main file.
In Dreamweaver CS4, the Property Inspector contains buttons which allow you to switch between HTML and CSS options. When working in the CSS options, you can now target a specific CSS rule before choosing an attribute or, if necessary, create a new rule.
Additions to Dreamweaver’s Spry Widgets
There have been some nice new additions to the Spry form validation widgets. The Spry Validation Password widget allows you to specify the minimum and maximum number of characters, numbers, uppercase and special characters which can be included in the password entered. The Spry Validation Confirm widget checks that the entries in two fields are identical and displays a customizable error is they are not. This makes it ideal for creating “Password/Confirm Password” or “Email/Confirm Email” functionality.
Photoshop images are can be inserted using the same techniques as inserting any other image file: Insert – Image; dragging from the Files panel; dragging from the Assets panel; or using the Insert toolbar. A Photoshop-style Optimise window automatically appears and you can choose the settings appropriate for that particular image usually GIF, JPEG or PNG.
Once the image has been imported, an icon is displayed in the upper left of the image indicating that it is a smart object. Also, in the Property Inspector, the location of the original PSD file is shown in a box marked “Original”.
HTML is a notoriously sparse environment which relies on files created with other technologies to add functionality to web pages. Typical examples of related files are server-side includes, CSS, JavaScript and XML. Dreamweaver now includes a feature called “Related Files” which enables you to edit the content of such files, without having to open them separately, and to instantly see the effect of your changes on the main file.
Whenever you open a file which contains linked files, Dreamweaver displays each of the linked files in the Related Files Bar. To access a related file just click on its name. If you make any changes to a related file and asterisk appears next to its name in the Related Files Bar to remind you to save your changes. When you do, the impact of the changes is immediately visible in the main file.
HTML is a notoriously sparse environment which relies on files created with other technologies to add functionality to web pages. Typical examples of related files are server-side includes, CSS, JavaScript and XML. Dreamweaver now includes a feature called “Related Files” which enables you to edit the content of such files, without having to open them separately, and to instantly see the effect of your changes on the main file.
The Photoshop integration which was begun in Dreamweaver CS3 has been enhanced in CS4 to offer via the use of Adobe’s Smart Objects technology. A Photoshop file can be imported directly into Dreamweaver and will automatically come in as a smart object.
New ways to edit CSS
The Property Inspector can be used to change the attributes of any element you select on an HTML page. In previous versions of Dreamweaver, changing the attributes of highlighted text would cause the program to create CSS classes with names like “Style1″, “Style2″, etc. in the head area of the current page. This random creation of styles was often responsible for getting new web developers into bad habits.
The fact that the image is a smart object means that if we resize it in Dreamweaver, it will automatically be re-optimised and a new version of the image will be generated with the new dimensions. (In previous versions, resizing an image would mean that the browser was responsible for resizing leading to poor image quality.
The author is a trainer and developer with TrainingCompany.Com, an independent computer training company offering Adobe Dreamweaver Classes at their central London training centre.
Key Benefits Offered By Adobe Dreamweave CS4r?
Dreamweaver CS4 is the newest release of the leading web development and site management application originally owned by Macromedia. Dreamweaver is the ideal tool for web designers, coders, and application developers of all levels. Web professionals of every level of experience will find a workspace arrangement to fit their style, or they can create one of their own. The Dreamweaver interface has been updated to fall in line with look and overall functionality of the rest of the Adobe Creative Suite 4 programs. The user interface of Dreamweaver CS4 is both highly efficient and aesthetically pleasing.
You can use Dreamweaver to build basic sites using web technologies like XHTML, CSS, and JavaScript as well as more complex sites incorporating server-side technologies such as ASP.Net, Coldfulsion and PHP. It also allows you to create web pages driven by a database as well as admin pages for updating and deleting database records, log in pages and server behaviours for restricting access to certain areas of your site.
In addition, you will find that Dreamweaver is not one of those web development environments which adds tons of proprietary code to the the pages you create. If you are an experienced web developer and have already web sites using other tools, Dreamweaver opens web pages and web sites that were created in other programs without modifying the code. Dreamweaver allows you to work in Code or Design view or to have a split screen where you can do both. Changes that you make in design view generate clean and standards-compliant code which you can modify in Code view as necessary.
Almost all web pages that you work on will have pages linked to them such as CSS style sheets and JavaScript files. Dreamweaver CS4 makes working with such linked files much easier by giving you access to them from the Related Files toolbar.
Dreamweaver boasts an impressive array of, easy-to-use commands for adding interactivity to your web pages. Dynamic effects like rollovers, pop-up windows and the showing and hiding of page content can be achieved without any programming. Dreamweaver automatically generates the necessary JavaScript for you. Similarly, Adobe’s Spry technology, based on CSS and JavaScript, provides easy access to complex, interactive functionality. Using Spry, you can easily create interactive, drop-down menus, advanced layout elements like tabbed panels and add sophisticated form validation to prevent visitors to your site from submitting forms inappropriate data.
Dreamweaver also includes useful and powerful site management tools. Unless you are mainly concerned with create email newsletters and similar promotional material, your web development will consist of creating and editing pages that work together to form part of a web site. You may also need to work on several such sites simultaneously. Dreamweaver’s site management tools make web site development easy to manage. It has tools for collaboration by a team of people working on the same sites, for synchronising local and live versions of a site, for checking links, and browser compatibility and, naturally it incorporates FTP client software.
The writer of this article runs Adobe Dreamweaver CS4 training courses and HTML/XHTML training in London and throughout the UK.
Organizing In-House Dreamweaver Training
Teaching yourself something new isn’t always easy. However, having someone or something to teach it to you can help. For example, if you’re trying to train yourself or others on how to use a product like Adobe Dreamweaver, you’ll likely experience better success in your endeavors if you invest in training software or a tutoring program. This is because you’ll get a hands-on experience, and get to learn how the program works by using it, rather than reading about how it should work. Knowing your programs is crucial to your success as a web designer. If you run a web design company or firm, having employees that are properly trained is just as important to the success of your business.
To make sure that your employees are properly trained, you should consider using Adobe Dreamweaver training videos. These will allow everyone to see the program, and learn how it works by demonstration, rather than by just reading and memorizing information. When you have staff members who need to be properly trained, having the right software and training programs can make all the difference. Not everyone prefers to learn from a textbook. In fact, many people simply can’t learn from textbooks at all. They find it difficult to make the connection between written information and the actual use of the program without seeing it in live action.
Adobe Dreamweaver training, whether from a tutor-led course or via the medium of training videos, will ensure that your staff learn what they need to know, by making the program more accessible for them. They will learn how Dreamweaver works by seeing how it works, which will help them to better understand the logic of the program and remember how to use the product.
Dreamweaver is an essential piece of kit for anyone looking to break into the field of web design or web development. It gives new users a considerable degree of leverage, allowing them to become productive very quickly. So learning Dreamweaver is definitely a worthwhile exercise. Having staff trained on Dreamweaver can also save companies thousands of pounds a year in outsourcing costs. Suddenly, organisations start to find that their own people can now make modifications to their website, begin creating web pages and, eventually, take over the task of web management and development.
In short, Dreamweaver training will pay for itself both in terms of the savings that companies will make and the profits made by those offering their web design and development services.
The writer of this article is a developer and trainer with OnSiteTrainingCourses.Coms, a UK IT training company offering Adobe Dreamweaver Classes in London and throughout the UK.
How To Use Dreamweaver’s CSS Layouts
CSS is a considerably more complex technology than HTML and using CSS to control the layout of your pages requires experience. Fortunately for us, Dreamweaver contains a wide variety of CSS layouts which can be used for creating both individual pages and also templates which can then be used to generate multiple pages.
To use Dreamweaver’s CSS layouts, simply choose New from the File menu. The New Document window shows you all the different types of web page that Dreamweaver is capable of creating. These are arranged in categories and the preset CSS layouts are available both in the Blank Page and Blank Template categories.
If you choose the option “None” in the Layout column, no CSS file will be created; Dreamweaver will simply give you a blank HTML or XHTML page. Clicking on the name of each of the preset layouts displays a preview on the right. This gives you a rough idea of what the layout will look like. There are three column, two column and single column layouts available. These layouts use certain jargon that you may find confusing such as elastic, fixed liquid and hybrid. We will discuss these terms in another tutorial. At the moment, we are just concerned with creating an HTML page which is driven by one of Dreamweaver’s CSS layouts.
Having chosen a preset CSS layout, before you click on the “Create” button, you need to specify the way in which your CSS file will be linked to the HTML document. Next to the option labelled “Layout CSS”, you will find a drop-down menu with three options: choosing “Add to Head” will place all of the CSS rules inside the HTML document in the head section; if you opt for “Add to New File”, Dreamweaver will create a new external CSS file containing all the necessary rules; “Link to Existing File” will cause Dreamweaver to place the necessary CSS rules in an existing CSS file you designate. This final option is useful if you’re adding the page to an existing site which already has a CSS file which you want to keep using.
As a general rule of thumb, it is usually preferable to place the CSS in an external file since this offers you greater flexibility in reusing the CSS rules contained in the file. If you don’t have an existing CSS file, you should choose “Create New File” and then click the Create button. Dreamweaver will prompt you to select a location for the CSS file and will suggest a name, such as ” twoColElsLtHdr.css”. Feel free to enter a more meaningful name. When you click on the Save button, Dreamweaver will generate both the HTML and CSS pages.
The writer of this article runs Adobe Dreamweaver CS4 training courses and HTML/XHTML training throughout the UK.
Dreamweaver Training Can Change Your Career
We are always amazed at the number of different types of Dreamweaver user who attend our Dreamweaver training courses,. There is simply no longer a typical Dreamweaver user. We get people working from all types of organisation in all types of role. Private individuals, accounts specialists, marketing specialists, academics, workers in the health services…
Just as the use of a graphical interface has changed computing, making it more user-friendly, the use of Adobe Dreamweaver renders people with limited understanding of web construction capable of putting together a quality site. It is also an excellent platform for learning how web sites should be put together. For example, when you create a new page, Dreamweaver lets you choose from a series of standard layouts based on CSS (Cascading Style Sheets), the recommended specification for creating web pages. The code produced by Dreamweaver contains useful comments explaining how the page layout works.
Many small organisations have already learned to rely on Adobe Dreamweaver to build and manage their own website, creating and modifying pages and then uploading them via FTP to make them live and available to the public. Those organisations with a more urgent need to establish a web presence may still turn to professional web development companies to get them started and then use Adobe Dreamweaver when changes need to be made, often saving themselves a small fortune.
Another way that organisations can save money is by hiring web designers to create Dreamweaver templates and then basing their website on these templates in-house. This also has the benefit of giving organizations control of their site right from the outset.
Although Dreamweaver is simple to use, it is unlikely that the average user can simple load it onto their machine and start using it effectively. Most people will benefit from having some Dreamweaver training. This will show them which are the essential aspects of the program and the process of creating a basic site and making it live. A good Dreamweaver training course will also give users an overview of the many web technologies, the underlying code, which Dreamweaver uses as the users visually create their web pages.
One of the best ways to make a site useful for visitors is making it interactive, allowing users to search for the specific content that they want. By attending an advanced Dreamweaver training course, staff within an organization can learn to add database-driven content to their website using technologies such as ASP, PHP or ColdFusion. And, here again, Dreamweaver does the lion’s share of the work, allowing users to create sophisticated search and results pages using the same simply point-and-click and drag-and-drop techniques used to create basic content.
The author is a trainer and developer with Macresource Computer Solutions, a UK IT training company offering Adobe Dreamweaver training courses in London and throughout the UK.
