Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
loads
- Page 1
Re: Data storage and retrieval - cache or database
Programming
Mobile Development
1 Week 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: Why SEO is Important for the Website?
Digital Media
Digital Marketing
Search Engine Strategies
2 Weeks Ago
by heerii
… helpful content using the right keywords, make sure your site
loads
fast, works well on phones, and is easy to use…
Re: Is there anything special I should pay attention to when doing SEO?
Digital Media
Digital Marketing
Search Engine Strategies
2 Weeks Ago
by scope_2
… to users and keeps them engaged. Make sure your website
loads
quickly, is mobile-friendly and is easy to navigate. Consider…
Re: How Can I Increase More Traffic of My Website?
Digital Media
Digital Marketing
1 Week Ago
by Kidskastle
Share your website on social media, write helpful and interesting content, use the right keywords so people can find you on Google, and ensure your website
loads
fast and works well on mobile devices. Ads can also be placed on your site or other websites can link to it.
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
1 Month Ago
by Dani
… measures needing to reposition elements on the page as it
loads
or due to user interaction. As long as the spot… carved out from the very beginning, even if the image
loads
much later, no other element on the page would ever…
Re: how to get back visual basic 6 project again on coding again
Programming
2 Months Ago
by rproffitt
… project to C# and at the time VS2008. Today it
loads
right up on VS2022. As to your old system, the…
Re: send checkbox to email using phpmailer
Programming
Web Development
2 Months Ago
by Dani
… using them to set the values of a form that
loads
on the page. For what purpose? Is there a different…
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
1 Month Ago
by jkon
… to the behavior of Chromium-based browsers. If the browser
loads
many images at once on page entry, the main thread…
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
1 Month Ago
by Dani
… has complicated ads that are different each time the page
loads
. Some ads are well written and some are a huge…
Re: How do I establish an open connection to an open web browser in C#?
Programming
Software Development
2 Months Ago
by pathofbuilding
To attach Selenium to an already open Chrome browser in C#, launch Chrome manually with debugging enabled using chrome.exe --remote-debugging-port=9222 --user-data-dir="C:\SeleniumChromeProfile", then use ChromeOptions options = new ChromeOptions(); options.DebuggerAddress = "localhost:9222"; IWebDriver driver = new ChromeDriver…
Re: How do I establish an open connection to an open web browser in C#?
Programming
Software Development
2 Months Ago
by xivlauncher
You can also use SHDocVw or System.Diagnostics name spaces from C# to interact with an open web browser, or connect programmatically to an existing browser window using the UI Automation API. Of course, for deeper control over Chrome, you may need the Chrome DevTools Protocol.
Re: loads htm but not aspx
Programming
Web Development
20 Years Ago
by tommi
…. aspx pages load ok with web matrix, so web matrix
loads
index.aspx page on the fly using port 8080 to…
Re: loads htm but not aspx
Programming
Web Development
20 Years Ago
by tommi
… the computer from win2000pro to win2003server, something that sounds like
loads
of fun. I have an open thread on asp.net…
Re: Loads of Down's
Community Center
Meta DaniWeb
15 Years Ago
by The Dude
Hehe yes i have
loads
of downs on my thread i posted on this base the other day (Current @ -4) Totally obsurd :D
Help with displaying .gif image while page loads
Programming
Web Development
14 Years Ago
by cali_dotcom
… should display a gif image while a page
loads
. i have a php page with a link…problem is that the blank page(of the overlay)
loads
over it. question: is there any way to …i can do this? right now, the gif
loads
on the calling although it should load over it… when any further requests are made and it
loads
over it. does anyone see why it does…
has pickle.loads ever worked or the only solution is to use pickle.load
Programming
Software Development
12 Years Ago
by krystosan
…Maya Data Out > %s ",pickle.
loads
(process.stdout.read()) File "C:\Python26\…lib\pickle.py", line 1374, in
loads
return Unpickler(file).load() File "C:\…and I have to read it using pickle.
loads
(listObject) but i keep getting the Index …
Re: has pickle.loads ever worked or the only solution is to use pickle.load
Programming
Software Development
12 Years Ago
by Gribouillis
`pickle.
loads
()` works very well unless the pickle was written with a … compute the checksum of the received data before calling `pickle.
loads
()`. This should tell us if the error comes from `pickle….
loads
()` or not. The standard library functions are heavily tested, so …
ajax loads loads new item each time I execute it. :(
Programming
Web Development
13 Years Ago
by ebolt007
… the header and don't load them eachtime my script
loads
, then the scripts inside that "replaceWith" don't… function, and since the DOM is only set when it
loads
, then it doesn't pick up the scripts on a…
PHP Dynamic Images Loads Slowly!
Programming
Web Development
19 Years Ago
by olddocks
… i have checked are about 76 bytes each. Yet it
loads
slowly. Earlier, i used mod rewrite to rewrite my url… gif files and i felt no difference at all, still
loads
slowly. i am getting insane with this. Does it has…
controlling how XP loads applications
Hardware and Software
Microsoft Windows
16 Years Ago
by msi84
… programs into the STARTUP folder and when xp boots, Maptech
loads
before the operator can finish the screen cal. The sequencing… need the cal routine to finish before the navigation program
loads
.
Ajax loads indefinatley
Programming
Web Development
15 Years Ago
by wiz83
… Website(name withheld) who is clicking on a button which
loads
the Ajax indicator and then opens a pop-up, but… for this particular user the Ajax
loads
indefinitely he never gets to go to the pop-up…
display progress while page loads
Programming
Web Development
13 Years Ago
by Buppy
Hi, I have a page that
loads
for some time and it would be nice to show … nothing. Is there any way to show content while page
loads
? A good example is wordpress wp-admin plugin installer, where…
As page loads, perform an action
Programming
Web Development
13 Years Ago
by Jamesiv1
… a page called **display.php** The URL when **display.php**
loads
is http://mydomain/phpcart.php?action=view As **display.php…**
loads
, I need it to perform a different action: instead of **…
execute js code after ajax loads into a div
Programming
Web Development
13 Years Ago
by mbarandao
Hello: I have an ajax file to
loads
the content of another file into a div, here is … preceeding js codes work fine, but not once the ajax
loads
the file into div. Any thoughts on how this is…
Show progress bar as file loads
Programming
Software Development
12 Years Ago
by Mikey12345
… I have code as follows which works nicely but it
loads
a bit slow. I would like to have a progress… bar while the file
loads
my code is as follows With OpenFileDialog1 .Filter = "Text…
vista loads, but other software wont
Hardware and Software
Microsoft Windows
11 Years Ago
by Brian_6
… (2 days into it) my system stopped working correctly, vista
loads
but sits still and does not seem to run anything…, if i click control panel it
loads
the main window for it, but then "no response…
Re: Hidden div is appeared by default when the page loads
Programming
Web Development
9 Years Ago
by Niloofar24
… div befor clicking the button by default when the page
loads
. But now with using `display: none;`; the output is like…](http://s2.img7.ir/73ijW.png) Now when the page
loads
, the div is disappeared by default and user have to…
my computer never fully loads or whatever
Hardware and Software
Microsoft Windows
20 Years Ago
by fuzzykitty
… important. when i start up my computer it never fully
loads
, it goes through everything normally windows is starting up... blah…
Windows message box "Restore" when windows 98 loads
Hardware and Software
Information Security
20 Years Ago
by DocNeal
When windows
loads
on my sisters windows 98 machine there is a warning …
Anyone experiencing slow loads?
Community Center
Meta DaniWeb
19 Years Ago
by Catweazle
… Australia, but finding out if others elsewhere also experience slow
loads
is very useful.
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
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC