Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
scripts
- Page 1
Re: Convert jQuery to native Javascript
Programming
Web Development
18 Hours Ago
by polcreation
> I know that this is probably a hopeless question, but are there any automated
scripts
that would *reliably* and *automagically* convert my thousands upon thousands of lines of jQuery code into native Javascript? Maybe try Haxe.org
Re: How to show visa info based on country selection in a travel form?
Programming
Web Development
1 Hour Ago
by Biiim
…( "complete" ); }); working example switching countries(add in the
scripts
below it): <!doctype html> <html lang="…
Re: Convert jQuery to native Javascript
Programming
Web Development
4 Weeks Ago
by rproffitt
[This tool or system at Github](https://github.com/sachinchoolur/jquery-to-javascript-converter) might be useful. If I were to try this, it would be on a single page to see how well it works for you.
Re: Convert jQuery to native Javascript
Programming
Web Development
4 Weeks Ago
by Dani
That tool only covers a very tiny subset of jQuery functionality, so wouldn't be useful since my intent is to be able to ditch the library. I guess I'll just [be here waiting for jQuery 4](https://www.daniweb.com/programming/web-development/threads/543260/any-jquery-4-users)!
Convert jQuery to native Javascript
Programming
Web Development
4 Weeks Ago
by Dani
I know that this is probably a hopeless question, but are there any automated
scripts
that would *reliably* and *automagically* convert my thousands upon thousands of lines of jQuery code into native Javascript?
Re: Cannot run exe from asp.net
Programming
Web Development
1 Month Ago
by pritaeas
Are you sure IIS is configured to allow running external
scripts
?
Re: Cannot run exe from asp.net
Programming
Web Development
1 Month 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: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day
Hardware and Software
Microsoft Windows
1 Month Ago
by Dani
…, 25 years ago we were talking HTML and perl cgi
scripts
! Usenet groups and AOL and Compuserve before that.
Re: Delete unused MySQL indexes
Programming
Databases
1 Month Ago
by Reverend Jim
… tables, and selects (almost always) on the views. I wrote
scripts
to automatically create the new databases and the views. When…
scripts in a cron tab
Community Center
16 Years Ago
by chippy_hewitt
… help me out. I have a crontab that calls 2
scripts
like : 47 14 * * * /myFirstScript.sh 48 14 * * * /mySecondScript.sh they…
Scripts and editing files
Programming
Software Development
16 Years Ago
by Blackeagle
hello, i'm new with
scripts
and linux and need a little help. i made a …
Scripts that run on startup
Programming
Software Development
16 Years Ago
by tehbrozor
… python is called from terminal. I am trying to write
scripts
that use Scipy,numPy,pyLab, etc and am trying to…
Re: Searching for (Python) scripts
Programming
Software Development
10 Years Ago
by chriswelborn
scripts
or libraries? For libraries I would look at [PyPi](http://pypi.python.org), that is the standard. For
scripts
, there is no "gold standard". Just google for whatever tool you are looking for. If most of the results happen to come from Github then so be it.
Help with scripts and understanding
Programming
Software Development
18 Years Ago
by Special T
… entry is entered into the database I can uses
scripts
to download information (Picture of game, year published…black][/COLOR] [COLOR=black]You can change the existing
scripts
or creating new ones.[/COLOR] [COLOR=black]The … functions available.[/COLOR] [COLOR=black]Most of the
scripts
include some "constant" variables that are…
Startup scripts
Hardware and Software
Linux and Unix
15 Years Ago
by Roebuc
…I m trying to build a series of startup
scripts
. My goal is to call one startup script…, I only have two lines: [CODE]source /custom/
scripts
/startup/startup; echo 'Custom Files Loaded';[/CODE] I have…it works fine: [CODE] source /custom/
scripts
/start/startup; source /custom/
scripts
/alias/custom_alias;[/CODE] I would appreciate any …
Re: Startup scripts
Hardware and Software
Linux and Unix
15 Years Ago
by sergb
…to the calling shell. When you call sh /custom/
scripts
/startup/startup.sh; your aliases are probably available within …shell, it starts with default settings and runs some
scripts
to customize itself to make whatever aliases you defined …Thats why, in most cases, aliases are placed into
scripts
that shell executes every time it starts. This is …
php scripts - price tag
Community Center
Geeks' Lounge
8 Years Ago
by bprosic
… machine and second one is on server as web shop).
Scripts
are not basic import/export, because I had a lot… don't know what price should be for this four
scripts
-- what is their value? I gave this script to my… friend and theese
scripts
will be copied for more than one client. Now, I…
List of Scripts Directories To Submit Your Scripts and Software
Digital Media
Digital Marketing
Search Engine Strategies
14 Years Ago
by rashida11
… to get more exposure.If you have developed new
scripts
,software then submit it to these script direcories. [url]http://…] [url]http://scriptrank.com[/url] [url]http://www.best-php-
scripts
.com/[/url] [url]www.freephpdirectory.com/[/url] [url]www.slashscripts…
need help to combine 2 scripts together
Programming
Web Development
16 Years Ago
by steve345
I found 2 new
scripts
, here they are: [url]http://hot.ee/antsman333/
scripts
/script1.zip[/url] and [url]http://hot.ee/…antsman333/
scripts
/script2.zip[/url] The script1 is more stylish than the…files with the same icon.. How could I combine these
scripts
together that the script1 shows the icon according to filetype…
Help regarding automating python scripts
Programming
Software Development
15 Years Ago
by prashanth s j
…./file2.py ./file3.py etc to run multiple
scripts
. I am defining global variables in a config.py…file and these will be shared by the 3
scripts
(file1.py, file2.py and file3.py). … need to use a parameter in each of the
scripts
: INITIAL_SOCKET_NUMBER = 10000. So this needs to be…
sharing a global variable between the python scripts
Programming
Software Development
15 Years Ago
by prashanth s j
… all, I have got several python
scripts
and I need to run them in…./file2.py ./file3.py etc to run multiple
scripts
. I am defining global variables in a config.py…file and these will be shared by the 3
scripts
(file1.py, file2.py and file3.py). … need to use a parameter in each of the
scripts
: INITIAL_SOCKET_NUMBER = 10000. So this needs to be…
Re: Startup scripts
Hardware and Software
Linux and Unix
15 Years Ago
by blud
… bash command, so make sure that all of your startup
scripts
are calling #!/bin/bash or where ever it is installed…
Re: running Perl/CGI scripts under Tomcat server
Programming
Software Development
18 Years Ago
by katharnakh
…http://www.wellho.net/forum/Perl-Programming/Running-Perl-CGI-
scripts
[/url]... [url]http://www.ftponline.com/javapro/2003_03/…/p[/url]... but still I could not get the
scripts
running. I get HTTP status 404 error. The directory…. How can make server understand that the Perl/CGI
scripts
are kept in separate drive:/folder? Thank you, Regards…
Re: Running multiple scripts at once
Programming
Web Development
15 Years Ago
by Pleasant Day
…]Just began reading this thread, the cut n paste
scripts
are out of date , use deprecated code "check… and alter them to my needs. [QUOTE]replace the
scripts
problems solved <script language='javascript'> should be …[/QUOTE] You gave me the advice. [QUOTE]replace the
scripts
<script language='javascript'> should be <script type…
Problem with two small PHP scripts?
Programming
Web Development
18 Years Ago
by fray
… test page at: usernomics.com/ergonomic-products-accessories5.html Both
scripts
work perfectly when there is one script on a page… script is affecting the second. Can anyone see why both
scripts
will not run together? Thanks a lot.
running Perl/CGI scripts under Tomcat server
Programming
Software Development
18 Years Ago
by katharnakh
Hi, I have problem running my cgi
scripts
under Apache Tomcat server. I am using Apache …http://www.wellho.net/forum/Perl-Programming/Running-Perl-CGI-
scripts
[/url]... [url]http://www.ftponline.com/javapro/2003_03/online…/p[/url]... but still I could not get the
scripts
running. I get HTTP status 404 error. The directory…
two scripts beat as one
Programming
Web Development
17 Years Ago
by moestavern
… run a couple of the same
scripts
with different arrays on the same page. the
scripts
are running fine, the problem is… they're both grabbing from one array. normally these
scripts
live on two different .html includes, but for demo purposes…
Execute SQL scripts with Java
Programming
Software Development
16 Years Ago
by ppp83
… of the time, we have to run/execute the SQL
scripts
using command prompt or the sql browser, but i were… an interface. But most of the time, the amount of
scripts
to run would be huge, taking that into account when… were execute sql
scripts
from the java classes, what would be the major considerations…
Running multiple scripts at once
Programming
Web Development
15 Years Ago
by Pleasant Day
I'm not experienced in java and so I find
scripts
that people post and alter them to my needs, I …have a bunch of
scripts
that I got from the net, I want to have… same page. I'm not really sure how combining multiple
scripts
together would work. When I tried I just copied and…
Multiple scripts "same time"
Programming
Web Development
15 Years Ago
by Tigran
… the same fields in the database for both executed
scripts
. Will those
scripts
be executed one after another or at the same… (using multithreading or something) [B]In short: [/B] Do the
scripts
in PHP get executed in a queue or at the…
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