Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
web2py
- Page 1
Re: Web Services using ASP.NET
Programming
Web Development
5 Days Ago
by WendyDolan
hey I’m actually exploring something similar with ASP.NET and user validation, though i am on a newer version. but the core idea should be the same using a web service to handle login and registration logic sounds super practical. would also love to see an example if anyone has a simple one to share, especially using SQL Server with stored …
Re: Web Services using ASP.NET
Programming
Web Development
4 Days Ago
by natashasturrock
Hey! You’re on the right path — I’ve done this in a few custom .NET development projects using ASP.NET Core with SQL Server. The idea of using a web service to handle login and registration is solid and keeps things clean. Here’s what usually works: Create a stored procedure in SQL Server that takes the email and password as parameters, …
Just Joined – Excited to Be Part of the DaniWeb Community!
Hardware and Software
Microsoft Windows
6 Days Ago
by Jassica68
Hi everyone! I’m new here on DaniWeb and really happy to join this awesome tech and developer community. I’ve been exploring programming, web development, and tech-related topics, and this forum seems like the perfect place to ask questions, learn from experienced people, and share ideas. I’m still learning and growing in my journey, so I’m here to…
Re: Just Joined – Excited to Be Part of the DaniWeb Community!
Hardware and Software
Microsoft Windows
6 Days Ago
by Dani
Hello and welcome to DaniWeb! Thanks for joining. :)
Re: Just Joined – Excited to Be Part of the DaniWeb Community!
Hardware and Software
Microsoft Windows
6 Days Ago
by Reverend Jim
Hello and welcome. What types of programming interest you?
Re: Defending yourself from AI. IGNORE ALL PREVIOUS INSTRUCTIONS
Hardware and Software
Information Security
3 Days Ago
by albybarney
The "ignore all previous instructions" trick no longer works. ChatGPT follows strict safety and alignment rules that can't be bypassed with simple prompts. Sensitive topics are handled carefully and within ethical guidelines.
Re: Web Services using ASP.NET
Programming
Web Development
2 Weeks Ago
by rajshah85412
Here is the detailed answer : You want to: Register new users to your website. Validate (log in) 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: Important web design and development techniques?
Digital Media
1 Week Ago
by Eckert
Great question! 🌐 When it comes to web design and development, a few key techniques really make a difference. First, always use responsive design so your site looks great on all devices. Keep your UI/UX clean and simple, focusing on fast loading times and easy navigation. Use HTML5, CSS3, and JavaScript for smooth interactions, and consider …
Re: Does web directory submissions are dead for SEO
Digital Media
Digital Marketing
Search Engine Strategies
3 Weeks Ago
by kearawill
Not completely dead, but definitely not what they used to be. Web directory submissions used to be a solid way to build backlinks, but Google’s algorithm has gotten a lot smarter. Submitting to low-quality or spammy directories can actually hurt your SEO now. That said, reputable, niche-specific directories or local business directories (like …
Re: Web Services using ASP.NET
Programming
Web Development
2 Weeks Ago
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: Page Speed Issue
Digital Media
Digital Marketing
2 Weeks Ago
by Ulfson
It's possible to build fast web sites with any given technology, just like it's possible to build slow web sites with any given technology. Without data, you're just guessing why a site might be slow, and quite possibly be optimizing something that doesn't help much. So start investigating WHY the site is slow, and work on those things. The network…
Re: Do you fear that Google "AI Mode" will be the default option in Google ?
Digital Media
Digital Marketing
2 Weeks Ago
by jkon
Great Reverend Jim , but I am not talking about "AI Overviews" that is an issue but small compared to "AI Mode" which is a new option rolled in US for now that lets AI search for you and reference a few (usually three) or none real links . Lets have Google Gemini summarize what "AI mode" is '''Google "AI Mode&…
Re: Page Speed Issue
Digital Media
Digital Marketing
3 Weeks Ago
by kearawill
Yes, that can happen. WordPress sites often perform better out of the box thanks to built-in caching, optimized themes, and CDNs. Java sites (especially custom-built ones) need manual setup for things like lazy loading, minification, server response, and JS optimization. It’s not the language—it’s the setup. Use Lighthouse to target key Core Web …
How Can I Create a Long-Term SEO Strategy for a New Website in 2025?
Digital Media
Digital Marketing
2 Weeks Ago
by Louis Slater
Hi everyone, I'm currently working on a new website in a moderately competitive niche and I'm looking to build a sustainable, long-term SEO strategy that works in 2025 and beyond. I know the basics—on-page SEO, technical optimization, backlinks, etc. but I'm finding it difficult to sort through outdated advice and focus on what's actually …
Do you fear that Google "AI Mode" will be the default option in Google ?
Digital Media
Digital Marketing
2 Weeks Ago
by jkon
Even with the current state of Google search, finding the first truly organic web page result (excluding sponsored links and promotions) often requires significant scrolling, especially when searching for products. The introduction of "AI Overviews" exacerbated this situation, though small and medium-sized businesses still had a …
Re: How do I get better in design?
Digital Media
UI / UX Design
1 Week Ago
by Nitin_30
Focus on the fundamentals; study color theory, typography, and layout grids. Practice by redesigning existing apps or websites and share your work on Dribbble or Behance for feedback. Dive into UX case studies on NN/g and UX Collective to learn best practices. For creative inspiration on composition and storytelling, explore the art-driven examples…
Re: How to show visa info based on country selection in a travel form?
Programming
Web Development
2 Weeks Ago
by Biiim
I felt like some fun, so I just put together an example for you using CDN's and bootstrap 5. From what you are talking about you probably want to put some of that logic into the Javascript and not need to send a server request for each one, I usually do this kind of thing with javascript objects/arrays (eg `settings['GB']['visa_req'] = false;…
Re: How to show visa info based on country selection in a travel form?
Programming
Web Development
3 Weeks Ago
by Dani
I have moved your post into the web development forum instead of the advertising/marketing forum where it was and tagged it appropriately. Can you please provide the Javascript code as well as PHP code that is buggy so that we can help diagnose this for you. For example, if the JSON response is empty, it is most likely because of a bug in the …
Re: What are "Other agent type" Googlebot types in GSC crawl stats?
Digital Media
Digital Marketing
Search Engine Strategies
3 Weeks Ago
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: How to show visa info based on country selection in a travel form?
Programming
Web Development
3 Weeks Ago
by groverharleen
Hello, please use developer tool while working on HTML/PHP with AJAX. in the console you can easily track what was the POST/GET request made to PHP file and what is the responses shared by PHP file. try debugging response accordingly or if still you face any trouble, please do share screen shot of Header / Request / Response Tabs. i'll …
Re: Do you fear that Google "AI Mode" will be the default option in Google ?
Digital Media
Digital Marketing
2 Weeks Ago
by Reverend Jim
I have no problem with the AI summary I get from Google after a search as long as I can scroll past it to get to the meat. Sometimes the summary is the answer I wanted. Interestingly enough, you can ask a question two ways. One gets the AI summary and the other does not. 1. why does my doctor check my peripheral vision 2. Why does my f***ing …
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
3 Weeks Ago
by Yrth
> Jim, I have not used Windows in a very, very long time, but can you not configure Windows to store My Documents on D? I'm quite sure that you can, if I remember correctly? > > https://superuser.com/questions/1725456/wha-cant-i-move-my-documents-folder You can't, directly, but you can cheat, of course. Put your documents directory …
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
3 Weeks Ago
by Reverend Jim
That's exactly what I did except I used sysinternals junction.exe. This still leaves things screwed up in that the address bar may still show you in OneDrive even though you are saving to the junction point.
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
3 Weeks Ago
by donnamitch
Hello
Re: Key Tools and Tips for Efficient Web Development
Programming
Web Development
1 Month Ago
by JackRyan248
> Hi Everyone, > > Web development can be both exciting and challenging, but having the right tools makes all the difference. If you're starting out or looking to improve your workflow, consider using popular frameworks like React or Vue for streamlined front-end development. > > On the back end, Node.js and Django are solid…
What’s the Biggest Web Design Mistake You’ve Made?
Programming
Web Development
2 Months Ago
by Ecommercewebdes
Let’s learn from each other’s fails! What’s a mistake you made in your early days of web design—and what did it teach you?
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by Pelorus_1
By loading images and content only when necessary, lazy loading speeds up web portals. Implement JavaScript or frameworks like React with dynamic imports, and use loading="lazy" for images.
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by scope_2
Lazy loading enhances web portal speed by loading images, videos, or components only when needed. Add loading="lazy" to <img> and <iframe> tags for simple use. For advanced control, use libraries like Lozad.js or lazysizes. In frameworks like React, use React.lazy() and <Suspense>. Avoid lazy loading above-the-fold …
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by gediminas.bukauskas.7
Here is a problem: Blazor WEB application working in SSR mode performs partial update of the page after posting. JS initialization does not work in this case. It is difficult to find correct event for performing JS operations.
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 …
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