R
R
Rishat Sultanov2017-03-01 12:33:53
JavaScript
Rishat Sultanov, 2017-03-01 12:33:53

On what to write the news loader?

Good afternoon, ladies and gentlemen.
I'm building a project in PHP (Laravel).

Therefore, the idea arose to upload news to the site. No page reload.
Table structure:
1) Header 2) Link to the picture 3) Link to the full news

In the future, I will write a module for adding news in the admin panel.

Therefore what ready decisions you can advise?
Maybe there are ready-made solutions with the admin panel?
I know that there is Ajax for this, but maybe it's better to organize it somehow on something else?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Maxim Timofeev, 2017-03-01
@rishatss

Therefore what ready decisions you can advise?
jquery is the solution.
Where else are you ready?
Maybe there are ready-made solutions with the admin panel?
Ready CRUD for a table with three fields? Why would someone do this if it takes 5 to 7 minutes?
I know that there is Ajax for this, but maybe it's better to organize it somehow on something else?
On what? On Websockets? Well, this is idiotic. This is clearly a task for ajax. As an option, there is also a PJAX plugin so that seo does not lose https://github.com/defunkt/jquery-pjax

I
Ivan, 2017-03-01
@LiguidCool

Static (i.e. without loading), AJAX, Websockets.
The first and second are standard. The third is redundant.
In general, uploading such things is a bad tradition in terms of SEO.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question