Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
0 replies
15 views

I am an experienced programmer, but am new to Web Development. I have become familiar with several technologies, including embedded Javascript, which I would like to use for my employer's project. ...
Stellas Man's user avatar
47 votes
13 answers
149k views

I want to share a link via URL scheme for Telegram. I have created this: tg://msg?text = www.example.com?t=12 The link, opens telegram but nothing else happens. I have used the same code for Viber, ...
farhad1985's user avatar
35 votes
13 answers
39k views

my app crashes when trying to display server message and I think the problem could be with my getView(). below is the registerActivity were the crash occurs and my activity_register.xml import ...
Mani's user avatar
  • 455
49 votes
11 answers
67k views

I am using GitHub Pages to host my website. I have a PDF file that I want visitors to be able to open directly in a browser. But when I upload the PDF file to GitHub Pages and link to it it opens in ...
Yan Song's user avatar
  • 2,425
32 votes
11 answers
61k views

I am trying to use bootstrap glyphicons in my angular2 app. I have installed bootstrap using the command npm install bootstrap --save My code snippet is <button *ngIf="pos.name == uname" type="...
Sahana ys's user avatar
  • 371
8 votes
4 answers
10k views

Here's the code I have: import { useState } from 'react' import { QueryClientProvider, QueryClient } from 'react-query' import { ReactQueryDevtools } from 'react-query-devtools' import Navbar ...
Abbas Al-turkmani's user avatar
17 votes
4 answers
17k views

Have seen a couple of answers online but there are no clear explanations and the solutions don't work. So this is what I am trying to do: I have a folder of MANY images (thousands) - currently it is ...
Daryll 's user avatar
  • 571
3 votes
3 answers
23k views

I want to have a simple with way to hide and show an element with a button on svelte, how can I do it? Also is it simpler to do it in vanilla JS?
Xanthan's user avatar
  • 181
35 votes
6 answers
67k views

I would like to know if this code in .htaccess for forcing SSL and WWW in URL is correct, because with another codes I usually get redirect loop, e.g. RewriteCond %{HTTPS} !=on and now it works like a ...
user2406937's user avatar
36 votes
1 answer
38k views

Is it possible to display an HTML file at the endpoint? For example the home page then the user is visiting "/"?
psowa001's user avatar
  • 853
45 votes
5 answers
38k views

I'm working with Fiddler Web Debugger tool version 4.4.4.8. I've made a request to e.g. www.google.com and fiddler shows that a request is sent and the response is received. How could I know about ...
The Light's user avatar
  • 27.2k
36 votes
13 answers
89k views

Is there a way (with CSS3, JS, or anything in between) to get a page to start at a certain point scrolled down? I'd like for my page to load without the header initially displaying on load (meaning ...
aroooo's user avatar
  • 5,126
43 votes
6 answers
60k views

Was playing around with the progressive web app. I've trying to make web app install banner working but I keep receiving service worker does not successfully serve the manifest's start_url after I ...
azriebakri's user avatar
  • 1,161
27 votes
3 answers
19k views

How I can figure out if someone opens my website in windows 11? I test user agent and when someone opens my website with windows 11 I will get this "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:...
Ali Akbar Azizi's user avatar
45 votes
11 answers
77k views

I know this is an old question and must have been answered hundred times already, but I am not able to find a satisfactory response as yet. I am creating an application which will be used by other ...
Kamal's user avatar
  • 5,522
35 votes
6 answers
68k views

I have some questions about django exists() and DoesNotExist exception. Example code: id = 1 # first if User.objects.get(pk=id).exists(): # my logic pass # second try: User.objects.get(...
Dato Gachechiladze's user avatar
53 votes
8 answers
49k views

I am working with angularjs 1.2.0-rc.3. I'd like to include html code into a template dynamically. For that I use in the controller : html = "<div>hello</div>"; $scope.unicTabContent = $...
Clement Roblot's user avatar
50 votes
6 answers
40k views

I'm relatively new to Java EE/EJB, and I've been reading a lot regarding Java EE containers. I've had experience working with a web container (WAR file in JBoss). I am also aware that JBoss can also ...
mel3kings's user avatar
  • 9,460
0 votes
1 answer
6k views

So I have created a game (of sorts) in python that I want to embed into an html webpage so I can add UI features. I have used the tags to do this but I am having issues with importing packages and ...
AtomProgrammer's user avatar
47 votes
5 answers
49k views

I am little bit confused about the difference between the maxlength and the size attribute. <input type="text" name="telephone" maxlength="30" size="34"> I know that maxlength is used to ...
Hashan's user avatar
  • 714
2 votes
3 answers
3k views

I trying to create navigation bar with bootstrap. I read the docs from here, but my drop down not working. I attached everything in the <head> <head/> section but dropdown not worked for ...
Ben Johnson's user avatar
  • 1,005
32 votes
6 answers
68k views

Django will not serve my static files. Here's the error returned: [13/Jun/2014 06:12:09] "GET /refund/ HTTP/1.1" 200 2927 [13/Jun/2014 06:12:09] "GET /static/css/bootstrap.min.css HTTP/1.1" 404 1667 ...
CowardlyFrench's user avatar
21 votes
3 answers
2k views

I am going through the book Web Development with Clojure and it tells me to pass the handler (defined bellow) as a Var object instead of as the function itself, since the function can then change ...
Maurex's user avatar
  • 339
2 votes
1 answer
2k views

Good day! I have a question. It is planned to develop a large web project, which will be scaled in the future. I would like to know what is better to choose EmberJS or React? There is experience with ...
dsanich's user avatar
  • 31
20 votes
3 answers
67k views

I am using a div tag in code as shown below: <div class="col-sm-6 col-md-6 col-lg-4"> <img src="images/dummy_image.png" class="img-responsive"> </div> The user can upload any kind ...
user1770268's user avatar

1
2 3 4 5
780