Questions tagged [article]

An article is a particular section or item of a series in a written document

Use this tag to ask questions about features in a software that helps in writing/editing articles.

377 questions
-1
votes
1 answer

Articles about Javascript security

I'm searching fundamentals of Javascript Security and its weaknesses. I'm already reading Javascript: The Complete Rereference 2nd Edition. I'm looking for good articles. Any suggestions, please? Thanks.
mtyurt
  • 3,369
  • 6
  • 38
  • 57
-1
votes
1 answer

What Wordpress plugins are necessary for an Article Directory site?

Can anyone please tell me what are necessary pluging for wordpress which needs to be used while using a Article Directory site? For e.g: How to use captcha in the post section? How to create a user verification link in the email? How to create only…
-1
votes
2 answers

Kohana - comments under article

How to show comments under the article in Kohana v3.2 ? Should I use subrequest to Comments Controller or just call the Comment model in "View" action of Article controller?
crash01
  • 117
  • 1
  • 8
-2
votes
1 answer

Sentiment analysis of a certain paragraph from a website

I have url of multiple websites in an xlsx file. I ran a loop on the xlsx file and passed the urls as an argument to the following sentiment analysis code. Now the code is providing me with the analysis of the whole website (the websites only…
-2
votes
1 answer

Building an Angular app that hosts articles using JSON files?

I am working on an Angular application (using Angular 9) to build out a website that has articles written by my organization. I would be publishing the articles on my own time after reviewing their emailed submissions to me. I am thinking of using…
greendaysbomb
  • 364
  • 2
  • 6
  • 23
-2
votes
1 answer

How can I view an entire article on websites that require login for you to see it?

I'm wondering how can I view the entire text of an article on the web (e.x. The Economist web page), for which you need subscription to be able to see it in full.
bucz
  • 35
  • 2
  • 6
-2
votes
1 answer

How can I make a gallery that automatically fits photos like puzzle pieces?

I am attempting to create a website that will host my art, blogs, articles, and other media. I want the art (for the art) and the thumbnail (for the articles, etc.) to show at their relative shape. I can do that part by simply linking the images to…
lucas
  • 1
  • 3
-2
votes
2 answers

link inside a p tag making an error

I have an issue whenever i try to make a link inside my paragraph in HTML. I want to make a link to a different html site when you click on "her" in the text, and i get an error, that i don't know how to fix.

Hvem er Kristoffer Tølbøll? Det…

agradable
  • 7
  • 4
-2
votes
1 answer

404 - Category not found joomla

Joomla 3 return 404 when try open url, etc site.com/index.php/en/rolaplus-en-gb Article with alias rolaplus-en-gb exist. Other url work fine! Or how open article over id?
user_odoo
  • 2,284
  • 34
  • 55
-2
votes
1 answer

CSS

I need your help to fix a CSS problem. I am learning HTML/CSS and as you can see I have a problem with my content that jumps overs the div section. I don't know how to make the section unlimited height. I tried min-height but without success…
fendert12
  • 11
  • 1
  • 6
-2
votes
1 answer

how to show random articles

I am working on project which shows articles and this was done by article manager (a ready to use php script) but I have a problem, I want to show only four article titles and summaries from old list of article randomly which contains 10 article.…
anaszaman
  • 297
  • 6
  • 19
-3
votes
1 answer

Ruby on Rails undefined local variable or method in console

What is problem? I don't understand.
-3
votes
2 answers

Is there a programming language to improve environmental problems?

I am a student in a university, and I'm studying and making the programming language with delimited continuations. I want to use this study to improve environmental problems. Here, The word "environmental" means nature of the Earth. I searched…
mmsss
  • 263
  • 1
  • 2
  • 7
-3
votes
1 answer

How To add article without joomla classes

I would like to add an article in joomla without using joomla classes. I tried to insert a article data in the database in the table "content" but then I did not see the article. I discovered that the table "content" refers to the table "assets" but…
Daniele
  • 177
  • 14
-4
votes
1 answer

There is a problem in python web-scraping

I wrote a code to scrape datas from a site but there is a problem. The site it is a news portal. articleIndex = 0 for div in mainPage_soup.findAll('div', attrs={'class':'title'}): if(articleIndex<2): …
1 2 3
25
26