Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
read
- Page 1
Re: What Happened When We Applied Psychology-Backed Tweaks to a Funnel?
Digital Media
Digital Marketing
3 Weeks Ago
by graceweb
This was a fascinating
read
, Victor! The way you applied psychological principles like authority bias and loss aversion really shows how impactful small tweaks can be. I especially appreciated the emphasis on emotional storytelling, it’s often overlooked but clearly powerful. Thanks for sharing such actionable insights!
How I Improved My Site with Simple SEO Fixes
Digital Media
Digital Marketing
Search Engine Strategies
2 Weeks Ago
by Warren Jerry
… searching for, and make sure your website is easy to
read
and navigate. That’s the key.
Re: Need Coding Help With A Project
Programming
Software Development
3 Weeks Ago
by Enzo_3
… reduce with open('numbers.txt', 'r') as file: content = file.
read
() number_strings = content.split() numbers = list(map(int, number_strings)) total = reduce…
Re: Need Coding Help With A Project
Programming
Software Development
3 Weeks Ago
by Dani
… always for the thousands of people who come after and
read
what you have to say. Newbies who come across moderators…
Re: How I Improved My Site with Simple SEO Fixes
Digital Media
Digital Marketing
Search Engine Strategies
1 Week Ago
by Dani
What simple seo fixes did you start using? How quickly did you see results?
Re: How I Improved My Site with Simple SEO Fixes
Digital Media
Digital Marketing
Search Engine Strategies
1 Week Ago
by thasleemahashim
SEO is slow by nature. While some small changes (like better titles or fixing technical errors) may show results in a few weeks, full impact often takes 3–6 months depending on competition and your site's authority.
Re: How I Improved My Site with Simple SEO Fixes
Digital Media
Digital Marketing
Search Engine Strategies
1 Week Ago
by Himanshu011
SEO is important for an ecommerce website or a business website. A title tag or meta description is clickable for the user and the search engine. IF you are running an ecommerce website, keep your product searchable and easy to understand for all users.
Re: How I Improved My Site with Simple SEO Fixes
Digital Media
Digital Marketing
Search Engine Strategies
1 Week Ago
by bijutoha
Hey Warren! Thanks for putting this together. It's so true that simple, consistent effort on the basics can make a huge difference, and it's easy to forget you don't need to be a full-on tech wizard for SEO. A quick, helpful tip I've picked up, especially for finding new content ideas or expanding on existing ones: take a look at the **"…
Re: How I Improved My Site with Simple SEO Fixes
Digital Media
Digital Marketing
Search Engine Strategies
1 Week Ago
by Eckert
Hey, thanks so much for sharing this! 🙌 Totally agree, SEO can feel overwhelming at first, but even small tweaks can bring huge results. I’ve had a similar experience just by fixing page speed issues and updating my content with better keywords. It’s amazing how just being consistent and focusing on what people actually search for can drive traffic…
Differential Directory, indexing method
Programming
Software Development
2 Months Ago
by xrjf
… position in the index. * With at most one single disk
read
, assuming the index is in memory, it determines whether the… insert "John Miles", we
read
1J, confirm it matches at position 1, and
read
record 1. The index is updated… only a maximum of 3 nodes and a single disk
read
are required per insertion.
How To Attract Client To Your Blog?
Digital Media
Digital Marketing
2 Months Ago
by blogmanagment
… just making your job harder. While 77% of internet users
read
blogs regularly, only a small part of them will be…
Cannot run exe from asp.net
Programming
Web Development
2 Months Ago
by lennyli
I have tried to
read
https://www.daniweb.com/programming/web-development/threads/386380/cannot-…
Re: Cannot run exe from asp.net
Programming
Web Development
2 Months Ago
by lennyli
> Are you sure IIS is configured to allow running external scripts? The document folder and asp file has security permission set to ALL rights for 'everyone'. In IIS, under handler mappings for .asp files, under request restriction/access, script was chosen (not execute) for feature permissions, all '
read
' 'script' 'execute' are chosen
Re: The Impact of User Research on UX Design
Digital Media
UI / UX Design
2 Months Ago
by Reverend Jim
Read
The Essentials of User Interface Design by Alan Cooper.
Re: Buggy career talk :-P
Programming
2 Months Ago
by Salem
… memory operations. So very rarely, a write-
read
in the algorithm turned into a
read
-write on the bus. Fine if it…
Re: Optimizing working with big data
Programming
Software Development
2 Months Ago
by Dani
… just once. For me, the most important is real-time
read
and write performance to tables with millions of rows that…
Re: Is there anything special I should pay attention to when doing SEO?
Digital Media
Digital Marketing
Search Engine Strategies
2 Months Ago
by dianapps
… them clear, keyword-rich (but not stuffed), and easy to
read
. **3. Mobile & Page Speed:** Google’s all about user…
Re: The Impact of User Research on UX Design
Digital Media
UI / UX Design
2 Months Ago
by john_111
…. He used grey text on a bluish background. (Hard to
read
.) The page links were a slightly different shade of grey…
Re: Hello Everyone - Newbie Here
Community Center
Say Hello!
2 Months Ago
by Reverend Jim
Welcome to Daniweb. Please take a moment to
read
the [Daniweb Posting Rules](https://www.daniweb.com/welcome/rules).
Re: Time for some humour before Jan 20
Community Center
Geeks' Lounge
1 Month Ago
by Reverend Jim
… to the other and says, "Maybe it should just
read
**Bridge Out**".
Re: Justice Department Offers Grants Against Internet Predators
Digital Media
Digital Marketing
1 Month Ago
by JackRyan248
…" or, in fact, anything about children at all. Interesting
read
. It’s good that funding supports law enforcement efforts, but…
Re: Delete unused MySQL indexes
Programming
Databases
1 Month Ago
by Dani
I already
read
that article, as well as related ones such as [this](…
Re: Differential Directory, indexing method
Programming
Software Development
2 Months Ago
by rproffitt
DiDi appears to be some China based UBER service but then again I can't find a question or much else to discuss here.
Re: Differential Directory, indexing method
Programming
Software Development
2 Months Ago
by xrjf
About DiDi DiDi (Differential Directory) was originally developed as part of my thesis project in the early 1990s. The name bears no relation to the more recent Chinese ride-sharing company. At the time, DiDi was a novel approach within its academic context, but a change in legislation unfortunately led to the closure of the school and the …
Re: Differential Directory, indexing method
Programming
Software Development
2 Months Ago
by xrjf
For example, as Donald Knuth points out in The Art of Computer Programming, the theoretical lower bound for comparison-based sorting algorithms is K × log₂(N). I developed a very simple method that matches this performance. However, DiDi goes far beyond: its performance is proportional to K × (maximum key length), regardless of the number of …
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: Differential Directory, indexing method
Programming
Software Development
2 Months Ago
by xrjf
"Just to clarify a previous mistake: the efficiency should be K × N × log₂(N), not K × log₂(N) as I initially wrote."
Re: Differential Directory, indexing method
Programming
Software Development
2 Months Ago
by xrjf
I've just made an update because some records weren't being added properly. The issue was that the form didn't take into account that the register field (in the call to DiDi) is passed by reference.
Re: Differential Directory, indexing method
Programming
Software Development
2 Months Ago
by xrjf
Just a quick update for anyone interested: I have revisited and significantly improved the code, aiming for a more professional structure and better performance. The updated version avoids freezing the UI during long operations and follows more robust programming practices. If you’d like to see DiDi in action, there is also a video …
Re: What Happened When We Applied Psychology-Backed Tweaks to a Funnel?
Digital Media
Digital Marketing
2 Months Ago
by graceweb
It’s amazing how just a few strategic changes can turn a struggling funnel into a success story. The emphasis on trust signals and emotional storytelling really resonates—those elements create a connection that can be the deciding factor for prospects. Thanks for highlighting those key takeaways! It’s a good reminder that sometimes it’s not …
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