-
Replied To a Post in How can I limit the number of entries to my website with one login?
As rproffitt suggested, you can use something such as Log In with Facebook or Log In with Google. Most people only have one Facebook or Google account. However, from a … -
Began Watching How can I limit the number of entries to my website with one login?
Hello everyone! Can you please tell me how can I limit the number of entries to my website with one login? I’m going to use Joomla for this site. I … -
Replied To a Post in problem with the live server vsc
Are both versions using the same CSS file? Is it possible that there is a second CSS file that is accessible in the remote version but not available locally? Are … -
Began Watching problem with the live server vsc
Hey guys I've a problem on my code, when I open my code on visual studio code, on live server system, the slide get column, but when I open the … -
Replied To a Post in Hi everyone, I'm shalini_9
I don't believe you can. I don't see any contact information on that site to contact anyone, and there is no delete membership functionality. You can contact them here: https://www.whois.com/whois/finebookmarks.com -
Began Watching Hi everyone, I'm shalini_9
Hi People, this is Shalini. Can anyone helps me to delete my account and my posted content on Finebookmarks.com? Please reply... #deletemypost #deletemyaccount #deleteblogonsoncialbookmarkingsite -
Replied To a Post in Hi everyone, I'm rishabs
Hi and welcome. What languages do you know? -
Began Watching Hi everyone, I'm rishabs
I have been teaching for the last four years at Seven Mentor Pune. And I know many programming languages. -
Published Android Native - sync MediaPlayer progress to Seekbar
## Introduction ## MediaPlayer (`android.media.MediaPlayer`) is a popular way to play media files, and combining it with a SeekBar can greatly improve the user experience. In this tutorial, we will … -
Replied To a Post in CSS help - inline newsletter signup form on squarespace
Let me know if you have any other questions. I'm really good with CSS but I have never used Squarespace before so I don't understand the limitations you're working with. … -
Replied To a Post in CSS help - inline newsletter signup form on squarespace
Basically what it comes down to is you want to have an outer element set to inline-flex, and then each direct child element within it will be horizontal. -
Replied To a Post in CSS help - inline newsletter signup form on squarespace
Working with the existing HTML you have: * Get rid of `display: inline` on `.form-item.field.email, .form-item.field.select, .form-button-wrapper` * Move the button to be inside the `<div class="field-list clear">` element * … -
Replied To a Post in CSS help - inline newsletter signup form on squarespace
Hi, I wasn't able to properly reproduce the image above because the HTML on the page at squarespace does not ask me for a Zip code, and the HTML is … -
Began Watching CSS help - inline newsletter signup form on squarespace
 I'm trying to make a form all in one line instead of over multiple lines/height. It can be seen on https://grapefruit-crocodile-hdl3.squarespace.com/ (pwd: contagency) It's supposed to look the attached … -
