Re: Android Native - How To Request Notification Permissions Programming Mobile Development by Inamullah_1 Great tutorial—thanks for sharing! Just a few quick additions: Starting with Android 13 (API 33), apps must request permission for POST_NOTIFICATIONS at runtime, while older versions allow notifications by default. It’s best to check the Android version before requesting this permission to avoid unnecessary prompts. Also, remember to handle the … Re: Web Services using ASP.NET Programming Web Development by natashasturrock …’ve done this in a few custom .NET development projects using ASP.NET Core with SQL Server. The idea of using a web… Here’s what usually works: Create a stored procedure in SQL Server that takes the email and password as parameters, hashes…for a match in the Users table. In your ASP.NET Core API, create a POST endpoint that calls this stored… Re: Web Services using ASP.NET Programming Web Development by WendyDolan hey I’m actually exploring something similar with ASP.NET and user validation, though i am on a newer version. … if anyone has a simple one to share, especially using SQL Server with stored procedures maybe? Re: Error LNK1104 when debugging Programming Software Development by Mr.M … one says missing`)` before `;` but it is there, if I add it again it return 103 errors and complain of the… Crosshair has a vertical and horizontal line to view the value of the axis. Programming Software Development by PM312 i want to add Crosshair , a vertical and horizontal line to view the value of the axis is this available for charts in vb.net 2017. ![chart_2.png](https://static.daniweb.com/attachments/2/0ec00ac4dbe56443fdf35cb9868981b5.png) Re: Crosshair has a vertical and horizontal line to view the value of the axis. Programming Software Development by rproffitt Given the **antipathy** towards AI here, all I can share is if you put "i want to add Crosshair , a vertical and horizontal line to view the value of the axis is this available for charts in vb.net 2017." into a chatgpt session, you'll find a solution in about 20 seconds. Re: Web Services using ASP.NET Programming Web Development by rajshah85412 …web service. You will achieve this by: Creating a SQL database to store user information. Developing a web service …. This allows your web service to communicate with the SQL Server database. Step 4: Create Two Web Service Methods…'re building a front-end (ASP.NET Web Forms, HTML, etc.), you can: Add a web reference to your service.… Re: Web Services using ASP.NET Programming Web Development by Dani > Visual Studio 2008? Yes, the OP specified they are using VS 2008. > Also 12 years late. Not only *not* against the rules, but also not discouraged on DaniWeb. That's the beauty of forums that live on for decades. Re: Crosshair has a vertical and horizontal line to view the value of the axis. Programming Software Development by rproffitt Sorry but I only have VS2008 and VS2022 now. But for a real-time crosshair that moves with the mouse, showing its position along the X and Y axis I asked ChatGPT and it appears to only need less than 20 lines of code that respond to Chart1_MouseMove(). Re: Crosshair has a vertical and horizontal line to view the value of the axis. Programming Software Development by Dani The trick with AI is to give it very short bits of code to write at a time. If you ask it to write an entire mini-program that does X, it inevitably gets quite a few bits wrong, left out, etc. But if you ask it to write pseudocode first, and then for each individual method/function call, you carefully explain what you want it to do, what parameters… Re: Dynamic Properties in PHP 8.2 Programming Web Development by Dani …, you can see in the [PHP docs](https://www.php.net/manual/en/class.stdclass.php) that the definition of the… What are "Other agent type" Googlebot types in GSC crawl stats? Digital Media Digital Marketing Search Engine Strategies by Dani In Google Search Console, I see a giant spike in "Other agent type" in crawl stats a few days ago. We don't use Google Ads (haven't for many years), and didn't add any large amount of content recently that I could imagine would constitute Google AdSense crawl. What could this be attributed to? Dynamic Properties in PHP 8.2 Programming Web Development by Dani … was not written by you, there's an easy fix: Add `#[\AllowDynamicProperties]` to the top of the class, as so: #[\AllowDynamicProperties… Handling Performance Issues in TreeView for Large MLM Networks Programming Software Development by Volochain1 When displaying extensive MLM (Multi-Level Marketing) hierarchies using TreeView in ASP.NET, performance issues often arise due to the sheer volume of nested nodes. Loading thousands of members at once can slow down the interface, increase page load time, and degrade user experience. Do you fear that Google "AI Mode" will be the default option in Google ? Digital Media Digital Marketing by jkon … changes are often not really viable. For instance, one must add human-generated FAQs for each product, explain its usage and… Embedding Wellbeing Programs at Work The Missing Link to Long-Term Growth Community Center by Happiness_1 … their energy day-to-day. These programs aren’t just add-ons—they're embedded into how work is designed, how… The Brain Behind the Business: What Workplace Happiness Programs Get Right Community Center by Happiness_1 … be embedded into how work happens—not sold as an add-on. What High-Impact Programs Do Differently Effective workplace happiness… Re: How to show visa info based on country selection in a travel form? Programming Web Development by Biiim … { alert( "complete" ); }); working example switching countries(add in the scripts below it): <!doctype html> <…; <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.…gt; <script src="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/… Re: Page Speed Issue Digital Media Digital Marketing by kearawill … setup. Use Lighthouse to target key Core Web Vitals and add a CDN if you haven’t already. Re: Error LNK1104 when debugging Programming Software Development by wwwalker … error where code requires a library to be linked and add those includes at the top then recompile and hopefully you… Re: Error LNK1104 when debugging Programming Software Development by toneewa …'t automatically linked. #pragma comment(lib, "Advapi32.lib") Add what you need to the Project Properties > Linker >… Re: Error LNK1104 when debugging Programming Software Development by Dani I will also add that Git is built into almost all IDEs. It's the default version control for Visual Studio 2019 and forward. Are you still using VS 2010? There are some Git plugins for VS 2010 as well: https://stackoverflow.com/questions/16989962/visual-studio-2010-2012-git-plugin How to display chart with long X axis values without congestion Programming Software Development by PM312 I have a candlestick chart with long list (data point) on X-Axis which becomes congested when loaded. How to show datapoint with sufficient space . Is there any container with horizontal scroll bar to display chart just like data is displayed in DataGrid view without reducing column width. ![Chartcandlestick.png](https://static.daniweb.com… Re: How to display chart with long X axis values without congestion Programming Software Development by kinvieb Hi, My first and quick point of view is that if you have a chart with such a big amount of data points, there might not be a need to show all individual data points. For the axis values, you may just choose to show points at a given interval, to avoid the congestion. For the data labels, you can choose to show labels at particular points (like … Re: What are "Other agent type" Googlebot types in GSC crawl stats? Digital Media Digital Marketing Search Engine Strategies by bijutoha If you’re not running **Google Ads** or producing a large volume of new content, chances are it’s not **AdsBot** or **something new being discovered**. Unless you're experiencing significant issues with your site, it’s usually nothing to stress over and could simply be background activity from Google. I honestly think sometimes Google's little … Re: What are "Other agent type" Googlebot types in GSC crawl stats? Digital Media Digital Marketing Search Engine Strategies by Dani > Unless you're experiencing significant issues with your site Oh, but I **am** experiencing significant issues with my site. I also just noticed that within 72 hours of the spike, 80% of our URLs have been deindexed by Google. This is the first time this has ever happened in our 23 years. Re: What are "Other agent type" Googlebot types in GSC crawl stats? Digital Media Digital Marketing Search Engine Strategies by bijutoha > > Unless you're experiencing significant issues with your site > > Oh, but I **am** experiencing significant issues with my site. I also just noticed that within 72 hours of the spike, 80% of our URLs have been deindexed by Google. This is the first time this has ever happened in our 23 years. Oh wow, Dani, that **80% deindexing… Re: What are "Other agent type" Googlebot types in GSC crawl stats? Digital Media Digital Marketing Search Engine Strategies by Dani No manual actions or security issues. Re: What are "Other agent type" Googlebot types in GSC crawl stats? Digital Media Digital Marketing Search Engine Strategies by bijutoha > No manual actions or security issues. Okay, Dani, that's genuinely good news about no manual actions or security issues, at least that rules out the scariest stuff! But it makes the 80% deindexing even more puzzling. Since it's not a penalty, my mind immediately jumps to some kind of technical configuration problem that might have … Re: What are "Other agent type" Googlebot types in GSC crawl stats? Digital Media Digital Marketing Search Engine Strategies by Dani Yesterday I ran a Screaming Frog SEO spider crawl of my site as a Googlebot user agent to see if there was some reason that Google was being blocked, and nothing unusual showed up. Google crawl stats in search console don’t indicate anything out of the ordinary such as 4xx or 5xx errors. I posted yesterday in the Google Webmaster Central …