dreamweaver

parse error in php code

I just started php and I want to know how to make this parse error work. This is the error: Parse error: parse error in E:\wamp\www\PHP\create.php on line 22 And here is my code, by the way I'm making a database manipulating system. And I use wampserver and dreamweaver. <?php include 'E:\wamp\www\PHP\connection.p...

Undefined index in PHP

I have this error again: Notice: Undefined index: IDNUMBER in E:\wamp\www\PHP\create.php on line 5 Here is my code: <?php include 'E:\wamp\www\PHP\connection.php'; $IDNUMBER = $_POST['IDNUMBER']; $LNAME = $_POST['LNAME']; $FNAME = $_POST['FNAME']; $MNAME = $_POST['MNAME']; ...

I need to open a link into a new small window.

I have images on a webpage that I want to have linked to another website, but in a new window of a certain size. In Dreamweaver, I used Window > Behaviors > onMouseClick, but for some reason, that isn't working. The image isn't recognized as a link. Is there any other way I can have it open a link in a new window of a set size, and actu...

Retrieving file name with Javascript (without URL?)

I need to retrieve the file name of an HTM file - the file needs to retrieve its own file name - to use in another Javascript function within the same file. So far I have - var Docname = "ESSA_CL_2009_01" var DSstem = new Spry.Data.XMLDataSet("ESSA10_DA_sourceData_19_1.xml", "ESSA_CL_2009/" + Docname + "/Item_stem"); (the Spry or AJAX...

Detach many pages from a Dreamweaver template

I've got a site of about 500 pages from a client, all attached to a template. Is there any way I can do a "bulk detach" rather than going through each file individually? ...

How can I get Dreamweaver to search Perl files?

I use Dreamweaver as my editor of choice for web development, and often find old projects have a few Perl files. For some reson the Dreamweaver find and replace dialog does not seem to recognise these Perl files e.g. .pl or .cgi as searchable files, so when I use the "find in folder" on a folder I know contains only Perl files it retur...

Is there a useful purpose for <style type="text/javascript">?

What is the use and purpose this , is it useful? ...

Templates .dwt in Dreamweaver

I edited my site with FrontPage, there I created some template pages .dwt in the root of the each language /en/master.dwt /fr/master.dwt and so one. Now, when passed the site under Adobe Dreamweaver, it seems do not "recognize" them. I understood that Dreamweaver puts all templates in a folder Templates, but... I don't want it. It br...

Is it possible to auto-format your code in Dreamweaver ?

Is it possible to auto-format your code in Dreamweaver like in Visual Studio (ctrl+k+d) ...

convert PSD to website

Hi there' I'm learning web dev and I am already stucked at some point.. How do I convert a PSD template to a html/css website ? I've cropped all part of the image and saved them in .gif separately, but then ? Do I have to manually place them in a dreamweaver empty template ? I thought there was an automated way to do so.. Also, I'v...

Editing Dreamweaver .html file separately causes crash

I helped a friend edit a .html file and added a row to a table. As in <tr>. After a few minutes, the entire website went down. Added the rows to links.html and bio.html. Any help would be seriously appreciated. (menu vanishing, formatting ruined) I am experienced with web design, the changes were tested as copies on and off the server ...

Writing extension for dreamweaver CS4

I want to write an extension for DW , first of all I couldn't find any documentation on it, does anyone know any resource that can help me ? and also I want to know how much power the extensions give to the developer? what I'm trying to do is for example when the user selects an element, give them extra options, and at the end send the u...

SVN diff flagging all lines of code as new when PC programmer updates file recently committed by Mac Programmer

Hey guys, Here's the scenario I'm currently running into: Programmer A (Using a Mac Version of Dreamweaver) edits file client.php and commits that file to the production branch of Project Foo's repository Programmer B (Using a Windows Version of Dreamweaver) edits file client.php to fix a bug in the that file. He then does a cp client...

Dreamweaver and PHP (Alternatives)

Hello, I know there has been quite a few comments on this topic. I have tested quite a few IDE's for PHP, I have liked phpDesigner 7, which is great for PHP... but I like the way Dreamweaver has the live rendered view for quick layouts and design. It could be done by rendering to the browser and using firebug, but I really like using ...

"Mail merge"-like functionality in Dreamweaver, or in any other web editing tool?

I have inherited several related, low-traffic web sites to manage and edit. These sites are implemented with static html, and they've accrued lots of stray tags and other cruft. I want to try to clean these up and migrate them to some common page template framework to simplify design and data changes and improve overall consistency. T...

Is it impossible to build an Adobe Air application on a Mac without administrative rights?

I am at work and do not have any administrative rights, and everytime I try to preview the Adobe Air application I am working on it says permission denied (in dreamweaver). Is there anyway around this or should I say I can't build the application? ...

Why shouldn't I use position:absolute for positioning everything?

This question is asked by one of my students and I want to enlighten him with an example: "Why we should not create site layout by Dreamweaver's AP Div button , it's easier to make layout with AP Div instead Float+margin+padding and if this method is not correct then why it's not good method and why Adobe giving this butt...

Clip borders/ rounded corner of webpage like twitter?

I want to build a webpage like twitter or microsoft hohm. Like clipping borders, buttons, clipped text box. How can I do this in Dreamweaver? Is these things are done by photoshop? Any tutorial or links will be very helpful. If there are any webdesign template of twitter of something like twitter please let me know. ...

how to test a facebook application?

I am developing a facebook application using php5. I am using dreamweaver as the editor. I want to test the application. I have a test account. But, now, how do I test the application using that test account? Do I need to submit my application prior to testing? ...

How to place reminders,todolist, or code-line bookmarks in your code [Dreamweaver]

Hello i am coding in dreamweaver for a change. I was wondering if there is a way to place reminders in your code, for example in the form of a todolist or another way. I know eclipse has this option. You can place //TODO before the line of code. And this is placed in a list. You can view this list every time and conveniently go back to ...