Replied To a Post in Display wrong author name
Just to clarify ... it's only fixed for new editorial that gets published moving forward. -
Replied To a Post in Display wrong author name
This has been fixed and it now says that *Dani published a topic written by <username>*. -
Replied To a Post in Adding Code to older posts?
Is there something that we could be doing better to make the site more user friendly? -
Replied To a Post in Adding Code to older posts?
Click the purple banner at the bottom of the page that says "Reply to this Topic". To insert code in your post, click the third button from the left in … -
Began Watching Adding Code to older posts?
I just dropped in and found something useful. But the java-code had to be extendet. So I would like to share the result. How to contribute code to the diskussion … -
Created What’s your WORDLE start word?
Mine is READY. When I’m not playing in hard mode, my second is PIOUS. -
Began Watching What’s your WORDLE start word?
Mine is READY. When I’m not playing in hard mode, my second is PIOUS. -
Replied To a Post in Hi everyone I’m mathew
Hiiiii! Welcome to DaniWeb! Thanks for signing up. What brought you to DaniWeb? I'm always looking to make this place better by learning what brought people here and what they'd … -
Began Watching Hi everyone I’m mathew
Hi, I’m mathewnathan. I don’t know what I’m supposed to say here sooo hello once again -
Replied To a Post in Plan to launch an Android mobile app for my business
Are you referring to an Uber or Lyft clone that only dispatches from your local cab company? If so, what would the benefits of someone using the app over Uber, … -
Began Watching Plan to launch an Android mobile app for my business
In my hometown, I'm a budding entrepreneur with a cab business that I'd want to develop to meet current market demands. It would be more expensive to create a mobile … -
Replied To a Post in Hi everyone, I'm Omerek Lee
Hi and welcome to DaniWeb!! -
Began Watching Hi everyone, I'm Omerek Lee
I am a video news publisher and news anchor at Okaat. Okaat is a platform where people get the latest news video about leaked videos, scandals, showbiz, celebrities, politicians, [talk … -
Edited Hi everyone, I'm Omerek Lee
I am a video news publisher and news anchor at Okaat. Okaat is a platform where people get the latest news video about leaked videos, scandals, showbiz, celebrities, politicians, [talk … -
Replied To a Post in jQuery differences between .data('key') and .attr('data-key')
Yes, it’s unrelated to the browser’s asset cache. By “cache” I simply mean that jQuery’s get and set data() on an DOM element are essentially just getting and setting a … -
Replied To a Post in I'm looking for an expert opinion on the best SEO tools.
Ahrefs free plan has some good core functionality as well. However, it’s definitely worth the money if organic SEO is really important to your business model. -
Began Watching I'm looking for an expert opinion on the best SEO tools.
On the Daniweb, I'm a newbie! My search for an SEO tool has led me to **UberSuggest**, **SEMRush**, and **Ahrefs**. These are the tools I'm considering purchasing from them (In … -
Replied To a Post in Send message to a specific context script tab
Unfortunately I don’t have any experience with this, but it looks to be Chrome specific? Can you explain what you’re trying to accomplish and perhaps there is a different/better way … -
Began Watching Send message to a specific context script tab
Hi DW. I want to get a message only on that specific targeted tab id. If the messege is sent to tab id 2, it should run a script under … -
Replied To a Post in Hi everyone, I'm MICKLUFFY
I see you posted an attached file that has a screenshot of the first bit of your code. Can you post the entire thing please? You can use the code … -
Replied To a Post in Hi everyone, I'm MICKLUFFY
Can you please show us what you have tried so far to do this homework problem and exactly where you are stuck or confused? -
Began Watching Hi everyone, I'm MICKLUFFY
The first line of an input file, called tons.txt, only contains a single number between 1 and 9. Write a C++ program to input the number of tons from the … -
Published Android Native - How to use TypeConverter for Room
## Introduction ## When working with a Room database, we are mostly restricted to save data using primitives (*and boxed primitives*). Reference types are not supported right out of the … -
Published Android Native - RecyclerView swipe-to-remove and drag-to-reorder
## Introduction ## In this tutorial, we will learn how to add swipe-to-remove and drag-to-reorder functionalities into RecyclerView. ## Goals ## At the end of the tutorial, you would have … -
Replied To a Post in I needed to create a website where I can check SEO stats
What is just an analysis of traffic? Ahrefs? Ahrefs crawls the entire web to build a graph of backlinks to each page. It’s completely unrelated to traffic. -
Gave Reputation to bijutoha in I needed to create a website where I can check SEO stats
I'm using Ahrefs – it is a powerful but easy to check SEO stats for my site. They are doing such good things. You can optimize your website, Analyze your … -
Replied To a Post in Should I use Schema.org on my mobile site?
Yes, I believe you should, and I can’t think of a reason why this could hurt you. However, with mobile-first indexing, having Schema markup on desktop only could, I’m assuming, … -
Began Watching Should I use Schema.org on my mobile site?
Hey, I own a site that has two versions - mobile and desktop. I’ve implemented Schema.org to the desktop version of the site. Should I add it on the mobile … -
Replied To a Post in I needed to create a website where I can check SEO stats
Are you referring to Google’s API to get the stats? Please explain what stats you’re referring to. Keep in mind Google Pagerank is no longer a thing, and hasn’t been … -
Replied To a Post in Hi everyone, I'm remahamed
Hi there and welcome to DaniWeb!!!! Thanks so much for joining and hope to see you around. -
Began Watching Hi everyone, I'm remahamed
Greetings, my name is Russell Mahamed, and I am a new member of this community. It's a pleasure to meet you all here. -
Replied To a Post in I needed to create a website where I can check SEO stats
What “seo stats” are you referring to? There are already sites such as Ahrefs that measure backlinks and sites like that are not simple scripts. -
Began Watching I needed to create a website where I can check SEO stats
Can someone help me with the script that will do such a thing? -
Replied To a Post in How PHP flows in a script
I guess I’m confused by what you’re referring to. Programming code is a sequence of steps that are executed by the script … there are functions, loops, conditionals, classes, etc. … -
Began Watching How PHP flows in a script
Anyone can find a piece of code, cut and paste it. That's fine, as I do it. But I need to know the flow of how things work. Is there … -
Replied To a Post in Hi everyone, I am Prithula Tasnim
Welcome to DaniWeb! I hope to see you around in our SEO forums. Our main rule is no backlinks in your post and you’ll be fine :)
The End.