Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Welcome to Software Development on Codidact!

Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.

Search

Advanced Search Options

To further refine your search, you can use additional qualifiers such as score:>0.5. For example, the search score:>=0.5 created:<1y grammar would return only posts mentioning "grammar" that have a score >= 0.5 and were created less than a year ago.

Further help with searching is available in the help center.

Quick hints: tag:tagname, user:xxx, "exact phrase", post_type:xxx, created:<N{d,w,mo,y}, score:>=0.5

Filters
2.7k posts
 
50%
+0 −0
Q&A A standard about content types when creating a web shop with Drupal

I would assume the following content types would be standard when creating a web shop with Drupal but maybe I am wrong: Home page Article page Product page Service page Another page Are t...

0 answers  ·  posted 3y ago by deleted user

Question drupal
50%
+1 −1
Q&A yyyy/mm/dd instead expected dd/mm/yyyy format in PHP-created-HTML output

I have an HTML-PHP-CSS contact form with a date field: <input type="date" name="date" id="cf_input_date"></input> The default value in this field is the W3C built-in default: dd/m...

1 answer  ·  posted 4y ago by deleted user  ·  last activity 4y ago by Peter Taylor‭

Question php html css
50%
+0 −0
Q&A Submitting a form via XHR/AJAX causes partial data arrival to email inbox (only HTML without input)

I have a simple HTML-PHP contact form with some CSS. I desire to prevent the default behavior of the form which leads the user into a blank PHP page after submission, and, to have the form being s...

1 answer  ·  posted 4y ago by deleted user  ·  last activity 4y ago by Alexei‭

50%
+3 −3
Q&A What is a typeless programming language?

I have read that several programming languages, listed below are considered "typeless": Forth Brainfuck B MUMPS BLISS Lucid BCPL I have shared this data with a programmer who clued that...

1 answer  ·  posted 4y ago by deleted user  ·  last activity 4y ago by deleted user

Question terminology
50%
+0 −0
Q&A What's the alternative of "ContactsContract.Contacts.LAST_TIME_CONTACTED"?

What should I use instead of ContactsContract.Contacts.LAST_TIME_CONTACTED? According to documentation, LAST_TIME_CONTACTED variable was deprecated. Even it was written in ContactsContract.class /...

0 answers  ·  posted 3y ago by Anonymous‭  ·  edited 3y ago by Anonymous‭

50%
+0 −0
Q&A Executing a PHP HTML-CSS container on top of various content management systems

I have created two PHP modules, one is a contact form module and one is a a sticky "call now" module. I can access the contact form by example.com/contact_form.php but in contrast, example.com/cal...

0 answers  ·  posted 3y ago by deleted user  ·  edited 3y ago by Alexei‭

50%
+0 −0
Q&A What's the minimum API level for activity transition?

