Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
data_structures
- Page 1
Re: What Happened When We Applied Psychology-Backed Tweaks to a Funnel?
Digital Media
Digital Marketing
3 Hours Ago
by William_101
We applied psychology-based tweaks to our funnel and saw higher engagement and better user experience. Small changes made a big impact.
Re: What Happened When We Applied Psychology-Backed Tweaks to a Funnel?
Digital Media
Digital Marketing
3 Hours Ago
by jackabroy665
We saw more signups, better engagement, and higher conversions—small psychology tweaks made a big difference.
Re: What Happened When We Applied Psychology-Backed Tweaks to a Funnel?
Digital Media
Digital Marketing
2 Days Ago
by Muhammad_367
Conversions increased small psychology backed changes led to best user engagement and more effective funnel performance.
Re: What Happened When We Applied Psychology-Backed Tweaks to a Funnel?
Digital Media
Digital Marketing
1 Day Ago
by Willam
We made small psychology-based changes to our funnel and saw better results—more engagemen higher conversions and improved user experience.
Re: What Happened When We Applied Psychology-Backed Tweaks to a Funnel?
Digital Media
Digital Marketing
1 Day Ago
by warisrankhive
Brilliant breakdown! Your psychology-driven approach to funnel optimization is a game-changer—proof that small, intentional tweaks unlock massive conversions. Would love to dive deeper into how you test and scale these principles across different industries. Keep the insights coming
Re: Securing Customer Data: An Essential Cybersecurity Handbook
Hardware and Software
Information Security
2 Weeks Ago
by WilliamOG
Basically: patch your stuff, lock your doors, and stop clicking shady emails. Got it.
Re: How to display chart with long X axis values without congestion
Programming
Software Development
2 Weeks Ago
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 …
How to display chart with long X axis values without congestion
Programming
Software Development
2 Weeks Ago
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.  existing users using a web service. You will achieve this by: Creating a SQL database to store user information. Developing a web service in ASP.NET to handle registration and login. Connecting the web service to your database. …
Re: Flood control using Redis
Programming
Web Development
2 Weeks Ago
by Dani
Status update: we now use Cloudflare’s free rate limiting functionality. Back when I wrote this, Cloudflare charged for rate limiting. Note we have a Business account.
Re: Is Microsoft Solutions Partner Badge Really Worth It?
Programming
Software Development
1 Week Ago
by rproffitt
Wrong person to ask. But it was 2 decades ago and Microsoft's support was nothing better than "did you turn it off and on again?" This on a ERP deployment and frankly a failure in my view because it increased the amount of time we spent on the project. Not to mention downtime as we waited for fixes and server responses times in the …
Re: Is Microsoft Solutions Partner Badge Really Worth It?
Programming
Software Development
1 Week Ago
by Reverend Jim
I have to say that I have had both terrible and outstanding results from MS support techs. It all depends on who you get.
Re: Question/Answering over SQL Data Using LangGraph Framework
Programming
Computer Science
2 Months Ago
by Pelorus_1
Through its combination of natural language processing and structured query generation, LangGraph makes interfacing with databases and extracting insights over SQL data easier than ever.
Re: Optimizing working with big data
Programming
Software Development
1 Month Ago
by ThinkWriteGrow
> What are some best practices for optimizing memory management when working with large datasets? > > I am tagging this topic both with php (because that is my language of choice, and the one I work with big data with) as well as c++ (because I know DaniWeb has a large low level c++ community that is well suited to being able to delve…
Re: Optimizing working with big data
Programming
Software Development
1 Month Ago
by whackksports
Utilizing efficient tools and techniques, such as data filtering, storage solutions, and analytics platforms, is essential for optimizing work with big data. Automating processes, leveraging cloud computing, and ensuring scalability are also required.
Re: Data storage and retrieval - cache or database
Programming
Mobile Development
2 Months Ago
by jonathannweyer
If the "status" doesn't change frequently, caching is a solid option. You could fetch it from the database the first time it's needed, then store it in a cache (like in-memory or Redis, depending on your setup), and use that for subsequent loads.
Re: Securing Customer Data: An Essential Cybersecurity Handbook
Hardware and Software
Information Security
1 Month Ago
by graceweb
Hey Bam_391, Thanks for putting this together, really thorough breakdown. I think your point about regular employee training is especially important. Even with the best technical safeguards, a single phishing click can cause major issues. Curious if you have any thoughts on balancing strict access controls with usability, especially in smaller …
Re: Optimizing working with big data
Programming
Software Development
2 Months Ago
by Salem
My first thoughts would be 1. What is large? Are we in the TB range or mere handfuls of GB? 2. How often do you need to do this? Is it once a day, once a month, or just once.
Re: Optimizing working with big data
Programming
Software Development
2 Months Ago
by Dani
> What is large? Are we in the TB range or mere handfuls of GB? For the sake of argument, let's use my use case and say dozens of gigs and millions of rows. > How often do you need to do this? Is it once a day, once a month, or just once. For me, the most important is real-time read and write performance to tables with millions of …
Re: Ensuring data consistency and integrity
Hardware and Software
Cloud-based Apps
1 Month Ago
by Dani
We make heavy use of PHP's [Memcached::getDelayedByKey](https://www.php.net/manual/en/memcached.getdelayedbykey.php) which requests multiple items all from a specific server (hashed on the server key, which is the Topic ID #). That ensures that when you pull up a topic, we can retrieve all items for that topic in one request, all from one server.
Differential Directory, indexing method
Programming
Software Development
2 Months Ago
by xrjf
**Features:** * Retrieves the differentiating bit of a key with respect to the previous one and stores only this position in the index. * With at most one single disk read, assuming the index is in memory, it determines whether the key exists or not. * The index is always sorted and therefore requires no reorganization. * Performance is …
Re: Differential Directory, indexing method
Programming
Software Development
2 Months Ago
by xrjf
As an illustration, consider the theoretical lower bound for comparison-based sorting, as stated by Donald Knuth in The Art of Computer Programming: K × log₂(N). I developed a simple method that matches this limit. For example, to sort the list {2, 5, 7, 1, 4, 3, 8, 6}: Sort pairs: (2, 5) → [1] (1, 7) → [2] (3, 4) → [3] (6, 8) → [4] Merge…
Re: How much anonymity does a VPN really provide?
Hardware and Software
Information Security
1 Month Ago
by Liam91
A VPN is a tool that keeps your internet connection safe and private. It stops others from seeing what you do online. But a VPN doesn’t make you completely anonymous. To pick a good VPN, check: -How you pay (Bitcoin is more private than a credit card) -If they keep records of your activity (best if they don’t) -If they share IP addresses …
Handling Real-Time DOM Sync in SSR React App with Dynamic Nested Routes
Programming
Web Development
2 Months Ago
by Neil_brown001
I'm building an SSR React app (Next.js) with dynamic nested routes where components at multiple levels depend on both initial server-side data and real-time client-side updates via WebSockets. The challenge arises when synchronizing DOM state post-hydration—especially when the component tree changes due to route-based code-splitting, and some child…
Integrating OpenAI Web Search API in LangGraph
Programming
Computer Science
1 Month Ago
by usmanmalik57
Large language models are trained on a fixed corpus, and their knowledge is often limited by the documents they are trained on. Techniques like retrieval augmented generation, continuous pre-training, and fine-tuning enhance an LLM's default knowledge. However, these techniques can still not enable an LLM to answer queries that require web …
Assit the project center
Hardware and Software
1 Month Ago
by vidhunk
How do project centers assist in methodology and data analysis?
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
Backlink Auditor
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC