Tagged Questions
0
votes
1answer
24 views
Load partial data and data sorting
I have one database table that I query on load and display items in a list sorted out by dates (latest first). However, as the table may become quite big, I only fetch the n first rows.
To see more ...
0
votes
1answer
28 views
Creating a voting platform for submissions during timeperiod
I have a site where stories are submitted at any time by users. The staff would like the ability to create a voting period at any time. For example, they can choose to open up voting from today until ...
0
votes
0answers
6 views
Bootstrap Active tab on modal hidden [migrated]
I am using Bootstrap as Framework for designing a form, the form has fields in several tabs, I added a onSubmit event that displays a modal if there are any empty field cancels the submit and focuses ...
0
votes
0answers
75 views
Penny auction concept and how the timer works
I am creating a penny auction site using PHP yii framework. The main consideration of the system is to update the database records of all active auctions (max 15 auctions) with the current ticker ...
0
votes
1answer
201 views
Should I use my own public API on my site (via JS)?
First of all, this question is far more different other 'public api questions' like this: Should a website use its own public API?, second, sorry for my English. You can find the question summarized ...
0
votes
1answer
118 views
What is the proper way to extract and pass parameters to call javascript functionality from my PHP page?
This is my situation: I have a search results page in PHP where most of the logic resides in a javascript file in order to avoid refreshing the page every time an action is performed. The first thing ...
-3
votes
3answers
470 views
How to not let anyone inspect elements of a webpage?
I was thinking to make some jQuery functions that will use ajax to control mysql. The whole idea is to make separate files of PHP (e.g query.php, addRow.php, update.php and delete.php) provide data to ...
0
votes
1answer
59 views
Persist AJAX values [closed]
I have a simulator that pulls data from a DB - calculates and return JSON result to an ajax call that renders a table for the results.
The calculation procedure are as follow:
grab X number of data ...
0
votes
2answers
273 views
“Match Making” script, a way without involving the database and php?
I am writing a matchmaking script for a game through a web portal. For the past few days I have been looking into the different options and I believe the following approach would be the most optimal ...
1
vote
4answers
916 views
Inserting HTML code with jquery
One of our web applications is a page that takes in a serial number and various information is returned and displayed to the user. The serial is passed via AJAX, and based on the response, one of the ...
2
votes
3answers
655 views
High traffic chat - how to check if there is new message and show it for all users
I already had question about this but obviously it was not accepted very well, apparently too long when it's actually more information so you could have given me better answer.
Ok, I will be much ...
0
votes
2answers
2k views
Display error message with jQuery without reloading page
I created login form. When user clicks on login button this form shows up with some fade effect (jQuery). What I want to do is to display error message in this form when user inputs invalid data. ...
0
votes
3answers
333 views
What tools can I use for professional document-creation and -printing in PHP? [closed]
I'm in the process of building a new pledge management system for one of my clients, a charity foundation. I have already built one for them (it was done using Delphi), but its feature-set is a little ...
1
vote
1answer
303 views
GPL question : web application using Imagick and GhostScript => Which would be the final licence?
I am a bit confusing and I need your help to undertand my problem.
I have developed a web application (PHP, JQuery) for one of my customer.
Recently, my customer ask me to add a new feature ...
0
votes
3answers
335 views
API access question
FIRST, THE SCENARIO
We have an internal system that is effectively split into 2 very separate parts across 2 sub-domains, our back-end administrative system for internal access only we will call this ...
0
votes
1answer
173 views
Trying to do some Obfuscation, How should I approach this particular case?
I currently have an assignment that is really pushing my limits so I need some help on how to approach this.
We have a set of 25 results
We are using a jquery plugin to vertically scroll through ...
5
votes
2answers
474 views
How can I design an efficient moderation system for comments?
Here's the job I want to do:
My project is a website where there will be a lot of comments.
Those comments will be moderated: a moderator will connect, see comments and accept or refuse them.
I need ...
3
votes
2answers
847 views
How to organize Javascript and AJAX with PHP?
My javascript is getting out of hand for my PHP application. I have 20 tags that link to various javascript files in a javascript folder.
Each javascript file basically controls one element on the ...
1
vote
4answers
1k views
Is JQuery or Javascript capable for image processing?
My plan is to develop a web based application in the future. I think I can name it "Booth Reservation System" for the Events companies here in our country. One of the main functionality of the system ...
10
votes
2answers
701 views
How can I use my coding skills for good?
By this autumn my two small websites should be generating around a total of $1200 a month with minimal/zero input which is enough to for me to live on comfortably enough.
Rather than embark on ...