It worked for me hardly. Intent intent = new Intent(Activity.this, SecondActivity.class); ActivityOptions options = ActivityOptions.makeSceneTransitionAnimation(Activity.this); startActivity(int...

posted 3y ago by Anonymous‭  ·  edited 3y ago by Anonymous‭

Answer
50%
+2 −2
Q&A How to show XML in browser?

Is there possible way to run XML like as HTML? Suppose, I have following code. <?xml version="1.0" encoding="UTF-8"?> <breakfast_menu> <food> <name>Belgian Waffles&l...

2 answers  ·  posted 3y ago by Anonymous‭  ·  last activity 3y ago by desbest‭

Question xml browser
50%
+3 −3
Q&A How to run a remote JavaScript file from GitHub?

I have a JavaScript file in GitHub which I typically run by copy-pasting all its data into different user script managers (USMs) on different web browsers. I need to start executing that remote fi...

2 answers  ·  posted 3y ago by deleted user  ·  last activity 3y ago by chovy‭

Question javascript github
50%
+0 −0
Meta console.readline tag does not look good to me

I have created this tag because reading lines from the standard input stream is a basic task found in many programming languages. I have also noticed that the tag exists on SO, but this is only to ...

posted 3y ago by Alexei‭  ·  edited 3y ago by Alexei‭

Answer
50%
+0 −0
Meta We'd like to add another moderator -- who?

I'd like to nominate @hkotsubo‭, a high rep user of the site. Judging from the looks of the stats, he has a substantial amount of flags (13 as of the writing of this question), very well-received p...

posted 3y ago by General Sebast1an‭  ·  edited 3y ago by hkotsubo‭

Answer
50%
+1 −1
Q&A How do I ask git-show-branch to display a commit range?

According to the docs, you could use the --more flag If you just want to look at some commits past the common ancestor, then you can add the --more flag to it. From the git-scm docs for git-show-...

posted 3y ago by Moshi‭  ·  edited 3y ago by Moshi‭

Answer
50%
+1 −1
Q&A Why are my EMA values ​​different from the ones on the website? [closed]

I wrote a program for calculating EMA, but my values ​​differ from the values ​​calculated on this site. My program: double[] x = Numbers();//array numbers int N = 5; double k = 2.0 / (N + 1...

0 answers  ·  posted 4y ago by kolaa‭  ·  closed 4y ago by Alexei‭

Question c# .net-core
50%
+0 −0
Q&A Is there any breaking change in regard to TrustServerCertificate property of System.Data.SqlClient for .NET 5?

I think I have found the cause of this issue: Changes default behavior of driver to not validate server certificate if client did not request encryption with "encrypt=true" but encryption was en...

posted 3y ago by Alexei‭  ·  edited 3y ago by Alexei‭

Answer
50%
+0 −0
Q&A What makes a software module an "authentication" module?

The purpose of authentication is to establish the identity of the peer, and the number of ways to do that is infinite. Any software that accomplishes that objective can be categorized as authantica...

posted 3y ago by EJP‭

Answer
50%
+0 −0
Q&A When is information schema not needed and when is it indeed when migrating from one website hosting provider to another?

In some situations, could it be problematic to migrate a website's database (MySQL) from one website hosting provider to another without the information schema or with the information schema? In m...

0 answers  ·  posted 4y ago by deleted user  ·  edited 4y ago by deleted user

Question mysql database
50%
+0 −0
Q&A Is this a known design pattern: a piece of code is responsible for acting as a central proxy for data distributed in various places?

General information As indicated in the comments you are looking for something similar to the Facade pattern. It is still not clear what you are trying to achieve, but the X class seems that it wi...

posted 4y ago by Alexei‭

Answer
50%
+0 −0
Q&A Changing the font of a certain cell within a JTable

It turns out that my table cell renderer I was using wasn't initialized -.-

posted 4y ago by cuzzo‭

Answer
50%
+0 −0
Q&A Why some items aren't clickable in RecyclerView?

if (type=="dialer") { String timestamp = list.get(position).get(Constants.DATE); holder.txtTimestamp.setVisibility(View.VISIBLE); holder.imgDelete.s...

0 answers  ·  posted 3y ago by Anonymous‭

50%
+0 −0
Q&A Why ArrayList is always same value in only Adapter?

Each list index refers to the same HashMap which it just override the key's value with each iteration of your loop, losing any previously set values. So if I put the HashMap value inside loop then ...

posted 3y ago by Anonymous‭

Answer
50%
+0 −0
Q&A WARNING: environment variable DISPLAY is not set (netbeans)

I had installed default-jdk, jre and java although I didn't get any GUI of netbeans. I was thinking what was missing. While visiting lots of site I had seen oracle (Article) then I remembered I did...

posted 3y ago by Anonymous‭

Answer
50%
+0 −0
Q&A What should I use instead of managedQuery?

managedQuery is recently deprecated. ManagedQuery was used for using Cursor. What should I use since managedQuery was deprecated? Without it, I can't work with Cursor. So there must be alternative ...

1 answer  ·  posted 3y ago by Anonymous‭  ·  edited 3y ago by Alexei‭

50%
+0 −0
Q&A What should I use instead of managedQuery?

There's obviously an alternative. But it was available earlier also. It's actually getContentResolver().query(). There's not much more difference. Both classes (not actually class it's something el...

posted 3y ago by Anonymous‭

Answer
50%
+0 −0
Q&A Can Drupal be used to develop native (non web) applications?

I have used Drupal since 2010 to create websites and I recall a few years back reading that it can be used to create smartphone applications (or something similar). Is this only the "web-integrate...

1 answer  ·  posted 3y ago by deleted user  ·  last activity 3y ago by corporat‭

Question drupal
50%
+2 −2
Q&A Is it possible to mutate the DOM directly from HTML, without any JavaScript?

No you can't. HTML stands for Hyper-text markup language. So it's basically a text that may link to itself or to other texts and that have some styles. HTML is for providing the structure of the ...

posted 3y ago by nelson777‭  ·  last activity 3y ago by nelson777‭

Answer