473,545 Members | 2,797 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

need a forms IDE designer for use with PHP

114 New Member
Have been searching the web for some type of open source or low cost form IDE designer. Have used Dream Weaver a few times and experimented with a couple of share ware IDE's. I find most to be an over kill for what I wish to do and the learning curve is high.

95% of what I plan on doing is design/layout forms for use with PHP for transaction processing. I'm looking at the learning curve and ease of use. I only need the basic as to text, list, check boxes, radio buttons etc, etc.

Have any of you run across such an IDE or heard of one? I'm open to any suggestions.

Thanks in advance.
Jan 5 '07 #1
7 2091
ronverdonk
4,258 Recognized Expert Specialist
Have a look at the PHP Editors site . There you'll find reviews and user tests of many PHP editors and IDEs.

Ronald :cool:
Jan 5 '07 #2
limweizhong
62 New Member
Have a look at the PHP Editors site . There you'll find reviews and user tests of many PHP editors and IDEs.

Ronald :cool:
In my opinion, making your own forms without an IDE designer is easy enough, and probably allows for more flexibility.
Jan 5 '07 #3
ronverdonk
4,258 Recognized Expert Specialist
I don't agree with you at all here. Designing a good web application can be hard work and certainly needs quite a lot of skills. Only question here is: do you want to do it yourself or do you want to use some pre-fabricated building blocks like a lot of the IDE's let you do?

So, instead of putting my money in a full-featured and overpriced IDE, I would rather suggest to you to get a good CSS design book and tutorial and a good CSS editor (such as Top Style).

Ronald :cool:
Jan 5 '07 #4
ljungers
114 New Member
Thanks for the several suggestions. I did check out the PHP Editors site and found that most of what I saw dealt with PHP script editors. I do want to use CSS as much as I can so that the application pages all look, feel and act the same.

Have played with dreamweaver and found it way too much for what I need. I did try a package called "Nvu New View" and it was not easy to use and did not work the way I thought it would. I will check into Top Style, like I said I'm willing to pay if it's easy to use. Just want CSS and a click & drag, and set properties, code php and test, or something like that.

Every page/form will run in a intranet and not on the web as this will be a in-house developed business accounting application.

Again thanks for the info from all of you.
Jan 6 '07 #5
ronverdonk
4,258 Recognized Expert Specialist
While browsing the web found the following CSS editor from CoffeeCup. Have a look, it is not free! bit it gives a trial period so you can see if it is what you are looking for. See StyleSheet Maker

Ronald :cool:
Jan 9 '07 #6
astrologer
2 New Member
From free available php editors that I know I can suggest Codelobster php Edition (find it here:

www.codelobster .com) as handy and full enough.
All for normal work with code, an intelligent autocomplete. Easy navigation through the project. And the main

feature is debugger. I've tried also Zend. Good, all for php development, but big and there is problems with

setup. Try both.
I've forgotten, Zend isn't free (300$).
Sep 27 '07 #7
nathj
938 Recognized Expert Contributor
Hi there,

If I may wade in with my 2 cents worth.

It seems that you are after a WYSIWYG type editor. The trouble with these, from my experience, is the code they produce is awful. It is not optimised, rarely uses CSS and is hardly ever standards compliant. The results is that the site won't look the same over all browser, may not necessarily be visually consisten with itsefl and will probably take up more soom on the server than is really required.

If you wish to use a simple editor for all web development I recommend AceHTML. It has a freeware option and Pro version which you have to pay for but it is not expensive - €69.95.

I picked up in minutes having never used it before and I keep finding helpful things in it. It will do code completion, it will do object traversing, it will allow for standard code snippets and custom code snippets.

Take a look at the site (linked above) and maybe have a play around. This is just my opinion and as you have seen there are lots of them out there.

Cheers
nathj
Sep 28 '07 #8

Sign in to post your reply or Sign up for a free account.

Similar topics

0
413
by: Hector | last post by:
I have a ComboBox set up in a non-modal form. When a selection is made from the ComboBox, the handler code closes the form, but then the system crashes because of an unhandled NullReferenceException. There is a reference to Unsafe Native Methods and Callback functions, but Interop Services are not used. What is going on ? The problem does not...
5
2377
by: MFC | last post by:
Ok, after three C# books, (C# How to Program, Programming in the Key of C#, and C# Weekend Crash Course) and three weeks, I believe I have tried everything to make a certain form function correctly. I am trying to learn C# after playing around for a bit with procedural programming with PHP, not OOP, and believe I have learned quite a bit in...
2
1113
by: Justin Lazanowski | last post by:
I have a form that programmatticly creates 5 labels. Then programatticly should dispose them, when this happens when it gets down to two lables left it says that I get a null ref exception.. and I don't know why. BTW if I check for null it leaves the two labels on my page Can anyone explain this? I have included the source code for this...
7
2460
by: Mike Bulava | last post by:
I have created a base form that I plan to use throughout my application let call the form form1. I have Built the project then add another form that inherits from form1, I add a few panel controls each with a couple of controls in them I then rebuilt my project and my new panels and all controls they contained are gone... I've looked through...
7
1508
by: Sergey Poberezovskiy | last post by:
Hi, I created two base forms: frmList and frmDetail, compiled them into a dll, and then want to use in my new project. The problem: When I created new inherited form, say frmClients, I cannot load the form in design view - the IDE complains with "Argument 'Path' is Nothing or empty." error. It does not stop however the project to...
3
1395
by: chris | last post by:
Hallo, I am in need of a replacement for the Microsoft Visual Studio .NET. The reason is quiet simple. I develop forms which are used on different microsoft windows platform, and one microsoft windows platform spoils the other microsoft windows platform. For example: I have two projects, one for pc and one for pocket pc. I would like...
3
2358
by: Geraldine Hobley | last post by:
Hello, In my project I am inheriting several forms. However when I inherit from a form and add additional subroutines and methods to my inherited form I get all sorts of problems. e.g. I sometimes get MyVarialble is not declared errors when the variable is quite clearly declared, when I change it to public and then back again to private the...
11
2761
by: Nick | last post by:
Hello, Please pardon my ignorance as this is something I should know, but I'm a little unclear. I have an MDI based app. It is setup so the user opens a file and the main child form is created. Once that is opened one (or more) properties forms can be opened. What is the best method for sharing data between the properties forms and the main...
11
2025
by: CM Manager via DotNetMonster.com | last post by:
I am very frustrated due to this exception error I am receiving. I've tried searching numerous user support groups, Microsoft Support Net, Google, etc. and haven't found exactly my situation. Hopefully someone here can help. I am just learning VB.NET and purchased the SAM's "Teach Yourself VB.NET 2003 in 21 days' book. I am trying to...
3
2784
by: Terry Olsen | last post by:
I'm trying to add a domain user to a local group using the code below: Dim LCL As New DirectoryEntry("WinNT://" + Environment.MachineName + ",computer") Dim DOM As New DirectoryEntry("WinNT://us.ups.com") Dim DOMUSR As DirectoryEntry = DOM.Children.Find("USERID", "user") Dim LCLGRP As DirectoryEntry = LCL.Children.Find("LOCAL_GROUP",...
0
7434
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7692
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7946
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7457
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7791
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6026
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
5078
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3470
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
744
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.