Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm working on a project in PHP using Netbeans IDE which is best for coding part but when I'm coding HTML part if I want to see Design view in Netbeans, that is not visible in Netbeans so is there any plugin or software that can make design view of web page like in Dreamweaver can also show in Netbeans?
Well, the Dreamweaver view is very inconsistent. Just because it views perfectly in Dreamweaver it does not mean it will render well in a browser, and vise versa.
I would advice you to simply test all your designs within the browser itself. After all, your users will be using the browser to get to the website.
A simple ctrl+s and an alt+tab is very fast, assuming you're on windows.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I have been looking for website templates to download so far I got only one bootstrap template. I can't seem to find much with source code attached with them for download. Which site do you recommend?
You aren't going to find many templates online that have ready made "server-side" code included. The point of a template is to kick-start the user interface and experience development. Normally it will only include HTML/CSS (and Javascript/Jquery) functionality. It is up to you (the coder) to fill in the implementation details according to your requirements and language of choice, .NET, PHP etc.
Here are some other bootstrap starter templates http://startbootstrap.com/all-templates
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I need to code a small admib panel that should get and display statistics from remote servers. The main problem here is that I need to do that ASAP. So the main question here is: to use CMS or not? I'm almost sure that deploying something big like Joomla or Drupal will not be quick. Still, maybe there's something easier that matces the following conditions.
has implemented security stuff (secure login, sessions and etc);
has implemented user/groups/privileges mechanism;
has an abbility of adding users for Super Administrator.
UPD. framework instead of CMS will do as well.
Are you familiar with codeIgniter ? If yes then it is what you want.
Bonfire
It is a CMS with full time functionality of user/groups/privileges mechanism and many more.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am back-end programmer like user of PHP.
Now I have been given task of designing front-end of a website.
What I meant by front-end is widgets like 'button' , 'menubar'.
So How can I do rapid development of these things.
Well we are using YUI3 framework for frontEnd programming.
I have learnt that we can use Photoshop for web designing.
Give Twitter Bootstrap a try, it can be very useful, and you can add many plugins to make it better (eg. Bootstrap select...)
EDIT : there is also Topcoat, which is a very simple and clean CSS for building websites.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Is there any library that, given a sqlite/mysql/postgres database generates an admin panel to manage data à la Django? I know that some frameworks do this, but I need something indipendent from any other part of the application that relies solely on a given database to work.
I need something end-user oriented, so any sql-based tool (like phpMyAdmin) would not work. Thanks
Thanks.
Here are a couple of suggestions for use with mysql:
http://www.ajaxcrud.com creates an ajax crud interface. The main page provides a good example with code, and there are more advanced examples on the site as well.
There is also http://www.phpscaffold.com/ which you can use to create some skeleton pages if you prefer to have more control.
I have used both of these previously in projects and they work well.
You can check PHP Admin Panel.
It's not free but it's not expensive for what you can do.
How about Adminer Editor? It's pretty cool.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I would like to know if there is a plugin for netbeans that would make it easy for me to edit html and build simple temp pages while coding so I can place things in the right place on my page etc..
If there isn't a plugin is there any lightweight HTML webpage editor I could use?
I also don't mind buying..
Lightweight HTML Editor? :O
Try http://brandonsoft.com/htmlide/