Code a website builder using PHP and JQUERY [closed] - php

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I am looking for suggestions, references, articles that can help me understand as how to create a website builder. My users will choose a template and then edit in the editor similar to WIX.com I am interested to offer them a platform with similar features.
If there is any article or resource available that can give me an idea as what are the pros and cons of the application.
Thanks again for your help.

This question doesn't exactly belong here but
I've built a website builder and here's the gist;
It's going to take a long time
You're describing an application that's going to take a long time to make.
A website builder is not a small application it's going to have a lot of features in order to stand out and compete with the website builders that are already in place.
You're going to have to either have a team or be good at coding yourself
This application will need to follow an architecture like MVC to be able to properly perform maintenance on your application and to keep extending it's functionallity.
You're either going to need to be good at PHP, SQL, JS and JQuery and have a lot of time on your hands or have a team to get this done with the right skill sets.
No place to walk you through
The complexity of this application would also be very high and there is no document or video that will walk you through building the entire application simply because of it's complexity.
You're going to have to come up with how to build this application yourself.
If you're going to want to be doing this make sure you're prepared and have the resources to do so, this is not just a simple little project.

Related

Reports Codeigniter so hard code [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Right now, I am using CI 3.0 . And for create report like invoice, monthly report sales, I using dompdf which is so spending time to debug coz dompdf not really support JS.
I was wondering a tools like crystal report , drag and drop report. I am not sure that PHP have like that.
I found php-reports, it looks interesting. But I dont know how to integrate it.
Perhaps, someone out there have solution to this PHP Reports, or maybe if you are share how to simplified creating a report in CI.
Thank You
maybe look at; http://www.hkvstore.com/phpreportmaker/
this questions lightly talks about using it; here
CI is great in that you are allowed to break the rules if you want. if its painful working inside the M-V-C approach then bend some rules or look at another method; like writing a library, or have your model generate more than just the dataset and include html ready for your CSS that your view just has to output (rather than parse).

Looking for a WordPress plugin to use as an example/starting point [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I would like to write a WordPress plugin that provides the ability to maintain database of potentially detailed entries, and then a filterable view of those entries. Specifically I would like to maintain a player roster, with a set of specific fields for each player. It would include mostly simple fields, though I foresee needing to upload and reference photos as well.
I assume the hard part of this would be the administration page, providing your basic CRUD functionality for the table, then potentially the filterable view. I also assume that this is specific enough that there is not a plugin that fits my needs out of the box. Attempts to find one have come up empty, with one defunct effort and one that is much more complex than I'd like to start with.
So, can anyone point me at a good open source example of a plugin that would get me started, specifically something that creates custom table(s) and provides a CRUD like administration page for maintaining the tables. I'm sure I could write stand alone php scripts to do this, but I'd like to write it in the context of WP, and consider releasing it back on the community.
For a CRUD application in admin, I would like to recommend WP MVC. WP MVC is an MVC framework for WordPress, distributed as a plugin. It's not an out-of-the-box solution, but when mastered, it helps you to write quickly such applications. Latest stable version (1.2) allows you to integrate your custom models(stored in dedicated tables) with WordPress data (Posts,PostsMeta, Users/UsersMeta and Comments/CommentsMeta).

Looking for a Q&D PHP SQLite editing solution [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Here's what I need: I have a table in a SQLite file, that contains items - descriptions, dimensions, image and thumbnail.
I need to allow someone from outside the company to edit this table through an "admin interface". I need a simple login mechanism to authenticate said user, and I need a form that shows all available rows in the table applicable to him/her, and allow editing the values. That may include uploading images.
Now, I've developed tons of these interfaces before, in several languages. What I'd like to ask is: is there a shortcut? Since this needs to be quick and dirty (i.e., this wasn't in the original plan, I'm not being paid for this, but I may lose a client if I don't have it in place) and be up as soon as possible, is there some open source solution, or any previous PHP code, that I can customize and use in this and future cases?
Any solution that will save me time is welcome.
Thanks for YOUR time :)
Guy
Well if you can use a framework you could use an auto generated admin interface or scaffolding from a framework. Symfony and Cake both have this. Of course thats a lot of dead weight to have if the whole app/site isnt using the framework. But it would make it relatively painless to create. IF you can run this interface on a subdomain that would make it even esier since you dont have to worry about integrating it with anything existing except the DB and shared folder for the uploaded files.

Open Source PHP Form/Survey Engine [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Does anybody know of any open source project that deals with creating forms or surveys?
The engine needs to function something similar to Survey Monkey (surveys; each containing survey pages; each containing a survey element - radio boxes/check boxes/text areas or other components) - except that we have requirements to brand it with custom look and feel and we have our own custom form interactions. I believe that some of these custom interactions might be worth contributing back to the OSS community as well, but we would rather plug it into an existing project that creating one from scratch.
It would be preferable if such a project used PHP and MySQL but I am fine with any other combination. Any inputs on this would be very useful.
Yes, there are. The following may suit you best:
LimeSurvey
LimeSurvey basically contains everything you need for doing nearly every survey with grace.
ActiveCampaign
Conduct surveys with ease by creating your survey using our proprietary WYSIWYG survey design tool, deploying your survey to your respondents, and fully analyzing the results.
PHPESP
PHP scripts to let non-technical users create surveys, administer surveys, gather results, view statistics. All managed online after database initialization.
I can recommend JForm (http://sourceforge.net/projects/jformphp/). It enables you to create easily customizable forms from a php settings array.
I had built one custom survey as per my requirements over here. May be you can customize it and make it as per your needs and you can host it on your server too. It uses PHP / MySQL. Its not a complete solution though.

Is there an open source class somewhere for handling user comments? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I'm just wondering if anyone knows of a class that exists for handling user comments already. I can always write my own, but I figure I wouldn't re-invent the wheel if there is one out there.
Id like to be able to display a comment form, manipulate/validate/sanitize user input, and possibly more functions such as inserting into a database.
If anyone knows of any classes/packages that already implement this sort of thing, I'd love it if they could share.
Thank you,
Aside from collaborating with a 3rd party ASP-style vendor (like Pluck), I'm not sure you're going to find something like this.
I've seen components to support comments in the ORM (such as Commentable Behavior Plugin for Propel within symfony) but that doesn't give you anything in the way of forms, sanitization, display, user validation, etc.
And then there's the question of features: Do you want flaggable comments? Rich HTML? Emoticons? URL Parsing? Nested comments? Moderation tools? Profanity filtering?
I suppose all of this depends heavily on what type of existing system you're adding this to, as well (can you leverage AJAX? MVC? Postbacks? etc) but really I think it's a fairly broad topic which is why you'll probably just want to roll your own.
Another 3rd party option is www.kickapp.com which seems to be pretty decent.

Categories