Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
extension
- Page 1
Re: Cannot run exe from asp.net
Programming
Web Development
2 Weeks Ago
by Neil_brown001
… .exe themselves. Or, you create a special browser plugin or
extension
(which is complex and often not supported anymore). Websites are…
Re: Cannot run exe from asp.net
Programming
Web Development
2 Weeks Ago
by lennyli
…. > > Or, you create a special browser plugin or
extension
(which is complex and often not supported anymore). > >…
Editor crashes browser
Community Center
Meta DaniWeb
1 Month Ago
by Dani
… give issues, I saw while I was developing a browser
extension
, Firefox is always the best. > > As you can…
Re: Show computer name on a label
Programming
Software Development
1 Month Ago
by Mr.M
… give issues, I saw while I was developing a browser
extension
, Firefox is always the best. As you can see I…
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
1 Month Ago
by jkon
…, I get the hostility against Core Web Vitals, and by
extension
, the results of Lighthouse audits. I have that feeling too…
Re: Editor crashes browser
Community Center
Meta DaniWeb
1 Month Ago
by Mr.M
Hi Dani, I'm trying to reply with Chrome to test what I've noticed regarding the crash. I've attached relevant screenshots for 3 questions. I'm not using any plug-in  ![Screenshot_20250313_051213_com.…
Re: Editor crashes browser
Community Center
Meta DaniWeb
1 Month Ago
by Mr.M
What I've noticed is that it seems to be clutching with keyboard auto-correct/auto-complete. If I type a full word without pressing it from my keyboard suggestion options that shows while typing it doesn't seem to crash, but once I choose or select one auto-complete and proceed typing it freezes and crash.
Re: Editor crashes browser
Community Center
Meta DaniWeb
1 Month Ago
by Mr.M
NB: I've typed all these reply messages successfully using the same Chrome browser that is crashing.
Re: Editor crashes browser
Community Center
Meta DaniWeb
1 Month Ago
by pritaeas
Since Android was mentioned, I tested on my Samsung Galaxy S20 and could nog get it to crash.
Re: Editor crashes browser
Community Center
Meta DaniWeb
1 Month Ago
by Salem
Your chrome is 9+ months out of date. https://chromereleases.googleblog.com/2024/07/
Re: Editor crashes browser
Community Center
Meta DaniWeb
1 Month Ago
by Dani
Well don’t upgrade chrome just yet! If the problem goes away, we won’t have any way of testing if the bug is fixed.
Re: Editor crashes browser
Community Center
Meta DaniWeb
1 Month Ago
by Dani
It would be very helpful if you could not upgrade Chrome for now, while we debug this, since you're currently the only known person who is experiencing the bug.
Re: Editor crashes browser
Community Center
Meta DaniWeb
1 Month Ago
by Salem
@Mr.M, @Dani - you might want to delete/censor the IMEI shown in the screenshots at some point.
Re: Editor crashes browser
Community Center
Meta DaniWeb
1 Month Ago
by Dani
Can you try upgrading Chrome now and see if the problem goes away? Much thanks!
Re: Question/Answering over SQL Data Using LangGraph Framework
Programming
Computer Science
1 Month 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.
Extension Functions and Properties in Kotlin
Programming
Software Development
3 Years Ago
by dimitrilc
…, we can extend classes without subclassing via
extension
functions and
extension
properties. This feature is useful whenever we … In this tutorial, we will learn what
extension
functions and
extension
properties are, and how to create our…have learned how to create our own
extension
functions and
extension
properties. The fill project code can be…
extension uppercase problem
Programming
Web Development
14 Years Ago
by Pityu
…($_FILES['Filedata']['name'], PATHINFO_EXTENSION); //figures out the
extension
$newFileName = md5($tempFile).'.'.$ext; //generates random filename…, then adds the file
extension
$targetFile = str_replace('//','/',$targetPath) . $newFileName; move_uploaded_file($…
Re: extension uppercase problem
Programming
Web Development
14 Years Ago
by chrishea
… or if it can't find the file because the
extension
is seen to be different. If the file was uploaded…
Extension on a VC++ file ?
Programming
Software Development
17 Years Ago
by Jennifer84
… to open a file with this code but wonder what
extension
this file has. My project is under this path: c…. The problem though is that I need to know what
extension
Form1 has, like Form1.something The file has 2 ++ on…
extension php_zip.dll causing php to fail on start
Programming
Web Development
15 Years Ago
by 68thorby68
… 2.2 on XP prof, but did not install zip
extension
during the initial php/apache installation. I have downloaded and… have also amended the php.ini and included the line
extension
=php_zip.dll I have checked my php.ini extensions parameter…
Re: extension php_zip.dll causing php to fail on start
Programming
Web Development
15 Years Ago
by phpbeginners
[CODE]reinstall your php 5 choose "CHANGE" then "CHOOSE ITEM TO INSTALL" select the "
EXTENSION
" select the "zip". then edit php.ini put this. [PHP_ZIP]
extension
=php_zip.dll look for the zip dll in your ext folder. [/CODE]
Re: Extension methods & generics
Programming
Software Development
14 Years Ago
by Momerath
… statically typed language. Generics came about in 2.0, and
extension
methods in 3.0. It isn't until 4.0… specific type. Method calls would have to reflect over the
extension
code each time to determine if there is an…
extension
method to use, or if it should use the normal …
Re: extension your keyword
Digital Media
Digital Marketing
Search Engine Strategies
17 Years Ago
by Dsiembab
I now know they do not play a role in ranking but what about searches, there has been many a time I would search for php and something else and I would get search results with the php file
extension
in bold as if it would use the
extension
as a search keyword. That is basically why I asked this question. My last comment I had to much juicy juice.
Re: extension php_zip.dll causing php to fail on start
Programming
Web Development
15 Years Ago
by 68thorby68
many thanks, A full installation of PHP was required. For some strange reason, a windows "repair" adding the ZIP
extension
did not work.
extension your keyword
Digital Media
Digital Marketing
Search Engine Strategies
17 Years Ago
by Dsiembab
I was wondering if you would get penalized for makeing your file
extension
a major keyword and then added the extensionsn to be run through as php? like http://"whatever"/index."keyword" or even have the index page a rediredt or write an htaccess for the index file.
Re: extension your keyword
Digital Media
Digital Marketing
Search Engine Strategies
17 Years Ago
by pankaj.sharma
That's right,
extension
never pay any role in ranking
extension .sql at end of table
Programming
Databases
15 Years Ago
by ROTC89
ok so i created a database and made a table that i inserted data into it. i would like to know how would i be able to put the
extension
.sql at the end of my table?
Extension-less pages
Digital Media
UI / UX Design
15 Years Ago
by Reliable
… things anyway. But i digress...I'm looking ot make
extension
-less web pages for a few reasons. How do I…
Extension less URL + jsp
Programming
Web Development
14 Years Ago
by pradeepktg
Hi, I have developed application in jsp and apache tomcat. How to achieve
extension
less url? For eg, if have [url]http://www.xxx.com/yyy.jsp[/url] as [url]http://www.xxx.com/[/url] and [url]http://www.xxx.com/user/yyy.jsp[/url] as [url]http://www.xxx.com/user/[/url]
Extension methods
Programming
Software Development
14 Years Ago
by DaveTran
… my original vector value isn't updated when using this
extension
method. [CODE] public static Vector2 SetLength(this Vector2 v, float…
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